@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: #6d1995;
	text-decoration: none
}

a:hover {
	color: #71338e
}

* {
	-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: 195px 0 0 0;
	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
}

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: 1px !important;
	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:#fff url('../images/checkbox.webp') no-repeat center;
	border-color:#6d1995;
}

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%
}

.btn{
	background: linear-gradient(135deg, rgba(235,99,240,1) 9%, rgba(60,240,255,1) 100%);
	box-shadow:0 10px 15px -3px rgb(157 157 157 / 10%), 0 4px 6px -4px rgb(74 74 74 / 10%);
}
.btn:hover{
	box-shadow:0 10px 15px -3px rgb(157 157 157 / 40%), 0 4px 6px -4px rgb(74 74 74 / 40%);
}
.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:0 !important;
	border-radius: 16px;
	border:0;
	margin:0 !important;
	float:none !important;
	list-style:none !important;
	box-shadow:0 10px 15px -3px rgb(157 157 157 / 20%), 0 4px 6px -4px rgb(74 74 74 / 20%);
	
	display:flex;
	justify-content:space-between;
	flex-direction:column;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	position:relative;
}
.has-product-list .products .product:hover{
	box-shadow:4px 7px 15px -3px rgb(157 157 157 / 30%), -4px 7px 15px -4px rgb(74 74 74 / 30%);
}
.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:40px;
	height:30px;
	background:#c81d11;
	display:inline-block;
	border-radius:5px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	font-size: 12px;
	color:#fff;
	
	position:absolute;
	top:10px;
	left:10px;
	z-index:100;
}
.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:16px 16px 0 0;
}
.has-product-list .products .product a .woocommerce-loop-product__title{
	height:48px;
	overflow:hidden;
	padding:0 10px !important; 
	margin:8px 0 !important; 
	
	font-size:14px !important;
	color:#777;
	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:#555;
}
.has-product-list .products .product .star-rating,
.has-product-list .products .product .wc-forward{
	display:none;
}
.has-product-list .products .product .bottom{
	min-height:40px;
	padding:10px;
	
	display:flex;
	justify-content:space-between;
	align-items:end;
}
.has-product-list .products .product .price-wrapper{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:5px;
	
	font-size:17px;
	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 del{
	font-size:17px;
	color:#888;
	line-height:22px;
}
.has-product-list .products .product .price-wrapper del .woocommerce-Price-currencySymbol{
	display:none;
}
.has-product-list .products .product .price-wrapper ins{
	font-size:17px;
	color:#555;
	line-height:22px;
	text-decoration:unset;
}
.has-product-list .products .product .button{
	width:35px;
	height:35px;
	background:#6d1995;
	border:1px solid #6d1995;
	border-radius:25px;
	padding:0;
	margin:0 !important;
	
	font-size:16px;
	font-weight:400;
	color:#fff;
	line-height:30px;
	
	display:flex !important;
	justify-content:center;
	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:#6d1995;
}
.has-product-list .products .product:hover .button svg path,
.has-product-list .products .product .button:hover svg path{
	fill:#6d1995 !important;
}
.has-product-list .products .product .button.added svg{
	display:none;
}
.has-product-list .products .product .button.added:after{
	margin-right:0;
}
.has-product-list .products .product .button.loading{
	background-color:#6d1995;
	color:transparent;
}
.has-product-list .products .product .button.loading svg{
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
}
.has-product-list .products .product .button.loading:after{
	width:25px;
	height:25px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' id='spinner'%3E%3Crect width='25px' height='25px' fill='none'%3E%3C/rect%3E%3Cline x1='128' x2='128' y1='32' y2='64' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='195.882' x2='173.255' y1='60.118' y2='82.745' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='224' x2='192' y1='128' y2='128' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='195.882' x2='173.255' y1='195.882' y2='173.255' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='128' x2='128' y1='224' y2='192' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='60.118' x2='82.745' y1='195.882' y2='173.255' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='32' x2='64' y1='128' y2='128' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3Cline x1='60.118' x2='82.745' y1='60.118' y2='82.745' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'%3E%3C/line%3E%3C/svg%3E");
	content:'';
	display:inline-block;
	
	margin-top:-12.5px;
	margin-left:-12.5px;
	
	-moz-animation: fa-spin 0.75s linear infinite;
	-o-animation: fa-spin 0.75s linear infinite;
	-webkit-animation: fa-spin 0.75s linear infinite;
	animation: fa-spin 0.75s linear infinite;
	
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;
}

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

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

#header-wrapper{
	width:100%;
	background: linear-gradient(135deg, #3b184b 0%, #581776 50%, #3b184b 100%);
	
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
}
#header-top{
	background: #4b1167;
}
#header-top .container {
	height:40px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:16px;
	
	font-size:14px;
	color:#fff;
	
	position:relative;
}
#header-top .left a{
	display:flex;
	align-items:center;
	flex-direction:row-reverse;
	gap:5px;
	
	color:#fff;
}
#header-top .left a:hover{
	color:#f9f9f9;
}
#header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}
#header .container {
	height:100px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:16px;
	
	position:relative;
}
#header .logo{
	float:right;
}
#header .logo img{
	width:230px;
	height:30px;
	display:block;
}
#header #search{
	width:-moz-calc(100% - 420px);
	width:-webkit-calc(100% - 420px);
	width:calc(100% - 420px);
	
	height:46px;
	background: #FFF;
	
	border-radius:10px;
	
	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:25px;
	border:0;
	
	font-size:13px;
	font-weight:normal;
	color:#000;
	line-height:25px;
}
#header #search .submit{
	width:37px;
	height:37px;
	background:#fff url('../images/search.svg') no-repeat center;
	border:0;
	border-radius:50px;
	cursor:pointer;
	margin-left:3.5px;
}
#header #search .close-btn{
	width:37px;
	height:37px;
	background:#fff;
	border:0;
	border-radius:50px;
	cursor:pointer;
	margin-left:3.5px;
	
	display:none;
	justify-content:center;
	align-items:center;
}
#header #search.mobile-visible .close-btn{
	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;
	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:#6d1995 #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:#6d1995;
    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:44px;
	height:44px;
	background: #FFF;
	display:none;
	float:right;
	cursor:pointer;
	border-radius:5px;
	
	position:relative;
}
#header .mobile-search-icon .submit{
	width:34px;
	height:34px;
	background:#fff url('../images/search.svg') no-repeat center;
	border:0;
	cursor:pointer;
	
	position:absolute;
	top:5px;
	left:5px;
	z-index:1;
}

