@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: #bd9049;
	text-decoration: none
}

a:hover {
	color: #c47b44
}

* {
	-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: #fff;
	padding: 180px 0 0 0 !important;
	margin: 0;
	font: 14px iranyekan, arial, tahoma;
	color: #475569;
	text-align: right;
	direction: rtl
}

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: 44px;
	background: #fff;
	border:1px solid #cbcbcb;
	display: block;
	padding:0 10px;
	text-align: right;
	direction: rtl;
	color:#666;
	
	-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: #343434;
	opacity: 1
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	-webkit-text-fill-color: #343434;
	-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;
}
option{
	font: 13px iranyekan, tahoma;
	text-align:right;
}

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:12px;
	height:12px;
	background:#FFF;
	display:block;
	content:'';
	border-radius: 4px;
	border: 1px solid #a6a6a6;
	
	-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:#bd9049 url('../images/tik.webp') no-repeat center;
	border-color:#bd9049;
}

svg,
svg path{
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.clear {
	clear: both
}

.display-none {
	display: none!important
}

.radius3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px
}

.radius5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
}

.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px
}

.radius15 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px
}

.radius50 {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px
}

.radius100 {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%
}

.ease,
.ease:after,
.ease:before {
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.pagewrapper {
	width: 100%;
}

.pagewrapper .container {
	width: 1200px;
	margin: 0 auto
}

@media only screen and (max-width:1240px) {
	.pagewrapper .container {
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px)
	}
}

