.product_zoom_popup {

    display: none;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    min-height: 100vh;

    text-align: center;

    background-color: #fff;

    z-index: 10000;

    cursor: zoom-out;

}

.product_zoom_popup .close_pop_zoom {

    position: fixed;

    top: 20px;

    right: 30px;

    z-index: 1;

    cursor: pointer;

}

.product_zoom_popup.show {

    display: block;

}

.product_zoom_popup .product-images-zoom-wrapper {

    display: table;

    width: 100%;

    min-height: 100vh;

}

.product_zoom_popup .product-images-zoom-image-wrapper {

    min-height: 100vh;

    height: auto;

    width: auto;

    display: table-cell;

    vertical-align: middle;

    text-align: center;

    padding: 40px 0;

    background-color: #fff;

}

.product_zoom_popup .product-zoom {

    max-width: 90%;

    margin: 0 auto;

    height: auto;

    width: auto;

}

.woocommerce-cart-form * {

    color: #000;

}

.woocommerce-cart-form .product-name,

.woocommerce-cart-form .product-quantity,

.woocommerce-cart-form .product-subtotal,

.woocommerce-cart-form .product-price {

    font-weight: 700;

}

.woocommerce .quantity .qty {

    border: none;

    text-align: left;

    background-color: transparent;

}

.woocommerce a.remove {

    border-radius: 10px;

    color: black !important;

    font-weight: 400;

    border: 1px solid #E0E0E0;

    line-height: 20px
}

.woocommerce a.remove:hover {

    background: #000;

}

.woocommerce table.shop_table th,

.woocommerce table.shop_table td {

    font-size: 16px;

    font-weight: 400 !important;

}

.woocommerce table.shop_table th {

    text-transform: uppercase;

}

.woocommerce table.shop_table,

.woocommerce table.woocommerce-cart-form__contents tr:last-child td {

    border: none;

}

.woocommerce-checkout .woocommerce,

.woocommerce-cart .woocommerce {

    margin-top: 60px;

    padding: 0 20px;

}





.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {

    border: 1px solid #E0E0E0;

    font-size: 16px;

    border-radius: 5px;

    padding: 5px;

}

.woocommerce form .form-row label {

    font-size: 16px;

    display: block;

    line-height: 24px;

}

.checkout_heading {

    font-weight: 700;

    font-size: 24px;

    line-height: 36px;

}

.checkout_subheading {

    padding: 10px 0;

}

.page-template-page-about header,
.page-template-page-about footer {

    display: none;

}

.about-aligner h1 {

    max-width: 1200px;

    font-size: 55px;

    line-height: 65px;

}

.page-template-page-shipping p {

    font-size: 16px;

    line-height: 20px;

}

.payment_method_stripe {

    font-size: 16px;

}



.img-responsive.full-width {

    width: 100%;

}

#stripe-payment-data p,

.woocommerce-privacy-policy-text p {

    font-size: 16px;

    line-height: 24px;

    margin: 5px 0;

}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {

    border-radius: 5px;

}



.woocommerce-notices-wrapper,
.woocommerce-info {

    font-size: 16px;

}



#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {

    background-color: transparent;

}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {

    background-color: transparent;

    padding: 0;

}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {

    display: none;

}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {

    margin: 0;

    padding: 0;

}

/*=== video Modal in landing page ===*/
.video_modal {
    position: fixed;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s linear;
}

.blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(108, 108, 108, .5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(10px);
}

.modal_content {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.close_modal {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.close_modal svg {
    width: 100%;
    height: 100%;
    fill: #000;
}

.video_box {
    max-width: 600px;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_box .youtube_video {
    width: 100%;
    height: 100%;
}

.variations{
    width: 100%;
}


@media screen and (max-width: 768px) {

    .woocommerce .quantity .qty {

        text-align: right;
    }

    .close_modal {
        right: 30px;
        top: 30px;
        width: 15px;
        height: 15px;
    }

}