/*.product-wrap-inner {
    overflow: auto !important;
}*/

.toppings_amount,
.ptp {
    font-style: normal;
}

.product-img .woocommerce-product-gallery {
    opacity: 1 !important;
}

/*.pcc_ingredients_list {
    width: 0px;
    height: 0px;
    overflow: hidden;
}*/

body.woocommerce-checkout:not(.woocommerce-order-received) .sidebar-cart-wrap .close-cart-btn,
body.woocommerce-checkout:not(.woocommerce-order-received) .sidebar-cart-wrap .cart-order-btn-wrap {
    display: none;
}

body.woocommerce-checkout .sidebar-cart-wrap .sidebar-content-wrap {
    height: 100%;
}

form.checkout_coupon {
    display: block !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: transparent;
}

.payment_box.payment_method_cod,
.payment_box.payment_method_other_payment {
    display: none !important;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tr,
.woocommerce table.shop_table td {
    border: none;
}

.woocommerce-billing-fields .optional {
    display: none;
}

.product-info .onsale {
    display: none;
}

.shipping_address span.optional {
    display: none;

}

.cart-items-wrap .woocommerce-cart-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    outline: none;
}

#payment > .place-order {
    padding: 0px !important;
    margin: 0px;
    overflow: hidden;
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.woocommerce .cart-order-btn-wrap {
    visibility: visible !important;
    opacity: 1 !important;
}

body .modal-wrap.modal--opened {
    z-index: 9999;
}

.about_us_map {
    height: 380px;
}

@-moz-document url-prefix() {
  * {
    scrollbar-color: #F4B42D #F7F6FB;
    scrollbar-width: thin;
  }
}

.admin-bar .sidebar-nav-wrap,
.admin-bar .main-bar-wrap {
    top: 32px;
    height: calc(100% - 32px);
}

.admin-bar .page-wrap {
    height: calc(100vh - 32px);
}

.admin-bar .page-content-wrap {
    height: calc(100vh - 32px);
}

.admin-bar .thanks-wrap {
    height: calc(100vh - 180px - 32px);
}

.admin-bar .page-nav-wrap {
    top: 32px;
}

body .slick-vertical .slick-slide {
    border: none;
}

.order_shipping_zone {
    margin: 0px !important;
    padding: 0px !important;
}

.woocommerce-billing-fields__field-wrapper .form-item-shipping_zone {
    overflow: hidden;
}

.shop_table tr.fee {
    display: none;
}

.nj-picker {
    z-index: 999;
}

.mobile_disabled_popup {
   display: none;
}

.aquarium-shop-content {
    display: flex;
}

#shipping_date {
    position: relative;
}

#shipping_date_field .ui-datepicker {
    position: absolute !important;
}
.billing_select2 {
    position: relative;
}
/*.sidebar-checkout-wrap {
    position: absolute !important;
}
.sidebar-checkout-wrap {
    transform: translate(0, 0) translate3d(0, 0, 0);
}*/
@media all and (max-width: 991px) {
    .mobile_disabled_popup {
        z-index: 999999;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .mobile_disabled_popup .mdp_row {
        width: 100%;
        margin-bottom: 30px;
        padding: 0px 30px;
        text-align: center;
    }
}

/* Custom hours */
.sidebar-mobile-hours-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25px;
    background: #0D5C62;
}

.sidebar-mobile-hours-wrap span {
    color: #FAC763;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.sidebar-mobile-hours-wrap .close-mobile-hours {
    position: absolute;
    top: 7px;
    right: 15px;
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .mobile-hours-visible .sidebar-mobile-hours-wrap {
        display: flex;
    }

    .mobile-hours-visible .main-bar-wrap {
        top: 25px;
    }
    .mobile-hours-visible .fixed-cart-button {
        top: 37px;
    }

    .mobile-hours-visible .main-category-nav-wrap,
    .mobile-hours-visible .sub-category-nav-wrap,
    .mobile-hours-visible .product-wrap {
        top: 97px;
        height: calc(100% - 97px);
    }
}

.sub-cat-item,
.product-toppings .product-toppings-header,
.product-info,
.product-toppings .product-topping,
.main-dishes-slider .dish-slide {
    opacity: 0;
    transition: none;
}

.homepage-content-wrap .home-subtitle,
.home_slider_nav .home-title,
.homepage-content-wrap .order-now {
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s ease;
}

.homepage-content-wrap .home-subtitle {
    transition-delay: 0.3s;
}

.home_slider_nav .home-title {
    transition-delay: 0.5s;
}

.homepage-content-wrap .order-now {
    transition-delay: 0.7s;
}

.home_slider_nav .slick-slide.slick-active.slick-current .home-subtitle,
.home_slider_nav .slick-slide.slick-active.slick-current .home-title,
.home_slider_nav .slick-slide.slick-active.slick-current .order-now {
    opacity: 1;
    visibility: visible;
}

.home_slider_nav .slick-slide {
    transition: opacity 0.6s ease !important;
}

.homepage-bg-img {
    overflow: hidden;
}
.homepage-bg-img img {
    transform: scale(1.3);
    transform-origin: center;
    transition: transform 1s ease;
}
.home_slider .slick-slide.slick-active.slick-current img {
    transform: scale(1)
}

.product-wrap {
    transition: all 0.5s ease;
}

.product-toppings-header .icon-arrow svg{
    transition: transform 0.4s ease;
}

.product-toppings-header.active .icon-arrow svg{
    transform: rotate(180deg) !important;
    transform-origin: center;
}