.has-product-list .products{
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	
	display:flex;
	justify-content:start;
	gap:17px;
	flex-wrap:wrap;
}
.has-product-list .products:before{
	display:none !important;
}
.has-product-list .products .product{
	width: -moz-calc( ( 100% / 3 ) - 11.33333333333333px ) !important;
	width: -webkit-calc( ( 100% / 3 ) - 11.33333333333333px ) !important;
	width: calc( ( 100% / 3 ) - 11.33333333333333px ) !important;
	
	background:#fff;
	overflow:hidden;
	padding:13px !important;
	border-radius: 12px;
	border: 1px solid #d8d8d8;
	margin:0 !important;
	float:none !important;
	list-style:none !important;
	box-shadow:0 0 24px rgba(123,67,25,0);
	
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	position:relative;
}
.has-product-list .products .product:hover{
	border-color:#bd9049;
	
	box-shadow:0 0 24px rgba(123,67,25,0.4);
}
.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 .free-badge{
	width:50px;
	height:30px;
	background:#f1780c;
	display:inline-block;
	border-radius:0 12px 0 8px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	font-size: 14px;
	color:#fff;
	
	position:absolute;
	top:0;
	right:0;
	z-index:9;
}
.has-product-list .products .product .sales-badge{
	width:60px;
	height:30px;
	background:#c81d11;
	display:inline-block;
	border-radius:0 12px 0 8px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	font-size: 14px;
	color:#fff;
	
	position:absolute;
	top:0;
	right:0;
	z-index:9;
}
.has-product-list .products .product .wp-post-image,
.has-product-list .products .product .attachment-woocommerce_thumbnail{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom:10px !important;
	border-radius:12px 12px 0 0;
}
.has-product-list .products .product a .woocommerce-loop-product__title{
	height:24px;
	overflow:hidden;
	padding:0 !important; 
	margin:8px 0 !important; 
	
	font-size:14px !important;
	color:#636363;
	line-height:24px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.has-product-list .products .product a:hover .woocommerce-loop-product__title{
	color:#636363;
}
.has-product-list .products .product .star-rating,
.has-product-list .products .product .wc-forward{
	display:none;
}
.has-product-list .products .product .meta .product-code{
	height:26px;
	background:#f4ede3;
	display:inline-block;
	border-radius:8px;
	padding:0 10px;
	
	font-size:13px;
	font-weight:bold;
	color:#505050;
	line-height:26px;
}
.has-product-list .products .product .bottom{
	min-height:40px;
	margin-top:10px;
	
	display:flex;
	justify-content:space-between;
	align-items:end;
}
.has-product-list .products .product .price-wrapper{
	display:flex;
	justify-content:space-between;
	align-items:end;
	gap:0 5px;
}
.has-product-list .products .product .price-wrapper .col-right{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:10px;
	
	font-size:20px;
	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:17px;
	color:#999999;
	line-height:22px;
}
.has-product-list .products .product .price-wrapper ins{
	font-size:20px;
	color:#686868;
	line-height:22px;
	text-decoration:unset;
}
.has-product-list .products .product .price-wrapper .col-left{
	width:30px;
	display:flex;
	flex-direction:column;
	justify-content:end;
	gap:5px
}
.has-product-list .products .product .price-wrapper .col-left .off-badge{
	width:29px;
	height:21px;
	background:#c81d11;
	border-radius:5px 0 5px 0;
	
	display:flex;
	align-items:center;
	justify-content:center;
	
	font-size: 10px;
	color:#fff;
	line-height:21px;
}
.has-product-list .products .product .button{
	height:37px;
	background:#bd9049;
	border:1px solid #bd9049;
	border-radius:3px 12px 3px 12px;
	padding:0 18px;
	margin:0 !important;
	
	font-size:16px;
	font-weight:400;
	color:#fff;
	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:hover .button,
.has-product-list .products .product .button:hover{
	background:#fff;
	
	color:#bd9049;
}
.has-product-list .products .product .button:before{
	width:22px;
	height:22px;
	background:url('../images/icon-basket-white.svg') no-repeat;
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
	
	display:block;
	content:'';
}
.has-product-list .products .product:hover .button:before,
.has-product-list .products .product .button:hover:before{
	background:url('../images/icon-basket-hover.svg') no-repeat;
}
.has-product-list .products .product .button.loading{
	background-color:#fff;
	color:transparent;
}
.has-product-list .products .product .button.loading:before{
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
}
.has-product-list .products .product .button.loading:after{
	width:25px;
	height:25px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' id='spinner'%3E%3Crect width='25px' height='25px' fill='none'%3E%3C/rect%3E%3Cline x1='128' x2='128' y1='32' y2='64' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='195.882' x2='173.255' y1='60.118' y2='82.745' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='224' x2='192' y1='128' y2='128' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='195.882' x2='173.255' y1='195.882' y2='173.255' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='128' x2='128' y1='224' y2='192' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='60.118' x2='82.745' y1='195.882' y2='173.255' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='32' x2='64' y1='128' y2='128' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='60.118' x2='82.745' y1='60.118' y2='82.745' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E");
	content:'';
	display:inline-block;
	
	margin-top:-12.5px;
	margin-left:-12.5px;
	
	-moz-animation: fa-spin 0.75s linear infinite;
	-o-animation: fa-spin 0.75s linear infinite;
	-webkit-animation: fa-spin 0.75s linear infinite;
	animation: fa-spin 0.75s linear infinite;
	
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@media only screen and (max-width:500px) {
	.has-product-list .products .product{
		width: 100%;
	}
}



#header-wrapper{
	width:100%;
	
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
}
#header {
	background: #fff;
	border-top:7px solid #0e203a;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}
#header .container {
	height:127px;
	
	display:flex;
	align-items:flex-start;
	gap:16px;
	
	position:relative;
}
#header .logo{
	float:right;
	margin-top:34px;
}
#header .logo img{
	width:171px;
	height:59px;
	display:block;
}
#header #search{
	width:455px;
	height:46px;
	background: #FFF;
	border:1px solid #d9d9d9;
	margin:40.5px auto 0;
	
	border-radius:50px;
	
	position:relative;
}
#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:44px;
	padding:0 10px 0 0;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	position:relative;
}
#header #search form .mobile-back-btn{
	display:none;
	cursor:pointer;
}
#header #search.mobile-visible form{
	height:auto !important;
	padding:10px;
	border-bottom:1px solid #d9d9d9;
}
#header #search.mobile-visible form .mobile-back-btn{
	display:block;
}
#header #search .input-text{
	width:-moz-calc( 100% - 50px );
	width:-webkit-calc( 100% - 50px );
	width:calc( 100% - 50px );
	
	height:24px;
	border:0;
	
	color:#757575;
	line-height:24px;
}
#header #search .submit{
	width:37px;
	height:37px;
	background:#bd9049 url('../images/search.svg') no-repeat center;
	border:0;
	border-radius:50px;
	cursor:pointer;
	margin-left:3.5px;
	
	/* position:absolute; */
	/* top:3.5px; */
	/* left:3.5px; */
	/* z-index:1; */
}
#header #search .close-btn{
	width:37px;
	height:37px;
	background:#bd9049;
	border:0;
	border-radius:50px;
	cursor:pointer;
	margin-left:3.5px;
	
	display:none;
	justify-content:center;
	align-items:center;
	
	/* position:absolute; */
	/* top:3.5px; */
	/* left:3.5px; */
	/* z-index:4; */
}
#header #search.mobile-visible .submit{
	background:#fff url('../images/search-mobile.svg') no-repeat center;
}
#header #search.mobile-visible .close-btn{
	background:#fff;
	top:10px;
}
#header #search.mobile-visible .close-btn svg path{
	stroke:#a8632f;
}
#header #search .close-btn.visible{
	display:flex;
}
#header #search .ajax-search-result {
	width:100%;
	max-height:270px;
	background: #fff;
	overflow-x:hidden;
	overflow-y:auto;
	padding:12px;
	border-radius:5px;
	border:1px solid #d9d9d9;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	scrollbar-width:thin;
	scrollbar-color:#bd9049 #F1F5F9;
	
	position:relative;
	top:10px;
}
#header #search.mobile-visible .ajax-search-result {
	height:-moz-calc( 100% - 62px );
	height:-webkit-calc( 100% - 62px );
	height:calc( 100% - 62px );
	
	max-height:unset;
	padding:16px;
	border-radius:0;
	border:0;
	
	top:0;
}
#header #search .ajax-search-result::-webkit-scrollbar {
    width:5px;
}
#header #search .ajax-search-result::-webkit-scrollbar-track {
    background:#F1F5F9;
	border-radius:5px;
}
#header #search .ajax-search-result::-webkit-scrollbar-thumb {
    background:#bd9049;
    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:10px;
}
#header #search .ajax-search-result .items-list:last-child{
	margin-bottom:0;
}
#header #search .ajax-search-result .items-list .thumb{
	width:56px;
	height:56px;
	display:block;
	float:right;
	padding:2px;
	border:1px solid #d8d8d8;
	border-radius:10px;
}
#header #search .ajax-search-result .items-list .data{
	width:-moz-calc( 100% - 72px );
	width:-webkit-calc( 100% - 72px );
	width:calc( 100% - 72px );
}
#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 .mobile-search-icon{
	width:34px;
	height:34px;
	background:#bd9049 url('../images/search.svg') no-repeat center;
	border:0;
	border-radius:50px;
	cursor:pointer;
	display:none;
	margin-top:10px;
}

