@charset "UTF-8";
@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	font-display:swap;
	src: url('../fonts/YekanBakhFaNum-Light.woff') format('woff'),   
	url('../fonts/YekanBakhFaNum-Light.woff2') format('woff2');	
}
@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-display:swap;
	src: url('../fonts/YekanBakhFaNum-Regular.woff') format('woff'),   
	url('../fonts/YekanBakhFaNum-Regular.woff2') format('woff2');		 
}
@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display:swap;
	src: url('../fonts/YekanBakhFaNum-SemiBold.woff') format('woff'),   
	url('../fonts/YekanBakhFaNum-SemiBold.woff2') format('woff2');		 
}
@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	font-display:swap;
	src: url('../fonts/YekanBakhFaNum-Bold.woff') format('woff'),   
	url('../fonts/YekanBakhFaNum-Bold.woff2') format('woff2'); 
}
@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
	font-display:swap;
	src: url('../fonts/YekanBakhFaNum-ExtraBold.woff') format('woff'),   
	url('../fonts/YekanBakhFaNum-ExtraBold.woff2') format('woff2');		 
}
@font-face {
	font-family: yekanbakh;
	font-style: normal;
	font-weight: 950;
	font-stretch: normal;
	font-display:swap;
	src: url('../fonts/YekanBakhFaNum-ExtraBlack.woff') format('woff'),   
	url('../fonts/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');		 
}

address,
article,
aside,
blockquote,
body,
div,
em,
figure,
footer,
header,
hgroup,
html,
img,
li,
nav,
ol,
p,
section,
span,
td,
th,
time,
tr,
ul,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit
}

a,
a:visited {
	color:#F45F0D;
	text-decoration: none
}

a:hover {
	color:#D44E2F
}

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*:focus{
	outline:none !important;
}
img {
	border: 0
}

body.disabled-scroll{
	height: 100vh;
	overflow: hidden
}
body.disabled-scrollbar{
	height: 100vh;
	overflow: hidden
}
body.disabled-scroll:before{
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.4);
	content:'';
	display:block;
	
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
body {
	background: #FAFAF9;
	padding: 139px 0 0 0 !important;
	margin: 0;
	font: 14px yekanbakh, arial, tahoma;
	font-weight:300;
	color: #475569;
	text-align: right;
	direction: rtl;
	touch-action: manipulation;
}
body.home{
	background:#fff;
}

