.remodal {
	max-width: 1000px;
	border-radius: 14px!important;
	padding: 0;
	box-shadow: 0 4px 84px 0 #D3D3D340;
}
div#kogana-qv-content {
	overflow: hidden;
}
.kogana-show-qv .product-intro .entry-summary header h1 {
	font-size: 14px;
	text-align: right;
	font-weight: 700;
}
.kogana-show-qv  .product-intro .entry-summary header span {
	font-weight: 300;
	color: #B2B2B2;
	margin-top: 5px;
	display: block;
	text-align: right;
}
.kogana-show-qv .product-intro .entry-summary .product-meta .meta-pro i {
	color: var(--main-color);
	font-size: 20px;
	margin-left: 4px;
}
.kogana-show-qv .product-intro .entry-summary .additional-product .property-item span i {
	color: var(--main-color);
}

.kogana-show-qv .product-intro .entry-summary .product-meta .meta-pro span {
	font-size: 13px;
}
.kogana-show-qv .product-intro .entry-summary .product-meta .meta-pro a {
	font-size: 13px;
}
.kogana-show-qv .product-intro .entry-summary .additional-product .property-item span {
	margin-left: 2px;
	font-size: 13px;
}
.kogana-show-qv .product-intro .entry-summary .additional-product .property-item p {
	font-size: 13px;
}
.kogana-show-qv .product-intro .entry-summary .additional-product {
	gap: 5px 20px;
	max-height: 97px;
	margin-bottom: 20px;
	flex-direction: column;
}

.kogana-show-qv .product-intro .entry-summary .p-q .quantity {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	height: 40px;
	border-radius: 10px;
}
.kogana-show-qv  .product-intro .entry-summary .p-q .quantity button {
	font-size: 30px;
	cursor: pointer;
	color: #fff;
	width: 40px;
	height: 100%;
	background-color: var(--main-color);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kogana-show-qv .product-intro .entry-summary .p-q .quantity .qty {
	width: 40px;
	height: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	border: none;
	color: #fff;
	outline: 0;
	background-color: var(--main-color);
	border-radius: 100%;
	padding: 0;

}
.kogana-show-qv .product-intro .entry-summary .price ins {
	font-weight: 600;
	text-decoration: none;
	color: #7E7E7E;
}
.kogana-show-qv .product-intro .entry-summary .price del span.woocommerce-Price-currencySymbol {
	color: #7E7E7E;
}
.kogana-show-qv .product-intro .entry-summary .price del {
	color: #7E7E7E;
}
.kogana-show-qv .product-intro .entry-summary .p-q .single-price .price ins,
.kogana-show-qv .product-intro .entry-summary .p-q .single-price .price > span > bdi {
	font-size: 16px;
	font-weight: 600;
	color: #303030;
}
.kogana-show-qv .product-intro .entry-summary .p-q .single-price .price del {
	font-size: 16px;
	font-weight: 600;
}
.kogana-show-qv .product-intro .entry-summary .p-q .single-price .discount {
	background: var(--main-color);
	color: #fff;
	font-size: 16px;
	font-weight: 450;
	width: 40px;
	height: 40px;
	padding-top: 3px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: unset;
}
.kogana-show-qv table.variations {
	margin-bottom: 20px;
}
.kogana-show-qv table.variations a.reset_variations {
	display: none;
}
.kogana-show-qv .woocommerce-product-rating {
	display: none;
}
.kogana-show-qv .product-intro .entry-summary .show-rate {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.kogana-show-qv .product-intro .entry-summary .single-add-to-cart {
	background: var(--color-button-bg)!important;
	color: var(--color-button-text)!important;
}
.kogana-show-qv .product-intro .entry-summary .single-add-to-cart:hover {
	background: var(--color-button-bg-hover)!important;
	color: var(--color-button-text-hover)!important;
}

/* گالری Quick View – ثامبنیل عمودی سمت چپ */
.kogana-qv-gallery {
	direction: ltr;
	width: 47% ;
	margin: 15px 0 0 0 ;
	border-radius: 16px;
	padding: 10px;
	position: relative!important;
	min-width:300px;
	display:flex;
	gap:20px;
	align-items:flex-start;
	justify-content: space-between;
}
.kogana-show-qv .product-intro .kogana-qv-gallery::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	background: #333;
	opacity: .02;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
	/*z-index: 2;*/
}

.kogana-qv-thumbnails {
	scrollbar-width: thin;
	scrollbar-color: #ccc #f0f0f0;
	width: 60px!important;
}
.kogana-qv-thumbnails {
	width:100px;
	display:flex;
	flex-direction:column;
	gap:10px;
	/*overflow-y:auto;*/
	max-height:600px;
}
.kogana-qv-thumbnails::-webkit-scrollbar {
	width: 6px;
}

.kogana-qv-thumbnails::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 10px;
}

.kogana-qv-thumbnails::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
}

.kogana-qv-thumb {
	opacity: 0.6;
	transition: opacity 0.3s;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 5px;
}

.kogana-qv-thumb.active,
.kogana-qv-thumb:hover {
	opacity: 1;
}
.remodal-close {
	width: 25px!important;
	height: 25px!important;
	margin: 10px!important;
	color: #fff!important;
	background: red!important;
	border-radius: 100%!important;
}
.remodal-close:hover {
	background: #333!important;
}
.remodal-close:before {
	line-height: 25px!important;
	width: 25px!important;
}
.kogana-qv-thumb img {
	object-fit: cover;
}
@media screen and (max-width: 992px) {
	.kogana-qv-gallery {
		width: 100% ;
	}
	.kogana-show-qv .product-intro .kogana-qv-main-image #kogana-qv-main-img {
		max-height: 485px!important;
		width: auto!important;
	}

}
@media screen and (max-width: 576px) {
	.kogana-show-qv .product-intro .entry-summary .p-q .single-price .discount {
		display: none !important;
	}
	.product-intro .entry-summary {
		padding-bottom: 20px;
	}
	.kogana-show-qv .product-intro .kogana-qv-gallery {
		flex-wrap: wrap;
		width: 100% ;
		flex-direction: column-reverse;
		min-width: auto;
	}
	.kogana-qv-thumb img {
		width: 60px!important;
	}
	.kogana-qv-thumbnails {
		width: 100%!important;
		flex-direction: row;
		justify-content: center;
		margin: auto;
	}
	/*.kogana-qv-thumbnails .kogana-qv-thumb{
		width: 100%;
	}*/
	.kogana-show-qv .product-intro .kogana-qv-main-image {
		margin: auto;
	}
	.kogana-show-qv .product-intro .kogana-qv-main-image #kogana-qv-main-img {
		max-height: 485px!important;
	}

}

@media screen and (max-width: 410px ) {
	.kogana-show-qv  .product-intro .entry-summary .p-q .quantity button {
		font-size: 20px;
		width: 30px;
		height: 30px;
	}
	.kogana-show-qv .product-intro .entry-summary .p-q .quantity .qty {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.kogana-show-qv .product-intro .entry-summary .p-q .quantity {
		gap: 3px;
	}
}