#header .basket-btn{
	width:40px;
	height:40px;
	background:#fff;
	float:left;
	margin-top:43.5px;
	border:1px solid #bd9049;
	cursor:pointer;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:relative;
}
#header .basket-btn:before{
	width:18px;
	height:18px;
	background:url('../images/icon-basket.svg') no-repeat;
	background-size:100%;
	display:block;
	content:'';
	
	-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-btn.active{
	background:#bd9049;
}
#header .basket-btn.active:before{
	width:18px;
	height:18px;
	background:url('../images/icon-basket-white-hover.svg') no-repeat;
	background-size:100%;
	display:block;
	content:'';
}
#header .basket-btn .cart-contents-count{
	min-width:20px;
	height:20px;
	background:#c81d11;
	padding:0 6px;
	border-radius:10px;

	display:flex;
	justify-content: center;
	align-items: center;
	
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	line-height: 20px;
	
	position: absolute;
	right: -9px;
	top: -4px;
	z-index:1;
}
#header .login-register {
	width: 155px;
	height:45px;
	background:#bd9049;
	float: left;
	margin-top:41px;
	border:1px solid #bd9049;
	
	color:#fff;
	line-height:24px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
}
#header .login-register:before{
	width:18px;
	height:18px;
	background:url('../images/icon-profile-white.svg') no-repeat;
	background-size:100%;
	display:block;
	content:'';
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#header .login-register:hover{
	background:#fff;
	
	color:#bd9049;
}
#header .login-register:hover:before{
	width:18px;
	height:18px;
	background:url('../images/icon-profile-hover.svg') no-repeat;
	background-size:100%;
	display:block;
	content:'';
	
	-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-btn{
	width: 170px;
	height:45px;
	background:#fff;
	float: left;
	margin-top:41px;
	padding:0 12px;
	border: 1px solid #bd9049;
	cursor:pointer;
	
	color:#1b3355;
	line-height:24px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
}
#header .profile-btn:hover{
	background:#bd9049;
	
	color:#fff;
}
#header .profile-btn:before{
	width:18px;
	height:18px;
	background:url('../images/icon-profile-hover.svg') no-repeat;
	background-size:100%;
	display:block;
	content:'';
	
	-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-btn:hover:before{
	width:18px;
	height:18px;
	background:url('../images/icon-profile-white-hover.svg') no-repeat;
	background-size:100%;
	display:block;
	content:'';
}
#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-btn:hover svg path{
	stroke:#fff;
}
#header .profile-popup{
	width: 190px;
	background:#FFF;
	overflow:hidden;
	padding: 12px 8px;
	border-radius: 16px;
	border:1px solid #d9d9d9;
	box-shadow:0 0 25px -5px rgba(19, 108, 90, 0.10), 0px 0 10px -6px rgba(19, 108, 90, 0.10);
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction:column;
	gap: 5px;
	
	position:absolute;
	top:65px;
	left:0;
	z-index:1000000;
}
#header .profile-popup.visible{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	top:100px;
}
#header .profile-popup a{
	width:100%;
	height:40px;
	padding:0 6px;
	
	display:flex;
	align-items: center;
	gap:13px;
	
	color:#777;
}
#header .profile-popup a:hover{
	color:#bd9049;
}
#header .profile-popup a.logout{
	padding-top:8px;
	border-top: 1px solid #d9d9d9;

	color:#c81d11;
}
#header .profile-popup a.logout:hover{
	color:#ab160c;
}
#header .profile-popup a:before{
	width:24px;
	height:24px;
	display:inline-block;
	content:'';
	
	-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.orders:before{
	background:url('../images/account-bag.svg') no-repeat;
}
#header .profile-popup a.orders:hover:before{
	background:url('../images/account-bag-hover.svg') no-repeat;
}
#header .profile-popup a.wishlist:before{
	background:url('../images/account-wishlist.svg') no-repeat;
}
#header .profile-popup a.wishlist:hover:before{
	background:url('../images/account-wishlist-hover.svg') no-repeat;
}
#header .profile-popup a.account-detail:before{
	background:url('../images/account-setting.svg') no-repeat;
}
#header .profile-popup a.account-detail:hover:before{
	background:url('../images/account-setting-hover.svg') no-repeat;
}
#header .profile-popup a.logout:before{
	background:url('../images/account-logout.svg') no-repeat;
}
#header .profile-popup a.logout:hover:before{
	background:url('../images/account-logout-hover.svg') no-repeat;
}

