﻿.wishlistAlert_btn_connection {
	color: #fff;
	border: 1px solid #cfb27f;
	background-color: #cfb27f;
}
.wishlistAlert_btn_connection:hover {
	color: #fff;
	border: 1px solid #cfb27f;
	background-color: #cfb27f;
}
.wishlistAlert_btn_connection:focus {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.overlay_wishlistAlert {
	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_wishlistAlert:target {
	visibility: visible;
	opacity: 1;
}
.popup_wishlistAlert {
	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;
	width: 350px;
	border: 0px solid #000
}
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 380px;
	opacity: 1;
	visibility: visible;
	z-index: 1000000000 !important;
	width: 350px;
	padding:70px 20px 70px 20px;
	box-sizing:border-box;
}
.close_wishlistAlert {
	height: 25px;
	width: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 10px;	
	left: 10px;
	background-color:#cfb27f;
	border-radius:50%
}
.close_wishlistAlert:before {
	color: #fff;
	content: "x";
	font-size: 18px;
}
.popup_wishlistAlert_container {
	float: left;
	width: 100%;
	box-sizing:border-box
}
.popup_wishlistAlert_title {
	float: left;
	width: 100%;
	line-height: 1.4em;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	direction: rtl;
}
.wishlistAlert_btn_container {
	text-align: center;
	width: 100%;
	float: right;
	margin-top: 30px;
}
.wishlistAlert_btn_connection {
	width: 100%;
	float: none;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 12px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
	border-radius:25px
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.overlay_wishlistAlert {
	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: 100000 !important;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_wishlistAlert:target {
	visibility: visible;
	opacity: 1;
}
.popup_wishlistAlert {
	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;
	width: 350px;
	border: 5px solid #000
}
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 380px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 350px;
}
.close_wishlistAlert {
	height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 3px;
	width: 25px;
	right: 3px;
	background-color:#000;
}
.close_wishlistAlert:before {
	color: #fff;
	content: "X";
	font-size: 18px;
}
.popup_wishlistAlert_container {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	box-sizing:border-box;
}
.popup_wishlistAlert_title {
	float: left;
	width: 100%;
	margin-right: 0%;
	line-height: 1.5em;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	margin-top: 30px;
	margin-bottom: 5px;
	direction: rtl;
}
.wishlistAlert_btn_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 30px;
	padding-bottom: 50px;
}
.wishlistAlert_btn_connection {
	width: 100%;
	float: none;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 11px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 659px) {
.overlay_wishlistAlert {
	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: 100000 !important;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_wishlistAlert:target {
	visibility: visible;
	opacity: 1;
}
.popup_wishlistAlert {
	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;
	width: 350px;
	border: 5px solid #000
}
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 300px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 350px;
}
.close_wishlistAlert {
	height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 3px;
	width: 25px;
	right: 3px;
	background-color:#000;
}
.close_wishlistAlert:before {
	color: #fff;
	content: "X";
	font-size: 18px;
}
.popup_wishlistAlert_container {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	box-sizing:border-box;
}
.popup_wishlistAlert_title {
	float: left;
	width: 100%;
	margin-right: 0%;
	line-height: 1.5em;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-top: 30px;
	margin-bottom: 5px;
	direction: rtl;
}
.wishlistAlert_btn_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 30px;
	padding-bottom: 50px;
}
.wishlistAlert_btn_connection {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 11px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.overlay_wishlistAlert {
	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: 100000 !important;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_wishlistAlert:target {
	visibility: visible;
	opacity: 1;
}
.popup_wishlistAlert {
	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;
	width: 350px;
	border: 5px solid #000
}
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 300px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 350px;
}
.close_wishlistAlert {
	height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 3px;
	width: 25px;
	right: 3px;
	background-color:#000;
}
.close_wishlistAlert:before {
	color: #fff;
	content: "X";
	font-size: 18px;
}
.popup_wishlistAlert_container {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	box-sizing:border-box;
}
.popup_wishlistAlert_title {
	float: left;
	width: 100%;
	margin-right: 0%;
	line-height: 1.5em;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-top: 30px;
	margin-bottom: 5px;
	direction: rtl;
}
.wishlistAlert_btn_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 30px;
	padding-bottom: 50px;
}
.wishlistAlert_btn_connection {
	width: 100%;
	float: none;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 11px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.overlay_wishlistAlert {
	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: 100000 !important;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_wishlistAlert:target {
	visibility: visible;
	opacity: 1;
}
.popup_wishlistAlert {
	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;
	width: 280px;
	border: 3px solid #000
}
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 280px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 280px;
}
.close_wishlistAlert {
	height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 3px;
	width: 25px;
	right: 3px;
	background-color:#000;
}
.close_wishlistAlert:before {
	color: #fff;
	content: "X";
	font-size: 18px;
}
.popup_wishlistAlert_container {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	box-sizing:border-box;
}
.popup_wishlistAlert_title {
	float: left;
	width: 100%;
	margin-right: 0%;
	line-height: 1.5em;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-top: 30px;
	margin-bottom: 5px;
	direction: rtl;
}
.wishlistAlert_btn_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 20px;
	padding-bottom: 30px;
}
.wishlistAlert_btn_connection {
	width: 100%;
	float: none;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 9px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.overlay_wishlistAlert {
	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: 100000 !important;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.overlay_wishlistAlert:target {
	visibility: visible;
	opacity: 1;
}
.popup_wishlistAlert {
	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;
	width: 280px;
	border: 3px solid #000
}
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 280px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 280px;
}
.close_wishlistAlert {
	height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 3px;
	width: 25px;
	right: 3px;
	background-color:#000;
}
.close_wishlistAlert:before {
	color: #fff;
	content: "X";
	font-size: 18px;
}
.popup_wishlistAlert_container {
	float: left;
	height: auto;
	width: 100%;
	padding: 15px;
	box-sizing:border-box;
}
.popup_wishlistAlert_title {
	float: left;
	width: 100%;
	margin-right: 0%;
	line-height: 1.5em;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-top: 30px;
	margin-bottom: 5px;
	direction: rtl;
}
.wishlistAlert_btn_container {
	text-align: center;
	width: 100%;
	float: right;
	padding-top: 20px;
	padding-bottom: 30px;
}
.wishlistAlert_btn_connection {
	width: 100%;
	float: none;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 9px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	cursor: pointer;
	direction: rtl;
	box-sizing: border-box;
}
}
