.product-page .right{width:calc(60% - 15px);}
.product-page .product-number span{border-radius:20px;}
.product-page .price{border-bottom:1px solid #ced4e0;}
.product-page .add-basket input{width:40px; height:40px; border:1px solid #ced4e0;}
.product-page .add-basket input::-webkit-outer-spin-button,
.product-page .add-basket input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-page .add-basket button:hover{background-color:#F4F4F6; color:#494949;}
.product-page .add-basket img{display:block; position:absolute; z-index:-1; width:0; height:0;}
.product-page .left{width:calc(40% - 15px);}
.product-page .product-gallery .big-image,
.product-page .product-gallery .nav-image{direction:rtl;}
.product-page .product-gallery li{margin:0; padding:0; cursor:pointer;}
.product-page .product-gallery .nav-image li img{height:100px;margin:0 auto;}
.product-page .product-gallery .image-gallery .image{width:100%; height:auto;}
.product-page .product-gallery .image-gallery .image img{display:inline-block;max-height:390px;overflow:hidden;max-width:100%;position:relative !important;}
.product-page .product-gallery .image-gallery .link:hover .image img{transform:scale(1); }
.product-page .product-gallery .image-gallery .slick-prev:before,.product-page .product-gallery .image-gallery .slick-next:before{color:#000;}
.product-page .product-gallery .nav-image{width:85%;margin:0 auto;}
.product-page .video iframe{width:100%; height:300px;}
.product-page .similar-pages{border:none; border-top:1px solid #ced4e0;}
.product-page .similar-pages .price{border:none;}

.product-page .product-option-err{color: #F00; display: none;}
div.desktopImage,a.desktopImage{display: block;}
div.mobileImage,a.mobileImage{display: none;}
.zoomWrapper{margin:0 auto;}

@media only screen and (max-width: 1000px) {
	
	div.desktopImage,a.desktopImage{display: none;}
	div.mobileImage,a.mobileImage{display: block;}

	
	
}
@media only screen and (max-width: 850px) {
	.product-page .product-gallery .nav-image li img{height:250px;margin:0 auto;}
}

@media only screen and (max-width: 650px) {
	.product-page .product-gallery .nav-image li img{height:150px;margin:0 auto;}
}

@media only screen and (max-width: 500px) {
	.product-page .product-gallery .nav-image li img{height:300px;}
}