/**
* @package  Horme  3  template
* @author Spiros Petrakis
* @copyright	Copyright (C) 2015 - 2022 Spiros Petrakis. All rights reserved.
* @license		GNU General Public License version 2 or later
*/

.margin-top {
	margin-top:30px;
}

.margin-top-15 {
	margin-top:15px;
}

.vm-nodisplay {
	display:none;
}

.notifyform, .vm-orders-list {
	margin-bottom:30px;
}

.vm-price-wrapper {
	line-height:18px;
}

/* Custom fields */
/*.vm3pr-1 .product-fields-wrapper {
	min-height:56px;
}

.vm3pr-2 .product-fields-wrapper {
	min-height:112px;
}

.vm3pr-3 .product-fields-wrapper {
	min-height:160px;
}

.vm3pr-4 .product-fields-wrapper {
	min-height:208px;
}

.vm3pr-5 .product-fields-wrapper {
	min-height:256px;
}*/

/* Preloader */
.vm-preloader {
	background-color:rgba(255, 255, 255, .9);
	bottom:0;
	height:100%;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	text-align:center;
	border:1px solid #ddd;
	z-index:100;
}

.vm-preloader img {
	position:relative;
	top:45%;
}
