@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src:  url('../fonts/woff2/IRANSansX-Bold.woff2') format('woff2');
    src: url('../fonts/woff/IRANSansX-Bold.woff') format('woff');

}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src:  url('../fonts/woff2/IRANSansX-Medium.woff2') format('woff2');
    src: url('../fonts/woff/IRANSansX-Medium.woff') format('woff');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src:  url('../fonts/woff2/IRANSansX-Light.woff2') format('woff2');
    src: url('../fonts/woff/IRANSansX-Light.woff') format('woff');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src:  url('../fonts/woff2/IRANSansX-UltraLight.woff2') format('woff2');
    src: url('../fonts/woff/IRANSansX-UltraLight.woff') format('woff');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src:  url('../fonts/woff2/IRANSansX-DemiBold.woff2') format('woff2');
    src: url('../fonts/woff/IRANSansX-DemiBold.woff') format('woff');
}
@font-face {
	font-family: 'IranYekan';
	font-style: normal;
    src: url('../fonts/IranYekan/WYekan.ttf') format('ttf'),
    url('../fonts/IranYekan/WYekan.ttf') format('ttf'),
    url('../fonts/IranYekan/WYekan.ttf') format('ttf'),
    url('../fonts/IranYekan/WYekan.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: #ddd;
}
::-webkit-scrollbar-thumb {
    background: #c4c4c4;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
img{
    width: 100%;
}
figure{
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
p{
    margin: 0;
}
*{
    margin: 0;
}
body{
    margin: 0;
    padding: 0;
    direction: rtl;   
	font-family: 'IranYekan';
}
:root{
    --mainc : #2483be;
    --text :  #111723;
    --border : #dee2e6;
}
.container{
    min-width: 91%;
}
header{
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
.menu_mobile{
    display: none;
}
.mobile_menu_content{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}
.mobile_menu_content > div{
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    padding-top: 6px;
}
.mobile_menu_content a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 12px;
    border-radius: 50%;
    color: var(--text);
}
.mobile_menu_content i{
    font-size: 22px;
    margin-bottom: 5px;
}
.mobile_menu_content p{
    font-size: 11px;
    font-weight: 600;
}
.mobile_menu_content .mobile_menu_active{
    margin-top: -29px;
    transform: translateY(-6px);
}
.mobile_menu_active i{
    background: var(--mainc);
    color: #fff;
    padding: 9px 9px 11px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.contact_info{
    background-color: var(--mainc);
    padding: 4.5px 0 7px;
}
.contact_info > div{
    display: flex;
    justify-content: space-between;
}
.detect_lang{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.detect_lang figure{
    width: 16px;
    display: flex;
    align-items: center;
}
.detect_lang span{
    font-size: 13px;
    color: #fff;
    margin-right: 6px;
}
.detect_lang i{
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 400;
}
.lag_menu{
    position: absolute;
    top: 40px;
    min-width: 225px;
    background: #fff;
    border-color: #e2e5ec;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    padding: 10px;
    border-radius: 4px;
    z-index: 9999;
    display: none;
}
.detect_lang:hover .lag_menu{
    display: block;
}
.lag_menu a{
    display: flex;
    padding: 10px;
    border-bottom: 1px solid var(--border);
}
.lag_menu figure{
    margin-left: 9px;
}
.lag_menu p{
    color: var(--text);
    font-size: 15px;
}
.lag_menu a:hover p{
    color: var(--mainc);
}
.lag_menu_label{
    width: 85px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-25px);
    z-index: 1;
}
.contact_menu a{
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
    transition: all 20ms linear;
}
.contact_menu span{
    color: #fff;
    margin-right: 5px;
    font-weight: 100;
}
.logo_search{
    padding: 16px 0;
}
.menu_mobile{
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}
.logo_search .row{
    align-items: center;
}
.logo_desk figure{
    width: 155px;
}
.search_desk form{
    width: 100%;
    display: flex;
}
.search_desk input{
    width: calc(100% - 55px);
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--border);
    padding-right: 13px;
    border-radius: 0 5px 5px 0;
    outline: none;
    font-size: 14px;
    color: var(--text);
}   
.search_desk input::placeholder{
    font-size: 14px;
    color: #636363; 
}
.search_desk button{
    width: 55px;
    border: none;
    outline: none;
    background: var(--mainc);
    height: 42px;
    border-radius: 5px 0 0 5px;
    font-size: 22px;
    color: #fff;
}
.login_desk{
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
}
.accountmob_box{
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    overflow-y: scroll;
    transition: all 200ms ease-in;
}
.accountmob_detail{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 16px 0;
    position: relative;
}
.close_accountmob{
    position: absolute;
    top: 3px;
    left: 3px;
    color: red;
    padding: 5px 13px;
    font-size: 23px;
}
.close_accountmob:hover{
    color: red;
}
.accountmob_detail > figure{
    width: 138px;
    padding: 4px;
    border: 2px solid #0abb75;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    position: relative;
}
.change_profile_button{
    position: absolute;
    top: 0;
    right: 0;
    background: var(--mainc);
    color: #fff;
    padding: 4px 8px;
    border-radius: 7px;
    transform: translate(19px, -21px);
}
.change_profile_button:hover{
    color: #fff;
}
.accountmob_detail > figure > img{
    border-radius: 5px;
}
.accountmob_detail .userinfo_desk p:nth-child(1){
    font-size: 18px;
    margin-top: 12px;
}
.accountmob_detail .userinfo_desk p:nth-child(2){
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}
.register_user_button{
    display: block;
    width: 100%;
    text-align: center;
    background: var(--mainc);
    color: #fff;
    padding: 5px 0;
    border-radius: 5px;
    margin-top: 18px;
    margin-bottom: 15px;
}
.register_user_button:hover{
    color: #fff;
}
.bag_mobaccount{
    display: block;
    width: 100%;
    background-color: #0abb7526;
    padding: 5px 0;
    border-radius: 5px;
    margin: 5px 0;
}
.bag_mobaccount > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bag_mobaccount figure{
    width: 35px;
}
.bag_mobaccount p{
    color: var(--mainc);
    font-weight: 600;
    font-size: 18px;
    margin-right: 8px;
}
.bag_mobaccount span{
    font-size: 14px;
}
.acountmobi_menu{
    display: block;
    width: 100%;
    padding: 6px 7px 5px;
    margin: 0;
    font-size: 14px;
    color: var(--text);
    margin-bottom: 7px;
    border-left: none;
    border-radius: 7px;
    transition: all 200ms ease-in;
}
.acountmobi_menu:hover{
    background-color: var(--mainc);
    color: #fff;
}
.categorymob_menu{
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    overflow-y: scroll;
    transition: all 200ms ease-in;
}
.categorymob_menu_on{
    right: 0;
}
.exitcatemob{
    padding: 12px 25px 7px;
    font-size: 26px;
    margin-bottom: 9px;
    border-bottom: 1px solid var(--border);
}
.categorymob_menu .acount_menu{
    display: block;
    padding: 6px 5px;
    margin: 0;
    font-size: 14px;
    color: var(--text);
    margin: 0 20px;
    border-left: none;
    border-radius: 7px;
    margin-bottom: 10px;
    transition: all 200ms linear;
}
.categorymob_menu .acount_menu:hover{
    background-color: var(--mainc);
    color: #fff;
}
.categorymob_menu .fotter_social{
    display: flex;
    justify-content: center;
}
.categorymob_menu .fotter_social i{
    border: none;
}
.account_content{
    position: absolute;
    right: 0;
    top: 37px;
    width: 220px;
    background: #fff;
    border-color: #e2e5ec;
    font-size: inherit;
    -webkit-box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    padding: 15px;
    border-radius: 4px;
    z-index: 99;
    display: none;
}
.account_boxdesk:hover .account_content{
    display: block;
}
.profilemob_accou figure{
    width: 30px;
    overflow: hidden;
    border-radius: 50%;
}
.profile_desk{
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.profile_desk figure{
    overflow: hidden;
    border-radius: 50%;
}
.userinfo_desk p:nth-child(1){
    color: var(--mainc);
    font-weight: 600;
    font-size: 14px;
}
.userinfo_desk p:nth-child(2){
    color: #b6b6b6;
    font-size: 12px;
}
.login_desk .acount_menu{
    padding: 6px 0;
    margin: 0;
    font-size: 14px;
    color: var(--text);
    margin-bottom: 7px;
    border-left: none;
}
.login_desk .acount_menu i{
    margin-left: 6px;
    font-size: 16px;
}
.sjopbag_icon{
    color: #00d600;
    font-size: 19px;
    transform: translateY(2px);
}
.cart_desk{
    position: absolute;
    left: 0;
    top: 37px;
    width: 320px;
    max-height: 550px;
    background: #fff;
    border-color: #e2e5ec;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    padding: 0;
    border-radius: 4px;
    z-index: 99;
    display: none;
}
.basketheadcart:hover .cart_desk{
    display: block;

}
.empty_cartdesk{
    text-align: center;
}
.empty_cartdesk i{
    font-size: 50px;
    color: var(--bs-blue);
    margin-bottom: 10px;
}
.cartdesk_title{
    padding: 10px 15px;
}
.cartdesk_product{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-top: 2px solid var(--border);
    position: relative;
}
.login_desk .cartdesk_product figure{
    width: 75px;
    overflow: hidden;
    border-radius: 6px;
    margin-left: 4px;
}
.cartdesk_product_price p:nth-child(1){
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cartdesk_product_price span{
    font-size: 14px;
}
.cartdesk_product_count{
    background: var(--bs-primary);
    padding: 0 5px 1px;
    border-radius: 10px;
    color: #fff;
}
.delete_cartdeskpro{
    position: absolute;
    left: 5px;
    color: red;
}
.cartdesk_content{
    height: 270px;
    overflow-y: scroll;
}
.check_cartdesk{

}
.price_check_cartdesk{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border-bottom: 2px solid var(--border);
}
.price_check_cartdesk p:nth-child(1){
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.price_check_cartdesk p:nth-child(2){
    color: var(--mainc);
    font-weight: 600;
    font-size: 18px;
}
.cartdesk_buttons{
    display: flex;
    justify-content: center;
}
.cartdesk_buttons .cartdesk_pay{
    border-left: none;
    padding: 5px 10px 7px;
    background: var(--mainc);
    color: #fff;
    border-radius: 7px;
    margin: 10px 0;
    margin-left: 10px;
}
.cartdesk_buttons .cartdesk_cart{
    border-left: none;
    padding: 5px 10px 7px;
    background: #4186f05c;
    color: var(--mainc);
    border-radius: 7px;
    margin: 10px 0;
}



.login_desk a{
    display: flex;
    align-items: baseline;
    padding-left: 8px;
    border-left: 1px solid var(--border);
    margin-right: 9px;
}
.login_desk figure{
    width: 35px;
    position: relative;
}
.login_desk figure span{
    position: absolute;
    top: 0;
    left: 0;
    background: #ef486a;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    transform: translate(-10px, 1px);
}
.login_desk p{
    margin-right: 5px;
    color: var(--text);
}
.login_desk a:last-child{
    border: none;
}
.megamenu{
    background-color: var(--mainc);
}
.menu_content{
    position: relative;
}
.menu_content > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.menu_content > ul > li{
    padding: 11px 0;
}
.menu_content > ul > li > a{
    margin-right: 9px;
    padding-left: 8px;
    color: #fff;
    border-left: 1px solid var(--border);
    font-size: 15px;
}
.menu_content > ul > span{
    color: #fff;
    margin: 0 10px;
}
.menu_content > ul > li:last-child a{
    border: none;
}
.menu_content > ul > li > a i{
    font-size: 11px;
    margin-right: 3px;
}
.zir_menu{
    position: absolute;
    top: 46px;
    right: 7%;
    width: 86%;
    height: 400px;
    overflow-y: scroll;
    background: #fff;
    border-color: #e2e5ec;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    padding: 20px 50px;
    border-radius: 4px;
    display: none;
    z-index: 99;
}
.menu_content > ul > li:hover ul{
    display: block;
}

.title_menu{
    color: var(--mainc);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.menu_box_one{
    margin-bottom: 12px;
}
.menu_box_one a{
    display: flex;
}
.menu_box_one figure{
    width: 44px;
    margin-left: 12px;
}
.title_menu_box{
    color: rgba(0,0,73,.644);
    font-size: 13px;
    font-weight: 600;
}
.disc_menu_box{
    color: #000;
    font-size: 12px;
    font-weight: 300;
}
.axfeleshi figure{
    height: 100%;
    display: flex;
    align-items: center;
}
.axfeleshi figure img{
    width: 22px;
    height: 22px;
}
.menu_gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu_gallery div{
    width: 30%;
}
.menu_gallery figure{
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
}
.menu_gallery_two div{
    width: 47%;
}
main{
    background: url(../img/epin-background-pattern.webp) repeat top center;
    background-color: #f2f3f8;
    padding: 15px 0;
}
.left_slider_dokme {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    bottom: calc(50% - 20px);
    z-index: 9;
    background: #ededed;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 4%) 0px 1px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right_slider_dokme {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: calc(50% - 20px);
    z-index: 9;
    background: #ededed;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 4%) 0px 1px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right_slider_dokme svg {
    width: 13.5px;
    fill: #4c4c4c;
    transform: rotate(180deg);
}
.left_slider_dokme svg {
    width: 13.5px;
    fill: #4c4c4c;
    transform: translateX(1px);
}
.story_box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 9px;
}
.story_box figure{
    overflow: hidden;
    border: 3px solid var(--mainc);
    border-radius: 50%;
}
.story_box span{
    font-size: 14px;
    background: var(--mainc);
    color: #fff;
    padding: 3px 5px 0px 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 28px;
}
.story_box p{
    font-weight: 600;
    margin-top: 10px;
    color: #000;
    font-size: 14px;
}
.story_slider{
    margin-bottom: 30px;
}
.flexslider_box{
    position: relative;
}
.toli_slider .left_slider_dokme{
    display: none;
}
.toli_slider .right_slider_dokme{
    display: none;
}
.hot_sale{
    height: 447px;
    background: #ddd;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 12%) 1.95px 1.95px 2.6px;
    overflow: hidden;
}
.hot_sale_title{
    background: var(--mainc);
    padding: 7px 0 10px;
    text-align: center;
}
.hot_sale_title p{
    font-size: 14.6px;
    color: #fff;
}
.hot_sale_title span{
    background-color: #ef486a;
    color: #fff;
    font-size: 13px;
    padding: 0 7px 3px;
    border-radius: 10px;
}
.hot_sale_product{
    padding: 0 8px;
    height: calc(100% - 40px);
    overflow-y: scroll;
}
.hot_sale_product_box{
    display: flex;
    padding: 7px 8px;
    background: #fff;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    margin: 10px 0;
}
.hot_sale_product_detail{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hot_sale_product_detail p:nth-child(1){
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hot_sale_product_detail p:nth-child(2){
    color: #bdbdbd;
    position: relative;
}
.hot_sale_product_detail p:nth-child(2)::before{
    content: "";
    width: 64%;
    height: 1px;
    background: #bdbdbd;
    position: absolute;
    top: 50%;
    transform: translateX(2px);
}
.hot_sale_product_detail p:nth-child(3){
    color: var(--mainc);
    font-weight: 600;
    font-size: 18px;
}
.zirfleslider_poster{
    margin-top: 15px;
}
.zirfleslider_poster figure{
    overflow: hidden;
    border-radius: 10px;
}
.product_content{
    background-color: #fff;
    padding: 16px 23px;
    box-shadow: rgb(205 205 205 / 25%) 0px 2px 5px -1px, rgb(175 175 175 / 30%) 0px 1px 3px -1px;
    border-radius: 6px;
    margin-top: 30px;
}
.product_content_title{
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
}
.product_content_title p{
    padding-bottom: 13px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid var(--mainc);
}
.product_content_title a{
    color: #fff;
    background-color: var(--mainc);
    height: 33px;
    padding: 3px 17px 0;
    border-radius: 5px;
    transition: all 200ms ease-in;
}
.product_content_title a:hover{
    box-shadow: rgb(0 0 255 / 25%) 0px 13px 27px -5px, rgb(2 0 255 / 30%) 0px 8px 16px -8px;
}
.product_slider{
    position: relative;
}
.product_box{
    border-radius: 11px;
    padding-bottom: 18px;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    transition: all 200ms linear;
    margin: 20px 5px 30px;
}
.product_box:hover{
    transform: translateY(-7px);
}
.product_box figure{
    overflow: hidden;
    border-radius: 12px;
}
.productsli_price{
    padding: 0 10px;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}
.productsli_price p:nth-child(1){
    color: var(--mainc);
    font-weight: 600;
    font-size: 20px;
}
.productsli_price p:nth-child(2){
    padding: 8px 0px 0;
    background-color: red;
    border-radius: 9px;
    color: #fff;
    font-size: 8px;
}
.offerproductsli_price{
    padding: 0 10px;
}
.offerproductsli_price p{
    color: #bdbdbd;
    position: relative;
    display: inline-block;
}
.offerproductsli_price p::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    position: absolute;
    top: 50%;
    transform: translateX(2px);
}
.star_product{
    padding: 0 10px;
    display: flex;
    justify-content: left;
    margin-top: 6px;
}
.star_product i{
    font-size: 12px;
    margin-right: 1px;
    color: #ffa707;
}
.productsli_name{
    padding: 0 10px;
}
.productsli_name p{
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    color: #000;
    direction: rtl;
    text-align: right;
}
.poster_content figure{
    transition: all 200ms ease-in;
}
.poster_content figure:hover{
    transform: scale(1.1);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.top_product{
    background-color: transparent;
    box-shadow: none;
}
.top_product_box{
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 10px;
    transition: all 200ms ease;
}
.top_product_box figure{
    overflow: hidden;
    border-radius: 7px;
    width: 60px;
    margin-left: 12px;
}
.top_product_box img{
}
.top_product_box p{
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.top_product_box:hover{
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
}
footer{
    background-color: var(--text);
}
.footer_logo figure{
    width: 157px;
}
.footer_logo p{
    color: #fff;
}
.address_fotter{
    margin-top: 17px;
}
.address_fotter p{
    opacity: .7;
    font-size: 14px;
    margin-bottom: 9px;
}
.footer_logo hr{
    background: #808080;
}
.namad_icon{
    display: flex;
    justify-content: space-between;
}
.namad_icon figure{
    width: 32%;
    background: var(--border);
    padding: 5px;
    border-radius: 15px;
}
.footer_title{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
.link_footer{
    font-size: 15px;
    margin-bottom: 8px;
    opacity: .7;
}
.link_footer a{
    color: #fff;
}
.corigh_social{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 30px;
}
.corigh_social p{
    color: #fff;
}
.fotter_social i{
    color: #fff;
    font-size: 20px;
    padding: 8px 10px;
    border: 1px solid var(--mainc);
    border-radius: 5px;
    margin: 0 3px;
}
.exitcatedesk {
    padding: 12px 25px 7px;
    font-size: 26px;
    margin-bottom: 9px;
    border-bottom: 1px solid var(--border);
}
@media(max-width: 1200px) {
    .zir_menu > div> div{
        width: 33.3333%;
        margin-bottom: 20px;
    }
    .menu_gallery div {
        width: 100%;
    }
}
@media(max-width: 991px) {
    .logo_search {
        padding-bottom: 0;
    }
    .hot_sale {
        height: 1000px;
    }
    .megamenu{
        display: none;
    }
    .megamenu_mobi{
        display: block;
    }
    .menu_mobile{
        display: block;
    }
    header .logo_search{
        display: none;
    }
    .poster_content{
        justify-content: space-between;
    }
    .poster_content > div{
        width: 50%;
        margin-bottom: 14px;
        padding: 0 7px;
    }
    .toli_slider{
        display: none;
    }
    .flexslider_box .left_slider_dokme{
        display: none;
    } 
    .flexslider_box .right_slider_dokme{
        display: none;
    } 
    .mainslidecontent{
        flex-wrap: wrap-reverse;
    }
    .hot_sale {
        margin-top: 20px;
    }
    .hot_sale_product {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hot_sale_product_box {
        width: 49%;
        width: 49%;
        flex-direction: column;
    }
    .hot_sale_product_box > div{
        width: 100%;
    }
    .hot_sale_product_detail {
        margin-top: 15px;
    }
    .hot_sale_product_detail p:nth-child(2)::before {
        width: 32%;
        transform: translateX(6px);
    }
    .menu_content > ul > li:hover ul {
        display: none;
    }
    .menu_content > ul {
        overflow: auto;
        white-space: nowrap;
    }
    .namad_icon {
        margin-bottom: 15px;
    }
    .footer_logo p {
        margin-top: 15px;
    }
    .corigh_social {
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 90px;
    }
    .corigh_social p {
        margin-top: 20px;
    }
    .menu_content > ul > li > a i {
        display: none;
    }
    .login_desk > a:nth-child(2){
        border: none;
    }
    .login_desk > a:nth-child(3){
        display: none;
    }
}
@media(max-width: 900px) {
    .login_desk figure {
        width: 30px;
    }
}
@media(max-width: 763px) {
    .menu_content > ul {
        justify-content: right;
    }
}
@media(max-width: 600px){
    .mobile_menu_content > div {
        padding: 0;
    }
    .logo_desk figure {
    width: 80px;
    }
    .login_desk p {
        font-size : 14px;
    }
    .mobile_menu_content a {
        padding: 5px 0px;
    }
    .mobile_menu_content p {
        font-size: 9px;
    }
    .product_content {
            padding: 16px 10px;
    }
    .hot_sale {
        height: 600px;
    }

}
.imgg{
    width:10% !important;
}