#header .basket-popup{
	width: 285px;
	background:#FFF;
	overflow:hidden;
	border-radius: 16px;
	border:1px solid #d9d9d9;
	box-shadow:0 0 25px -5px rgba(19, 108, 90, 0.10), 0px 0 10px -6px rgba(19, 108, 90, 0.10);
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction:column;
	gap:0;
	
	position:absolute;
	top:65px;
	left:70px;
	z-index:1000000;
}
#header .basket-popup.visible{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	top:100px;
}
#header .basket-popup .basket-title-count-status{
	width:100%;
	padding:15px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	
	font-size:13px;
	font-weight:bold;
	color:#bd9049;
	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;
	padding:0 15px;
	
	scrollbar-width:thin;
	scrollbar-color:#bd9049 #f3f3f3;
}
#header .basket-popup ul::-webkit-scrollbar {
    width:5px;
}
#header .basket-popup ul::-webkit-scrollbar-track {
    background:#f3f3f3;
	border-radius:5px;
}
#header .basket-popup ul::-webkit-scrollbar-thumb {
    background:#bd9049;
    border-radius:5px;
}
#header .basket-popup ul li:before,
#header .basket-popup ul li:after{
	display:none !important;
}
#header .basket-popup ul li{
	width:100%;
	overflow:hidden;
	padding:16px 0;
	border-bottom:1px solid #E2E8F0;
	float:right;
	
	display:flex;
	justify-content:space-between;
	gap:10px;
	
	position:relative;
}
#header .basket-popup ul li:last-child{
	
}
#header .basket-popup ul li .blockUI.blockOverlay{
	width: 100%; 
	height: 100%; 
	background-color: rgba(255, 255, 255, 0.6) !important;
	margin: 0px; 
	padding: 0px; 
	border: none; 
	cursor: wait;
	opacity:1 !important;
	
	position: absolute;
	top: 0px; 
	left: 0px; 
	z-index: 1000; 
}
#header .basket-popup ul li .thumbnail-wrapper{
	width:70px;
}
#header .basket-popup ul li img{
	width:100%;
	height:auto;
	display:block;
	float:none;
	margin:0;
	padding:1px;
	border:1px solid #d3d3d3;
	border-radius:10px;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity {
	width:100%;
	height:26px;
	border: 1px solid #b6b6b6;
	border-radius: 5px;
	margin-top:10px;
	
	display:flex;
	justify-content:space-evenly;
	align-items:center;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .plus,
#header .basket-popup ul li .thumbnail-wrapper .quantity .minus {
    width: 20px;
    height:20px;
    cursor: pointer;
    border: 0;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .plus {
    background:url('../images/plus.svg') no-repeat center;
	background-size:90% 90%;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .minus {
    background:url('../images/minus.svg') no-repeat center;
	background-size:90% 90%;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .minus.disabled {
	background:url('../images/trash.svg') no-repeat center;
	background-size:90% 90%;
}
#header .basket-popup ul li .thumbnail-wrapper .quantity .text {
    width:21px;
    height: 20px;
	background:#fff;
    border: 0;
	border-radius:0;
	padding:0;
	margin-top:4px;
	
    font-size: 14px;
	color: #7f7f7f;
    line-height: 20px;
    text-align: center
}
#header .basket-popup ul li .col-left{
	width:-moz-calc( 100% - 80px );
	width:-webkit-calc( 100% - 80px );
	width:calc( 100% - 80px );
	display:flex;
	flex-direction:column;
	gap:4px;
}
#header .basket-popup ul li .col-left .title{
	width:100%;
	max-height:40px;
	overflow:hidden;
	display:block;
	margin:0;
	
	font-size: 12px;
	font-weight: 500;
	color:#535353;
	line-height:20px;
}
#header .basket-popup ul li .col-left .sku{
	width:100%;
	overflow:hidden;
	margin:8px 0;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
	
	font-size: 12px;
	font-weight: 500;
	color:#878787;
	line-height:15px;
}
#header .basket-popup ul li .col-left .discount-price{
	width:100%;
	overflow:hidden;
	margin:0 0 8px 0;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
	
	font-size: 12px;
	font-weight: 500;
	color:#e64747;
	line-height:15px;
}
#header .basket-popup ul li .product-price{
	width:100%;
	
	display:flex;
	justify-content:center;
	gap:5px;
}
#header .basket-popup ul li .product-price .col-wrapper{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:0;
}
#header .basket-popup ul li .product-price .col-right{
	display:flex;
	flex-direction:column;
	margin-top:5px;
	
	font-size:20px;
	font-weight:bold;
	color:#575757;
	line-height:20px;
}
#header .basket-popup ul li .product-price .woocommerce-Price-currencySymbol{
	display:none;
}
#header .basket-popup ul li .product-price del{
	display:none;
}
#header .basket-popup ul li .product-price ins{
	font-size:20px;
	font-weight:800;
	color:#575757;
	line-height:20px;
	text-decoration:unset;
}
#header .basket-popup ul li .product-price .col-left img{
	width:29px;
	height:29px;
	border:0;
	padding:0;
	border-radius:0;
}
#header .basket-popup .bottom{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	
	border-top:1px solid #d3d3d3;
	padding:15px;
}
#header .basket-popup .bottom .woocommerce-mini-cart__total strong{
	width:100%;
	display:block;
	margin-bottom:4px;
	
	font-size:13px;
	font-weight:500;
	color:#9e9e9e;
}
#header .basket-popup .bottom .woocommerce-mini-cart__total .woocommerce-Price-amount{
	font-size:20px;
	font-weight:bold;
	color:#575757;
	line-height:15px;
	
	margin-top:-9px;
	
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	gap:0;
}
#header .basket-popup .bottom .woocommerce-mini-cart__total .woocommerce-Price-amount:after{
	width:29px;
	height:29px;
	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:39px;
	padding:0 16px;
	background:#2c7b61;
	border-radius:50px;
	border:1px solid #2c7b61;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-size: 14px;
	font-weight:500;
	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:#fff;
	
	color:#2c7b61;
}
#header .basket-popup .bottom a.button.checkout{
	display:none;
}

@media only screen and (max-width:1000px) {
	body {
		padding-top: 63px !important;
	}
	#header-wrapper{
		height:63px !important;
		border-bottom:1px solid #d9d9d9;
	}
	#header .container{
		height:55px;
		gap:10px;
	}
	#header .logo{
		padding:0;
		margin-top:5px;
	}
	#header .logo img{
		width:auto;
		height:45px;
	}
	#header #search,
	body.logged-in #header #search{	
		width:-moz-calc( 100% - 92px ) !important;
		width:-webkit-calc( 100% - 92px ) !important;
		width:calc( 100% - 92px ) !important;
		
		height:45px;
		margin-top:5px;
	}
	#header #search.mobile-visible{
		height:100% !important;
	}
	#header #search form{
		height:43px;
	}
	#header #search .input-text{
		height:41px;
	}
	#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 .basket-btn,
	#header .login-register,
	#header .profile-btn{
		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;
		/* display:none; */
		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: 46px;
	background: #f6f6f6;
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.11);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.11);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.11);
}
#main-navigation>ul {
	height: 46px;
	list-style: none;
	padding: 0;
	
	position:relative;
}

