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

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-dropdown-simple .nav-column li>a:hover, .nav-dropdown.nav-dropdown-simple>li>a:hover {
	background-color: #539414;
  color: #fff;
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a{
	font-size: 1em;
}
.nav-danhmuc ul {
	gap: 15px;
}
.footer-tag span, .footer-tag .is-divider {
	display: none;
}

.price del{
	font-size: 13px;
}
.row .product-small .col-inner{
		padding: 5px;
	box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    transition: .3s;
}
.product-small .da-ban {
    font-size: 14px;
}

.product-review-sales-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.average-rating, .comment-count {
	padding-right: 5px;
}
.danh-gia-wc {
	display: flex;
	align-items: center;
}
.product-info .woocommerce-product-rating {
	display: none;
}
.product-small .da-ban {
    font-size: 14px;
}

.product-review-sales-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.average-rating, .comment-count {
	padding-right: 5px;
}
/* Css cho "bán chạy nhất" tại category*/
.product-small .best-seller-badge-container {
    position: absolute;
    top: -32px;
    left: -5px;
    z-index: 10;
}

.product-small .best-seller-badge {
    background-color: #539414;
    color: #FFFFFF;
    padding: 8px;
    font-size: 10px;
    text-align: center;
    border-radius: 0 5px 0 0;
    display: flex;
    align-items: center;
}

.best-seller-badge i {
    margin-right: 5px;
}
.single-product .product .images,
.category .product,
.related.products .product {
    position: relative;
}
/* End- Css cho "bán chạy nhất" tại category*/

/* Css cho "bán chạy nhất" tại single product*/
.product-main .best-seller-badge-container{
	position: absolute;
    z-index: 10;
	top: 0px;
	right: 15px;
}
.product-main .best-seller-badge {
    background-color: #539414;
    color: #FFFFFF;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    border-radius: 0 0 0 5px;
    display: flex;
    align-items: center;
}
/* End- Css cho "bán chạy nhất" single product*/

.khuyen-mai {
	background: #fff;
    position: relative;
    margin: 35px 0 25px 0;
    padding: 25px 10px 0px 10px;
    border: 1px solid #539414;
    border-radius: 5px !important;
}
.khuyen-mai .title-km {
    position: absolute;
    top: -15px;
    left: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.khuyen-mai .title-km::after {
    content: '';
    background: #539414;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 5px;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
}
/* Css giá sản phẩm màu đỏ*/
.product-summary .price-wrapper span.amount {
		color: red !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.product-small .product-review-sales-info {
    font-size: 12px !important;
	}
	.product-small .star-rating {
		font-size: 12px !important
	}
}
