body, html {
    overflow-x: hidden;
}
.quantity .plus {
    color: #0B3D8B;
}
.content-section .text-content ul li {
    margin-bottom: 0px;
}
#product__section {
    padding-top: 60px;
}
#products__section .products__section-watch-btn,
#products__section .separator,
#products__section .view-wishlist {
    display: none;
}
#product__section .quantity {
    margin-right: 10px;
}
#product__section .product__errors-row {
    margin-left: -30px;
}
form#comment-form.active,
form#comment-form.active_rep {
    z-index: 10;
}
.form-popup label.error {
    color: red;
    font-size: 11px;
    font-weight: 400;
    text-transform: inherit;
    margin-top: 5px;
}
.form-popup textarea.error,
.form-popup input.error {
    border: 1px solid red!important;
}
#product__section .woocommerce-breadcrumb a:first-child::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    background-image: url(../../img/icons/home.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0px;
    top: -2px;
}
#product__section .woocommerce-breadcrumb a:first-child {
    padding-left: 30px;
}
#product__section .woocommerce-breadcrumb a {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 142%;
    letter-spacing: 0.1px;
    color: #667085;
    position: relative;
}
#product__section .woocommerce-breadcrumb {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 142%; /* 19.88px */
    letter-spacing: 0.1px;
    color: #0B3D8B;
}
#product__section .add_to_wishlist i {
    margin-left: 1px!important;
    margin-top: 2px;
}
#product__section .woocommerce-variation-availability .stock {
    display: none;
}
#product__section .product__message-success {
    border-radius: 10px;
    background: rgba(11, 61, 139, 0.04);
    padding: 16px;
}
#product__section .woocommerce-Price-amount bdi {
    width: max-content;
}
#product__section .yith-wcwl-add-button .view-wishlist,
#product__section .yith-wcwl-add-button .separator {
    display: none;
}
#product__section .delete_item {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid var(--Primary-default, #0B3D8B);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 10px;
}
#product__section .outofstock .wishlist__remove-btn span {
    display: none;
}
#products__section .product__block-col .subtitle-bold-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/* Product gallery */
ul.flex-direction-nav{
    position: absolute;
    top: 35%;
    z-index: 10;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0px;
    list-style: none;
}
li.flex-nav-prev {
    float: left;
}
li.flex-nav-next {
    float: right;
}
a.flex-prev, a.flex-next {
    visibility:hidden;
}
a.flex-next::after{
    visibility:visible;
    content: '';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-size: 20px;   
    font-weight: bold;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: var(--Stroke-blue, #F0F6FF);
    background-image: url(../../img/icons/product/arrow-next.svg);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -48px;
}
a.flex-prev::before{
    visibility:visible;
    content: '';
    font-family: 'Font Awesome 5 Free';   
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: var(--Stroke-blue, #F0F6FF);
    background-image: url(../../img/icons/product/arrow-prev.svg);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.flex-direction-nav li a{
    color: black;
    text-decoration: none;
}
.flex-direction-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.account__wishlist-actions.input-checkbox:checked {
    display: none;
}
/* Product modals */
.product__notify-modal {
    max-width: 605px;
    border-radius: 6px;
}
.product__notify-modal .modal__thankyou {
    display: none;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 70px;
    padding-bottom: 100px;
}
.product__notify-modal .wpcf7-response-output {
    display: none;
}
.product__notify-modal .sent .modal__thankyou {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product__notify-modal .sent .modal__body,
.product__notify-modal .sent .modal__footer {
    display: none!important;
}
.product__notify-modal .modal__body {
    padding-top: 70px;
    padding-bottom: 150px;
    padding-left: 60px;
    padding-right: 60px;
}
.product__notify-modal .modal__footer {
    padding: 16px 18px;
}
.product__notify-modal .modal__footer p {
    margin-bottom: 0px;
}
.info_about_price {
    display: flex;
    padding-left: 0px;
    margin-left: 5px;
}
.product__price-col {
    display: flex;
    align-items: center;
}
.product__price-col p {
    margin: 0!important;
}
.all_answers {
    margin-right: 7px;
}
.arrow {
    transition: transform 0.3s ease;
} 
#product__section .product__errors-row {
    margin-left: -17px!important;
}
.single_add_to_cart_button:hover {
    color: #fff;
}

@media screen and ( min-width: 2160px ) {
    /* Product section */
    #product__section .product__info-row {
        justify-content: space-between;
    }
    .left_side_price {
        max-width: 620px; 
    }
}
@media screen and ( min-width: 1440px ) {
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        column-gap: 30px;
    }
}
@media screen and ( max-width: 960px ) {  
    #product__section .product__col-sku {
        order: 1;
        justify-content: flex-start!important;
        margin-bottom: 8px;
    }
    #product__section .woocommerce-variation {
        width: 100%;
    }
    #product__section .single_variation_wrap {
        margin-top: 40px;
        align-items: center;
    }
    #product__section .woocommerce-variation-price {
        display: flex;
    }
    #product__section .woocommerce-variation del { 
        margin-left: 16px;
    }
    #product__section .price { 
        flex-direction: row-reverse;
        margin-bottom: 8px;
    }
    #product__section .info-cart {
        margin-right: auto;
        margin-left: auto;
    }
    /* Products section */
    #products__section .product__block-col:nth-child(5) {
        display: none;
    }
    ul.flex-direction-nav {
        width: 100%;
    }
    .woocommerce-product-gallery__image img { 
        padding: 0 47px!important; 
    }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        margin-top: 50px!important;
    }
}