#main-navigation>ul>li {
	height: 55px;
	float: right;
	margin-left: 24px;
	
	position: relative;
}
#main-navigation>ul>li:last-child {
	margin-left: 0
}
#main-navigation>ul>li>a {
	height: 46px;
	padding: 0 8px;
	display:block;
	
	color: #464646;
	line-height: 48px;
	
	position: relative;
}
#main-navigation>ul>li>a:after {
	width:100%;
	height:6px;
	background:#bd9049;
	border-radius:3px 3px 0 0;
    overflow: hidden;
    display: inline-block;
    content: '';
	
	-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;
	bottom:0;
	left:0;
}
#main-navigation>ul>li:hover>a:after,
#main-navigation>ul>li>a:hover:after {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
}
#main-navigation>ul>li.current-menu-item>a:after,
#main-navigation>ul>li.current_page_item>a:after{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
}
#main-navigation>ul>li>ul {
	width:220px;
	height:auto;
	max-height:455px;
	background: #fff;
	display: block;
	list-style: none;
	visibility:hidden;
	padding:14px;
	border:1px solid #d9d9d9;
	border-radius:16px;
	box-shadow: 0px 20px 25px -5px rgb(171 171 171 / 10%), 0px 8px 10px -6px rgb(94 94 94 / 10%);
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	position: absolute;
	top: 75px;
	right: 0;
	z-index: 10
}
#main-navigation>ul>li:hover>ul {
	visibility:visible;
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	top:55px;
}
#main-navigation>ul>li>ul>li {
	width:210px;
	height:auto;
	min-height:34px;
	background:none;
	margin-left:0;
	
	position:relative;
}
#main-navigation>ul>li>ul>li>a{
	width:-moz-calc(100% - 20px);
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
	height:auto;
	min-height:34px;
	background:none;
	display:block;
	padding-right:15px;
	
	color:#6b6b6b;
	font-weight:500;
	line-height:34px;
	
	position:relative;
}
#main-navigation>ul>li>ul>li>a:before{
	width:5px;
	height:5px;
	background:#6b6b6b;
	display:inline-block;
	content:'';
	margin-top:-2.5px;
	border-radius:5px;
	
	position:absolute;
	top:50%;
	right:0;
}
#main-navigation>ul>li>ul>li.menu-item-has-children>a:after{
	width:7px;
	height:13px;
	background:url('../images/arrow-left.jpg') no-repeat;
	display:inline-block;
	content:'';
	margin-top:-6.5px;
	
	position:absolute;
	top:50%;
	left:0;
}
#main-navigation>ul>li>ul>li.current-menu-item>a:before,
#main-navigation>ul>li>ul>li.current_page_item>a:before,
#main-navigation>ul>li>ul>li:hover>a:before{
	background:#bd9049;
}
#main-navigation>ul>li>ul>li.current-menu-item>a,
#main-navigation>ul>li>ul>li.current_page_item>a,
#main-navigation>ul>li>ul>li:hover>a{
	color:#bd9049 !important;
}
#main-navigation>ul>li>ul>li>ul {
	width:220px;
	height:auto;
	max-height:455px;
	background: #fff;
	display: block;
	list-style: none;
	visibility:hidden;
	padding:14px;
	border:1px solid #d9d9d9;
	border-radius:16px;
	box-shadow: 0px 20px 25px -5px rgb(171 171 171 / 10%), 0px 8px 10px -6px rgb(94 94 94 / 10%);
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	position: absolute;
	top: 30px;
	right: 210px;
	z-index: 10;
}
#main-navigation>ul>li>ul>li:hover>ul {
	visibility:visible;
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	top:0;
}
#main-navigation>ul>li>ul>li>ul>li {
	width:210px;
	height:auto;
	min-height:34px;
	background:none;
	margin-left:0;
	
	position:relative;
}
#main-navigation>ul>li>ul>li>ul>li>a{
	width:-moz-calc(100% - 20px);
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
	height:auto;
	min-height:34px;
	background:none;
	display:block;
	padding-right:15px;
	
	color:#6b6b6b;
	font-weight:500;
	line-height:34px;
	
	position:relative;
}
#main-navigation>ul>li>ul>li>ul>li>a:before{
	width:5px;
	height:5px;
	background:#6b6b6b;
	display:inline-block;
	content:'';
	margin-top:-2.5px;
	border-radius:5px;
	
	position:absolute;
	top:50%;
	right:0;
}
#main-navigation>ul>li>ul>li>ul>li.current-menu-item>a:before,
#main-navigation>ul>li>ul>li>ul>li.current_page_item>a:before,
#main-navigation>ul>li>ul>li>ul>li:hover>a:before{
	background:#bd9049;
}
#main-navigation>ul>li>ul>li>ul>li.current-menu-item>a,
#main-navigation>ul>li>ul>li>ul>li.current_page_item>a,
#main-navigation>ul>li>ul>li>ul>li:hover>a{
	color:#bd9049 !important;
}

#mobile-bottom-bar-fixed{
	background:#fff;
	display:none;
	border-top:1px solid #d9d9d9;
	
	position:fixed;
	bottom:0;
	left:0;
	z-index:99999;
}
#mobile-bottom-bar-fixed .navigation-button{
	border-top:1px solid #E2E8F0;
}
#mobile-bottom-bar-fixed .navigation-button .container{
	height:70px;
	
	display:flex;
	justify-content:space-evenly;
	align-items:center;
}
#mobile-bottom-bar-fixed .navigation-button .item{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	gap:4px;
	
	font-size:14px;
	font-weight:500;
	color:#666;
}
#mobile-bottom-bar-fixed .navigation-button .item:hover{
	color:#bd9049;
}
#mobile-bottom-bar-fixed .navigation-button .item:before{
	width:24px;
	height:24px;
	background-size:100%;
	display:block;
	content:'';
	
	-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 .home:before{
	background:url('../images/icon-home.svg') no-repeat;
}
#mobile-bottom-bar-fixed .navigation-button .home:hover:before{
	background:url('../images/icon-home-hover.svg') no-repeat;
}
#mobile-bottom-bar-fixed .navigation-button .category-products-btn:before{
	background:url('../images/icon-category.svg') no-repeat;
}
#mobile-bottom-bar-fixed .navigation-button .category-products-btn:hover:before{
	background:url('../images/icon-category-hover.svg') no-repeat;
}
#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:before{
	background:url('../images/icon-basket.svg') no-repeat;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn:hover:before{
	background:url('../images/icon-basket-hover.svg') no-repeat;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn:after{
	display:block;
	content:'سبد خرید';
	
	font-size:14px;
	font-weight:500;
	color:#666;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn:hover:after{
	color:#bd9049;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn svg path{
	stroke:#666;
}
#mobile-bottom-bar-fixed .navigation-button .basket-btn .cart-contents-count{
	min-width:14px;
	height:18px;
	background:#bd9049;
	padding:0 6px;
	border-radius:10px;
	box-shadow: 0px 4px 6px -1px rgba(19, 108, 90, 0.10), 0px 2px 4px -2px rgba(19, 108, 90, 0.10);

	display:flex;
	justify-content: center;
	align-items: center;
	
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	line-height: 14px;
	
	position: absolute;
	left:50%;
	top: -4px;
	z-index:1;
}
#mobile-bottom-bar-fixed .navigation-button .profile:before{
	background:url('../images/icon-profile.svg') no-repeat;
}
#mobile-bottom-bar-fixed .navigation-button .profile:hover:before{
	background:url('../images/icon-profile-hover.svg') no-repeat;
}
#mobile-bottom-bar-fixed .navigation-button .item svg{
	display:none !important;
}

