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

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.box-image{
	position: relative;
}
/* .gift-sale{
	display: none;
	position: absolute;
	padding: 10px;
	border: 2px solid #a6000d;
	border-radius: 8px;
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: auto;
	left: 0;
	top: 0;
	z-index: 999;
	cursor: pointer;
	pointer-events: none;
}

.box-image:hover .gift-sale{
	display: block;
} */


.bg-sanpham:hover .item-km-sanpham{opacity:1;}
.item-km-sanpham p{color:#323232;font-size:11px;text-align:left;margin:0 0 5px 0;}
.item-km-sanpham p span{color:#fff;background:#F7941E;border-radius:3px;padding:4px 4.5px;}
.item-km-sanpham p b{font-weight:normal;line-height:20px;}
.sc-style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.sc-style-7::-webkit-scrollbar
{
	width: 5px;
	border-radius: 2px;
	background-color: #F5F5F5;
}

.sc-style-7::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.km-sanpham {
	color: #323232;
	font-size: 11px;
	text-align: left;
	margin: 10px 0 0;
	line-height: 22px;
}
.km-sanpham span {
	color: #fff;
	background: #F7941E;
	border-radius: 3px;
	padding: 4px 4.5px;
}
.km-sanpham strong {
	color: #F7941E;
	font-size: 12px;
}
.giam-sanpham {
	position: absolute;
	color: #ffffff;
	font-size: 11px;
	bottom: -10px;
	left: -3px;
	background: #FF6801;
	border-radius: 25px;
	margin: 0;
	padding: 3px 15px;
	display: none;
}
.box-image{
	overflow: inherit !important;
}
.wp_rv-sold{
	display: none;
}
.wp_rv_product-loop__meta{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

.thongsokt {
	height: 444px;
	overflow: hidden;
	position: relative;
}
.thongsokt.show{
	height: auto !important;

}
.thongsokt .load-m{
	position: absolute;
	bottom: 0;
	width: 100%;
	cursor: pointer;
	text-align: center;
	background: #fff;
	height: 50px;
	color: #009de8;
	display: flex;
	align-items: center;
	font-size: 20px;
	justify-content: center;
}

.thongsokt .load-m:after {
	content: '';
	width: 0;
	right: 0;
	border-top: 6px solid #009be4;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

/*[data-attribute_name="attribute_pa_mau-sac"] .ux-swatch:before{
background: blue;
position: static !important;
content: " " !important;

}*/
.form-dathangnhanh h3{
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
}

.form-dathangnhanh .subtitle{
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
	text-align:center;
}
.form-dathangnhanh .form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.form-dathangnhanh .form input.gui{   
	width: 55px !important;
	height: 26px;
	line-height: 1;
	background: #fff;
	border-radius: 3px !important;
	font-size: 0.6rem;
	color: #262626;
	border: none;

}
.form-dathangnhanh .form input.tel{    
	width: calc(100% - 20px);
	height: 26px;
	border-radius: 3px !important;
	border: none;
	padding: 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #333;
}
.form-dathangnhanh span.wpcf7-spinner {
	position: absolute;
	right: 2px;
	top: 1px;
}
.wpcf7 form .wpcf7-response-output{
	margin:0 !important;
}
.w-flex{
	display: flex;
}
.w-flex .wpcf7-spinner{
	display: none;
}
.button-w .col{
	padding-bottom: 0;
}
.woocommerce-variation-add-to-cart {
	display: none;
}

//SHW

.linked-product {
	display: flex;
	flex-flow: wrap;
	margin: 10px 0;
	order: 2;
}
.item-linked-product {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 10px;
	width: calc((100% / 3) - 7px);
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
	border-radius: 3px;
	background-color:#ffff;
}
.item-linked-product span {
	color: #000;
}

.item-linked-product .tick {
	display: inline-block;
	height: 15px;
	width: 15px;
	background: green;
	border-radius: 50%;
	box-sizing: border-box;
	margin-right: 5px;
	transition: all .4s;
	position:relative;
}

.item-linked-product .tick.active:after,.item-linked-product .tick:hover:after {
	content: "\e00a";
	font-family: "fl-icons" !important;
	position: absolute;
	color: #fff;
	bottom: 0px;
	right: 3px;
	font-size: 9px;
	z-index: 1;
	font-weight: bold;
}
.item-linked-product strong {
	font-size: 13px;	
	color: #e0052b;
}

.single_variation_wrap .variations {
	margin-bottom: 0;
	order: 3;
}
.single_variation_wrap .variations tr {
	display: flex;
	flex-direction: column;
}
.single_variation_wrap .variations tr th.label {
	white-space: nowrap;
	margin-right: 5px;
}
.variations th {
	vertical-align: middle;
	padding: 0.2em 0;
	border: 0;
}
.variations .reset_variations {
	position: absolute;
	right: 0;
	bottom: 95%;
	color: currentColor;
	opacity: .6;
	font-size: 11px;
	text-transform: uppercase;
	display: none;
}
.single_variation_wrap .variations tr th.label label {
	font-weight: bold;
	font-size: 1em;
	margin: 0.5em 0;
}
.ux-swatch {
	font-weight: bold;
	overflow: hidden;
	padding: 5px 20px;
	font-size: 13px;
	flex-direction: column;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
	border-radius: 3px;
	border: 1px solid #ddd;
	width: calc((100% / 3) - 7px);
	background-color:#fff;
}
.ux-swatch__price {
	font-weight: 600;
	color: #e0052b;
	font-size: 1.1em;
}
.ux-swatch:after{
	display: none;
}
.ux-swatch.selected:after {
	display: block;
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background: #eee;
	transform: rotate(45deg);
	bottom: -15px;
	right: -15px;
}
.ux-swatch.selected:before {
	content: "\e00a";
	font-family: "fl-icons" !important;
	position: absolute;
	color: #fff;
	bottom: 0;
	right: 0;
	font-size: 11px;
	z-index: 1;
}
.ux-swatch-selected-value{display:none;}

.custom-product-page .price {
	font-size: 1.5em;
	margin: 0.5em 0;
	font-weight: bolder;
}
.custom-product-page .price ins span.amount {
	color: var(--primary-color);
	font-size: 30px;
	margin-bottom: 10px;
}
.custom-product-page .price del {
	text-decoration: none;
	font-size: 14px;
	margin-left: 5px;
	font-weight: normal;
}
.custom-product-page .price del span.amount {
	opacity: 1;
	font-weight: bold;
	text-decoration: line-through;
}
.gia_detail_cu {
	color: #939393;
	line-height: 20px;
	padding: 0;
	width: 100%;
	font-size: 14px;
	font-weight: 100;
	margin-top:10px;
}
.gia_detail_cu span.amount {
	white-space: nowrap;
	color: #939393;
	font-weight: 100;
}
.shw-right-product .col-inner{	
	padding: 20px 15px;
	border: 1px solid #cacaca;
	border-radius: 6px;
	background: #fff;
	font-size: 12px;
}
.shw-right-product .col-inner .row .col {
	padding-bottom:10px !important;
}
.shw-right-product .col-inner .row .col > .col-inner{
	padding:0 !important;
}
.shw-right-product .col-inner .row .title{
	color: #000;
	text-align: left;
	padding: 12px 20px 10px;
	font: 13px RobotoBold;
	text-transform: uppercase;
	border-bottom: 1px solid #cacaca;
	font-weight: bold;
}
.shw-right-product .col-inner .row .box {
	padding: 10px;
}

.shw-right-product .col-inner .row .box a{
	color: rgb(0, 0, 255) !important;
}
.add-to-cart-2,.tra-gop2{

	float: left;
	cursor: pointer;
	line-height: 35px;
	height: 35px;
	padding: 0 15px;
	color: #fff !important;
	font-size: 14.82px;
	border: #fff !important;
	background: #f40000 !important;
	border-radius: 3px;
	width: calc((100% - 10px)/ 2);
	text-align: center;
	text-transform: uppercase;
	transition: all .4s;
}
.add-to-cart-2:hover,.tra-gop2:hover {
	background: #399cdd !important;
}
.form-dathangnhanh {
	max-width: 376px;
	margin: 0 auto;
	padding: 10px 30px 0;
	background: #EB9700;
	border-radius: 5px;
	color: #fff;
}