/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.addtocart-button {
    background:white;
}

.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  height: 0px; 
}

.orderby-displaynumber {
    display:none;
    
}

.products-view h2 {
	text-align: center;
    font-size: 28px;
    line-height: 34px;
}
.products-view .product-container {
	padding: 15px !important;
	margin: 10px;
}
.additional-images:after,
.products-view .product-container:after {
	display: block;
	clear: both;
	content: "";
}
.products-view .descHolder {
	padding: 0 0 15px;
    border-bottom: 1px solid #EBEBEB;
    margin: 0 0 15px 0;
	min-height: initial;
}
.products-view .priceHolder {
	float: left;
}
.products-view .priceHolder .vm-price-desc{
	display: none;
}
.products-view .priceHolder .PricesalesPrice{
	font-size: 24px !important;
    font-weight: bold;
    font-style: normal;
    line-height: 56px;
}

.products-view .buttonHolder {
	float: right;
}
.products-view .buttonHolder .quantity-box,
.products-view .buttonHolder .quantity-controls {
	display: none;
}

@media (max-width: 480px) {
	.products-view .product-container {
		margin: 10px 0 !important;
	}
	.products-view > .horizontal-separator {
		display: none;
	}
}