.testv3{
	display:none;
	visibility:hidden
}
a:visited {
	/*color: #ED1C24 !important;*/
}
.fader{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(79deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(79deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(79deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.fader + .vx-caption{
	z-index:2;
}

.catalog-product-view .product-add-form .product-options-wrapper .field .control {
	z-index: 100;
}
.catalog-product-view.checkout-cart-configure.page-layout-2columns-left .columns .column.main{
	width: 100% !important;
	background-color: #fff;
	border-top: 1px solid #DDDDDD;
	float:none;
}
.catalog-product-view.checkout-cart-configure.page-layout-2columns-left .product-info-main{
	width: 940px !important;
	max-width: 100%;
	float: none;
	margin: 0 auto;
	padding-top: 50px;
}
.catalog-product-view.checkout-cart-configure.page-layout-2columns-left .product.media {
	width: 100% !important;
	max-width: 320px;
	padding-top: 0px;
	margin: 0px;
	float: left;
	margin-right: 40px;
}
.modal-popup.confirm._show{
	z-index:999 !important;
}

.modal-popup.confirm._show + .modals-overlay{
	z-index:998 !important;
}

.action-primary:focus, .action-primary:active {
	background: #ED1C24;
	border-color:#ED1C24;
}