#preloader_product_gallery {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000004a;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

#preloader_product_gallery .preloader_dual {
    display: inline-block;
    width: 80px;
    height: 80px;
}

#preloader_product_gallery .preloader_dual:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.shop_table_responsive .woocommerce-cart-coupon {
    width: 100%;
}
.shop_table_responsive .woocommerce-cart-coupon label {
    display: none;
}
.shop_table_responsive .woocommerce-cart-coupon button {
    white-space: nowrap;
}
.shop_table_responsive .woocommerce-cart-coupon .coupon {
    display: flex;
}
.woocommerce-variation.single_variation {
    display: none !important;
}

#credit_called {
    width: 100%;
    height: 40px;
    padding: 0 0.7em;
    border-color: #d2d6dc;
    border-width: 1px;
    border-radius: 0.3rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    font-size: 16px;
}

.variable-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.variable-wrapper .variable-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.variable-wrapper .variable-div a {
    display: flex;
    margin: 0 5px;
}
.variable-wrapper .variable-div img {
    width: 50px !important;
    margin: 0 !important;
}

[data-attr] {
    cursor: pointer;
}

.shoptimizer-primary-navigation.col-full #site-navigation {
    margin: 0 0;
    max-width: none;
}

#site-navigation {
    margin: 0 auto;
    max-width: 1170px;
}

.info-settings a {
    text-decoration: underline;
}

.info-settings  a:hover {
    text-decoration: none;
}
.popup-cart {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000078;
    top: 0;
    left: 0;
    z-index: 11111111111;
}

.popup-window {
    max-width: 320px;
    background: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.popup-window .text a {
    text-decoration: underline;
}

.popup-window .text a:hover {
    text-decoration: none;
}

.popup-cart.none {
    display: none;
}

.popup-window .button {
    text-align: center;
}