/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 2.5
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */

.button-green {
	color: #63ce57;
}

.text_top{
	color: black;
}

.block-product{
	vertical-align:top;
    display: inline-block;
    width: 31%;
    margin: 10px 10px;
	background-color: white;
	padding: 40px;
	font-weight:bold;
	cursor:pointer;
	border: 4px solid #84c557;
	font-family: 'Arial';
}

@media (max-width:1050px){
	.block-product{
		display: block;
	}
}

.title-product{
	font-size: 24px;
    color: #273f44;
	margin: 5px 0;
}

.price-product{
	background-color: #84c557;
	padding: 5px;
	width: 40%;
	color: white;
	padding: 10px;
	margin-bottom:5px;
}
.chf{
	font-size: 22px;
}

@media (max-width:500px){
	.block-product{
		width: 95%;
	}
	.price-product{
	width: 40%;
	
}
}

@media (max-width:380px){
	h1{
		font-size: 20px !important;
	}
}

.utp-title{
	font-size:25px;
	font-family: 'Arial';
	margin: 20px;
	font-weight:bold;
	color: black;
}

@media (max-width:550px){
	.utp-title{
	font-size:20px;
	}
}

.utp-img{
	text-align: center;
}

.green-blocks{
    display: inline-block;
    margin: 20px 10px;
	background-color: white;
	padding: 40px;
	border: 4px solid #84c557;
	min-height: 400px;
	vertical-align:top;
}

.green-blocks-two{
    display: inline-block;
    margin: 20px 10px;
	background-color: white;
	padding: 40px;
	border: 4px solid #84c557;
	vertical-align:top;
}

.contact{
	font-size: 18px;
	font-weight:bold;
}

.previu{
	font-size:16px;
	font-family: 'Arial';
	margin: 10px 0;
	color: black;
	text-align: center;
	font-weight:bold;
}

.utp-p{
	text-align: center;
	font-weight:bold;
	font-size:16px;
	font-family: 'Arial';
	margin: 10px 0;
}

.quach{
	background-color: #84c557;
	color: white;
	padding: 20px 20px;
	margin: 20px 0;
	font-size:18px;
	font-weight:bold;
}

.faq-block{
	margin: 20px 0;
}