.spText {
	font-size: 13px;
	text-align: left;
	}
.spPriceOri {
	text-decoration: line-through;	
	}
.spPriceOffer {
	color: red;
	font-size: 20px;
	}
.spGuarantee {
	color: orangered;
	}
/* index.html */
.vs-header {
	background-color: #281A08;
	height: 210px;	
	}
.vs-bg-gray { background-color:#281A08; /*#EEEEEE;*/ }
.vs-sub-header {
	background-color: #281A08;
	height: 80px;	
}
.vs-sub-header-title {
	color: lightgrey;
	font-size: 28px;
	margin-top: 8px;
}
.vs-sub-header-text {	
	color: lightgrey;
	font-size: 16px;
}
/*.tm-about-box-1-img {*/
.vs-about-img {
	display: block;
/*	margin: 0 auto 30px;*/
	margin: 20px;
	border-radius: 50%; /*15px 50px 30px 5px;*/
	border: 5px solid #d4d4d4;
	transition: all 0.3s ease;
	width: 150px;
	height: 150px;
}
.vs-prods-img {
	display: block;
/*	margin: 0 auto 30px;*/
	margin: 20px;
	border-radius: 50%;
/*	border: 3px solid #d4d4d4;*/
	transition: all 0.3s ease;
	width: 190px;
	height: 190px;
	box-shadow: 5px 5px 15px grey;
}
.vs24-logo {
	width: 12rem;
	height: 3rem;
}
.vs-box {	
	box-shadow: 5px 5px 15px grey;
    border-radius: 10px;        
}
.vs-text {
	box-shadow: 5px 5px 15px grey;
    border-radius: 10px;    
	padding-block: 20px;
	padding-left: 30px;
	padding-right: 30px;	
	margin-block: 20px;
}
.vs-bold {
	font-weight: bold;
}
/*.vs-bground {
	background-image: url(../img/banners/dhome.webp);
	height: 110px;		
}*/
