@font-face{
    font-family:lalezar;
    src:url(../font/Lalezar.woff) format('woff');
}
@font-face{
    font-family:IranYekan;
    src:url(../font/IRANSansWeb_Light.woff) format('woff');
    font-weight:lighter
}
@font-face{
    font-family:IranYekanBold;
    src:url(../font/IRANSansWeb_Bold.woff) format('woff');
    font-weight:700
}
@font-face{
    font-family:IranYekanBlack;
    src:url(../font/IRANSansWeb_Black.woff) format('woff');
    font-weight:700
}
@font-face{
    font-family:NumberFonts;
    src:url(../font/IRANSansWeb_Light.woff) format('woff');
    font-display:swap;
    unicode-range:U+30-39
}
body,html{
        direction: rtl;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    background: #f1f3f5;
    overflow-x: hidden;
}
body{
    min-height: 100vh;
}
a{
    text-decoration:none
}
*{
    font-family:numberfonts,iranyekan,Tahoma,Arial,sans-serif;
    outline:none;
    box-sizing:border-box!important
}
ul,li{
    list-style:none!important;
    padding:0;
    margin:0
}
img{
    max-width:100%;
    height:auto
}
.container{
    max-width:1100px;
    width:94%;
    margin:auto
}
.container-no-mobile{
    max-width:1100px;
    margin:auto
}
:root{
    --first-color: #56c5d0;
    --second-color: #231f20;
    --third-color : #ffd800;
}
.owl-carousel {
    direction: ltr;
}
/******************************
* HEADER
******************************/
.auth-box {
    display: flex;
    align-items: center;
}

a.notif-header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: relative;
}
span.notif-count-header {
    position: absolute;
    top: -4px;
    right: 0;
    background: #fb0e0e;
    color: #fff;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
}
.header-free-space {
    padding-top: 138px;
}
header.header-site {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    box-shadow: 0 0 5px #2222221f;
    background: #fff;
}
.admin-bar header.header-site {
    top: 32px !important;
}
.header_nav_menu ul#menu-menu-1 li.current-menu-item > a {
    color: #00626F;
    font-family: 'IranYekanBold';
}
.header_nav_menu ul#menu-menu-1 li.current-menu-parent > a {
    color: #00626F;
    font-family: 'IranYekanBold';
}
.site_header {
    padding: 2px 10px;
    background: rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
    max-width: 1280px;
    margin: 0 auto ;
}
.header_nav_menu ul#menu-menu-1 > li {
    width: max-content;
}
.heder-main-box {
    display: flex;
    align-items: center;
	height: 100%;
	justify-content: center;
    flex-direction: column;
	flex: 1;
    margin: 0 30px;
}
.header-search {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.header-logo  img {
    max-width: 75px !important;
}
.mobile-nav-link {
    display: none;
}
.header_nav_menu ul#menu-menu-1 {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.header-logo {
    text-align: center;
    color: #222;
    display: flex;
}
.header-logo p {
    font-weight: bold;
    font-size: 10px;
    margin-top: -7px;
    margin-bottom: 0;
}
.header_nav_menu ul#menu-menu-1 > li > a {
    color: var(--second-color);
    margin: 0 10px;
    font-weight: 700;
    position: relative;
    font-size: 14px;
}

.header_nav_menu ul#menu-menu-1 > li > a:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00626F;
    border-radius: 10px 10px 0 0;
    opacity: 0;
}

.header_nav_menu ul#menu-menu-1 > li > a:hover:before {
    opacity: 1;
}
.header-search form {
    border: 1px solid #F1F2F9;
    border-radius: 19px;
    display: flex;
    align-items: center;
    padding: 2px 11px;
    overflow: hidden;
    margin-right: 15px;
    margin-left: 10px;
    background: #e6e7e8;
}
.header-search form input#s {
    flex: 1;
    padding: 5px;
    border: none;
	background: none;
}
.header-search form button {
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
    display: flex;
}
.header-search form button svg {
    width: 18px;
    height: 18px;
}
/*.header_nav_menu ul#menu-menu-1 > li > a:hover {
    color: var(--third-color);
}*/

.site_header .auth-btns {
    display: flex;
    align-items: center;
}
.site_header .auth-btns a {
    background: none;
    border-radius: 50%;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}
