@charset "UTF-8";
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	font-display:swap;
	src: url('../fonts/iranyekanwebregularfanum.eot');
	src: url('../fonts/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/iranyekanwebregularfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/iranyekanwebregularfanum.ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: url('../fonts/iranyekanweblightfanum.eot');
	src: url('../fonts/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/iranyekanweblightfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/iranyekanweblightfanum.ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	font-display:swap;
	src: url('../fonts/iranyekanwebmediumfanum.eot');
	src: url('../fonts/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/iranyekanwebmediumfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/iranyekanwebmediumfanum.ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	font-display:swap;
	src: url('../fonts/iranyekanwebboldfanum.eot');
	src: url('../fonts/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/iranyekanwebboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/iranyekanwebboldfanum.ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 800;
	font-display:swap;
	src: url('../fonts/iranyekanwebextraboldfanum.eot');
	src: url('../fonts/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/iranyekanwebextraboldfanum.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/iranyekanwebextraboldfanum.ttf') format('truetype');
}

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: #3190af;
	text-decoration: none
}

a:hover {
	color: #00a6ca
}

* {
	-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: #F8FAFC;
	padding: 120px 0 0 0;
	margin: 0;
	font: 14px iranyekan, arial, tahoma;
	color: #475569;
	text-align: right;
	direction: rtl
}

@media only screen and (max-width:980px) {
	body {
		background:#F8FAFC;
	}
}
@media only screen and (max-width:768px) {
	body.single-product,
	body.woocommerce-checkout{
		background:#fff;
	}
}

button,
input,
select,
textarea {
	font: 13px iranyekan, tahoma;
	font-weight:500;
	outline: 0
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
select,
textarea {
	width: 100%;
	height: 40px;
	background: #fff;
	border:1px solid #d7d7d7;
	display: block;
	padding:0 10px;
	text-align: right;
	direction: rtl;
	color:#64748B;
	
	-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:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
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:#fff;
}
:-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #94A3B8;
	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: #94A3B8;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}

select {
	background:#fff !important;
	background-size:15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer
}

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:20px;
	height:20px;
	background:#FFF;
	display:block;
	content:'';
	border-radius: 4px;
	border: 1px solid #94A3B8;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
input[type=radio]:before{
	border-radius:100%;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before{
	background:#FFB100 url('../images/tik.svg') no-repeat center;
	border-color:#FFB100;
}

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
}

.alignnone {
	margin: 0 auto;
	display: block
}

.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;
}

.btn{
	height: 48px;
	padding: 8px 16px;
	border-radius: 200px;
	box-shadow: 0px 4px 6px -1px rgba(19, 108, 90, 0.10), 0px 2px 4px -2px rgba(19, 108, 90, 0.10);
	
	font-size:18px;
	font-weight:800;
	line-height:26px;
	
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.btn:after{
	width:24px;
	height:24px;
	background:url('../images/arrow-left.svg') no-repeat center;
	display:block;
	content:'';
}
.btn.green{
	background:#22C3A3;
	
	color:#fff;
}
.btn.green:hover{
	background:#1B987E;
}
.btn.green:active{
	background:#85E0CE;
}
.pagewrapper {
	width: 100%;
}

.pagewrapper .container {
	width: 1644px;
	margin: 0 auto
}

@media only screen and (max-width:1692px) {
	.pagewrapper .container {
		width: -webkit-calc(100% - 48px);
		width: -moz-calc(100% - 48px);
		width: calc(100% - 48px)
	}
}
@media only screen and (max-width:768px) {
	.pagewrapper .container {
		width: -webkit-calc(100% - 32px);
		width: -moz-calc(100% - 32px);
		width: calc(100% - 32px)
	}
}

.has-product-list .products{
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	
	display:flex;
	justify-content:start;
	gap:17px 10px;
	flex-wrap:wrap;
}
.has-product-list .products:before{
	display:none !important;
}
.has-product-list .products .product{
	width: -moz-calc( 20% - 8px ) !important;
	width: -webkit-calc( 20% - 8px ) !important;
	width: calc( 20% - 8px ) !important;
	
	background:#fff;
	overflow:hidden;
	padding:16px !important;
	border-radius: 8px;
	box-shadow: 0px 10px 15px -3px rgba(58, 58, 58, 0), 0px 4px 6px -4px rgba(58, 58, 58, 0);
	margin:0 !important;
	float:none !important;
	list-style:none !important;
	
	-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 10px 15px -3px rgba(58, 58, 58, 0.1), 0px 4px 6px -4px rgba(58, 58, 58, 0.1);
}
.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 .sales-badge{
	width:72px;
	height:28px;
	background:#FFE1DF;
	display:inline-block;
	border-radius: 25px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:3px;
	
	font-size: 14px;
	font-weight:700;
	color:#C42A24;
	
	position:absolute;
	top:12px;
	left:12px;
	z-index:100;
}
.has-product-list .products .product .sales-badge:before{
	width:17px;
	height:20px;
	background:url('../images/fire.svg') no-repeat;
	background-size:100% 100%;
	content:'';
	display:block;
}
.has-product-list .products .product .product-image-wrapper{
	position:relative;
}
.has-product-list .products .product.frame-old .product-image-wrapper:after{
	width:100%;
	height:100%;
	background-image:url('../images/black1-old.webp');
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
	
	
	content:'';
	display:block;
	
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.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;
	
	position:relative;
	z-index:0;
}
.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:700;
	color:#1E293B;
	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:#1E293B;
}
.has-product-list .products .product .star-rating,
.has-product-list .products .product .wc-forward{
	display:none;
}
.has-product-list .products .product .meta{
	min-height:24px;
	margin-bottom:19px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	font-size:12px;
	color:#64748B;
}
.has-product-list .products .product .off-badge{
	width:45px;
	height:24px;
	background:#D6426C;
	border-radius: 12px;
	float:left;
	
	display:flex;
	align-items:center;
	justify-content:center;
	
	font-size: 14px;
	font-weight:800;
	color:#fff;
}
.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:space-between;
	align-items:center;
	gap:0 5px;
}
.has-product-list .products .product .price-wrapper .col-right{
	display:flex;
	flex-direction:column;
	
	font-size:21px;
	font-weight:800;
	color:#334155;
	line-height:20px;
}
.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:14px;
	font-weight:400;
	color:#94A3B8;
	line-height:20px;
}
.has-product-list .products .product .price-wrapper ins{
	font-size:21px;
	font-weight:800;
	color:#1E293B;
	line-height:20px;
	text-decoration:unset;
}
.has-product-list .products .product .button{
	height:36px;
	background:#fff;
	border-radius: 8px;
	border:1px solid #C42A24;
	padding:0 8px;
	margin:0 !important;
	
	font-size:16px;
	font-weight:700;
	color:#C42A24;
	line-height:30px;
	
	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 .button:hover{
	border-color:#E6332A;
}
.has-product-list .products .product .button:active{
	border-color:#F08F89;
}
.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='%23C42A24' 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='%23C42A24' 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='%23C42A24' 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='%23C42A24' 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='%23C42A24' 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='%23C42A24' 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='%23C42A24' 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='%23C42A24' 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;
}
.has-product-list .products .product .button.added:after{
	display:none;
}

@-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:1100px) {
	.has-product-list .products .product{
		width: -moz-calc( 50% - 11px );
		width: -webkit-calc( 50% - 11px );
		width: calc( 50% - 11px );
	}
}
@media only screen and (max-width:900px) {
	.has-product-list .products .product{
		width: -moz-calc( 50% - 11px );
		width: -webkit-calc( 50% - 11px );
		width: calc( 50% - 11px );
	}
}
@media only screen and (max-width:500px) {
	.has-product-list .products .product{
		width: 100%;
	}
}



#header-wrapper{
	width:100%;
	height:121px;
	border-bottom:1px solid #CBD5E1;
	
	-moz-box-shadow: 0px 4px 6px -1px rgba(58, 58, 58, 0.1);
	-webkit-box-shadow: 0px 4px 6px -1px rgba(58, 58, 58, 0.1);
	box-shadow: 0px 4px 6px -1px rgba(58, 58, 58, 0.1);
	
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
}
body.small-header-active #header-wrapper{
	height:81px;
}
#header {
	background: #fff;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}