#header .nav-icons{
	width:110px;
	height:40px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#header .nav-icons .icon-btn{
	width:30px;
	height:30px;
	background:rgba(255,255,255,0);
	border-radius:5px;
	cursor:pointer;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:relative;
}
#header .nav-icons .icon-btn 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;
}
#header .nav-icons .icon-btn:hover{
	background:rgba(255,255,255,1);
}
#header .nav-icons .icon-btn:hover svg path{
	stroke:#6d1995;
}
#header .nav-icons .icon-btn.basket-btn:hover svg path{
	stroke:#6d1995;
	fill:#6d1995;
}

#header .basket-btn .cart-contents-count{
	min-width:10px;
	height:15px;
	background:#F2616D;
	padding:0 5px;
	border-radius:5px;

	display:flex;
	justify-content: center;
	align-items: center;
	
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	line-height: 20px;
	
	position: absolute;
	right: -5px;
	top: -3px;
	z-index:1;
}

#header .basket-popup{
	width: 300px;
	height:100vh;
	background:#FFF;
	overflow:hidden;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction:column;
	gap:0;
	
	position:fixed;
	top:0;
	right:-100px;
	z-index:1000000;
}
#header .basket-popup.visible{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	right:0;
}
#header .basket-popup .close{
	width:45px;
	height:45px;
	background:#efefef;
	border-radius:5px;
	cursor:pointer;
	margin:10px 0 10px 10px;
	align-self:end;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#header .basket-popup .close:hover{
	background:#f5f5f5;
}
#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:#6d1995;
	line-height:24px;
}
#header .basket-popup .basket-title-count-status.empty{
	justify-content:center;
	flex-wrap:wrap;
	gap:16px;
}
#header .basket-popup .basket-title-count-status.empty p{
	width:100%;
	display:block;
	text-align:center;
}
#header .basket-popup .woocommerce-mini-cart__empty-message{
	display:none;
}
#header .basket-popup .widget_shopping_cart_content{
	height:-moz-calc(100% - 65px);
	height:-webkit-calc(100% - 65px);
	height:calc(100% - 65px);
}
#header .basket-popup ul{
	height:-moz-calc(100% - 74px);
	height:-webkit-calc(100% - 74px);
	height:calc(100% - 74px);
	overflow-x:hidden;
	overflow-y:auto;
	list-style:none;
	margin:0;
	padding:0 10px;
	
	scrollbar-width:thin;
	scrollbar-color:#6d1995 #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:#6d1995;
    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 .product-price{
	width:100%;
	
	display:flex;
	justify-content:center;
	gap:5px;
}
#header .basket-popup ul li .product-price .col-wrapper{
	display:flex;
	flex-direction:column;
	margin-top:5px;
	
	font-size:17px;
	font-weight:bold;
	color:#666;
	line-height:20px;
}
#header .basket-popup ul li .product-price del{
	display:none;
}
#header .basket-popup ul li .product-price ins{
	font-size:17px;
	font-weight:bold;
	color:#666;
	line-height:20px;
	text-decoration:unset;
}
#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:15px;
	font-weight:bold;
	color:#555;
	line-height:20px;
}
#header .basket-popup .bottom a.button{
	height:39px;
	padding:0 16px;
	background: linear-gradient(135deg, rgba(235,99,240,1) 9%, rgba(60,240,255,1) 100%);
	box-shadow:0 10px 15px -3px rgb(157 157 157 / 10%), 0 4px 6px -4px rgb(74 74 74 / 10%);
	border-radius:50px;
	
	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{
	box-shadow:0 10px 15px -3px rgb(157 157 157 / 40%), 0 4px 6px -4px rgb(74 74 74 / 40%);
}
#header .basket-popup .bottom a.button.checkout{
	display:none;
}