.site_header .auth-btns a:first-child{
    background: none;
    margin-left: 8px;
    border: none;
}
.site_header .auth-btns a img {
    width: 36px;
    height: 36px;
}
.auth-login-box {
    display: flex;
    align-items: center;
    position: relative;
}
.site_header .auth-btns a svg * {
    stroke: #7a7a7a;
}
.auth-login-box-user-data {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.auth-login-box-user-data>p {
    font-family: iranyekanblack;
    color: var(--second-color);
    margin: 0 20px;
}
.auth-login-box-user-data img {
    /*filter: drop-shadow(4px 4px 10px rgba(0,0,0,0.25));*/
    border-radius: 25px;
    width: 36px;
}
.auth-login-box-user-data svg {
    margin-right: 20px;
}
ul.auth-login-box-shortlinks {
    position: absolute;
    top: 60px;
    background: rgb(0 0 0 / 28%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    min-width: 230px;
    left: 0;
    padding: 20px 15px 10px;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    border: 1px solid var(--second-color);
    z-index: 100;
}
ul.auth-login-box-shortlinks.active-box {
    opacity: 1;
    pointer-events: all;
}
ul.auth-login-box-shortlinks li a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #fff;
}
ul.auth-login-box-shortlinks li a svg {
    margin-left: 10px;
}
.nav-blur-back {
    display: none;
}
.header_nav_menu ul#menu-menu-1 > li > ul.sub-menu {
    position: absolute;
    background: #fff;
    z-index: 100;
    padding: 4px 0;
    border-radius: 6px;
    min-width: 250px;
    display: none;
}

.header_nav_menu ul#menu-menu-1 > li > ul.sub-menu >li > a {
    color: #222;
    padding: 6px 10px;
    display: block;
    margin: 0 5px;
}

.header_nav_menu ul#menu-menu-1 > li > ul.sub-menu >li:not(:last-child) > a {
    border-bottom: 1px solid #eee;
}
.header_nav_menu ul#menu-menu-1 > li > ul.sub-menu {
    min-width: unset;
}
.header_nav_menu ul#menu-menu-1 > li:hover > ul.sub-menu {
    display: block;
}
.header_nav_menu ul#menu-menu-1 > li.menu-item-has-children button.open-submenu-mobile-link{
	color: var(--first-color);
    font-size: 16px;
    background: none;
    border: none;
    padding: 0;
    right: -10px;
    position: relative;
    top: 0;
    line-height: 18px;
    font-family: cursive;
}
.left-side-footer img {
    width: 70px;
}

.left-side-footer {
    text-align: center;
}
.top-notif {
    padding: 2px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcd08b;
}
button#close-top-nitif {
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
}
.header-free-space.without-notif {
    padding-top: 98px;
}
p.support-tell {color: #717485;font-weight: bold;font-size: 14px;}

.top-notif div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.top-notif div span.top-notif-badge {
    color: #222;
    font-weight: bold;
}

.top-notif div p.top-notif-text {
    font-weight: bold;
    margin: 0;
    width: 100%;
    text-align: center;
}
.top-notif div p.top-notif-text a {
    color: #222;
    width: 100%;
    display: block;
    padding: 8px 12px;
}
.header-nav-menu {
    height: 100%;
	    width: 100%;
}

.header_nav_menu {
    height: 100%;
	    width: 100%;
}

.header_nav_menu ul#menu-menu-1 {
    height: 100%;
}

