/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */



/* VirtueMart
----------------------------------------------------------- */

/* VirtueMart - Listview
----------------------------------------------------------- */
.featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 26px 35px;
}


.vm-product-media-container {
	background: #ffffff;
	border: 1px solid #ddd;
	padding: 8px;
}


.vm-product-descr-container-1 {
    min-height: 9em;
}

.product h2 {
    min-height: 3em;
}

.product-price {
float:none !important;
}

.featured-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .recent-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span {
    font-size: 1em;
}


/* VirtueMart - Productdetails
----------------------------------------------------------- */
.vm-product-details-container {
    width: 40%;
}

div#zt-opc-plugin div.inner input  {
	 height: 45px !important;
}


.fa-refresh:before {
  content: "\f021";
}