/*
Theme Name: Shop
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  ***************/


}
.star-rating {
    display: none;
}
span.review-count.is-small.op-7 {
    display: none;
}
p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7{
    display: none;
}
p.da-ban {
    display: none !important;
}
p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7 {
    display: none;
}
.product-small.box .onsale {
    position: absolute;
    bottom: 15px;
    font-size: 11px;
    left: 75px;
    display: none;
}
.box-text.text-left {
    height: 118px !important;
    background-color: white;
}


 .section-title-container .section-title,
.section-title-container .section-title b {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

.section-title-container {
    background: #127cc0;
    padding: 10px 20px;   /* giảm từ 18px xuống */
    border-radius: 12px 12px 0 0; /* chỉ bo góc trên */
}

.section-title-container .section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.section-title-main {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 700;
    margin-right: 10px;
}
.hdevvn-show-cats {
    display: flex;
    gap: 10px;
}

.hdevvn-show-cats li {
    list-style: none;
}

.hdevvn-show-cats a {
    display: inline-block;
    background: #fff;
    color: #127cc0;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.hdevvn-show-cats a:hover {
    background: #eafff2;
}
.section-title-container .section-title > a {
    margin-left: auto;
    background: #fff;
    color: #127cc0 !important;
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
}

.section-title-container .section-title > a:hover {
    background: #eafff2;
}
@media (max-width: 768px) {
    .section-title-container {
        padding: 14px;
    }

    .section-title-main {
        width: 100%;
        margin-bottom: 8px;
    }

    .section-title-container .section-title > a {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
}

.bottom-contact {
    display: none;
}

.product-custom{
    margin-top: 10px;
}
.row.product-custom.equalize-box.large-columns-4.medium-columns-3.small-columns-2.row-small {
    margin-top: 10px;
    background: white;
}
.header-bottom-nav li:hover a, .header-bottom-nav li a:hover {
    background: white !important
}
.product-info .price-wrapper {
    background: #127CC0 !important;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 16px 0;
}


.woocommerce-tabs .tabs li.active a {
    background: #127CC0 !important;
    color: #fff;
}
span.widget-title{
        background: #127CC0 !important;

}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    border-radius: 20px !important;
}
div#row-1093400522 {
    margin-bottom: 20px;
}