.header_nav_menu ul#menu-menu-1 > li {
    height: 100%;
}
.header_nav_menu ul#menu-menu-1 > li > a {
    height: 100% !important;
    display: inline-flex;
    align-items: center;
}
@media only screen and (max-width: 800px){
	.mobile-nav-link svg.open-svg {
		display: block;
	}

	.mobile-nav-link svg.close-svg {
		display: none;
	}
	.mobile-nav-link.active-box svg.open-svg {
		display: none;
	}

	.mobile-nav-link.active-box svg.close-svg {
		display: block;
	}
	.admin-bar header.header-site {
		top: 0px !important;
	}
    .header-free-space {
        padding-top: 100px;
    }
    .container-no-mobile{
        margin: -2px;
    }
	.header-free-space.without-notif {
		padding-top: 50px;
	}
    .header-search {
        width: 100%;
    }
	.header_nav_menu ul#menu-menu-1 > li.menu-item-has-children button.open-submenu-mobile-link {
		color: white;
        display: inline-block;
        top: 0;
        position: absolute;
        left: 0px;
        background: none;
        border: none;
        right: unset;
        font-family: cursive;
        font-size: 30px;
        padding: 11px 15px;
	}

	.header_nav_menu ul#menu-menu-1 > li{
		position : relative;
        width: unset;
	}
    .header-nav-menu {
        display: block;
        padding: 20px 15px 40px;
		overflow-y: auto;
		width: 100%;
    }
	.header-search {
		padding: 10px 15px;
	}
    .mobile-nav-link {
        display: flex;
    }
    .site_header {
		padding: 5px 10px;
		height: 50px;
		backdrop-filter: unset;
		width: unset;
		position: relative;
		margin: 0px -1px 0px;
	}
	.auth-login-box-user-data img {
		width: 30px;
	}
    .auth-login-box-user-data p {
        display: none;
    }
    .auth-login-box-user-data svg {
        display: none;
    }
    .header-search form {
        padding: 2px 5px;
        margin: 0 0 5px;
    }
    
    .header-logo img {
        max-width: 30px !important;
    }
    
    .header-logo p {
        font-size: 9px;
    }
    
    .header-logo {
        margin: 0 5px;
    }
	.heder-main-box {
		flex-direction: column;
		position: fixed;
		height: calc( 100% - 100px );
		width: 100%;
		background: #EBF1F2;
		top: 100px;
		right: -100%;
		transition: .6s all;
		opacity: 0;
		z-index: 111;
		margin: 0;
	}
	.heder-main-box {
		height: calc( 100% - 50px );
		top : 50px;
	}
    .heder-main-box.active-box {
        opacity: 1;
        right: 0;
    }
    .header_nav_menu ul#menu-menu-1 {
        display: block;
    }
    .header_nav_menu ul#menu-menu-1 > li > a {
        color: #717485;
		margin: 15px;
		display: inline-block;
    }
	.header_nav_menu ul#menu-menu-1 > li > a {
		height: unset !important;
	}

	.header_nav_menu ul#menu-menu-1 > li {
		height: unset;
	}
    .nav-blur-back {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(23,30,32,.1);
        backdrop-filter: blur(7px);
        opacity: 0;
        pointer-events: none;
        transition: .3s;
        z-index: 110;
    }
    .nav-blur-back.active-box {
        pointer-events: all;
        opacity: 1;
    }
    ul.auth-login-box-shortlinks {
        top: 54px;
    }
    .site_header .auth-btns a span {
        display: none;
    }
    .site_header .auth-btns a {
        min-width: unset;
    }
    .site_header .auth-btns a:first-child {
        margin-left: 5px;
    }
	.header_nav_menu ul#menu-menu-1 > li > ul.sub-menu {
		display: block;
		position: relative;
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		transition: 0.3s;
	}
	.header_nav_menu ul#menu-menu-1 > li > ul.sub-menu.active-menu {
		opacity: 1;
		max-height: 1000px;
	}
	.header-nav-menu.active-box {
		overflow-y: scroll;
	}
	p.support-tell {
		display: none;
	}

	.top-notif div p.top-notif-text {
		font-size: 11px;
		margin: 0;
		color: #212121;
	}

	.top-notif div span.top-notif-badge {
		font-size: 11px;
		width: max-content;
		flex-shrink: 0;
		border-radius: 23px;
		padding: 6px 6px;
		margin-left: 4px;
		font-weight: 500;
	}

	.top-notif {
		padding: 8px 10px;
		height: 50px;
	}
}
/*----------------------------------------------
 * 			F O O T E R
 * --------------------------------------------*/
 img.jahad-logo {
    width: 52px !important;
}
 a.whatsapp-fixed-link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    display: flex;
    align-items: center;
    background: white;
    color: #2cb742;
    padding: 4px 10px;
    border-radius: 24px;
    transition: 0.3s;
    border: 2px solid;
}
a.whatsapp-fixed-link svg {
    width: 35px;
    height: 35px;
    margin-left: 10px;
}
 .footer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px 0;
}
.footer-logo img {
    max-width: 80px;
}
.footer-logo {
    text-align: center;
    color: #222;
    display: block;
}
.footer-logo p {
    font-weight: bold;
    margin: 0;
    font-size: 12px;
}
.footer-socket p {
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif !important;
}
.footer-links a {
    color: #222;
    margin: 0 10px 0 0;
    padding : 0 10px;
    display: block;
}
.footer-links a:not(:last-child){
    border-left : 1px solid #222;
}
.footer-links {
    display: flex;
    align-items: center;
}
.footer-socials a svg * {
    fill: #fff;
}
.footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    padding-bottom: 10px;
	gap : 30px;
}
footer {
    margin-top: 10px;
    position: relative;
    z-index: 10000;
    background: #fff;
    border-top: 1px solid #D8D5D0;
}
footer#footer {
    background: linear-gradient(90deg, #15292c 0%, #407e87 50%, #122224 100%);
}
.footer-section {
    display: flex;
    flex-wrap: wrap;
}
.footer-col {
    width: 20%;
}
.footer-img-col {
    width: 40%;
}
h3.footer-col-title {
    color: #fff;
    font-size: 18px;
}
a.footer-link {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
a.footer-link:hover {
    color: #fff;
}
.footer-img-col a {
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}
a.footer-img4 {
    width: 121px;
}
.footer-img-col {
    display: flex;
    align-items: center;
	justify-content: left;
}
.footer-img1{
	width: 156px;
    padding: 0;
}
.with-imgs {
    display: flex;
    gap: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
}
.footer-img2{
	width: 77px;
}
.footer-img3{
	width: 76px;
}
.foot-note .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-note{
    margin-top: 20px;
}
p.footer-copyright {
    color: #fff;
    font-family: math;
    font-size: 17px;
}
@media only screen and (max-width: 900px) {
    .footer-box {
        display: block;
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-links {
        display: block;
    }
    .footer-links a {
        border: none !important;
        margin: 5px 0px !important;
        display: block;
    }
    .footer-socials {
        justify-content: center;
        margin: 10px 0;
    }
}
@media only screen and (max-width: 600px) {
	.footer-col {
		width: 46%;
		margin-left: 4%;
	}
	.footer-img-col {
		width: 100%;
		margin-top: 20px;
	}
	.foot-note .container {
		align-items: center;
		flex-direction: column;
	}
}
/******************************
* PRODUCTS
******************************/
div#soti-box > a , div#electronici-box > a {
    background: var(--first-color);
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    padding: 7px;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 10px;
}

ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
}