#header .container {
	height: 80px;
	
	position:relative;
}
#header .logo{
	padding:0;
	margin:14px 0 0 24px;
	float:right;
}
#header .logo img{
	width:104px;
	height:46px;
	display:block;
}
#header #search{
	width:671px;
	height:48px;
	background:#E2E8F0;
	margin-top:16px;
	padding:0 16px;
	float:right;
	
	border-radius:8px;
	
	position:relative;
}
#header #search.suggestion-active{
	height:auto;
	background:#fff;
	box-shadow: 0px 8px 24px 0px rgba(13, 77, 64, 0.10);
	border-radius:8px;
	padding-bottom:16px;
}
#header #search.mobile-visible,
body.logged-in #header #search.mobile-visible{
	width:100% !important;
	height:100% !important;
	/* display:block !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:48px;
	padding:0;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	position:relative;
}
#header #search form .mobile-back-btn{
	display:none;
	cursor:pointer;
	margin-left:16px;
}
#header #search.mobile-visible form{
	height:auto !important;
	padding:10px 0;
	border-bottom:1px solid #e2e8f0;
}
#header #search.mobile-visible form .mobile-back-btn{
	display:block;
}
#header #search.suggestion-active form:after{
	width:-moz-calc( 100% - 32px );
	width:-webkit-calc( 100% - 32px );
	width:calc( 100% - 32px );
	
	height:1px;
	background:#E2E8F0;
	content:'';
	display:block;
	
	position:absolute;
	bottom:0;
	left:16px;
}
#header #search.mobile-visible form:after{
	display:none;
}
#header #search .input-text{
	width:-moz-calc( 100% - 40px );
	width:-webkit-calc( 100% - 40px );
	width:calc( 100% - 40px );
	
	height:24px;
	background:none;
	border:0;
	border-radius:0;
	padding:0;
	
	font-size:14px;
	color:#64748B;
	line-height:24px;
	
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
#header #search .submit{
	width:24px;
	height:48px;
	background:none;
	border:0;
	cursor:pointer;
	
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#header #search .close-btn{
	width:24px;
	height:48px;
	background:#E2E8F0;
	border:0;
	cursor:pointer;
	
	display:none;
	justify-content:center;
	align-items:center;
	
	position:absolute;
	top:0;
	left:0;
	z-index:4;
}
#header #search.suggestion-active .close-btn{
	background:#fff;
}
#header #search.mobile-visible .close-btn{
	background:#fff;
	top:10px;
}
#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;
	margin-top:2px;
	padding:24px 16px 0;
	border-radius:0 0 24px 24px;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	scrollbar-width:thin;
	scrollbar-color:#CBD5E1 #F1F5F9;
}
#header #search.mobile-visible .ajax-search-result {
	height:-moz-calc( 100% - 39px );
	height:-webkit-calc( 100% - 39px );
	height:calc( 100% - 39px );
	
	max-height:unset;
	padding:16px;
}
#header #search .ajax-search-result::-webkit-scrollbar {
    width:5px;
}
#header #search .ajax-search-result::-webkit-scrollbar-track {
    background:#F1F5F9;
	border-radius:5px;
}
#header #search .ajax-search-result::-webkit-scrollbar-thumb {
    background:#CBD5E1;
    border-radius:5px;
}
#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:8px;
}
#header #search .ajax-search-result .items-list.term{
	margin-bottom:20px;
}
#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;
}
#header #search .ajax-search-result .items-list .data{
	width:-moz-calc( 100% - 64px );
	width:-webkit-calc( 100% - 64px );
	width:calc( 100% - 64px );
}
#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.term .title{
	float:none;
}
#header #search .ajax-search-result .items-list .title h3 {
	width:100%;
	overflow:hidden;
	margin: 0;
	padding: 0;
	
	font-size: 14px;
	font-weight: 400;
	color:#334155;
	line-height:25px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#header #search .ajax-search-result .items-list.term .title h3 {
	font-weight:500;
}
#header #search .ajax-search-result .items-list .title h3:hover {
	color:#666;
}
#header #search .ajax-search-result .items-list.term .title h3:before{
	width:20px;
	height:20px;
	background:url('../images/category-product.svg') no-repeat;
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	
	display:inline-block;
	content:'';
	margin-left:8px;
	vertical-align:middle;
}
#header #search .ajax-search-result .items-list span{
	width:100%;
	height: 25px;
	overflow: hidden;
	display: block;
	
	font-size: 12px;
	color: #6e6d6d;
	font-size:500;
	line-height:25px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#header #search .ajax-search-result .items-list span.sub-link{
	padding-right:15px;
	margin-top:8px;
	
	font-size: 14px;
}
#header #search .ajax-search-result .items-list span.sub-link a{
	color:#6e6d6d;
}
#header #search .ajax-search-result .items-list span.sub-link:before{
	width:16px;
	height:16px;
	background:url('../images/menu-square-yellow.svg') no-repeat center;
	
	display:inline-block;
	content:'';
	margin-left:8px;
	vertical-align:middle;
}
#header #search .ajax-search-result .items-list span.sub-link.button:before{
	background:url('../images/pti-big-circle.svg') no-repeat center;
}
#header #search .ajax-search-result .items-list span.sub-link.keychain:before{
	background:url('../images/pti-keyholder.svg') no-repeat center;
}
#header #search .ajax-search-result .items-list span.sub-link.notebook:before{
	background:url('../images/pti-pen.svg') no-repeat center;
}
#header #search .ajax-search-result .items-list span.sub-link.notepad:before{
	background:url('../images/pti-book.svg') no-repeat center;
}
#header #search .ajax-search-result .items-list span.sub-link.mirror:before{
	background:url('../images/pti-mirror.svg') no-repeat center;
}
#header #search .ajax-search-result .items-list span.sub-link.magnet:before{
	background:url('../images/pti-magnet-square.svg') no-repeat center;
}
#header #search .ajax-search-result .items-list span.sub-link.necklace:before{
	background:url('../images/pti-necklaces.svg') no-repeat center;
}
#header #search .ajax-search-result .items-list span.sub-link.bag:before{
	background:url('../images/pti-bag.svg') no-repeat center;
}
#header #search .ajax-search-result .items-list span.sub-link.frame:before{
	background:url('../images/pti-image.svg') no-repeat center;
}
#header .mobile-search-icon{
	width:-moz-calc( 100% - 101px );
	width:-webkit-calc( 100% - 101px );
	width:calc( 100% - 101px );
	
	height:38px;
	background: #E2E8F0;
	display:none;
	margin-top:5px;
	padding:0 16px;
	float:right;
	cursor:pointer;
	border-radius:8px;
	
	position:relative;
}
#header .mobile-search-icon span{
	float:right;
	margin:7px 0 0 0;
	
	font-size:12px;
	font-weight:400;
	color:#64748B;
	line-height:24px;
}
#header .mobile-search-icon svg{
	width:20px;
	height:20px;
	float:left;
	margin:8px 0 0  0;
}

#header .profile-basket-wrapper{
	width:auto;
	float:left;
	
	display:flex;
	gap:24px;
}
#header .basket-btn{
	width:40px;
	height:40px;
	background:#fff;
	margin-top:20px;
	border:1px solid #94A3B8;
	cursor:pointer;
	border-radius:8px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:relative;
}
#header .basket-btn:hover{
	background:#f8f8f8;
}
#header .basket-btn.active{
	border-color:#475569;
}
#header .basket-btn svg path{
	stroke:#64748B;
}
#header .basket-btn.active svg path{
	stroke:#334155;
}
#header .basket-btn .cart-contents-count{
	min-width:20px;
	height:16px;
	background:#E6332A;
	padding:0 6px;
	border-radius:5px;

	display:flex;
	justify-content: center;
	align-items: center;
	
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	line-height:16px;
	
	position: absolute;
	right: -9px;
	top: -4px;
	z-index:1;
}
#header .login-register {
	width: 150px;
	height:40px;
	background:#fff;
	margin-top:20px;
	border-radius:8px;
	border:1px solid #94A3B8;
	
	color:#334155;
	line-height:24px;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#header .login-register:hover {
	border-color:#475569;
}
#header .login-register svg{
	margin-left:8px;
}

#header .profile-btn{
	width: 180px;
	height:40px;
	background:#fff;
	margin-top:20px;
	border-radius:8px;
	border:1px solid #475569;
	padding:0 12px;
	cursor:pointer;
	
	color:#334155;
	line-height:24px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
}
#header .profile-btn:hover{
	background:#f8f8f8;
}
#header .profile-btn .text{
	width:104px;
	overflow:hidden;
	
	text-align:center;
	line-height:23px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#header .profile-popup{
	width:216px;
	background:#FFF;
	overflow:hidden;
	padding: 12px 8px;
	border-radius:0 0 16px 16px;
	box-shadow: 0px 20px 25px -5px rgba(58, 58, 58, 0.1), 0px 8px 10px -6px rgba(58, 58, 58, 0.1);
	
	-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: 8px;
	
	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:20px;
}
#header .profile-popup a{
	width:100%;
	height:40px;
	padding:0 6px;
	
	display:flex;
	align-items: center;
	gap:13px;
	
	color:#64748B;
}
#header .profile-popup a:hover{
	color:#475569;
}
#header .profile-popup a svg path{
	stroke:#64748B;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#header .profile-popup a:hover svg path{
	stroke:#475569;
}
#header .profile-popup a:hover svg.fill path{
	fill:#22C3A3;
}
#header .profile-popup a.logout{
	padding-top:8px;
	border-top: 1px solid #E2E8F0;

	color:#D6426C;
}
#header .profile-popup a.logout:hover{
	color:#E6332A;
}
#header .profile-popup a.logout svg path{
	stroke:#D6426C;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#header .profile-popup a.logout:hover svg path{
	stroke:#E6332A;
}

#header .basket-popup{
	width: 408px;
	background:#FFF;
	overflow:hidden;
	padding:16px 24px 16px 8px;
	border-radius:8px 16px 16px 16px;
	box-shadow: 0px 20px 25px -5px rgba(58, 58, 58, 0.1), 0px 8px 10px -6px rgba(58, 58, 58, 0.1);
	
	-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:16px;
	
	position:absolute;
	top:40px;
	left:202px;
	z-index:1000000;
}
#header .basket-popup.visible{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	top:20px;
}
#header .basket-popup .basket-title-count-status{
	width:100%;
	
	display:flex;
	justify-content:right;
	align-items:center;
	gap:8px;
	
	font-size:14px;
	font-weight:400;
	color:#475569;
	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 ul{
	max-height:310px;
	overflow-x:hidden;
	overflow-y:auto;
	list-style:none;
	margin:0 0 16px;
	padding:0;
	
	scrollbar-width:thin;
	scrollbar-color:#CBD5E1 #F1F5F9;
}
#header .basket-popup ul::-webkit-scrollbar {
    width:5px;
}
#header .basket-popup ul::-webkit-scrollbar-track {
    background:#F1F5F9;
	border-radius:5px;
}
#header .basket-popup ul::-webkit-scrollbar-thumb {
    background:#CBD5E1;
    border-radius:5px;
}
#header .basket-popup ul li:before,
#header .basket-popup ul li:after{
	display:none !important;
}
#header .basket-popup ul li{
	width:-moz-calc( 100% - 11px );
	width:-webkit-calc( 100% - 11px );
	width:calc( 100% - 11px );
	overflow:hidden;
	padding:16px 0;
	border-bottom:1px solid #CBD5E1;
	float:right;
	
	display:flex;
	justify-content:space-between;
	gap:24px;
	
	position:relative;
}
#header .basket-popup ul li .blockUI.blockOverlay{
	width: 100%; 
	height: 100%; 
	background-color: rgba(0, 0, 0, 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:78px;
}
#header .basket-popup ul li .thumbnail-wrapper a{
	position:relative;
}
#header .basket-popup ul li .thumbnail-wrapper a.darkgray:after,
#header .basket-popup ul li .thumbnail-wrapper a.darkgray-old:after,
#header .basket-popup ul li .thumbnail-wrapper a.lightgray:after,
#header .basket-popup ul li .thumbnail-wrapper a.lightgray-old:after,
#header .basket-popup ul li .thumbnail-wrapper a.beige:after,
#header .basket-popup ul li .thumbnail-wrapper a.beige-old:after,
#header .basket-popup ul li .thumbnail-wrapper a.silver:after,
#header .basket-popup ul li .thumbnail-wrapper a.silver-old:after,
#header .basket-popup ul li .thumbnail-wrapper a.gold:after,
#header .basket-popup ul li .thumbnail-wrapper a.gold-old:after,
#header .basket-popup ul li .thumbnail-wrapper a.burntbrown:after,
#header .basket-popup ul li .thumbnail-wrapper a.burntbrown-old:after,
#header .basket-popup ul li .thumbnail-wrapper a.hazelnutwood:after,
#header .basket-popup ul li .thumbnail-wrapper a.hazelnutwood-old:after,
#header .basket-popup ul li .thumbnail-wrapper a.darkwood:after,
#header .basket-popup ul li .thumbnail-wrapper a.darkwood-old:after,
#header .basket-popup ul li .thumbnail-wrapper a.lightwood:after,
#header .basket-popup ul li .thumbnail-wrapper a.lightwood-old:after,
#header .basket-popup ul li .thumbnail-wrapper a.selfcoloredwood:after,
#header .basket-popup ul li .thumbnail-wrapper a.selfcoloredwood-old:after{
	width:100%;
	height:100%;
	
	background-repeat:no-repeat;
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
	
	content:'';
	
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#header .basket-popup ul li .thumbnail-wrapper a.darkgray:after{
	background-image:url('../images/darkgray1.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.darkgray-old:after{
	background-image:url('../images/darkgray1-old.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.lightgray:after{
	background-image:url('../images/lightgray1.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.lightgray-old:after{
	background-image:url('../images/lightgray1-old.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.beige:after{
	background-image:url('../images/beige1.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.beige-old:after{
	background-image:url('../images/beige1-old.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.silver:after{
	background-image:url('../images/silver1.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.silver-old:after{
	background-image:url('../images/silver1-old.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.gold:after{
	background-image:url('../images/gold1.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.gold-old:after{
	background-image:url('../images/gold1-old.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.burntbrown:after{
	background-image:url('../images/burntbrown1.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.burntbrown-old:after{
	background-image:url('../images/burntbrown1-old.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.hazelnutwood:after{
	background-image:url('../images/hazelnutwood1.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.hazelnutwood-old:after{
	background-image:url('../images/hazelnutwood1-old.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.darkwood:after{
	background-image:url('../images/darkwood1.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.darkwood-old:after{
	background-image:url('../images/darkwood1-old.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.lightwood:after{
	background-image:url('../images/lightwood1.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.lightwood-old:after{
	background-image:url('../images/lightwood1-old.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.selfcoloredwood:after{
	background-image:url('../images/selfcoloredwood1.webp');
}
#header .basket-popup ul li .thumbnail-wrapper a.selfcoloredwood-old:after{
	background-image:url('../images/selfcoloredwood1-old.webp');
}
#header .basket-popup ul li img{
	width:100%;
	height:auto;
	display:block;
	float:none;
	margin:0;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity {
	width:100%;
	height:36px;
	background:#F1F5F9;
	border:0;
	border-radius: 8px;
	margin-top:8px;
	
	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:#F1F5F9 url('../images/add-circle.svg') no-repeat;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .minus {
    background:#F1F5F9 url('../images/minus-cirlce.svg') no-repeat;
	background-size:100% 100%;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .minus.disabled {
	    background:#F1F5F9 url('../images/trash.svg') no-repeat;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .text {
    width:21px;
    height: 30px;
	background:#F1F5F9;
    border: 0;
	border-radius:0;
	padding:0;
	
    font-size: 16px;
    font-weight:700;
	color: #334155;
    line-height: 30px;
    text-align: center
}
#header .basket-popup ul li .title{
	width:120px;
	display:flex;
	flex-direction:column;
	gap:4px;
}
#header .basket-popup ul li .title h2{
	width:100%;
	max-height:48px;
	overflow:hidden;
	display:block;
	margin:0;
	
	font-size: 14px;
	font-weight: 700;
	color:#475569;
	line-height:24px;
}
#header .basket-popup ul li .title .product-packing{
	width:100%;
	display:block;
	
	font-size: 12px;
	font-weight: 400;
	color:#64748B;
}
#header .basket-popup ul li .title .variation{
	width:100%;
	display:block;
	padding:0 !important;
	border:0 !important;
	
	font-size: 12px;
	font-weight: 400;
	color:#64748B;
}
#header .basket-popup ul li .title .variation dd{
	padding:0 !important;
	margin:0 !important;
}
#header .basket-popup ul li .product-price{
	width:120px;
	
	display:flex;
	justify-content:flex-start;
	flex-direction:column;
	gap:5px;
}
#header .basket-popup ul li .product-price .col-wrapper{
	display:flex;
	justify-content:right;
	align-items:center;
	gap:0 5px;
}
#header .basket-popup ul li .product-price .col-right{
	display:flex;
	flex-direction:column;
	
	font-size:21px;
	font-weight:800;
	color:#334155;
	line-height:20px;
}
#header .basket-popup ul li .product-price .woocommerce-Price-currencySymbol{
	display:none;
}
#header .basket-popup ul li .product-price del{
	font-size:14px;
	font-weight:400;
	color:#94A3B8;
	line-height:20px;
}
#header .basket-popup ul li .product-price ins{
	font-size:21px;
	font-weight:800;
	color:#334155;
	line-height:20px;
	text-decoration:unset;
}
#header .basket-popup ul li .product-price .discount-price{
	width:100%;
	display:block;
	
	font-size:12px;
	font-weight:700;
	color:#D6426C;
	line-height:20px;
}
#header .basket-popup .bottom{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	
	padding:5px 0 0 16px;
}
#header .basket-popup .bottom .woocommerce-mini-cart__total strong{
	width:100%;
	display:block;
	margin-bottom:8px;
	
	font-size:14px;
	font-weight:400;
	color:#475569;
}
#header .basket-popup .bottom .woocommerce-mini-cart__total .woocommerce-Price-amount{
	font-size:21px;
	font-weight:800;
	color:#0F172A;
	line-height:15px;
	
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	gap:8px;
}
#header .basket-popup .bottom .woocommerce-mini-cart__total .woocommerce-Price-amount:after{
	width:24px;
	height:20px;
	background: url('../images/toman.svg') no-repeat;
	display:block;
	content:'';
}
#header .basket-popup .bottom .woocommerce-Price-currencySymbol{
	display:none;
}
#header .basket-popup .bottom a.button{
	height:40px;
	padding:0 16px;
	background:#E6332A;
	border-radius:8px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-size: 18px;
	font-weight: 800;
	color:#FFF;
	
	-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:#C42A24;
}
#header .basket-popup .bottom a.button:active{
	background:#F08F89;
}
#header .basket-popup .bottom a.button.checkout{
	display:none;
}

@media only screen and (max-width:1130px) {
	#header #search,
	body.logged-in #header #search{	
		width:-moz-calc( 100% - 410px ) !important;
		width:-webkit-calc( 100% - 410px ) !important;
		width:calc( 100% - 410px ) !important;
	}
}
@media only screen and (max-width:1000px) {
	body {
		padding-top: 49px;
	}
	#header-wrapper{
		height:49px !important;
	}
	#header .container{
		height:48px;
	}
	#header .logo{
		padding:0;
		margin-top:7px;
	}
	#header .logo img{
		width:auto;
		height:34px;
	}
	#header #search,
	body.logged-in #header #search{	
		width:-moz-calc( 100% - 102px ) !important;
		width:-webkit-calc( 100% - 102px ) !important;
		width:calc( 100% - 102px ) !important;
		
		height:38px;
		margin-top:5px;
	}
	#header #search.suggestion-active{
		height:auto !important;
	}
	#header #search.mobile-visible{
		height:100% !important;
	}
	#header #search form{
		height:36px;
	}
	#header #search .input-text{
		height:34px;
	}
	#header #search .btn-icon{
		width:20px;
		height:20px;
	}
	#header #search .submit{
		height:35px;
	}
	#header #search .close-btn{
		height:35px;
	}
	#header #search .close-btn svg{
		width:20px;
		height:20px;
	}
	#header .profile-basket-wrapper{
		display:none;
	}
}
@media only screen and (max-width:500px) {
	#header .container{
		justify-content:space-between;
	}
	#header #search,
	body.logged-in #header #search{
		width:100% !important;
		height:100% !important;
		background:#fff;
		border:0;
		margin:0;
		border-radius:0;
		box-shadow:unset;
		visibility:hidden;
		
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		FILTER: alpha(opacity=0);
		
		position:fixed;
		top:30%;
	}
	#header .mobile-search-icon{
		display:block;
	}
}

#main-navigation {
	height: 40px;
	background: #fff;
}
body.small-header-active #main-navigation{
	height:0;
	overflow:hidden;
}
#main-navigation ul {
	height: 40px;
	list-style: none;
	padding: 0;
	
	position:relative;
}

#main-navigation ul>li {
	height: 47px;
	float: right;
	margin-left: 24px;
	
	position: relative;
}
#main-navigation ul>li.category-topic{
	position:unset;
}
#main-navigation ul>li:last-child {
	margin-left: 0
}
#main-navigation ul>li>a {
	height: 40px;
	padding: 0 8px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	color: #334155;
	line-height: 40px;
	
	position: relative;
}
#main-navigation ul>li.menu-item-has-children>a:after {
	width:12px;
	height:12px;
	background:url('../images/menu-arrow-down.svg') no-repeat;
    overflow: hidden;
    display: inline-block;
    content: '';
    margin-right: 16px;
}
#main-navigation ul>li:hover>a,
#main-navigation ul>li>a:hover {
	background:#fff;
	
	color:#E6332A;
}
#main-navigation ul>li.current-menu-item>a,
#main-navigation ul>li.current_page_item>a{
	background:#E6332A;
	
	color:#fff;
}
#main-navigation ul>li.menu-item-has-children.current-menu-item>a:after,
#main-navigation ul>li.menu-item-has-children.current_page_item>a:after{
	background:url('../images/menu-arrow-up.svg') no-repeat;
}
#main-navigation ul>li.category-product>a:before{
	width:24px;
	height:24px;
	background:url('../images/category-product.svg') no-repeat;
	display:block;
	content:'';
	margin-left:8px;
}
#main-navigation ul>li.category-product:hover>a:before,
#main-navigation ul>li.category-product>a:hover:before{
	background:url('../images/category-product-hover.svg') no-repeat;
}
#main-navigation ul>li.category-product.current-menu-item>a:before{
	background:url('../images/category-product-open.svg') no-repeat;
}
#main-navigation ul>li.category-topic>a:before{
	width:24px;
	height:24px;
	background:url('../images/category-topic.svg') no-repeat;
	display:block;
	content:'';
	margin-left:8px;
}
#main-navigation ul>li.category-topic:hover>a:before,
#main-navigation ul>li.category-topic>a:hover:before{
	background:url('../images/category-topic-hover.svg') no-repeat;
}
#main-navigation ul>li.category-topic.current-menu-item>a:before{
	background:url('../images/category-topic-open.svg') no-repeat;
}
#main-navigation ul>li.how-to-buy>a:before{
	width:24px;
	height:24px;
	background:url('../images/how-to-buy.svg') no-repeat;
	display:block;
	content:'';
	margin-left:8px;
}
#main-navigation ul>li.how-to-buy:hover>a:before,
#main-navigation ul>li.how-to-buy>a:hover:before{
	background:url('../images/how-to-buy-hover.svg') no-repeat;
}
#main-navigation ul>li.how-to-buy.current_page_item>a:before,
#main-navigation ul>li.how-to-buy.current_menu_item>a:before{
	background:url('../images/how-to-buy-open.svg') no-repeat;
}
#main-navigation ul>li.blog>a:before{
	width:24px;
	height:24px;
	background:url('../images/blog.svg') no-repeat;
	display:block;
	content:'';
	margin-left:8px;
}
#main-navigation ul>li.blog:hover>a:before,
#main-navigation ul>li.blog>a:hover:before{
	background:url('../images/blog-hover.svg') no-repeat;
}
#main-navigation ul>li.blog.current_page_item>a:before,
#main-navigation ul>li.blog.current-menu-item>a:before{
	background:url('../images/blog-open.svg') no-repeat;
}
#main-navigation ul>li.major-shipping>a{
	font-weight:800;
	color:#E6332A;
}
#main-navigation ul>li.major-shipping>a:before{
	width:24px;
	height:24px;
	background:url('../images/major-cart.svg') no-repeat;
	display:block;
	content:'';
	margin-left:8px;
}
#main-navigation ul>li.major-shipping:hover>a:before,
#main-navigation ul>li.major-shipping>a:hover:before{
	background:url('../images/major-cart-hover.svg') no-repeat;
}
#main-navigation ul>li.major-shipping.current_page_item>a,
#main-navigation ul>li.major-shipping.current_menu_item>a{
	color:#fff;
}
#main-navigation ul>li.major-shipping.current_page_item>a:before,
#main-navigation ul>li.major-shipping.current_menu_item>a:before{
	background:url('../images/major-cart-open.svg') no-repeat;
}
#main-navigation ul>li>div.sub-menu {
	width: 100%;
	
	height: -moz-calc(100vh - 150px);
	height: -webkit-calc(100vh - 150px);
	height: calc(100vh - 150px);
	
	max-height:455px;
	
	background: #fff;
	overflow:hidden;
	display:block;
	visibility:hidden;
	padding:0;
	border-radius:16px;
	box-shadow: 0px 20px 25px -5px rgba(57, 57, 57, 0.1), 0px 8px 10px -6px rgba(57, 57, 57, 0.1);
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	position: absolute;
	top: 75px;
	right: 0;
	z-index: 99999
}
#main-navigation ul>li:hover>div.sub-menu {
	visibility:visible;
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	top:44px;
}
#main-navigation ul>li>div.sub-menu>ul.main-column{
	width:212px;
	height:100%;
	background:#F8FAFC;
	overflow:hidden;
	overflow-y:auto;
	margin:0;
	padding:24px 16px 24px 0;
	
	display:flex;
	flex-direction:column;
	gap:6px;
	
	position:unset;
	
	scrollbar-width:thin;
	scrollbar-color:#c0c2c5 #f0f0f1;
}
#main-navigation ul>li>div.sub-menu>ul.main-column::-webkit-scrollbar {
    width:5px;
}
#main-navigation ul>li>div.sub-menu>ul.main-column::-webkit-scrollbar-track {
    background:#f0f0f1;
	border-radius:5px;
}
#main-navigation ul>li>div.sub-menu>ul.main-column::-webkit-scrollbar-thumb {
    background:#c0c2c5;
    border-radius:5px;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li{
	width:100%;
	height:34px;
	background:#F8FAFC;
	border-radius: 0px 8px 8px 0px;
	position:unset;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>a{
	height:34px;
	border-radius: 0px 8px 8px 0px;
	
	display:flex;
	justify-content:right;
	align-items:center;
	gap:8px;
	
	position:relative;
	
	line-height:34px;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>a:after{
	width:12px;
	height:12px;
	background:url('../images/arrow-left-menu.svg') no-repeat center;
	content:'';
	display:block !important;
	
	position:absolute;
	top:11px;
	left:10px;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li:hover>a,
#main-navigation ul>li>div.sub-menu>ul.main-column>li.active>a{
	background:#fff;
	
	color:#E6332A;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li:hover>a>svg path,
#main-navigation ul>li>div.sub-menu>ul.main-column>li.active>a>svg path{
	stroke:#E6332A;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul{
	width:-moz-calc( 100% - 212px );
	width:-webkit-calc( 100% - 212px );
	width:calc( 100% - 212px );
	
	height:-moz-calc(100% - 5px);
	height:-webkit-calc(100% - 5px);
	height:calc(100% - 5px);
	padding:16px 24px 10px 0;
	overflow:hidden;
	overflow-x:auto;
	box-shadow:unset;
	border-radius:0;
	visibility:visible;
	
	display:none;
	flex-direction:column;
	flex-wrap:wrap;
	gap:4px 32px;
	
	position:absolute;
	top:0;
	right:212px;
	
	scrollbar-width:thin;
	scrollbar-height:7px;
	scrollbar-color:#c0c2c5 #f0f0f1;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul::-webkit-scrollbar {
    height:7px;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul::-webkit-scrollbar-track {
    background:#f0f0f1;
	border-radius:5px;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul::-webkit-scrollbar-thumb {
    background:#c0c2c5;
    border-radius:5px;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li:hover>ul,
#main-navigation ul>li>div.sub-menu>ul.main-column>li.active>ul{
	/* visibility:visible; */
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	display:flex;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li{
	width:240px;
	height:auto;
	min-height:34px;
	background:none;
	margin-left:0;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li.archive-parent{
	display:none;
}
body.is-touch #main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li.archive-parent{
	display:block;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li>a{
	width:100%;
	height:auto;
	min-height:34px;
	background:rgba(255,255,255,0) !important;
	padding-right:28px;
	border-radius:8px;
	
	color:#334155;
	line-height:34px;
	
	position:relative;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li:hover>a{
	background:#E2E8F0 !important;
	
	color:#334155 !important;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li.parent>a{
	padding-right:20px;
	
	font-size:16px;
	font-weight:700;
	color:#E6332A;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li.parent:hover>a{
	background:none !important;
	
	color:#C42A24 !important;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li.archive-parent>a{
	color:#E6332A;
	font-weight:700;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li.archive-parent:hover>a{
	background:none !important;
	
	color:#C42A24 !important;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li>a:before{
	width:6px;
	height:6px;
	background:none !important;
	content:'';
	display:block !important;
	border:2px solid #334155;
	border-radius:100%;
	margin-top:-4px;
	
	position:absolute;
	top:50%;
	right:8px;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li:hover>a:before{
	border-color:#334155 !important;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li.parent>a:before{
	width:12px;
	height:12px;
	background:url('../images/menu-square.svg') no-repeat center !important;
	border-radius:0;
	border:0;
	
	right:0;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li.archive-parent>a:before{
	border-color:#E6332A;
	background:#E6332A !important;
}
#main-navigation ul>li>div.sub-menu>ul.main-column>li>ul>li.archive-parent:hover>a:before{
	border-color:#E6332A !important;
}
#main-navigation ul>li>ul {
	width:750px;
	
	height: -moz-calc(100vh - 150px);
	height: -webkit-calc(100vh - 150px);
	height: calc(100vh - 150px);
	
	max-height:535px;
	background: #fff;
	overflow:hidden;
	overflow-x:auto;
	display: block;
	visibility:hidden;
	padding:16px;
	border-radius:16px;
	box-shadow: 0px 20px 25px -5px rgba(57, 57, 57, 0.1), 0px 8px 10px -6px rgba(57, 57, 57, 0.1);
	
	-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);
	
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	gap:4px 32px;
	
	position: absolute;
	top: 75px;
	right: 0;
	z-index: 10;
	
	scrollbar-width:thin;
	scrollbar-height:7px;
	scrollbar-color:#c0c2c5 #f0f0f1;
}
#main-navigation ul>li>ul::-webkit-scrollbar {
    height:7px;
}
#main-navigation ul>li>ul::-webkit-scrollbar-track {
    background:#f0f0f1;
	border-radius:5px;
}
#main-navigation ul>li>ul::-webkit-scrollbar-thumb {
    background:#c0c2c5;
    border-radius:5px;
}
#main-navigation ul>li:hover>ul {
	visibility:visible;
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	top:44px;
}
#main-navigation ul>li>ul>li {
	width:212px;
	height:auto;
	min-height:34px;
	background:none;
	margin-left:0;
}
#main-navigation ul>li>ul>li a{
	width:100%;
	height:auto;
	min-height:34px;
	background:none;
	padding-right:36px;
	border-radius:8px;
	
	color:#64748B;
	line-height:34px;
	
	position:relative;
}
#main-navigation ul>li>ul>li.current-menu-item a,
#main-navigation ul>li>ul>li:hover a{
	background:#E2E8F0 !important;
	
	color:#64748B !important;
}
#main-navigation ul>li>ul>li>a:before{
	width:16px;
	height:16px;
	content:'';
	display:block !important;
	margin-top:-8px;
	
	position:absolute;
	top:50%;
	right:8px;
}
#main-navigation ul>li>ul>li.small-circle>a:before{
	background:url('../images/pti-small-circle.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.big-circle>a:before{
	background:url('../images/pti-big-circle.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.square>a:before{
	background:url('../images/pti-square.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.heart>a:before{
	background:url('../images/pti-heart.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.polygon>a:before{
	background:url('../images/pti-polygon.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.star>a:before{
	background:url('../images/pti-star.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.triangle>a:before{
	background:url('../images/pti-triangle.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.keyholder>a:before{
	background:url('../images/pti-keyholder.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.pen>a:before{
	background:url('../images/pti-pen.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.book>a:before{
	background:url('../images/pti-book.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.twoline>a:before{
	background:url('../images/pti-twoline.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.threeline>a:before{
	background:url('../images/pti-threeline.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.music>a:before{
	background:url('../images/pti-music.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.engineering>a:before{
	background:url('../images/pti-engineering.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.checkered-notebook>a:before{
	background:url('../images/pti-checkered-notebook.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.painting-notebook>a:before{
	background:url('../images/pti-painting-notebook.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.dictionary-notebook>a:before{
	background:url('../images/pti-dictionary-notebook.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.checklist-notebook>a:before{
	background:url('../images/pti-checklist-notebook.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.mirror>a:before{
	background:url('../images/pti-mirror.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.magnet-square>a:before{
	background:url('../images/pti-magnet-square.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.magnet-circle>a:before{
	background:url('../images/pti-magnet-circle.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.necklaces>a:before{
	background:url('../images/pti-necklaces.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.bag>a:before{
	background:url('../images/pti-bag.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.picture-frame>a:before{
	background:url('../images/pti-image.svg') no-repeat center;
}
#main-navigation ul>li>ul>li.parent>a{
	padding-right:20px;
	
	font-size:16px;
	font-weight:700;
	color:#E6332A;
}
#main-navigation ul>li>ul>li.parent.current-menu-item>a,
#main-navigation ul>li>ul>li.parent:hover>a{
	background:none !important;
	
	color:#C42A24 !important;
}
#main-navigation ul>li>ul>li.parent>a:before{
	width:12px;
	height:12px;
	background:url('../images/menu-square.svg') no-repeat center !important;
	border-radius:0;
	border:0;
	
	right:0;
}

@media only screen and (max-width:1000px) {
	#main-navigation {
		display: none
	}
}

#mobile-bottom-bar-fixed{
	background: linear-gradient(180deg, rgba(248, 250, 252, 0) 4.86%, #F8FAFC 81.25%);
	display:none;
	
	position:fixed;
	bottom:0;
	left:0;
	z-index:99999;
}
#mobile-bottom-bar-fixed .navigation-button{
	width:-webkit-calc(100% - 24px);
	width:-moz-calc(100% - 24px);
	width:calc(100% - 24px);
	
	background:#fff;
	display:block;
	overflow:hidden;
	border:1px solid #E2E8F0;
	border-radius:12px;
	margin:0 auto 12px;
	
	-moz-box-shadow: 0px 20px 25px -5px rgba(58, 58, 58, 0.1), 0px 8px 10px -6px rgba(58, 58, 58, 0.1);
	-webkit-box-shadow: 0px 20px 25px -5px rgba(58, 58, 58, 0.1), 0px 8px 10px -6px rgba(58, 58, 58, 0.1);
	box-shadow: 0px 20px 25px -5px rgba(58, 58, 58, 0.1), 0px 8px 10px -6px rgba(58, 58, 58, 0.1);
}
#mobile-bottom-bar-fixed .navigation-button .container{
	height:60px;
	
	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;
	font-weight:400;
	color:#64748B;
}
#mobile-bottom-bar-fixed .navigation-button .item.current-page,
#mobile-bottom-bar-fixed .navigation-button .item:hover{
	color:#E6332A;
}
#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;
	font-weight:400;
	color:#64748B;
	
	-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.current-page:after,
#mobile-bottom-bar-fixed .navigation-button .basket-btn:hover:after{
	color:#E6332A;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn svg path{
	stroke:#334155;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn .cart-contents-count{
	min-width:20px;
	height:16px;
	background:#E6332A;
	padding:0 6px;
	border-radius:5px;

	display:flex;
	justify-content: center;
	align-items: center;
	
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	line-height:16px;
	
	position: absolute;
	left:50%;
	top: -4px;
	z-index:1;
}
#mobile-bottom-bar-fixed .navigation-button .item 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;
}
#mobile-bottom-bar-fixed .navigation-button .item.current-page svg path,
#mobile-bottom-bar-fixed .navigation-button .item:hover svg path{
	stroke:#E6332A;
}

@media only screen and (max-width:1000px) {
	#mobile-bottom-bar-fixed{
		display:block;
	}
}
@media only screen and (max-width:430px) {
	#mobile-bottom-bar-fixed .navigation-button .container{
		justify-content:space-between;
	}
	#mobile-bottom-bar-fixed .navigation-button .item{
		font-size:12px;
	}
	#mobile-bottom-bar-fixed .navigation-button .basket-btn:after{
		font-size:12px;
	}
}
@media only screen and (max-width:330px) {
	#mobile-bottom-bar-fixed .navigation-button .item{
		font-size:10px;
	}
	#mobile-bottom-bar-fixed .navigation-button .basket-btn:after{
		font-size:10px;
	}
}

#mobile-category-products-popup,
#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-products-popup.visible,
#mobile-category-popup.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
	
	top:0;
}
#mobile-category-products-popup .row,
#mobile-category-popup .row{
	width:100%;
	overflow:hidden;
	display:block;
	padding:16px;
	border-bottom:1px solid #efefef;
}
#mobile-category-products-popup .close,
#mobile-category-popup .close{
	float:right;
	cursor:pointer;
}
#mobile-category-products-popup .mobile-category-products-content,
#mobile-category-popup .mobile-category-content{
	width:100%;
	
	height:-moz-calc( 100% - 40px );
	height:-webkit-calc( 100% - 40px );
	height:calc( 100% - 40px );
	
	overflow:hidden;
	display:block;
}
#mobile-category-products-popup .mobile-category-products-content ul,
#mobile-category-popup .mobile-category-content ul{
	list-style:none;
	margin:0;
	padding:0;
}
#mobile-category-popup .mobile-category-content>ul.main-column{
	width:130px;
	height:100%;
	background:#F8FAFC;
	overflow:hidden;
	overflow-y:auto;
	margin:0;
	padding:0 0 10px;
	box-shadow:inset 7px 7px 10px -10px rgb(165 165 165);
	
	display:flex;
	flex-direction:column;
	gap:0;
	
	position:unset;
	
	scrollbar-width:thin;
	scrollbar-color:#c0c2c5 #f0f0f1;
}
#mobile-category-popup .mobile-category-content>ul.main-column::-webkit-scrollbar {
    width:5px;
}
#mobile-category-popup .mobile-category-content>ul.main-column::-webkit-scrollbar-track {
    background:#f0f0f1;
	border-radius:5px;
}
#mobile-category-popup .mobile-category-content>ul.main-column::-webkit-scrollbar-thumb {
    background:#c0c2c5;
    border-radius:5px;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li{
	width:100%;
	height:auto;
	border-bottom:1px solid #e2e8f0;
	border-radius: 0px;
	padding:0;
	position:unset;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li:first-child{
	/* padding-top:10px; */
}
#mobile-category-popup .mobile-category-content>ul.main-column>li:last-child{
	margin-bottom:6px;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>a{
	height:auto;
	border-radius:0;
	padding:12px 0 5px;
	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:4px;
	
	position:relative;
	
	font-size:12px;
	line-height:34px;
	color:#64748B;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li.active>a{
	background:#fff;
	border-bottom:2px solid #E6332A;
	box-shadow:0 5px 5px rgba(165, 165, 165, 0.2);
	
	color:#E6332A;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li:hover>a>svg path,
#mobile-category-popup .mobile-category-content>ul.main-column>li.active>a>svg path{
	stroke:#E6332A;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul{
	width:-moz-calc( 100% - 130px );
	width:-webkit-calc( 100% - 130px );
	width:calc( 100% - 130px );
	
	height:-moz-calc( 100% - 56px );
	height:-webkit-calc( 100% - 56px );
	height:calc( 100% - 56px );
	
	padding:10px 5px 10px 8px;
	margin-right:0;
	overflow:hidden;
	overflow-x:auto;
	box-shadow:unset;
	border-radius:0;
	visibility:visible;
	
	display:none;
	flex-direction:column;
	flex-wrap:wrap;
	gap:4px 16px;
	
	position:absolute;
	top:56px;
	right:130px;
	
	scrollbar-width:thin;
	scrollbar-height:7px;
	scrollbar-color:#c0c2c5 #f0f0f1;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul::-webkit-scrollbar {
    height:7px;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul::-webkit-scrollbar-track {
    background:#f0f0f1;
	border-radius:5px;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul::-webkit-scrollbar-thumb {
    background:#c0c2c5;
    border-radius:5px;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li.active>ul{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	display:flex;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li{
	width:240px;
	height:auto;
	min-height:34px;
	background:none;
	margin-left:0;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li.archive-parent{
	display:block;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li>a{
	width:100%;
	height:auto;
	min-height:34px;
	background:rgba(255,255,255,0) !important;
	padding-right:28px;
	border-radius:8px;
	display:block;
	
	color:#334155;
	line-height:34px;
	
	position:relative;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li:hover>a{
	background:#E2E8F0 !important;
	
	color:#334155 !important;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li.parent>a{
	padding-right:20px;
	
	font-size:16px;
	font-weight:700;
	color:#E6332A;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li.parent:hover>a{
	background:none !important;
	
	color:#C42A24 !important;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li.archive-parent>a{
	color:#E6332A;
	font-weight:700;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li.archive-parent:hover>a{
	background:none !important;
	
	color:#C42A24 !important;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li>a:before{
	width:6px;
	height:6px;
	background:none !important;
	content:'';
	display:block !important;
	border:2px solid #334155;
	border-radius:100%;
	margin-top:-4px;
	
	position:absolute;
	top:50%;
	right:8px;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li:hover>a:before{
	border-color:#334155 !important;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li.parent>a:before{
	width:12px;
	height:12px;
	background:url('../images/menu-square.svg') no-repeat center !important;
	border-radius:0;
	border:0;
	
	right:0;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li.archive-parent>a:before{
	border-color:#E6332A;
	background:#E6332A !important;
}
#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li.archive-parent:hover>a:before{
	border-color:#E6332A !important;
}
#mobile-category-products-popup .mobile-category-products-content ul {
	width:100%;
	height:100%;
	
	padding:16px;
	overflow:hidden;
	overflow-x:auto;
	
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	gap:4px 16px;
	
	scrollbar-width:thin;
	scrollbar-width:7px;
	scrollbar-color:#c0c2c5 #f0f0f1;
}
#mobile-category-products-popup .mobile-category-products-content ul::-webkit-scrollbar {
    width:7px;
}
#mobile-category-products-popup .mobile-category-products-content ul::-webkit-scrollbar-track {
    background:#f0f0f1;
	border-radius:5px;
}
#mobile-category-products-popup .mobile-category-products-content ul::-webkit-scrollbar-thumb {
    background:#c0c2c5;
    border-radius:5px;
}
#mobile-category-products-popup .mobile-category-products-content ul>li {
	width:212px;
	height:auto;
	min-height:34px;
	background:none;
	margin-left:0;
}
#mobile-category-products-popup .mobile-category-products-content ul>li a{
	width:100%;
	height:auto;
	min-height:34px;
	background:none;
	display:block;
	padding-right:36px;
	border-radius:8px;
	
	color:#334155;
	line-height:34px;
	
	position:relative;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.current-menu-item a,
#mobile-category-products-popup .mobile-category-products-content ul>li:hover a{
	background:#E2E8F0 !important;
	
	color:#334155 !important;
}
#mobile-category-products-popup .mobile-category-products-content ul>li>a:before{
	width:16px;
	height:16px;
	content:'';
	display:block !important;
	margin-top:-8px;
	
	position:absolute;
	top:50%;
	right:8px;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.small-circle>a:before{
	background:url('../images/pti-small-circle.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.big-circle>a:before{
	background:url('../images/pti-big-circle.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.square>a:before{
	background:url('../images/pti-square.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.heart>a:before{
	background:url('../images/pti-heart.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.polygon>a:before{
	background:url('../images/pti-polygon.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.star>a:before{
	background:url('../images/pti-star.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.triangle>a:before{
	background:url('../images/pti-triangle.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.keyholder>a:before{
	background:url('../images/pti-keyholder.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.pen>a:before{
	background:url('../images/pti-pen.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.book>a:before{
	background:url('../images/pti-book.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.twoline>a:before{
	background:url('../images/pti-twoline.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.threeline>a:before{
	background:url('../images/pti-threeline.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.music>a:before{
	background:url('../images/pti-music.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.engineering>a:before{
	background:url('../images/pti-engineering.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.checkered-notebook>a:before{
	background:url('../images/pti-checkered-notebook.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.painting-notebook>a:before{
	background:url('../images/pti-painting-notebook.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.dictionary-notebook>a:before{
	background:url('../images/pti-dictionary-notebook.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.checklist-notebook>a:before{
	background:url('../images/pti-checklist-notebook.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.mirror>a:before{
	background:url('../images/pti-mirror.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.magnet-square>a:before{
	background:url('../images/pti-magnet-square.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.magnet-circle>a:before{
	background:url('../images/pti-magnet-circle.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.necklaces>a:before{
	background:url('../images/pti-necklaces.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.bag>a:before{
	background:url('../images/pti-bag.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.picture-frame>a:before{
	background:url('../images/pti-image.svg') no-repeat center;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.parent>a{
	padding-right:20px;
	
	font-size:16px;
	font-weight:700;
	color:#E6332A;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.parent.current-menu-item>a,
#mobile-category-products-popup .mobile-category-products-content ul>li.parent:hover>a{
	background:none !important;
	
	color:#C42A24 !important;
}
#mobile-category-products-popup .mobile-category-products-content ul>li.parent>a:before{
	width:12px;
	height:12px;
	background:url('../images/menu-square.svg') no-repeat center !important;
	border-radius:0;
	border:0;
	
	right:0;
}
@media only screen and (max-width:700px) {
	#mobile-category-popup .mobile-category-content>ul.main-column>li>ul{
		overflow:hidden;
		overflow-y:auto;
		
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:flex-start;
		align-content:flex-start;
		gap:4px 16px;
	}
	#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li{
		width:-moz-calc( 50% - 8px );
		width:-webkit-calc( 50% - 8px );
		width:calc( 50% - 8px );
	}
	#mobile-category-products-popup .mobile-category-products-content ul{
		overflow:hidden;
		overflow-y:auto;
		
		flex-wrap:nowrap;
	}
	#mobile-category-products-popup .mobile-category-products-content ul>li{
		width:100%;
	}
}
@media only screen and (max-width:670px) {
	#mobile-category-popup .mobile-category-content>ul.main-column>li>ul{
		flex-direction:column;
		flex-wrap:nowrap;
	}
	#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li{
		width:100%;
		min-height:auto;
	}
}
@media only screen and (max-width:414px) {
	#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li>a{
		font-size:13px;
	}
}
@media only screen and (max-width:330px) {
	#mobile-category-popup .mobile-category-content>ul.main-column{
		width:90px;
	}
	#mobile-category-popup .mobile-category-content>ul.main-column>li.parent-item>a{
		text-align:center;
	}
	#mobile-category-popup .mobile-category-content>ul.main-column>li>ul{
		width:-moz-calc( 100% - 90px );
		width:-webkit-calc( 100% - 90px );
		width:calc( 100% - 90px );
		
		right:90px;
	}
	#mobile-category-popup .mobile-category-content>ul.main-column>li>ul>li>a{
		font-size:12px;
	}
}

.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:50px 0;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
.login-form-wrapper{
	width: 448px;
	height: 530px;
	
	max-height:-moz-calc( 100% - 40px );
	max-height:-webkit-calc( 100% - 40px );
	max-height:calc( 100% - 40px );
	
	background:#FFF;
	overflow:hidden;
	padding:16px;
	border-radius: 16px;
	border:1px solid #CBD5E1;
	/* box-shadow: 0px 10px 15px -3px rgba(58, 58, 58, 0.10), 0px 4px 6px -4px rgba(58, 58, 58, 0.10); */
	
	position:relative;
}
.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:0 40px;
}
.login-form-wrapper .row{
	width:100%;
	overflow:hidden;
	display:block;
}
.login-form-wrapper .close{
	float:left;
	cursor:pointer;
}
.login-form-wrapper .logo{
	width:64px;
	height:64px;
	display:block;
	margin:0 auto;
}
.login-form-wrapper .title{
	width:100%;
	height:48px;

	font-size: 21px;
	font-weight: 800;
	color: #334155;
	text-align: center;
	line-height: 48px;
}
.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;
	font-weight: 400;
	color: #64748B;
	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:32px;
	cursor:pointer;

	font-size: 14px;
	font-weight: 500;
	color: #30B2F2;
	text-align: center;
	line-height: 24px;
}
.login-form-wrapper .margin-top40{
	margin-top:40px;
}
.login-form-wrapper .input{
	width:100%;
	height:48px;
	background:#F1F5F9;
	border: 1px solid #CBD5E1;
	border-radius: 8px;
	
	font-size: 16px;
	font-weight: 400;
	color:#94A3B8;
	text-align:center;
	line-height: 48px;
	direction:ltr;
}
.login-form-wrapper .input.mobile{
	letter-spacing:5px;
}
.login-form-wrapper .input.code{
	font-size: 21px;
	font-weight: 700;
	letter-spacing:25px;
}
.login-form-wrapper .input.text-field{
	text-align:right;
	padding:0 16px;
	margin-top:16px;
}
.login-form-wrapper .input.error{
	border-color:#F2616D;
	background:#FFE5E8;
	color:#F2616D;
}
.login-form-wrapper .input.success{
	border-color:#16D977;
	background:#E7FEF2;
	color:#14B866;
}
.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:#DD3C49;
}
.login-form-wrapper .message-box p.success{
	color:#14B866;
}
.login-form-wrapper .submit{
	width:100%;
	height:56px;
	background:#E6332A;
	border-radius:8px;
	cursor:pointer;
	border:0;
	
	font-size: 18px;
	font-weight: 800;
	color:#fff;
	text-align:center;
}
.login-form-wrapper .submit:hover{
	background:#C42A24;
}
.login-form-wrapper .submit:active{
	background:#F08F89;
}
.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%;
	min-height:24px;
	overflow:hidden;
	margin:32px 0 0 0;
	
	font-size: 16px;
	font-weight: 400;
	color:#64748B;
	text-align: center;
	line-height: 24px;
	direction:ltr;
	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:5px;
}
.login-form-wrapper .bottom-text.less-margin{
	margin-top:20px;
}
.login-form-wrapper .bottom-text .send-sms-btn{
	color:#30B2F2;
	cursor:pointer;
}
.login-form-wrapper .bottom-text .send-whatsapp-btn{
	color:#1B987E;
	cursor:pointer;
}
.login-form-wrapper .bottom-text .skip-update-btn{
	color:#30B2F2;
	cursor:pointer;
}
@media only screen and (max-width:580px) {
	.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;
		border-radius:0;
		box-shadow:unset;
	}
	.my-account-login-wrapper .login-form-wrapper{
		background:none;
	}
	.login-popup .login-form-wrapper{
		height:100%;
		
		display:flex;
		align-items:center;
	}
	.login-popup .login-form-wrapper #khandaloo-login-form{
		width:100%;
	}
	.login-popup .login-form-wrapper #khandaloo-login-form .row:first-child{
		width:100%;
		border-bottom:1px solid #efefef;
		padding:16px;
		
		font-size:18px;
		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 #khandaloo-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 #khandaloo-login-form .row:first-child:before{
		width:150px;
		height:24px;
		background:url('../images/arrow-right.svg') no-repeat right center;
		display:inline-block;
		content:'ورود / ثبت نام';
		padding-right:35px;
		
		font-size:18px;
		font-weight:800;
		text-align:right;
		line-height:24px;
	}
	.login-form-wrapper .padding{
		padding:0;
	}
}
#footer {
	background:#334155;
	overflow:hidden;
	margin-top:50px;
	
	position:relative;
}
#footer:before{
	width:630px;
	height:350px;
	background:url('../images/footer-bg-left.svg') no-repeat;
	display:block;
	content:'';
	
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
}
#footer:after{
	width:544px;
	height:397px;
	background:url('../images/footer-bg-right.svg') no-repeat;
	display:block;
	content:'';
	
	position:absolute;
	bottom:0;
	right:0;
	z-index:0;
}
#footer .container{
	padding:16px 0;
	border-top:8px solid #9E1F19;
	
	position:relative;
	z-index:6;
}
#footer .features{
	padding:0 0 24px;
	margin-bottom:24px;
	overflow:hidden;
	border-bottom:1px solid #475569;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	gap:30px;
}
#footer .features .item{
	width:-moz-calc( 25% - 22.5px );
	width:-webkit-calc( 25% - 22.5px );
	width:calc( 25% - 22.5px );
	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:5px;
}
#footer .features .item svg{
	margin-bottom:5px;
}
#footer .features .item .title{
	font-size:14px;
	font-weight:800;
	color:#FF473D;
	text-align:center;
}
#footer .features .item .desc{
	font-size:12px;
	font-weight:400;
	color:#CBD5E1;
	text-align:center;
}
#footer .footer-main-content{
	display:flex;
	justify-content:space-between;
	gap:40px 20px;
	
	position:relative;
	z-index:5;
}
#footer .footer-main-content .title{
	margin:0 0 24px;
	
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
}
#footer .footer-main-content .navigation{
	width:400px;
	flex-shrink:0;
}
#footer .footer-main-content .navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer .footer-main-content .navigation ul li{
	width:50%;
	float:right;
	margin-bottom:16px;
}
#footer .footer-main-content .navigation ul li a{
	display:block;
	padding:0 25px 0;
	
	color:#fff;
	text-align:right;
	line-height:24px;
	vertical-align:middle;
	
	-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.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:#FF473D;
}
#footer .footer-main-content .navigation ul li a:before{
	width:7px;
	height:7px;
	display:inline-block;
	content:'';
	border:1.5px solid #fff;
	border-radius:100%;
	margin-left:10px;
}
#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{
	border-color:#FF473D;
}
#footer .footer-main-content .center{
	width:-moz-clac(100% - 840px);
	width:-webkit-clac(100% - 840px);
	width:clac(100% - 840px);
	overflow:hidden;
	
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
}
#footer .footer-main-content .center .social{
	width:130px;
	
	direction:ltr;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#footer .footer-main-content .center .social a{
	width:32px;
	height:32px;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#footer .footer-main-content .center .social a:hover svg path{
	fill:#FF473D;
}
#footer .footer-main-content .center .copyright{
	width:auto;
	max-width:350px;
	
	color:#fff;
	line-height:30px;
	text-align:center;
}
#footer .footer-main-content .center .copyright a{
	color:#FF473D;
}
#footer .footer-main-content .center .copyright a:hover{
	color:#D6426C;
}
#footer .footer-main-content .center .certificate{
	width:100%;
	margin-top:24px;
	
	direction:ltr;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	gap:22px;
}
#footer .footer-main-content .center .certificate .item{
	width:72px;
	height:72px;
	background:#1E293B;
	border-radius:16px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100)
}
#footer .footer-main-content .center .certificate .item:hover{
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	FILTER: alpha(opacity=70)
}
#footer .footer-main-content .about{
	width:400px;
	flex-shrink:0;
}
#footer .footer-main-content .about svg.bottom{
	float:left;
	margin-top:-5px;
}
#footer .footer-main-content .about p{
	margin-top:-10px;
	
	font-size:16px;
	font-weight:300;
	color:#E2E8F0;
	text-align:justify;
	line-height:30px;
}
#footer .footer-main-content .contact{
	width:100%;
	overflow:hidden;
}
#footer .footer-main-content .contact .title{
	margin-top:16px;
	padding:0;
	
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
}
#footer .footer-main-content .contact .row{
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	margin-bottom:16px;
	
	color:#fff;
}
#footer .footer-main-content .contact .row p{
	width:auto;
	padding-right:16px;
	
	display:flex;
	align-items:center;
}
#footer .footer-main-content .contact .row a{
	color:#fff;
	margin-top:2px;
}
#footer .footer-main-content .contact .row a:hover{
	color:#FF473D;
}
#footer .footer-main-content .contact .row span{
	margin-top:2px;
}
#footer .footer-main-content .contact .row svg{
	margin-left:8px;
}