button,
input,
select,
textarea {
	font: 13px yekanbakh, tahoma;
	outline: 0
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
select,
textarea {
	width: 100%;
	height: 44px;
	background:#FAFAF9;
	border:1px solid #e7e7e7;
	display: block;
	padding:0 10px;
	
	text-align: right;
	direction: rtl;
	color:#656262;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus{
	background:#FAFAF9;
}
:-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #343434;
	opacity: 1
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	-webkit-text-fill-color: #656262;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}

select {
	background:#FAFAF9 url('../images/select-arrow-down.svg') !important;
	background-position:10px center !important;
	background-repeat:no-repeat !important;
	background-size:15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
option{
	height:35px;
	
	font: 13px yekanbakh, tahoma;
	color:#616161;
	text-align:right;
	line-height:35px;
}

input[type=email] {
	text-align: left;
	direction: ltr
}
input[type=checkbox],
input[type=radio]{
	display:inline-block;
	appearance:none;
	margin:0 0 0 8px;
}
input[type=checkbox]:before,
input[type=radio]:before{
	width:16px;
	height:16px;
	background:#FAFAF9;
	display:block;
	content:'';
	border-radius: 4px;
	border: 1px solid #CBCBCB;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
input[type=radio]:before{
	border-radius:100%;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before{
	background:#F45F0D;
	border-color:#F45F0D;
}

svg,
svg path{
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.clear {
	clear: both
}

.display-none {
	display: none!important
}

.radius3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px
}

.radius5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
}

.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px
}

.radius15 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px
}

.radius50 {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px
}

.radius100 {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%
}

.ease,
.ease:after,
.ease:before {
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.pagewrapper {
	width: 100%;
}

.pagewrapper .container {
	width: 1392px;
	margin: 0 auto
}

@media only screen and (max-width:1430px) {
	.pagewrapper .container {
		width: -webkit-calc(100% - 38px);
		width: -moz-calc(100% - 38px);
		width: calc(100% - 38px)
	}
}

.has-product-list .products{
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	
	display:flex;
	justify-content:start;
	gap:32px 16px;
	flex-wrap:wrap;
}
.has-product-list .products:before{
	display:none !important;
}
.has-product-list .products .product{
	width: -moz-calc( ( 100% / 3 ) - 10.66666666666667px ) !important;
	width: -webkit-calc( ( 100% / 3 ) - 10.66666666666667px ) !important;
	width: calc( ( 100% / 3 ) - 10.66666666666667px ) !important;
	
	background:#fff;
	overflow:hidden;
	padding:20px !important;
	border-radius:15px 15px 25px 25px;
	border: 1px solid #E0E0E0;
	margin:0 !important;
	float:none !important;
	list-style:none !important;
	box-shadow: 0px 7px 11px -6px rgba(0,0,0,0);
	
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	position:relative;
}
.has-product-list .products .product:hover{
	box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.25);
}
.has-product-list.item-width-full .products .product{
	width:-moz-calc( 100% - 1px ) !important;
	width:-webkit-calc( 100% - 1px ) !important;
	width:calc( 100% - 1px ) !important;
	
	float:left !important;
}
.has-product-list .products .product .wp-post-image,
.has-product-list .products .product .attachment-woocommerce_thumbnail{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom:10px !important;
	border-radius:15px;
}
.has-product-list .products .product a .woocommerce-loop-product__title{
	height:48px;
	overflow:hidden;
	padding:0 !important; 
	margin:8px 0 !important; 
	
	font-size:14px !important;
	font-weight:600;
	color:#514D4D;
	line-height:24px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.has-product-list .products .product a:hover .woocommerce-loop-product__title{
	color:#636363;
}
.has-product-list .products .product .star-rating,
.has-product-list .products .product .wc-forward{
	display:none !important;
}
.has-product-list .products .product .meta{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:12px;
}
.has-product-list .products .product .product-code{
	height:26px;
	background:#F4F4F4;
	display:inline-block;
	padding:0 10px;
	border-radius:8px;
	
	font-size:13px;
	font-weight:normal;
	color:#000;
	line-height:29px;
}
.has-product-list .products .product .sales-badge{
	width:auto;
	height:26px;
	background:#43B75D;
	display:inline-block;
	padding:0 10px;
	border-radius:8px;
	
	font-size:13px;
	font-weight:normal;
	color:#fff;
	line-height:26px;
}
.has-product-list .products .product .bottom{
	min-height:40px;
	
	display:flex;
	justify-content:space-between;
	align-items:end;
}
.has-product-list .products .product .price-wrapper{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:0 5px;
}
.has-product-list .products .product .price-wrapper .col-right{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:8px;
	
	font-size:16px;
	font-weight:normal;
	color:#000;
	line-height:22px;
}
.has-product-list .products .product .price-wrapper .screen-reader-text{
	height:0 !important;
	display:none !important;
}
.has-product-list .products .product .price-wrapper .woocommerce-Price-currencySymbol{
	display:none;
}
.has-product-list .products .product .price-wrapper del{
	font-size:12px;
	font-weight:600;
	color:#8E8E8E;
	line-height:22px;
}
.has-product-list .products .product .price-wrapper ins{
	font-size:16px;
	font-weight:normal;
	color:#000;
	line-height:22px;
	text-decoration:unset;
}
.has-product-list .products .product .price-wrapper .col-left{
	width:17px;
	display:flex;
	justify-content:flex-start;
	gap:5px
}
.has-product-list .products .product .price-wrapper:has(.col-right .free-price) .col-left {
    display: none;
}
.has-product-list .products .product .price-wrapper .col-left .off-badge{
	display:none;
}
.has-product-list .products .product .button{
	height:32px;
	background: #F45F0D;
	border-radius:8px;
	padding:0 15px;
	margin:0 !important;
	
	font-size:14px;
	font-weight:600;
	color:#fff;
	line-height:32px;
	
	display:flex !important;
	justify-content:space-between;
	align-items:center;
	gap:0 4px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	position:relative;
}
.has-product-list .products .product:hover .button,
.has-product-list .products .product .button:hover{
	background:#D44E2F;
}
.has-product-list .products .product .button.loading{
	color:transparent;
}
.has-product-list .products .product .button.loading svg{
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
}
.has-product-list .products .product .button.loading:after{
	width:25px;
	height:25px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' id='spinner'%3E%3Crect width='25px' height='25px' fill='none'%3E%3C/rect%3E%3Cline x1='128' x2='128' y1='32' y2='64' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='195.882' x2='173.255' y1='60.118' y2='82.745' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='224' x2='192' y1='128' y2='128' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='195.882' x2='173.255' y1='195.882' y2='173.255' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='128' x2='128' y1='224' y2='192' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='60.118' x2='82.745' y1='195.882' y2='173.255' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='32' x2='64' y1='128' y2='128' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='60.118' x2='82.745' y1='60.118' y2='82.745' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E");
	content:'';
	display:inline-block;
	
	margin-top:-12.5px;
	margin-left:-12.5px;
	
	-moz-animation: fa-spin 0.75s linear infinite;
	-o-animation: fa-spin 0.75s linear infinite;
	-webkit-animation: fa-spin 0.75s linear infinite;
	animation: fa-spin 0.75s linear infinite;
	
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@media only screen and (max-width:500px) {
	.has-product-list .products .product{
		width: 100%;
	}
}


.blog-item{
	width: -moz-calc( 25% - 15px ) !important;
	width: -webkit-calc( 25% - 15px ) !important;
	width: calc( 25% - 15px ) !important;
	
	background:#FAFAF9;
	border:1px solid #CBCBCB;
	border-radius: 16px;
	padding:17px 10px 10px;
	box-shadow: 0px 7px 11px -6px rgba(0,0,0,0);
	
	position:relative;
}
.blog-item:before,
.blog-item:after{
	width:100%;
	height:150px;
	display:block;
	content:'';
	border:1px solid #CBCBCB;
	border-bottom:0;
	border-radius:16px 16px 0 0;
	
	position:absolute;
	top:3px;
	left:-1px;
	z-index:0;
}
.blog-item:after{
	top:7px;
}
.blog-item:hover{
	background:#fff;
	box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.25);
}
.blog-item .thumb{
	width:100%;
	height:auto;
	display:block;
	border:1px solid #B7B7B7;
	border-radius:10px;
	margin-bottom:12px;
}
.blog-item .title{
	width:100%;
	height:56px;
	overflow: hidden;
	margin-bottom:5px;
	display:block;
	
	font-size: 14px;
	font-weight:normal;
	line-height: 26px;
	color:#514D4D;
	text-align: justify;
	text-overflow: ellipsis;
}
.blog-item .title,
.blog-item .title:visited{
	color:#514D4D;
}
.blog-item:hover .title,
.blog-item .title:hover{
	color:#B2381C;
}
.blog-item .info{
	width:100%;
	height:30px;
	overflow: hidden;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
}
.blog-item .info .date{
	width:auto;
	height:16px;
	
	font-size:14px;
	color:#A2A2A2;
	line-height:20px;
	
	display:flex;
	justify-content:flex-start;
	gap:4px;
}
.blog-item .info .date:before{
	width:16px;
	height:16px;
	background:url('../images/blog-card-date.svg') no-repeat;
	
	display:inline-block;
	content:'';
}
.blog-item .info .more-btn{
	width:auto;
	height:30px;
	background:#F45F0D;
	display:inline-block;
	border-radius:2px 10px 2px 16px;
	padding:0 11px;
	
	color:#fff;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:8px;
}
.blog-item:hover .info .more-btn{
	background:#FF7F39;
}
.blog-item .info .more-btn:after{
	width:16px;
	height:16px;
	background:url('../images/blog-card-left-arrow.svg') no-repeat;
	
	display:inline-block;
	content:'';
}


#header-wrapper{
	width:100%;
	
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#header {
	background: #fff;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}
#header .container {
	height:85px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:16px;
	
	position:relative;
}
#header .logo{
	width:209px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
}
#header .logo img{
	width:64px;
	height:64px;
	display:block;
	border-radius:100%;
}
#header .logo .site-name{
	width:135px;
	font-size:20px;
	font-weight:600;
	color:#656262;
}
#header .logo .site-slg{
	width:135px;
	font-size:13px;
	font-weight:300;
	color:#000;
}
#header #search{
	width:-moz-calc(100% - 432px);
	width:-webkit-calc(100% - 432px);
	width:calc(100% - 432px);
	
	height:40px;
	background:#fff;
	
	position:relative;
}
#header #search.mobile-visible,
body.logged-in #header #search.mobile-visible{
	width:100% !important;
	height:100% !important;
	border:0;
	margin:0;
	border-radius:0;
	box-shadow:unset;
	visibility:visible;	
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	position:fixed;
	top:0;
	left:0;
	z-index:99999999999;
}
#header #search form{
	width:100%;
	height:40px;
	background:#F4F4F4;
	border-radius:8px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	position:relative;
}
#header #search form .mobile-back-btn{
	display:none;
	cursor:pointer;
}
#header #search.mobile-visible form{
	background:#fff;
	height:auto !important;
	padding:10px 15px;
	border-bottom:1px solid #e7e7e7;
	border-radius:0;
	box-shadow: 0px 4px 9px -5px #00000040;
}
#header #search.mobile-visible form .mobile-back-btn{
	display:block;
	margin-left:15px;
}
#header #search .search-input-wrapper{
	width:100%;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	position:relative;
}
#header #search .input-text{
	width:-moz-calc( 100% - 40px );
	width:-webkit-calc( 100% - 40px );
	width:calc( 100% - 40px );
	
	height:40px;
	background:#F4F4F4;
	border:0;
	
	font-weight:300;
	color:#757575;
	line-height:40px;
}
#header #search .input-text:focus{
	background:#F4F4F4;
}
#header #search .input-text:-webkit-autofill,
#header #search .input-text:-webkit-autofill:active,
#header #search .input-text:-webkit-autofill:focus,
#header #search .input-text:-webkit-autofill:hover{
	-webkit-text-fill-color: #757575;
	-webkit-box-shadow: 0 0 0 1000px #F4F4F4 inset;
	transition: background-color 5000s ease-in-out 0s;
}
#header #search .submit{
	width:40px;
	height:40px;
	background:url('../images/search.svg') no-repeat center;
	border:0;
	cursor:pointer;
}
#header #search .close-btn{
	width:40px;
	height:40px;
	background:#F4F4F4;
	border:0;
	cursor:pointer;
	border-radius:8px;
	
	display:none;
	justify-content:center;
	align-items:center;
}
#header #search.mobile-visible .input-text{
	width:-moz-calc( 100% - 40px );
	width:-webkit-calc( 100% - 40px );
	width:calc( 100% - 40px );
	
	border-radius:0 8px 8px 0;
}
#header #search.mobile-visible .submit{
	background-color:#F4F4F4;
	border-radius:8px 0 0 8px;
}
#header #search.mobile-visible .close-btn{
	border-radius:8px 0 0 8px;
	top:10px;
}
#header #search.mobile-visible .close-btn svg path{
	stroke:#000;
}
#header #search .close-btn.visible{
	display:flex;
}
#header #search .ajax-search-result {
	width:100%;
	max-height:270px;
	background: #fff;
	overflow-x:hidden;
	overflow-y:auto;
	padding:12px;
	border-radius:8px;
	border:1px solid #d9d9d9;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	scrollbar-width:thin;
	scrollbar-color:#F45F0D #f4f4f4;
	
	position:relative;
	top:10px;
}
#header #search.mobile-visible .ajax-search-result {
	height:-moz-calc( 100% - 132px );
	height:-webkit-calc( 100% - 132px );
	height:calc( 100% - 132px );
	
	max-height:unset;
	padding:16px;
	border-radius:0;
	border:0;
	
	top:0;
}
#header #search .ajax-search-result::-webkit-scrollbar {
    width:5px;
}
#header #search .ajax-search-result::-webkit-scrollbar-track {
    background:#F45F0D;
	border-radius:8px;
}
#header #search .ajax-search-result::-webkit-scrollbar-thumb {
    background:#F45F0D;
    border-radius:8px;
}
#header #search .ajax-search-result.visible {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100)
}
#header #search .ajax-search-result .items-list{
	width:100%;
	margin-bottom:10px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
}
#header #search .ajax-search-result .items-list:last-child{
	margin-bottom:0;
}
#header #search .ajax-search-result .items-list .thumb{
	width:56px;
	height:56px;
	display:block;
	float:right;
	border:1px solid #eee;
	border-radius:8px;
}
#header #search .ajax-search-result .items-list .data{
	width:-moz-calc( 100% - 72px );
	width:-webkit-calc( 100% - 72px );
	width:calc( 100% - 72px );
	
	font-size: 13px;
	font-weight: 300;
}
#header #search .ajax-search-result .items-list .title{
	width:100%;
	height:25px;
	overflow:hidden;
	display:block;
	float:right;
}
#header #search .ajax-search-result .items-list .title h3 {
	width:100%;
	overflow:hidden;
	margin: 0;
	padding: 0;
	
	font-size: 14px;
	font-weight:normal;
	color:#444;
	line-height:25px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#header #search .ajax-search-result .items-list .title h3:hover {
	color:#666;
}
#header .mobile-search-icon{
	display:none;
}
#header .basket-btn{
	width:40px;
	height:40px;
	background:#f4f4f4;
	float:left;
	cursor:pointer;
	border-radius:8px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:relative;
}
#header .basket-btn:hover{
	background:#f1f1f1;
}
#header .basket-btn:hover svg path{
	fill:#FF8D73;
}
#header .basket-btn:hover svg circle,
#header .basket-btn:hover svg path.handle{
	fill:#D44E2F;
}
#header .basket-btn .cart-contents-count{
	min-width:15px;
	height:15px;
	background:#F45F0D;
	padding:0 2px;
	border-radius:3px;

	display:flex;
	justify-content: center;
	align-items: center;
	
	font-size: 12px;
	font-weight: 300;
	color: #FFF;
	line-height:15px;
	
	position: absolute;
	right:-3px;
	top:0;
	z-index:1;
}
#header .login-register {
	width: 135px;
	height:40px;
	background:#f4f4f4;
	border-radius:8px;
	
	font-size:13px;
	font-weight:600;
	color:#656262;
	line-height:40px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5px;
}
#header .login-register:hover{
	background:#f1f1f1;
	
	color:#F45F0D;
}
#header .login-register:hover svg circle,
#header .login-register:hover svg ellipse{
	fill:#F45F0D;
}

