/*
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.   ***************/
a {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #0a0a0a;
    text-wrap: unset;
}
.nav>li{
    margin: 0 15px;
}
.over-hide {
    overflow: hidden;
}

.header-search-form-wrapper .searchform-wrapper:not(.form-flat) .submit-button,
.widget_search .submit-button {
    margin-left: 10px !important;
    border-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.header-search-form,
.header-search-form-wrapper,
.searchform-wrapper.ux-search-box.relative.is-normal,
.searchform-wrapper .searchform {
    width: 100% !important;
}

.searchform-wrapper .searchform {
    padding-right: 30px;
}

.header-account-title,
.cart-price {
    color: #000;
}

.product-cat-index .row {
    padding: 15px !important;
}

.slider-style-container .flickity-slider>:not(.is-selected),
.slider-style-focus .flickity-slider>:not(.is-selected),
.slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: 1 !important;
}

.product-small.box .title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-align: center;
}

.form-footer input,
.form-footer textarea {
    border: none;
    border-bottom: 1px solid var(--fs-color-secondary);
    padding-left: 20px;
    box-shadow: none;
}

.form-footer textarea {
    height: 104px !important;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown::before {
    display: none;
}

.header-nav li a,
.nav .menu-item .sub-menu li a {
    font-size: 16px !important;
}

.menu-item {
    margin-top: 0 !important;
}

.menu-item-has-children::before {
    content: '﹥';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
}

.nav .menu-item .sub-menu li:hover>a {
    color: var(--fs-color-secondary);
}

.products .product-small {
    border: none;
}

h5.post-title.is-large {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.from_the_blog_excerpt {
    color: #000;
    font-size: 16px;
}

.post-item .is-divider {
    display: none;
}

aside.widget span.widget-title {
    color: var(--fs-color-secondary);
}

.widget .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archive-title {
    color: var(--fs-color-secondary);
    font-size: 24px;
    font-weight: 700;
}

.wpcf7-form .wpcf7-submit{
    background-color: var(--fs-color-secondary);
}

.wrap-form-contact .wrap-btn-submit .wpcf7-submit{
    width: max-content;
}
ul.nav.header-nav.nav-left {
    display: flex
;
    gap: 15px;
}

.searchform-wrapper.ux-search-box.relative.is-normal {
    width: 85% !important;
    display: flex
;
    justify-content: center;
    margin: 0 auto;
}

.header-hotline {
    margin-left: auto;
    text-align: right;
    color: #000;
}
.header-hotline a:hover {
    color: #ec3237;
}
#button-contact-vr {
    left: 0 !important;
    right: auto;
}

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


}