.woocommerce-product-gallery{
    display: flex;
    flex-direction: row-reverse;
}
.woocommerce-product-gallery .flex-viewport{
    flex-grow: 1;
    margin-bottom: 0px !important;
}
.woocommerce-product-gallery .flex-control-thumbs{
    width: 100px;
    flex: 0 0 100px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 10px !important;
    max-height: 500px;
    overflow-y: auto !important;

    scrollbar-width: none;
    -ms-overflow-style: none;
}
.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
    display: none;
}
.woocommerce-product-gallery .flex-control-thumbs li{
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}
.woocommerce-product-gallery .flex-control-thumbs li img{
    width: 100% !important;
    height: 80px !important;
    object-fit: cover;
}
/*
.woocommerce-product-gallery__wrapper div[data-thumb]{
    max-height: 560px;
}*/
.thumbs-wrapper{
    position: relative;
    padding: 30px 0px;
}
.thumb-scroll-btn{
    position: absolute;
    z-index: 10;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: calc(100% - 10px);
    left: 0px;
    border-radius: 0px;
    background: #fff;
    box-shadow: unset;
    border: 1px solid #e4e4e4;
}
.thumb-scroll-up{
    top: 0px;
}
.thumb-scroll-down{
    bottom: 0px;
}
.product_gallery_img_icon{
    color: #222;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #fff;
}
.product_gallery_img_icon:hover, .product_gallery_img_icon:focus{
    background: #D4D4D4;
    cursor: pointer;
}
.product_gallery_img_icon.angle-left{
    left: 10px;
}
.product_gallery_img_icon.angle-right{
    right: 10px;
}
table.variations{
    all: unset;
    width: 100%;
    display: block;
    margin-bottom: 0px !important;
}
table.variations tbody{
    width: 100%;
    display: block;
}
table.variations tbody tr{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    margin-bottom: 12px;
}
table.variations tbody tr:last-child{
    margin-bottom: 0px;
}
table.variations tbody td{
    padding: 0px;
    width: 100%;
    display: block;
    background: transparent !important;
}
table.variations tbody td.label{
    padding-right: 0px !important;
    line-height: 20px !important;
}
table.variations tbody td .adsw-attribute-option{
    display: none !important;
}
table.variations tbody td select{
    display: block !important;
}
.single_variation_wrap .quantity, form.cart .quantity{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single_variation_wrap .quantity .product-quantity-label, form.cart .quantity .product-quantity-label{
    color: #222222;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.single_variation_wrap .quantity input[type="number"], form.cart .quantity input[type="number"]{
    width: 100%;
    text-align: left;
    min-height: 42px;
}
.single_variation_wrap .price, .single_variation_wrap .woocommerce-variation-availability p{
    color: #222 !important;
}
.single-product .woocommerce-notices-wrapper,
.single_variation_wrap .single_add_to_cart_button,
form.cart .single_add_to_cart_button{
    display: none !important;
}
body.single-product button.buy-now-button {
    margin-top: 20px !important;
    background-color: #222222 !important;
    font-family: "DM Sans", Sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 15px 15px 15px;
    display: block;
    width: 100%;
    margin-left: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
body.single-product button.buy-now-button:hover, body.single-product button.buy-now-button:focus{
    box-shadow: var(--clg-effect-sem-shadow-elevation-3, 0px 1px 3px 0px #0000004d, 0px 4px 8px 3px #00000026);
}
.buy-now-button-icon, .fixed-popup-add-to-cart-icon{
    line-height: 0px;
}
.product-requirement-field{
    margin-bottom: 15px;
    margin-top: 10px;
}
.product-requirement-field p{
    color: #222222;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-requirement-field label{
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    color: #54595f;
    margin-bottom: 5px;
}
.product-requirement-field textarea{
    width: 100%;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 8px;
    color: #222;
}
.review-star{
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    fill: #f19d27;
    position: relative;
    top: -1px;
}
#product-review-section{
    margin-top: 25px;
}
#reviews-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.reviews-rating-wrap{
    font-size:18px;
    margin-bottom:4px;
}
.reviews-rating-text{
    font-size:14px;
    color:#666;
}
.reviews-rating-meta-wrap{
    display:flex;
    gap:15px;
    margin-top:10px;
}
.reviews-rating-meta-item{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.reviews-rating-meta-item-value{
    border: 2px solid #f5a623;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #222;
    font-size: 14px;
}
.reviews-rating-meta-item-label{
    font-size: 12px;
    margin-left: 5px;
    max-width: 50px;
    text-align: left;
    line-height: 16px;
}
.review-meta-devider{
    color: #bebebe;
}
.review-reviewer-icon{
    width: 26px;
    height: 26px;
    background: #0e0e0e17;
    border: 1px solid #0e0e0e17;
    border-radius: 50%;
    color: #222;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 3px;
    margin-right: 5px;
    text-transform: uppercase;
}
.custom-review-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.review-rating-wrap{
    display: flex;
    gap: 5px;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
}
.review-stars{
    display: flex;
    color: #f19d27;
    font-size: 22px;
}
.review-stars .review-star{
    width: 20px;
    height: 20px;
}
.custom-review-header .review-meta{
    margin: 0px;
    font-size: 14px;
    color: #444;  
}
p.review-content{
    font-size: 15px;
    line-height: 20px;
}
p.purchased-item{
    margin: 0px;
    font-size: 14px;
    color: #444;
    display: flex;
    gap: 2px;
}
p.purchased-item span{
    min-width: 105px;
}
p.purchased-item a{
    color: #444;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 
#custom-review-pagination{
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
}
#custom-review-pagination button {
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    width: 36px;
    height: 36px;
    background: #0e0e0e17;
    border: 1px solid #0e0e0e17;
    border-radius: 50%;
    color: #222;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#custom-review-pagination .active {
    border-color: #222;
}
#custom-review-pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.woocommerce div.product div.images {
    margin-bottom: 0px !important;
}
p.stock.in-stock{
    display: none;
}
.add-cart-popup-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    z-index: 9;
    padding: 12px;
    display: none;
}
.add-cart-popup-fixed button{
    background-color: #222222 !important;
    font-family: "DM Sans", Sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 12px 12px 12px;
    display: block;
    width: 100%;
    color: #fff;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.ctg-menu-dropdown-container{
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    z-index: 99;
    width: 300px;
}

