/*!
Theme Name: Shop
Theme URI: http://underscores.me/
Author: Lê Minh Thành
Author URI: https://leminhthanh.com
Description: Giao diện website bán hàng
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Shop is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.has-dropdown .fa-caret-down {
	font-size: 16px;
	margin-left: 0.2em;
	opacity: .6;
}

.block-pro .slider-car > .item {
	padding-right: 30px;
}

.dvls_maps_header{
	padding-top: 30px !important;
}

.breadcrumb .breadcrumb_last{
	color: #ed3237;
}

.short_content .short-description p{
	font-weight: 400;
	color: #000000;
	font-size: 16px;
}

.related.products{
	margin-top: 30px;
}

.page-contact .contact-form-box{
	padding-bottom: 0 !important;
}
.page-contact .wpcf7-form > .row > p{
	width: 100%;
	padding: 15px 15px 0 15px;
}
.page-contact .wpcf7-form .wpcf7-submit{
	padding: 8px 15px;
	border: solid thin rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	background: #0b0b0b;
	color: white;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%;
	display: block;
}

.page-contact .wpcf7-form .wpcf7-submit:hover{
	color: #ed3237;
	background: #fff;
	border: solid thin #ed3237;
}

.widget_recent_entries{
	margin-top: 40px;
}

.footer-item .social{
	margin-top: 15px;
}
.footer-item .footer-sub-title{
	color: #fff;
	text-transform: uppercase;
}

.footer-item ul.menu li{
	float: left;
	width: 100%;
}
.footer-item ul.menu li a{
	float: left;
	width: 100%;
	padding: 7px 0;
}

.copy-right p{
	margin: 0 auto !important;
	text-align: center;
}

.header-inner{
	background-color: #fff;
}
.hotline-top-box{
	background: #e6e6e6;
}
.hotline-top-box p{
	width: 100%;
	text-align: center;
	margin: 7px 0;
	font-size: 16px;
}
.hotline-top-box a{
	color: #000;
}

.show-images{
	margin-top: 15px;
}

.video-list .item-video:last-child{
	border-bottom: 0;
}

.form-contact textarea{
	height: 100px;
}
.form-contact .wpcf7-submit{
	-webkit-user-select: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	background: #ed3237;
	padding: 8px 15px;
	border: solid thin rgba(255, 255, 255, 0.7);
	display: inline-block;
}

.block-partner{
	padding-bottom: 40px !important;
}
.item-partner > .tns-item{
	padding-right: 20px;
}

.home-product-heading{
	border-bottom: 2px solid #ed1c22;
	float: left;
	font-size: 15px;
	line-height: 19px;
	margin: 20px 0;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.home-product-heading .heading-left{
	background: #ed1c22;
	color: #fff;
	float: left;
	font-weight: bold;
	padding-left: 14px;
	padding-right: 7px;
	position: relative;
}
.home-product-heading .heading-left:before {
	background: url(assets/images/icon-right-title.png);
	content: "";
	height: 47px;
	position: absolute;
	right: -50px;
	top: 0;
	width: 51px;
}
.home-product-heading .heading-left h2{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 45px;
}
.home-product-heading .heading-left a:hover h2{
	color: yellow;
}
.home-categories .woocommerce{
	float: left;
}

.place-all .title-block, .procate .title-block, .news-cate .title-sidebar{
	color: #ec0032;
	line-height: 40px;
}

/* About us */
.about-us{
	padding-bottom: 10px;
}
.about-us .row{
	margin-bottom: 30px;
}
.about-us h3{
	font-size: 22px;
	margin-bottom: 15px;
}
.about-us-title{
	font-weight: bold;
	margin-top: 15px;
	font-size: 22px;
}

/* about-us-quality */
.about-us-quality{
	margin-top: 20px;
}
.about-us-quality p{
	font-weight: bold;
}
.about-us-quality-container {
	width: 100%;
	background-color: #ddd;
}
.about-us-quality-item{
	margin-bottom: 25px;
}
.about-us-quality-bar {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	color: white;
}
.about-us .ui-state-active{
	border: 0;
	background: #0071b7;
}

.footer-title{
	color: white;
	font-size: 18px;
}

/* Back to top */
#back-top {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 99999;
	margin-bottom:0;
}

p#back-top a {
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #ec0032;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	border-radius: 100%;
	opacity: 0.5;
}
p#back-top a:hover{
	opacity: 1;
	color: #fff !important;
}