@media only screen and (max-width:1000px) {
	body {
		padding-bottom: 61px !important;
	}
	#main-navigation {
		display:none;
	}
	#mobile-bottom-bar-fixed{
		display:block;
	}
}
@media only screen and (max-width:500px) {
	#mobile-bottom-bar-fixed .navigation-button .container{
		justify-content:space-between;
	}
}

#mobile-category-popup{
	width:100%;
	height:100%;
	background:#fff;
	overflow:hidden;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:fixed;
	top:30%;
	left:0;
	z-index:99999999;
}
#mobile-category-popup.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
	
	top:0;
}
#mobile-category-popup .row{
	width:100%;
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #d9d9d9;
	
	display:flex;
	align-items:center;
}
#mobile-category-popup .close{
	float:right;
	cursor:pointer;
}
#mobile-category-popup .mobile-category-content{
	width:100%;
	
	height:-moz-calc( 100% - 45px );
	height:-webkit-calc( 100% - 45px );
	height:calc( 100% - 45px );
	
	overflow:hidden;
	overflow-y:auto;
	
	scrollbar-width:thin;
	scrollbar-width:7px;
	scrollbar-color:#bd9049 #f0f0f1;
	
	display:block;
}
#mobile-category-popup .mobile-category-content::-webkit-scrollbar {
    width:7px;
}
#mobile-category-popup .mobile-category-content::-webkit-scrollbar-track {
    background:#f0f0f1;
	border-radius:5px;
}
#mobile-category-popup .mobile-category-content::-webkit-scrollbar-thumb {
    background:#bd9049;
    border-radius:5px;
}
#mobile-category-popup .mobile-category-content>ul {
	width:100%;
	list-style:none;
	padding:10px;
	margin:0;
	
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:10px;
}
#mobile-category-popup .mobile-category-content>ul>li {
	width:100%;
	height:auto;
	min-height:34px;
}
#mobile-category-popup .mobile-category-content>ul>li>a{
	width:100%;
	height:auto;
	min-height:40px;
	display:block;
	border-radius:8px;
	
	font-size:16px;
	font-weight:700;
	color:#bd9049;
	line-height:40px;
	
	position:relative;
}
#mobile-category-popup .mobile-category-content>ul>li>ul{
	width:100%;
	height:auto;
	list-style:none;
	padding:0;
	margin:0;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li{
	width:100%;
	height:auto;
	min-height:40px;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>a{
	width:100%;
	height:auto;
	min-height:40px;
	padding-right:15px;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
	
	font-size:14px;
	color:#343434;
	line-height:40px;
	
	position:relative;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>a:before{
	width:5px;
	height:5px;
	background:#333;
	content:'';
	display:inline-block;
	border-radius:10px;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li.current-menu-item>a,
#mobile-category-popup .mobile-category-content>ul>li>ul>li:hover>a{
	color:#bd9049 !important;
	
	gap:15px;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul{
	width:100%;
	height:auto;
	list-style:none;
	padding:0;
	margin:0;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul>li{
	width:100%;
	height:auto;
	min-height:40px;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul>li>a{
	width:100%;
	height:auto;
	min-height:40px;
	padding-right:35px;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
	
	font-size:14px;
	color:#343434;
	line-height:40px;
	
	position:relative;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul>li>a:before{
	width:5px;
	height:5px;
	background:#333;
	content:'';
	display:inline-block;
	border-radius:10px;
}
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul>li.current-menu-item>a,
#mobile-category-popup .mobile-category-content>ul>li>ul>li>ul>li:hover>a{
	color:#bd9049 !important;
	
	gap:15px;
}

.login-popup{
	width:100vw;
	height:100vh;
	background:rgba( 0, 0, 0, 0.6 );
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	position:fixed;
	top:0;
	left:0;
	z-index:999999999999;
}
.login-popup.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
}
.my-account-login-wrapper{
	width:100%;
	overflow:hidden;
	padding:50px 0;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
.login-form-wrapper{
	width: 448px;
	
	background:#FFF;
	overflow:hidden;
	padding:16px;
	border-radius: 16px;
	border:1px solid #d8d8d8;
	box-shadow:5px 5px 10px 0 rgba(90,49,18,0.09);
	
	position:relative;
}
.login-form-wrapper .title{
	width:100%;
	height:48px;
	border-bottom:1px solid #d8d8d8;

	font-size: 20px;
	font-weight:500;
	color: #6a6a6a;
	text-align: center;
	line-height: 34px;
}
.login-form-wrapper .blockUI.blockOverlay{
	width: 100%; 
	height: 100%; 
	background-color: rgba(255, 255, 255, 0.6) !important;
	margin: 0px; 
	padding: 0px; 
	border: none; 
	border-radius:16px;
	cursor: wait;
	opacity:1 !important;
	
	position: absolute !important;
	top: 0px; 
	left: 0px; 
	z-index: 1000; 
}
.login-form-wrapper .padding{
	padding:20px 30px 0;
}
.login-form-wrapper .row{
	width:100%;
	overflow:hidden;
	display:block;
}
.login-form-wrapper .close{
	float:left;
	cursor:pointer;
}
.login-form-wrapper .text{
	width:100%;
	min-height:48px;
	overflow:hidden;
	margin:16px 0;
	
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
}
.login-form-wrapper .text p{
	font-size: 14px;
	color: #717171;
	text-align: center;
	line-height: 24px;
}
.login-form-wrapper .text p span{
	font-weight:700;
	color:#334155;
}
.login-form-wrapper .change-number{
	width:100%;
	height:24px;
	margin-bottom:20px;
	cursor:pointer;

	font-size: 13px;
	font-weight: 500;
	color: #bd9049;
	text-align: center;
	line-height: 24px;
}
.login-form-wrapper .margin-top40{
	margin-top:40px;
}
.login-form-wrapper .input{
	width:100%;
	height:48px;
	background:#fff;
	border: 1px solid #d8d8d8;
	border-radius: 12px;
	margin-bottom:20px;
	
	font-size: 16px;
	font-weight: 400;
	color:#666;
	text-align:center;
	line-height: 48px;
	direction:ltr;
}
.login-form-wrapper .input.text-field{
	text-align:right;
	padding:0 16px;
	margin-top:16px;
}
.login-form-wrapper .input.error{
	border-color:#b91d2a;
	background:#ffedef !important;
	color:#b91d2a !important;
}
.login-form-wrapper .message-box{
	width:100%;
	height:24px;
	overflow:hidden;
	margin:16px 0;

	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 24px;
}
.login-form-wrapper .message-box.less-margin{
	margin:10px 0;
}
.login-form-wrapper .message-box p.error{
	color:#b91d2a;
}
.login-form-wrapper .message-box p.success{
	color:#488319;
}
.login-form-wrapper .submit{
	width:100px;
	height:40px;
	background: #bd9049;
	border-radius:50px;
	border:1px solid #bd9049;
	cursor:pointer;
	margin:0 auto;
	display:block;
	
	font-size: 16px;
	color:#fff;
	text-align:center;
}
.login-form-wrapper .submit:hover{
	background:#fff;
	color:#bd9049;
}
.login-form-wrapper .submit:disabled{
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	FILTER: alpha(opacity=50);
}
.login-form-wrapper .bottom-text{
	width:100%;
	height:24px;
	overflow:hidden;
	margin:32px 0 0 0;

	font-size: 16px;
	font-weight: 400;
	color:#343434;
	text-align: center;
	line-height: 24px;
	direction:ltr;
}
.login-form-wrapper .bottom-text.less-margin{
	margin-top:20px;
}
.login-form-wrapper .bottom-text .send-sms-btn{
	color:#bd9049;
	cursor:pointer;
}
.login-form-wrapper .bottom-text .skip-update-btn{
	color:#bd9049;
	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;
	}
	.my-account-login-wrapper .login-form-wrapper{
		background:none;
	}
	.login-popup .login-form-wrapper{
		height:100%;
		border:0;
		
		display:flex;
		align-items:center;
	}
	.login-popup .login-form-wrapper #honarism-login-form{
		width:100%;
	}
	.login-popup .login-form-wrapper #honarism-login-form .row:first-child{
		width:100%;
		border-bottom:1px solid #efefef;
		padding:16px;
		
		font-size:16px;
		font-weight:500;
		text-align:right;
		
		display:flex;
		justify-content:flex-start;
		align-items:center;
		
		position:absolute;
		top:0;
		left:0;
		z-index:100;
	}
	.login-popup .login-form-wrapper #honarism-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 #honarism-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:16px;
		font-weight:500;
		text-align:right;
		line-height:24px;
	}
	.login-form-wrapper .padding{
		padding:0;
	}
}
#footer {
	background: #0e203a;
	overflow:hidden;
	margin-top:50px;
	
	position:relative;
}
#footer .container{
	padding:16px 0;
	
	position:relative;
	z-index:6;
}
#footer .features{
	width:100%;
	background:#bd9049;
	
	position:relative;
	z-index:50;
}
#footer .features .container{
	height:60px;
	padding:0;
	
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
#footer .features .container .right,
#footer .features .container .left{
	width:-moz-calc( 50% - 80px );
	width:-webkit-calc( 50% - 80px );
	width:calc( 50% - 80px );
	
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#footer .features .container .logo{
	width:135px;
	height:69px;
	display:inline-block;
	margin-top:10px;
}
#footer .features .container .item{
	width:50%;
	height:60px;
	
	display:flex;
	align-items:center;
	gap:5px;
	
	font-size:16px;
	color:#fff;
	font-weight:500;
}
#footer .features .container .right .item{
	justify-content:start;
}
#footer .features .container .left .item{
	justify-content:left;
}
#footer .features .container .left .item:first-child{
	justify-content:center;
}
#footer .footer-main-content{
	padding:16px 0 0;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:40px 0;
	
	position:relative;
}
#footer .footer-main-content .about{
	width:470px;
	
	font-size:14px;
	color:#b2b2b2;
	line-height:25px;
	text-align:justify;
	
	position:relative;
	z-index:5;
}
#footer .footer-main-content .about .row{
	width:100%;
	min-height:34px;
	background:#1c3456;
	overflow:hidden;
	border-radius:20px;
	padding:0 10px;
	margin-top:15px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:row-reverse;
	gap:10px;
}
#footer .footer-main-content .about .row .item{
	height:20px;
	overflow:hidden;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row-reverse;
	gap:5px;
}
#footer .footer-main-content .about .row .item span,
#footer .footer-main-content .about .row .item a{
	display:inline-block;
	margin-top:5px;
	
	font-size:14px;
	color:#fff;
}
#footer .footer-main-content .navigation{
	width:170px;
	
	position:relative;
	z-index:5;
}
#footer .footer-main-content .navigation .title{
	margin:0 0 10px;
	
	font-size:18px;
	font-weight:500;
	color:#e1e1e1;
	line-height:30px;
}
#footer .footer-main-content .navigation .title:before{
	width:5px;
	height:5px;
	background:#bd9049;
	content:'';
	display:inline-block;
	vertical-align:middle;
	border-radius:5px;
	margin-left:10px;
	
}
#footer .footer-main-content .navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer .footer-main-content .navigation ul li{
	width:100%;
	margin-bottom:5px;
}
#footer .footer-main-content .navigation ul li>a{
	display:block;
	padding:0 15px 0;
	
	font-size:14px;
	color:#bebebe;
	text-align:right;
	line-height:24px;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#footer .footer-main-content .navigation ul li.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 {
	padding-right:25px;
	color:#bd9049;
}
#footer-copyright {
	background: #0e203a;
}
#footer-copyright .container {
	overflow: hidden;
	
	color:#508e93;
	text-align:center;
	line-height:24px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:15px;
}
#footer-copyright .container:before,
#footer-copyright .container:after{
	width:106px;
	height:60px;
	background:url('../images/footer-copyright.webp') no-repeat;
	display:inline-block;
	content:'';
	align-self:end;
}
#footer-copyright .container .text{
	width:-moz-calc( 100% - 242px );
	width:-webkit-calc( 100% - 242px );
	width:calc( 100% - 242px );
}
#footer-copyright a,
#footer-copyright a:visited{
	color:#fff;
}
#footer-copyright a:hover{
	color:#f9f9f9;
}

