/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: "Inter Tight", sans-serif;
}

#top-bar .html ul {
    display: inline-block;
    margin-bottom: 0;
}
#top-bar .html ul li {
    margin-bottom: 0;
    display: inline-block;
    float: left;
    margin: 0 10px;
}
#top-bar .html ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 6px;
}
#top-bar ul li:first-child a {
    border-left: none;
    padding-left: 0;
}
#top-bar .flex-center .html {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 10px;
}
#top-bar .flex-center {
    background: #1a1a1a;
    min-width: 500px;
    margin-top: -1px;
    position: relative;
}
#top-bar .flex-center:before {
	content: '';
	display: block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #ffffff;
    position: absolute;
    left: -35px;
    bottom: -6px;
    transform: rotate(45deg);
}
#top-bar .flex-center:after {
	content: '';
	display: block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #ffffff;
    position: absolute;
    right: -35px;
    bottom: -6px;
    transform: rotate(-45deg);
}
.header-main .header-search-form-wrapper input {
    height: 45px;
    border: 1px solid gray;
    background: white;
    font-size: 14px;
}
.header-button-1 a {
    height: 45px;
    line-height: 42px !important;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
    border: 1px solid gray !important;
    border-radius: 20px;
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 27px;
    background-position-x: 8px;
    padding-left: 46px;
    color: #333 !important;
    font-weight: normal;
}
.header-button-1 a:hover {
	background-color: transparent !important;
	color: red !important;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
	font-size: 16px;
	font-weight: 500;
}
.header-bottom .nav-spacing-xlarge>li {
	margin: 0 20px;
}
.button.icon.circle.header-cart-link {
	background-color: #FF0000 !important;
	width: 48px;
	height: 48px;
	line-height: 48px;
}
.heading h2 {
	font-size: 32px;
	background-image: url(images/bottom.png);
	background-position: bottom center;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.section > .section-content > .row > .col {
	padding-bottom: 0;
}
.white.button.is-outline {
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.box-blog-post .is-divider {
	display: none;
}
.btn-custom.button {
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: none;
	font-size: 14px;
}
.col.post-item .box-blog-post .post-title {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
}
.section-title-normal {
	border-bottom: none;
	padding-bottom: 0;
}
.section-title-normal span {
	padding-bottom: 0;
	border-bottom: none;
	display: inline-block;
	position: relative;
	display: flex;
	align-items: center;
}
.section-title-normal span:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(images/before.png);
	margin-right: 10px;
}
.section-title-normal a {
	font-size: 16px;
	font-weight: normal;
}
.product-small.box .product-title {
	font-size: 16px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    margin-bottom: 10px;
}
.product-small.box .price {
	font-size: 20px;
	color: #FF0000;
	line-height: 26px;
}
.product-small.box .price del {
	text-decoration: none;
}
.product-small.box .price del span.amount {
	font-size: 16px;
	color: #777777;
	text-decoration: line-through;
	display: block;
}
.product-small.box .price ins span.amount {
	font-size: 20px;
	color: #FF0000;
	display: block;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}

.icon-box.icon-box-left {
	display: flex;
	align-items: center;
}
.icon-box.icon-box-left p {
	margin-bottom: 0;
}
form.wpcf7 {
	margin-bottom: 0;
}
.row-contact .col {
}
.row-contact .wpcf7-form-control.wpcf7-submit {
	display: block;
	width: 100%;
	border-radius: 4px;
	background-color: #1a1a1a !important;
	border: none;
}
.wpcf7-form-control.wpcf7-file,
.wpcf7-form-control {
	border: 1px solid #ccc;
	box-shadow: none;
	height: 40px;
	background-color: #fff;
	line-height: 40px;
	padding: 0px 10px;
	margin-bottom: 0;
}
.wpcf7-spinner {
	position: absolute;
}
.absolute-footer {
	border-top: 1px solid #efefef;
}
.product-info .product-title {
    font-size: 22px;
}
.single-product .product-short-description li {
    margin-bottom: 2px;
}
.single-product .product-short-description {
    font-size: 14px;
    color: gray;
    margin-bottom: 20px;
}

.product-info .price-wrapper {
	display: none;
}
.devvn_single_price .row-info {
    display: inline-block;
    width: 100%;
    clear: both;
}
.devvn_single_price .row-info .left {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.devvn_single_price .row-info .left bdi {
    font-size: 27px;
    color: #ff0000;
}
.devvn_single_price .row-info .right {
    font-size: 15px;
}
.devvn_single_price .row-info .right {
    display: inline-block;
    float: left;
}
.devvn_single_price .gia-km, .devvn_single_price .gia-km span.amount {
    color: #cb1515 !important;
}
.single-product span.widget-title {
    display: block;
    width: 100%;
    padding: 9px 10px;
    background: black;
    color: white;
}
.widget .is-divider {
    display: none;
}
.cong-tac-ban-hang {
    background: #f5f5f5;
}
.cong-tac-ban-hang ul li {
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 12px;
    list-style: none;
    padding-right: 22px;
    border-bottom: 1px solid #e1e1e1;
    background-image: url(images/ai.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-y: center;
    background-position-x: 97%;
}
.cong-tac-ban-hang ul li h4 {
    line-height: 16px;
    margin-bottom: 0;
}
.cong-tac-ban-hang ul li p {
    margin-bottom: 0;
}
.thong-tin-mua-hang {
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.thong-tin-mua-hang ul li {
    background-image: url(images/g.gif);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
    margin-bottom: 0;
}
.thong-tin-mua-hang ul li a {
    padding: 2px 0;
}

.product-small .price-wrapper {
	position: relative;
}
.zalo-button {
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: 3px;
}
.zalo-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #333333;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    background-color: white;
}
.zalo-btn img {
    margin-right: 8px;
    width: 24px; /* Kích thước biểu tượng Zalo */
}
.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
	border-radius: 0;
}
.flatsome_recent_posts .badge {
    height: 3.8em;
    width: 6.8em;
}
.recent-blog-posts a {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
span.widget-title {
	display: block;
	font-size: 20px;
}
.archive .col.post-item .box-blog-post .post-title {
	font-size: 20px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.zalo-button {
		position: relative;
	}

}