@media only screen and (max-width:1000px) {
	body {
		padding-top: 115px;
	}
	#header-wrapper{
		height:115px !important;
	}
	#header .container{
		height:75px;
		gap:10px;
	}
	#header #search,
	body.logged-in #header #search{	
		width:-moz-calc( 100% - 250px ) !important;
		width:-webkit-calc( 100% - 250px ) !important;
		width:calc( 100% - 250px ) !important;
		
		height:45px;
	}
	#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 .nav-icons{
		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;
	}
}

#header-menu-popup{
	width: 300px;
	height:100vh;
	background:#FFF;
	display:block;
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-width:thin;
	scrollbar-color:#6d1995 #f3f3f3;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	position:fixed;
	top:0;
	right:-100px;
	z-index:1000000;
}
#header-menu-popup::-webkit-scrollbar {
    width:5px;
}
#header-menu-popup::-webkit-scrollbar-track {
    background:#f3f3f3;
	border-radius:5px;
}
#header-menu-popup::-webkit-scrollbar-thumb {
    background:#6d1995;
    border-radius:5px;
}
#header-menu-popup.visible{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
	
	right:0;
}
#header-menu-popup .close{
	width:45px;
	height:45px;
	background:#efefef;
	border-radius:5px;
	cursor:pointer;
	margin:10px 0 0 10px;
	float:left;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#header-menu-popup .close:hover{
	background:#f5f5f5;
}
#header-menu-popup ul {
	list-style: none;
	padding:10px;
	margin:0;
}

#header-menu-popup ul li {
	width:100%;
	height:auto;
	min-height:34px;
	margin-bottom:10px;
	background:none;
	box-sizing:border-box;
}
#header-menu-popup ul li a {
	width:100%;
	height:auto;
	min-height:34px;
	background:#fff;
	display:block;
	padding:0 10px;
	box-sizing:border-box;
	border-radius:5px;
	
	color:#333;
	font-weight:500;
	line-height:34px;
}
#header-menu-popup ul li.current-menu-item a,
#header-menu-popup ul li.current_page_item a,
#header-menu-popup ul li:hover a{
	background:#6d1995 !important;
	color:#fff !important;
}

