/*Tamplate Layout Full Widht Start ---------------*/

div#mainbody div.container {
  	width: 90%;	
}

/*Tamplate Layout Full Widht End ---------------*/

/*SP Button with radious Start ---------------*/
.sppb-btn {
  	border-radius: 50px !important;
}
/*SP Button with radious End ---------------*/

/*Make in Mobile version, not Zoom the product image ---------------*/*/
@media (max-width : 480px) {
	.product-image-gallery-main-cont:after {
		content: " ";
		position: absolute;
		z-index: 100;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
}
/*Make in Mobile version, not Zoom the product image Εnd ---------------*/

/*Product Image popup opacity*/
#imagelightbox-overlay {
  background: #0b0b0bcc;
}