#header .profile-btn{
	width: 135px;
	height:40px;
	background:#f4f4f4;
	border-radius:8px;
	cursor:pointer;
	
	font-size:13px;
	font-weight:600;
	color:#656262;
	line-height:40px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
}
#header .profile-btn:hover{
	background:#f1f1f1;
	
	color:#F45F0D;
}
#header .profile-btn:hover svg circle,
#header .profile-btn:hover svg ellipse{
	fill:#F45F0D;
}
#header .profile-popup{
	width: 250px;
	background:#FFF;
	overflow:hidden;
	padding: 12px 8px;
	border-radius: 8px;
	border:1px solid #cbcbcb;
	box-shadow:0 0 25px -5px rgba(19, 108, 90, 0.10), 0px 0 10px -6px rgba(19, 108, 90, 0.10);
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction:column;
	gap: 5px;
	
	position:absolute;
	top:40px;
	left:0;
	z-index:1000000;
}
#header .profile-popup.visible{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	top:80px;
}
#header .profile-popup a{
	width:100%;
	height:40px;
	padding:0 6px;
	
	display:flex;
	align-items: center;
	gap:13px;
	
	color:#666;
}
#header .profile-popup a:hover{
	color:#F45F0D;
}
#header .profile-popup a:hover svg path{
	fill:#F45F0D;
}
#header .profile-popup a.logout{
	padding-top:8px;
	border-top: 1px solid #e7e7e7;

	color:#D93E39;
}
#header .profile-popup a.logout:hover{
	color:#EE443F;
}
#header .profile-popup a.logout:hover svg path:nth-child(2){
	fill:#EE443F !important;
}