#main-navigation {
	height: 46px;
}
#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: 38px;
	padding: 0 10px;
	border-radius:10px;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
	
	color: #fff;
}
#main-navigation>ul>li:nth-child(n+2)>a{
	background:#ffffff19;
}
#main-navigation>ul>li:nth-child(n+2):hover>a{
	background:#00000019;
}
#main-navigation>ul>li:nth-child(n+2)>a:before{
	width:22px;
	height:22px;
	background-repeat:no-repeat;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
	
	display:inline-block;
	content:'';
}
#main-navigation>ul>li.about>a:before{
	background-image:url('../images/verified.webp');
}
#main-navigation>ul>li.contact>a:before{
	background-image:url('../images/audiophile.webp');
}
#main-navigation>ul>li.sale>a:before{
	background-image:url('../images/sale.webp');
}
#main-navigation>ul>li.popular>a:before{
	background-image:url('../images/popular.webp');
}
#main-navigation>ul>li:first-child>a:before {
	width:22px;
	height:22px;
	background:url('../images/category-white.svg') no-repeat;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	background-size:100%;
    overflow: hidden;
    display: inline-block;
    content: '';
}
#main-navigation>ul>li>ul {
	width:240px;
	height:auto;
	max-height:455px;
	background: #fff;
	display: block;
	list-style: none;
	visibility:hidden;
	padding:10px;
	border-radius:10px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 0px 6px -2px rgb(0 0 0 / 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);
	
	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:100%;
	height:auto;
	min-height:34px;
	background:none;
	margin-left:0;
	margin-bottom:10px;
	box-sizing:border-box;
	
	position:relative;
}
#main-navigation>ul>li>ul>li:last-child{
	margin-bottom:0;
}
#main-navigation>ul>li>ul>li>a{
	width:100%;
	height:auto;
	min-height:34px;
	background:#fff;
	display:block;
	padding:0 10px;
	box-sizing:border-box;
	border-radius:5px;
	
	color:#333;
	font-weight:500;
	line-height:34px;
	
	position:relative;
}
#main-navigation>ul>li>ul>li.menu-item-has-children>a:after{
	width:15px;
	height:15px;
	background:url('../images/arrow-left-black.svg') no-repeat;
	display:inline-block;
	content:'';
	margin-top:-7.5px;
	
	position:absolute;
	top:50%;
	left:10px;
}
#main-navigation>ul>li>ul>li.menu-item-has-children:hover>a:after{
	background:url('../images/arrow-left-white.svg') no-repeat;
}
#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{
	background:#6d1995 !important;
	color:#fff !important;
}
#main-navigation>ul>li>ul>li>ul {
	width:240px;
	height:auto;
	max-height:455px;
	background: #fff;
	display: block;
	list-style: none;
	visibility:hidden;
	padding:10px;
	border-radius:10px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 0px 6px -2px rgb(0 0 0 / 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);
	
	position: absolute;
	top: 30px;
	right: 230px;
	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:100%;
	height:auto;
	min-height:34px;
	background:none;
	margin-left:0;
	margin-bottom:10px;
	box-sizing:border-box;
	
	position:relative;
}
#main-navigation>ul>li>ul>li>ul>li:last-child{
	margin-bottom:0;
}
#main-navigation>ul>li>ul>li>ul>li>a{
	width:100%;
	height:auto;
	min-height:34px;
	background:#fff;
	display:block;
	padding:0 10px;
	box-sizing:border-box;
	border-radius:5px;
	
	color:#333;
	font-weight:500;
	line-height:34px;
	
	position:relative;
}
#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{
	background:#6d1995 !important;
	color:#fff !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: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:500;
	color:#666;
}
#mobile-bottom-bar-fixed .navigation-button .item:hover{
	color:#6d1995;
}
#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: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:#6d1995;
}
#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:#6d1995;
	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 .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:hover svg path{
	stroke:#6d1995;
}