@media screen and ( max-width: 1440px ) {
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        column-gap: 10px;
    }
    .info_about_price > div:nth-child(2) {
        /* justify-content: flex-start!important; */
        padding-left: 0;
    }    
    .info_about_price > div:nth-child(2) .button{
        width: max-content;
    }
    
}
@media screen and ( max-width: 992px ) { 
    .info_about_price > div:nth-child(2) {
        width: 100%;
    } 
    .info_about_price > div:nth-child(2) .cart {
        margin-bottom: 80px;
        justify-content: end;
        width: -webkit-fill-available;
        margin-right: -60px; 
    }
    #product__section .single_add_to_cart_button {
        margin-left: 0!important; 
        width: calc(100% - 54px)!important;
    } 
    .info_about_price {
        flex-wrap: wrap;
        
    }
    .info_about_price .product__price-col {
        width: 100%!important;
        margin-bottom: -40px!important;
        margin-left: 0!important;
        
    }
    .product__price-col {
        width: 100%;
        margin-bottom: -40px!important;
        margin-left: 15px;
    }
    #product__section .single_add_to_cart_button {
        margin-left: 15px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 75%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    /* .yith-wcwl-add-to-wishlist {
        position: absolute;
        bottom: 0;
        right: 0%;
    } */ 
    #product__section .single_variation_wrap {
        margin-bottom: 80px 
    }
}
@media screen and ( min-width: 768px ) and ( max-width: 1440px ) {
    ul.flex-direction-nav {
        position: absolute;
        top: 27%;
    }
}
@media screen and ( min-width: 768px ) and ( max-width: 992px ) {
    ul.flex-direction-nav {
        top: 25%!important; 
    }
}
@media screen and ( min-width: 768px ) and ( max-width: 960px ) {
    ul.flex-direction-nav {
        top: 28%!important; 
    }
}
@media screen and ( max-width: 768px ) {
    #product__section .product__price-col {
        margin-left: 0;
    }
    #product__section .product__col-title {
        order: 2;
        padding: 0; 
    }
    .left_side_price, .right_side_price, #product__section .woocommerce-breadcrumb, #product__section .product__col-sku {
        padding: 0;
    }
    .comment-section {
        padding: 0 16px;
    }
    .content-section {
        padding: 0 16px;
    }
    .product__notify-modal {
        max-width: 100%;
        width: 100%;
    }
    .product__notify-modal .modal__body {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and ( max-width: 425px ) {
    #product__section .product__section-btn,
    #product__section .single_variation_wrap {
        flex-direction: column;
    }
    #product__section .single_variation_wrap {
        align-items: flex-start;
    }
    #product__section .product__price-col {
        display: flex;
        margin-bottom: 25px!important;
    }
    #product__section .product__section-btn form {
        justify-content: flex-start;
    }
    #product__section .woocommerce-variation del { 
        margin-left: 0px;
    }
    #product__section .product__section-btn {
        margin-top: 25px;
    }
    .info_about_price > div:nth-child(2) .cart {
        /* margin-bottom: 75px;  */
        margin-bottom: 30px; 
    }
    #product__section .woocommerce-variation {
        margin-bottom: 0px;
    }
    #product__section .single_add_to_cart_button {
        width: 80%;
    }
    .form-popup {
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
    }
    .form-popup .head_popup_inf {
        margin-bottom: 16px;
    }
    .form-popup .form-comment-body {
        padding-bottom: 0px;
    }
    .form-popup::before {
        position: absolute;
        content: "";
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 4px;
        background: var(--primary-colors-grey, #C2CCD9);
        width: 48px;
        height: 6px;
    }
    .form-popup .head_popup_inf {
        border-bottom: none;
        padding-top: 16px;
    }
    .form-popup #cancel-comment-reply-link {
        display: none;
    }
    .form-popup .form-submit {
        border-top: none!important;
    }
    .form-popup .form-comment-title {
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
        margin: 0;
    }
    .form-popup .form-comment-body {
        padding-left: 16px;
        padding-right: 16px;
    }
    #comment-form .form-submit #submit-button {
        margin-left: 0px;
        width: 100%;
    }
    ul.flex-direction-nav {
        display: none!important;
    }
    /* .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        display: none!important;
    } */
    .woocommerce-product-gallery__image img { 
        padding: 0 40px!important;
    }
    /* Related products section */
    #products__section .products__section-count,
    #products__section .products__section-row div.product__block-col:nth-child(3),
    #products__section .products__section-row div.product__block-col:nth-child(4) {
        display: none;
    }
    .product__info-row .left_side_price .info_about_price > div:nth-child(2) {
        margin-top: 0px!important;
    }
}