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

.header-nav .nav-top-link {
    padding: 8px 8px;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.header-nav .menu-item:hover>.nav-top-link {
    background: #00ADEE;
    color: #fff !important;
}

.header-nav .current-menu-item>.nav-top-link,
.header-nav .current_page_item>.nav-top-link,
.header-nav .current-menu-ancestor>.nav-top-link {
    background: #00ADEE;
    color: #fff !important;
}

.header-nav .nav-top-link {
    background: transparent;
}

.header-inner i {
    font-size: 22px !important;
}

.header-inner .flex-right .header-search a,
li.cart-item>a,
li.account-item>a {
    padding: 0px 8px;
}

.absolute-footer {
    height: 72px !important;
    padding: 25px;
}

.copyright-footer {
    color: #fff;
}

.section-footer span.ux-menu-link__text {
    color: #000;
    font-size: 16px;
}

.section-footer a.ux-menu-link__link.flex {
    margin-bottom: -6px;
}

.section-footer .row {
    position: relative;
}

.section-footer .row::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.section-footer .row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.section-footer .row>.col:nth-child(1),
.section-footer .row>.col:nth-child(2) {
    position: relative;
}

.section-footer .row>.col:nth-child(1)::after,
.section-footer .row>.col:nth-child(2)::after {
    content: "";
    position: absolute;
    top: -50px;
    right: 10px;
    width: 1px;
    height: 557px;
    background: #e5e5e5;
}


.slider-banner-home .slider-nav-light .flickity-page-dots .dot {
    border-color: #fff;
    align-items: center;
    background: hsla(0, 0%, 100%, .45);
    border-radius: 0;
    color: #000;
    cursor: pointer;
    height: 3px;
    position: relative;
    width: 100px;
    height: 1px !important;
    border: 2px solid #fff;
}

.slider-banner-home li.dot.is-selected {
    background: #00adee !important;
    border: 2px solid #00adee !important;
}

/* Ẩn mặc định */
.prod-home-tag,
.prod-home-short-text {
    display: none;
}

/* Chỉ hiện khi product nằm trong row có class prod-home */
.row.prod-home .prod-home-tag,
.row.prod-home .prod-home-short-text {
    display: block;
}

/* Position tag */
.row.prod-home .box-image {
    position: relative;
}

.prod-home-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    z-index: 10;
}

.prod-home-short-text {
    font-size: 14px;
    margin-top: 6px;
    line-height: 1.4;
    color: #222;
}

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


}