@charset "utf-8";
/* CSS Document */
/*CATEGORY*/
/*columns*/
.vm-col-1 {
	width: 100% !important;
}
div.product {
	float: left;
	border: none;
	min-width: 220px;
}
/*SPASER*/
.spacer {
	border: none
}
.browse-view .row .product .spacer .media-body>div {
	display: table;
	clear: both;
	position: relative;
	width: 100%
}
.browse-view .row .product .spacer .media-body>div.vm3pr-0, .browse-view .row .product .spacer .media-body>div.vm-details-button {
	width: auto;
	float: left;
	clear: none;
}
/*Picture*/
.vm-product-media-container {
	float: left;
	display: table;
	width: 300px
}
.browseProductImage {
	max-height: none;
}
/*raiting*/
.vm-product-rating-container {
	display: none !important;
}
/*Short description*/
.vm-product-descr-container-1 {
	margin-bottom: 15px;
}
.browse-view .row .product .spacer h2 {
	margin-bottom: 15px;
}
.browse-view .row .product .spacer h2 a {
	font-size: 24px;
}
.browse-view .row .product .spacer h2 a:hover, .browse-view .row .product .spacer h2 a:focus {
	color: #b79973;
	text-decoration: none
}
/*Price*/
.vm3pr-1 {
	margin-bottom: 15px;
}
.vm3pr-1 .product-price {
	height: auto;
}
.browse-view .row .product .spacer span {
	font-size: 18px;
	color: #b79973;
}
.browse-view .row .product .spacer span.PricesalesPrice {
	color: #0071a2;
	font-size: 30px;
}
.vm3pr-1 .clear {
	clear: none;
}
/*Buttons*/
.vm3pr-0 {
	float: none;
	height: auto;
	clear: left;
	margin: 1px
}
.addtocart-bar {
	position: inherit;
}
.vm3pr-0 .addtocart-area {
	height: auto;
	margin: 0px;
}
.vm3pr-0 .addtocart-bar {
	text-align: left;
}
/*Count of products*/
.general-bg, input.custom-attribute, input.quantity-input, .manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default {
	background: #fff;
	border: solid #CAC9C9 1px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color: #777;
	text-decoration: none;
	padding: 5px 5px 4px;
}
input.quantity-input {
	height: 40px!important;
	width: 40px!important;
	text-align: center;
	font-weight: 700;
	padding: 0.1em;
	margin: 0!important;
}
/*plus-minus*/
span.quantity-controls {
	width: 20px;
	height: 40px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0;
	background: rgba(117,172,135,1.00)
}
span.quantity-controls input.quantity-controls {
	height: 20px;
	border: none;
	width: 20px;
	cursor: pointer;
	background: rgba(187,187,187,1.00);
}
span.quantity-controls input.quantity-plus {
	background: #fff url(../images/plus-minus.png) no-repeat left top;
	margin: 0;
	display: block;
}
span.quantity-controls input.quantity-plus:hover {
	background: #fff url(../images/plus-minus.png) no-repeat left bottom;
}
span.quantity-controls input.quantity-minus {
	background: #fff url(../images/plus-minus.png) no-repeat right top;
	display: block;
	margin: 0;
}
span.quantity-controls input.quantity-minus:hover {
	background: #fff url(../images/plus-minus.png) no-repeat right bottom;
}
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
	max-width: 100%;
	background: #0071a2;
	color: #fff;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 25px;
}
span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover {
	background: #b79973;
}
div.vm-details-button a {
	padding: 10px 25px;
	border: 1px solid grey;
	font-size: 14px;
	max-width: 85%;
	width: 200px;
}
/*PRODUCT PAGE*/
.vm-product-container .product-price .vm-price-desc {
	font-size: 16px;
	color: #5D6063;
}
.vm-product-container .product-price .PricesalesPrice {
	font-size: 30px;
	color: #0071a2;
}
.addtocart-area {
  margin: 0 0 30px;
}

/*CUSTOM FIELDS*/
.product-field {
	border-bottom: 1px dotted #D7D7D7; 
}
.product-fields-title-wrapper {
	display: block;
	float: left;
	margin-right: 30px;
	
	min-width: 120px;
	font-weight: bold;
	padding: 10px 0;
}
.product-field-display {
	display: block;
	float: left;
	
	padding: 10px 0;
}

.total_products { border-top: 1px solid #D7D7D7; }
.total_products, .total {padding-top: 10px;}
.show_cart {text-align:center;}
.show_cart>a { border:1px solid #D7D7D7; float:none !important; padding: 5px 15px; display:block; margin: 15px auto 0 auto; }
.show_cart>a:hover { border:1px solid #0071a2; text-decoration:none; color:#FFFFFF; background: #0071a2 }
.show_cart>a, .show_cart>a:hover { transition: all ease 0.5s}


/*CART*/
.billto-shipto { background:#CBE1F9 }


/*Medium*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/*Tablets*/
@media (min-width: 768px) and (max-width: 991px) {
}

/*Phones*/
@media (max-width: 767px) {
}