@media only screen and (max-width:1330px) {
	#footer .footer-main-content .navigation,
	#footer .footer-main-content .about{
		width:355px;
	}
}
@media only screen and (max-width:1100px) {
	#footer .features .item{
		width:-moz-calc( 50% - 15px );
		width:-webkit-calc( 50% - 15px );
		width:calc( 50% - 15px );
	}
	#footer .footer-main-content{
		flex-direction:column;
		align-items:center;
	}
	#footer .footer-main-content .navigation,
	#footer .footer-main-content .center,
	#footer .footer-main-content .about{
		width:100%;
		max-width:500px;
	}
	
	#footer .footer-main-content .about{
		order:1;
	}
	#footer .footer-main-content .navigation{
		order:2;
	}
	#footer .footer-main-content .center{
		order:3;
	}
}
@media only screen and (max-width:1000px) {
	#footer .container{
		padding-bottom:100px;
	}
	body.single #footer .container{
		padding-bottom:170px;
	}
}
@media only screen and (max-width:768px) {
	#footer:after{
		display:none;
	}
}
@media only screen and (max-width:480px) {
	#footer .features .item{
		width:100%;
	}
}
@media only screen and (max-width:390px) {
	#footer .footer-main-content .navigation ul li{
		width:100%;
		float:none;
	}
}

