﻿.wishlistAlert_btn_connection {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}
.wishlistAlert_btn_connection:hover {
	color: #fff;
	border: 1px solid #bb0f1b;
	background-color: #bb0f1b;
}
.wishlistAlert_btn_connection:focus {
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
}
.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: 300px;
	border: 0px solid #000;
	-webkit-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	-moz-box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
	box-shadow: 0px 2px 7px -1px rgba(214,214,214,0.5);
}
.close_wishlistAlert {
	height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 10px;
	width: 25px;
	right: 10px;
	background-color:#bb0f1b;
	border-radius:50%;
}
.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: 16px;
	font-weight: 400;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 8px;
	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;
	-webkit-border-radius: 100px!important;
	-moz-border-radius: 100px!important;
	border-radius: 100px!important;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 380px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 300px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 380px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 300px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 380px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 300px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 250px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 260px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.overlay_wishlistAlert:target+.popup_wishlistAlert {
	top: 250px;
	opacity: 1;
	visibility: visible;
	z-index: 100000 !important;
	width: 260px;
}
}
