/*
	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.   ***************/

@import url(css/font-awesome.min.css);
.top__right a{
	color: #fff;
}
.header-bottom-nav{
	margin-right: 15px;
}
.header-bottom-nav > li{
	margin: 0 20px;
}
.header-bottom-nav > li > a{
	position: relative;
	
}
.header-bottom-nav > li > a::after {
    content: "/";
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    color: #2d2e83;
}
.header-bottom-nav > li:last-child > a:after{
	content: "";
}
#wide-nav > .flex-row > .flex-left{
	width: 25%;
	max-width: 262px;
}
/* Menu sidebar left */
.menu_sidebar {
    margin: 0 0 20px;
    padding: 0;
    border: 1px solid #dadada;
}
.menu_sidebar h2 {
    font-size: 18px;
    color: #2d2e83;
    background: #fce620;
    padding: 10px;
    margin: 0;
}
.menu_sidebar h2 a{
	color: #2d2e83;
}
.menu_sidebar ul {
    margin: 0;
    padding: 0;
}
.menu_sidebar ul li {
    line-height: 40px;
    border-bottom: 1px solid #dadada;
    margin: 0;
    padding: 0 10px;
    list-style: none;
}
.menu_sidebar ul li a {
    color: #2d2e83;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.menu_sidebar.support_online ul{
	padding: 10px;
}
.menu_sidebar.support_online ul li{
	padding: 10px 0;
}
.menu_sidebar.support_online ul li img{
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.menu_sidebar.support_online ul li img + a{
	line-height: 20px;
	color:#f00;
	margin-top: 3px;
}
/* End sidebar left */
.widget-title-home {
    border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 0px;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.widget-title-home h2 {
    width: auto;
    text-transform: uppercase;
    font-size: 20px;
    float: left;
    color: #312783;
    margin-bottom: 0px;
}
.widget-title-home h2 a{
	color: #312783
}
.widget-title-home .child-cats {
    font-family: "Roboto",sans-serif;
    float: right;
    position: relative;
    height: 100%;
}
.widget-title-home .child-cats a{
	font-weight: normal;
	font-size: 14px;
	padding: 0 10px;
	text-transform: uppercase;
	border-right: 1px solid #ddd;
}
.widget-title-home .child-cats a.viewMore {
	background-color: #f7e61f;
	color: #312783;
	display: inline-block;
	line-height: 45px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
	border-radius: 6px;
}
.boxPro_home > div{
	padding: 15px;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px #aaa;
}
.add-to-cart-button > .add_to_cart_button,.add-to-cart-button > .button.product_type_simple{
    background-color: #e30613;
    color: #fbf5ae !important;
    font-size: 15px;
    text-transform: unset;
    margin-right: 0;
    border-radius: 5px;
    border: none;
    box-shadow: 2px 2px 5px #777;
}

.box-text .price-wrapper span.amount{
	color: #e30613;
}
.slidePro_bottom > div.col-inner{
	padding: 15px;
	border: 2px solid #dadada;
}
.main_footer{
	margin-top: -80px;
}
.info_footer {
    padding: 10px 20px;
    margin: 0;
}
.info_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.info_footer ul li {
    margin: 0;
    padding-left: 35px;
    position: relative;
    line-height: 30px;
    color: #fff;
}
.info_footer ul li i {
    position: absolute;
    left: 0;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.info_footer h2 {
    color: #fff;
    font-size: 20px;
    margin: 10px 0 0;
}
.info_footer p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.info_footer.left::before {
    content: "";
    height: 60px;
    width: 4px;
    background: #e94e1b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.info_footer form{
	margin-bottom:0;
}
.menu_footer h2 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 4px solid #e94e1b;
}
.menu_footer ul {
    padding: 0;
    margin: 0;
}
.menu_footer ul li {
    list-style: none;
    line-height: 30px;
    position: relative;
}
.menu_footer ul li:before{
	content: "\f105";
	position: absolute;
	left: -10px;
	top: 0;
	font-family: fontawesome;
	color: #b3b2b2;
}
.menu_footer ul li a {
    color: #b3b2b2;
    display: block;
}
.product_title.entry-title{
	font-size: 20px;
}
span.amount{
	color: #f00;
}
.single_add_to_cart_button{
	background-color: #f00 !important;
}
.contact_form p.tx-warning{
	margin-bottom: 15px;
}
.hotline_bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.header-bottom > div > div:nth-child(2) ul.nav{
	margin-left: 15px;
}
.info_pro p.color-red {
    color: #f00;
    margin-bottom: 10px;
}
.button_cuttom_add_toCart {
    background: #f00;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #00000070;
    font-weight: bold;
}
.button_cuttom_add_toCart:hover{
	color: #fff;
}
.form_datHang .row{
	margin-left: -15px;
	margin-right: -15px;
	width: auto;
}
.form_datHang input{
	font-size: 13px;
}
.form-flat.dang_ky_bottom{
	margin-top: 10px;
	position: relative;
}
.form-flat.dang_ky_bottom input.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.form-flat.dang_ky_bottom input{
	border-color: transparent;
}
.form-flat.dang_ky_bottom input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1; /* Firefox */
}

.form-flat.dang_ky_bottom input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: white;
}