.ctg-menu-dropdown-container::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 30px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}
.ctg-menu-item{
    cursor: pointer;
}
/*
.woocommerce-cart-form .shop_table thead tr th.product-remove, .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-remove{
    display: none;
}*/
.woocommerce table.cart{
    border-collapse: collapse;
}
.woocommerce-cart-form .e-shop-table{
    border-radius: 10px !important;
    border: 1px solid #0e0e0e2e !important;
}
.woocommerce table.cart thead tr{
    border-bottom: 1px solid #0e0e0e2e !important;
}
.woocommerce table.cart td, .woocommerce table.cart th{
    padding: 10px !important;
}
.woocommerce table.cart td.product-remove a{
    font-weight: 300;
    width: 20px;
    height: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #222;
    border-radius: 50px;
    color: #222 !important;
}
.woocommerce table.cart td.product-remove a:hover{
    color: red !important;
    border-color: red;
}
.elementor-menu-cart__close-button:after, .elementor-menu-cart__close-button:before{
    height: 2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #222 transparent transparent transparent !important;
}




@media(max-width: 767px){
    .add-cart-popup-fixed{display: block;}
    .thumbs-wrapper, .woocommerce-product-gallery .flex-control-thumbs{
        display: none;
    }
}



/*======================= SINGLE POST =======================*/
.wm_sb_header{
    background: rgb(246 246 241);
    overflow: hidden;
}
.wm_sb_header_wrap{
    max-width: 1110px;
    margin: auto;
    position: relative;
}
.wm_sb_header_content_wrap{
    padding-left: 210px;
    padding-right: 210px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}
