/*
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-search-form input[type="search"] {
    border-radius: 5px 0 0 5px;
    border: 1px solid #0a2446;
    box-shadow: none;
    height: 33px;
    font-size: 14px;
}
.header-main .searchform .button.submit-button {
    background-color: #0a2446 !important;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    border: 0;
    height: 33px;
    width: 38px;
    min-height: 33px;
    line-height: 33px;
}
li.html.custom.html_topbar_left, li.html.custom.html_topbar_right {
    padding-left: 35px;
}
li.html.custom.html_topbar_left a, li.html.custom.html_topbar_right a {
    color: #0a2446;
    font-size: 13px;
}
li.cart-item.has-icon.has-dropdown {
    padding-left: 0;
}
.header-nav li.html:before {
    position: absolute;
    width: 25px;
    height: 25px;
    content: "";
    left: 5px;
    top: 38%;
    transform: translateY(-50%);
}
.header-nav li.html_topbar_right:before {
    background: url(/wp-content/themes/flatsome/assets/img/call-icon.png);
}
.header-nav li.html_topbar_left:before {
    background: url(/wp-content/themes/flatsome/assets/img/map-icon.png);
}
.section-title-normal {
    border-bottom: none !important;
}
.section-title span {
    text-transform: none;
    border: none;
}

/*.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -38% !important;
}

.flickity-prev-next-button.previous {
    right: 5% !important;
    left: unset !important;
}
.flickity-prev-next-button.next {
    right: 0%;
}
.flickity-prev-next-button {
    opacity: 1 !important;
}*/
.custom-slide-home-pro svg.flickity-button-icon {
    border: 1px solid !important;
}
.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    fill: rgb(199 199 199) !important;
}
 .flickity-prev-next-button {
    color: #bbbbbb !important;
}
span.lienhe {
    color: red;
}

.home .tabbed-content .nav {
    justify-content: end;
    margin-right: 115px;
    margin-top: -30px;
}
.custom-feature-title h3.section-title.section-title-normal {
    margin-bottom: -36px;
}
p {
    margin-bottom: .5em !important;
}
#footer .section-title-container {
    margin-bottom: 0em;
}
.ff-default .ff-el-form-control {
    padding: 20px 15px !important;
}
#product-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ebebeb;
    padding: 15px;
    border-radius: 5px;
    margin: 0;
}

#product-search-form select,
#product-search-form input[type="text"] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    width: auto;
    min-width: 150px;
    box-shadow: none;
}

#product-search-form p {
    margin: 0;
    font-weight: bold;
    color: #6c757d;
}

#product-search-form button {
    color: #000;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    margin: 0;
    min-height: unset;
    height: 35px;
}

#product-search-form button:hover {
    background-color: #e6a600;
}
.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border-bottom-style: none;
}
#footer span.section-title-main {
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #0a2446;
}
aside#flatsome_recent_posts-2 span.widget-title {
    background: #0a2446;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-transform: uppercase;
}
aside#flatsome_recent_posts-2 .is-divider.small {
    opacity: 0;
}
aside#flatsome_recent_posts-2 {
    border: 1px solid #ccc;
}
aside#flatsome_recent_posts-2 ul {
    padding: 0 10px;
}
.is-divider, a#accordion-reviews-label {
    display: none;
}
p.name.product-title.woocommerce-loop-product__title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 41px;
    font-weight: 600;
    color: #0a2446;
}
.related .box-text.box-text-products {
    padding: 1px 10px;
    background: #fff;
}
.single-product .product-small.box {
    border:none;
}
a.ux-menu-link__link.flex {
    padding: 0;
    margin: -5px;
}

li#tab-title-reviews {
    display: none;
}
.product-small.box {
    border: 1px solid #e9e9e9;
}
.menuTitle a {
    color: #0a2446 !important;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding-bottom: 2px;
}
.ux-menu-link.flex.menu-item.viewMore a {
    font-size: 14px;
    color: #d92429;
}

.product-shipping-info__wrapper {
    background: #F0F0F0;
    padding: 20px 20px;
    border-radius: 6px;
}
.product-shipping-info h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
}
.product-shipping-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.product-shipping-info ul li {
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 14px;
    margin: 0;
}
.blog-wrapper.page-wrapper {
    padding-bottom: 30px;
    padding-top: 0 !important;
}
.blog-wrapper .page-title.shop-page-title.product-page-title {
    background: rgb(243, 243, 243);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.nav-spacing-xlarge>li {
    margin: 0 16px !important;
}
.custom-slider .flickity-prev-next-button.previous {
    right: unset !important;
    left: -4% !important;
}
.custom-slider .flickity-prev-next-button.next {
    left: 101% !important;
}
.box.has-hover.custom-thong-tin-lien-he {
    border: 1px solid #dadbdd;
    padding: 10px;
}
li#menu-item-667 {
    margin-right: 5px !important;
}
li#menu-item-666 {
    margin-left: 5px !important;
}
a.term-label {
    text-transform: uppercase;
}
img.wp-post-image.ux-skip-lazy {
    border: 1px solid #e3e3e3;
}
.page-id-917 .ff-el-input--label.asterisk-right label {
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px !important;
}
.swiper-button-next, .swiper-button-prev {
    top: 60% !important;
    background: #0a2446;
    color: #fff !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 100%;
}
.swiper-slide {
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce_short_description {
    border: 1px solid black;
    padding: 5px;
    width: 230px;
    position: absolute;
    top: 0px;
    right: calc(100% + 5px);
    z-index: 22;
    display: none;
    background: #fff;    
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}
.woocommerce_short_description > table td {
    color: #000;
}
.products>.product-small>.col-inner:hover .woocommerce_short_description {
    display: block;
}
.woocommerce_short_description {
    min-height: 1px;
}
.woocommerce_short_description:empty,
.woocommerce_short_description:has(br:only-child) {
    display: none !important;
}
.single .nav-tabs>li.active>a {
    background-color: #0a2446 !important;
    color: #fff;
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    #product-search-form {
        display: block !important;
    }
    .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
        margin-top: -100% !important;
    }
    .custom-slide-home-pro .flickity-prev-next-button.previous {
        right: 6% !important;
    }
    .custom-slide-home-pro .flickity-prev-next-button.next {
        right: 2% !important;
    }
    button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
        background-color: #0a2446 !important;
        color: #ffffff;
        border-radius: 0 5px 5px 0;
        border: 0;
        height: 33px;
        width: 38px;
        min-height: 33px;
        line-height: 33px;
        border-right: 1px solid;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
    .header-search-form input[type="search"] {
        border: 1px solid #fff !important;
    }
    .home .tabbed-content .nav {
        justify-content: end;
        margin-right: 45px !important;
        margin-top: -30px;
        font-size: 12px;
    }
    .tabbed-content ul li {
        margin-left: 10px !important;
    }
    .custom-feature-title h3.section-title.section-title-normal {
        margin-bottom: 0px !important;
    }

}