/*----------section s----------*/


/*three-col s*/

.three-col {
	margin-bottom: 10px;
}

.three-col .row {
	margin: 0;
}

.three-col .col-md-4 {
	/*text-align: center;*/
	padding: 0;
	border: 1px solid #ddd;
	border-right: none;
	background-color: #f9f9f9;
}

.three-col .col-md-4:last-child {
	border-right: 1px solid #ddd;
}


.three-col .default-content>img{vertical-align: middle;}

.three-col .default-content img,
.three-col .default-content p {
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

.three-col .default-content img {
	width: auto;
	height: 100%;
	max-height: 25px;
	margin-right: 10px;
	border-radius: 5px;
}

.three-col .default-content p {
	margin-top: 6px;
	color: #00c17e;
}

.three-col .default-content p>span {
	color: #555;
	font-weight: normal;
}

.three-col .default-content:hover p>span {
	color: #00c17e;
}


/*three-col e*/


/*carousel s*/

.carousel {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}


/*carousel e*/


/*three-banner s*/

.three-banner {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.three-banner .default-content {}


/*three-banner e*/

.product-list .row {
	margin-left: -5px;
	margin-right: -5px;
}

.product-list .row .col-md-12,
.product-list .row .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.product-list .product-box {
	transition: all .3s ease;
    border: 1px solid #d6d4d4;
    -webkit-box-shadow: 0 2px 2px 0 #80807E;
    box-shadow: 0 2px 2px 0 #80807E;
}

.product-list .product-box:hover {
	border: 1px solid #ddd;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

h1.section-title {
	margin-top: 0;
}


/*---------- section e ----------*/