.form-flat.dang_ky_bottom input::-ms-input-placeholder { /* Microsoft Edge */
	color: white;
}

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	
}
@media(max-width: 768px){
	
	.breadcrumbs a{
		font-size: 12px;
	}
	.support_online{
		display: none;
	}
	.info_footer ul li{
		font-size: 14px;
	}
	.info_footer h2{
		font-size: 16px;
	}
	.info_footer p{
		font-size: 14px;
	}
	.info_footer form{
		margin-bottom:0;
	}
	.add-to-cart-button > .add_to_cart_button, .add-to-cart-button > .button.product_type_simple{
		font-size: 14px;
	}
	.widget-title-home h2{
		font-size: 16px;
	}
	.widget-title-home .child-cats a.viewMore {
		background-color: #f7e61f;
		color: #312783;
		display: inline-block;
		line-height: 30px;
		padding: 0 15px;
		font-size: 14px;
		font-weight: 600;
		position: absolute;
		right: 0;
		top: -7px;
		white-space: nowrap;
		border-radius: 6px;
	}
	.menu_footer h2{
		font-size: 16px;
	}
	.searchform .flex-row{
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    float: left;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}

@media (max-width: 480px) {
	
	.col-xs-15,
	.col-sm-15,
	.col-md-15,
	.col-lg-15 {
		padding-left: 7px;
		padding-right: 7px
	}
}

.col-xs-15 {
	width: 20%;
	float: left
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left
	}
}

.col-xs-40,
.col-sm-40,
.col-md-40,
.col-lg-40 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 40%;
}

@media (max-width: 480px) {
	
	.col-xs-40,
	.col-sm-40,
	.col-md-40,
	.col-lg-40 {
		padding-left: 7px;
		padding-right: 7px
	}
}

.col-xs-40 {
	width: 40%;
	float: left
}

@media (min-width: 768px) {
	.col-sm-40 {
		width: 40%;
		float: left
	}
}

@media (min-width: 992px) {
	.col-md-40 {
		width: 40%;
		float: left
	}
}

@media (min-width: 1200px) {
	.col-lg-40 {
		width: 40%;
		float: left
	}
}
.section_product .product-blocks, .section_product .product-wrap .shop-container{
  	background-color: #fff;
}
.section_product .news-item-products .button_cuttom_add_toCart{
	display: none;
}
.news-item-products .box-text{
  	padding-bottom: .7em;
}
.news-item-products .product-title{
	line-height: 1.3em;
	font-size: 14px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 18px;
	margin-bottom: 10px;
}
.news-item-products a.action {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.section_product .item-border {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.section_product .item-border .news-item-products {
	padding: 10px;
	text-align: center;
	min-height: 296px
}

@media (max-width: 1024px) {
	.section_product .item-border .news-item-products {
		min-height: 260px
	}
}

@media (max-width: 767px) {
	.section_product .item-border .news-item-products {
		min-height: unset;
		padding: 5px
	}
	
	.section_product .item-border .news-item-products h3 {
		margin: 0;
		font-size: 14px
	}
	
	.section_product .item-border .news-item-products .price strong {
		font-size: 14px
	}
	
	.section_product .item-border .news-item-products .price span {
		font-size: 14px;
		margin-left: 3px
	}
}

.section_product .item-border .news-item-products .fix-images {
	height: 209px
}

.section_product .item-border .news-item-products .fix-images img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

@media (max-width: 1024px) {
	.section_product .item-border .news-item-products .fix-images {
		height: 169px
	}
}

@media (max-width: 991px) {
	.section_product .item-border .news-item-products .fix-images {
		height: 223px
	}
}

@media (max-width: 767px) {
	.section_product .item-border .news-item-products .fix-images {
		height: 240px
	}
}

@media (max-width: 668px) {
	.section_product .item-border .news-item-products .fix-images {
		height: 240px
	}
}

@media (max-width: 569px) {
	.section_product .item-border .news-item-products .fix-images {
		height: 189px
	}
}

@media (max-width: 480px) {
	.section_product .item-border .news-item-products .fix-images {
		height: 240px
	}
}

@media (max-width: 376px) {
	.section_product .item-border .news-item-products .fix-images {
		height: 170px
	}
}

@media (max-width: 321px) {
	.section_product .item-border .news-item-products .fix-images {
		height: 142px
	}
}

.section_product .item-border.big-item-product .news-item-products {
	text-align: left;
	min-height: 296px
}

@media (max-width: 1024px) {
	.section_product .item-border.big-item-product .news-item-products {
		min-height: 260px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section_product .item-border.big-item-product .news-item-products {
		min-height: 303px
	}
}

@media (max-width: 767px) {
	.section_product .item-border.big-item-product .news-item-products {
		min-height: unset
	}
	.child-cats{
		display: none;
	}
}

.section_product .item-border.big-item-product .news-item-products .relative {
	width: 200px;
	float: left;
	margin-right: 10px;
	height: 200px
}

@media (max-width: 991px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		width: 100%;
		float: none;
		margin-right: 0
	}
}

@media (max-width: 767px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		width: 200px;
		float: left;
		margin-right: 10px
	}
	
	.section_product .item-border.big-item-product .news-item-products .relative img {
		margin-bottom: 0
	}
}

@media (max-width: 480px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		width: 130px;
		float: left;
		margin-right: 5px
	}
	
	.section_product .item-border.big-item-product .news-item-products .relative img {
		margin-bottom: 0
	}
}