@media only screen and (max-width:1000px) {
	#footer .features .container .item{
		font-size:12px;
	}
}
@media only screen and (max-width:920px) {
	#footer .footer-main-content{
		justify-content:center;
		gap:20px;
	}
	#footer .footer-main-content .about{
		width:100%;
		order:1;
	}
	#footer .footer-main-content .navigation{
		order:2;
	}
}
@media only screen and (max-width:768px) {
	#footer .features .container .item{
		display:none;
	}
	#footer-copyright .container{
		padding:20px 0;
	}
	#footer-copyright .container:before,
	#footer-copyright .container:after{
		display:none;
	}
	#footer-copyright .container .text{
		width:100%;
	}
}
@media only screen and (max-width:480px) {
	#footer .footer-main-content .about .row{
		padding-top:10px;
		padding-bottom:10px;
		
		justify-content:center;
		flex-wrap:wrap;
		gap:20px;
	}
}

.rank-math-breadcrumb{
	display:block;
	margin:30px 0;
	
	font-size:12px;
	color:#757575;
	line-height:30px;
	font-weight:500;
}
.rank-math-breadcrumb a{
	color:#757575;
}
.rank-math-breadcrumb a:hover{
	color:#333;
}
.rank-math-breadcrumb a:first-child:before{
	content:':::';
	display:inline;
	margin-left:5px;
	
	font-size:10px;
	color:#7d7d7d;
	letter-spacing:1px;
	vertical-align:middle;
}

