#product #new-gallery{
	display: flex;
}
.price-box .prod-price-set{
    font-size: 24px;
    font-weight: 600;
}
#product #new-gallery .big-photo{
    height: 471px;
}
#product.fullhdimg #new-gallery .big-photo {
    height: auto;
}

#product.fullhdimg #new-gallery .big-photo {

}
#product #new-gallery .big-photo img{
    max-height: 460px;
    border-radius: 8px;
}
/*#product.fullhdimg #new-gallery .big-photo img {
    max-height: none;
}*/
#product #new-gallery .big-photo{
	    margin-right: 0;
	    margin-left: 0px;
	    flex-grow: 1;
       	width: auto;
}
#product #new-gallery .other-photo img{
	max-height: 50px;
}
#product #new-gallery .other-photo .img-wrapp{
    width: 55px;
    height: 55px;
	margin-bottom: 4px;
}
#product #new-gallery  .other-photo{
    width: 55px;
    margin-right: 8px;
}
#product #new-gallery .other-photo.other-photo-full{
	margin-top: 0;
}
#product #new-gallery{
	width: 587px;
}
.lang-cor-ar #product #new-gallery {
    direction: ltr;
}
.lang-cor-ar .black-prod-wraper {
    direction: ltr;
}
.lang-cor-ar .payment .payment-list {
    direction: ltr;
}
.lang-cor-ar .products-page-free {
    direction: ltr;
}
#product #new-product-info{
    width: calc(100% - 587px);
    padding-left: 0;
}
#product .half{
	width: 50%;
	box-sizing: border-box;
	padding: 0 40px;
	float: left;
}
#product.fullhdimg .half {
	padding: 0 0 0 40px;
}
.lang-cor-ar #product .half {
    direction: ltr;
    font-size: 20px;
}
#product #new-product-info h1 {
    font-weight: 300;
    font-size: 28px;
    line-height: 50px;
    color: #414141;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
    text-align: center;
	margin-bottom: 30px;
}

#product.fullhdimg #new-product-info h1 {
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.6px;
	margin-bottom: 22px;
	text-align: left;
}

#product #new-product-info h1 span{
	font-weight: 400;
}
#product #new-product-info .half p {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 17px;
}
#product #new-product-info .half.half-en p {
	margin-bottom: 46px;
}
@media(max-width: 1350px){
	#product #new-product-info .half.half-en p {
		margin-bottom: 0px;
	}
}
.lang-cor-ar #product #new-product-info .half p {
	font-size: 21px;
}
#product #new-product-info .half.half-to-order ul li {
	line-height: 20px;
	margin-bottom: 9px;
	list-style-position: outside;
	margin-left: 22px;
}

#new-product-info .btn-wrapper{
	text-align: center;
}
#new-product-info .box-btn{
	margin-top: 55px;
}
#new-product-info .gray-btn{
	font-weight: 300;
	cursor: pointer;
	font-size: 19px;
	color: #868181;
	border:1px solid #868181;
	padding: 13px 0;
	border-radius: 3px;
	width: 246px;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	transition: 0.3s;

}
#new-product-info .resize{
    width: 315px;
    box-sizing: border-box;
    padding: 13px 30px;
    text-align: left;
    margin-top: 40px;
    line-height: 26px;
}
#new-product-info .price-box{
	width: 100%;
	position: relative;
	float: left;
	background: #ebeef0;
	box-sizing: border-box;
	padding: 25px;
	text-align: center;
	padding-bottom: 20px;
	border-radius: 3px;
	padding-top: 15px;
}
#new-product-info .price{
	font-weight: 600;
	font-size: 45px;
}
#new-product-info .format{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 10px;
}
#new-product-info .add-btn{
	position: relative;
	float: left;
	background: #ff5959;
	width: 100%;
	padding: 15px 0;
	font-weight: 600;
	color: #fff;
	/*font-size: 33px;*/
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	transition: 0.3s;
	text-transform: uppercase;
	border-radius: 3px;
	max-width: 330px;
    /*margin: 25px auto 0 auto;*/
    margin: 0 auto 0 auto;
}
.fullhdimg #new-product-info .add-btn {
	margin: 39px auto 0 auto;
}
#new-product-info .add-btn:hover{
	opacity: 0.7;
}
#new-product-info .format-3ds{
	width: 100%;
	position: relative;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
	text-align: center;
	padding-bottom: 20px;
	border:1px solid #7f7979;
	border-radius: 3px;
	margin-top: 25px;
	padding-top: 15px;
}
#new-product-info .product-buy-3ds{
	background: #539c9c;
	width: 100%;
	position: relative;
	padding: 15px 0;
	font-weight: 600;
	color: #fff;
	font-size: 33px;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	transition: 0.3s;
	text-transform: uppercase;
	border-radius: 3px;
	max-width: 330px;
    /*margin: 25px auto 0 auto;*/
    margin: 15px auto 0 auto;
}
#new-product-info .product-buy-3ds:hover{
	opacity: 0.7;
}

