@charset "UTF-8";
.screen-reader-text {
  display: none !important;
}
.woocommerce .woocommerce-breadcrumb{
	margin:0 0 24px !important;
	padding-right: 16px !important;
	
	font-size:14px !important;
	font-weight:400 !important;
	color:#475569 !important;
	
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:3px
}
.woocommerce .woocommerce-breadcrumb:before{
	width:16px;
	height:16px;
	background:url('../images/home.svg') no-repeat;
	display:block;
	
	margin:-2px 0 0 8px;
}
.woocommerce .woocommerce-breadcrumb a{
	color:#94A3B8 !important;
	
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.woocommerce .woocommerce-breadcrumb a:hover{
	color:#475569;
}
.woocommerce .woocommerce-breadcrumb .delimiter{
	vertical-align:middle;
	margin:0;
}

#product-single .container{
	padding:24px 0;
}
#product-single .container .content-wrapper{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:24px 16px;
	border-radius:16px;
	border:1px solid #CBD5E1;
}
#product-single .container .content{
	display:flex;
	justify-content:right;
	align-items:flex-start;
	gap:24px 8px;
}
#product-single .col-icons{
	width:40px;
	padding-top:10px;
	
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	gap:16px;
}
#product-single .col-icons .icon{
	width:40px;
	min-height:40px;
	background:#F1F5F9;
	padding:8px;
	border-radius:8px;
	cursor:pointer;
	
	font-size:12px;
	font-weight:500;
	color:#64748B;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:8px;
}
#product-single .col-icons .icon.selected,
#product-single .col-icons .icon:hover{
	background:#FFDBDE;
	
	color:#DD3C49;
}
#product-single .col-icons .icon.add-to-wishlist.selected svg,
#product-single .col-icons .icon.add-to-wishlist:hover svg{
	fill:#DD3C49;
}
#product-single .col-icons .icon.selected svg path,
#product-single .col-icons .icon:hover svg path{
	stroke:#DD3C49;
}

