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

.single-product .div-danh-muc{
	display: none;
}

.div-danh-muc img {
	display: block;
    transition: all .3s ease;
	border-radius: 15px !important;
}

.div-danh-muc h5 {
	text-transform: capitalize;
}

.title-home{
	color: #0071bb!important;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1.4;
}

.title-home{
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
.title-home:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translatex(-50%);
	height: 19px;
	width: 100%;
	background: url(https://thememoi.com/wp-content/uploads/2019/09/line-icon1.png) no-repeat center center;
}

.product-info .product-title {
	font-size: 20px !important;
}
.product-info .is-divider{
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

.dang-ky{
	margin-top: 20px;
}
.dang-ky>a{
	width: 49%;
	display: inline-block !important;
	margin: 0 !important;
	box-sizing: border-box;
	font-weight: bold;
	border-radius: 5px !important;
	line-height: 1.3;
	padding: 10px 0 !important;
	text-transform: inherit;
}
.dang-ky .fancybox{
	background: #1daf00;
}
.dang-ky a span{
	font-size: 13px !important;
	letter-spacing:0;
	font-weight:normal;
	text-transform: initial;
}

.product-main .khuyen-mai {
	background: #F1F8E9;
	border-radius: 4px;
	border: 1px dashed #2e942b;
	padding: 10px;
	margin-bottom: 10px;
}
.product-main .khuyen-mai h4 {
	color: #2e942b;
}
.product-main .khuyen-mai li {
	list-style: none;
	color: #3a3a3a;
	font-size: 14px;
	background: url(https://thememoi.com/wp-content/uploads/2024/01/icon-check2x.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position-y: 6px;
	padding-left: 20px;
	margin-bottom: 0.2em;
}

.hosting-uudai {
    background: #f1f8e9;
    border-radius: 4px;
    border: 1px dashed #2e942b;
    padding: 10px;
    margin: 10px 0;
	font-size: 15px;
}

.hosting-uudai a {
    padding-left: 16px;
}
.hosting-uudai a:before {
    content: "";
    background: url(https://thememoi.com/wp-content/uploads/2024/01/icon-hot.png.webp) no-repeat;
    background-size: 78% 55%;
    width: 50px;
    padding-right: 10px;
    height: 50px;
    position: absolute;
    left: 4px;
}

.tu-van{
	text-align: center;
	margin: 10px 0;
	border: 1px dashed #999;
	padding: 10px 0;
	font-size: 16px;
}
.tu-van h3{
	font-weight: normal;
	margin: 0;
}
.tu-van span{
	font-size: 16px;
}
.tu-van span a{
	font-size: 20px;
	color: #f00;
	font-weight: bold;
}

/* 2 nut xem demo o danh muc san pham */
.box_pro {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	bottom: 100%;
	transition: .5s;
	opacity: 0;
}
.product-small:hover .box_pro{
	opacity: 1;
}
.box_pro a {
	display: inline-block;
	width: 49%;
	padding: .4em 0 .5em;
	margin:0;
	box-sizing: border-box;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	border-radius: 5px;
}
.product-small .box_pro a:hover{
	color:#fff;
}
.product-small .box-text.text-center {
	background-image: linear-gradient(to right, #3663ff 0%, #44abff 100%);
	padding: 10px;
}
.box_pro a.item_link:nth-child(1) {
	background: linear-gradient(to right, #1daf00 0%, #32a71a 100%) !important;
	font-size: 16px;
}
.box_pro a.item_link:nth-child(2) {
	background: linear-gradient(to right, #ef4c23 0%, #ffc600 100%)!important;
	font-size: 16px;
}
.box-text .product-title a{
	color:#fff;
}

/* Product page */
.single_add_to_cart_button, .buy_now_button {
	text-transform: none;
	border-radius: 4px;
}

.col.large-9 {
	border-right: none !important;
}

.product-footer .woocommerce-tabs, .product-footer .product-section {
	border-top: none;
}

#product-sidebar {
    padding: 40px 0;
}

#product-sidebar .is-divider {
	display: none;
}

.widget-title.shop-sidebar {
	font-size: 18px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin-bottom: 10px;
    color: #1d87d1;
}

.product_list_widget, .flatsome_recent_posts ul {
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 2px 2px 10px #0000001a;
}

/* Tạo hiệu ứng ánh sáng lấp lánh khi hover vào ảnh sản phẩm Woocommerce */
.product-small .box-image:hover::before, .post–item .box–image:hover::before {
	-webkit-animation:shine .75s;
	animation:shine .75s
}

// product tabs (large-2, large-10 => large-12, large-12) 
.product-page-sections .large-2, .product-page-sections .large-10 {
    flex: none;
    max-width: 100%;
}

#comments, #review_form_wrapper {
	flex: none;
    max-width: 100%;
}

#secondary #text-2 {
	display: none;
}

@-webkit-keyframes shine{
	100%{left:125%}
}
@keyframes shine{
	100%{left:125%}
}
.product-small .box-image::before, .post–item .box–image::before {
	position:absolute;
	top:0;
	left:-75%;
	z-index:2;
	display:block;
	content:'';
	width:50%;
	height:100%;
	background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}

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


}