:root{
    --primary: rgb(0, 15, 46);
    --secondary: rgb(212, 177, 103);
    --danger: rgb(219, 64, 64);
    --success: rgb(112, 161, 25);
    --radius-sm: 10px;
    --radius-md: 20px;
    --radius-lg: 40px;
    --link-color: rgb(50, 92, 180)
}
*{
    box-sizing: border-box;
    font-family: IRANYekanX;
}
.f-dana, .f-dana *{
    font-family: dana;
}
.f-yekan-bakh, .f-yekan-bakh *{
    font-family: Yekan Bakh FaNum;
}
html,body{
    margin: 0;
    padding: 0;
    direction: rtl;
}
.ltr{
    direction: ltr;
}
img{
    transition: all ease 0.3s;
}
.w50{
    width: 50px;
}
.fa-num{
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
.monospace{
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}
a{
    text-decoration: none;
}
.lh-0{
    line-height: 0;
}
.ls-1{
    letter-spacing: 1px;
}
.absolute-center{
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bg-primary, .btn-primary{
    background-color: var(--primary) !important;
}
.bg-success, .btn-success{
    background-color: var(--success) !important;
}
.bg-secondary, .btn-secondary{
    background-color: var(--secondary) !important;
}
.bg-light{
    background-color: #f7f7f7 !important
}
.btn{
    border-radius: var(--radius-md);
    font-size: 14px;
    padding: 6px 20px;
    border: 0;
    transition: all ease 0.3s
}
.btn-sm{
    font-size: 12px;
}
.btn-lg{
    font-size: 16px;
}
.btn:hover{
    opacity: 0.8
}

.h50{
    height: 50px;
}
.of-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}
.of-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.text-truncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.transition{
    transition: all ease 0.3s
}
input{
    border: 1px solid #eee;
    background-color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: var(--radius-sm);
}
input:focus-visible{
    outline: 0
}
.ui-tooltip{
    padding: 5px 10px !important;
    color: white;
    border-radius: 6px !important;
    border: 1px solid #eee !important;
    font-size: 12px !important;
    font-family: IRANYekanX !important;
    font-weight: 500 !important;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.05) !important;
}
#page-loader{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #f7f7f7;
    z-index: 99999;
}
.page-loader-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
}
.page-loader-spinner{
    position: absolute;
    width: 140px;
    height: 140px;
    background-size: 100%;
    background-position: 50% 50%;
    top: 50%;
    left: 50%;
    border: 5px solid transparent;
    border-top-color: #eee;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    opacity:0.1
}
.page-loader-logo-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #eee;
}
.page-loader-logo{
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url(../img/zagros_logo_light_wo_text.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 50.4%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.topbar{
    height: 41px;
    background-color: var(--primary);
}
.header{
    position: sticky;
    top:0;
    z-index: 999;
}
.header-inner{
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 0;
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
}
.header-logo{
    height: 100%;
}
.header-logo img{
    width: 100%;
    height: 100%;
}
.header-logo a{
    width: 64px;
    height: 64px;
    background-image: url("../img/zagros_logo.svg");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.header-middle{
    flex: 1;
}
.header-nav{
    height: 44px;
    background-color: #C7A867;
    color: white
}
.header-search{
    position: relative;
}
.header-search a{
    position: absolute;
    top: 50%;
    left: 16px;
    font-size: 24px;
    transform: translateY(-50%);
    color: #a8a8a8;
    line-height: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("../img/icons/search.svg");
}
.header-search-input{
    width: 480px;
    height: 48px;
    background-color: rgba(2, 0, 60, 0.06);
    border-radius: 0;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 400;
    border: 0;
}
.header-search-input::placeholder{
    color: #8D8D8D;
}
.header-nav-items{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.header-nav-item{
    font-size: 18px;
    font-weight: 300;
    color: white;
    position: relative;
}
.header-nav-items>.header-nav-item, .header-nav-items>.header-nav-item-dropdown{
}
.header-nav-item:hover{
   opacity: 0.6
}
.header-nav-item:first-child{
    margin-right: 0;
}
.header-nav-item:last-child{
    margin-left: 0;
}
.header-nav-item i{
    font-size: 12px;
}
.header-nav-item-dropdown-content{
    position: absolute;
    width: 150px;
    font-size: 12px;
    font-weight: 500;
    padding: 9px 0;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition: all ease 0.3s;
}
.header-nav-item-dropdown>.header-nav-item:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
    opacity: 0;
    transition: all ease 0.3s;
}
.header-nav-item-dropdown:hover .header-nav-item-dropdown-content{
    opacity: 1;
    pointer-events: auto;
}
.header-nav-item-dropdown:hover .header-nav-item:before{
    opacity: 1;
}
.header-nav-item-dropdown-content-inner{
    background-color: white;
    border-radius: var(--radius-sm);
    /*overflow: hidden;*/
}
.header-nav-item-dropdown-item{
    display: block;
    padding: 10px 20px;
    color: var(--primary);
}
.header-nav-item-dropdown-item:hover{

}
.header-tools{
    display: flex;
    align-items: end;
    gap: 16px;
}
.header-tools-number{
    font-size: 16px;
    font-weight: 400;
    color:#02003C;
}
.header-tools-icons{
    display: flex;
    gap: 24px;
    justify-content: end;
}
.header-tools-icons-item{
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: all ease 0.3s;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.header-tools-icons-item.cart{
    background-image: url("../img/icons/cart.svg");
}
.header-tools-icons-item.user{
    background-image: url("../img/icons/user.svg");
}
.header-tools-icons-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 100%;
}
.header-tools-icons-item.selected{
    color: var(--secondary);
    pointer-events: none;
}
.header-tools-icons-item:hover{
    color: var(--secondary);
}
.dark-header .user-name {
    color: #C7A867
}
#cart-qty {
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    background-color: #C7A867;
    border-radius: 50%;
    color: white;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
}
/*@media (min-width: 992px) {*/
/*    #cart-qty {*/
/*        top: -20px;*/
/*        left: 5px;*/
/*        width: 20px;*/
/*    }*/
/*}*/
.home-h3{
    font-size: 32px;
    font-weight: 700;
    padding: 0 20px;
    color: #02003C;

}
.main-page-promotion{
    height: 300px;
    margin-top: 20px;
}
.main-page-promotion a{
    overflow: hidden;
    border-radius: 20px;
}
@media (min-width: 920px) {
    .main-page-promotion{
        height: unset !important;
        flex: 1;
        margin-top: 0;
    }
}
.main-page-promotion a{
    position: relative;
}
.main-page-promotion img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}
.promotion_top_bar{
    width: 100%;
    padding-top: 3.64%;
    position: relative;
}
.promotion_top_bar a{
    position: absolute;
    left:0;
    top:0;
    display: block;
    width: 100%;
    height: 100%
}
.promotion_top_bar img{
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}
.main-slider{
    background-color: #eee;
    position: relative;
    overflow: hidden;
}
@media (min-width: 768px) {
    .main-slider{

    }
}
.main-slider-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main-slider-inner-viewport{
    width: 100%;
    height: 100%;
}

.main-slider-item{
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.banner-loading{
    background-color: #eee;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 99;
}
.banner-loading:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: transparent;
    transform: translate(-50%, -50%);
    animation: spin 1.3s linear infinite;
}

@keyframes spin {
    0%{transform: translate(-50%, -50%) rotate(0deg); opacity: 0.5}
    50%{opacity: 1}
    100%{transform: translate(-50%, -50%) rotate(360deg); opacity: 0.5}
}

.main-slider-item-content{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 60px;
    color: white;
    top:0;
    left:0;
    display: flex;
}

.main-slider-item-content{
    align-items: end;
    justify-content: center;
}
.main-slider-item-content>div{
    text-align: center;
}

.main-slider-item-content-inner{
    width: fit-content;
    max-width: 600px;
    padding: 10px 20px;
    height: fit-content;
    border-radius: 20px;
}

.main-slider-item-content h2{
    font-size: 30px;
    font-weight: 900;
    text-shadow: 0 0 20px black;
    margin: 0 0 20px 0;
}

.main-slider-item-content h3{
    font-size: 18px;
    font-weight: 900;
    text-shadow: 0 0 20px black;
    margin: 0 0 20px 0;
}

.main-slider-item-content p{
    font-size: 14px;
    text-shadow: 0 0 20px black;
    line-height: 21px;
    margin: 0 0 20px 0;
    text-align: justify;
}
.main-slider-item-content a{
    font-size: 16px;
    background-color: white;
    height: 40px;
    line-height: 40px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    color: var(--primary);
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
    padding: 10px;
}
.main-slider-item-content a span{
    margin-left: 10px;
}
.main-slider-item-content a:hover{
    opacity: 0.6;
}

.new_products_section{
    padding: 0 0 40px
}
.slider_header{
    display: flex;
    padding: 20px 40px
}
.slider_header h2{
    margin: 10px 0;
    font-size: 22px;
    font-weight: bold;
}
.slider-item{
    width: 50%;
    padding: 0;
}

@media (min-width:992px){
    .slider-item{
        width: 22.5%;
        padding: 0;
    }
}
/*.slider-item:first-child{*/
/*    padding-right: 80px;*/
/*}*/
/*.slider-item:last-child{*/
/*    padding-left: 80px;*/
/*}*/
.slider-item-inner{
    width: 100%;
    height: 100%;
}
.shop-info{
    /*position: sticky;*/
    /*top: 100px;*/
    /*z-index: 1;*/
    background-color: #ddd;
}
.shop-sidebar{
    background-color: #f3f3f3;
    height: calc(100vh - 100px);
    position: sticky;
    top: 140px;
}
.shop-sidebar-overlay{
    display: none;
}

.home-category{
    color: var(--primary);
    transition: all ease 0.3s;
}

.home-category:hover {
    color: var(--secondary)
}

.home-category:hover .home-category-image-wrapper img{
    opacity: 0.7;
}

.home-category-title{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px
}

/*@media (max-width:575px){*/
    .shop-sidebar-overlay{
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: var(--primary);
        opacity: 0;
        z-index: 999;
        transition: all ease 0.3s;
    }
    .shop-sidebar-overlay.open{
        opacity: 0.8;
        right: 0;
    }
    .shop-sidebar{
        height: 100vh;
        position: fixed;
        top: 0;
        right: -90%;
        display: block;
        width: 90%;
        max-width: 300px;
        z-index: 9999999999;
        transition: all ease 0.3s;
    }
    .shop-sidebar.open{
        right: 0;
    }
/*}*/
.shop-sidebar-inner{
    padding: 32px 16px;
}
#mobile-menu .shop-sidebar-inner{
    padding: 0;
}
.shop-sidebar-item{
    border-radius: var(--radius-md);
    background-color: #f7f7f7;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.shop-sidebar-item-header{
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.shop-sidebar-item-header>.title{
    flex:1;
}
.shop-sidebar-item-header>.arrow{
    position: relative;
    text-align: center;
    width: 20px;
}
.shop-sidebar-item-header>.arrow i{
    transition: all ease 0.3s;
}
.shop-sidebar-item-header.turn>.arrow i{
    transform: rotate(180deg)
}
.shop-sidebar-item-content{
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.3s;
}
.shop-sidebar-item-content.open{
    max-height: 300px;
}
.shop-sidebar-item-content-inner{
    padding: 10px;
}
.shop-sidebar-item-filter{
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer;
}
.shop-sidebar-item-filter:hover{
    color: var(--secondary)
}
.shop-sidebar-item-filter-checkbox{
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-left: 10px;
    background-color: white;
    position: relative;
    transition: all ease 0.3s;
}
.shop-sidebar-item-filter.selected .shop-sidebar-item-filter-checkbox{
    background-color: var(--primary)
}
.shop-sidebar-item-filter .shop-sidebar-item-filter-checkbox i{
    color: var(--secondary);
    opacity: 0;
    transition: all ease 0.3s;
}
.shop-sidebar-item-filter.selected .shop-sidebar-item-filter-checkbox i{
    color: var(--secondary);
    opacity: 1;
}
.filter-button-wrapper{
    position: sticky;
    bottom: 0;
}
.shop-sidebar-categories{
    padding: 10px 20px;
}
.shop-sidebar-categories a{
    font-size: 12px;
    color: var(--primary);
    font-weight: 500;
}
.shop-sidebar-categories a.selected{
    pointer-events: none;
    color: var(--secondary)
}
.shop-sidebar-categories a:hover{
    color: var(--secondary);
}
.shop-sidebar-categories div{
    border-right: 1px solid #eee;
    padding-right: 20px;
}
.shop-sidebar-categories>div{
    border-right: 0;
    padding-right: 0;
}
.color-wrapper{
    padding-top: 100%;
    position: relative;
}
.color{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: auto;
    border: 4px solid #eee;
    cursor: pointer;
    transition: all ease 0.3s;
    outline: 2px solid transparent;
}
.color:hover{
    border-color: #ddd
}
.color.selected{
    outline: 2px solid var(--primary);
}
.size{
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    background-color: white;
    border: 2px solid #02003C;
    margin: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease 0.3s;
    outline: 2px solid transparent;
}
@media(min-width: 992px){
    font-size: 20px;
}
.size:hover{
    background-color: #eeeeee;
}
.size.selected{
    background-color: #ccccdb;
}
.size.unselectable {
    opacity: 0.5;
    border-color: #A7A7A7;
    pointer-events: none;
}
.shop-header{
    height: 328px;
    background-color: rgba(0, 0, 15, 0.72);;
    position: relative;
}
@media(min-width: 992px){
    .shop-header{
        height: 390px;
    }
}
.shop-header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 0.3;
}
.shop-header-content{
    width: 90%;
    max-width: 600px;
    color: #C7A867;
    text-align: center;
}
.shop-header-content.absolute-center{
    top: 66%;
}
.shop-header-title h1{
    font-weight: 600;
    font-size: 40px;
}
.shop-header-breadcrumb{
    font-size: 14px;
}
.shop-header-breadcrumb a, .shop-header-breadcrumb span{
    color: rgba(255,255,255,0.5);
}
.shop-header-breadcrumb a:hover{
    color: rgba(255,255,255,1);
}
.shop-header-breadcrumb i{
    font-size: 10px;
    padding: 0 10px;
    opacity: 0.5;
}
.shop-header-breadcrumb .breadcrumb_last{
    color: var(--secondary)
}
.shop-filters{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.shop-sorting{
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0;
    overflow: auto;
}
.shop-sorting i{
    margin-left: 10px;
}
.shop-sorting-item{
    font-size: 13px;
    margin: 0 10px;
    font-weight: 500;
    cursor: pointer;
    text-wrap: nowrap;
}
.shop-sorting-item:last-child{
    margin-left: 0;
}
.shop-sorting-item.selected{
    font-weight: bold;
    color: var(--secondary);
    pointer-events: none;
}
.shop-breadcrumb{
    font-size: 14px;
    padding: 0 32px
}
.shop-breadcrumb a{
    color: var(--primary);
    font-weight: 500;
    transition: all ease 0.3s;
}
.shop-breadcrumb a:hover{
    color: var(--secondary)
}
.shop-breadcrumb i{
    font-size: 10px;
    margin: 0 10px;
    color: #aaa;
}
.breadcrumb_last{
    font-weight: 700;
    color: #aaa
}
.total-items{
    font-weight: 700;
    color: #aaa;
    font-size: 14px;
    padding: 0 32px;
    gap: 40px;
}
.total-items i{
    cursor: pointer;
}
.total-items i:hover{
    color: var(--danger);
}
#color-filter{
    display: flex;
    align-items: center;
    gap: 10px
}
#size-filter{
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}
#price-filter{
    display: flex;
    align-items: center;
    gap: 10px
}
#price-from-filter, #price-to-filter{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 80%
}
.color-filter-value{
    width: 30px;
    height: 30px;
    border: 3px solid #eee;
    border-radius: 50%;
}
.size-filter-value{
    padding: 5px 10px;
    background-color: white;
    border-radius: 10px 0;
    border: 1px solid #ccc
}
#products{
    min-height: calc(100vh - 200px);
    position: relative;
}
.no-products{
    font-weight: 700;
    font-size: 14px;
    color: #aaa;
    width: 100%;
}
.product>a.col-inner{
    display: block;
    color: black;
}