.section_product .item-border.big-item-product .news-item-products .relative img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

@media (max-width: 1024px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		height: 200px
	}
}

@media (max-width: 991px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		height: 223px
	}
}

@media (max-width: 767px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		height: 240px
	}
}

@media (max-width: 668px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		height: 240px
	}
}

@media (max-width: 569px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		height: 189px
	}
}

@media (max-width: 480px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		height: 150px
	}
}

@media (max-width: 376px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		height: 170px
	}
}

@media (max-width: 321px) {
	.section_product .item-border.big-item-product .news-item-products .relative {
		height: 142px
	}
}

.section_product .item-border.big-item-product .news-item-products .big-content {
	padding-left: 210px
}

@media (max-width: 991px) {
	.section_product .item-border.big-item-product .news-item-products .big-content {
		padding-left: 0;
		text-align: center
	}
}

@media (max-width: 767px) {
	.section_product .item-border.big-item-product .news-item-products .big-content {
		padding-left: 210px;
		text-align: left
	}
}

@media (max-width: 480px) {
	.section_product .item-border.big-item-product .news-item-products .big-content {
		padding-left: 135px;
		text-align: left
	}
}

.section_product .item-border.big-item-product .news-item-products .big-content h3 {
	margin: 0;
	font-size: 16px
}

@media (max-width: 991px) {
	.section_product .item-border.big-item-product .news-item-products .big-content h3 {
		font-size: 14px
	}
}

.section_product .item-border.big-item-product .news-item-products .big-content .promos {
	margin-top: 10px;
	color: #333;
	max-height: 205px;
	overflow: hidden;
	font-size: 13px
}

@media (max-width: 1024px) {
	.section_product .item-border.big-item-product .news-item-products .big-content .promos {
		height: 148px
	}
}

@media (max-width: 480px) {
	.section_product .item-border.big-item-product .news-item-products .big-content .promos {
		font-size: 12px;
		height: 85px;
		margin-top: 0
	}
}

.section_product .item-border.big-item-product .news-item-products .big-content .promos label {
	display: inline-block
}

.section_product .item-border.big-item-product .news-item-products .big-content .promos ul li {
	padding-left: 15px;
	position: relative;
	margin: 0;
}

.section_product .item-border.big-item-product .news-item-products .big-content .promos ul li:before {
	font-family: FontAwesome;
	content: "\f058";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 11px
}

