/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-search-form{
	width:100%;
}
.header-nav-main{
	padding-right:20px;
}
.header-main .nav > li > a{
	font-weight:normal;
	color:#000;
	font-size:15px;
	padding-right: 10px;
}
.header-main .nav > li > a:hover{
	color:#dd3333;
}
.header-main .menu-item{
	margin-top:5px;
	
}
.header-main {
    padding-top: 15px;
}
header .stuck .header-main {
    height: 90px !important;
}
header .stuck .header-nav-main .menu-item{
	display:none;
}
.sec-title {
    margin-bottom: 30px;
	position: relative;
}
.pr-sec-title {
    border-bottom: 1px solid #edce35;
}
.pr-sec-title .pr-title {
    line-height: 41px;
}
.title img {
    padding-bottom: 8px;
}
.pr-sec-title img {
    position: relative;
    z-index: 2;
    margin-left: 7px;
    margin-top: 7px;
}
.pr-sec-title .title__a {
    position: absolute;
    display: inline-block;
    width: auto;
    background-color: #edce35;
    line-height: 42px;
    border-radius: 10px 0 0 0;
    color: white;
    margin-bottom: 0;
    left: 0px;
    z-index: 1;
    padding-left: 40px;
	text-transform: uppercase;
}
.pr-sec-title .title__a:after {
    content: "";
    background: url(https://luongminhnguyet.vn/wp-content/uploads/2023/08/Rectangle-1.png) no-repeat;
    background-size: cover;
    width: 63px;
    height: 42px;
    position: absolute;
    top: 0px;
    right: -62px;
    z-index: -1;
}
.xem_tc_hd {
    position: absolute;
    top: 6px;
    right: 0px;
}
.button-all.xem_tc_hd {
    top: 16px;
}
.xem_tc_hd a {
    font-weight: 400;
    color: #000;
}
.xem_tc_hd a i {
    width: 19px;
    height: 19px;
    background: #edce35;
    border-radius: 50%;
    line-height: 19px;
    margin-left: 5px;
}
.xem_tc_hd a i:before {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title .title__Tt, .title h2 {
    display: inline;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0 5px 10px;
    font-size: 18px;
    line-height: 22px;
}
.title {
    line-height: 32px;
    border-bottom: 1px solid #efefef;
}
#main {
    background: #eeeeee;
}
.add_to_cart_button{
	border-radius:30px;
    padding-left:20px;
	padding-right:20px;
}
.product-small .box{
	background:#fff;
	border-radius:6px;
	min-height: 430px;
}
.sphot .large-12 .col-inner{
	background:#fff;
	border-radius: 16px;
}
.sphot .container .row-small:not(.row-collapse), .sphot .row .row-small:not(.row-collapse) {
	margin-left:0px !important;
	margin-right:0px !important;
}
.row.row-small {
    max-width: 100%;
}
.price-wrapper{
	margin-top:10px;
	margin-bottom:10px;
}
.woocommerce-Price-amount{
	color:#dd3333 !important;
}
.sphot{
	padding-top:40px !important;
	padding-bottom:0px !important;
}
.chat_luong {
    background-color: #fff;
    padding: 12px;
}
.chat_luong .icon_cl .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    float: left;
    border-radius: 50px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 40px;
    margin-right: 10px;
    color: #dd3333;
}
.chat_luong .icon_cl .desc h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}
.chat_luong .icon_cl .desc p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.box {
    background: #fff;
    border-radius: 6px;
    min-height: 326px;
}

}
@media only screen and (min-width: 1200px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}