.gray-btn:hover{
	color: #fff !important;
	background: #868181;
}
.gray-btn.active{
	color: #fff!important;
	background: #868181;
}
.gray-btn a{
	color: #fff!important;
}
#new-product-info .add-btn.in_cart{
    background: #59a500!important;
}
@media(max-width: 1470px){
	#product .half, #product.fullhdimg .half{
		padding: 0 15px;
	}
}
@media(max-width: 1350px){
	#product .half{
		padding: 0 15px;
	}
	#product #new-gallery {
	    width: 484px;
	}
	#product #new-product-info {
	    width: calc(100% - 484px);

	}
}
@media(max-width: 1300px){
	#product #new-gallery {
	    width: 473px;
	}
	#product #new-gallery {
	    width: 403px;
	}
	#product #new-product-info {
	    width: calc(100% - 403px);
	}
	#product #new-gallery .other-photo{
		margin-top: 0;

	}
}
@media(max-width: 1150px){
	#product #new-gallery .other-photo{
		margin-top: 10px;
		margin-right: 0;
	}
	#product #new-gallery .other-photo .img-wrapp{
		margin-bottom: 5px;
		width: calc(25% - 4px);
	}
	#product #new-gallery .other-photo.other-photo-full{
		margin-top: 0;
		margin-right: 0;
	}
	#product #new-gallery .big-photo{
		margin-left: 0;
	}
	#product #new-gallery {
	    width: 341px;
	}
	#new-gallery{
		display: flex;
		flex-wrap: wrap;
	}
	#new-gallery .big-photo{
		width: 100%;
		order:1;
		
	}
	#product #new-gallery .other-photo{
		width: 100%;
		order:2;
	}
	#product #new-gallery .other-photo .img-wrapp {
	    margin-top: 0;
	    margin-right: 4px;
	}
	#product #new-product-info {
	    width: calc(100% - 341px);
	}
	#new-product-info .add-btn{
		font-size: 25px;

	}
	#new-product-info .product-buy-3ds{
		font-size: 25px;
	}
	#new-product-info .price {
	    font-weight: 600;
	    font-size: 35px;
	}
	#new-product-info .resize {
	    width: 100%;
	    margin-top: 10px;
	}
}
@media(max-width: 1000px){
	#product #new-gallery .other-photo .img-wrapp {
	    margin-bottom: 5px;
	    width: calc(12.5% - 4px);
	}
	#product #new-gallery{
		width: 100%;
	}
	#product #new-gallery .big-photo{
		width: 100%;
	}
	#product #new-gallery .other-photo{
		margin-top: 0;
	}
	#product #new-product-info{
		width: 100%;
	}
	#new-product-info .resize{
		max-width: 315px;
	}
}
@media(max-width: 700px){
	#product #new-gallery .other-photo .img-wrapp{
		margin-left: 0;
	}
	#product #new-product-info h1{
		font-size: 21px;
		line-height: 25px;
	}
	#new-product-info .price{
		font-size: 28px;
	}
	#new-product-info .format{
		font-size: 21px;
	}
	#new-product-info .add-btn, #new-product-info .product-buy-3ds{
		font-size: 21px;
	}
	#new-product-info .box-btn {
	    margin-top: 10px;
	}
	#new-product-info {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#new-product-info .half {
		order: 2;
	}
	#new-product-info .half.to-top {
		order: 1;
	}
	#product .half{
		padding: 0;
		width: 100%;
		margin-bottom: 20px;
	}
}
@media(max-width: 400px){
	#product #new-gallery .other-photo .img-wrapp {
	    width: calc(25% - 4px);
	}
}