#header .basket-popup{
	width: 285px;
	background:#FFF;
	overflow:hidden;
	border-radius: 8px;
	border:1px solid #e7e7e7;
	box-shadow:0 0 25px -5px rgba(19, 108, 90, 0.10), 0px 0 10px -6px rgba(19, 108, 90, 0.10);
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction:column;
	gap:0;
	
	position:absolute;
	top:40px;
	left:70px;
	z-index:1000000;
}
#header .basket-popup.visible{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	top:80px;
}
#header .basket-popup .basket-title-count-status{
	width:100%;
	padding:15px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	
	font-size:13px;
	font-weight:normal;
	color:#515151;
	line-height:24px;
}
#header .basket-popup .basket-title-count-status.empty{
	justify-content:center;
	flex-wrap:wrap;
	gap:16px;
}
#header .basket-popup .basket-title-count-status.empty p{
	width:100%;
	display:block;
	text-align:center;
}
#header .basket-popup .woocommerce-mini-cart__empty-message{
	display:none;
}
#header .basket-popup .widget_shopping_cart_content{
	width:100%;
}
#header .basket-popup ul{
	max-height:310px;
	overflow-x:hidden;
	overflow-y:auto;
	list-style:none;
	margin:0;
	padding:0 15px;
	
	scrollbar-width:thin;
	scrollbar-color:#F45F0D #f3f3f3;
}
#header .basket-popup ul::-webkit-scrollbar {
    width:5px;
}
#header .basket-popup ul::-webkit-scrollbar-track {
    background:#f3f3f3;
	border-radius:5px;
}
#header .basket-popup ul::-webkit-scrollbar-thumb {
    background:#F45F0D;
    border-radius:5px;
}
#header .basket-popup ul li:before,
#header .basket-popup ul li:after{
	display:none !important;
}
#header .basket-popup ul li{
	width:100%;
	overflow:hidden;
	padding:16px 0;
	border-bottom:1px solid #e7e7e7;
	float:right;
	
	display:flex;
	justify-content:space-between;
	gap:10px;
	
	position:relative;
}
#header .basket-popup ul li:last-child{
	
}
#header .basket-popup ul li .blockUI.blockOverlay{
	width: 100%; 
	height: 100%; 
	background-color: rgba(255, 255, 255, 0.6) !important;
	margin: 0px; 
	padding: 0px; 
	border: none; 
	cursor: wait;
	opacity:1 !important;
	
	position: absolute;
	top: 0px; 
	left: 0px; 
	z-index: 1000; 
}
#header .basket-popup ul li .thumbnail-wrapper{
	width:70px;
}
#header .basket-popup ul li img{
	width:100%;
	height:auto;
	display:block;
	float:none;
	margin:0;
	border:1px solid #d3d3d3;
	border-radius:8px;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity {
	width:100%;
	height:26px;
	background:#FAFAF9;
	border:1px solid #e7e7e7;
	border-radius: 8px;
	margin-top:10px;
	
	display:flex;
	justify-content:space-evenly;
	align-items:center;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .plus,
#header .basket-popup ul li .thumbnail-wrapper .quantity .minus {
    width: 20px;
    height:20px;
    cursor: pointer;
    border: 0;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .plus {
    background:url('../images/plus.svg') no-repeat center;
	background-size:90% 90%;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .minus {
    background:url('../images/minus.svg') no-repeat center;
	background-size:90% 90%;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .minus.disabled {
	background:url('../images/trash.svg') no-repeat center;
	background-size:90% 90%;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .text {
    width:21px;
    height: 20px;
	background:#FAFAF9;
    border: 0;
	border-radius:0;
	padding:0;
	margin-top:4px;
	
    font-size: 14px;
	color: #515151;
    line-height: 20px;
    text-align: center
}
#header .basket-popup ul li .col-left{
	width:-moz-calc( 100% - 80px );
	width:-webkit-calc( 100% - 80px );
	width:calc( 100% - 80px );
	display:flex;
	flex-direction:column;
	gap:4px;
}
#header .basket-popup ul li .col-left .title{
	width:100%;
	max-height:40px;
	overflow:hidden;
	display:block;
	margin:0;
	
	font-size: 12px;
	font-weight: 500;
	color:#535353;
	line-height:20px;
}
#header .basket-popup ul li .col-left .sku{
	height:26px;
	background:#F4F4F4;
	display:inline-block;
	padding:0 10px;
	border-radius:8px;
	margin-top:5px;
	
	font-size:13px;
	font-weight:300;
	color:#6e6e6e;
	line-height:29px;
}
#header .basket-popup ul li .product-price{
	width:100%;
	margin-top:5px;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
}
#header .basket-popup ul li .product-price .col-right{
	display:flex;
	flex-direction:column;
	margin-top:5px;
	
	font-size:18px;
	font-weight:normal;
	color:#404040;
	line-height:20px;
}
#header .basket-popup ul li .product-price .woocommerce-Price-currencySymbol{
	display:none;
}
#header .basket-popup ul li .product-price del{
	display:none;
}
#header .basket-popup ul li .product-price ins{
	font-size:18px;
	font-weight:normal;
	color:#404040;
	line-height:20px;
	text-decoration:unset;
}
#header .basket-popup ul li .product-price .col-left img{
	width:20px;
	height:auto;
	border:0;
	padding:0;
	border-radius:0;
}
#header .basket-popup .bottom{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	
	border-top:1px solid #e7e7e7;
	padding:15px;
}
#header .basket-popup .bottom .woocommerce-mini-cart__total strong{
	width:100%;
	display:block;
	
	font-size:13px;
	font-weight:300;
	color:#bdbdbd;
}
#header .basket-popup .bottom .woocommerce-mini-cart__total .woocommerce-Price-amount{
	font-size:20px;
	font-weight:bold;
	color:#575757;
	line-height:15px;
	
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	gap:0;
}
#header .basket-popup .bottom .woocommerce-mini-cart__total .woocommerce-Price-amount:after{
	width:24px;
	height:21px;
	background: url('../images/toman.svg') no-repeat;
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
	
	display:block;
	content:'';
}
#header .basket-popup .bottom .woocommerce-Price-currencySymbol{
	display:none;
}
#header .basket-popup .bottom a.button{
	height:42px;
	padding:0 16px;
	background:#F45F0D;
	border-radius:8px;
	display:inline-block;
	
	font-size: 14px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
	line-height:42px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#header .basket-popup .bottom a.button:hover{
	background:#D44E2F;
}
#header .basket-popup .bottom a.button.checkout{
	display:none;
}

