<!--
/**
* 
* Do not edit or add to this file if you wish to upgrade the module to newer
* versions in the future. If you wish to customize the module for your 
* needs please contact us to https://www.milople.com/contact-us.html
* 
* @category    Ecommerce
* @package     Milople_Sizechartpopup
* @copyright   Copyright (c) 2017 Milople Technologies Pvt. Ltd. All Rights Reserved.
* @url         https://www.milople.com/magento2/size-chart-popup.html
*
**/
-->
#sizeChartPopupMain #button {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;	
	color:#3399cc;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 5px 10px;
    text-align: center;
	clear:both;
}
#sizeChartPopupMain  #button:hover {
	background-color: #eee;
	border: 1px solid;
}
#sizeChartPopupMain  #modal {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	visibility:hidden;	
	height:auto !important;
	position:fixed !important; 
	top:30% !important;
	left: 34% !important;
	width:60%;
	margin-top:-100px !important;
	margin-left:-180px !important;
	z-index:101;
}
#sizeChartPopupMain  #modal img {
   /* display: block; */
    width: 100%;
	height:100%;
}
#sizeChartPopupMain  #heading {	
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
	border-bottom:1px solid #bababa;
	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:44px;
	color:#444444;
	text-shadow:0px 1px 0px #fff;
}
#sizeChartPopupMain  #content {
	position:relative !important;
    min-width: 45%;	
	background:#fcfcfc;	
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);	
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	width:94%;
	margin-top: 3%;
	overflow:scroll !important;
	max-height:450px;
	border:8px solid rgba(0,0,0,.3);	
}
#sizeChartPopupMain  .modalclose {
    position: relative;
    z-index: inherit;
}
#sizeChartPopupMain  .reveal-modal-bg { 
	position: fixed !important; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
#sizeChartPopupMain #underlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	-moz-opacity:0.5;
	opacity:.50;
	filter:alpha(opacity=50);
}
#sizeChartPopupMain #lightbox{
	display:none;
	position:absolute;
	top:100px;
	left:25%;
	width:50%;
	height:400px;
	background-color:#fff;
	z-index:99999;
}
#sizeChartPopupMain #container {
	float:left;
	width:100%;
	font-family:Tahoma, sans-serif;
	zoom:1;
	border:none;
	height:auto;
}
#sizeChartPopupMain #container:before,
#sizeChartPopupMain #container:after {
	content:"";
	display:table;
}
#sizeChartPopupMain #container:after {
	clear:both;
}
#sizeChartPopupMain .original-box {
	background:none;
    color: #1E7EC8;
    float: left;
    height: auto;
    margin: 14px;
    overflow: hidden;
    position: relative;
    text-decoration: underline;
	width: 70%;
	}
#sizeChartPopupMain .popup-box {
	position:absolute;
	top:-20px;
	width:auto;	
	height:300px;
	overflow-x:none;	
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	transition:all 0.4s;
	opacity:0;
	filter:Alpha(opacity=0);
    z-index: 999;
	box-shadow: 0px 0px 0px 10px rgba(130,130,130,0.9); 
	background: none repeat scroll 0 0 #fcfcfc;

}
#sizeChartPopupMain .popup-box img{
	height:100%; width: 100%;
}
#sizeChartPopupMain .original-box:hover {
	overflow:visible;
	cursor:pointer;
}
#sizeChartPopupMain .original-box:hover .popup-box {
	opacity:1;
	filter:Alpha(opacity=100);
}
#sizeChartPopupMain .popup-box-left {
	left:0px;
}
#sizeChartPopupMain .original-box:hover .popup-box-left {	
}
#sizeChartPopupMain .for_block {
    background: none repeat scroll 0 0 #fff;
    height: auto;   
    padding: 30px;
    text-align: center;
}
@media only screen and (max-width: 1080px) {
#sizeChartPopupMain #content{ position:relative;  overflow:scroll; max-height:400px;}
#sizeChartPopupMain #modal {left: 36% !important; }
}
@media only screen and (max-width: 800px) {
#sizeChartPopupMain #modal {left: 40% !important; }
#sizeChartPopupMain .close > img{width: 8% !important;}
#sizeChartPopupMain #content{ position:relative;  overflow:scroll; max-height:400px;}
}
@media only screen and (max-width: 768px) {
#sizeChartPopupMain .original-box:hover .popup-box-left {	
	left: -3%;
}
#sizeChartPopupMain #modal
{
	position:fixed !important; 
	left: 50% !important;
	height:auto !important;	
}
#sizeChartPopupMain #content{ position:relative; /*height:96% !important;*/ overflow:scroll; max-height:350px;}
}
@media only screen and (max-width: 767px) {         
	#sizeChartPopupMain #modal {
		width:95%;		
		padding:8px;
		position:relative;
		margin-left:-45% !important;
		margin-top:-78px;		 
	} 
	#sizeChartPopupMain #heading {
		width:284px;
		height:28px;
		line-height:28px;
		font-size:0.688em;
		
	}
	#sizeChartPopupMain #content {		
	 	overflow:scroll;
		max-height:350px;
   	}
   	#sizeChartPopupMain #button{ float: none; }
   	.sizeChartPopupMain { display: block; margin: 0 auto; text-align: center; width: 50%; } 
}
@media only screen and (max-width: 600px) {
#sizeChartPopupMain #modal {
	left: 60% !important; 
	width: 70%; 
	position:fixed !important; }
#sizeChartPopupMain .close > img { 
	width: 9% !important;  
	margin-left: 90% !important; 
}
 
 #sizeChartPopupMain #content {		
	overflow:scroll !important;
	max-height:300px;
}
#sizeChartPopupMain #sizechartlightbox{ height:100%;}
#sizeChartPopupMain #sizechartlightbox img{ height:100%; width:100%;} 
}
 @media only screen and (max-width: 480px) {
#sizeChartPopupMain .close > img { width: 10% !important; margin-bottom: -8% !important;}
} 
@media only screen and (max-width: 360px) {
#sizeChartPopupMain #content {max-height: 200px;}
} 
@media only screen and (max-width: 360px) {
#sizeChartPopupMain .close > img { width:12% !important;}
}
@media only screen and (max-width:320px) {
#sizeChartPopupMain .close > img { width: 14% !important;}
#sizeChartPopupMain .popup-box{ height: 220px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {    
  #sizeChartPopupMain .modalclose a img{ height:15% !important;}  
}
@media only screen and (max-width:800px) {
#sizeChartPopupMain .popup-box{ height:auto;  box-shadow:none !important}
#sizeChartPopupMain .popup-box div.for_block{margin-top:0px; margin-bottom:20px; padding:0 !important; border:10px solid rgba(130,130,130,0.9) !important;border-top:10px solid rgba(130,130,130,0.9) !important;}
#sizeChartPopupMain .popup-box.popup-box-left > img{border:10px solid rgba(130,130,130,0.9) ;}
#sizeChartPopupMain #content{max-height:300px;}
} 