.per {
    background-image: linear-gradient(-90deg, #ec1f1f 0%, #ff9c00 100%);
    border-radius: 10px;
    padding: 1px 7px;
    padding-left: 0;
    padding-right: 10px;
    height: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
}
.per::before {
    content: ' ';
    display: inline-block;
    background: url(//bizweb.dktcdn.net/100/348/133/themes/709285/assets/flash.png?1563938704463);
    background-size: 50% 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f13500;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.news-item-products:hover {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	z-index: 1
}

.news-item-products:hover p.product-title {
	color: var(--main-bg-color)
}
.fs-tsright ul{
	list-style: none;
}
.fs-tsright ul li {
    border-bottom: 1px solid #eee;
    display: table;
    width: 95%;
    padding: 5px 0;
    font-size: 13px;
    margin: 0 0 0 10px;
}
.fs-tsright ul li label {
    width: 102px;
    color: #616161;
    padding-right: 6px;
    display: table-cell;
    vertical-align: top;
    font-weight: normal;
}
.box-text-products a.button_cuttom_add_toCart{
    background: #f00 url(http://demo5.vasales.xyz/wp-content/uploads/2021/10/icon-cart-2.png) no-repeat 10px center / auto 20px;
    padding: 10px 20px 10px 35px;
    border-radius: 25px;
    position: relative;
	/* display: none; */
}
.box-text-products a.button_cuttom_add_toCart:after{
    content: "";
    
}
.box-text-products .price-wrapper{
    margin: 10px 0;
}
.block_news{
	padding: 0 15px !important;
}
.padding-10{
	padding: 10px;
}
.breadcrumbs{
	white-space: nowrap
}


.sidebar__home > .col-inner{
	background-color: #fff;
}
.nav__sidebar__home ul{
	margin: 0;
}
.nav__sidebar__home ul li{
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	list-style: none;
	position: relative;
}
.nav__sidebar__home ul li:after{
	content: "\f105";
	font-family: 'fl-icons' !important;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.nav__sidebar__home ul li:last-child{
	border-bottom: 0px;
}
.nav__sidebar__home ul li a{
	display: block;
}
.title__sidebar{
	margin: 0;
	padding: 0;
}
.title__sidebar h2 {
    padding: 10px;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff;
    background: #f00;
}

.form__dathang{
	padding: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	border-radius: 15px;
}
.form__dathang .desc {
	color: #fff;
}
.form__dathang .desc ul li{
	color: #ecda92;
}















































.tax-product_cat #main {
	padding-bottom: 30px;
}
.tax-product_cat .myform {
	margin: 0;
}
.tax-product_cat .shop-page-title {
	display: none;
}
.tax-product_cat .ant-sidebar {
	padding-left: 15px;
	padding-right: 15px;
}
.tax-product_cat .section_product {
	padding: 0;
	overflow: hidden;
	background: white;
	max-width: 1140px;
}
.tax-product_cat .section_product .section-head {
	border-bottom: 1px solid #eee;
}
.tax-product_cat .section_product .section-head h2 {
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	padding: 14px 10px;
	text-transform: uppercase;
	margin: 0;
}
.tax-product_cat .aside-filter {
	font-size: 14px;
	padding: 10px 0;
}
.tax-product_cat .aside-filter .heading {
	float: left;
	color: gray;
	font-weight: 600;
	padding: 5px 10px;
	padding-left: 0;
}
.tax-product_cat .aside-filter .aside-hidden-mobile {
	display: block;
	float: left;
	position: relative;
	width: calc(100% - 80px);
}
.tax-product_cat .aside-filter .aside-hidden-mobile .aside-item {
	display: inline-block;
	float: left;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
}
.tax-product_cat .aside-filter .aside-hidden-mobile .aside-item .aside-title {
	cursor: pointer;
	padding: 5px 15px;
	position: relative;
	transition: all .3s ease;
}
.tax-product_cat .aside-filter .aside-hidden-mobile .aside-item:hover .aside-title {
	color: #e94e1b;
}
.tax-product_cat .aside-filter .aside-hidden-mobile .aside-item .aside-content {
	background: #ffffff;
	z-index: 2;
	padding: 10px;
	position: absolute;
	min-width: 200px;
	display: none;
	max-height: 220px;
	overflow-y: auto;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.tax-product_cat .aside-filter .aside-hidden-mobile .aside-item .aside-title:before {
	position: absolute;
	content: '\f107';
	font-family: FontAwesome;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.tax-product_cat .filter-group ul {
	margin: 0;
	list-style: none;
	max-height: 200px;
}
.tax-product_cat .filter-group ul li:hover label {
	cursor: pointer;
	color: rgb(76, 157, 162);
}
.tax-product_cat .filter-group ul li:last-child {
	margin-bottom: 0;
}
.tax-product_cat .filter-group ul li input {
	top: 1px;
	margin: 0 3px 0 0;
	position: relative;
}
.tax-product_cat .filter-group ul li label {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 400;
	white-space: nowrap;
}
.tax-product_cat .noitem {
	margin: 0;
	padding: 20px;
	font-size: 14px;
	border-radius: 0;
	text-align: center;
	background-color: #fff3cd;
}
.tax-product_cat .shop-container::after {
	content: '';
	display: table;
	clear: both;
}
.tax-product_cat .page-numbers {
	margin: 20px 0;
}