@media only screen and (max-width:1000px) {
	body {
		padding-top: 65px !important;
	}
	#header-wrapper{
		height:65px !important;
		border-bottom:1px solid #e7e7e7;
		
		-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.05);
		-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,0.05);
		box-shadow:0 3px 10px 0 rgba(0,0,0,0.05);
	}
	#header .container{
		height:64px;
		gap:10px;
	}
	#header .logo{
		width:190px;
	}
	#header .logo img{
		width:auto;
		height:45px;
	}
	#header .logo .site-name{
		font-size:17px;
		line-height:20px;
	}
	#header .mobile-search-icon{
		width:-moz-calc( 100% - 190px );
		width:-webkit-calc( 100% - 190px );
		width:calc( 100% - 190px );
		
		height:40px;
		background:#f4f4f4 url('../images/search.svg') no-repeat 8px center;
		border:0;
		border-radius:8px;
		cursor:pointer;
		display:block;
		padding:0 10px;
		
		font-weight:300;
		color:#757575;
		line-height:40px;
	}
	#header #search,
	body.logged-in #header #search{
		visibility:hidden;
		
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		FILTER: alpha(opacity=0);
		
		position:fixed;
		top:30%;
	}	
	
	#header .basket-btn,
	#header .login-register,
	#header .profile-btn{
		display:none;
	}
}
@media only screen and (max-width:500px) {
	#header .container{
		justify-content:space-between;
	}
	#header .mobile-search-icon{
		width:40px;
		height:40px;
		background-position:center;
		padding:0;
	}
	#header .mobile-search-icon span{
		display:none;
	}
}

#main-navigation {
	height: 54px;
	background:#F4F4F4;
	border-bottom: 1px solid #e7e7e7;
	
	-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,0.05);
    -moz-box-shadow:0 3px 10px 0 rgba(0,0,0,0.05);
    box-shadow:0 3px 10px 0 rgba(0,0,0,0.05);
}
#main-navigation>ul {
	height: 54px;
	list-style: none;
	padding: 0;
	
	position:relative;
}

#main-navigation>ul>li {
	height: 60px;
	float: right;
	margin-left: 24px;
	
	position: relative;
}
#main-navigation>ul>li:last-child {
	margin-left: 0
}
#main-navigation>ul>li>a{
	height: 54px;
	padding: 0;
	
	font-size:14px;
	font-weight:normal;
	color:#514D4D;
	line-height:54px;
	
	display:flex;
	align-items:center;
	gap:5px;
	
	position: relative;
}
#main-navigation>ul>li:hover>a{
	color:#F45F0D;
}
#main-navigation>ul>li.nav-frame>a:before {
	width:24px;
	height:24px;
	background:url('../images/nav-tablo.svg') no-repeat center;
    overflow: hidden;
    display: inline-block;
    content: '';
}
#main-navigation>ul>li.nav-frame:hover>a:before {
	background:url('../images/nav-tablo-hover.svg') no-repeat center;
}
#main-navigation>ul>li.nav-learn>a:before {
	width:24px;
	height:24px;
	background:url('../images/nav-learn.svg') no-repeat center;
    overflow: hidden;
    display: inline-block;
    content: '';
}
#main-navigation>ul>li.nav-learn:hover>a:before {
	background:url('../images/nav-learn-hover.svg') no-repeat center;
}
#main-navigation>ul>li.nav-download>a:before {
	width:24px;
	height:24px;
	background:url('../images/nav-download.svg') no-repeat center;
    overflow: hidden;
    display: inline-block;
    content: '';
}
#main-navigation>ul>li.nav-download:hover>a:before {
	background:url('../images/nav-download-hover.svg') no-repeat center;
}
#main-navigation>ul>li.nav-typography>a:before {
	width:24px;
	height:24px;
	background:url('../images/nav-typography.svg') no-repeat center;
    overflow: hidden;
    display: inline-block;
    content: '';
}
#main-navigation>ul>li.nav-typography:hover>a:before {
	background:url('../images/nav-typography-hover.svg') no-repeat center;
}
#main-navigation>ul>li.nav-printed>a:before {
	width:24px;
	height:24px;
	background:url('../images/nav-printed.svg') no-repeat center;
    overflow: hidden;
    display: inline-block;
    content: '';
}
#main-navigation>ul>li.nav-printed:hover>a:before {
	background:url('../images/nav-printed-hover.svg') no-repeat center;
}
#main-navigation>ul>li.menu-item-has-children>a:after {
	width:15px;
	height:15px;
	background:url('../images/nav-arrow-down.svg') no-repeat center;
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
    
	overflow: hidden;
    display: inline-block;
    content: '';
}
#main-navigation>ul>li.menu-item-has-children:hover>a:after {
	background:url('../images/nav-arrow-down-hover.svg') no-repeat center;
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
}
#main-navigation>ul>li>ul {
	width:250px;
	height:auto;
	max-height:455px;
	background: #fff;
	display: block;
	list-style: none;
	visibility:hidden;
	padding:14px;
	border:1px solid #e7e7e7;
	border-radius:8px;
	box-shadow: 0px 20px 25px -5px rgb(171 171 171 / 10%), 0px 8px 10px -6px rgb(94 94 94 / 10%);
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 10
}
#main-navigation>ul>li:hover>ul {
	visibility:visible;
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	top:58px;
}
#main-navigation>ul>li>ul>li {
	width:210px;
	height:auto;
	min-height:34px;
	background:none;
	margin-left:0;
	
	position:relative;
}
#main-navigation>ul>li>ul>li>a{
	width:-moz-calc(100% - 20px);
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
	height:auto;
	min-height:34px;
	background:none;
	display:block;
	padding-right:15px;
	
	color:#444;
	font-weight:300;
	line-height:34px;
	
	position:relative;
}
#main-navigation>ul>li>ul>li>a:before{
	width:6px;
	height:6px;
	background:#d7d7d7;
	display:inline-block;
	content:'';
	margin-top:-2.5px;
	
	transform:rotate(35deg);
	
	position:absolute;
	top:50%;
	right:0;
}
#main-navigation>ul>li>ul>li.current-menu-item>a:before,
#main-navigation>ul>li>ul>li.current_page_item>a:before,
#main-navigation>ul>li>ul>li:hover>a:before{
	background:#F45F0D;
}
#main-navigation>ul>li>ul>li.current-menu-item>a,
#main-navigation>ul>li>ul>li.current_page_item>a,
#main-navigation>ul>li>ul>li:hover>a{
	color:#F45F0D !important;
}