#product-single .product-images {
    width:620px;
    overflow: hidden;
}
#product-single .product-images #sync1{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
#product-single .product-images #sync1 .item{
	width:620px;
	padding:10px;
	
	position:relative;
}
#product-single .product-images #sync1 .item img{
	width:100%;
	height:auto;
	display:block;
}
#product-single .product-images #sync1 .item.white1-old:after,
#product-single .product-images #sync1 .item.black1-old:after,
#product-single .product-images #sync1 .item.darkgray1:after,
#product-single .product-images #sync1 .item.darkgray1-old:after,
#product-single .product-images #sync1 .item.lightgray1:after,
#product-single .product-images #sync1 .item.lightgray1-old:after,
#product-single .product-images #sync1 .item.beige1:after,
#product-single .product-images #sync1 .item.beige1-old:after,
#product-single .product-images #sync1 .item.silver1:after,
#product-single .product-images #sync1 .item.silver1-old:after,
#product-single .product-images #sync1 .item.gold1:after,
#product-single .product-images #sync1 .item.gold1-old:after,
#product-single .product-images #sync1 .item.burntbrown1:after,
#product-single .product-images #sync1 .item.burntbrown1-old:after,
#product-single .product-images #sync1 .item.hazelnutwood1:after,
#product-single .product-images #sync1 .item.hazelnutwood1-old:after,
#product-single .product-images #sync1 .item.darkwood1:after,
#product-single .product-images #sync1 .item.darkwood1-old:after,
#product-single .product-images #sync1 .item.lightwood1:after,
#product-single .product-images #sync1 .item.lightwood1-old:after,
#product-single .product-images #sync1 .item.selfcoloredwood1:after,
#product-single .product-images #sync1 .item.selfcoloredwood1-old:after{
	width:-moz-calc(100% - 20px);
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
	
	height:-moz-calc(100% - 20px);
	height:-webkit-calc(100% - 20px);
	height:calc(100% - 20px);
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
	
	content:'';
	
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
}
#product-single .product-images #sync1 .item.white1-old:after{
	background-image:url('../images/white1-old.webp');
}
#product-single .product-images #sync1 .item.black1-old:after{
	background-image:url('../images/black1-old.webp');
}
#product-single .product-images #sync1 .item.darkgray1:after{
	background-image:url('../images/darkgray1.webp');
}
#product-single .product-images #sync1 .item.darkgray1-old:after{
	background-image:url('../images/darkgray1-old.webp');
}
#product-single .product-images #sync1 .item.lightgray1:after{
	background-image:url('../images/lightgray1.webp');
}
#product-single .product-images #sync1 .item.lightgray1-old:after{
	background-image:url('../images/lightgray1-old.webp');
}
#product-single .product-images #sync1 .item.beige1:after{
	background-image:url('../images/beige1.webp');
}
#product-single .product-images #sync1 .item.beige1-old:after{
	background-image:url('../images/beige1-old.webp');
}
#product-single .product-images #sync1 .item.silver1:after{
	background-image:url('../images/silver1.webp');
}
#product-single .product-images #sync1 .item.silver1-old:after{
	background-image:url('../images/silver1-old.webp');
}
#product-single .product-images #sync1 .item.gold1:after{
	background-image:url('../images/gold1.webp');
}
#product-single .product-images #sync1 .item.gold1-old:after{
	background-image:url('../images/gold1-old.webp');
}
#product-single .product-images #sync1 .item.burntbrown1:after{
	background-image:url('../images/burntbrown1.webp');
}
#product-single .product-images #sync1 .item.burntbrown1-old:after{
	background-image:url('../images/burntbrown1-old.webp');
}
#product-single .product-images #sync1 .item.hazelnutwood1:after{
	background-image:url('../images/hazelnutwood1.webp');
}
#product-single .product-images #sync1 .item.hazelnutwood1-old:after{
	background-image:url('../images/hazelnutwood1-old.webp');
}
#product-single .product-images #sync1 .item.darkwood1:after{
	background-image:url('../images/darkwood1.webp');
}
#product-single .product-images #sync1 .item.darkwood1-old:after{
	background-image:url('../images/darkwood1-old.webp');
}
#product-single .product-images #sync1 .item.lightwood1:after{
	background-image:url('../images/lightwood1.webp');
}
#product-single .product-images #sync1 .item.lightwood1-old:after{
	background-image:url('../images/lightwood1-old.webp');
}
#product-single .product-images #sync1 .item.selfcoloredwood1:after{
	background-image:url('../images/selfcoloredwood1.webp');
}
#product-single .product-images #sync1 .item.selfcoloredwood1-old:after{
	background-image:url('../images/selfcoloredwood1-old.webp');
}
#product-single .product-images #sync1 .item.darkgray2:after,
#product-single .product-images #sync1 .item.darkgray2-old:after,
#product-single .product-images #sync1 .item.lightgray2:after,
#product-single .product-images #sync1 .item.lightgray2-old:after,
#product-single .product-images #sync1 .item.beige2:after,
#product-single .product-images #sync1 .item.beige2-old:after,
#product-single .product-images #sync1 .item.silver2:after,
#product-single .product-images #sync1 .item.silver2-old:after,
#product-single .product-images #sync1 .item.gold2:after,
#product-single .product-images #sync1 .item.gold2-old:after,
#product-single .product-images #sync1 .item.burntbrown2:after,
#product-single .product-images #sync1 .item.burntbrown2-old:after,
#product-single .product-images #sync1 .item.hazelnutwood2:after,
#product-single .product-images #sync1 .item.hazelnutwood2-old:after,
#product-single .product-images #sync1 .item.darkwood2:after,
#product-single .product-images #sync1 .item.darkwood2-old:after,
#product-single .product-images #sync1 .item.lightwood2:after,
#product-single .product-images #sync1 .item.lightwood2-old:after,
#product-single .product-images #sync1 .item.selfcoloredwood2:after,
#product-single .product-images #sync1 .item.selfcoloredwood2-old:after{
	width:-moz-calc(100% - 20px);
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
	
	height:-moz-calc(100% - 20px);
	height:-webkit-calc(100% - 20px);
	height:calc(100% - 20px);
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
	
	content:'';
	
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
}
#product-single .product-images #sync1 .item.darkgray2:after{
	background-image:url('../images/darkgray2.webp');
}
#product-single .product-images #sync1 .item.darkgray2-old:after{
	background-image:url('../images/darkgray2-old.webp');
}
#product-single .product-images #sync1 .item.lightgray2:after{
	background-image:url('../images/lightgray2.webp');
}
#product-single .product-images #sync1 .item.lightgray2-old:after{
	background-image:url('../images/lightgray2-old.webp');
}
#product-single .product-images #sync1 .item.beige2:after{
	background-image:url('../images/beige2.webp');
}
#product-single .product-images #sync1 .item.beige2-old:after{
	background-image:url('../images/beige2-old.webp');
}
#product-single .product-images #sync1 .item.silver2:after{
	background-image:url('../images/silver2.webp');
}
#product-single .product-images #sync1 .item.silver2-old:after{
	background-image:url('../images/silver2-old.webp');
}
#product-single .product-images #sync1 .item.gold2:after{
	background-image:url('../images/gold2.webp');
}
#product-single .product-images #sync1 .item.gold2-old:after{
	background-image:url('../images/gold2-old.webp');
}
#product-single .product-images #sync1 .item.burntbrown2:after{
	background-image:url('../images/burntbrown2.webp');
}
#product-single .product-images #sync1 .item.burntbrown2-old:after{
	background-image:url('../images/burntbrown2-old.webp');
}
#product-single .product-images #sync1 .item.hazelnutwood2:after{
	background-image:url('../images/hazelnutwood2.webp');
}
#product-single .product-images #sync1 .item.hazelnutwood2-old:after{
	background-image:url('../images/hazelnutwood2-old.webp');
}
#product-single .product-images #sync1 .item.darkwood2:after{
	background-image:url('../images/darkwood2.webp');
}
#product-single .product-images #sync1 .item.darkwood2-old:after{
	background-image:url('../images/darkwood2-old.webp');
}
#product-single .product-images #sync1 .item.lightwood2:after{
	background-image:url('../images/lightwood2.webp');
}
#product-single .product-images #sync1 .item.lightwood2-old:after{
	background-image:url('../images/lightwood2-old.webp');
}
#product-single .product-images #sync1 .item.selfcoloredwood2:after{
	background-image:url('../images/selfcoloredwood2.webp');
}
#product-single .product-images #sync1 .item.selfcoloredwood2-old:after{
	background-image:url('../images/selfcoloredwood2-old.webp');
}
#product-single .product-images .jcarousel-control-prev{
	right:15px;
	z-index:5;
	
	-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)
}
#product-single .product-images .jcarousel-control-next{
	left:15px;
	z-index:5;
	
	-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)
}
#product-single .product-images:hover .jcarousel-control-prev{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100)
}
#product-single .product-images:hover .jcarousel-control-next{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100)
}
#product-single .product-images .jcarousel-pagination{
	display:none;
}
#product-single .product-images #sync2{
	width:100%;
	margin:16px 0 0 0;
	padding:0 10px;
    
	text-align:right;
	direction:rtl;
	
	position:relative;
}
#product-single .product-images #sync2 .item {
	margin:0 0 0 15px;
	padding:10px;
	float:right !important;
	border: 1px solid #E2E8F0;
	border-radius: 12px;
	cursor: pointer;
	
	position:relative;
}
#product-single .product-images #sync2 .item.active{
	border-color:#94A3B8;
}
#product-single .product-images #sync2 .item img{
	width:100%;
	height:auto;
	display:block;
}
#product-single .product-images #sync2 .item.white1-old:after,
#product-single .product-images #sync2 .item.black1-old:after,
#product-single .product-images #sync2 .item.darkgray1:after,
#product-single .product-images #sync2 .item.darkgray1-old:after,
#product-single .product-images #sync2 .item.lightgray1:after,
#product-single .product-images #sync2 .item.lightgray1-old:after,
#product-single .product-images #sync2 .item.beige1:after,
#product-single .product-images #sync2 .item.beige1-old:after,
#product-single .product-images #sync2 .item.silver1:after,
#product-single .product-images #sync2 .item.silver1-old:after,
#product-single .product-images #sync2 .item.gold1:after,
#product-single .product-images #sync2 .item.gold1-old:after,
#product-single .product-images #sync2 .item.burntbrown1:after,
#product-single .product-images #sync2 .item.burntbrown1-old:after,
#product-single .product-images #sync2 .item.hazelnutwood1:after,
#product-single .product-images #sync2 .item.hazelnutwood1-old:after,
#product-single .product-images #sync2 .item.darkwood1:after,
#product-single .product-images #sync2 .item.darkwood1-old:after,
#product-single .product-images #sync2 .item.lightwood1:after,
#product-single .product-images #sync2 .item.lightwood1-old:after,
#product-single .product-images #sync2 .item.selfcoloredwood1:after,
#product-single .product-images #sync2 .item.selfcoloredwood1-old:after{
	width:-moz-calc(100% - 20px);
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
	
	height:-moz-calc(100% - 20px);
	height:-webkit-calc(100% - 20px);
	height:calc(100% - 20px);
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
	
	content:'';
	
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
}
#product-single .product-images #sync2 .item.white1-old:after{
	background-image:url('../images/white1-old.webp');
}
#product-single .product-images #sync2 .item.black1-old:after{
	background-image:url('../images/black1-old.webp');
}
#product-single .product-images #sync2 .item.darkgray1:after{
	background-image:url('../images/darkgray1.webp');
}
#product-single .product-images #sync2 .item.darkgray1-old:after{
	background-image:url('../images/darkgray1-old.webp');
}
#product-single .product-images #sync2 .item.lightgray1:after{
	background-image:url('../images/lightgray1.webp');
}
#product-single .product-images #sync2 .item.lightgray1-old:after{
	background-image:url('../images/lightgray1-old.webp');
}
#product-single .product-images #sync2 .item.beige1:after{
	background-image:url('../images/beige1.webp');
}
#product-single .product-images #sync2 .item.beige1-old:after{
	background-image:url('../images/beige1-old.webp');
}
#product-single .product-images #sync2 .item.silver1:after{
	background-image:url('../images/silver1.webp');
}
#product-single .product-images #sync2 .item.silver1-old:after{
	background-image:url('../images/silver1-old.webp');
}
#product-single .product-images #sync2 .item.gold1:after{
	background-image:url('../images/gold1.webp');
}
#product-single .product-images #sync2 .item.gold1-old:after{
	background-image:url('../images/gold1-old.webp');
}
#product-single .product-images #sync2 .item.burntbrown1:after{
	background-image:url('../images/burntbrown1.webp');
}
#product-single .product-images #sync2 .item.burntbrown1-old:after{
	background-image:url('../images/burntbrown1-old.webp');
}
#product-single .product-images #sync2 .item.hazelnutwood1:after{
	background-image:url('../images/hazelnutwood1.webp');
}
#product-single .product-images #sync2 .item.hazelnutwood1-old:after{
	background-image:url('../images/hazelnutwood1-old.webp');
}
#product-single .product-images #sync2 .item.darkwood1:after{
	background-image:url('../images/darkwood1.webp');
}
#product-single .product-images #sync2 .item.darkwood1-old:after{
	background-image:url('../images/darkwood1-old.webp');
}
#product-single .product-images #sync2 .item.lightwood1:after{
	background-image:url('../images/lightwood1.webp');
}
#product-single .product-images #sync2 .item.lightwood1-old:after{
	background-image:url('../images/lightwood1-old.webp');
}
#product-single .product-images #sync2 .item.selfcoloredwood1:after{
	background-image:url('../images/selfcoloredwood1.webp');
}
#product-single .product-images #sync2 .item.selfcoloredwood1-old:after{
	background-image:url('../images/selfcoloredwood1-old.webp');
}
#product-single .product-images #sync2 .item.darkgray2:after,
#product-single .product-images #sync2 .item.darkgray2-old:after,
#product-single .product-images #sync2 .item.lightgray2:after,
#product-single .product-images #sync2 .item.lightgray2-old:after,
#product-single .product-images #sync2 .item.beige2:after,
#product-single .product-images #sync2 .item.beige2-old:after,
#product-single .product-images #sync2 .item.silver2:after,
#product-single .product-images #sync2 .item.silver2-old:after,
#product-single .product-images #sync2 .item.gold2:after,
#product-single .product-images #sync2 .item.gold2-old:after,
#product-single .product-images #sync2 .item.burntbrown2:after,
#product-single .product-images #sync2 .item.burntbrown2-old:after,
#product-single .product-images #sync2 .item.hazelnutwood2:after,
#product-single .product-images #sync2 .item.hazelnutwood2-old:after,
#product-single .product-images #sync2 .item.darkwood2:after,
#product-single .product-images #sync2 .item.darkwood2-old:after,
#product-single .product-images #sync2 .item.lightwood2:after,
#product-single .product-images #sync2 .item.lightwood2-old:after,
#product-single .product-images #sync2 .item.selfcoloredwood2:after,
#product-single .product-images #sync2 .item.selfcoloredwood2-old:after{
	width:-moz-calc(100% - 20px);
	width:-webkit-calc(100% - 20px);
	width:calc(100% - 20px);
	
	height:-moz-calc(100% - 20px);
	height:-webkit-calc(100% - 20px);
	height:calc(100% - 20px);
	
	-moz-background-size:100%;
	-webkit-background-size:100%;
	-khtml-background-size:100%;
	background-size:100%;
	
	content:'';
	
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
}
#product-single .product-images #sync2 .item.darkgray2:after{
	background-image:url('../images/darkgray2.webp');
}
#product-single .product-images #sync2 .item.darkgray2-old:after{
	background-image:url('../images/darkgray2-old.webp');
}
#product-single .product-images #sync2 .item.lightgray2:after{
	background-image:url('../images/lightgray2.webp');
}
#product-single .product-images #sync2 .item.lightgray2-old:after{
	background-image:url('../images/lightgray2-old.webp');
}
#product-single .product-images #sync2 .item.beige2:after{
	background-image:url('../images/beige2.webp');
}
#product-single .product-images #sync2 .item.beige2-old:after{
	background-image:url('../images/beige2-old.webp');
}
#product-single .product-images #sync2 .item.silver2:after{
	background-image:url('../images/silver2.webp');
}
#product-single .product-images #sync2 .item.silver2-old:after{
	background-image:url('../images/silver2-old.webp');
}
#product-single .product-images #sync2 .item.gold2:after{
	background-image:url('../images/gold2.webp');
}
#product-single .product-images #sync2 .item.gold2-old:after{
	background-image:url('../images/gold2-old.webp');
}
#product-single .product-images #sync2 .item.burntbrown2:after{
	background-image:url('../images/burntbrown2.webp');
}
#product-single .product-images #sync2 .item.burntbrown2-old:after{
	background-image:url('../images/burntbrown2-old.webp');
}
#product-single .product-images #sync2 .item.hazelnutwood2:after{
	background-image:url('../images/hazelnutwood2.webp');
}
#product-single .product-images #sync2 .item.hazelnutwood2-old:after{
	background-image:url('../images/hazelnutwood2-old.webp');
}
#product-single .product-images #sync2 .item.darkwood2:after{
	background-image:url('../images/darkwood2.webp');
}
#product-single .product-images #sync2 .item.darkwood2-old:after{
	background-image:url('../images/darkwood2-old.webp');
}
#product-single .product-images #sync2 .item.lightwood2:after{
	background-image:url('../images/lightwood2.webp');
}
#product-single .product-images #sync2 .item.lightwood2-old:after{
	background-image:url('../images/lightwood2-old.webp');
}
#product-single .product-images #sync2 .item.selfcoloredwood2:after{
	background-image:url('../images/selfcoloredwood2.webp');
}
#product-single .product-images #sync2 .item.selfcoloredwood2-old:after{
	background-image:url('../images/selfcoloredwood2-old.webp');
}

