#itoris-wishlist-popup-box {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:15000;
}
#itoris-wishlist-popup-mask {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15000;
}
#itoris-wishlist-popup {
    background-color: #ffffff;
    border: medium none;
    left: 50% !important;
    margin:0 0 0 -312px !important;
    overflow: auto;
    position: fixed;
    top: 215px;
    width: 610px !important;
    z-index: 15001;
	padding:10px;

}
#itoris-wishlist-popup h4 { 
	color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 25px !important;
    overflow: hidden;
    width: 100%;
	font-family: 'Roboto',sans-serif;
	font-weight:400;
}
#itoris-wishlist-popup-loading {
	position: absolute;
	z-index: 15002;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: url(images/loader.gif) center center #000000 no-repeat;
	top:-1px;
	left:-1px;
}

#itoris-wishlist-radiostack > div { float:left; width:100%; margin-bottom:8px;}

#itoris-wishlist-radiostack input#itoris-wishlist-radio-1  { float:left; margin:2px 6px 0 0 !important;}
#itoris-wishlist-radiostack input#itoris-wishlist-radio-3  { float:left; margin:2px 6px 0 0 !important;}
#itoris-wishlist-radiostack input.itoris-wishlist-radio  { float:left; margin:7px 6px 0 0;}
#itoris-wishlist-radiostack label  { float:left;}

#itoris-wishlist-radiostack {
	text-align: left;
}
#itoris-wishlist-popup-buttons {
	width: 100%;
	text-align: right;
	border-top:1px solid #e0e0e0;
	margin-top: 30px;
	padding: 10px 0;
	float:left;
}
#itoris-wishlist-popup-buttons button {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 0;
	overflow: visible;
	padding: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);

}
#itoris-wishlist-popup-buttons button > span {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000000;
    border-radius: 0;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 1);
    color: #000000;
    float: left;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 8px 4px;
    text-transform: uppercase;
	margin-right: 0;
		width: 110px;
}
#itoris-wishlist-popup-buttons button span spam { margin:0px;}

#itoris-wishlist-popup-buttons button:hover > span { border: 1px solid #802eab; -webkit-box-shadow: 1px 1px 0px 0px #802eab; -moz-box-shadow: 1px 1px 0px 0px #802eab; box-shadow: 1px 1px 0px 0px #802eab;}

#itoris-wishlist-popup-buttons button span span {
	border: 0 none;
	padding: 0;
}


@media (max-width: 767px) {
#itoris-wishlist-popup {
    margin:0 0 0 -220px !important;
    top: 80px;
    width: 420px !important;
}
}

@media (max-width: 480px) {
#itoris-wishlist-popup {
    margin:0 0 0 -150px !important;
    width: 280px !important;
}
#itoris-wishlist-radiostack input.itoris-wishlist-radio {
    margin: 3px 6px 10px 0;
}
#itoris-wishlist-popup h4 {
    font-size: 14px;
    line-height: 18px;}
	
#itoris-wishlist-popup-buttons {
    margin-top: 5px;}

}