#mobile-bottom-bar-fixed{
	background:#fff;
	display:none;
	
	position:fixed;
	bottom:0;
	left:0;
	z-index:99999;
}
#mobile-bottom-bar-fixed .navigation-button{
	border-top:1px solid #e0e0e0;
}
#mobile-bottom-bar-fixed .navigation-button .container{
	height:70px;
	
	display:flex;
	justify-content:space-evenly;
	align-items:center;
}
#mobile-bottom-bar-fixed .navigation-button .item{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	gap:4px;
	
	font-size:14px;
	color:#222;
}
#mobile-bottom-bar-fixed .navigation-button .item:hover{
	color:#F45F0D;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn{
	cursor:pointer;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:relative;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn:after{
	display:block;
	content:'سبد خرید';
	
	font-size:14px;
	color:#222;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn:hover:after{
	color:#F45F0D;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn .cart-contents-count{
	min-width:15px;
	height:15px;
	background:#F45F0D;
	padding:0 2px;
	border-radius:3px;

	display:flex;
	justify-content: center;
	align-items: center;
	
	font-size: 12px;
	font-weight: 300;
	color: #FFF;
	line-height:15px;
	
	position: absolute;
	right:7px;
	top:0;
	z-index:1;
}
#mobile-bottom-bar-fixed .navigation-button .item svg path,
#mobile-bottom-bar-fixed .navigation-button .item svg ellipse,
#mobile-bottom-bar-fixed .navigation-button .item svg circle{
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#mobile-bottom-bar-fixed .navigation-button .item:hover svg path,
#mobile-bottom-bar-fixed .navigation-button .item:hover svg ellipse,
#mobile-bottom-bar-fixed .navigation-button .item:hover svg circle{
	fill:#F45F0D;
}

@media only screen and (max-width:1000px) {
	body {
		padding-bottom: 70px !important;
	}
	#main-navigation {
		display:none;
	}
	#mobile-bottom-bar-fixed{
		display:block;
	}
}
@media only screen and (max-width:500px) {
	#mobile-bottom-bar-fixed .navigation-button .container{
		justify-content:center;
		gap:30px;
	}
}