ul.products li.product {
    margin: 20px 0px !important;
    width: 30.2% !important;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    box-shadow: 0 0 10px #222222bd;
}
ul.products li.product:not(:nth-child(3n)) {
    margin-left: 4% !important;
}
ul.products li.product a.button.add_to_cart_button ,ul.products li.product  a.button.product_type_simple {
    display: none;
}

ul.products li.product h2.woocommerce-loop-product__title {
    text-align: center;
    color: #222;
}

ul.products li.product span.price {
    text-align: center;
    color: var(--first-color) !important;
}
ul.products li.product .price ins , .single-product-page .price ins {
    text-decoration: none !important;
}
ul.products li.product .price del , .single-product-page .price del {
    font-size: 0.9em;
}
.comming-soon-badge-in-shoploop {
    position: absolute;
    border-radius: 20px 0px 0px 20px;
    background: #fdcd5e;
    color: #797a7c;
    padding: 8px 15px 8px 10px;
    top: 20px !important;
    right: -5px !important;
    left: unset !important;
    border: 2px solid #797a7c;
    box-shadow: 0px 2px 10px #222222bf;
    font-weight: bold;
}
.woocommerce-message::before {
    color: var(--first-color) !important;
}

.woocommerce-message {
    border-top-color: var(--first-color) !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px #22222285 !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.woocommerce-message a.button {
    background: var(--first-color) !important;
    border-radius: 12px !important;
    color: #fff !important;
    float: unset;
    display: block;
}
ul.products li.product .onsale:after {
    content: 'پیش فروش';
    display: block;
    font-size: 14px;
}

ul.products li.product .onsale {
    font-size: 0;
    border-radius: 20px 0px 0px 20px;
    padding-right: 15px;
    background: #fe7f5e;
    color: #fff;
    padding-left: 10px;
    top: 20px !important;
    right: -5px !important;
    left: unset !important;
    border: 2px solid #fff;
    box-shadow: 0px 2px 10px #222222bf;
}
@media only screen and (max-width: 768px) {
    ul.products li.product:not(:nth-child(2n)) {
        margin-left: 4% !important;
    }
    
    ul.products li.product:nth-child(2n) {
        margin-left: 0 !important;
    } 
    ul.products li.product {
        width: 48% !important;
    }
    .comming-soon-badge-in-shoploop {
        font-size: 14px;
    	padding: 4px 8px;
    }
	ul.products li.product .onsale {
		padding: 4px 8px;
		min-height: unset !important;
		height: unset !important;
		line-height: unset !important;
	}
	ul.products li.product .onsale:after {
		font-size: 13px;
	}
    .woocommerce-message {
        flex-direction: column-reverse;
        padding: 10px 30px 10px 10px !important;
    }
    .woocommerce-message::before {
        right: 10px !important;
    }
    .woocommerce-message a.button {
        margin-top: 5px !important;
    }
}