/* added to show images in the offer - start */
.so_product_image {
	opacity: 1 !important;
}
.so-offer-content .so_product_image {
	display: inline-block;
	width: 35%;
	margin-bottom: 30px;
}

.so-offer-content .so_product_image .thumbnails {
	display: inline-block;
	width: 102%;
}

.so-offer-content .so_product_image .thumbnails img {
	padding: 5px 5px 0 0;
	max-width: 25%;
}
/* added to show images in the offer - end */

.so-offer-content table.variations {
	/*margin: 0 20px 20px;*/
	/*width: 0;*/
	margin: 0;
	display: inline-block;
	vertical-align: top;
}


/* for magnific popup - start */
div[id^="so-entry-content"] {
	background: #FFF;
	padding: 2em;
}

.so-offer-content.white-popup {
	display: block !important;
	position: relative;
	width: auto;
	height: auto;
	margin: 1.250em auto;
	overflow: hidden;
}

.mfp-inline-holder .mfp-content {
	/*width: auto !important;*/
	max-width: 60%;
}
/* for magnific popup - end */

/* for Embed offer popup start*/
.embed_offer {
	width: 55em;
	height: 30.5em;
	background-color: white;
}

.embed_head {
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
}

.embed_text {
	width: 51em;
	height: 25em;
	resize: none;
}
/* for Embed offer popup end*/

/* for Mobile Devices Compatibilty - start */
@media only screen and (max-width: 768px) {

	.mfp-inline-holder .mfp-content {
		max-width: 75%;
	}
	.so-offer-content .so_accept {
    	width: 60%;
	}
}

@media only screen and (max-width: 600px) {
	.so-offer-content .so_accept {
    	width: 75%;
	}
	.so-offer-content.white-popup h1{
		font-size: 2.4em;
	}
}

@media only screen and (max-width: 425px) {

	.mfp-inline-holder .mfp-content {
		max-width: 90%;
	}
	.so-offer-content.white-popup h1{
		font-size: 2.3em;
	}
	.so-offer-content.white-popup td{
		float: left;
		padding-left: 0; 
		/*padding-top: 0; */
		padding-bottom: 0; 
	}
    .so-offer-content .so_accept {
    	width: 90%;
	}
}

@media only screen and (max-width: 320px) {
	.so-offer-content .so_accept {
    	width: 100%;
	}
}
/* for Mobile Devices Compatibilty - end */