#product-share-popup{
	width:100vw;
	height:100vh;
	background:rgba(0, 0, 0, 0.6);
	overflow:hidden;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:fixed;
	top:0;
	left:0;
	z-index:99999999;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#product-share-popup.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#product-share-popup .product-share-wrapper{
	width:100%;
	max-width:448px;
	background:#FFF;
	overflow:hidden;
	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);
	padding:16px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	
	position:relative;
}
#product-share-popup .product-share-wrapper .notif{
	width:auto;
	height: 30px;
	display:inline-block;
	padding:0 20px;
	margin:23px 0 0;
	border-radius: 8px;
	border: 1px dashed #85E0CE;
	background: #D6F5EF;
	
	font-size: 16px;
	font-weight: 700;
	color: #1B987E;
	line-height:30px;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	
	position:absolute;
	bottom:100px;
	left:50%;
	z-index:10;
}
#product-share-popup .product-share-wrapper .notif.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#product-share-popup .product-share-wrapper .row{
	width:100%;
	display:block;
	overflow:hidden;
}
#product-share-popup .product-share-wrapper .close{
	float:left;
	cursor:pointer;
}
#product-share-popup .product-share-wrapper .title{
	margin:0;
	
	font-size: 21px;
	font-weight: 800;
	color: #334155;
	text-align: center;
	line-height: 29px;
}
#product-share-popup .product-share-wrapper .text{
	margin:16px 0 49px;
	
	font-size: 16px;
	font-weight: 400;
	color: #64748B;
	text-align: center;
	line-height: 30px;
}
#product-share-popup .product-share-wrapper .copy-btn{
	width:100%;
	max-width:330px;
	height:56px;
	background:#64748B;
	cursor:pointer;
	border-radius:8px;
	margin:0 0 16px;
	
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	line-height: 56px;
}
#product-share-popup .product-share-wrapper .copy-btn:hover{
	background:#3f4c5f;
}

