/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

.product-small .box-image{
	border-radius:15px!important;
	overflow:hidden;
}
.product-small .price-wrapper{
	display:none;
}
.home-contact-form input:not([type=submit]){
	border: none;
	border-radius: 10px;
	height: 50px;
background: linear-gradient(90deg,rgba(131, 178, 107, 1) 0%, rgba(76, 90, 74, 1) 100%);
	margin-bottom: 20px;
	text-align: left;
	font-style: italic;
	color: white;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
.home-contact-form input:not([type=submit])::placeholder {
	color: white;
}
.home-contact-form input[type=submit] {
	height: 50px;
	border-radius: 10px;
	background-color: #979797;
	font-size: 16px;
}
.home-contact-form input[type=submit]:hover {
	background-color: #83B26B;
}
.fix-text h2 {
	line-height: 1.3;
	margin-bottom: 0;
}
form {
	margin-bottom: 0;
}

.product-small .product-title a {
	font-size: 18px !important;
	font-weight: bold;
}