*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
}
.container {
    max-width: 1440px;
    margin: auto;
    padding: 0 20px;
}
.cs_container {
    max-width: 1860px;
    margin: auto;
    padding: 0 20px;
}
.header_top {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 6px;
    gap: 5px;
}

.header_actions {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 40px;
}
nav.main_nav {
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    grid-template-columns: max-content 1fr max-content;
}
.nav_arr  svg {
    width: 15px;
    filter: invert(1);
}
.nav_arr {
    display: flex;
}
nav.main_nav a, nav.main_nav span {
    text-decoration: none;
    font-size: 16px;
    padding: 9px 8px;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 400;
}
.main_nav .nav_first_cat span {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.nav_content {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}
.nav_content::-webkit-scrollbar {
    display: none;
}
.topmenu_main {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 250px 1fr 260px;
    align-items: center;
    grid-template-columns: 1fr;
}

.top_bar_menu {
    background: #F5F2F2;
    padding: 11px 0;
}

.topmenu_main ul {
    list-style: none;
}

.social_icons ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

.topmenu_main ul.cms-menu {
    display: flex;
    gap: 20px;
}

.header_offer {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.topmenu_main ul.cms-menu a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    display: block;
}
/* Firefox */
.nav_content {
    scrollbar-width: none;
}
/* IE / old Edge */
.nav_content {
    -ms-overflow-style: none;
}
.nav_content a:hover {
    background: rgba(0,0,0,.08);
}
.main_nav .nav_first_cat span:after {
    content: "";
    width: 18px;
    height: 20px;
    display: inline-block;
    background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" style="width: auto; height: 1em;"><path d="M10.7712 4.89648L11.4783 5.60359L6.99995 10.0819L2.52161 5.60359L3.22871 4.89648L6.99995 8.66804L10.7712 4.89648Z" fill="currentColor"></path></svg>');
    background-size: contain;
    background-position: center;
    filter: invert(1);
}
.mega_inner {
    display: grid;
    grid-template-columns: 260px 5fr;
    padding: 20px 0;
    /* max-height: 490px; */
}
.mega_menu_list li {
    list-style: none;
    padding: 11px 8px 9px 12px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #5F5F5F;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mega_menu_list li::after {
    content: "";
    width: 17px;
    height: 18px;
    position: static;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M9 20L17 12L9 4" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.mega_menu_list li:hover {
    background: #D9D9D980;
    cursor: pointer;
}
.mega_menu_list ul {
    padding-right: 30px;
}
.shop_cat_grid_itm span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2;
    color: #000;
    /* background: #EBEBEB; */
    /* border-radius: 50%; */
}
span.shop_cat_img {
    background: #EBEBEB;
    border-radius: 50%;
}
.shop_cat_grid {
    display: grid;
    gap: 40px;
}
.shop_category_mega .shop_cat_grid{
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-template-columns: repeat(7, 1fr);
}
.picks_for_you .shop_cat_grid {
    grid-template-columns: repeat(7,1fr);
}
.shop_cat_grid_itm img {
    aspect-ratio: 1;
    display: block;
    width: 100%;
    border-radius: 50%;
    margin-bottom: 0;
    object-fit: cover;
    background: #EBEBEB;
}
.shop_cat_grid_itm {
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.shop_cat_head {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 0 13px;
}
.shop_category_mega {
    /* border-right: 1px solid #eee; */
    padding: 0 25px;
    border-left: 1px solid #eee;
}
.picks_for_you {
    padding: 0 25px;
}
.mb_header, .desktop_header {
    background: #000;
    position: sticky;
    z-index: 12;
    top: 0;
}
.mega_menu_main {
    background: #fff;
    /* display: none; */
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
}
.mega_scroll {
    overflow: auto;
    max-height: 65vh;
}
.mega_scroll::-webkit-scrollbar-track
{
	background-color: #fff;
}
.mega_scroll::-webkit-scrollbar
{
	width: 3px;
	background-color: #fff;
}
.mega_scroll::-webkit-scrollbar-thumb
{
	background-color: #E1E1E1;
	border: 2px solid #E1E1E1;
}
.nav_arr .disabled {
    opacity: 0.7;
    pointer-events: none;
}

/* Header Right Menu */
.my-acc-menu li > a {
    color: #fff;
    text-decoration: none;
}
.my-acc-menu {
    display: flex;
    gap: 23px;
    list-style: none;
    align-items: start;
}
.my-acc-menu li.acc_menu>a::before {
    content: "";
    width: 25px;
    height: 26px;
    display: block;
    background-image: url('/wp-content/themes/faisal/assets/img/my-account.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.my-acc-menu span.woosw-menu-item-inner::before{
    content: "";
    width: 25px;
    height: 28px;
    display: block;
    background-image: url('/wp-content/themes/faisal/assets/img/wish.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.my-acc-menu .xoo-wsc-icon-shopping-bag1:before{
    content: "";
    width: 25px;
    height: 30px;
    display: block;
    background-image: url('/wp-content/themes/faisal/assets/img/cart-new.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.my-acc-menu>li.acc_menu, .my-acc-menu span.woosw-menu-item-inner {
    font-size: 0;
    position: relative;
}
.my-acc-menu li{
    list-style-type: none;
}
ul.woosw-header-menu, ul.woosw-header-menu * {
    display: flex;
}
.my-acc-menu  .menu-item-type-woosw a {
    display: flex;
    align-items: center;
}
.my-acc-menu .woosw-menu-item .woosw-menu-item-inner:after {
    background: #fff;
    color: #000;
    top: -5px;
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
}
.my-acc-menu li.acc_menu .acc_submenu a {
    font-size: 16px;
    color: #000;
    display: block;
}
ul.acc_submenu li.acc_username {
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.acc_submenu li.sign_in_acc {
    border-bottom: 1px solid #cecece;
    padding-bottom: 6px;
    margin-bottom: 5px !important;
    font-weight: 500;
}
.acc_submenu li:not(:last-child) {
    margin-bottom: 4px;
}
.my-acc-menu li.acc_menu .acc_submenu {
    top: 32px;
    position: absolute;
    right: -13px;
    z-index: 11;
    background: #fff;
    padding: 12px 14px;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: max-content;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    font-size: 14px;
    list-style: none;
    min-width: 140px;
}
.header_search{
    max-width: 520px;
    margin: auto;
    width: 100%;
}
.header_search form.aws-search-form {
    border-radius: 10px;
    overflow: hidden;
}
.header_search .aws-search-btn.aws-form-btn {
    background: #fff !important;
    border: none !important;
}
.header_search .aws-search-field {
    font-size: 15px !important;
    border: none !important;
    padding-left: 15px;
}

/* Mega Menu */
.mega_menu_main { display: none; }
.mega_menu_main.is-open { display: block; }
body:has(.mega_menu_main.is-open)::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000094;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
}
.shop_cat_grid {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.shop_cat_grid.is-active {
    display: grid;
    pointer-events: auto;
    animation: fadeInGrid 220ms ease-in forwards;
}

@keyframes fadeInGrid {
    from {
        opacity: 0;
        /* transform: translateY(4px); */
    }
    to {
        opacity: 1;
        /* transform: translateY(0); */
    }
}

.nav-side-cat-menu {
    scroll-behavior: smooth;
}

.nav_content a.is-active {
    background: hsla(0,0%,100%,.15);
}
.nav-side-cat-menu li.is-active {
    background-color: #D9D9D980;
}

/* Footer CSS */
footer {
    background: #E9E9E9;
}
footer ul {
    list-style: none;
}
.footer_cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 60%;
    gap: 20px;
}
.inner_footer {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 70px 0;
    border-bottom: 1px solid #00000061;
}
.footer_cols h4.footer_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.footer_col a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: 400;
}
.footer_col li {
    margin-bottom: 7px;
}
.foot_logo img {
    filter: invert(1);
}
.footer_logo {
    width: 200px;
}
.footer_logo .foot_logo img {
    width: 100%;
}
.footer_logo .foot_logo {
    margin-bottom: 35px;
}
.footer_logo .follow_txt {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}
.footer_bottom {
    padding: 40px 0;
}
.footer_bottom .payitms {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}
.footer_bottom .payitms img {
    width: 46px;
}
.copyright_foot {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.copyright_foot .cp_foot_links ul {
    display: flex;
    gap: 30px;
}
.copyright_foot p,.copyright_foot a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.xoo-wsc-modal .xoo-wsc-basket {
    display: none !important;
}
.xoo-wsc-product del span.woocommerce-Price-currencySymbol {
    text-decoration: line-through;
}
/* Currency Switcher */
span.lc_button {
    display: block;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    border: 1px solid #ffffff6b;
    padding: 7px 12px;
    border-radius: 5px;
    cursor: pointer;
}
span.lc_button img {
    width: 22px;
}
.lang_currency_dropdown {
    position: relative;
}
.lc_drop_menu {
    position: absolute;
    right: 0;
    z-index: 11;
    background: #fff;
    padding: 16px 22px;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-width: 250px;
    /* display: none; */
    visibility: hidden;
    transform: translateY(-10px); /* optional slide effect */
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.lc_drop_menu.active, .my-acc-menu li.acc_menu .acc_submenu.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.lc_drop_menu .lc_title {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 9px;
}
.lc_lang {
    margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #efefef;
}
.lc_lang li.wpml-ls-slot-shortcode_actions {
    display: block;
}
.wpml-ls-statics-shortcode_actions {
    padding: 0;
}
.lc_lang li.wpml-ls-slot-shortcode_actions a.wpml-ls-link {
    color: #000 !important;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    align-items: center;
    margin-bottom: 3px;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lc_lang li.wpml-ls-slot-shortcode_actions a.wpml-ls-link:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
}
.lc_lang li.wpml-ls-slot-shortcode_actions.wpml-ls-current-language a.wpml-ls-link {
    font-weight: 600;
}
.lc_lang li.wpml-ls-slot-shortcode_actions.wpml-ls-current-language a.wpml-ls-link::before {
    border: 4px solid;
    box-sizing: content-box;
    width: 4px;
    height: 4px;
}
.lc_currency .wcml-vertical-list li a {
    color: #000 !important;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    align-items: center;
    margin-bottom: 3px;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 3px 0;
}
.lc_currency .wcml-vertical-list li a::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    min-width: 10px;
}
.lc_currency li.wcml-cs-active-currency a::before {
    border: 4px solid;
    box-sizing: content-box;
    width: 4px;
    height: 4px;
    min-width: 4px;
}
.lc_currency .wcml_currency_switcher {
    margin: 0 !important;
}
.lc_currency li.wcml-cs-active-currency a {
    font-weight: 600;
}
.lc_currency .wcml-spinner {
    top: 14px;
    transform: none;
    right: 2px;
}
/*
.lc_lang a.glink {
    display: flex;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    align-items: center;
    gap: 10px;
    margin-bottom: 3px;
}
.lc_lang a.glink span {
    font-family: 'Jost', sans-serif;
    font-size: 18px !important;
    display: block;
    color: #5F5F5F !important;
}
.lc_lang a.glink img {
    display: none;
}
.lc_lang a.glink::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
}
.lc_lang a.glink.gt-current-lang::before {
    border: 4px solid;
    box-sizing: content-box;
    width: 4px;
    height: 4px;
}
.lc_lang a.glink.gt-current-lang {
    color: #000 !important;
    font-weight: 600;
} */
.lc_currency .woocs-style-1-select {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.lc_currency  li {
    color: #000;
    font-size: 18px;
}
.aws-search-result ul li span.aws_result_title {
    color: #000;
    font-size: 15px;
}
.aws-search-result .aws_search_more a {
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
    background: #000;
    color: #fff;
}
.aws-search-result .aws_onsale {
    background: #000;
}
.aws-search-result {
    border-radius: 10px !important;
    overflow: hidden;
}

.aws-search-result ul::-webkit-scrollbar {
    width: 3px !important;
}
.aws-search-result ul::-webkit-scrollbar-thumb{
    background-color: #9f9f9f !important;
}
.aws-search-result .aws_result_sale {
    display: none;
}
.mega_menu_cover {
    overflow: hidden;
    position: relative;
}
.mega_menu_cover_toggle {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    padding: 3px;
    background: #2b2b2b;
}
.mega_menu_cover_toggle svg {
    filter: invert(1);
}
html[dir="rtl"]  .mega_menu_cover_toggle {
    right: auto;
    left: 0;
}
.mega_menu_cover .shop_category_mega {
    height: 100%;
}
.aws-search-result .aws_search_more a:hover {
    color: #000;
}
.aws-search-result .aws_result_link {
    display: flex;
    align-items: center;
    gap: 12px;
}
.aws-search-result .aws_result_image {
    width: 43px;
    float: none !important;
    padding: 0;
}
li.aws_result_item.aws_result_tag.aws_result_tax_product_cat .aws_result_link {
    display: inline-block;
    background: #e9e9e9;
    border-radius: 5px;
    margin: 5px !important;
    margin-right: 7px;
    padding: 7px 13px 5px 13px;
    transition: 0.3s;
}
li.aws_result_item.aws_result_tag.aws_result_tax_product_cat {
    display: inline-block;
    border: none;
    line-height: 1;
}
li.aws_result_item.aws_result_tag.aws_result_tax_product_cat:first-of-type {
    margin-left: 0px !important;
}
span.aws_result_count {
    display: none;
}
li.aws_result_item.aws_result_tag.aws_result_tax_product_cat:hover {
    background: #fff;
}
li.aws_result_item.aws_result_tag.aws_result_tax_product_cat .aws_result_link:hover {
    background: #000;
    color: #fff !important;
}
li.aws_result_item.aws_result_tag.aws_result_tax_product_cat .aws_result_link:hover span {
    color: #fff !important;
}
li.aws_result_item.aws_result_tag.aws_result_tax_product_cat:last-of-type {
    margin-left: 10px !important;
}
.aws-search-result .aws_result_image img {
    width: 100%;
}



@media (max-width:1200px) {
    .shop_category_mega .shop_cat_grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
}
@media (max-width:991px) {
    .header_actions {
        gap: 15px;
    }
    .header_top {
        grid-template-columns: max-content 1fr max-content;
        gap: 25px;
    }
    .shop_category_mega .shop_cat_grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
    .mega_menu_list ul {
        padding-right: 15px;
    }
    .mega_inner {
        grid-template-columns: 210px 5fr;
    }
    .shop_category_mega .shop_cat_grid {
        grid-template-columns: repeat(4, 1fr);
    }   
}
@media (max-width:767px) {
    .header_top {
        grid-template-columns: 1fr;
    }
    .inner_footer {
        flex-direction: column;
        padding: 40px 0;
    }
    .footer_cols {
        grid-template-columns: 1fr;
        order: 1;
        width: 100%;
    }
    .footer_logo {
        width: 100%;
        margin-bottom: 25px;
    }
    .footer_bottom .payitms {
        gap: 6px;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer_bottom .payitms img {
        width: 30px;
    }
    .copyright_foot {
        gap: 4px;
        justify-content: center;
    }
    .copyright_foot p, .copyright_foot a {
        font-size: 16px;
        text-align: center;
    }
    .copyright_foot .cp_foot_links ul {
        gap: 14px;
    }
    .footer_bottom {
        padding: 20px 0;
    }
    .footer_logo .foot_logo {
        max-width: 140px;
        margin: auto;
        margin-bottom: 10px;
    }
    footer .social_icons ul {
        justify-content: center;
    }
    .footer_logo .follow_txt {
        text-align: center;
        margin-bottom: 7px;
    }
    .footer_cols {
        gap: 10px;
    }
    .footer_cols .footer_title::after {
        content: "";
        background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M4 9L12 17L20 9" stroke="%23000000" stroke-width="0.696" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
        width: 23px;
        height: 21px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .footer_cols h4.footer_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
    }
    .footer_cols .footer_title.active::after {
        rotate: 180deg;
    }    
    .header_actions {
        justify-content: start;
    }
}


/* Language Swich CSS */
html[dir="rtl"] {
  text-align: right;
}

html[dir="rtl"] section.card-slider {
    direction: ltr;
}
html[dir="rtl"] .mega_menu_list li::after {
    rotate: 180deg;
}
html[dir="rtl"] .nav_arr {
    flex-direction: row-reverse;
}
html[dir="rtl"] .aws-search-result ul {
    text-align: right;
}
html[dir="rtl"] li.aws_result_item.aws_result_tag.aws_result_tax_product_cat:first-of-type {
    margin-left: 0 !important;
}
html[dir="rtl"] .xoo-wsc-sum-col {
    padding-left: 0;
    padding-right: 15px;
}
html[dir="rtl"] .woosq-popup .thumbnails {
    direction: ltr;
}
html[dir="rtl"] .woosq-popup .view-details-btn {
    right: auto;
    left: 0;
}
html[dir="rtl"] .mfp-woosq .mfp-close {
    left: 0;
    right: auto;
}
html[dir="rtl"] .view-details-btn:after {
    content: '\e90e';
}
html[dir="rtl"] .mb_cat_title::after {
    margin-right: auto;
    rotate: 180deg;
    margin-left: 0;
}
html[dir="rtl"] .sub_menu_back::before {
    rotate: 180deg;
}
html[dir="rtl"] .mb_mega_menu.mega_active {
    right: 0;
}
html[dir="rtl"] .mb_mega_menu {
    padding-left: 0;
    padding-right: 0;
    right: -400px;
    left: auto !important;
}
html[dir="rtl"] .mega_cross_toggle {
    left: 0;
    right: auto;
}
/* Quick View CSS */

.mfp-container th.label {
    text-align: left;
}

.mfp-container .product_title {
    font-weight: 400;
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 1.2;
}

.mfp-container .quantity input {
    font-size: 19px;
    padding: 2px;
}

.wpcvs-terms .wpcvs-term .wpcvs-term-inner {
    justify-content: center;
}

.mfp-container  a.reset_variations {
    text-decoration: none;
    font-size: 16px !important;
    color: #000;
    margin-left: 10px;
}
.woosq-popup .thumbnails {
    padding: 17px;
    max-height: max-content;
}
.woosq-popup .view-details-btn {
    text-decoration: none;
}
.woosq-popup .product_meta a {
    color: #000;
}
.woosq-popup .product_meta>span {
    display: block;
    margin-bottom: 3px;
}
.woosq-popup .woocommerce div.product form.cart {
    margin-bottom: 25px;
}
.woosq-popup .woocommerce div.product form.cart .button {
    background: #000 !important;
    font-weight: 400;
    padding: 14px 33px;
    float: none;
}
.woosq-popup .view-details-btn:hover {
    background: #000;
}
.woosq-popup .mfp-woosq .mfp-close {
    top: 5px;
    right: 3px;
}
.woosq-popup span.woocommerce-Price-amount.amount {
    font-size: 21px;
}
.woosq-popup span.woocs_price_code {
    margin-bottom: 10px;
    display: block;
    color: #000;
}
.woosq-popup span.woocs_price_code bdi {
    font-weight: 600;
    font-size: 20px;
}
.woosq-popup .mfp-container th.label label {
    font-weight: 500 !important;
}
.woosq-popup .woocommerce div.product form.cart div.quantity {
    float: none;
}
.woosq-popup .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 10px;
}
.woosq-popup .woocommerce .quantity .qty {
    height: 100%;
    padding: 7px;
}
.woosq-product .thumbnails .slick-arrow {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
}
.woosq-product .thumbnails .slick-arrow:hover {
    background: #fff;
    color: #000;
}
.woosq-product .thumbnails .slick-arrow:before {
    line-height: 32px;
}
.woosq-product .thumbnails .slick-arrow.slick-next {
    right: 11px;
}
.woosq-product .thumbnails .slick-arrow.slick-prev {
    left: 11px;
}
.woosq-popup .woocommerce div.product form.cart .button::after {
    top: 14px;
    right: 9px;
}
/* .wpcvs-type-color .wpcvs-term::after {
  content: attr(data-label);
  margin-left: 0;
  font-size: 13px;
  color: #000;
  width: 100%;
  display: block;
} */

.wpcvs-type-color .wpcvs-term span.wpcvs-term-inner span.wpcvs-term-color {
    border-radius: 0;
    height: auto;
    aspect-ratio: 3/4;
    width: 45px;
}
.wpcvs-type-color .wpcvs-term {
    border-radius: 0 !important;
    height: auto !important;
}
.wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before {
    background: #000 !important;
}
.wpcvs-terms .wpcvs-term.wpcvs-selected {
    border-color: #000 !important;
}
.wpcvs-type-color .wpcvs-term img {
    display: block;
    width: 45px;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}
.wpcvs-type-color .wpcvs-term span.wpcvs-term-inner {
    flex-direction: column;
    height: auto;
    border-radius: 0 !important;
    background: #fff;
}
.wpcvs-type-color .wpcvs-term {
    padding: 0;
}
.wpcvs-type-color .wpcvs-term span.wpcvs-term-label {
    font-size: 11px;
    line-height: 1.8;
    padding: 0 4px !important;
}

.woocommerce div.product form.cart .variations tr {
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
table.variations.wpcvs-initialized tr .label {
    flex: unset;
    width: 100%;
}
.wpcvs-terms .wpcvs-term {
    margin: 0 !important;
}
.wpcvs-type-color.wpcvs-terms {
  padding-bottom: 10px;
}
.wpcvs-terms {
    gap: 11px;
    padding-right: 10px;
}
.wpcvs-terms.wpcvs-style-rounded .wpcvs-term {
  margin-right: 7px;
  margin-left: 7px;
}
.wpcvs-terms.wpcvs-type-button .wpcvs-term {
    border-radius: 15px;
    height: auto;
    min-width: 60px;
    line-height: 1;
    padding: 0;
}
.wpcvs-terms.wpcvs-type-button .wpcvs-term span.wpcvs-term-inner {
    font-size: 15px;
    line-height: 1;
    height: auto;
    background: #fff;
    padding: 6px;
}


/* Mobile Header CSS */
.menu_left .mb_toggle {
    width: 34px;
}

.mb_head_top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding-top: 9px;
    gap: 8px;
}
.mb_nav_content {
    display: flex;
    white-space: nowrap;
    gap: 10px;
    color: #fff;
    overflow: auto;
    gap: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 4px;
    margin-top: 5px;
    list-style: none;
}
.mb_nav_content li {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 6px;
    position: relative;
}
.mb_header_logo {
    text-align: center;
    max-width: 100%;
    width: 100%;
}
.mb_nav_icons {
    display: flex;
    justify-content: end;
    gap: 13px;
    align-items: center;
}
span.mb_toggle svg {
    width: 100%;
    display: block;
}
.mb_nav_content::-webkit-scrollbar {
  display: none;
}
.mb_mega_menu {
    position: fixed;
    /* background: #fff; */
    top: 0;
    padding: 0;
    max-width: 320px;
    height: 100%;
    z-index: 14;
    left: -400px;
    padding-right: 0;
    /* overflow: hidden; */
    display: block;
    transition: 0.3s;
    width: 100%;
}
.mb_mega_list_wrap {
    list-style: none;
    padding-block: 9px;
    /* position: relative; */
    overflow: auto;
    height: inherit;
}
.mb_mega_list_wrap .sub_menu_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 20px 20px 20px;
    gap: 15px;
    max-height: calc(100vh - 84px);
    overflow: auto;
}
.mb_cat_title {
    display: flex;
    padding: 7px 15px;
    align-items: center;
    gap: 12px;
}
.mb_cat_title img {
    aspect-ratio: 1;
    border-radius: 50%;
    background: #cecece;
    width: 45px;
}
.mb_cat_title span {
    font-size: 18px;
    display: block;
    font-weight: 400;
}
.mega_cross_toggle {
    background: #2b2b2b;
    width: 45px;
    display: flex;
    align-items: center;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 100%;
}
.mb_mega_list {
    /* height: 100%; */
    overflow: auto;
    background: #fff;
    position: relative;
    height: inherit;
}
.mb_cat_title::after {
    content: "";
    width: 18px;
    height: 19px;
    position: static;
    background-image: url('data:image/svg+xml,<svg width="256px" height="256px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M9 20L17 12L9 4" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
}

.mb_mega_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a3;
    z-index: 13;
    top: 0;
    left: 0;
    display: none;
}

.mb_mega_list_wrap .sub_menu_grid span.shop_cat_img {
    width: 100%;
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
}

.mb_mega_list_wrap .sub_menu_grid span.shop_cat_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub_menu_grid_itm {
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub_menu_grid_itm span {
    display: block;
    color: #000;
    line-height: 1.2;
    margin-top: 4px;
    font-size: 14px;
}
.mb_cat_grid {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    width: 100%;
    /* transition: 0.3s; */
    display: none;
    z-index: 2;
}
.sub_menu_back {
    text-align: center;
    padding: 9px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.sub_menu_back span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding-right: 24px;
}
span.sb_cat_txt {
    padding: 8px 20px 0px 22px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.sub_menu_back::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="256px" height="256px" viewBox="0 0 24.00 24.00" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M15 4L7 12L15 20" stroke="%23000000" stroke-width="1.464" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
    width: 21px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    min-width: 21px;
}
.mb_mega_menu.mega_active {
    left: 0;
}
.mb_mega_overlay.overlay_active {
    display: block;
}
.mb_cat_grid.cat_grid_active {
  left: 0;
  display: block;
}
.mb_mega_list:has(.mb_cat_grid.cat_grid_active) {
    overflow: hidden;
}
body:has(.mb_mega_menu.mega_active) {
    overflow: hidden;
}
.footer_bar ul {
    display: flex;
    list-style: none;
    padding: 0 7px;
}
.footer_bar ul svg {
    width: 22px;
}
.footer_bar .foot_itm {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 9px;
    gap: 2px;
}
.footer_bar .foot_itm span {
    font-size: 13px;
    color: #000;
    display: block;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
}
.footer_bar {
    position: fixed;
    z-index: 12;
    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.footer_bar li {
    flex: 1;
}
.mega_inner.mb_mega_full {
    padding: 0;
    background: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    padding-bottom: 15px;
}
.mega_inner.mb_mega_full ul.nav-side-cat-menu {
    padding: 0;
}
.shop_cat_grid.mb_grid_active {
    display: grid;
    opacity: 1;
    pointer-events: unset;
    animation: fadeInGrid 220ms ease-in forwards;
}
body:has(.footer_bar) footer#footer {
    margin-bottom: 55px;
}
body:has(.mb_mega_menu.mega_active) .footer_bar {
    z-index: 11;
}
.mb_mega_full .mega_scroll {
    height: calc(100dvh - 90px);
    max-height: calc(100dvh - 100px);
}
body:has(.footer_bar) .mb_mega_full .mega_scroll {
    height: calc(100dvh - 150px);
    max-height: calc(100dvh - 135px);
}
.mb_mega_full .mega_menu_list.mega_scroll li.active {
    background: #000;
    color: #fff;
}
.mb_mega_full .mega_menu_list.mega_scroll li.active::after {
    filter: invert(1);
}
.mb_mega_full .shop_cat_grid_wrap {
    padding: 20px 0;
}
.mega_inner.mb_mega_full .mega_menu_list.mega_scroll {
    background: #fafafa;
}
.foot_itm.mb_mega_full_toggle.active svg {
    fill: #000;
}
.mb_header .acc_menu {
    display: none;
}
.mb_nav_content .nav_menu_itm.active::after {
    content: "";
    width: 65%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
body:has(.mega_active) .mb_nav_content .nav_menu_itm.active::after {
    opacity: 1;
}
body:has(.mb_header) .mb_search_toggle {
    width: 20px;
    height: 19px;
    margin-top: -5px;
}
body:has(.mb_header) .aws-search-field {
    font-size: 15px !important;
    border: none !important;
    padding-left: 15px;
}
body:has(.mb_header) form.aws-search-form {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}
body:has(.mb_header) .aws-search-btn.aws-form-btn {
    background: #fff !important;
    border: none !important;
}
body:has(.mb_header) li.aws_result_item.aws_result_tag.aws_result_tax_product_cat .aws_result_link span {
    font-size: 12px !important;
}

body:has(.mb_header) li.aws_result_item.aws_result_tag.aws_result_tax_product_cat .aws_result_link {
    padding: 6px 10px 5px 10px;
}

body:has(.mb_header) .aws-container .aws-search-form {
    border-radius: 10px;
}
.mb_head_top .lc_drop_menu {
    padding: 13px;
}
.mb_head_top .lc_drop_menu .lc_title {
    font-size: 15px;
}
.mb_head_top .lc_drop_menu .lc_lang a.glink span {
    font-size: 15px !important;
}
.lc_drop_menu::after,.acc_submenu::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    bottom: 99%;
    right: 20px;
}

.mb_head_top .lc_currency span,.mb_head_top .lc_currency li {
    font-size: 15px !important;
}
.mb_head_top .lc_lang {
    margin-bottom: 11px;
    padding-bottom: 8px;
}
.mb_header .lc_drop_menu {
    right: auto;
}
.mb_header span.lc_button {
    padding: 0;
    font-size: 0;
    align-items: center;
    display: block;
    border: none;
}
.mb_header .menu_left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mb_header span.lc_button img {
    width: 20px;
}

body:has(.mb_header) .aws-mobile-fixed-close {
    padding: 5px;
}

body:has(.mb_header) .aws-mobile-fixed-close svg {
    width: 13px;
}
.mb_header .lc_drop_menu::after {
    right: auto;
    left: 6px;
}
html[dir="rtl"] .mb_header .lc_drop_menu::after {
    right: 7px;
}
.mb_header .lc_drop_menu {
    top: calc(100% + 10px);
}
.mb_search_toggle {
    display: none;
}
body:has(.mb_header) .aws-search-field {
    font-size: 14px !important;
    padding: 5px 10px;
}
body:has(.mb_header) .aws-container .aws-search-form {
    height: 35px;
}
.mb_head_top {
    grid-template-columns: max-content max-content 1fr;
    gap: 15px;
}
body.scroll-lock {
    overflow: hidden;
    height: 100vh;
}
.mb_search_form {
    width: 310px;
}
.lc_currency .woocs-style-1-select:focus-visible {
    outline: none !important;
    box-shadow: none;
}
.mfp-move-from-top {
    overflow: hidden !important;
}
body:has(.mb_header) li.aws_result_item.aws_result_tag.aws_result_tax_product_cat .aws_result_link {
    margin: 4px 3px -3px 3px !important;
}
span.woocommerce-Price-amount span.woocommerce-Price-currencySymbol {
    font-size: 12px;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none;
}
/* Currency Position Change */
/* .forYouSec-content bdi {
    display: flex;
    align-items: baseline;
    gap: 3px;
    line-height: 1;
    width: max-content;
}
.forYouSec-content bdi .woocommerce-Price-currencySymbol {
    order: -1;
}
.forYouSec-content  span.woocs_price_code {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 5px;
}

.forYouSec-content span.woocs_price_code>span:not(.amount) {
    align-self: center;
} */
body.post-type-archive-product .shop_foot svg , body.woocommerce-account li.my_acc_foot_item svg, body:has(.cms_content .woosw-list) li.wish_itm_foot svg{
    fill: #000;
}
.woocommerce-cart .cart_itm_foot svg .cart-path {
    opacity: 1;
}
@media (min-width:1400px) {
    html:has(body.scroll-lock) {
        /* padding-right: 15px; */        
    }
}
@media (max-width:600px) {
    body:has(.mb_header) .mb_search_toggle {
        display: block;
    }
    .mb_search_form{
        width: auto;
    }
    .mb_search_form .aws-container {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
    }
    .mega_cross_toggle {
        width: 35px;
        left: 100%;
    }
    .cs_container {
        padding: 0 10px;
    }
    .mb_nav_content li {
        font-size: 15px;
        padding: 6px;
    }
    .my-acc-menu {
        gap: 12px;
    }
    .mb_header_logo img {
        width: 100%;
        max-width: 112px;
        margin: auto;
    }
    .mb_header_logo  a.site-logo {
        display: block;
    }
    .my-acc-menu li.acc_menu a::before {
        width: 21px;
        position: relative;
        height: 22px;
    }
    .my-acc-menu span.woosw-menu-item-inner::before {
        width: 22px;
    }
    .my-acc-menu .xoo-wsc-icon-shopping-bag1:before {
        width: 23px;
    }
    .menu_left .mb_toggle{
        width: 31px;
    }
    .mb_cat_title span {
        font-size: 15px;
    }
    .mb_cat_title::after {
        width: 15px;
        height: 14px;
    }
    .mb_cat_title {
        padding: 5px 17px;
    }
    .mega_inner.mb_mega_full {
        grid-template-columns: 120px 5fr;
    }
    .mega_inner.mb_mega_full li {
        font-size: 14px;
        padding: 7px 9px;
    }
    .mega_menu_list li::after {
        width: 15px;
        height: 14px;
        display: none;
    }
    .shop_category_mega .shop_cat_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .mega_menu_cover .shop_category_mega {
        padding: 0 15px;
    }
    .shop_cat_grid_itm span {
        font-size: 12px;
        font-weight: 400;
    }
    html[dir="rtl"] .mega_cross_toggle {
        right: 100%;
    }
    .mb_head_top {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .xoo-wsch-new .xoo-wsch-text {
        font-size: 17px;
        font-weight: 500;
    }
    
}
.otgs-development-site-front-end {
    display: none;
}