<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css for popup_reg
========================================================== */
.overlay_contact_reg {
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 10000000;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_contact_reg:target {
	visibility: visible;
	opacity: 1;
}
.contact_toggle_popup_container_reg {
	display: inline-block;
	left: 50%;
	opacity: 0;
	position: fixed;
	text-align: justify;
	visibility: hidden;
	z-index: 1000000000;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
}
.close_contact_reg {
	height: 45px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: -0px;
	width: 45px;
	right: 0px;
}
.close_contact_reg:before {
	color: rgba(255, 255, 255, 0.9);
	content: "X";
	font-size: 23px;
	line-height: 2.1em;
}
.contact_form_popap_button {
	float: left;
	width: 70px;
}
.contact_form_popap_btn {
	font-size: 22px;
	font-weight: 400;
	color: #fff !important;
	background-color: #000 !important;
	text-align: center;
	line-height: 0.9em;
	padding: 10px 0 10px 0;
	font-family:'almoni-neue-tzar';
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border:0;
}
.contact_form_popap_btn:hover {
	font-size: 22px;
	font-weight: 400;
	color: #fff !important;
	background-color: #C4A39F !important;
	text-align: center;
	line-height: 0.9em;
	padding: 10px 0 10px 0;
	font-family:'almoni-neue-tzar';
}
.contact_form_popap_btn:focus {
	font-size: 22px;
	font-weight: 400;
	color: #fff !important;
	background-color: #000 !important;
	text-align: center;
	line-height: 0.9em;
	padding: 10px 0 10px 0;
	font-family:'almoni-neue-tzar';
}
.close_reg_contact {
	width: 30px;
	height: 30px;
	line-height: 31px;
	position: absolute;
	text-align: center;
	text-decoration: none;	
	right: -10px;
	top: -10px;
	border-radius:50%;
	background-color:#C4A39F;
}
.close_reg_contact:before {
	color: #fff;
	content: "X";
	font-size: 16px;
	font-family: 'arial';
}



.overlay_popup_add_to_cart {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 10000000 !important;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_popup_add_to_cart:target {
	visibility: visible;
	opacity: 1;
}
.popup_add_to_cart {
	background-color: #FFF;
	display: inline-block;
	left: 50%;
	opacity: 0;
	position: fixed;
	text-align: justify;
	visibility: hidden;
	z-index: 100000 !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border: 3px solid #cfb27f
}
.close_popup_add_to_cart {
	height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 3px;
	width: 25px;
	right: 3px;
	background-color:#000;
}
.close_popup_add_to_cart:before {
	color: #fff;
	content: "X";
	font-size: 18px;
}


/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.contact_toggle_popup_container_reg {
	top: 50%;
}
.contact_toggle_popup_background_reg {
	width: 500px;
	float: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
}
.popup_right_image {
	width: 500px;
	float:right;
}
.overlay_popup_add_to_cart:target+.popup_add_to_cart {
	top: 50%;
	opacity: 1;
	visibility: visible;
	z-index: 10000000 !important;
	width: 500px;
	min-height:350px;
}
.popup_add_to_cart_image {
	width: 500px;
	float:right;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
.contact_toggle_popup_container_reg {
	top: 50%;
}
.contact_toggle_popup_background_reg {
	width: 400px;
	float: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
}
.popup_right_image {
	width: 400px;
	float:right;
}

.overlay_popup_add_to_cart:target+.popup_add_to_cart {
	top: 50%;
	opacity: 1;
	visibility: visible;
	z-index: 10000000 !important;
	width: 500px;
}
.popup_add_to_cart_image {
	width: 500px;
	float:right;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.contact_toggle_popup_container_reg {
	top: 50%;
}
.contact_toggle_popup_background_reg {
	width: 350px;
	float: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 350px;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
}
.popup_right_image {
	width: 350px;
	float:right;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.contact_toggle_popup_container_reg {
	top: 50%;
}
.contact_toggle_popup_background_reg {
	width: 300px;
	height: 300px;
	float: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
}
.popup_right_image {
	width: 100%;
	float:right;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.contact_toggle_popup_container_reg {
	top: 50%;
}
.contact_toggle_popup_background_reg {
	width: 300px;
	height: 300px;
	float: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0 rgba(32, 47, 57, 0.2);
}
.popup_right_image {
	width: 100%;
	float:right;
}
}</pre></body></html>