.wm_sb_header_img{
    width: 175px;
    border-radius: 15px;
    position: absolute;
}
.wm_sb_header_img_l{
    left: 0px;
    bottom: -60px;
}
.wm_sb_header_img_r_1{
    right: 20px;
    top: -40px;
}
.wm_sb_header_img_r_2{
    right: -100px;
    bottom: -70px;
}
.wm_sb_header_content_wrap > h2{
    max-width: 680px;
    margin: auto;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 40px;
    z-index: 99;
    position: relative;
    font-weight: 400;
}
.wm_sb_header_content_wrap > p{
    margin: 0px;
    max-width: 680px;
    margin: auto;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    z-index: 99;
    position: relative;
}
.wm_sb_header_content_cta_wrap{
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 99;
    position: relative;
}
.wm_sb_header_btn_trial_wrap a{
    padding: 10px 25px;
    border: 1px solid #111;
    border-radius: 50px;
    color: #fff;
    background: #111;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
}
.wm_sb_header_btn_trial_wrap a:hover,
.wm_sb_header_btn_trial_wrap a:focus{
    background: rgb(63 63 70);
    border-color: rgb(63 63 70);
    color: #fff;
}
.wm_sb_header_btn_learn_wrap a{
    padding: 10px 25px;
    border: 2px solid #111;
    border-radius: 50px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
}
.wm_sb_header_btn_learn_wrap a:hover,
.wm_sb_header_btn_learn_wrap a:focus{
    color: rgb(63 63 70);
    border-color: rgb(63 63 70);
    color: #111;
}
.wm_sb_footer_1{
    background: #111;
}
.wm_sb_footer_1_wrap{
    display: flex;
}
.wm_sb_footer_1_col{
    width: 50%;
    flex: auto;
}
.wm_sb_footer_1_col_img{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wm_sb_footer_1_content_wrap{
    padding: 80px 50px;
    max-width: 600px;
    color: #fff;
}
.wm_sb_footer_1_content_wrap > h2{
    margin: 0px;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 20px;
}
.wm_sb_footer_1_content_wrap > p{
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.wm_sb_footer_nl_privacy{
    margin-top: 16px;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
}
.wm_sb_footer_nl_privacy a{
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
.wm_sb_footer_nl_privacy a:hover,
.wm_sb_footer_nl_privacy a:focus{
    color: #fff;
}
.wm_sb_footer_nl_form_wrap{
    background: #fff;
    padding: 5px;
    display: flex;
    border-radius: 35px;
}
.wm_sb_footer_nl_form_wrap input{
    border: 0px;
    border-radius: 35px;
    padding: 0px 15px;
    outline: none;
    box-shadow: unset;
}
.wm_sb_footer_nl_form_wrap input:hover,
.wm_sb_footer_nl_form_wrap input:focus{
    border: 0px;
    outline: none;
    box-shadow: unset;
}
.wm_sb_footer_nl_form_wrap button{
    color: #fff;
    background: #3374FF;
    border-radius: 35px;
    border: 0px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
}
.wm_sb_footer_nl_form_wrap button:hover{
    background: #144DC7;
}
.wm_sb_footer_2{
    background: #ACC8E5;
    padding: 100px 15px;
}
.wm_sb_footer_2_content_wrap{
    max-width: 650px;
    margin: auto;
}
.wm_sb_footer_2_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wm_sb_footer_2_content > h2{
    margin: 0px;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}
.wm_sb_footer_2_content > p{
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.wm_sb_footer_2_content > a{
    padding: 10px 25px;
    border: 1px solid #000000;
    border-radius: 50px;
    color: #fff;
    background: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
}
.wm_sb_footer_2_content > a:hover,
.wm_sb_footer_2_content > a:focus{
    background: rgb(63 63 70);
    border-color: rgb(63 63 70);
    color: #fff;
}
.wm_sb_footer_2_content > span{
    font-size: 14px;
    margin-top: 5px;
}
.headings-sidebar a.active{
    color: #000;
}
.wm_blog_main{
    max-width: 1140px;
    margin: auto;
    padding: 50px 15px;
}
.wm_blog_header{
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.wm_blog_header_category_wrap{
    display: flex;
    justify-content: center;
    gap: 10px;
    line-height: normal;
    align-items: center;

}
.wm_blog_header_category_wrap a{
    font-size: 15px;
    color: #444;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
}
.wm_blog_header_category_wrap a:hover,
.wm_blog_header_category_wrap a:focus{
    color: #1F72F2;
}
.wm_blog_header_category_devider{
    width: 1px;
    background: #444;
    height: 15px;
}
.wm_blog_header_heading h1{
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.wm_blog_content_wrapper{
    display: flex;
    padding-top: 30px;
}
.wm_blog_headings_sidebar{
    flex: 0 0 20%; 
    margin-right: 30px;
}
.wm_blog_table_of_content{
    padding: 15px;
    border: 1px solid rgb(228 228 231);
}
.wm_blog_headings_sidebar_content_wrap{
    position:sticky; 
    top: 115px;
}
.wm_blog_headings_sidebar_content_wrap .wm_blog_table_of_content h3{
    margin: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(63 63 70);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}
.wm_blog_headings_sidebar_content_wrap .wm_blog_table_of_content h3 .icon{
    line-height: 0px;
    display: none;
}
.wm_blog_headings_sidebar_content_wrap .wm_blog_table_of_content h3.active .icon{
    transform: rotate(180deg);
}
.wm_blog_headings_sidebar_content_wrap ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 0px;
    border-left: 1px solid rgb(228 228 231);
}
.wm_blog_headings_sidebar_content_wrap ul li a{
    color: #444;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    padding-left: 8px;
    position: relative;
    border-left: 1px solid transparent;
    left: -1px;
    margin-bottom: 12px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wm_blog_headings_sidebar_content_wrap ul li a.active{
    border-color: #111;
    color: #111;
    font-weight: 500;
}
.wm_blog_content{
    flex: 1;
    box-sizing: border-box;
    overflow: hidden;
}
.wm_blog_content a{
    color: #444;
    font-weight: 500;
    text-decoration: underline;
}

.wm_blog_content h2{
    font-size: 24px;
}
.wm_blog_content h3, .wm_blog_content h4{
    font-size: 24px;
}
.wm_blog_content iframe{
    width: 100% !important;
}
.wm_blog_r_sidebar{
    flex: 0 0 20%;
    margin-left: 30px;
}
.wm_blog_r_sidebar_content_wrap{
    position: sticky;
    top: 115px;
}
.wm_blog_r_sidebar_content_box{
    background: rgb(77 93 1);
    padding: 20px;
    color: #fff;
    overflow: hidden;
}
.wm_blog_r_sidebar_content_heading h3{
    font-size: 28px;
}
.wm_blog_r_sidebar_content_heading_sigle_word{
    color: rgb(238 250 179);
}
.wm_blog_r_sidebar_content_img img{
    width: 100%;
    height: auto;
}
.wm_blog_r_sidebar_content_cta_wrap .wm_blog_r_sidebar_content_cta{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.wm_blog_r_sidebar_content_cta_icon{
    line-height: 0px;
    position: relative;
    right: 0;
    transition: right 0.5s ease-in-out !important;
}
.wm_blog_r_sidebar_content_cta_wrap .wm_blog_r_sidebar_content_cta:hover  .wm_blog_r_sidebar_content_cta_icon{
    right: -100px;
}
.wm_blog_content_author_container{
    margin-top: 60px;
    border-top: 1px solid rgb(212 212 216);
    padding-top: 20px;
}
.wm_blog_content_author_container_wrap{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.wm_blog_content_author_wrap{
    display: flex;
    align-items: center;
    gap: 15px;
}
.wm_blog_content_author_img_wrap{
    line-height: 0px;
}
.wm_blog_content_author_img_wrap img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}
.wm_blog_content_author_content_wrap{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.wm_blog_content_author_name{
    font-size: 16px;
    font-weight: 600;
    color: #2F3337;
}
.wm_blog_content_last_update{
    color: rgb(63 63 70);
    font-size: 13px;
}
.wm_blog_content_share_wrap{
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.wm_blog_content_share_heading{
    font-size: 16px;
    color: #2F3337;
}
.wm_blog_content_share_icons{
    display: flex;
    gap: 10px;
}
.wm_blog_content_share_icons a{
    line-height: 0px;
    background: transparent;
}
.wm_blog_l_sidebar_content_box{
    margin-top: 40px;
    background: rgb(123 233 134);
    padding: 20px;
    overflow: hidden;
}
.wm_blog_l_sidebar_content_heading h3{
    font-size: 30px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 25px;
    line-height: 35px;
    color: #161922;
}
.wm_blog_l_sidebar_content_heading_bold{
    font-weight: 600;
}
.wm_blog_l_sidebar_content_cta_wrap .wm_blog_l_sidebar_content_cta{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.wm_blog_l_sidebar_content_cta_icon{
    line-height: 0px;
    position: relative;
    right: 0;
    transition: right 0.5s ease-in-out !important;
}
.wm_blog_l_sidebar_content_cta_wrap .wm_blog_l_sidebar_content_cta:hover .wm_blog_l_sidebar_content_cta_icon{
    right: -100px;
}
.wm_blog_ad_container{
    background: rgb(123 233 134);
}
.wm_blog_ad_wrap{
    padding: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.wm_blog_ad_heading{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
    font-weight: 600;
}
.wm_blog_ad_text{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 35px;
}
.wm_blog_ad_btn a{
    padding: 10px 25px;
    border: 1px solid #000000;
    border-radius: 50px;
    color: #fff;
    background: #000;
    font-family: "Helvetica Neue", Sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
}
.wm_blog_ad_btn a:hover,  .wm_blog_ad_btn a:focus{
    background: rgb(63 63 70);
    border-color: rgb(63 63 70);
}
.wm_blog_ad_btn_bottom_text{
    font-size: 14px;
    margin-top: 5px;
}
.wm_blog_content p:first-of-type > br{
    display: none;
}
.wm_blog_content p:first-of-type:has(br) + *{
    margin-top: 0px; 
}
.wm_archive_container{
    max-width: 1140px;
    margin: auto;
    padding: 30px 15px 50px;
}
.wm_archive_container .wm_archive_heading{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
}
.wm_pagination {
    margin-top: 40px;
}
.wm_pagination .navigation.pagination{
    margin: 0px;
    justify-content: center;
}
.wm_pagination .nav-links{
    display: flex;
    align-items: center;
    gap: 6px;
}
.wm_pagination .nav-links .page-numbers{
    padding: 5px 10px;
    border: 1px solid #161922;
    display: inline-block;
    background: transparent;
    line-height: 18px;
    font-size: 15px;
    font-weight: 500;
    color: #161922;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.wm_pagination .nav-links .page-numbers:hover,
.wm_pagination .nav-links .page-numbers.current{
    background: #161922;
    color: #fff;
}
.wm_blog_suggestion_container{
    margin-top: 60px;
}
.wm_blog_suggestion_container .wm_blog_suggestion_heading{
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
ol.wm_blog_related_posts{
    margin: 0px;
}
.wm_blog_related_posts li{
    font-size: 15px;
}
.wm_blog_related_posts li a{
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wm_blog_related_posts li a:hover{
    text-decoration: underline;
    color: #000;
}
.wm_sb_footer_1_content_wrap .wm_sb_footer_btn{
    display: block;
    padding: 10px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.single_post_content_products_wrap {
    cursor: grab; 
    user-select: none;
    overflow-x: auto;
    display: flex;
    gap: 20px;
    scroll-behavior: smooth;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #aaa transparent;
    padding: 15px;
    border: 1px solid rgb(228 228 231);
}

.single_post_content_products_wrap.dragging {
    cursor: grabbing; 
}

.single_post_content_products_wrap::-webkit-scrollbar {
    height: 8px;
    border-radius: 20px;
}

.single_post_content_products_wrap::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 20px;
}

.single_post_content_products_wrap::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
    border: 2px solid transparent; /* Adds space for rounded corners */
    background-clip: padding-box;
}

.single_post_content_products_wrap::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}

.single_post_content_product {
    flex: 0 0 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    overflow:hidden;
    transition: all .5s ease-out;
    border: 1px solid rgb(228 228 231);
}
.single_post_content_product_img img{
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
}
.single_post_content_product_img{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.single_post_content_product:hover .single_post_content_product_img img{
    transform: scale(1.2);
}
.single_post_content_product .single_post_content_product_wrap{
    text-decoration: none;
    height: 100%;
    width: 100%;
}
.single_post_content_product_content{
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    gap: 12px;
}
.single_post_content_product_content h4{
    font-weight: 500;
    margin: 0px;
    line-height: 22px;
    display: block;
    display: -webkit-box;
    font-size: 15px !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}
.single_post_content_product_meta{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
}
.single_post_content_product_price_wrap{
    display: flex;
    flex-direction: column;
}
.single_post_content_product_price{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-decoration: line-through;
}
.single_post_content_product_salePrice{
    font-size: 15px;
    color: #54595f;
    line-height: 20px;
    font-weight: 700;
}
.single_post_content_product_salePrice del{
    color: #54595f;
    font-family: "DM Sans", Sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.single_post_content_product_salePrice ins{
    color: #0f743b;
    font-family: "DM Sans", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.single_post_content_product_rating .stars{
    font-size:15px;
}
.single_post_content_products{
    margin-top: 20px;
    margin-bottom: 20px;
}
.wm_blog_l_sidebar_product{
    margin-top: 25px;
}
.wm_blog_content table{
    margin-bottom: 15px;
}
.wm_blog_content table th,
.wm_blog_content table td{
    border: 1px solid #e4e4e7;
    padding: 10px;
}
.wm_blog_r_sidebar_content_wrap .single_post_content_product{
    margin-bottom: 20px;
}
.hidden-post {
    display: none;
}

.wm_load_more_btn {
    padding: 10px 25px;
    border: 1px solid #000000;
    border-radius: 50px;
    color: #fff;
    background: #000;
    font-family: "Helvetica Neue", Sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    margin: 20px auto;
    cursor: pointer;
}

.wm_load_more_btn:hover {
    background: #333;
}
.single_post_content_product_rating{
    display: flex;
    align-items: center;
    gap: 3px;
}
.single_post_content_product_rating_value{
    font-size: 13px;
    color: #161922;
    font-weight: 600;
}

.wm_related_articles_container{
    background: #EFEFF0;
}
.wm_related_articles_wrap{
    max-width: 1140px;
    margin: auto;
    padding: 50px 15px;
}
.wm_related_article_section{
    margin-bottom: 45px;
}
.wm_related_article_heading{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
}
.wm_related_article_list_wrap .wm_related_article_list{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 8px;
}
.wm_related_article_list li{
    width: 100%;
    overflow: hidden;
}
.wm_related_article_list li a{
    color: #676767;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wm_related_article_list li a:hover{
    text-decoration: underline;
}



@media(max-width: 767px){
    .wm_related_article_section {
        margin-bottom: 40px;
    }
    .wm_related_article_heading {
        font-size: 16px;
        margin-bottom: 10px;
    }    
    .wm_related_article_list_wrap .wm_related_article_list{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 3px;
    }
    .wm_related_article_list li a{
        font-size: 12px;
    }
    .wm_blog_l_sidebar_product{
        display: none;
    }
    .wm_blog_header_feature_img_wrap{
        margin-bottom: 15px;
    }
    .wm_archive_container .wm_archive_heading{
        font-size: 24px;
        margin-bottom: 35px;
    }
    .wm_blog_main{
        padding: 50px 15px !important;
    }
    .wm_sb_header_content_wrap{
        padding-left: 30px;
        padding-right: 30px;
    }
    .wm_sb_header_content_wrap > h2{
        font-size: 22px;
        line-height: 26px;
        z-index: 1;
    }
    .wm_sb_header_content_wrap > p{
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        z-index: 1;
    }
    .wm_sb_header_content_cta_wrap{
        flex-direction: column;
        z-index: 1;
    }
    .wm_sb_header_btn_trial_wrap a, .wm_sb_header_btn_learn_wrap a{
        padding: 8px 20px;
        font-size: 15px;
    }
    .wm_sb_header_img{
        width: 90px;
    }
    .wm_sb_header_img_l {
        bottom: -50px;
    }
    .wm_sb_header_img_r_1 {
        top: -20px;
        display: none;
    }
    .wm_sb_header_img_r_2 {
        right: -20px;
        bottom: -35px;
    }
    .wm_blog_header{
        text-align: right;
    }
    .wm_blog_header_category_wrap{
        justify-content: flex-start;
    }
    .wm_blog_header_heading h1{
        text-align: left;
        font-size: 24px;
        line-height: 30px;
    }
    .wm_blog_content_wrapper{
        flex-direction: column;
        gap: 15px;
        padding-top: 0px;
    }
    .wm_blog_table_of_content{
        padding-bottom: 0px;
    }
    .wm_blog_headings_sidebar_content_wrap .wm_blog_table_of_content h3 .icon{
        display: block;
    }
    .wm_blog_headings_sidebar_content_wrap ul{
        display: none;
        border: 0px;
    }
    .wm_blog_headings_sidebar_content_wrap ul li a{
        padding: 0px;
        border: 0px;
    }
    .wm_blog_content p{
        font-size: 15px;
        line-height: 22px;
    }
    .wm_blog_content h2, .wm_blog_content h3, .wm_blog_content h4{
        font-size: 20px;
        line-height: 26px;
    }
    .wm_blog_content ol, .wm_blog_content ul{
        font-size: 15px;
    }
    .wm_blog_content_author_container_wrap{
        gap: 15px;
        align-items: center;
    }
    .wm_blog_content_author_img_wrap img{
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .wm_blog_content_share_heading {
        font-size: 15px;
        font-weight: 500;
    }
    .wm_blog_content_share_icons a svg{
        width: 28px;
        height: 28px;
    }
    .wm_blog_content_author_content_wrap{
        gap: 0px;
    }
    .wm_blog_content_author_name{
        font-size: 14px;
    }
    .wm_blog_content_last_update{
        font-size: 13px;
        line-height: 18px;
    }
    .wm_blog_content_share_wrap{
        text-align: center;
        gap: 6px;
    }
    .wm_blog_content_share_icons{
        justify-content: center;
        gap: 6px;
    }
    .wm_blog_suggestion_container .wm_blog_suggestion_heading{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .wm_blog_related_posts li {
        font-size: 15px;
        line-height: 20px;
    }
    .wm_blog_related_posts li a {
        font-size: 15px;
        line-height: 20px;
    }
    .wm_blog_r_sidebar{
        display: none;
    }
    .wm_sb_footer_1_wrap{
        flex-direction: column;
    }
    .wm_sb_footer_1_col_img{
        min-height: 200px;
    }
    .wm_sb_footer_1_content_wrap{
        padding: 50px 15px;
    }
    .wm_sb_footer_1_content_wrap > h2{
        font-size: 24px;
        line-height: 30px;
    }
    .wm_sb_footer_nl_privacy{
        font-size: 12px;
    }
    .wm_sb_footer_2{
        padding: 50px 15px;
    }
    .wm_sb_footer_2_content > h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .wm_sb_footer_1_content_wrap > p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .wm_sb_footer_2_content > p{
        font-size: 14px;
        text-align: left;
        font-weight: 400;
        line-height: 22px;
    }
    .wm_sb_footer_2_content > span {
        font-size: 13px;
    }
    .wm_sb_footer_2_content{
        align-items: flex-start;
    }
    .wm_sb_footer_2_content > a{
        padding: 8px 20px;
    }
    .wm_sb_footer_1_col{
        width: 100%;
    }
    .wm_blog_headings_sidebar {
        flex: 0 0 100%;
        margin-right: 0px;
    }
    .wm_blog_l_sidebar_content_box{
        display: none;
    }
    .wm_blog_ad_wrap{
        padding: 35px 20px;
    }
    .wm_blog_ad_heading{
        font-size: 24px;
        line-height: 28px;
    }
    .wm_blog_ad_text{
        font-size: 15px;
        line-height: 22px;
    }
    .wm_blog_ad_btn a{
        padding: 8px 20px;
    }
    .wm_blog_ad_btn_bottom_text{
        font-size: 13px;
    }
}
/*======================= //SINGLE POST =======================*/

/*======================= MY ACCOUNT PAGE =======================*/
.ab-my-account-dashboard{
    background: #eceff3;
    padding: 29px 15px;
}
.ab-my-account-dashboard-wrap{
    max-width: 1200px;
    margin: auto;
}
.ab-my-account-dashboard-wrap > h2{
    margin: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #222;
}
.wm_total_action_card{
    background: #fff;
    border-radius: 8px;
    height: 100%;
}
.wm_total_action_card_header{
    border-bottom: 1px solid #DFE5EB;
    padding: 18px 24px;
}
.wm_total_action_card_heading{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 20px;
    color: #111111;
}
.wm_total_action_card_value{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.26;
    color: #111111;
}
.wm_total_action_card_body{
    padding: 18px 24px;
}
.wm_total_action_traffic_source_heading{
    color: #868AA5;
    margin-bottom: 10px;
}
ul.wm_traffic_source_list{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wm_traffic_source_list_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
}
.wm_traffic_source_list_label{
    display: flex;
    align-items: center;
}
.wm_traffic_source_list_icon{
    line-height: 0px;
    margin-right: 6px;
}
.wm_total_action_card_not_found{
    text-align: center;
}
.wm_total_action_card_not_found_img{
    margin-bottom: 6px;
}
.wm_total_action_card_not_found_label{
    font-size: 16px;
    font-weight: 600;
}
.wm_total_action_card_not_found_text{
    font-size: 15px;
    line-height: 20px;
}
.ab-account-summary-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.wm_dashboard_home_product_container{
    margin-top: 35px;
}
.wm_dashboard_home_product_heading{
    font-size: 24px;
    margin-bottom: 10px;
}
.wm_dashboard_home_product_tabs_container{
    background: #fff;
    border-radius: 8px;
    
}
.wm_dashboard_home_product_tabs_container_wrap{
    display: flex;
}
.wm_dashboard_home_product_tabs_sidebar{
    width: 250px;
    flex: 0 0 250px;
    border-right: 1px solid #dfe5eb;
}
.wm_dashboard_home_product_tabs_sidebar .woocommerce-MyAccount-navigation{
    width: 100%;
    float: unset;
}
ul.wm_dashboard_home_product_tabs_list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.wm_dashboard_home_product_tab{
    padding: 12px 24px;
    font-size: 15px;
    line-height: normal;
    border-bottom: 1px solid #dfe5eb;
    color: #111;
    font-weight: 500;
}
.wm_dashboard_home_product_tab a{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #222;
}
.wm_dashboard_home_product_tab.active, .wm_dashboard_home_product_tab.is-active{
    background: #d6e6fe;
}
.wm_dashboard_home_product_tab_head{
    font-weight: bold;
}
.wm_dashboard_home_product_tab_wrap{
    display: flex;
    align-items: center;
}
.wm_dashboard_home_product_tab_icon{
    line-height: 0px;
    margin-right: 8px;
}
.wm_dashboard_home_product_tabs_content_wrapper{
    width: 100%;
    padding: 20px;
}
.wm_dashboard_home_product_tabs_content_header{
    padding: 12px 24px;
    border-bottom: 1px solid #dfe5eb;
}
.wm_dashboard_home_product_search_wrap{
    display: flex;
    justify-content: flex-end;
}
.wm_dashboard_home_product_search_wrap .action-search{
    position: relative;
    min-width: 300px;
    max-width: 300px;
}
.wm_dashboard_home_product_search_wrap input{
    padding: 5px 15px;
    border-radius: 16px;
    border-color: #dfe5eb;
}
.wm_dashboard_home_product_search_wrap .btn-search{
    border: 0;
    background: 0 0;
    position: absolute;
    right: 10px;
    color: #FA6301;
    top: 50%;
    padding: 0px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}
.wm_dashboard_home_product_not_found{
    text-align: center;
    padding: 40px;
}
.wm_dashboard_home_product_not_found_img{
    margin-bottom: 10px;
}
.wm_dashboard_home_product_not_found_heading{
    font-size: 18px;
    font-weight: bold;
    color: #111;
}
.wm_dashboard_home_product_tabs_content_item{
    display: none;
}
.wm_dashboard_home_product_tabs_content_item.active{
    display: block;
}
.wm_dashboard_home_product_tab_nav{
    cursor: pointer;
}
.wm_dashboard_home_product_tabs_content_item_header_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #dfe5eb;
}
.wm_dashboard_home_product_tabs_content_item_header_left{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111;
}
.wm_dashboard_home_product_tabs_content_item_header_icon{
    line-height: 0px;
    margin-right: 8px;
}
.wm_dashboard_home_product_tabs_content_item_header_icon_angle{
    display: flex;
    align-items: center;
}
.wm_dashboard_home_product_tabs_content_item_header{
    display: none;
}
.wm_dashboard_home_product_tabs_content_wrapper a{
    color: #FA6301;
}
.wm_dashboard_home_product_tabs_content_wrapper .woocommerce-orders-table{
    border: 1px solid #0e0e0e2e;
}
.wm_dashboard_home_product_tabs_content_wrapper .woocommerce-orders-table th,
.wm_dashboard_home_product_tabs_content_wrapper .woocommerce-orders-table td{
    border: 0px;
    border-block-start: none !important;
    padding: 10px;
    text-align: left;
}
.wm_dashboard_home_product_tabs_content_wrapper .woocommerce-orders-table tr{
    border: 1px solid #0e0e0e2e;
}
.wm_dashboard_home_product_tabs_content_wrapper h2{
    font-size: 24px;
}
.wm_dashboard_home_product_tabs_content_wrapper .woocommerce-info{
    border-top-color: #FA6301;
}
.wm_dashboard_home_product_tabs_content_wrapper .woocommerce-info::before {
    color: #FA6301;
}
.wm_dashboard_home_product_tabs_content_wrapper .woocommerce-error, 
.wm_dashboard_home_product_tabs_content_wrapper .woocommerce-info, 
.wm_dashboard_home_product_tabs_content_wrapper .woocommerce-message{
    background-color: #f6f6f6;
    color: #222;
}
.wm_dashboard_home_product_tabs_content_wrapper form .form-row label{
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    color: #54595f;
    margin-bottom: 3px;
}
.wm_dashboard_home_product_tabs_content_wrapper form .form-row input,
.wm_dashboard_home_product_tabs_content_wrapper form .form-row select,
.wm_dashboard_home_product_tabs_content_wrapper form .form-row textarea,
.wm_dashboard_home_product_tabs_content_wrapper .select2-container .select2-dropdown,
.wm_dashboard_home_product_tabs_content_wrapper .select2-container .select2-selection{
    border: 1px solid #0e0e0e2e;
    padding: 12px 15px;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    color: #54595f;
    border-radius: 10px;
}
.wm_dashboard_home_product_tabs_content_wrapper .select2-container .select2-dropdown,
.wm_dashboard_home_product_tabs_content_wrapper .select2-container .select2-selection{
    padding: 6px;
}

.wm_dashboard_home_product_tabs_content_wrapper form button[type="submit"]{
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 50px;
    background: #222;
    color: #fff;
    border: 0px;
    transition: 0.3s;
}
.wm_dashboard_home_product_tabs_content_wrapper form button[type="submit"]:hover,
.wm_dashboard_home_product_tabs_content_wrapper form button[type="submit"]:focus{
    background: #FA6301;
}

.wm_dashboard_home_product_tabs_content_wrapper fieldset{
    border-color: #0e0e0e2e;
    border-width: 1px;
    margin-bottom: 20px;
}

@media(max-width: 767px){
    .ab-account-summary-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .wm_dashboard_home_product_tabs_container_wrap{
        flex-direction: column;
    }
    .wm_dashboard_home_product_tabs_sidebar{
        width: 100%;
        flex: 100%;
        border-right: 0px;
    }
    .ab-my-account-dashboard-wrap > h2 {
        font-size: 24px;
    }
    .wm_total_action_card_header {
        border-bottom: 1px solid #DFE5EB;
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wm_total_action_card_heading{
        margin: 0px;
    }
    .wm_dashboard_home_product_heading {
        font-size: 22px;
    }
}
/*======================= //MY ACCOUNT PAGE =======================*/

#custom-review-form .review-form-field{
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 12px;
    line-height: 20px;
    color: #222;
    border-color: #222;
    display: block;
}

#custom-review-form button[type="submit"]{
    font-family: "DM Sans", Sans-serif;
    background: #222;
    color: #fff;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
    line-height: normal;
    border-radius: 50px;
    margin-top: 10px;
}
#custom-review-form button[type="submit"]:hover, #custom-review-form button[type="submit"]:focus{
    color: #fff;
    box-shadow: var(--clg-effect-sem-shadow-elevation-3, 0px 1px 3px 0px #0000004d, 0px 4px 8px 3px #00000026);
}
.custom-review-form-wrap{
    padding: 30px 0px;
}
.custom-review-form-wrap > h2{
    font-size: 26px;
    margin-bottom: 22px;
    margin-top: 0px;
    text-align: center;
    cursor: pointer;
}
.custom-review-form-wrap{
    display: none;
}
.product_review_form_btn{
    cursor: pointer;
}

/*======================= SIGN IN PAGE =======================*/
.ab_login_page_card{
    max-width: 1000px;
    margin: auto;
    padding: 50px 15px;
}
.ab_login_page_card_wrap{
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 9%);
    display: flex;
}
.ab_login_page_card_l{
    width: 50%;
    flex: 0 0 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ab_login_page_card_l_content{
    padding: 50px;
    color: #fff;
}
.ab_login_page_card_l_content > h2{
    margin: 0px;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 22px;
}
.ab_login_page_card_l_content > ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ab_login_page_card_r{
    width: 50%;
    flex: 0 0 50%;
}
.ab_login_forms_container{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    padding: 50px;
    min-height: 600px;
}
.ab_login_form_header{
    margin-bottom: 35px;
}
.ab_login_form_header h2{
    font-size: 30px;
    margin: 0px;
    font-weight: 600;
    margin-bottom: 6px;
}
.ab_login_form_header p{
    margin: 0px;
    font-size: 17px;
    color: #444444;
}
.ab_login_form_header p a{
    color: #444444;
    text-decoration: underline;
}
.ab_login_field_wrap{
    margin-bottom: 22px;
}
.ab_login_field_wrap .ab_login_field{
    border: 1px solid #ddd;
    padding: 10px 16px;
    border-radius: 4px;
    background: transparent;
    color: #444;
    font-size: 16px;
}
.ab_login_field_wrap .ab_login_field:focus,
.ab_login_field_wrap .ab_login_field:focus-visible{
    border-color: #222;
    outline: unset;
}
.ab_login_field_wrap input:-webkit-autofill,
.ab_login_field_wrap input:-webkit-autofill:hover,
.ab_login_field_wrap input:-webkit-autofill:focus,
.ab_login_field_wrap textarea:-webkit-autofill,
.ab_login_field_wrap textarea:-webkit-autofill:hover,
.ab_login_field_wrap textarea:-webkit-autofill:focus,
.ab_login_field_wrap select:-webkit-autofill,
.ab_login_field_wrap select:-webkit-autofill:hover,
.ab_login_field_wrap select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
    background-color: white;
}
.ab_login_field_error{
    font-size: 12px;
    color: #ea4335;
    margin-bottom: 0;
    margin-top: 5px;
    display: none;
    font-weight: 400;
}
.ab_login_field_wrap.error .ab_login_field_error{
    display: block;
}
.ab_login_field_wrap.error .ab_login_field{
    border-color: #ea4335;
}
.ab_login_field_password{
    position: relative;
}
.ab_password_eye{
    width: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    cursor: pointer;
    right: 12px;
}
.ab_password_show{
    display: none;
}
.ab_login_form_btn_wrap .ab_login_form_message{
    font-size: 15px;
    margin: 0px;
}
.ab_login_form_btn_wrap .ab_login_form_message.success{
    color: #20d706;
}
.ab_login_form_btn_wrap .ab_login_form_message.error{
    color: #ea4335;
}
.ab_login_form_btn_wrap .ab_login_form_submit_btn{
    display: block;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #222;
    background: #222;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
    margin-top: 6px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.ab_login_form_btn_wrap .ab_login_form_submit_btn:hover,
.ab_login_form_btn_wrap .ab_login_form_submit_btn:focus{
    background: transparent;
    color: #222;
}
.ab_login_form_btn_wrap .ab_login_form_submit_btn.loading .ab_login_form_submit_btn_icon{
    display: inline-block;
}
.ab_login_form_submit_btn_icon{
    line-height: 0px;
    display: none;
    animation: ab_spinner 1.2s linear infinite;
}

@keyframes ab_spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
p.ab_login_forgot_password_text{
    margin: 0px;
    font-size: 17px;
    color: #444444;
}
p.ab_login_forgot_password_text a{
    color: #444;
    text-decoration: underline;
}
.ab_login_row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.abp_accept_account input{
    border: 1px solid #ddd;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.abp_accept_account label{
    font-size: 14px;
    color: #444444;
}
.abp_accept_account label a{
    color: #444444;
    text-decoration: underline;
}
.ab_login_form_back_login{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.ab_login_form_back_login_icon{
    width: 18px;
    display: inline-block;
    line-height: 0px;
}
.ab_login_form{
    display: none;
}
#ab_login_form_sign_up{
    display: block;
}
.ab_login_forms_footer p{
    font-size: 14px;
    line-height: 20px;
    color: #74767e;
    margin: 0px;
}
.ab_login_forms_footer p a{
    text-decoration: underline;
    color: #74767e;
}

@media(max-width: 767px){
    .review-images-header h2 {
        font-size: 18px;
    }
    .ab_login_page_card_l{
        display: none;
    }
    .ab_login_page_card_r{
        width: 100%;
        flex: 0 0 100%;
    }
    .ab_login_forms_container{
        padding: 30px 20px;
    }
    .ab_login_form_header h2 {
        font-size: 28px;
    }
    .ab_login_form_header p {
        font-size: 16px;
    }
    p.ab_login_forgot_password_text {
        font-size: 14px;
    }
    .ab_login_form_btn_wrap .ab_login_form_submit_btn{
        padding: 8px 15px;
    }
}
/*======================= //SIGN IN PAGE =======================*/


.elementor-menu-cart__footer-buttons .elementor-button--view-cart{
    display: none !important;
}
.e-checkout__column.e-checkout__column-end .e-checkout__order_review{
    display: none !important;
}
.e-checkout__column.e-checkout__column-start .e-checkout__order_review{
    display: block !important;
    margin-top: 24px !important;
}
.review-images-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
#fluent-boards-app .menu_logo_holder img{
    display: none;
}

@media(max-width: 767px){
    .e-checkout__column.e-checkout__column-start .e-checkout__order_review{
        margin-top: 0px !important;
    }
    .elementor-widget-woocommerce-checkout-page .e-checkout__container {
        gap: 0px !important;
    }
    .single-product .sb-main.sb-chat, .woocommerce-checkout .sb-main.sb-chat{
        display: none !important;
    }
}