#product-single .summary {
    width:-moz-calc( 100% - 676px );
    width:-webkit-calc( 100% - 676px );
    width:calc( 100% - 676px );
	
    overflow: hidden;
	padding-top:16px;
    position: relative;
	
	font-size:14px;
	color:#333;
	line-height:35px;
}
#product-single .summary .rating-wrapper{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
}
#product-single .summary .rating-wrapper .col-right{
	display: flex;
	justify-content:right;
	align-items: center;
	gap:8px;
}
#product-single .summary .rating-wrapper .product-code{
	height:28px;
	background:#E0F5FF;
	padding:0 12px 0 16px;
	border-radius:20px;
	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
	
	color:#30B2F2;
}
#product-single .summary .rating-wrapper .product-packing{
	height:28px;
	background:#E2E8F0;
	padding:0 12px 0 16px;
	border-radius:20px;
	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
	
	color:#64748B;
}
#product-single .star-rating {
	width:100px !important;
	height: 15px !important;
	margin:0 !important;
	background: url('../images/star-outline.svg') repeat-x left 0 !important;
}
#product-single .star-rating:before,
#product-single .star-rating span:before{
	display:none !important;
}
#product-single .star-rating span {
	background:#fff url('../images/star-full.svg') repeat-x left 0 !important;
	height: 15px !important;
	
	right:unset !important;
	left:0;
}
#product-single .summary .rating-wrapper .woocommerce-review-link{
	display:none;
}
#product-single .summary .product_title{
    margin:35px 0;
    font-size:24px;
    font-weight:800;
    color:#334155;
}
#product-single .summary .woocommerce-product-details__short-description{
	width:100%;
	height:72px;
	overflow:hidden;
	margin:0 !important;
	
	font-size: 14px;
	font-weight: 400;
	color:#94A3B8;
	line-height: 24px;
	text-align:justify;
	white-space:wrap;
	text-overflow:ellipsis;
}
#product-single .summary .product-attr{
	margin-top:24px;
}
#product-single .summary .product-attr ul{
    list-style:none;
	margin:0;
	padding:0;
	
	display:flex;
	flex-direction:column;
	gap:16px;
}
#product-single .summary .product-attr ul li{
	display:flex;
	justify-content:right;
	align-items:center;
	gap:4px;
}
#product-single .summary .product-attr ul li svg{
	flex-shrink:0;
}
#product-single .summary .product-attr ul li .title{
	margin-left:4px;
	
	flex-shrink:0;
	
	color:#14B866;
	line-height:20px;
}
#product-single .summary .product-attr ul li .desc{
	color:#64748B;
	line-height:20px;
}
#product-single .summary .product-attr ul li .desc.ltr{
	direction:ltr;
}
#product-single .summary .price-add-wrapper{
	width:100%;
	height:88px;
	background:#E2E8F0;
	padding:0 24px;
	margin:40px 0 0;
	border-radius: 16px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#product-single .summary .price-add-wrapper .price-wrapper{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:0 5px;
}
#product-single .summary .price-add-wrapper .price-wrapper .col-right{
	display:flex;
	flex-direction:column;
	
	font-size:37px;
	font-weight:800;
	color:#334155;
	line-height:45px;
}
#product-single .summary .price-add-wrapper .price-wrapper .woocommerce-Price-currencySymbol{
	display:none;
}
#product-single .summary .price-add-wrapper .price-wrapper del{
	font-size:21px;
	font-weight:400;
	color:#94A3B8;
	line-height:18px;
}
#product-single .summary .price-add-wrapper .price-wrapper ins{
	font-size:37px;
	font-weight:800;
	color:#1E293B;
	line-height:34px;
	text-decoration:unset;
}
#product-single .summary .price-add-wrapper .price-wrapper .col-left{
	display:flex;
	align-items:center;
}
#product-single .summary .price-add-wrapper .price-wrapper .off-badge{
	width:45px;
	height:24px;
	background:#D6426C;
	border-radius: 12px;
	margin-right:19px;
	
	display:flex;
	align-items:center;
	justify-content:center;
	
	font-size: 14px;
	font-weight:800;
	color:#fff;
}
#product-single .summary .variations .reset_variations,
#product-single .summary .single_variation_wrap .woocommerce-variation-price,
#product-single .summary .stock{
    display:none !important;
}
#product-single .summary .variations{
	width:100%;
	margin-top:40px;
}
#product-single .summary .variations tbody{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
}
#product-single .summary .variations tr{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
}
#product-single .summary .variations tr td{
	width:180px;
}
#product-single .summary .variations tr td select{
	background-image:url('../images/arrow-down.svg') !important;
	background-position:10px center !important;
	background-repeat:no-repeat !important;
}
#product-single .summary .variations tr td select option{
	height:35px;
	
	line-height:35px;
	color:#64748B;
	font-size:15px;
}
#product-single .summary .variations .label{
	font-size:16px;
	font-weight:700;
	color:#64748B;
}
#product-single .summary .variations .label:before{
	content:'انتخاب';
	display:inline-block;
	margin-left:3px;
	
	font-size:16px;
	font-weight:700;
	color:#64748B;
}
#product-single .summary form.cart {
	overflow: hidden;
}
#product-single .summary .quantity {
	width:130px;
	height:36px;
	background:#fff;
	border: 1px solid #94A3B8;
	border-radius: 50px;
	margin-top:8px;
	
	display:none !important;
	justify-content:space-evenly;
	align-items:center;
}
#product-single .summary .quantity.visibile{
	display:flex;
}
#product-single .summary .quantity .plus,
#product-single .summary .quantity .minus {
    width: 20px;
    height:20px;
    cursor: pointer;
    border: 0;
}
#product-single .summary .quantity .plus {
    background:#fff url('../images/add-circle.svg') no-repeat;
}
#product-single .summary .quantity .minus {
    background:#fff url('../images/minus-cirlce.svg') no-repeat;
	background-size:100% 100%;
}
#product-single .summary .quantity .minus.disabled {
	background:#fff url('../images/trash.svg') no-repeat;
}
#product-single .summary .quantity .text {
    width:21px;
    height: 30px;
	background:#fff;
    border: 0;
	border-radius:0;
	padding:0;
	
    font-size: 16px;
    font-weight:700;
	color: #334155;
    line-height: 30px;
    text-align: center
}
#product-single .summary .single_add_to_cart_button {
	height:48px;
	background:#E6332A;
	border-radius: 8px;
	padding:0 16px;
	margin:0 !important;
	
	font-family:'iranyekan';
	font-size:16px;
	font-weight:700;
	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;
}
#product-single .summary .single_add_to_cart_button:hover {
	background:#C42A24;
}
#product-single .summary .single_add_to_cart_button:active{
	background:#F08F89;
}
#product-single .summary .single_add_to_cart_button.loading{
	background-color:#F08F89;
	color:transparent;
}
#product-single .summary .single_add_to_cart_button.loading svg{
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
}
#product-single .summary .single_add_to_cart_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;
}
#product-single .added_to_cart.wc-forward{
	display:none !important;
}
#product-single .summary .related-from-code{
	width:100%;
	border:1px solid #94A3B8;
	border-radius: 16px;
	padding: 32px 24px 16px 24px;
	margin-top:48px;
	
	position:relative;
}
#product-single .summary .related-from-code .box-title{
	display:inline-block;
	background:#fff;
	padding:0 5px;
	margin:0;
	
	display:flex;
	align-items:center;
	gap:4px;
	
	position:absolute;
	top:-17.5px;
	right:20px;
	z-index:1;
}
#product-single .summary .related-from-code .box-title span{
	font-size:16px;
	font-weight:800;
	color:#64748B;
}
#product-single .summary .related-from-code .related-code-slider{
	width:100%;
}
#product-single .summary .related-from-code .related-code-slider .item{
	margin:0 10px 0 0;
	float:left;
	overflow:hidden;
}
#product-single .summary .related-from-code .related-code-slider .item a{
	width:100%;
	overflow:hidden;
	display:block;
	padding:10px;
	border-radius:12px;
	
	position:relative;
}
#product-single .summary .related-from-code .related-code-slider .item a img{
	width:100%;
	display:block;
	margin:0 auto;
	
	position:relative;
	z-index:0;
}
#product-single .summary .related-from-code .related-code-slider .item .title{
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.80);
	overflow:hidden;
	padding:10px;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#product-single .summary .related-from-code .related-code-slider .item:hover .title{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
}
#product-single .summary .related-from-code .related-code-slider .item .title h2{
	height:60px;
	overflow:hidden;
	margin:0;
	
	font-size:12px;
	font-weight:400;
	color:#fff;
	text-align:center;
	line-height:20px;
}
#product-single .summary .related-from-code .related-code-slider .item.skeleton{
	width:139px;
	height:139px;
	background-color: #e0e0e0;
	animation: skeleton-pulse 1.5s infinite;
	border-radius:12px;
}
@keyframes skeleton-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}
#product-single .summary .related-from-code .jcarousel-control-next{
	width:24px !important;
	height:32px !important;
	background:#fff !important;
	border:0 !important;
	border-radius:8px !important;
	padding:0 !important;
	margin-top:-16px !important;
	box-shadow:unset !important;
	
	left:-24px !important;
}
#product-single .summary .related-from-code .jcarousel-control-prev{
	width:24px !important;
	height:32px !important;
	background:#fff !important;
	border:0 !important;
	border-radius:8px !important;
	padding:0 !important;
	margin-top:-16px !important;
	box-shadow:unset !important;
	
	right:-24px !important;
}
#product-single .khandaloo-features{
	width:100%;
	border-top:1px solid #E2E8F0;
	padding:25px 16px 0;
	margin-top:40px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
