/*this css is for the product details page*/

/* start - product banner images */

/*common*/
.product-banner {
	width: 100%!important;
	display: block;
}

/*desktop view*/
.product-banner-desktop {
	display: block;
}

.product-banner-mobile {
	display: none;
}

/*mobile view*/
@media only screen and (max-width: 1023PX) {

	.product-banner-desktop {
		display: none;
	}

	.product-banner-mobile {
		display: block;
	}

}

.image-in-description {
	width: 100%!important;
    max-width: 875px!important;
}

.product_meta {
	display: none!important;
}

/* end - product banner images */