#mobile-category-popup{
	width:100%;
	height:100%;
	background:#fff;
	overflow:hidden;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:fixed;
	top:30%;
	left:0;
	z-index:99999999;
}
#mobile-category-popup.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
	
	top:0;
}
#mobile-category-popup .row{
	width:100%;
	height:61px;
	overflow:hidden;
	padding:10px 15px;
	border-bottom:1px solid #e7e7e7;
	box-shadow:0px 4px 9px -5px #00000040;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
}
#mobile-category-popup span{
	font-size:16px;
	font-weight:600;
	color:#656262;
	line-height:20px;
}
#mobile-category-popup .close{
	cursor:pointer;
}
#mobile-category-popup .close:hover{
	stroke:#F45F0D;
}
#mobile-category-popup .mobile-category-content{
	width:100%;
	
	height:-moz-calc( 100% - 45px );
	height:-webkit-calc( 100% - 45px );
	height:calc( 100% - 45px );
	
	overflow:hidden;
	overflow-y:auto;
	
	scrollbar-width:thin;
	scrollbar-width:7px;
	scrollbar-color:#F45F0D #FAFAF9;
	
	display:block;
}
#mobile-category-popup .mobile-category-content::-webkit-scrollbar {
    width:7px;
}
#mobile-category-popup .mobile-category-content::-webkit-scrollbar-track {
    background:#FAFAF9;
	border-radius:5px;
}
#mobile-category-popup .mobile-category-content::-webkit-scrollbar-thumb {
    background:#F45F0D;
    border-radius:5px;
}
#mobile-category-popup .mobile-category-content>ul {
	width:100%;
	list-style:none;
	padding:10px;
	margin:0;
	
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:10px;
}
#mobile-category-popup .mobile-category-content>ul>li {
	width:100%;
	height:auto;
	min-height:34px;
}
#mobile-category-popup .mobile-category-content>ul>li>a{
	width:100%;
	height:auto;
	min-height:40px;
	display:block;
	border-radius:8px;
	
	font-size:16px;
	font-weight:600;
	color:#F45F0D;
	line-height:40px;
	
	position:relative;
}
#mobile-category-popup .mobile-category-content>ul>li>a:hover{
	color:#B2381C;
}
#mobile-category-popup .mobile-category-content>ul>li>ul{
	width:100%;
	height:auto;
	list-style:none;
	padding:0;
	margin:0;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li{
	width:100%;
	height:auto;
	min-height:40px;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>a{
	width:100%;
	height:auto;
	min-height:40px;
	padding-right:15px;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
	
	font-size:14px;
	color:#000;
	line-height:40px;
	
	position:relative;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>a:before{
	width:5px;
	height:5px;
	background:#B2381C;
	content:'';
	display:inline-block;
	border-radius:10px;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li.current-menu-item>a,
#mobile-category-popup .mobile-category-content>ul>li>ul>li:hover>a{
	color:#F45F0D !important;
	
	gap:15px;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul{
	width:100%;
	height:auto;
	list-style:none;
	padding:0;
	margin:0;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul>li{
	width:100%;
	height:auto;
	min-height:40px;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul>li>a{
	width:100%;
	height:auto;
	min-height:40px;
	padding-right:35px;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
	
	font-size:14px;
	color:#656262;
	line-height:40px;
	
	position:relative;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul>li>a:before{
	width:5px;
	height:5px;
	background:#B2381C;
	content:'';
	display:inline-block;
	border-radius:10px;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul>li.current-menu-item>a,
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul>li:hover>a{
	color:#F45F0D !important;
	
	gap:15px;
}

.login-popup{
	width:100vw;
	height:100vh;
	background:rgba( 0, 0, 0, 0.6 );
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:fixed;
	top:0;
	left:0;
	z-index:999999999999;
}
.login-popup.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
.my-account-login-wrapper{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
.login-form-wrapper{
	width: 400px;
	background:#FFF;
	overflow:hidden;
	padding:24px;
	border-radius: 16px;
	border:1px solid #E0E0E0;
	box-shadow: 0px 7px 11px -6px rgba(0,0,0,0.25);
	
	position:relative;
}
.login-form-wrapper .title{
	width:100%;
	height:48px;

	font-size: 23px;
	font-weight:bold;
	color: #514D4D;
	text-align: center;
	line-height: 34px;
}
.login-form-wrapper .blockUI.blockOverlay{
	width: 100%; 
	height: 100%; 
	background-color: rgba(255, 255, 255, 0.6) !important;
	margin: 0px; 
	padding: 0px; 
	border: none; 
	border-radius:16px;
	cursor: wait;
	opacity:1 !important;
	
	position: absolute !important;
	top: 0px; 
	left: 0px; 
	z-index: 1000; 
}
.login-form-wrapper .padding{
	padding:20px 30px 0;
}
.login-form-wrapper .row{
	width:100%;
	overflow:hidden;
	display:block;
}
.login-form-wrapper .close{
	float:left;
	cursor:pointer;
}
.login-form-wrapper .close:hover path{
	stroke:#F45F0D;
}
.login-form-wrapper .text{
	width:100%;
	min-height:48px;
	overflow:hidden;
	margin:16px 0;
	
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
}
.login-form-wrapper .text p{
	font-size: 14px;
	color: #717171;
	text-align: center;
	line-height: 24px;
}
.login-form-wrapper .text p span{
	font-weight:700;
	color:#334155;
}
.login-form-wrapper .change-number{
	width:100%;
	height:24px;
	margin-bottom:20px;
	cursor:pointer;

	font-size: 13px;
	font-weight: 600;
	color: #0088E8;
	text-align: center;
	line-height: 24px;
}
.login-form-wrapper .margin-top40{
	margin-top:40px;
}
.login-form-wrapper .input{
	margin-bottom:20px;
	
	font-size: 16px;
	font-weight:600;
	color:#666;
	text-align:center;
	direction:ltr;
}
.login-form-wrapper .input.error{
	border-color:#D93E39;
	color:#D93E39 !important;
}
.login-form-wrapper .message-box{
	width:100%;
	height:24px;
	overflow:hidden;
	margin:16px 0;

	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 24px;
}
.login-form-wrapper .message-box.less-margin{
	margin:10px 0;
}
.login-form-wrapper .message-box p.error{
	color:#D93E39;
}
.login-form-wrapper .message-box p.success{
	color:#308242;
}
.login-form-wrapper .submit{
	width:100%;
	height:42px;
	background:#F45F0D;
	border-radius:8px;
	border:0;
	cursor:pointer;
	margin:0 auto;
	display:block;
	
	font-size: 16px;
	color:#fff;
	text-align:center;
}
.login-form-wrapper .submit:hover{
	background:#D44E2F;
}
.login-form-wrapper .submit:disabled{
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	FILTER: alpha(opacity=50);
}
.login-form-wrapper .bottom-text{
	width:100%;
	height:24px;
	overflow:hidden;
	margin:32px 0 0 0;

	font-size: 16px;
	font-weight: 400;
	color:#0088E8;
	text-align: center;
	line-height: 24px;
	direction:ltr;
}
.login-form-wrapper .bottom-text.less-margin{
	margin-top:20px;
}
.login-form-wrapper .bottom-text .send-sms-btn{
	color:#0088E8;
	cursor:pointer;
}
.login-form-wrapper .bottom-text .skip-update-btn{
	color:#d88f58;
	cursor:pointer;
}
@media only screen and (max-width:440px) {
	.my-account-login-wrapper{
		min-height:-moz-calc(100vh - 190px);
		min-height:-webkit-calc(100vh - 190px);
		min-height:calc(100vh - 190px);
		
		padding:0;
	}
	.login-form-wrapper{
		width: 100%;
		height:auto;
		max-height:unset;
	}
	.login-popup .login-form-wrapper{
		height:100%;
		border:0;
		border-radius:0;
		
		display:flex;
		align-items:center;
	}
	.login-popup .login-form-wrapper #graphicart-login-form{
		width:100%;
	}
	.login-popup .login-form-wrapper #graphicart-login-form .row:first-child{
		width:100%;
		height:70px;
		padding:16px;
		border-bottom:1px solid #e7e7e7;
		box-shadow:0px 4px 9px -5px #00000040;
		
		font-size:16px;
		font-weight:500;
		text-align:right;
		
		display:flex;
		justify-content:flex-start;
		align-items:center;
		
		position:absolute;
		top:0;
		left:0;
		z-index:100;
	}
	.login-popup .login-form-wrapper #graphicart-login-form .row:first-child .close{
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		FILTER: alpha(opacity=0);
		
		position:absolute;
		top:16px;
		right:16px;
		z-index:10;
	}
	.login-popup .login-form-wrapper #graphicart-login-form .row:first-child:before{
		width:100%;
		height:36px;
		background:url('../images/modal-arrow-right.svg') no-repeat right center;
		display:inline-block;
		content:'ورود | ثبت نام';
		
		font-size:16px;
		font-weight:600;
		text-align:center;
		line-height:36px;
	}
	.login-form-wrapper .padding{
		padding:0;
	}
}
#footer {
	background:#E8E8E8;
	overflow:hidden;
	border-top:1px solid #d9d9d9;
	
	position:relative;
}
#footer .dot-right{
	position:absolute;
	top:30%;
	right:-30px;
	z-index:0;
}
#footer .dot-left{
	position:absolute;
	top:80%;
	left:-30px;
	z-index:0;
}
#footer .container{
	padding:30px 0;
	
	position:relative;
	z-index:6;
}
#footer .social{
	background:#fff;
	padding:17px 20px;
	border-radius:16px;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	gap:30px;
}
#footer .social .col-right{
	width:-moz-calc( 100% - 203px );
	width:-webkit-calc( 100% - 203px );
	width:calc( 100% - 203px );
	
	font-size:15px;
	font-weight:normal;
	color:#6B2110;
}
#footer .social .col-left{
	width:173px;
	
	direction:ltr;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#footer .social .col-left a{
	width:32px;
	height:32px;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#footer .social .col-left a:hover svg path{
	fill:#F45F0D;
}
#footer .footer-main-content{
	padding:30px 0 0;
	
	font-size:14px;
	font-weight:300;
	color:#514D4D;
	line-height:30px;
	text-align:justify;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	gap:30px 0;
	
	position:relative;
}
#footer .footer-main-content .col-title{
	margin-bottom:10px;
	
	font-size:17px;
	font-weight:bold;
	text-align:right;
}
#footer .footer-main-content .col-right{
	width:-moz-calc( 100% - 610px );
	width:-webkit-calc( 100% - 610px );
	width:calc( 100% - 610px );
	
	position:relative;
	z-index:5;
}
#footer .footer-main-content .col-right .row{
	width:100%;
	margin-top:15px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row-reverse;
	gap:20px;
}
#footer .footer-main-content .col-right .row .item{
	height:20px;
	overflow:hidden;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row-reverse;
	gap:5px;
}
#footer .footer-main-content .col-right .row .item a{
	display:inline-block;
	margin-top:5px;
	
	font-size:15px;
	color:#1C274C;
}
#footer .footer-main-content .col-right .row .item:hover,
#footer .footer-main-content .col-right .row .item:hover a{
	color:#777;
}
#footer .footer-main-content .col-right .row .item:hover svg path{
	fill:#777;
}
#footer .footer-main-content .col-center{
	width:350px;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:10px;
}
#footer .footer-main-content .navigation{
	width:-moz-calc(50% - 5px);
	width:-webkit-calc(50% - 5px);
	width:calc(50% - 5px);
	
	position:relative;
	z-index:5;
}
#footer .footer-main-content .navigation .title:before{
	width:5px;
	height:5px;
	background:#d88f58;
	content:'';
	display:inline-block;
	vertical-align:middle;
	border-radius:5px;
	margin-left:10px;
}
#footer .footer-main-content .navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer .footer-main-content .navigation ul li{
	width:100%;
	margin-bottom:5px;
}
#footer .footer-main-content .navigation ul li>a{
	display:block;
	padding:0 15px 0;
	
	font-size:14px;
	color:#514D4D;
	text-align:right;
	line-height:24px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#footer .footer-main-content .navigation ul li>a:before{
	width:3px;
	height:3px;
	background:#514D4D;
	border-radius:5px;
	display:inline-block;
	content:'';
	
	margin-left:5px;
}
#footer .footer-main-content .navigation ul li.current-menu-item>a,
#footer .footer-main-content .navigation ul li.current_page_item>a,
#footer .footer-main-content .navigation ul li:hover>a,
#footer .footer-main-content .navigation ul li>a:hover {
	color:#F45F0D;
}
#footer .footer-main-content .navigation ul li.current-menu-item>a:before,
#footer .footer-main-content .navigation ul li.current_page_item>a:before,
#footer .footer-main-content .navigation ul li:hover>a:before{
	background:#F45F0D;
	margin-left:15px;
}
#footer .footer-main-content .col-left{
	width:200px;
	overflow:hidden;
	
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	gap:15px 10px;
}
#footer .footer-main-content .col-left .item:hover{
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	FILTER: alpha(opacity=70);
}
#footer .footer-main-content .col-left .item img{
	max-width:100%;
	height:auto;
	display:block;
}
#footer .footer-main-content .col-left .instagram{
	width:100%;
	height:40px;
	background: linear-gradient(90deg, #F88B33 0%, #F7534C 28.37%, #E70B73 52.88%, #A00CB6 100%);
	border-radius:10px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row-reverse;
	gap:10px;
	
	color:#fff;
}
#footer-copyright {
	background: #E8E8E8;
}
#footer-copyright .container {
	overflow: hidden;
	padding:30px 0;
	border-top:1px solid #d9d9d9;
	
	font-weight:300;
	color:#626262;
	text-align:center;
	line-height:24px;
}
#footer-copyright a,
#footer-copyright a:visited{
	color:#CB4800;
}
#footer-copyright a:hover{
	color:#F45F0D;
}