.product-image-wrapper{
    padding-top: 119.07%;
    position: relative;
    overflow: hidden;
}

.product-image-wrapper img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}

.product-title{
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    text-align: right;
    white-space: normal;
}
@media(min-width: 992px){
    .product-title{
        font-size: 20px;
        white-space:nowrap
    }
}
.product-price{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    transition: all ease 0.3s;
}
.product-price-number{
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 0 10px
}
.product-price i{
    font-size: 150%
}
.product-price .out-of-stock{
    opacity: 0.3;
    text-align: right;
    padding: 0 10px
}
.product-price-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-price-discount{
    background-color: var(--danger);
    padding: 10px;
    color: white;
    margin-left: 10px;
    border-radius: 10px;
    direction: ltr;
    font-size: 16px;
}
.product-price-number-slash{
    font-size: 12px;
    position: relative;
    color: #8d8d8d;
    font-weight: 400
}
@media(min-width: 992px){
    .product-price-number-slash{
        font-size: 18px;
    }
}
.product-price-number-slash:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #8d8d8d;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.product-price-number-actual{
    font-size: 14px;
    color: #C7A867;
    font-weight: 500
}
.single_product_price .product-price-number-actual{
    font-size: 20px;
}
.single_product_price .product-price-number-slash{
    font-size: 18px;
}
@media(min-width: 992px){
    .product-price-number-actual{
        font-size: 20px;
    }
}
.product-price-symbol{
    color: #aaa;
    margin-right: 6px;
}
.discount-wrapper {
    width: 40px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #C7A867;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 700;
    color: white;
    padding-top: 9px;
}
@media(min-width: 992px){
    .discount-wrapper{
        width: 57px;
        height: 51px;
        left: 20px;
        font-size: 20px;
        padding-top: 20px;
    }
}
.myscrollbar .os-scrollbar-handle {
    background: #ddd !important;
}
.footer-logo-wrapper{
    background-color: rgba(255,255,255,0.05);
    border-radius: var(--radius-lg);
    padding: 50px;
    height: 200px;
    text-align: center;
}
.footer-logo-wrapper img{
    height: 100%
}
.footer-social-wrapper{
    color: white;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-wrapper span{
    margin: 0 10px;
}
.footer-social-wrapper a{
    color: #0d004c;
    font-size: 40px;
    transition: all ease 0.3s;
    margin: 0 10px;
}
.footer-social-wrapper img{
    width: 26px;
}
.footer-social-wrapper a:hover{
    opacity: 0.7;
}
.footer-header{
    font-size: 20px;
    color: #C7A867;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 34.8px;
}
.footer-item{
    margin: 0;
}
.footer-item a{
    font-size: 16px;
    line-height: 38px;
    color: white;
    opacity: 1;
    font-weight: 400;
    transition: all ease 0.3s;
}
.footer-item a:hover{
    opacity: 0.7
}
.footer-copyright{
    padding: 10px 0;
    direction: ltr;
    font-size: 12px;
    color: white;
    font-weight: 200;
    text-align: center;
}
@media(min-width: 992px){
    .footer-copyright{
        font-size: 14px;
        text-align: left;
    }
}
.namad{
    padding: 10px;
    background-color: #eee;
    border-radius: var(--radius-md);
    width: fit-content;
}
.price-input{
    gap: 10px
}
.price-input-label{
    /*width: 30px;*/
    font-size: 14px;
    font-weight: 500;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    border-radius: 50%;
    background: var(--primary) !important;
}
.ui-widget-header {
    background-color: var(--secondary) !important;
}
.ui-slider-horizontal {
    height: 4px !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px !important;
    margin-left: -6px !important;
}
.ui-slider .ui-slider-handle {
    width: 12px !important;
    height: 12px !important;
}
.ui-widget.ui-widget-content {
    border-color: #eee !important;
}

.main-image-wrapper{
    position: relative;
    padding-top: 119.07%;
    background-color: #f7f7f7;
    border-radius: 0;
    overflow: hidden;
}
.main-image-wrapper-inner{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%
}
.main-image-wrapper-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.gallery-item-wrapper{
    padding-top: 150%;
    border-radius: var(--radius-md);
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
}
.gallery-item{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.gallery-item img{
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}
.product-gallery.loading .main-image-wrapper, .product-gallery.loading .gallery-item-wrapper{
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f7f7f7;
    background: linear-gradient(to right, #f7f7f7 10%, #f3f3f3 30%, #f7f7f7 50%);
    background-size: 1200px 800px;
}

.single-product-main .breadcrumb_last{
    display: none;
}

.single-product-tags a{
    display: inline-block;
    background: #f7f7f7;
    padding: 5px 26px 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    position: relative;
    color: var(--primary);
    /*border: 1px solid #eee;*/
}
.single-product-tags a:before{
    content: "\e90d";
    font-family: 'zagrosicons' !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 10px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -1200px 0
    }
    100% {
        background-position: 1200px 0
    }
}

.single-product-title h1{
    font-size: 20px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .single-product-title h1{
        font-size: 32px;
    }
}

.variation-description{
    text-align: justify;
    font-size: 12px;
}

.single-product-category-title{
    font-size: 16px;
    font-weight: 500;
    color: #A7A7A7
}
@media (min-width: 992px) {
    .single-product-category-title{
        font-size: 20px;
    }
}

.single-product-category-title a{
    font-size: 16px;
    font-weight: 400;
    color: #A7A7A7
}
@media (min-width: 992px) {
    .single-product-category-title a{
        font-size: 20px;
    }
}
.single-product-category-title a:hover{
    opacity: 0.7
}

.single-product-category-list a{
    display: inline-block;
    background: #f7f7f7;
    padding: 5px 26px 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    position: relative;
    color: var(--primary);
    /*border: 1px solid #eee;*/
}
.single-product-category-list a:before{
    content: "\e90e";
    font-family: 'zagrosicons' !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 10px;
}
.single-product-select-wrapper{
}
.single-product-select-title{
    font-size: 16px;
    font-weight: 700;
    color: #02003C;
}
@media(min-width: 992px){
    .single-product-select-title{
        font-size: 20px;
    }
}

.single-product-color-wrapper{
    display: inline-block;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #a7a7a7;
    background-color: white;
    cursor: pointer;
    transition: all ease 0.3s;
    outline: 2px solid transparent;
}
.single-product-color-wrapper:hover{
    border-color: var(--secondary);
}
.single-product-color-wrapper.unselectable{
    opacity: 0.5;
}
.single-product-color-wrapper.selected{
    outline-color: var(--primary);
    pointer-events: none;
}
.single-product-color{
    padding-top: 119.07%;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}
.single-product-color img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;

}
.single-product-color-title{
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #242424;
    padding: 10px;
}

.colors.flickity-rtl .flickity-prev-next-button.next {
    left: 0;
}
.colors .flickity-prev-next-button {
    top: -20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.colors .flickity-page-dots {
    width: 50px;
    bottom: auto;
    top: -20px;
    left: 20px;
    height: 2px;
    display: flex;
    pointer-events: none;
}
.colors .flickity-page-dots .dot {
    width: unset;
    height: 2px;
    margin: 0;
    background: #ccc;
    border-radius: 0;
    flex-grow: 1;
    flex-basis: 0;
}
.colors.flickity-rtl .flickity-prev-next-button.previous {
    left: 70px;
    right: auto;
}
.colors .flickity-button {
    background-color: transparent;
    color: var(--primary);
}
.nav-images .nav-image{
    opacity: 0.5;
}
.nav-images .nav-image.is-nav-selected{
    opacity: 1
}
.nav-images.flickity-rtl .flickity-prev-next-button.next {
    left: -20px;
}
.nav-images .flickity-button {
    background: transparent;
    color: var(--primary);
}
.nav-images .flickity-prev-next-button {
    width: 25px;
    height: 25px;
    z-index: 2
}
.nav-images.flickity-rtl .flickity-prev-next-button.previous {
    right: -20px;
}
.left-overlay {
    width: 8px;
    height: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.right-overlay {
    width: 8px;
    height: 100%;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.main-image-wrapper .flickity-button {
    background-color: transparent;
}
.main-image-wrapper .flickity-button:hover {
    background-color: transparent;
}
.main-image-wrapper .flickity-prev-next-button {
    width: 30px;
    height: 30px;
}
.single_product_price{
    font-size: 20px;
    font-weight: 700;
}
.single_product_price{
    width: 100%;
    border: 2px solid #eee;
    border-right: 0;
    border-left: 0;
    padding: 10px 20px;
}
@media(min-width: 992px) {
    .single_product_price{
        width: fit-content;
    }
}
.single_product_price .product-price-inner{
    width: fit-content;
}
.single_product_price .product-price-number{
    display: flex;
    align-items: center;
    gap: 10px;
}
.single_product_price .product-price-number-slash{
    opacity: 0.5
}
.single_product_price .out-of-stock{
    opacity: 0.5;
}
.main-image-wrapper-inner .images{
    height: 100%;
}
.d-none{
    display: none;
}
img.image-loading{
    opacity:0
}
div.image-loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: #eee;
}
div.image-loading:before{
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #ccc;
    position: absolute;
    top:50%;
    left:50%;
    animation: spin linear 1s infinite;
}
.add-to-cart-btn, .view-cart-btn{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 76px;
    background-color: #02003C;
    border-radius: 0;
    padding: 0 32px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    justify-content: center;
}
@media(min-width: 992px){
    .add-to-cart-btn, .view-cart-btn{
        width: fit-content;
    }
}
.add-to-cart-btn.disabled{
    background-color: #a7a7a7;
    color: white;
}
.add-to-cart-btn:hover, .view-cart-btn:hover{
    opacity: 0.7;
    background-color: #02003C;
    color: white;
}
.already-in-cart-qty{
    width: 100%;
}
@media (min-width: 992px) {
    .already-in-cart-qty{
        width: fit-content;
    }
}
.already-in-cart-btn{
    display: flex;
    align-items: center;
    border-radius: 0;
    border: 1px solid #F4EEE1;
    width: fit-content;
    position: relative;
}
.already-in-cart-text{
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
@media(min-width: 992px){
    .already-in-cart-text{
        width: fit-content;
    }
}
.already-in-cart-btn .in-cart-text{
    color: var(--success);
    position: absolute;
    top:-17px;
    right:0;
    font-size: 12px;
    background-color: white;
    padding: 5px;
    font-weight: 500;
}
.already-in-cart-btn .part{
    width: 102px;
    height: 48px;
    position: relative;
    color: #02003C;
    font-size: 20px;
}
@media (min-width: 992px) {
    .already-in-cart-btn .part{
        width: 48px;
    }
}
.already-in-cart-btn .part.action{
    background-color: #F4EEE1;
    color: #C7A867;
    cursor: pointer;
}
.already-in-cart-btn .part.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.already-in-cart-btn .part i{
    cursor: pointer;
}
.section-title{
    font-size: 20px;
    font-weight: 700;
    color: #02003C;
}
.product_description{
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}
.product_description h6{
    font-size: 16px;
    font-weight: 900
}
.product_description h5{
    font-size: 18px;
    font-weight: 900
}
.product_description h4{
    font-size: 20px;
    font-weight: 900
}
.product_description h3{
    font-size: 22px;
    font-weight: 900
}
.product_description h2{
    font-size: 24px;
    font-weight: 900
}
.product_description a{
    color: var(--link-color)
}
.product_description i {
    opacity: 0.6
}

figure.image{
    margin: auto;
    margin-bottom: 20px;
}
figure.image img{
    border-radius: 10px;
    width: 100%;
}
figure.image.image-style-block-align-right{
    margin-left: auto
}
figure.image.image-style-block-align-left{
    margin-right: auto
}
figcaption{
    padding: 5px;
    font-size: 12px;
    opacity: 0.6;
    text-align: center;
}
figure.table table{
    width: 100%;
}
figure.table table{
    font-size: 14px;
    border-collapse: separate !important;
}
.product-attributes{
    background-color: white;
}
.product-attribute{
    display: flex;
    font-size: 12px;
}
.product-attribute:last-child{
    border-bottom: 0;
}
.product-attribute-title{
    width: 40%;
    padding: 10px;
    background-color: #f2f2f5;
    color: #242424;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}
@media(min-width: 992px){
    .product-attribute-title{
        width: 30%;
        padding: 10px 30px;
        font-size: 18px;
    }
}
.product-attribute-gap{
    width: 10px;
}
.product-attribute-value{
    width: calc(60% - 10px);
    padding: 10px;
    background-color: #f2f2f5;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}
@media(min-width: 992px){
    .product-attribute-value{
        width: calc(70% - 10px);
        padding: 10px 30px;
        font-size: 18px;
    }
}
.product-attribute:first-child>.product-attribute-title,
.product-attribute:first-child>.product-attribute-value{
    padding-top: 30px;
}
.product-attribute:last-child>.product-attribute-title,
.product-attribute:last-child>.product-attribute-value{
    padding-bottom: 30px;
}
.cart-page{
    /*background-color: #eee;*/
}
.cart-page-section{

}
.empty-cart-icon-wrapper{
    width: 200px;
    height: 200px;
    background-color: #f7f7f7;
    border-radius: var(--radius-md);
    margin: auto;
    position: relative;
    color: #ddd;
    border: 1px solid #eee;
}
.empty-cart-icon-wrapper i{
    font-size: 100px;
}
.empty-cart-text{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.cart-page h1{
    font-size: 24px;
    font-weight: 900;
}
.cart-item{
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.cart-items-qty{
    font-size: 12px;
    font-weight: 500;
    opacity: 0.5;
}
.cart-items-header{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    align-items: center;
}
.cart-item:last-child{
    border-bottom: 0;
}
.cart-item-image-wrapper{
    padding-top: 100%;
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 1px solid #eee;
    position: relative;
}
.cart-item-image-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.cart-item-title{
    width: 100%;
    font-size: 14px;
    font-weight: bold
}
.cart-item-detail{
    font-size: 12px;
    opacity: 0.5;
}

.cart-item-qty-wrapper{
    display: flex;
}
.cart-item-qty-part{
    width: 30px;
    height: 30px;
    position: relative;
    font-size: 14px;
}
.cart-item-qty-part.plus-minus{
    color: var(--secondary);
    opacity: 0.5;
    cursor: pointer;
}
.cart-item-qty-part.plus-minus:hover{
    opacity: 1;
}
.cart-item-qty-part.plus-minus.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.cart-item-unit-price{
    font-size: 14px;
}
.cart-item-unit-price .product-price-inner{
    justify-content: center;
}
.cart-item-unit-price .product-price-number-slash{
    color: var(--danger);
}
.cart-item-unit-price .product-price-number-slash:before{
    background-color: var(--danger);
}
.cart-item-subtotal{
    color: var(--primary) !important
}
.cart-item-subtotal .product-price-inner{
    justify-content: end;
}
.cart-summary{
    border-radius: var(--radius-md);
    font-size: 12px;
    position: sticky;
    top:148px;
    border: 1px solid #eee;
}
.coupon-box{
    border-radius: var(--radius-md);
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.coupon-box .product-price-number{
    justify-content: end !important;
}
.coupon-title{
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.coupon-title:hover{
    background-color: rgba(0,0,0,0.05);
}
.cart-summary-item{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee
}

.cart-summary-value{
    font-weight: 500;
    font-size: 14px
}
.cart-summary-discount{
    color: var(--danger)
}
.cart-summary-total{
    color: var(--success)
}
.input-label{
    font-size: 12px;
    font-weight: 500;
    padding: 0 20px;
    margin-bottom: 0;
}
.login-page{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-page-inner{
    width: 100%;
}
.login-logo{
    margin: 0 auto;
    width: 100px;
    height: 100px;
}
.login-logo img{
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: contain;
}
.login-box{
    width: 100%;
    max-width: 400px;
    background-color: white;
    border-radius: var(--radius-lg);
    border: 1px solid #eee;
    padding: 40px;
    margin: 0 auto;
    font-size: 14px;
}
.login-box-header{
    text-align: justify;
    margin-bottom: 20px;
}
label{
    display: block;
    font-size: 80%;
    font-weight: 500;
    margin-bottom: 5px;
}
.input{
    width: 100%;
    border: 2px solid #eee;
}
#login-error{
    font-size: 10px;
    color: var(--danger);
    text-align: left;
    font-weight: 500;
    margin-top: 5px;
}
.login-box-counter{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #aaa;
}
.account-sidebar{
    border-radius: var(--radius-lg);
    border: 1px solid #eee;
    padding: 40px;
    position: sticky;
    top: 148px;
}
.account-info{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    align-items: center;
}
.account-info-inner{

}
.account-info-name{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.account-info-mobile{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    opacity: 0.6;
    text-align: right;
}
.account-info-email{
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: 1px;
    opacity: 0.4;
    text-align: right
}
.account-info-edit{
    color: var(--secondary)
}
.account-info-edit:hover{
    opacity: 0.6
}
.account-sidebar-item{
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    color: #212529
}
.account-sidebar-item.selected{
    pointer-events: none;
    color: var(--secondary)
}
.account-sidebar-item:last-child{
    padding-bottom: 0;
    border-bottom: 0
}
.account-sidebar-item.exit{
    color: var(--danger)
}
.account-sidebar-item-icon{
    width: 20px;
    text-align: center;
    margin-left: 20px;
    opacity: 0.2;
}
.account-sidebar-item-title{
    font-size: 14px;
    font-weight: bold;
}
.account-section h3{
    font-size: 20px;
    font-weight: bold;
}
.account-section-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.account-section-header a{
    color: var(--secondary);
    font-size: 12px;
}
.account-section-header a:hover{
    opacity: 0.6;
}
.account-orders-summary-box{
    border-radius: var(--radius-md);
    border: 1px solid #eee;
    display: flex;
    padding: 20px;
    align-items: center;
    color: #666
}
.account-orders-summary-box-img{
    width: 70px;
    height: 70px;
    margin-left: 20px
}
.account-orders-summary-box-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}
.account-orders-summary-box-content>.value{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}
.account-orders-summary-box-content>.status{
    font-size: 12px;
}
.purchased-products-item-wrapper{
    padding: 10px;
    border-radius: var(--radius-md);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
}
.purchased-products-item-wrapper>span{
    font-size: 12px;
    font-weight: 500;
    opacity: 0.5;
}
.purchased-products-item-img{
    width: 100px;
    height:100px;
    border-radius: var(--radius-sm);
    border: 1px solid #eee;
    overflow: hidden;
    margin-left: 10px;
}
.purchased-products-item-img img{
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}
.purchased-products-item-content-title{
    font-size: 14px;
    font-weight: bold;
    width: 100%
}
.purchased-products-item-content{
    width: calc(100% - 110px);
}
.purchased-products-item-content-purchased-price{
    font-size: 14px;
    font-weight: 700;
}
.purchased-products-item-content-purchased-view a{
    font-size: 12px;
    color: var(--secondary)
}
.latest-comments-item-wrapper{
    border-radius: var(--radius-md);
    padding: 10px;
    border: 1px solid #eee;
}
.latest-comments-item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.latest-comments-item-date{
    font-size: 14px;
    font-weight: bold;
    opacity: 0.6;
    width: calc(100% - 120px);
}
.latest-comments-item-status{
    font-size: 12px;
    background-color: var(--secondary);
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    font-weight: 500;
    width: 120px;
    text-align: center;
}
.latest-comments-item-status.approved{
    background-color: var(--success);
}
.latest-comments-item-content{
    font-size: 12px;
    text-align: justify;
    padding: 10px;
}
.latest-comments-item-date a{
    color: var(--secondary);
}
.latest-comments-item-date a:hover{
    opacity: 0.6;
}
.latest-comments-item-reply{
    display: flex;
    padding: 10px;
}
.latest-comments-item-reply-image{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.latest-comments-item-reply-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.latest-comments-item-reply-content{
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.02);
    border: 1px solid #eee;
    width: calc(100% - 40px);
}
.account-section-tabs{
    display: flex;
    border-bottom: 1px solid #eee;
}
.account-section-tab{
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -2px;
    cursor: pointer;
}
.account-section-tab:hover{
    color: var(--secondary);
}
.account-section-tab.selected{
    pointer-events: none;
    color: var(--secondary);
    border-bottom: 3px solid var(--secondary);
}
.comment{
    margin-bottom: 20px;
}
.comment:last-child{
    margin-bottom: 0;
}
.checkout-final{
    border-radius: var(--radius-md);
    font-size: 12px;
    position: sticky;
    top: 148px;
}
.checkout h3{
    font-size: 20px;
    font-weight: 900;
}
.checkout-part{
    border-radius: var(--radius-md);
    border: 1px solid #eee;
}
.checkout-part-300{
    height: 300px;
}
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
#add_address_wrapper{
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: var(--radius-lg);
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
}
#add_address_wrapper h3{
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
#map{
    height: 200px;
    width: 100%;
    border-radius: var(--radius-md);
    border: 1px solid #eee;
}
#map.branches{
    height: 400px;
    width: 100%;
    border-radius: var(--radius-md);
    border: 1px solid #eee;
}
.map-loading{
    background-color: #f7f7f7;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.map-loading:before{
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #bbb;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: spin linear 1s infinite;
}
.select2-container{
    width: 100% !important
}
.select2-selection{
    height: 33px !important;
    border-radius: var(--radius-sm) !important;
    font-size: 14px;
    border: 1px solid #eee !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}
.select2-dropdown{
    top: 5px;
    direction: rtl;
    font-size: 12px;
}
input.no-arrows::-webkit-outer-spin-button,
input.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].no-arrows {
    -moz-appearance: textfield;
}
.address_errors{
    font-size: 12px;
    color: var(--danger);
}
.address{
    padding: 10px;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
    position: relative;
}
.address-delete{
    position: absolute;
    left: 10px;
    top: 10px;
    color: var(--danger);
}
.address-title{
    font-weight: bold
}
.no-address{
    text-align: center;
    font-size: 12px
}
.address.selected{
    outline: 2px solid var(--secondary);
}
.no-new-address{
    font-size: 12px;
}
.delivery_row{
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.delivery_row:last-child{
    border-bottom: 0;
}
.delivery_weekday{
    font-weight: 500;
    font-size: 14px
}
.delivery_date{
    font-size: 12px;
    opacity: 0.5;
}
.delivery_day{
    width: 100px;
    border-left: 1px solid #eee;
}
.delivery_times{
    width: calc(100% - 100px);
    padding: 10px 10px 10px 0;
}
.delivery_time{
    font-size: 14px;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #eee;
    display: inline-block;
    cursor: pointer;
    margin: 0 0 5px 5px;
    width: 104px;
    text-align: center;
}
.delivery_time span{
    font-weight: 500;
}
.delivery_time.selected{
    outline: 2px solid var(--secondary)
}
.btn-add-address{
    height: 94px;
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: #f7fcff;
    width: 100%;
    position: relative;
}
.btn-add-address{
    font-size: 12px;
    font-weight: 500;
}
.btn-add-address i{
    font-size: 30px;
    opacity: 0.2
}
.btn-add-address:hover{
    background-color: #e4ebef;
}
.wc_payment_method label{
    display: flex;
    background-color: white;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #eee;
    cursor: pointer;
}
.wc_payment_method input[type="radio"]:checked+label{ outline: 2px solid var(--secondary) }
.payment_method_title{
    direction: rtl;
    text-align: right;
    width: calc(100% - 30px);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}
.payment_method_description{
    font-size: 10px;
}
.payment_method_image_wrapper{
    width: 30px;
    height: 30px;
}
.payment_method_image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}
.woocommerce-checkout-payment{
    background-color: #f3f3f3 !important;
    margin-top: 10px;
    border: 1px solid #eee;
}
.form-row .btn{
    float: unset !important;
    width: 50%
}
.woocommerce-error {
    border-top-color: var(--danger) !important;
}
.woocommerce-error::before {
    color: var(--danger) !important;
}
ul.woocommerce-error{
    color: var(--danger);
    font-size: 14px;
}
ul.woocommerce-error li{
    list-style: inside !important;
}
.order-submitted{
    width: fit-content;
    border: 1px solid #eee;
    border-radius: var(--radius-lg);
    font-size: 12px;
    font-weight: 500;
}
.order-submitted i{
    font-size: 50px;
    color: var(--success)
}
.order-details{
    display: flex;
    justify-content: center;
    margin: 0 auto
}
.order-detail{
    padding: 0 20px;
    border-left: 1px solid #eee;
}
.order-detail:last-child{
    border-left: 0;
}
.order-detail-title{
    font-size: 12px;
}
.order-detail-value{
    font-size: 16px;
    font-weight: bold;
}
.order-total{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
}
.order-total{
    font-weight: bold
}
.order{
    padding: 10px;
    border-radius: var(--radius-md);
    border: 1px solid #eee;
}
.order-id{
    font-size: 16px;
    font-weight: 900;
}
.order-date{
    font-size: 14px;
    font-weight: 500;
}
.order-status{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.icon-processing{
    color: #699ac0
}
.icon-payment{
    color: var(--danger)
}
.cart-qty-sm{
    top: -14px !important
}
@media (min-width: 768px){

}
@media (min-width: 1024px){
    .d-md-flex{
        display: flex;
    }
    .d-md-none{
        display: none;
    }
    .d-md-block{
        display: block;
    }
}
@media (min-width: 1400px){
    .d-lg-block{
        display: block;
    }
    .d-lg-none{
        display:none;
    }
    .main-slider-item-content.top{
        align-items: start;
    }
    .main-slider-item-content.middle{
        align-items: center;
    }
    .main-slider-item-content.bottom{
        align-items: end;
    }
    .main-slider-item-content.right{
        justify-content: start;
    }
    .main-slider-item-content.right .main-slider-item-content-inner{
        text-align: right;
    }
    .main-slider-item-content.center{
        justify-content: center;
    }
    .main-slider-item-content.center .main-slider-item-content-inner{
        text-align: center;
    }
    .main-slider-item-content.left{
        justify-content: end;
    }
    .main-slider-item-content.left .main-slider-item-content-inner{
        text-align: left;
    }
}
.flickity-prev-next-button.next{
    border-radius: 0;
    background-color: transparent;
    box-shadow: unset;
    color: #02003C;
}
.flickity-prev-next-button.previous{
    border-radius: 0;
    background-color: transparent;
    box-shadow: unset;
    color: #02003C;
}
.flickity-prev-next-button .flickity-button-icon {
    left: 50% !important;
    top: 50% !important;
    width: 50% !important;
    height: 50% !important;
    transform: translate(-50%, -50%) !important;
}

@media (min-width: 1560px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}
.middle_banner, .selected_cat{
    display: block;
    padding-top: 36.58%;
    background-color: #eee;
    position: relative;
}

.middle_banner img, .selected_cat img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    object-fit: cover;
    object-position: 50% 50%;
}

.selected_cat_btn{
    width: 222px;
    height: 64px;
    border-radius: 50vh;
    border: 2px solid var(--primary);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px;
}

.selected_cat_btn.odd{
    left: unset !important;
    right: 20px;
}

.selected_cat_btn_title{
    flex: 1;
    padding: 0 10px;
    font-size: 24px;
    color: var(--primary);
    font-weight: 700;
}

.selected_cat_btn_circle{
    width: 48px;
    height: 48px;
    background-color: var(--secondary);
    border: 2px solid white;
    outline: 2px solid var(--secondary);
    border-radius: 50%;
    position: relative;
}

.selected_cat_btn_circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.bg-footer{
    background-color: #02003C;
    padding-top: 20px;
}

.footer-mizban{
    font-size: 26px;
    color: #cb9e74;
    font-weight: bold;
}
.single-post-banner img{
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: var(--radius-lg);
}
.home-post-img{
    display: block;
    padding-top: 75%;
    position: relative;
}
.home-post-img img{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.variation-sku{
    display: flex;
    margin-bottom: 20px;
    font-size: 14px;
    opacity: 0.7
}
.catalog-cover{
    padding-top: 140%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--radius-md);
}
.catalog-cover img{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.catalog-page{
    height: calc(100vh - 210px);
    min-height: 500px;
}
.catalof_screen{
    background-color: #aaa;
}
.checkout label.radio {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
}

.checkout label.radio .checkbox{
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-left: 10px;
    background-color: white;
    position: relative;
    transition: all ease 0.3s;
}

.checkout label.radio .checkbox i{
    opacity: 0;
    color: var(--secondary)
}

.checkout label.radio .checkbox.selected{
    background-color: var(--primary);
}
.checkout label.radio .checkbox.selected i{
    opacity: 1;
}
.checkout label.radio.unselectable{
    opacity: 0.5;
    pointer-events: none;
}
.mobile-menu{
    position: fixed;
    top:0;
    right:-100%;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 999;
    transition: all ease 0.3s;
}
.mobile-menu.open{
    right:0;
}
.mobile-menu-header{
    display: flex;
    height: 112px;
    padding: 20px 0;
    justify-content: center;
    border-bottom: 1px solid #eee;
    position: relative;
}
.mobile-menu-header img{
    height: 100%;
}
.mobile-menu-close{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
    opacity: 0.3;
}
.mobile-menu-item{
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #eee;
    display: flex;
}
.mobile-menu-item.gchild{
    height: 40px;
    border-bottom: 1px solid #eee;
}
.mobile-menu-item-title{
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0 20px;
    color: var(--primary);
    font-size: 14px;
    font-weight: bold;
}
.mobile-menu-item-arrow{
    width: 50px;
    height: 100%;
    position: relative;
    font-size: 14px;
    border-right: 1px solid #eee;
}
.mobile-menu-item-arrow.gchild{
    background-color: #f5f5f5;
}
.mobile-menu-item-children{
    height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
}
.mobile-menu-item-child{
    background-color: #f5f5f5;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    color: var(--primary);
}
.mobile-menu-item-child.gchild{
    width: calc(100% - 50px);
    border-bottom: 0;
    height: 100%
}

.mobile-menu-item-child.gchild-itself{
    background-color: #f9f9f9
}

.flickity-button:disabled {
    opacity: 0 !important
}
.stores-banner{
    padding-top: 35.69%;
    position: relative;
}
.stores-banner img, .stores-banner video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/*.comments-section .comment-part{*/
/*    height: 500px;*/
/*}*/
.comment-title{
    font-size: 16px;
    font-weight: 900
}
.comment-textarea textarea{
    padding: 20px;
}
.comment-textarea textarea:focus-visible{
    /*border: 0;*/
    outline: 0;
}
.no-comments-yet{
    font-size: 14px;
    font-weight: 400;
    color: var(--primary);
    opacity: 0.5
}
.comment-res{
    font-size: 12px;
    text-align: left;
    color: var(--success);
}
.comment-error{
    font-size: 12px;
    text-align: left;
    color: var(--danger);
}
.comment-item{
    border-bottom: 1px solid rgba(0,0,0,0.03)
}
.comment-item:last-child{
    border-bottom: 0
}
.comment-item-date{
    font-size: 14px;
    font-weight: 600;
    opacity: 0.5
}
.comment-item-author{
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
}
.comment-item-content{
    color: var(--primary);
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
.comment-item-reply{
    background-color: rgba(0,0,0,0.05);
    border-radius: var(--radius-md);
}
.comment-item-reply .comment-item-date{
    color: var(--primary);
    font-size: 14px;
}
.comments-list{
    /*height: 500px;*/
    background-color: #f7f7f7;
    overflow: hidden;
    border: 2px solid #eee;
}
.colo-no-stock{
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #ddd;
}
.size-guide-wrapper{
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    height: 38px;
    background-color: #F4EEE1;
    border-radius: 50vh;
    color: #707070;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.size-guide-wrapper:hover{
    opacity: 0.7;
}
.order-link a{
    font-size: 12px;
    color: white;
    background-color: var(--primary);
    padding: 5px 10px;
    border-radius: var(--radius-sm);
    transition: all ease 0.3s
}
.order-link a:hover{
    opacity: 0.7
}
.order-single-info{
    border-radius: 20px;
    border: 1px solid #eee;
}
.account-info-btn-success{
    font-size: 12px;
    color: green;
    position: absolute;
    bottom: -20px;
    right: 20px;
}
input.disabled{
    opacity: 0.6;
    pointer-events: none;
}

.about-title{
    font-size: 20px;
    font-weight: 900;
}

.about-subtitle{
    font-size: 18px;
    font-weight: 600;
}

.about-subtitle small{
    font-size: 70%;
    padding: 0 10px;
}

.about-content{
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.about-page img{
    border-radius: var(--radius-md)
}
.branch-item{
    background-color: #f7f7f7;
    border-radius: var(--radius-sm);
    padding-bottom: 66px !important;
    overflow: hidden;
    position: relative;
}
.branch-img-wrapper{
    padding-top: 100%;
    position: relative;
}
.branch-img-wrapper img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: var(--radius-sm)
}
.branch-title{
    font-weight: 900;
    font-size: 18px;
}
.branch-phone{
    font-size: 16px;
}
.branch-address{
    font-size: 14px;
    height: 63px;
}
.branch-map-btn{
    position: absolute;
    left:0;
    bottom:0;
    height: 50px;
    width: 100%;
    background-color: #eee;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    color: var(--primary)
}
.branch-map-btn i{
    font-size: 16px;
}
.branch-map-btn:hover{
    background-color: var(--secondary);
    color: white;
}
.archive-content{
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
}
.archive-content.closed{
    height: 300px;
}
.archive-content:before{
    content: '';
    width: 100%;
    height: 200px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
    left:0;
    bottom:0;
    position: absolute;
    opacity: 0;
}
.archive-content.closed:before{
    opacity: 1;
}
.archive-content-more{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.shop-filter-wrapper{
    font-size: 14px;
    font-weight: bold;
    cursor: pointer
}
.text-justify{
    text-align: justify
}
.banner-link{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
}
.front-page{
    margin-top: calc(100vh - 96px);
    background-color: white;
    position: relative;
    z-index: 1;
}
.front-page-slider{
    height: calc(100vh - 96px);
    position: fixed;
    top: 96px;
}
@media(min-width: 992px){
    .front-page-slider{
        height: calc(100vh - 140px);
        position: fixed;
        top: 140px;
    }
    .front-page{
        margin-top: calc(100vh - 140px);
    }
}
.home_categories{
    padding: 108px 0
}
.home-top-categories{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    justify-content: center;
}
@media(min-width: 992px){
    .home-top-categories{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
    }
}
.home-top-categories2{
    display: grid;
    grid-template-columns: repeat(auto-fit, 1fr);
    grid-gap: 16px;
    justify-content: center;
    justify-items: center;
}
@media(min-width: 992px){
    .home-top-categories2{
        grid-template-columns: repeat(auto-fit, calc(25% - 12px));
    }
}
.home-top-category{
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    position: relative;
}
.home-top-category img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.home-top-category-top-titles{
    position: absolute;
    top: 20px;
    width: 120px;
    text-align: right;
}

.home-top-category-top-titles.right{
    right: 20px;
}
.home-top-category-top-titles.left{
    left: 20px;
}
.home-top-category2-top-titles{
    position: absolute;
    top: 30px;
    width: 125px;
    text-align: right;
}
.home-top-category2-top-titles.right .home-top-category2-top-titles-wrapper{
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}
.home-top-category2-top-titles.left .home-top-category2-top-titles-wrapper{
    width: fit-content;
    margin-right: auto;
    margin-left: 0;
}
.home-top-category2-top-titles-wrapper{
    width: fit-content;
}
.home-top-category2-top-titles.right{
    right: 30px;
}
.home-top-category2-top-titles.left{
    left: 30px;
}
.home-top-category-top-titles.dark, .home-top-category2-top-titles.dark{
    color: #242424
}
.home-top-category-top-titles.light, .home-top-category2-top-titles.light{
    color: #ffffff
}
.home-top-category-top-title_1{
    font-size: 18px;
    font-weight: 400;
    line-height: 29.9px;
}

.home-top-category-top-title_2{
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
}
.home-top-category2-top-title_2{
    font-size: 36px;
    font-weight: 600;
    line-height: 41.4px;
}

.home-top-category-top-titles-btn{
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 2px;
    border: 1px solid;
    backdrop-filter: blur(5px);
    margin-top: 12px;
    font-size: 12px;
    padding: 0 12px;
}
@media(min-width: 992px){
    .home-top-category-top-titles{
        top: 36px;
        width: 200px;
    }
    .home-top-category-top-title_1{
        font-size: 26px;
        line-height: 29.9px;
    }
    .home-top-category-top-title_2{
        font-size: 56px;
        line-height: 64.4px;
    }
    .home-top-category-top-titles {
        width: 200px;
    }
    .home-top-category-top-titles-btn{
        height: 45px;
        margin-top: 23px;
        font-size: 20px;
    }
    .home-top-category-top-titles.right{
        right: 36px;
    }
    .home-top-category-top-titles.left{
        left: 36px;
    }
}
.home-top-category-top-titles-btn.category2-btn{
    font-size: 12px;
    height: 29px;
}
.home-top-category-top-titles.light .home-top-category-top-titles-btn, .home-top-category2-top-titles.light .home-top-category-top-titles-btn{
    background-color: rgba(255, 255, 255, 0.24);
    border-color: #ffffff;
    color: #ffffff;
}
.home-top-category-top-titles.dark .home-top-category-top-titles-btn, .home-top-category2-top-titles.dark .home-top-category-top-titles-btn{
    background-color: rgba(2, 0, 60, 0.12);
    border-color: #02003C;
    color: #02003C
}
.home-top-category-bottom-title{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    line-height: 29.9px;
    font-weight: 400;
    text-transform: uppercase;
}
.home-top-category-bottom-title.category2{
    font-size: 20px;
    bottom: 32px;
    line-height: 23px;
}
.home-top-category-bottom-title.dark{
    color: #242424
}
.home-top-category-bottom-title.light{
    color: #ffffff
}
.special-offer-section{
    background-color: #FCFAF7;
    padding: 100px 0;
}
.special-offer-slider-item{
    width: 80%;
}
@media(min-width: 992px){
    .special-offer-slider-item{
        width: 30%;
    }
}
.special-offer-product-image-wrapper{
    display: block;
    padding-top: 116.84%;
    position:relative;
}
.special-offer-product-image-wrapper img{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top: 0;
    object-fit: cover;
    object-position: 50% 50%;
}
.special-offer-product-image-wrapper img.hover{
    opacity: 0;
    transition: all ease 0.3s
}
.special-offer-product-image-wrapper:hover img.hover{
    opacity: 1;
}

.special-offer-product-content{
    padding: 16px 8px;
}
.special-offer-product-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 30.98px;
    color: #242424
}
.special-offer-product-prices{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.special-offer-product-sale-price{
    font-size: 20px;
    color: #C7A867;
    line-height: 30.66px;
    font-weight: 500;
}
.special-offer-product-slash-price{
    font-size: 18px;
    font-weight: 400;
    line-height: 27.29px;
    color: #8D8D8D;
    position: relative;
}
.special-offer-product-slash-price:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    background-color:#8D8D8D
}
.special-offer-col-1{
    flex:0 0 auto;
    width: 100%;
}
.special-offer-col-2{
    flex:0 0 auto;
    width: 100%;
}

.special-offer-details{
    height: 100%;
    padding-bottom: 50px;
    padding-left: 0;
}
@media(min-width: 992px){
    .special-offer-col-1{
        width: 269px;
    }
    .special-offer-col-2{
        width: calc(100% - 269px);
    }
    .special-offer-details{
        padding-bottom: 101.63px;
        padding-left: 48px;
    }
}
.special-offer-title{
    font-size: 64px;
    font-weight: 600;
    line-height: 89.6px;
    color: #02003C;
    align-self: start;
}
.special-offer-timer-wrapper{
    padding: 0 8px;
    align-self: center;
}
.special-offer-timer{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.special-offer-timer>span{
    font-size: 48px;
    color: #C7A867;
}
.special-offer-timer>div{
    width: 64px;
    height: 80px;
    border-radius: 8px;
    background-color: #C7A867;
    color: white;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}
.special-offer-timer div>span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.special-offer-timer-sub{
    font-size: 20px;
    color: #6D6D6D;
    text-align: center;
}
.special-offer-btn{
    border-radius: 2px;
    padding: 12px 16px;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    color: white;
    background-color: #02003C;
    height: 52px;
    width: calc(100% - 22px) !important;
    margin: 0 auto;
    align-self: end
}
.special-offer-slider .flickity-prev-next-button.previous{
    right: 0 !important;
}
.special-offer-slider .flickity-prev-next-button{
    color: #02003C !important
}
.special-offer-slider .flickity-prev-next-button.next{
    left: 0 !important;
}
@media(min-width: 992px){
    .special-offer-slider .flickity-prev-next-button.previous{
        right: -44px !important;
    }
    .special-offer-slider .flickity-prev-next-button.next{
        left: -44px !important;
    }
}
.special-offer-slider .flickity-button:hover{
    background-color: transparent !important;
}
.special-offer-discount{
    position: absolute;
    left: 20px;
    top: 0;
    width: 57px;
    height: 51px;
    background-color: #C7A867;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    transition: all ease 0.3s;
}
.special-offer-product-image-wrapper:hover .special-offer-discount{
    background-color: #02003C;
}
.special-offer-discount span{
    width: 100%;
    position: absolute;
    top:40%;
    left: 0;
    text-align: center;
}
.mainpage-promotion{
    display: block;
    padding-top: 26.31%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 100px;
}
.mainpage-promotion img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    object-fit: cover;
    object-position: 50% 50%;
}
.best-seller-section{
    margin-bottom: 100px;
}
.best-seller-grid{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
}

.best-seller-grid-item{
    aspect-ratio: 368 / 427;
}
.best-seller-grid-item:nth-child(3){
    /*grid-column: 3 / 5;*/
    /*grid-row: 1 / 3;*/
    /*aspect-ratio: unset;*/
    /*height: 100%;*/
}
@media (min-width: 992px) {
    .best-seller-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .best-seller-grid-item:nth-child(3){
        grid-column: 3 / 5;
        grid-row: 1 / 3;
        aspect-ratio: unset;
        height: 100%;
    }
}
.best-seller-grid-item-most{
    font-size: 48px;
    font-weight: 400;
    line-height: 67.2px;
    color: #02003C
}
.best-seller-grid-item-most span span{
    position: absolute;
    top: -35px;
    left: -65px;
}
.best-seller-grid-item-gender{
    font-size: 64px;
    line-height: 89.6px;
    font-weight: 600;
    color: #C7A867
}
.best-seller-btn{
    width: 198px;
    border: 1px solid #02003C;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    margin-top: 40px;
    color: #02003C;
}
.best-seller-grid-item>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.best-seller-grid-item-btn{
    width: calc(100% - 48px);
    height: 46px;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.12);
    backdrop-filter: blur(10px);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 20px;
}
.best-seller-grid-item:nth-child(3) .best-seller-grid-item-btn{
    height: 60px;
    font-size: 24px;
    width: calc(100% - 64px);
    bottom: 32px;
    left: 32px;
}
.middle-section{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 100px;
}
.middle-section-item{
    width: calc(50% - 8px);
    aspect-ratio: 752 / 308 ;
    border-radius: 4px;
    overflow: hidden;
}
.middle-section-a{
    display: block;
    width: 100%;
    height: 100%;
}
.middle-section-a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.zagros-divider{
    display: flex;
    align-items: center;
    gap: 20px;
}
.zagros-divider>div:nth-child(2){
    width: 32px;
    opacity: .64
}
.zagros-divider img{
    width: 100%;
}
.zagros-divider>div:nth-child(1), .zagros-divider>div:nth-child(3){
    width: calc(50% - 36px);
    height: 1px;
    background-color: rgba(2, 0, 60, 0.3);
}
footer .zagros-divider>div:nth-child(1),footer .zagros-divider>div:nth-child(3){
    background-color: rgba(255, 255, 255, 0.3);
}
.gap-80{
    height: 80px;
}
.standards-section{
    width: 100%;
    max-width: 1080px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 160px auto;
}
@media(min-width: 992px){
    .standards-section{
        justify-content: space-between;
    }
}
.standard-item{
    width: 137px;
}
.standard-item-image-wrapper{
    width: 100%;
    height: 137px;
}
.standard-item-image-wrapper>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}
.standard-item-title{
    margin-top: 32px;
    color: #242424;
    font-size: 24px;
    line-height: 28.13px;
}
.mag-section-h3{
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    line-height: 72px;
}
.mag-section-a{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    line-height: 23.2px;
    color: #C7A867;
    margin-bottom: 32px;
}
.mag-section-a:hover{
    opacity: 0.6
}
.mag-section-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media(min-width: 992px){
    .mag-section-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.mag-section-grid>div{
    aspect-ratio: 496 / 400;
    border-radius: 2px;
    overflow: hidden;
}
.mag-section-grid>div:nth-child(1){
    aspect-ratio: unset;
    height: 100%
}

.mag-section-grid>div:nth-child(4){
    aspect-ratio: unset;
    height: 100%
}
@media(min-width: 992px){
    .mag-section-grid>div:nth-child(1){
        grid-column: 1 / 3;
    }
    .mag-section-grid>div:nth-child(4){
        grid-column: 2 / 4;
    }
}
.mag-section-grid>div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.mag-section-titles{
    text-align: right;
}
.mag-section-titles.light{
    color: white;
}
.mag-section-titles.dark{
    color: #242424;
}
.mag-section-grid>div:nth-child(1)>.mag-section-titles, .mag-section-grid>div:nth-child(4)>.mag-section-titles{
    position: absolute;
    right: 10px;
    top: 10px;
}
.mag-section-grid>div:nth-child(2)>.mag-section-titles, .mag-section-grid>div:nth-child(3)>.mag-section-titles{
    position: absolute;
    right: 10px;
    top: 20px;
}
.mag-section-grid>div:nth-child(1) .mag-section-title-1, .mag-section-grid>div:nth-child(4) .mag-section-title-1{
    font-size: 16px;
    font-weight: 700;
    line-height: 32.2px;
}
.mag-section-grid>div:nth-child(1) .mag-section-title-2, .mag-section-grid>div:nth-child(4) .mag-section-title-2{
    font-size: 16px;
    font-weight: 700;
    line-height: 32.2px;
}
.mag-section-grid>div:nth-child(2) .mag-section-title-1, .mag-section-grid>div:nth-child(3) .mag-section-title-1{
    font-size: 18px;
    font-weight: 700;
    line-height: 32.2px;
}
.mag-section-grid>div:nth-child(2) .mag-section-title-2, .mag-section-grid>div:nth-child(3) .mag-section-title-2{
    font-size: 14px;
    font-weight: 500;
    line-height: 32.2px;
}

.mag-section-btn{
    border-radius: 2px;
    border: 1px solid;
    backdrop-filter: blur(5px);
}
.mag-section-grid>div:nth-child(1) .mag-section-btn, .mag-section-grid>div:nth-child(4) .mag-section-btn{
    width: 150px;
    height: 32px;
    font-size: 14px;
    padding: 8px 12px 8px 16px;
    margin-top: 12px;
}
.mag-section-grid>div:nth-child(2) .mag-section-btn, .mag-section-grid>div:nth-child(3) .mag-section-btn{
    width: 150px;
    height: 32px;
    font-size: 14px;
    padding: 8px 12px 8px 16px;
    margin-top: 12px;
}
@media (min-width: 992px) {
    .mag-section-grid>div:nth-child(1)>.mag-section-titles, .mag-section-grid>div:nth-child(4)>.mag-section-titles{
        right: 60px;
        top: 60px;
    }
    .mag-section-grid>div:nth-child(2)>.mag-section-titles, .mag-section-grid>div:nth-child(3)>.mag-section-titles{
        right: 33px;
        top: 33px;
    }
    .mag-section-grid>div:nth-child(1) .mag-section-title-1, .mag-section-grid>div:nth-child(4) .mag-section-title-1{
        font-size: 36px;
        line-height: 52.2px;
    }
    .mag-section-grid>div:nth-child(1) .mag-section-title-2, .mag-section-grid>div:nth-child(4) .mag-section-title-2{
        font-size: 36px;
        line-height: 52.2px;
    }
    .mag-section-grid>div:nth-child(2) .mag-section-title-1, .mag-section-grid>div:nth-child(3) .mag-section-title-1{
        font-size: 32px;
        line-height: 46.4px;
    }
    .mag-section-grid>div:nth-child(2) .mag-section-title-2, .mag-section-grid>div:nth-child(3) .mag-section-title-2{
        font-size: 16px;
        line-height: 23.2px;
    }
    .mag-section-grid>div:nth-child(1) .mag-section-btn, .mag-section-grid>div:nth-child(4) .mag-section-btn{
        width: 183px;
        height: 45px;
        font-size: 20px;
        padding:8px 12px 8px 16px;
        margin-top: 32px;
    }
    .mag-section-grid>div:nth-child(2) .mag-section-btn, .mag-section-grid>div:nth-child(3) .mag-section-btn{
        width: 160px;
        height: 39px;
        font-size: 16px;
        padding:8px 12px 8px 16px;
        margin-top: 32px;
    }
}
.mag-section-btn.dark{
    background-color: rgba(2, 0, 60, 0.12);
    border-color: #02003C;
    color: #242424;
}
.mag-section-btn.light{
    background-color: rgba(255, 255, 255, 0.12);
    border-color: white;
    color: white;
}
.footer-companies{
    position: relative;
    width: 100%;
    right: 0;
}
@media(min-width: 992px){
    .footer-companies{
        width: calc(100% + 56px);
        right: -28px;
    }
}
.footer-company{
    width: 33%;
    aspect-ratio: 1/1;
    padding: 28px;
}
@media(min-width: 992px){
    .footer-company{
        width: 11%;
    }
}
.footer-company>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    opacity: 0.5;
}
.footer-company>img:hover{
    opacity: 1;
}
.footer-links{
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-social{
    padding-bottom: 20px;
}
.footer-social>a{
    display: inline-block;
    width: 64px;
    height: 64px;
    padding: 14px;
    background-color: rgba(199, 168, 103, 0.2);
    border-radius: 14px;
    margin-right: 14px;
    margin-bottom: 20px;
}
.footer-social>a>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}
.footer-enamad{
    display: inline-block;
    background-color: rgba(199, 168, 103, 0.2);
    padding: 18px 10px;
    border-radius: 8px;
}
.label-file{
    width: 100%;
    padding: 10px;
    background-color: #f7fcff;
    border: 1px solid #eee;
    cursor: pointer;
    border-radius: 10px;
    transition: all ease 0.3s;
    margin: 0;
}
.label-file:hover{
    background-color: #e4ebef;
}
.coupon_field_error{
    font-size: 12px;
    color: var(--danger);
    padding: 0 10px;
    height: 16px;
}
.coupon-terms-box{
    height: 150px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    font-size: 12px;
    background-color: white;
    text-align: justify;
}
.coupon-submitted-details{
    font-size: 12px;
    border-bottom: 1px solid #eee;
}
.coupon-submitted-details:last-child{
    border-bottom: 0;
}
.coupon-submitted-details .product-price-inner{
    display: inline-flex;
}
.single-product-breadcrumb-wrapper{
    background-color: #FCFAF7;
    height: 56px;
    font-size: 16px;
    color: #4D4D4D;
    font-weight: 400;
}
.rank-math-breadcrumb p{
    margin: 0;
}
.single-product-breadcrumb-wrapper a{
    color: #4D4D4D;
}
.single-product-breadcrumb-wrapper a:hover{
    opacity: 0.7
}
.sizes{
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
}
.sizes>div{
    width: 100%;
}

.shop-top{
    padding: 33px 0;
    border-bottom: 1px solid #e6e6ec;
    /*position: sticky;*/
    /*top: 140px;*/
    z-index: 99;
    background-color: white;
}
.shop-top-filters{
    width: 80%;
}
.shop-top-sorts{
    width: 20%;
}
.shop-filter-select{
    height: 52px;
    border-radius: 2px;
    border: 1px solid #ccccdb;
    padding: 0 16px 0 50px;
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #67668a;
    cursor: pointer;
    background-color: white;
}
.shop-filter-select.active{
    border-color: #C7A867;
    color: #C7A867;
}
.shop-filter-select:before{
    content: '';
    background-image: url("../img/icons/arrow-down.svg");
    width: 15px;
    height: 10px;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
.shop-filter-select.active:before{
    background-image: url("../img/icons/arrow-down-secondary.svg");
}
.shop-filter-select:hover{
    opacity: 0.7;
}
.shop-filter-select.open{
    z-index: 9999;
}
.filter-menu-overlay{
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}
.filter-menu-overlay.open{
    display: block;
}
.filter-menu{
    display: none;
    width: 300px;
    max-height: 300px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.filter-menu.sort{
    width: 180.53px;
}
.filter-menu.open{
    display: block;
}

.filter-menu .size{
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.remove-filters{
    font-size: 20px;
    font-weight: 600;
    color: #353363;
    cursor: pointer
}
.remove-filters:hover{
    opacity: 0.7
}

.header.fixed {

}
@media(min-width: 992px){
    .header.fixed {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }
}
.dark-header .header-inner {
    background: rgba(18, 18, 18, 0.08);
}
.dark-header .header-nav {
    background: rgba(0, 0, 15, 0.4);
    backdrop-filter: blur(10px);
}
.dark-header .header-search-input {
    background-color: rgba(138, 138, 138, 0.2);
    color: #ddd;
}
.dark-header .header-search-input::placeholder{
    color: #9D9D9D;
}
.dark-header .header-search a{
    background-image: url("../img/icons/search-lighter.svg");
}
.dark-header .header-logo a{
    background-image: url("../img/zagros-logo-light2.svg");
}
.dark-header .header-tools-number{
    color: #C7A867;
}
.dark-header .header-tools-icons-item.cart{
    background-image: url("../img/icons/cart-light.svg");
}
.dark-header .header-tools-icons-item.user{
    background-image: url("../img/icons/user-light.svg");
}
.mobile-nav{
    height: 72px;
    border-radius: 8px 8px 0 0;
    background-color: #02003C;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 16px;
}
.mobile-nav-middle{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #C7A867;
    cursor: pointer;
}
.mobile-nav-middle-logo{
    width: 46px;
    height: 46px;
    background-image: url("../img/zagros_logo.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.mobile-nav-group{
    width: calc(50% - 56px);
}
.mobile-nav-item{
    width: 50%;
}
.mobile-nav-item-text{
    color: white;
    font-size: 10px;
    text-wrap: nowrap;
}
.mobile-nav-item-icon{
    margin: 0 auto;
    width: 30px;
    height: 30px;
}
.mobile-nav-item-icon img{
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: contain;
}
.mobile-search{
    width: 100%;
    background-color: white;
    padding: 12px 16px;
}
.mobile-search-call{
    width: 48px;
    height: 48px;
    background-color: #C7A867;
    border-radius: 2px;
    position: relative;
}
.mobile-search-input{
    flex: 1;
}
.mobile-search .header-search-input{
    width: 100%;
    color: #222 !important;
}
.slider_related_products .flickity-prev-next-button{
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #67668a
}
.slider_related_products .flickity-prev-next-button.next .flickity-button-icon {
    transform: translate(-35%, -50%) !important;
}
.slider_related_products .flickity-prev-next-button.previous .flickity-button-icon {
    transform: translate(-65%, -50%) !important;
}
.product-tabs{
    display: inline-flex;
    border: 1px solid #eee;
}
.product-tab{
    padding: 10px 20px;
    border-left: 1px solid #eee;
    cursor: pointer;
}
.product-tab:last-child{
    border-left: 0
}
.product-tab.selected{
    background-color: #02003C;
    color: white;
}
.btn-tooltip{
    top: 0;
    left: 0;
    width: 267px;
    height: 76px;
}
.header-nav-item-dropdown-item i{
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.header-nav-child-slide-content{
    position: absolute;
    right: 100%;
    top: 0;
    background-color: white;
    border-radius: var(--radius-sm);
    pointer-events: none;
    opacity: 0;
    width: 150px;
}
.header-nav-child-slide:hover .header-nav-child-slide-content{
    opacity: 1;
    pointer-events: unset;
}