/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 07 2024 | 09:09:49 */
.webr-price {
	font-size: 20px;
	font-weight: 600;
}

.webr-button a.vc_general {
	background-color: #83C132 !important;
	color: #fff !important;
	padding: 10px 20px;
}

.webr-product-container {
    border-radius: 5px;
    margin-bottom: 25px;
	border: solid 2px #f2f2f2;
	padding: 25px;
}

.webr-product-container h2 {
	margin-top: 0;
}

.webr-strike {
	text-decoration: line-through;
}

.webr-product-cat-title .vc_column-inner {
	padding: 0;
	margin: 0;
}

.webr-product-cat-title .vc_column-inner h2 {
	margin-top: 0;
	margin-bottom: 10px !important;
}

@media(max-width: 767.98px) {
	.webr-product-container {
		padding: 20px 0;
	}
	
	.webr-product-container figure {
		display: flex;
		justify-content: center;
	}
	
	.webr-product-container figure img {
		margin-bottom: 25px;
	}
}