@media only screen and (max-width:1460px) {
	#footer .dot-right,
	#footer .dot-left{
		display:none;
	}
}
@media only screen and (max-width:950px) {
	#footer .footer-main-content{
		justify-content:center;
		gap:40px;
	}
	#footer .footer-main-content .col-right{
		width:100%;
	}
}
@media only screen and (max-width:480px) {
	#footer .social{
		justify-content:center;
		gap:15px;
	}
	#footer .social .col-right{
		width:100%;
		
		text-align:center;
	}
}
@media only screen and (max-width:350px) {
	#footer .footer-main-content .col-right .row{
		flex-direction:column;
	}
	#footer .footer-main-content .navigation{
		width:100%;
		
		text-align:center;
	}
	#footer .footer-main-content .navigation ul li>a{
		text-align:center;
	}
	#footer .footer-main-content .navigation ul li>a:before{
		display:none;
	}
}

.rank-math-breadcrumb{
	display:block;
	padding:20px 0 20px;
	
	font-size:12px;
	color:#757575;
	line-height:24px;
}
.rank-math-breadcrumb span{
	height:24px;
	display:inline-block;
	
	color:#000;
	line-height:26px;
}
.rank-math-breadcrumb a{
	height:24px;
	display:inline-block;
	
	color:#8C9197;
	line-height:26px;
}
.rank-math-breadcrumb a:hover{
	color:#333;
}
.rank-math-breadcrumb .separator{
	width:24px;
	height:24px;
	background:url('../images/breadcrumbs-arrow.svg') no-repeat center 5px;
	display:inline-block;
	margin:0 3px;
	
	font-size:0;
}
.rank-math-breadcrumb a:first-child{
	width:24px;
	height:24px;
	background:url('../images/breadcrumbs-home.svg') no-repeat center -3px;
	display:inline-block;
	
	font-size:0;
}


.infinit-loader-wrapper{
	width:100%;
	margin-top:30px;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
.infinit-loader-wrapper .infinite-loader {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid lightblue;
	border-right-color: orange;
	animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}



#loading {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100 
}
#loading.is-active {
	visibility: visible 
}
#loading.fadein {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100) 
}
#loading .white-box{
	width:90%;
	max-width:300px;
	background:#fff;
	padding:40px 0;
	border-radius:16px;
	box-shadow: 0px 10px 15px -3px rgba(19, 108, 90, 0.10), 0px 4px 6px -4px rgba(19, 108, 90, 0.10);
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:30px;
	flex-direction:column;
}
#loading .infinite-loader {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid lightblue;
	border-right-color: orange;
	animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}

.jcarousel-wrapper {
    position: relative;
}
.jcarousel {
    width: -moz-calc( 100% - 60px );
    width: -webkit-calc( 100% - 60px );
    width: calc( 100% - 60px );
    overflow: hidden;
	display:block;
	margin:0 auto;
	direction:ltr;
	text-align:left;
    position: relative;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	text-align:right;
	direction:rtl;
}

/** Carousel Controls **/

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	color:#666 !important;
}
.jcarousel-control-prev,
.jcarousel-control-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}
.jcarousel-control-prev,
.jcarousel-control-next{
	width:24px;
	height:24px;
	background:none;
	margin-top: -12px;
	border:0;
	padding:0;
	
	position: absolute;
	top: 50%;
}
.jcarousel-control-prev {
	left:0;
}
.jcarousel-control-next {
	right:0;
}

/** Carousel Pagination **/

.jcarousel-pagination {
	width:100%;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row-reverse;
	gap:5px;
}

.jcarousel-pagination span{
    width:8px;
	height:8px;
	background:#fff;
    display: inline-block;
	border-radius:15px;
	padding:0;
	border:0;
	cursor:pointer;
	
	text-decoration: none;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.jcarousel-pagination span.active {
	width:24px;
	background:#fff;
}

#goftino_w{
	z-index:999991 !important;
}