/*
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.   ***************/
* {
    font-family: "Roboto", sans-serif;
}

.header-top {
    height: 6px !important;
    min-height: auto !important;
}

.header-nav li a {
    font-size: 16px;
}

.header-nav {
    justify-content: center;
}

.header-nav>li {
    margin: 0 15px;
}

.col-h-100 .col-inner,
.col-h-100 .col-inner .slide-wrapper,
.col-h-100 .col-inner .slide,
.col-h-100 .col-inner .flickity-viewport,
.col-h-100 .col-inner .flickity-slider {
    height: 100%;
}

.rad-tl-12 {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.rad-tr-12 {
    overflow: hidden;
    border-top-right-radius: 20px;
}

.rad-br-12 {
    overflow: hidden;
    border-bottom-right-radius: 20px;
}

.loop-des-prod {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lh-2 {
    line-height: 2;
}

.header-button-1 a {
    border-radius: 99px;
    background: url('https://phuchoa.com.vn/wp-content/uploads/2021/11/icon-phone-02-01.png');
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: center;
    color: var(--fs-color-primary);
    padding-left: 37px !important;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    font-size: 18px;
    height: auto;
}

.text-dark {
    color: #000;
}

.box-text-inner.blog-post-inner {
    text-align: left;
}

.product_meta {
    font-size: 16px;
}

button.single_add_to_cart_button.button.alt {
    border-radius: 12px;
}

.ux-quantity.quantity.buttons_added {
    overflow: hidden;
    border-radius: 12px;
}

.product_meta a {
    font-size: 20px;
    font-weight: 700;
}

.product-footer .woocommerce-tabs {
    padding-bottom: 0;
}

.single #content ul {
    margin: 0 !important;
}

td, th{
    border: none;
}

#masthead{
    box-shadow: 2px 2px 10px;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .rad-tl-12 {
        overflow: hidden;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .rad-tr-12 {
        overflow: hidden;
        border-top-right-radius: 0;
    }

    .rad-br-12 {
        overflow: hidden;
        border-bottom-right-radius: 0;
    }

    .w-full.gap-7\.5.rounded-\[30px\].px-7\.5.py-10.shadow.md\:gap-5.md\:px-4.md\:py-6.bg-white {
        height: max-content !important;
        min-height: auto !important;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}