.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 99999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);/* Black w/ opacity */
}
/* Modal Content */
			
.modal-content {
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
	position: absolute;
}

@media (min-width: 1400px) {
.modal-content {
	width: 500px;
	height: 300px;
	bottom: 12%;
	left: 35%;
}
}

@media (max-width: 1399px) and (min-width: 1200px) {
.modal-content {
	width: 500px;
	height: 300px;
	bottom: 12%;
	left: 32%;
}
}
@media (max-width: 1199px) and (min-width: 960px) {
.modal-content {
	width: 500px;
	height: 300px;
	bottom: 12%;
	left: 27%;
}
}
@media (max-width: 959px) and (min-width: 770px) {
.modal-content {
	width: 500px;
	height: 300px;
	bottom: 12%;
	left: 21%;
}
}
@media (max-width: 769px) and (min-width: 640px) {
.modal-content {
	width: 500px;
	height: 300px;
	bottom: 12%;
	left: 12%;
}
}
@media (max-width: 639px){
.modal-content {
	height: 300px;
	bottom: 12%;
}
}
/* The Close Button */
			
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.quickview_radio_item {
	width: 100%;
}
.quickview_addtocart {
	bottom: 0;
	position: absolute!important;
	width: 100%;
	left: 0!important;
}
#quickview_addtocart {
	background-color: black!important;
}
.quickview_head {
	font-size: 24px;
	font-weight: bold;
	float: left;
}
.quickview_subhead {
	font-size: 20px;
	font-weight: bold;
}
.quickview_img {
	height: 10px;
}
.quickview_item {
	padding-left: 20px;
	display: inline-block;
	width: 150px;
}
.quickview_item2 {
	display: inline-block;
	width: 45%;
	text-align: right;
}
.quickview_page a.added_to_cart{
	display: none;
}
.products_pad a.added_to_cart{
	display: none;
}
.quickview_radio .selected{
	background: #83A0A0;
}
.quickview_quick_price{
	float: right;
	margin-right: 10px;
	color: red;
}