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

#top-bar .cart-checkout-button  .button.cart-checkout  {
    background-color: transparent;
    border: none;
    outline: none;
    text-transform: lowercase;
}
#top-bar .cart-checkout-button  .button.cart-checkout:hover {
    background-color: transparent;
    border: none;
    outline: none;
}
#top-bar .cart-checkout-button  .button.cart-checkout span.hide-for-small::first-letter {
    text-transform: uppercase;
}
#top-bar .cart-item .cart-img-icon {
    width: 18px;
    height: 18px;
}
.header-block-main-left .icon-box-img img,
.header-block-main-right .icon-box-img img {
    height: 90px;
    object-fit: cover;
}
.header-block-main-left .icon-box-text,
.header-block-main-right .icon-box-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.mega_menu_wrapper {
    border: 1px solid #0F75BC;
    border-radius: 10px;
}
.sub-menu.nav-dropdown {
    border-radius: 10px;
}
.nav-tabs>li>a {
    border-left: 0;
    border-right: 0;
    border-top-color: rgb(0 0 0 / 5%);
    background-color: #eee;
}
.tabs_product_category.tabbed-content .nav-tabs>li {
    margin: 0px;
}
.nav-tabs > li.active > a {
    border-top: 2px solid #0F75BC !important;
}
.box-badge .box-text {
    bottom: 0% !important;
}
.box-badge:hover .box-text.text-center {
    background-color: #0000007d;
}
.box-badge .box-text span.amount {
    color: #fff;
}
.hover-dark:hover .box-text .product-title {
    color: #fff;
}
.nav-tabs+.tab-panels {
    padding: 10px 0px;
    border: none;
}
.woocommerce-Price-amount.amount bdi {
    color: red;
}
.home_danhmucsanpham .woocommerce-Price-amount.amount bdi {
    color: #fff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}