#product-single .khandaloo-features .item{
	width:25%;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:8px;
}
#product-single .khandaloo-features .col-right{
	width:56px;
	height:56px;
	background: #F0F7F6;
	border-radius: 8px;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#product-single .khandaloo-features .col-left{
	width:-moz-calc( 100% - 64px );
	width:-webkit-calc( 100% - 64px );
	width:calc( 100% - 64px );
	
	height:56px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
#product-single .khandaloo-features .col-left h3{
	margin:0;
	
	font-size: 14px;
	font-weight: 700;
	color:#1B987E;
	line-height: 24px;
}
#product-single .khandaloo-features .col-left p{
	margin:0;
	
	font-size: 12px;
	font-weight: 400;
	color:#64748B;
	line-height: 22px;
}
#product-single .container .woocommerce-tabs{
	border-radius:16px;
	background:#FFF;
	display:block;
	margin-top:30px;
	padding:0 24px 32px;
	border:1px solid #CBD5E1;
}
#product-single .container .woocommerce-tabs .tabs{
	list-style:none;
	margin:0;
	padding:16px;
	border-bottom: 1px solid #E2E8F0;
	
	display:flex;
	justify-content:right;
	gap:16px;
}
#product-single .container .woocommerce-tabs .tabs li{
	width:auto;
	height:40px;
	display:inline-block;
	overflow:hidden;
}
#product-single .container .woocommerce-tabs .tabs li a{
	height:40px;
	background:#F8FAFC;
	padding:0 12px;
	border: 1px solid #E2E8F0;
	border-radius: 50px;
	
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	font-size:14px;
	font-weight:400;
	color:#64748B;
	text-align:center;
}
#product-single .container .woocommerce-tabs .tabs li a:hover{
	background:#F1F5F9;
	border-color:#E2E8F0;
}
#product-single .container .woocommerce-tabs .tabs li.active a{
	background:#FFE1DF;
	border-color:#F08F89;
	
	color:#C42A24;
	font-weight:800;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:24px 0 0 0;
	
	font-size:16px;
	font-weight:300;
	color:#1E293B;
	line-height:30px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description{
	text-align:justify;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description img{
	max-width:100%;
	height:auto;
	display:block;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child{
	display:none;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr {
	width:100%;
	max-width:600px;
	list-style: none;
	margin:20px auto 0;
	padding:0;
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr li {
	width:100%;
	display:block;
	overflow:hidden;
	margin-bottom:12px;
	border: 1px solid #CBD5E1;
	border-radius: 8px;
	
	display:flex;
	justify-content:right;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr li .title{
	width:45%;
	height:40px;
	background:#E2E8F0;
	padding:0 24px;
	
	display:flex;
	justify-content:left;
	align-items:center;
	
	color: #475569;
	font-weight: 400;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr li .desc{
	width:55%;
	height:40px;
	background: #F8FAFC;
	padding:0 24px;
	
	display:flex;
	justify-content:right;
	align-items:center;
	
	font-size:16px;
	color: #1E293B;
	font-weight: 400;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr li .desc.ltr{
	direction:ltr;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews{
	display:flex;
	justify-content:right;
	align-items:flex-start;
	flex-direction:row-reverse;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col{
	width:306px;
	overflow:hidden;
	margin-left:14px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .ratings-box{
	width:100%;
	border-radius: 12px;
	border: 1px solid #E2E8F0;
	padding:16px;
	
	display:flex;
	justify-content:right;
	align-items:center;
	gap:16px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .ratings-box .rate-count{
	display:flex;
	align-items:center;
	gap:4px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .ratings-box .rate-count span{
	font-size:14px;
	font-weight:400;
	color:#64748B;
	line-height:24px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .ratings-box .rate-count span.strong{
	font-size:21px;
	font-weight:700;
	color:#000;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .ratings-box .star-rating{
	margin-top:5px !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .ratings-box .col-left{
	font-size:14px;
	font-weight:400;
	color:#64748B;
	line-height:24px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .review-notice-text{
	margin:32px 0;
	
	font-size: 14px;
	font-weight: 400;
	color: #64748B;
	line-height: 24px;
	text-align: center;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .review-for-display-btn{
	width: 100%;
	height: 48px;
	background: #FFF;
	padding:0 16px;
	border-radius:8px;
	border: 1px solid #334155;
	cursor:pointer;
	
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	
	font-size: 18px;
	font-weight: 700;
	color: #334155;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .review-for-display-btn:hover{
	border-color:#475569;
	
	color:#475569;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .review-for-display-btn:active{
	border-color:#94A3B8;
	
	color:#94A3B8;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments{
	width:-moz-calc( 100% - 320px );
	width:-webkit-calc( 100% - 320px );
	width:calc( 100% - 320px );
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist {
	list-style: none
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li {
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #E2E8F0 !important;
	padding:12px 8px !important;
	
	color:#334155;
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li.is-your-comment {
	background: #F8FAFC !important;
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li:last-child {
	margin-bottom: 0 !important;
	border-bottom:0 !important;
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .rating-number {
	width:48px;
	height:30px;
	display:block;
	overflow: hidden;
	border-radius: 8px;
	
	font-size: 18px;
	font-weight: 400;
	color:#FFF;
	line-height:33px;
	text-align:center;
	
	position:absolute;
	top:12px;
	right:8px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .rating-number.green{
	background: #22C3A3;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .rating-number.yellow{
	background: #FFB100;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .rating-number.red{
	background: #DD3C49;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text {
	overflow: hidden;
	border:0 !important;
	padding: 0 14px 0 8px !important;
	
	text-align:right;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .meta{
	display:inline-block;
	float:right;
	margin-left:20px;
	
	font-size:14px !important;
	font-weight:400;
	color:#64748B;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .meta .your-comment{
	width:64px;
	height:28px;
	background: #E0F5FF;
	display:inline-block;
	border-radius: 50px;
	border: 1px solid #30B2F2;
	
	color:#228CD8;
	line-height:28px;
	text-align:center;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .star-rating{
	float:left;
	margin-top:10px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .review-subject{
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:10px;
	
	font-size:16px;
	font-weight:500;
	color:#1E293B;
	line-height:30px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .description{
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:3px;
	
	font-size:14px !important;
	font-weight:400 !important;
	color:#334155 !important;
	line-height:24px !important;
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper{
	width:100vw;
	height:100vh;
	background:rgba(0,0,0, 0.6);
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #review_form{
	width:-moz-calc(100% - 48px);
	width:-webkit-calc(100% - 48px);
	width:calc(100% - 48px);
	
	max-width:920px;
	background:#FFF;
	padding:24px;
	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:space-between;
	gap:24px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #review_form .review-form-rules{
	width:306px;
	background:#E0F5FF;
	overflow:hidden;
	padding:24px 20px;
	border-radius: 12px;
	border: 1px solid #86D6FE;
	
	display:flex;
	flex-direction:column;
	gap:12px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #review_form .review-form-rules h3{
	margin:0 0 8px;
	
	font-size: 14px;
	font-weight: 700;
	color:#228CD8;
	line-height: 24px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #review_form .review-form-rules p{
	font-size: 12px;
	font-weight: 400;
	color:#334155;
	line-height: 22px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #respond{
	width:-moz-calc(100% - 330px);
	width:-webkit-calc(100% - 330px);
	width:calc(100% - 330px);
	
	overflow:hidden;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #respond #reply-title{
	display:block;
	margin-bottom:16px;
	
	font-size: 21px;
	font-weight: 800;
	color: #64748B;
	line-height: 29px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #respond #reply-title .close{
	display:none;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform{
	display:flex;
	flex-direction:column;
	gap:15px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform p{
	margin:0 !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform p.comment-notes,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform p.comment-form-cookies-consent{
	display:none;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating label,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-subject label,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-qs label,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment label{
	display:inline-block;
	margin-bottom:5px;
	
	font-size:14px !important;
	font-weight:400;
	color:#64748B;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .required{
	font-size:16px;
	color:#DD3C49;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating{
	order:1;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span {
	width: 100px !important;
	height: 15px !important;
	position: relative !important;
	float: right !important;
	background: url('../images/star-outline.svg') repeat-x left 0 !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span a {
	float: right !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 20px !important;
	height: 0 !important;
	padding-top: 20px !important;
	overflow: hidden !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span a:hover,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span a:focus {
	background: url('../images/star-full.svg') repeat-x left 0 !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span a.active {
	background: url('../images/star-full.svg') repeat-x left 0 !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span a:before{
	display:none !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span a.star-1 {
	width: 20px !important;
	z-index: 10 !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span a.star-2 {
	width: 40px !important;
	z-index: 9 !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span a.star-3 {
	width: 60px !important;
	z-index: 8 !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span a.star-4 {
	width: 80px !important;
	z-index: 7 !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating p.stars span a.star-5 {
	width: 100px !important;
	z-index: 6 !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-subject,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-author,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-email{
	width:60%;
	overflow:hidden;
	display:block;
	
	order:2;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-qs{
	width:60%;
	overflow:hidden;
	display:block;
	
	order:3;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment{
	width:100%;
	overflow:hidden;
	display:block;
	margin:10px 0;
	
	order:4;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform input[type="email"],
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform input[type="text"]{
	width:100%;
	height:40px;
	background:#F1F5F9;
	border: 1px solid #CBD5E1;
	border-radius: 12px;
	padding:0 10px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment textarea{
	width:100%;
	height:120px;
	background:#F1F5F9;
	border: 1px solid #CBD5E1;
	border-radius: 12px;
	margin-bottom:10px;
	padding:5px 10px;
	
	line-height:30px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform input[type="email"]:focus,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform input[type="text"]:focus,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment textarea:focus{
	border-color:#64748B;
	background:#fff;
}

#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .form-submit{
	order:4;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .submit {
	height:48px;
	background:#FFB100;
	display:inline-block;
	overflow:hidden;
	border-radius:8px;
	padding:0 16px;
	margin:10px 0 0;
	cursor:pointer;
	float:left !important;
	
	font-size:18px;
	font-weight:800;
	color:#fff !important;
	line-height:50px;
	text-align:center;
	
	position:relative;
	
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .submit:hover{
	background:#CC8D00;
	color:#fff !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .submit:active{
	background:#F2D38C;
	color:#fff !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-cancel{
	height:48px;
	display:inline-block;
	overflow:hidden;
	padding:0 16px;
	margin:10px 0 0 16px;
	cursor:pointer;
	float:left;
	
	font-size:18px;
	font-weight:500;
	color:#64748B;
	line-height:50px;
	text-align:center;
	
	-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-cancel:hover{
	color:#DD3C49;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-cancel:active{
	color:#F2616D;
}
#product-single .container .related-products{
	background:#FFF;
	display:block;
	margin-top:30px;
	padding:16px;
	border:1px solid #CBD5E1;
	border-radius:16px;
}
#product-single .container .related-products .section-title{
	height:48px;
	margin:0 0 24px;
	display:flex;
	align-items:center;
	
	position:relative;
}
#product-single .container .related-products .section-title h2{
	display:inline-block;
	margin:0;
	
	font-size:21px;
	font-weight:800;
	color:#64748B;
	
	position:relative;
	z-index:1;
}
#product-single .container .related-products .single-related-slider{
	width:100%;
	
	direction:rtl !important;
	text-align:right !important;
}
#product-single .container .related-products .products{
	gap:0;
}
#product-single .container .related-products .products .product{
	width:252px !important;
	padding:16px 10px !important;
	margin:0 8px 17px !important;
	float:right !important;
	clear:unset !important;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#product-single .container .related-products .products .product.skeleton{
	height:400px;
	background-color: #e0e0e0;
	animation: skeleton-pulse 1.5s infinite;
	border-radius:12px;
}
#product-single .container .related-products .products .product:hover{
	border-color:#94A3B8 !important;
}
#product-single .container .related-products .products .item.more-archive-btn,
#product-single .container .related-products .products-mobile .item.more-archive-btn{
	margin-left:10px !important;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
#product-single .container .related-products .products .item.more-archive-btn .archive-btn,
#product-single .container .related-products .products-mobile .item.more-archive-btn .archive-btn{
	width:100%;
	height:100%;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	flex-direction:column;
	
	font-size:18px;
	font-weight:800;
	color:#E6332A;
}
#product-single .container .related-products .products .item.more-archive-btn:hover .archive-btn,
#product-single .container .related-products .products-mobile .item.more-archive-btn:hover .archive-btn{
	color:#C42A24;
}
#product-single .container .related-products .products .item.more-archive-btn:hover .archive-btn path,
#product-single .container .related-products .products-mobile .item.more-archive-btn:hover .archive-btn path{
	stroke:#C42A24;
}
#product-single .container .related-products .products .item.more-archive-btn:active .archive-btn,
#product-single .container .related-products .products-mobile .item.more-archive-btn:active .archive-btn{
	color:#F08F89;
}
#product-single .container .related-products .products .item.more-archive-btn:active .archive-btn path,
#product-single .container .related-products .products-mobile .item.more-archive-btn:active .archive-btn path{
	stroke:#F08F89;
}
#product-single .container .related-products .jcarousel-control-next{
	width:32px;
	height:32px;
	background:#E2E8F0;
	border:0;
	border-radius:8px;
	box-shadow:unset;
	
	right:unset;
	left:0 !important;
	top:-35px;
}
#product-single .container .related-products .jcarousel-control-next:hover{
	background:#CBD5E1;
}
#product-single .container .related-products .jcarousel-control-prev{
	width:32px;
	height:32px;
	background:#E2E8F0;
	border:0;
	border-radius:8px;
	box-shadow:unset;
	
	left:40px !important;
	right:unset;
	top:-35px;
}
#product-single .container .related-products .jcarousel-control-prev:hover{
	background:#CBD5E1;
}
#product-single .container .related-products .jcarousel-pagination{
	display:none;
}


@media only screen and (max-width:1400px) {
	#product-single .summary .variations .label{
		font-size:14px;
	}
	#product-single .summary .variations .label:before{
		font-size:14px;
	}
}
@media only screen and (max-width:1340px) {
	#product-single .khandaloo-features{
		gap:16px 0;
	}
	#product-single .khandaloo-features .item{
		width:50%;
	}
}
@media only screen and (max-width:1299px) {
	#product-single .product-images {
		width:520px;
	}
	#product-single .summary {
		width:-moz-calc( 100% - 576px );
		width:-webkit-calc( 100% - 576px );
		width:calc( 100% - 576px );
	}
}
@media only screen and (min-width:1101px) and (max-width:1200px) {
	#product-single .summary .variations tr td{
		width:150px;
	}
}
@media only screen and (max-width:1170px) {
	#product-single .product-images {
		width:420px;
	}
	#product-single .summary {
		width:-moz-calc( 100% - 476px );
		width:-webkit-calc( 100% - 476px );
		width:calc( 100% - 476px );
	}
}
@media only screen and (max-width:1100px) {
	#product-single .container .content{
		flex-direction:column;
		justify-content:flex-start;
		align-items:center;
		gap:24px;
	}
	#product-single .col-icons{
		width:100%;
		padding-top:10px;
		
		display:flex;
		justify-content:center;
		align-items:center;
		flex-direction:row;
		gap:16px;
	}
	#product-single .col-icons .icon{
		width:auto;
		min-width:40px;
		height:40px;
		
		justify-content:flex-start;
		align-items:center;
		flex-direction:row-reverse;
	}
	#product-single .product-images {
		width:100%;
		max-width:620px;
	}
	#product-single .summary {
		width:100%;
	}
	#product-single .summary .product_title{
		margin:25px 0;
		font-size:20px;
	}
}
@media only screen and (max-width:1000px) {
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text{
		padding-right:0 !important;
		margin-right:0 !important;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .meta{
		padding-right:14px !important;
		margin-right:50px !important;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .review-subject{
		font-size:14px !important;
		font-weight:700 !important;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .description{
		font-size:12px !important;
		font-weight:400 !important;
	}
	
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper{
		z-index:9999999;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #review_form{
		width:100vw;
		max-width:unset;
		height:100%;
		background:#FFF;
		padding:0;
		border-radius:0;
		box-shadow:unset;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #review_form .review-form-rules{
		display:none;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #respond{
		width:100%;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #respond #reply-title{
		width:100%;
		padding:16px;
		margin-bottom:0;
		box-shadow: 0px 10px 15px -3px rgba(19, 108, 90, 0.10), 0px 4px 6px -4px rgba(19, 108, 90, 0.10);
		
		font-size: 18px;
		color: #475569;
		
		display:flex;
		justify-content:flex-start;
		align-items:center;
		gap:16px;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #respond #reply-title .close{
		display:inline-block;
		cursor:pointer;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .mobile-commentform-wrapper{
		height:-moz-calc( 100% - 61px );
		height:-webkit-calc( 100% - 61px );
		height:calc( 100% - 61px );
		
		padding:16px;
		
		overflow:hidden;
		overflow-y:auto;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-subject,
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-author,
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-email,
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-qs{
		width:100%;
	}
}
@media only screen and (max-width:768px) {
	#product-single{
		background:#fff;
	}
	#product-single .container{
		width:100%;
		padding-bottom:0;
	}
	#product-single .container .content-wrapper{
		background:none;
		padding:0;
		border-radius:0;
		border:0;
	}
	#product-single .product-images #sync1 .item{
		padding:0;
	}
	#product-single .product-images #sync1 .item img{
		border-radius:10px;
	}
	#product-single .product-images #sync1 .item.white1-old:after,
	#product-single .product-images #sync1 .item.black1-old:after,
	#product-single .product-images #sync1 .item.darkgray1:after,
	#product-single .product-images #sync1 .item.darkgray1-old:after,
	#product-single .product-images #sync1 .item.lightgray1:after,
	#product-single .product-images #sync1 .item.lightgray1-old:after,
	#product-single .product-images #sync1 .item.beige1:after,
	#product-single .product-images #sync1 .item.beige1-old:after,
	#product-single .product-images #sync1 .item.silver1:after,
	#product-single .product-images #sync1 .item.silver1-old:after,
	#product-single .product-images #sync1 .item.gold1:after,
	#product-single .product-images #sync1 .item.gold1-old:after,
	#product-single .product-images #sync1 .item.burntbrown1:after,
	#product-single .product-images #sync1 .item.burntbrown1-old:after,
	#product-single .product-images #sync1 .item.hazelnutwood1:after,
	#product-single .product-images #sync1 .item.hazelnutwood1-old:after,
	#product-single .product-images #sync1 .item.darkwood1:after,
	#product-single .product-images #sync1 .item.darkwood1-old:after,
	#product-single .product-images #sync1 .item.lightwood1:after,
	#product-single .product-images #sync1 .item.lightwood1-old:after,
	#product-single .product-images #sync1 .item.selfcoloredwood1:after,
	#product-single .product-images #sync1 .item.selfcoloredwood1-old:after{
		width:100%;
		height:100%;
		top:0;
		left:0;
	}
	#product-single .product-images #sync1 .item.darkgray2:after,
	#product-single .product-images #sync1 .item.darkgray2-old:after,
	#product-single .product-images #sync1 .item.lightgray2:after,
	#product-single .product-images #sync1 .item.lightgray2-old:after,
	#product-single .product-images #sync1 .item.beige2:after,
	#product-single .product-images #sync1 .item.beige2-old:after,
	#product-single .product-images #sync1 .item.silver2:after,
	#product-single .product-images #sync1 .item.silver2-old:after,
	#product-single .product-images #sync1 .item.gold2:after,
	#product-single .product-images #sync1 .item.gold2-old:after,
	#product-single .product-images #sync1 .item.burntbrown2:after,
	#product-single .product-images #sync1 .item.burntbrown2-old:after,
	#product-single .product-images #sync1 .item.hazelnutwood2:after,
	#product-single .product-images #sync1 .item.hazelnutwood2-old:after,
	#product-single .product-images #sync1 .item.darkwood2:after,
	#product-single .product-images #sync1 .item.darkwood2-old:after,
	#product-single .product-images #sync1 .item.lightwood2:after,
	#product-single .product-images #sync1 .item.lightwood2-old:after,
	#product-single .product-images #sync1 .item.selfcoloredwood2:after,
	#product-single .product-images #sync1 .item.selfcoloredwood2-old:after{
		width:100%;
		height:100%;
		top:0;
		left:0;
	}
	#product-single .product-images #sync2,
	#product-single .product-images .jcarousel-control-prev,
	#product-single .product-images .jcarousel-control-next{
		display:none;
	}
	#product-single .product-images .jcarousel-pagination{
		display:flex;
		margin-top:16px;
	}
	#product-single .summary .rating-wrapper,
	#product-single .summary .product_title,
	#product-single .summary .woocommerce-product-details__short-description,
	#product-single .summary .product-attr,
	#product-single .summary .variations,
	#product-single .product-images {
		padding-right:16px;
		padding-left:16px;
	}
	#product-single .summary .price-add-wrapper{
		width:-webkit-calc(100% - 24px) !important;
		width:-moz-calc(100% - 24px) !important;
		width:calc(100% - 24px) !important;
		
		height:64px;
		background:#fff;
		overflow:hidden;
		border:1px solid #E2E8F0;
		border-radius:12px;
		padding:0 16px;
		
		-moz-box-shadow: 0px 20px 25px -5px rgba(58, 58, 58, 0.1), 0px 8px 10px -6px rgba(58, 58, 58, 0.1);
		-webkit-box-shadow: 0px 20px 25px -5px rgba(58, 58, 58, 0.1), 0px 8px 10px -6px rgba(58, 58, 58, 0.1);
		box-shadow: 0px 20px 25px -5px rgba(58, 58, 58, 0.1), 0px 8px 10px -6px rgba(58, 58, 58, 0.1);
		
		flex-direction:row-reverse;
		
		position:fixed;
		bottom:80px;
		left:12px;
		z-index:9999;
	}
	#product-single .summary .price-add-wrapper .price-wrapper{
		position:relative;
	}
	#product-single .summary .price-add-wrapper .price-wrapper del{
		font-size:14px;
	}
	#product-single .summary .price-add-wrapper .price-wrapper ins{
		font-size:21px;
		line-height:29px;
	}
	#product-single .summary .price-add-wrapper .price-wrapper .col-left{
		align-self:end;
	}
	#product-single .summary .price-add-wrapper .price-wrapper .col-left svg{
		width:16px;
	}
	#product-single .summary .price-add-wrapper .price-wrapper .off-badge{
		width:30px;
		height:15px;
		margin-right:5px;
		
		font-size: 12px;
		font-weight:500;
		line-height:16px;
		
		position:absolute;
		top:0;
		left:0;
	}
	#product-single .summary .single_add_to_cart_button {
		height:40px;
		padding:0 12px;
		
		font-size:14px;
		font-weight:700;
	}
	#product-single .summary .related-from-code{
		background:#F8FAFC;
		border:0;
		border-top:1px solid #CBD5E1;
		border-bottom:1px solid #CBD5E1;
		border-radius:0;
		padding: 32px 0 16px;
	}
	#product-single .summary .related-from-code .box-title{
		background:#F8FAFC;
	}
	#product-single .summary .related-from-code .box-title:before{
		width:100%;
		height:16px;
		background:#fff;
		display:block;
		content:'';
		
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile{
		width:100%;
		
		text-align:right;
		direction:rtl;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .related-code-products{
		width:100% !important;
		overflow-x:scroll;
		overflow-y:hidden;
		
		-ms-overflow-style: none;
		scrollbar-width: none;
		
		display:flex !important;
		flex-wrap:unset !important;
		gap:0 !important;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .related-code-products::-webkit-scrollbar ,
	#product-single .summary .related-from-code .related-code-slider-mobile .related-code-products::-webkit-scrollbar {
		display:none;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item{
		width:-moz-calc( 100% / 5 );
		width:-webkit-calc( 100% / 5 );
		width:calc( 100% / 5 );
		
		min-width:136px !important;	
		flex-grow:1;
		flex-shrink:0;
		margin:0;
		padding:3px 8px 5px;
		float:right;
		overflow:hidden;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item.skeleton{
		height:100px;
		background-color: #e0e0e0;
		animation: skeleton-pulse 1.5s infinite;
		border-radius:12px;
		margin-left:10px;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item:first-child{
		margin-right:50px !important;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item a{
		width:100%;
		background:#fff;
		overflow:hidden;
		display:block;
		padding:10px;
		border-radius:12px;
		box-shadow: 0px 4px 6px -1px rgba(58, 58, 58, 0.10), 0px 2px 4px -2px rgba(58, 58, 58, 0.10);
		
		position:relative;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item a img{
		width:100%;
		display:block;
		margin:0 auto;
		
		position:relative;
		z-index:0;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item .title{
		width:100%;
		height:100%;
		background: rgba(0, 0, 0, 0.80);
		overflow:hidden;
		padding:10px;
		
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		FILTER: alpha(opacity=0);
		
		display:flex;
		justify-content:center;
		align-items:center;
		
		position:absolute;
		top:0;
		left:0;
		z-index:1;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item:hover .title{
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		FILTER: alpha(opacity=100);
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item .title h2{
		height:60px;
		overflow:hidden;
		margin:0;
		
		font-size:12px;
		font-weight:400;
		color:#fff;
		text-align:center;
		line-height:20px;
	}
	#product-single .khandaloo-features{
		border:0;
		padding-top:0;
	}
	#product-single .container .related-products{
		border-radius:0;
		border:0;
	}
	#product-single .container .related-products .section-title{
		margin-bottom:5px !important;
	}
	#product-single .container .related-products .products{
		padding-bottom:10px !important;
	}
	#product-single .container .related-products .product{
		box-shadow: 0px 4px 6px -1px rgba(58, 58, 58, 0.10), 0px 2px 4px -2px rgba(58, 58, 58, 0.10);
	}
	#product-single .container .related-products .jcarousel-control-next,
	#product-single .container .related-products .jcarousel-control-prev{
		display:none;
	}
	#product-single .container .related-products .jcarousel-pagination{
		margin-top:16px;
		
		display:flex;
		flex-direction:row;
	}
	#product-single .container .woocommerce-tabs{
		border-radius:0;
		padding:0 16px;
		border:0;
	}
	#product-single .container .woocommerce-tabs .tabs{
		border-bottom:0;
		justify-content:center;
	}
	#product-single .container .woocommerce-tabs .tabs #tab-title-additional_information a,
	#product-single .container .woocommerce-tabs .tabs #tab-title-reviews a{
		font-size:0;
		color:transparent;
	}
	#product-single .container .woocommerce-tabs .tabs #tab-title-additional_information a:before,
	#product-single .container .woocommerce-tabs .tabs #tab-title-reviews a:before{
		width:auto;
		
		font-size:14px;
		font-weight:400;
		color:#64748B;
		text-align:center;
	}
	#product-single .container .woocommerce-tabs .tabs #tab-title-additional_information a:before{
		content:'مشخصات';
	}
	#product-single .container .woocommerce-tabs .tabs #tab-title-reviews a:before{
		content:'نظرات';
	}
	#product-single .container .woocommerce-tabs .tabs #tab-title-additional_information.active a:before,
	#product-single .container .woocommerce-tabs .tabs #tab-title-reviews.active a:before{
		border-color:#F08F89;
		
		color:#C42A24;
		font-weight:800;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr{
		margin-top:0;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel{
		padding-top:0;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews{
		align-items:center;
		flex-direction:column-reverse;
		gap:24px;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col{
		margin-left:0;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments{
		width:100%;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li{
		border-radius:5px;
	}
}
@media only screen and (max-width:660px) {
	#product-single .khandaloo-features .item{
		width:100%;
	}
	#product-single .khandaloo-features .item .col-left{
		height:auto;
	}
}
@media only screen and (max-width:630px) {
	#product-single .summary .variations tbody{
		align-items:flex-start;
		flex-direction:column;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item{
		width:-moz-calc( 100% / 4 );
		width:-webkit-calc( 100% / 4 );
		width:calc( 100% / 4 );
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr li .title{
		padding:0 12px;
		
		font-size:13px;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr li .desc{
		padding:0 12px;
		
		font-size:14px;
	}
}
@media only screen and (max-width:540px) {
	#product-single .container .related-products{
		width:100%;
		padding:16px 0;
	}	
	#product-single .container .related-products .section-title {
		padding:0 16px;
	}
	#product-single .single-related-slider-mobile{
		width:100%;
		text-align:right;
		direction:rtl;
	}
	#product-single .container .related-products .single-related-slider-mobile .products{
		width:100% !important;
		overflow-x:scroll;
		overflow-y:hidden;
		
		-ms-overflow-style: none;
		scrollbar-width: none;
		
		display:flex !important;
		flex-wrap:unset !important;
		gap:0 !important;
	}
	#product-single .single-related-slider-mobile .products::-webkit-scrollbar {
		display:none;
	}
	#product-single .container .related-products .single-related-slider-mobile .product{
		width:-moz-calc( 100% / 2 - 24px ) !important;
		width:-webkit-calc( 100% / 2 - 24px ) !important;
		width:calc( 100% / 2 - 24px ) !important;
		
		min-width:240px !important;	
		float:right !important;
		flex-grow:1;
		flex-shrink:0;
		margin:0 12px !important;
		box-shadow: 0px 4px 6px -1px rgba(58, 58, 58, 0.10), 0px 2px 4px -2px rgba(58, 58, 58, 0.10);
		
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	#product-single .single-related-slider-mobile .product:hover{
		box-shadow: 0px 20px 25px -5px rgba(19, 108, 90, 0.10), 0px 8px 10px -6px rgba(19, 108, 90, 0.10);
	}
	#product-single .container .related-products .single-related-slider-mobile .product:first-child{
		margin-right:50px !important;
	}
}
@media only screen and (min-width:410px) and (max-width:530px) {
	#product-single .container .related-products .products .product .button{
		font-size:0;
		color:transparent;
		
		gap:0;
	}
}
@media only screen and (max-width:500px) {
	#product-single .summary .related-from-code .related-code-slider-mobile .item{
		width:-moz-calc( 100% / 3 );
		width:-webkit-calc( 100% / 3 );
		width:calc( 100% / 3 );
	}
}
@media only screen and (max-width:460px) {
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr li{
		flex-wrap:wrap;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr li .title{
		width:100%;
		
		justify-content:center;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr li .desc{
		width:100%;
		
		justify-content:center;
	}
}
@media only screen and (max-width:360px) {
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col{
		width:100%;
	}
}
@media only screen and (max-width:350px) {
	#product-single .summary .related-from-code .related-code-slider-mobile .item{
		width:-moz-calc( 100% / 2 );
		width:-webkit-calc( 100% / 2 );
		width:calc( 100% / 2 );
	}
}
@media only screen and (max-width:340px) {
	#product-single .container .related-products .single-related-slider-mobile .product{
		min-width:220px !important;	
	}
	#product-single .container .related-products .single-related-slider-mobile .product:first-child{
		margin-right:12px !important;
	}
}
@media only screen and (max-width:330px) {
	#product-single .summary .single_add_to_cart_button {
		font-size:0;
	}
	#product-single .summary .single_add_to_cart_button:after{
		width:auto;
		height:30px;
		display:inline-block;
		content:'افزودن به سبد';
		
		font-size:13px;
		font-weight:700;
		color:#fff;
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item{
		width:-moz-calc( 100% / 3 );
		width:-webkit-calc( 100% / 3 );
		width:calc( 100% / 3 );
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item:first-child{
		margin-right:8px !important;
	}
	#product-single .container .woocommerce-tabs .tabs{
		padding-right:0;
		padding-left:0;
		gap:10px;
	}
}
@media only screen and (max-width:320px) {
	#product-single .summary .related-from-code .related-code-slider-mobile .item{
		width:-moz-calc( 100% / 2 );
		width:-webkit-calc( 100% / 2 );
		width:calc( 100% / 2 );
	}
	#product-single .summary .related-from-code .related-code-slider-mobile .item:first-child{
		margin-right:40px !important;
	}
	#product-single .khandaloo-features .col-left h3{
		font-size: 13px;
		font-weight: 500;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .ratings-box{
		flex-direction:column;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col .ratings-box .rate-count{
		justify-content:center;
	}
}