#product-single{
	padding-top:50px;
}
#product-single .container .content{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:24px 8px;
	
	margin-bottom:50px;
}

#product-single .product-images {
    width:602px;
    overflow: hidden;
}
#product-single .product-images #sync1{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:3px;
	border:1px solid #cccccc;
	border-radius:10px;
}
#product-single .product-images #sync1 .item{
	width:594px;
	overflow:hidden;
	border-radius:10px;
	margin-right:8px;
}
#product-single .product-images #sync1 .item img{
	width:100%;
	height:auto;
	display:block;
}
#product-single .product-images #sync2{
	width:100%;
	margin:16px auto;
    
	text-align:right;
	direction:rtl;
	
	position:relative;
}
#product-single .product-images #sync2 .item {
	margin:0 5px;
	float:right !important;
	border-radius: 10px;
	cursor: pointer;
	text-align:center;
}
#product-single .product-images #sync2 .item img{
	max-width:100%;
	height:auto;
	display:block;
	border: 1px solid #ccc;
	padding:2px;
	border-radius: 10px;
}
#product-single .product-images .jcarousel-control-prev{
	right:10px;
}
#product-single .product-images .jcarousel-control-next{
	left:10px;
}
#product-single .product-images .jcarousel-pagination{
	display:none;
}
#product-single .product-images .jcarousel-pagination span{
	background:#6d1995;
}
#product-single .product-images .jcarousel-pagination span.active{
	background:#6d1995;
}

