/* ============================================
   Mobile Header Navigation
   ============================================ */
@media (max-width: 991px) {
    .header .mobile-header .menu-main-menu-container {
        background: #fff;
    }
    .header .mobile-header .menu-main-menu-container ul > li {
        padding: 10px 50px 10px 15px;
    }
    .header .mobile-header .menu-main-menu-container ul > li:not(:first-child) {
        border-top: 1px solid #ddd !important;
    }
    .menu-main-menu-container ul {
        display: contents !important;
    }
    .header .mobile-header .menu-main-menu-container > ul > li > a {
        color: black;
    }
    .menu {
        list-style: none;
        cursor: pointer;
    }
}

.header .mobile-header .menu-main-menu-container > ul > li:hover,
.header .mobile-header .menu-main-menu-container ul ul.sub-menu li:hover {
    background: #ff4e00;
    color: #fff;
    transition: all 0.3s ease;
}

/* ============================================
   Main Header Navigation Spacing
   ============================================ */
html body .header .main-header .navigation ul li a {
    padding: 20px 15px !important;
}

/* ============================================
   Global Overflows
   ============================================ */
html {
    overflow-x: hidden;
    width: 100%;
    word-break: break-word;
}

/* ============================================
   Checkout - Product Name Layout
   ============================================ */
.product_name_checkout {
    width: unset;
}
.product-name {
    display: flex !important;
    margin-bottom: 0;
}
.product-name > .variation {
    margin-left: 25px;
}
.wrapper.order-details .cart_item .product-name .product-quantity {
    flex-shrink: 0;
}
.product_name_checkout li {
    width: 205px;
}
.variation {
    flex-shrink: 0;
    padding-top: 15px;
}
.product-quantity {
    flex-shrink: 0 !important;
}

@media (max-width: 480px) {
    .product_name_checkout li {
        width: 105px;
    }
}
@media (max-width: 770px) {
    .product-name {
        display: block !important;
    }
}
@media (max-width: 960px) {
    .product_name_checkout {
        margin: unset;
        vertical-align: unset;
    }
}

/* ============================================
   WooCommerce - Prices & Order Details
   ============================================ */
.woocommerce div.product span.price {
    flex-shrink: 0;
}
.wc-item-meta {
    margin-left: 5%;
}
td.woocommerce-table__product-total.product-total {
    white-space: nowrap;
}
span.woocommerce-Price-amount.amount {
    white-space: nowrap;
}
.order_details .wc-item-meta {
    margin-top: 0;
}
strong.wc-item-meta-label {
    display: inline !important;
}
.wrapper.order-details ul.woocommerce-thankyou-order-details li.with-order-notes {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2) !important;
}
h2.woocommerce-loop-product__title {
    margin-right: 2px;
}
strong.product-quantity {
    margin-bottom: 19px;
}
.ts-product-image img {
    max-width: 43px;
    height: auto;
}
.woocommerce div.product .out-of-stock {
    display: none !important;
}

/* ============================================
   Checkout Heading (Mobile)
   ============================================ */
@media (max-width: 767px) {
    .woocommerce-checkout .heading_section {
        padding: 105px 15px 40px !important;
    }
}

/* ============================================
   Category Images (Mobile)
   ============================================ */
@media (max-width: 568px) {
    .category-inner .category__image a img {
        height: 250px !important;
    }
}

/* ============================================
   Menu Section Background
   ============================================ */
#menu-section {
    background: #F7F7F7;
}

/* ============================================
   Event Gallery
   ============================================ */
.event-gallery {
    padding-top: 50px;
    padding-bottom: 50px;
}
.event-gallery-item {
    display: inline-block;
    padding: 7px;
}