@media only screen and (max-width:1000px) {
	body {
		padding-bottom: 61px;
	}
	#main-navigation {
		display:none;
	}
	#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-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:#6d1995 #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:#6d1995;
    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:#6d1995;
	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:#6d1995 !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:#6d1995 !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: #6d1995;
	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 .input.success{ */
	/* border-color:#488319; */
	/* background:#E7FEF2; */
	/* color:#488319; */
/* } */
.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:100%;
	height:56px;
	background: #6d1995;
	border-radius:50px;
	border:1px solid #6d1995;
	cursor:pointer;
	
	font-size: 16px;
	color:#fff;
	text-align:center;
}
.login-form-wrapper .submit:hover{
	background:#fff;
	color:#6d1995;
}
.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:#6d1995;
	cursor:pointer;
}
.login-form-wrapper .bottom-text .skip-update-btn{
	color:#6d1995;
	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%;
		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: linear-gradient(135deg, #3b184b 0%, #581776 50%, #3b184b 100%);
	overflow:hidden;
	margin-top:50px;
	
	position:relative;
}
#footer .container{
	padding:25px 0;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:40px 0;
}
#footer .right{
	width:300px;
	
	display:flex;
	justify-content:flex-start;
	flex-direction:column;
	gap:15px;
	
	font-size:13px;
	color:#fff;
}
#footer .right img{
	max-width:100%;
	height:auto;
}
#footer .right .row{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:5px;
}
#footer .right .row a{
	color:#fff;
}
#footer .right .social{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:15px;
}
#footer .right .social .item svg{
	width:20px;
	height:20px;
}
#footer .right .social .item svg path{
	fill:#fff;
}
#footer .right .social .item:hover svg path{
	fill:#806a8c;
}
#footer .about{
	width:-moz-calc( 100% - 650px );
	width:-webkit-calc( 100% - 650px );
	width:calc( 100% - 650px );
	
	font-size:14px;
	color:#d3d3d3;
	line-height:30px;
	text-align:justify;
}
#footer .left{
	width:300px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
}
#footer .left .item {
    width: 72px;
    height: 72px;
    background: #F1F5F9;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    FILTER: alpha(opacity=100)
}

#footer .left .item:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    FILTER: alpha(opacity=70)
}
#footer-copyright {
	background: #3a124d;
}
#footer-copyright .container {
	overflow: hidden;
	padding:10px 0;
	
	color:#b5b5b5;
	text-align:center;
	line-height:24px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:column;
	gap:10px;
}
#footer-copyright .navigation{
	width:100%;
}
#footer-copyright .navigation ul{
	list-style:none;
	margin:0;
	padding:0;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:15px;
}
#footer-copyright .navigation ul li>a{
	font-size:12px;
	color:#b5b5b5;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#footer-copyright .navigation ul li.current-menu-item>a,
#footer-copyright .navigation ul li.current_page_item>a,
#footer-copyright .navigation ul li:hover>a,
#footer-copyright .navigation ul li>a:hover {
	color:#806a8c;
}
#footer-copyright .container .text{
	width:100%;
}
#footer-copyright a,
#footer-copyright a:visited{
	color:#b4b4b4;
}
#footer-copyright a:hover{
	color:#fff;
}

@media only screen and (max-width:1024px) {
	#footer .container{
		flex-direction:column;
		align-items:center;
		gap:20px;
	}
	#footer .about{
		width:100%;
		order:1;
	}
}


.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:#6d1995;
  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:150px;
	height:150px;
	background:#fff;
	border-radius:16px;
	box-shadow: 0px 10px 15px -3px rgba(19, 108, 90, 0.10), 0px 4px 6px -4px rgba(19, 108, 90, 0.10);
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:30px;
	flex-direction:column;
}
#loading .infinite-loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #dedede;
  border-right-color:#6d1995;
  animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}

.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:#ccc;
    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 {
	background:#6d1995;
}