#product-single .summary {
    width:-moz-calc( 100% - 651px );
    width:-webkit-calc( 100% - 651px );
    width:calc( 100% - 651px );
	
    overflow: hidden;
    position: relative;
	
	font-size:14px;
	color:#333;
	line-height:35px;
}
#product-single .summary .screen-reader-text{
	display:none !important;
}
#product-single .summary .woocommerce-product-rating{
	display:flex;
	justify-content:end;
	margin-bottom:5px;
}
#product-single .star-rating {
	width:100px !important;
	height: 15px !important;
	margin:0 !important;
	background: url('../images/star-outline.svg') repeat-x left 0 !important;
	overflow:hidden;
	
	font-size:0;
}
#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 .woocommerce-product-rating .woocommerce-review-link{
	display:none;
}
#product-single .summary .product_title{
    margin:0;
    font-size:18px;
    font-weight:500;
    color:#333;
}
#product-single .summary .woocommerce-product-details__short-description{
	height:100px;
	overflow:hidden;
	
	color:#777;
	text-align:justify;
}
#product-single .summary .product_meta{
	margin-top:20px;
	
	line-height:20px;
	
	display:flex;
	flex-direction:column;
	gap:5px;
}
#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:15px;
}
#product-single .summary .variations tbody{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
}
#product-single .summary .variations tr{
	width:-moz-calc( 50% - 8px );
	width:-webkit-calc( 50% - 8px );
	width:calc( 50% - 8px );
	
	display:flex;
	justify-content:flex-start;
	align-items:right;
	flex-direction:column;
}
#product-single .summary .variations .label{
	width:100%;
	
	font-size:14px;
	font-weight:500;
	color:#9a9a9a;
}
#product-single .summary .variations .label:before{
	content:'انتخاب';
	display:inline-block;
	margin-left:3px;
	
	font-size:14px;
	font-weight:500;
	color:#9a9a9a;
}
#product-single .summary .variations tr td{
	width:100%;
}
#product-single .summary .variations tr td select{
	background-image:url('../images/arrow-down-select.webp') !important;
	background-position:10px center !important;
	background-repeat:no-repeat !important;
	
	border-color:#ccc;
}
#product-single .summary .variations tr td select option{
	height:35px;
	
	line-height:35px;
	color:#616161;
	font-size:15px;
}
#product-single .summary form.cart {
	overflow: hidden;
}
#product-single .summary .price-add-wrapper{
	width:100%;
	background:#fff;
	padding:10px;
	margin:25px 0 0;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#product-single .summary .price-add-wrapper .price-wrapper{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:10px;
	
	font-size:20px;
	color:#334155;
	line-height:20px;
}
#product-single .summary .price-add-wrapper .price-wrapper del{
	font-size:17px;
	color:#999999;
	line-height:22px;
}
#product-single .summary .price-add-wrapper .price-wrapper del .woocommerce-Price-currencySymbol{
	display:none;
}
#product-single .summary .price-add-wrapper .price-wrapper ins{
	font-size:17px;
	font-weight:700;
	color:#575757;
	line-height:22px;
	text-decoration:unset;
}
#product-single .summary .quantity {
	width:100px;
	height:36px;
	border: 1px solid #d8d8d8;
	border-radius:25px;
	
	display:flex !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:url('../images/plus.svg') no-repeat center;
	background-size:90% 90%;
}
#product-single .summary .quantity .minus {
    background:url('../images/minus.svg') no-repeat center;
	background-size:90% 90%;
}
#product-single .summary .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
}
#product-single .summary .single_add_to_cart_button {
	height:48px;
	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;
	padding:0 16px;
	margin:0 !important;
	outline:none !important;
	
	font-family:'iranyekan';
	font-size:14px;
	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 {
	box-shadow:0 10px 15px -3px rgb(157 157 157 / 40%), 0 4px 6px -4px rgb(74 74 74 / 40%);
}
#product-single .summary .single_add_to_cart_button.loading{
	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 .container .woocommerce-tabs{
	display:block;
	margin-top:60px;
	padding:15px;
	border:1px solid #f1f1f1;
	border-radius:16px;
}
#product-single .container .woocommerce-tabs .tabs{
	list-style:none;
	margin:0;
	
	display:none;
	/* display:flex; */
	justify-content:center;
	align-items:center;
	gap:16px;
	
	position:relative;
}
#product-single .container .woocommerce-tabs .tabs li{
	width:auto;
	height:42px;
	display:inline-block;
	overflow:hidden;
	
	position:relative;
	z-index:1;
}
#product-single .container .woocommerce-tabs .tabs li a{
	height:42px;
	background:#fff;
	padding:0 15px;
	border: 1px solid #6d1995;
	border-radius:11px;
	
	-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:16px;
	color:#6d1995;
	text-align:center;
}
#product-single .container .woocommerce-tabs .tabs li a:hover{
	background:#6d1995;
	border-color:#6d1995;
	
	color:#fff;
}
#product-single .container .woocommerce-tabs .tabs li.active a{
	background:#6d1995;
	border-color:#6d1995;
	
	color:#fff;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel{
	width:100%;
	background:#fff;
	overflow:hidden;
	display:block !important;
	margin-bottom:50px;
	
	font-size:14px;
	color:#555;
	line-height:30px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel:last-child{
	margin-bottom:0;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description{
	text-align:right;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child{
	font-size:24px;
	font-weight:bold;
	color:#3d184f;
	text-align:center;
}
#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 .product-attr {
	width:100%;
	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;
	
	font-size:14px;
	line-height:40px;
	
	display:flex;
	justify-content:right;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel .product-attr li .title{
	width:195px;
	height:40px;
	padding:0 24px;
	
	display:flex;
	justify-content:right;
	align-items:center;
	
	color: #909090;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td p{
	padding-right:10px;
	padding-left:10px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments{
	width:100%;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .woocommerce-Reviews-title{
	font-size:24px;
	font-weight:bold;
	color:#3d184f;
	text-align:center;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist {
	list-style: none;
	margin:0 !important;
	padding:0;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li {
	background: #fff;
	overflow: hidden;
	margin-top: 13px;
	color: #888;
	border:1px solid #ccc;
	border-radius:10px;
	padding:10px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li:last-child {
	margin-bottom: 0
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li .comment-text {
	overflow: hidden;
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
	
	text-align:right;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li .comment-text .meta{
	width:100%;
	display:block;
	border-bottom:1px solid #cbcbcb;
	padding-bottom:5px;
	margin-bottom:5px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	
	font-size:12px;
	color:#929292;
	font-weight:500;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li .comment-text .meta .left {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:3px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li .comment-text .meta .left .star-rating{
	margin-top:-5px !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li .comment-text .description{
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:3px;
	
	font-size:14px !important;
	color:#6a6a6a !important;
	line-height:30px !important;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #review_form{
	width:100%;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #respond #reply-title{
	display:block;
	margin:50px 0 30px;
	
	font-size:15px;
	font-weight:500;
	color:#6a6a6a;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	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-author label,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-email label,
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment label{
	display:block;
	margin-bottom:5px;
	
	font-size:14px;
	color:#676767;
	font-weight:500;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .required{
	color:#ff0000;
}
#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:-moz-calc( 50% - 7.5px );
	width:-webkit-calc( 50% - 7.5px );
	width:calc( 50% - 7.5px );
	overflow:hidden;
	display:block;
	
	order:2;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-rating{
	width:100%;
	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-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:42px;
	background:#fff;
	border: 1px solid #cbcbcb;
	border-radius: 12px;
	padding:0 10px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment textarea{
	width:100%;
	height:180px;
	background:#fff;
	border: 1px solid #cbcbcb;
	border-radius: 12px;
	margin-bottom:10px;
	padding:5px 10px;
	
	line-height:30px;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .form-submit{
	margin:0 auto !important;
	order:4;
}
#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #commentform .submit {
	height:42px;
	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%);
	display:inline-block;
	overflow:hidden;
	border-radius:50px;
	padding:0 16px;
	margin:20px auto 10px;
	cursor:pointer;
	float:none !important;
	
	font-size:14px;
	color:#fff !important;
	line-height:42px;
	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{
	box-shadow:0 10px 15px -3px rgb(157 157 157 / 40%), 0 4px 6px -4px rgb(74 74 74 / 40%);
}
#product-single .container .related-products{
	display:block;
	margin-top:30px;
}
#product-single .container .related-products .section-title{
	height:40px;
	margin:0 0 24px;
	display:flex;
	justify-content:center;
	align-items:center;
	
	position:relative;
}
#product-single .container .related-products .section-title p{
	background:#fff;
	display:inline-block;
	margin:0;
	
	font-size:20px;
	font-weight:bold;
	color:#555;
	
	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{
	/* display:block !important; */
	gap:0;
	padding:5px 0 15px !important;
}
#product-single .container .related-products .products .product{
	width:272px !important;
	margin:0 8px !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 .jcarousel-pagination{
	margin-top:20px;
}

@media only screen and (max-width:1200px) {
	#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 (max-width:1100px) {
	#product-single .container .content{
		flex-direction:column;
		justify-content:flex-start;
		align-items:center;
		gap:24px;
	}
	#product-single .product-images {
		width:100%;
		max-width:620px;
	}
	#product-single .summary {
		width:100%;
		max-width:652px;
		padding:0 16px;
	}
	#product-single .summary .product_title{
		margin:25px 0;
		font-size:20px;
	}
}
@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;
		box-shadow:unset;
	}
	#product-single .product-images #sync1 .item{
		padding:0;
	}
	#product-single .product-images #sync1 .item img{
		border-radius:10px;
	}
	#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;
		margin-bottom:20px;
	}
	#product-single .summary .rating-wrapper,
	#product-single .summary .product_title,
	#product-single .summary .woocommerce-product-details__short-description,
	#product-single .summary .product_meta,
	#product-single .summary .variations,
	#product-single .product-images {
		padding-right:16px;
		padding-left:16px;
	}
	#product-single .summary .price-add-wrapper{
		height:75px;
		background:#fff;
		border:0;
		border-top:1px solid #d8d8d8;
		border-radius:0;
		padding:0 16px;
		
		position:fixed;
		bottom:61px;
		left:0;
		z-index:99999;
	}
	#product-single .summary .single_add_to_cart_button {
		height:40px;
		padding:0 12px;
		
		font-size:14px;
		font-weight:700;
	}
	#product-single .container .related-products{
		width:100%;
		padding:16px 0;
	}
	#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% / 3 ) !important;
		width:-webkit-calc( 100% / 3 ) !important;
		width:calc( 100% / 3 ) !important;
		
		min-width:260px !important;	
		float:right !important;
		flex-grow:1;
		flex-shrink:0;
		margin:0 16px 0 0 !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 .single-related-slider-mobile .product:last-child{
		margin-left:16px !important;
	}
	
	#product-single .container .woocommerce-tabs{
		border-radius:0;
		padding:0 16px;
		box-shadow:unset;
	}
	#product-single .container .woocommerce-tabs .tabs{
		border-bottom:0;
		justify-content:center;
	}
}
@media only screen and (max-width:600px) {
	#product-single .container .related-products .single-related-slider-mobile .product{
		width:50% !important;
	}
}
@media only screen and (max-width:500px) {
	#product-single .col-right-bottom{
		flex-direction:column;
		justify-content:center;
	}
	#product-single .tags{
		width:100%;
		justify-content:center;
	}
}
@media only screen and (max-width:460px) {
	#product-single .summary .variations tbody{
		align-items:flex-start;
		flex-direction:column;
	}
	#product-single .summary .variations tbody tr{
		width:100%;
	}
	#product-single .summary .quantity{
		display:none !important;
	}
	#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;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist li .comment-text .meta{
		justify-content:flex-start;
		align-items:flex-start;
		flex-direction:column;
	}
	#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:100%;
	}
}
@media only screen and (max-width:360px) {
	#product-single .container .woocommerce-tabs .tabs{
		gap:6px;
	}
	#product-single .container .woocommerce-tabs .tabs li a{
		font-size:13px;
	}
	#product-single .container .woocommerce-tabs .woocommerce-Tabs-panel #reviews .review-right-col{
		width:100%;
	}
}
@media only screen and (max-width:340px) {
	#product-single .container .related-products .single-related-slider-mobile .product{
		min-width:240px !important;
	}
	#product-single .container .related-products .single-related-slider-mobile .product .button{
		padding:0 10px;
	}
	#product-single .container .related-products .single-related-slider-mobile .product .button svg{
		display:none;
	}
}
@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 .container .woocommerce-tabs .tabs{
		padding-right:0;
		padding-left:0;
		gap:10px;
	}
}
@media only screen and (max-width:320px) {
	#product-single .container .related-products .single-related-slider-mobile .product{
		min-width:210px !important;
	}
	#product-single .summary .single_add_to_cart_button svg{
		display:none;
	}
}