.product-container {
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 1%;
}

img.product-oops-img {
	width: 20%;
	float: right;
	margin-right: 40%;
	margin-left: 40%;
	opacity: 0.6;
	margin-top: 3vw;
}

.product-oops-title {
	float: right;
	width: 100%;
	text-align: center;
	font-size: 1.3vw;
	color: gray;
	font-weight: 100;
	margin-top: 1vw;
}

button.product-oops-but {
	float: right;
	width: 16%;
	margin-right: 42%;
	margin-left: 42%;
	margin-top: 1vw;
	background: #e22b8b;
	height: 2vw;
	color: white;
	border: none;
	border-radius: 0.3vw;
	cursor: pointer;
}

.product-first-section {
	float: right;
	width: 100%;
}

.product-icons-box {
	width: 3%;
	height: 20vw;
	float: right;
	margin-top: 2%;
	padding-top: 2%;
	text-align: center;
	color: #595959;
	font-size: 1.1vw;
	line-height: 1.8vw;
}

.product-gallery-box {
	float: right;
	width: 22vw;
	margin-top: 2%;
}

.product-gallery-bigimg {
	width: 22vw;
	height: 22vw;
	float: right;
	padding: 2%;
	border-radius: 2%;
}

.product-gallery-mainimg {
	width: 100%;
}

.product-thumbnails {
	float: right;
	width: 100%;
	margin-top: 5%;
}

.product-thumbnail {
	width: 5vw;
	height: 5vw;
	border: solid 1px #e8e8e8;
	float: right;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 1%;
	border-radius: 7%;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 0.5px;
}

.product-thumbnail-sel {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 1px 1px 1px 1px;
}

.zoom-container {
	position: relative;
	overflow: hidden;
}

.zoom-image {
	width: 100%;
	transition: transform 0.3s ease-in-out;
}

.zoom-container:hover .zoom-image {
	transform-origin: center;
	transform: scale(1.8);
}

.product-icon {
	cursor: pointer;
}

.product-info-box {
	float: right;
	width: 50%;
	padding-right: 3%;
	padding-left: 1%;
	padding-top: 3%;
}

.product-info-brand {
	color: #e22b8b;
	font-size: 1vw;
	font-weight: 400;
	font-family: 'dana';
}

.product-info-name {
	font-size: 2vw;
	color: #292929;
	margin-top: 0.7vw;
	font-weight: bold;
}

.product-info-en {
	margin-top: 0.8vw;
	font-size: 1.1vw;
	font-family: 'IRANSans';
	font-weight: 100;
	color: #595959;
}

.product-info-detailes {
	font-size: 0.9vw;
	font-weight: 100;
	padding-right: 2%;
	padding-left: 25%;
	line-height: 1.65vw;
	margin-top: 1.2vw;
}

.product-ills {
	float: right;
	width: 100%;
	padding-right: 4%;
	padding-left: 25%;
	margin-top: 0.5vw;
}

.product-ill {
	background: white;
	float: right;
	width: 5vw;
	height: 6.5vw;
	margin-left: 0.4vw;
	margin-bottom: 0.4vw;
	box-shadow: rgb(0 0 0 / 18%) -1px 2px 5px;
	border-radius: 7%;
}

img.product-ill-img {
	width: 68%;
	opacity: 0.7;
	margin-right: 16%;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 16%;
}

.product-ill-title {
	width: 100%;
	float: right;
	font-size: 0.65vw;
	text-align: center;
	font-weight: 100;
	color: #404040;
	padding-right: 5%;
	padding-left: 5%;
}

.product-info-colors {
	float: right;
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 0.5vw;
	margin-top: 0.2vw;
}

.product-info-color {
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	text-align: center;
	margin-left: 0.3vw;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	font-size: 0;
	line-height: 2.4vw;
	cursor: pointer;
	float: right;
}

.product-info-color-lable {
	position: absolute;
	background: white;
	padding-right: 1vw;
	padding-left: 1vw;
	font-size: 0.9vw;
	font-weight: 100;
	padding-top: 0.2vw;
	padding-bottom: 0.2vw;
	border-radius: 0.4vw 0.4vw 0 0.4vw;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	margin-top: -2vw;
	margin-right: 1vw;
	color: #595959;
	display: none;
}

.product-info-color-sel {
	font-size: 1.1vw;
}

.product-share-box {
	position: absolute;
	margin-right: 2.7vw;
	margin-top: -2vw;
	width: 6.7vw;
	z-index: 100;
	height: 2vw;
	border-radius: 0.7vw;
	background: #faf9f9;
	box-shadow: rgb(60 64 67 / 16%) 0px 1px 2px 0px, rgb(60 64 67 / 12%) 0px 1px 3px 1px;
	color: #595959;
	display: none;
}

.product-share-icon {
	float: right;
	font-size: 1.3vw;
	margin-right: 0.5vw;
	margin-left: 0.5vw;
	line-height: 2.3vw;
	cursor: pointer;
}

.product-brand-img {
	width: 5vw;
	margin-bottom: 0.5vw;
}

.product-price-box {
	float: right;
	width: 22vw;
	height: 27vw;
	margin-top: 5%;
	border-radius: 4%;
	background: #f9f9f9;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product-main-price {
	font-size: 0.9vw;
	font-weight: 400;
	letter-spacing: 0.01vw;
	float: left;
	font-family: 'dana';
	font-size: 2.2vw;
	color: #4b4444;
}

.product-last-price {
	font-size: 1vw;
	font-weight: 400;
	letter-spacing: 0.01vw;
	float: left;
	font-family: 'dana';
	width: 100%;
	text-align: left;
	margin-left: 8.5vw;
	text-decoration: line-through;
	color: gray;
	margin-top: -0.4vw;
}

img.product-price-img {
	float: left;
	width: 10%;
	margin-top: 6%;
}

.product-price-part {
	width: 70%;
	float: right;
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 10%;
}

.product-discount-badge {
	position: absolute;
	color: #e22b8b;
	font-size: 1.4vw;
	animation: heartbeat 1.5s ease-in-out infinite both;
	z-index: 99999999;
	float: right;
}

.product-price-noinv {
	text-align: center;
	font-size: 1.5vw;
	color: #595959;
	font-family: 'dana';
}

.product-addtocard {
	float: right;
	width: 100%;
	margin-top: 5%;
	font-family: 'dana';
	font-weight: 500;
	color: white;
	padding-top: 0.6vw;
	padding-bottom: 0.6vw;
	CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}

.product-addtocard-noinv {
	float: right;
	width: 100%;
	margin-top: 5%;
	font-family: 'dana';
	font-weight: 500;
	padding-top: 0.6vw;
	padding-bottom: 0.6vw;
}

.product-price-info {
	float: right;
	width: 80%;
	margin-right: 10%;
	margin-top: 7%;
}

table.product-price-info-table {
	direction: rtl;
	color: #4b4444;
	font-size: 0.85vw;
	line-height: 1.9vw;
}

a.product-price-info-link {
	color: #4b4444;
	line-height: 3vw;
}

.product-price-info-flag {
	width: 1.25vw;
	height: 1.25vw;
	border-radius: 50%;
	border: solid 0.5px grey;
	margin-left: 0.1vw;
}

td.product-price-info-label {
	font-weight: 100;
}

.product-price-info-star {
	float: right;
	margin-right: 0.1vw;
}

.product-price-info-barcode {
	font-weight: 100;
	color: #a1a1a1;
	font-size: 0.75vw;
}