#product-addtocart-popup{
	width:100vw;
	height:100vh;
	background:rgba(0, 0, 0, 0.6);
	overflow:hidden;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:fixed;
	top:0;
	left:0;
	z-index:99999999;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#product-addtocart-popup.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#product-addtocart-popup .product-addtocart-wrapper{
	width:100%;
	max-width:360px;
	background:#FFF;
	overflow:hidden;
	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);
	padding:16px;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	
	position:relative;
}
#product-addtocart-popup .product-addtocart-wrapper.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
#product-addtocart-popup .product-addtocart-wrapper .row{
	width:100%;
	display:block;
	overflow:hidden;
}
#product-addtocart-popup .product-addtocart-wrapper .close{
	float:left;
	cursor:pointer;
}
#product-addtocart-popup .product-addtocart-wrapper .title{
	margin:10px;
	
	font-size: 16px;
	font-weight: 700;
	color: #14B866;
	text-align: center;
	line-height:30px;
}
#product-addtocart-popup .product-addtocart-wrapper .item{
	margin:16px 0 0;
	
	font-size: 16px;
	font-weight: 400;
	color: #64748B;
	text-align: center;
	line-height: 30px;
}
#product-addtocart-popup .product-addtocart-wrapper .item .product-code{
	font-size:11px;
	color:#30B2F2;
	font-weight:400;
}
#product-addtocart-popup .product-addtocart-wrapper .item .product-packing{
	font-size:11px;
	color:#64748B;
	font-weight:400;
}
#product-addtocart-popup .product-addtocart-wrapper .item h2{
	margin:8px 0;
	
	font-size:16px;
	color:#334155;
	font-weight:800;
	line-height:30px;
}
#product-addtocart-popup .product-addtocart-wrapper .gotocart-btn{
	width:100%;
	max-width:330px;
	height:48px;
	background:#E6332A;
	cursor:pointer;
	border-radius:8px;
	margin:0 0 16px;
	
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	line-height: 48px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:16px;
}
#product-addtocart-popup .product-addtocart-wrapper .gotocart-btn:hover{
	background:#C42A24;
}
#product-addtocart-popup .product-addtocart-wrapper .gotocart-btn:active{
	background:#F08F89;
}