#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:50px;
	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:#22C3A3;
	cursor:pointer;
	border-radius:50px;
	margin:0 0 16px;
	box-shadow: 0px 4px 6px -1px rgba(19,108,90,0.1), 0px 2px 4px -2px rgba(19,108,90,0.1);
	
	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: #1B987E;
}
#product-addtocart-popup .product-addtocart-wrapper .gotocart-btn:active{
	background: #85E0CE;
}

@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%;
	margin-top:30px;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
.infinit-loader-wrapper .infinite-loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #dedede;
  border-right-color:#bd9049;
  animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}



#loading {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100 
}
#loading.is-active {
	visibility: visible 
}
#loading.fadein {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100) 
}
#loading .white-box{
	width:90%;
	max-width:300px;
	background:#fff;
	padding:40px 0;
	border-radius:16px;
	box-shadow: 0px 10px 15px -3px rgba(19, 108, 90, 0.10), 0px 4px 6px -4px rgba(19, 108, 90, 0.10);
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:30px;
	flex-direction:column;
}
#loading .infinite-loader {
  width: 40px;
  aspect-ratio: 1;
  display: grid;
}
#loading .infinite-loader:before,
#loading .infinite-loader:after {
  content: "";
  background: #bd9049;
  transform-origin: left;
  animation: l24 2s infinite;
}
#loading .infinite-loader:before {
  transform-origin:right;
  --s:-1;
}
@keyframes l24 {
   0%,
   10%   {transform:translate(0,0)  scale(1)}
   33%   {transform:translate(calc(var(--s,1)*50%),0)  scale(1)}
   66%   {transform:translate(calc(var(--s,1)*50%),calc(var(--s,1)*-50%))  scale(1)}
   90%,
   100%  {transform:translate(calc(var(--s,1)*50%),calc(var(--s,1)*-50%))  scale(0.5,2)}
}

.jcarousel-wrapper {
    position: relative;
}
.jcarousel {
    width: -moz-calc( 100% - 64px );
    width: -webkit-calc( 100% - 64px );
    width: calc( 100% - 64px );
    overflow: hidden;
	display:block;
	margin:0 auto;
	direction:ltr;
	text-align:left;
    position: relative;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	text-align:right;
	direction:rtl;
}

/** Carousel Controls **/

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	color:#666 !important;
}
.jcarousel-control-prev,
.jcarousel-control-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}
.jcarousel-control-prev,
.jcarousel-control-next{
	width:32px;
	height:32px;
	background:none;
	margin-top: -16px;
	border:0;
	padding:0;
	
	position: absolute;
	top: 50%;
}
.jcarousel-control-prev {
	right:0;
}
.jcarousel-control-next {
	left:0;
}
.jcarousel-control-next svg, 
.jcarousel-control-prev svg{
	width: 32px;
	height: 32px;
}
.jcarousel-control-prev:hover svg path,
.jcarousel-control-next:hover svg path{
	stroke:#666;
}

/** Carousel Pagination **/

.jcarousel-pagination {
	width:100%;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row-reverse;
	gap:5px;
}

.jcarousel-pagination span{
    width:8px;
	height:8px;
	background:#fff;
    display: inline-block;
	border-radius:15px;
	padding:0;
	border:0;
	cursor:pointer;
	
	text-decoration: none;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.jcarousel-pagination span.active {
	width:24px;
	background:#fff;
}