/** Shopify CDN: Minification failed

Line 7:16 Expected ";" but found whitespace
Line 7:17 Unexpected ";"

**/
@charset "UTF-8" ;

/********************************************************************************

https://syncer.jp/jquery-modal-window

********************************************************************************/


.modal-content {
	margin: 0;
	background: #fff;
	position: fixed;
  max-height: 90vh;
	z-index: 2222;
}

#modal-overlay{
	z-index: 1111;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}