@media only screen and (max-width:500px){
	#product-addtocart-popup .product-addtocart-wrapper{
		max-width:unset;
		border-radius:16px 16px 0 0;
		box-shadow:unset;
		
		position:fixed !important;
		bottom:-500px;
		left:0;
		z-index:9999999;
	}
	#product-addtocart-popup .product-addtocart-wrapper.visible{
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;
		FILTER: alpha(opacity=100);
		
		bottom:0;
	}
}


.infinit-loader-wrapper{
	width:100%;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
.infinit-loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  margin:20px auto;
}
.infinit-loader::after,
.infinit-loader::before {
  content: '';  
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #64748B;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.infinit-loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#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 0 0;
	border-radius:16px;
	box-shadow: 0px 10px 15px -3px rgba(58, 58, 58, 0.10), 0px 4px 6px -4px rgba(58, 58, 58, 0.10);
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	flex-direction:column;
}
#loading .white-box .white-loader {
	width: 48px;
	height: 48px;
	margin:20px auto 50px;
	position: relative;
}
#loading .white-box .white-loader:before {
	content: '';
	width: 48px;
	height: 5px;
	background: #000;
	opacity: 0.25;
	position: absolute;
	top: 60px;
	left: 0;
	border-radius: 50%;
	animation: shadow 0.5s linear infinite;
}
#loading .white-box .white-loader:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #E6332A;
	animation: bxSpin 0.5s linear infinite;
	
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
}
@keyframes bxSpin {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, .9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}
      

.jcarousel-wrapper {
    position: relative;
}
.jcarousel {
    width:100%;
    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{
	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:32px;
	height:56px;
	background:#fff;
	border-radius:100px;
	margin-top: -28px;
	border:1px solid #94A3B8;
	
	display:flex;
	align-items:center;
	justify-content:center;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	position: absolute;
	top: 50%;
}
.jcarousel-control-prev {
	right:-50px;
}
.jcarousel-control-next {
	left:-50px;
}
.jcarousel-control-next svg, 
.jcarousel-control-prev svg{
	width: 24px;
	height: 24px;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover{
	border-color:#475569;
}
.jcarousel-control-prev:active,
.jcarousel-control-next:active{
	border-color:#D8D7DB;
}

/** Carousel Pagination **/

.jcarousel-pagination {
	width:100%;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row-reverse;
	gap:12px;
}

.jcarousel-pagination span{
    width:8px;
	height:8px;
	background:#CBD5E1;
    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:#64748B;
}