/*
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: "Montserrat", sans-serif;
}

body,
#main,
#wrapper {
    background-color: #f9f4ef;
}

.z-99 {
    z-index: 99 !important;
}

#masthead .header-social-icons a {
    color: #ffffff;
}

.product-small .badge-container {
    margin-left: 20px;
}

.header-nav li a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.product-title a {
    color: #000 !important;
    margin-bottom: 10px !important;
    font-weight: 700;
}

.box-text-products {
    text-align: center;
}

.woocommerce-Price-amount>bdi {
    color: var(--primary-color);
    margin-bottom: 10px !important;
}

.price del .woocommerce-Price-amount>bdi {
    color: #999;
}


.product-small .badge {
    height: auto;
}

.product-small .badge .badge-inner {
    padding: 4px 8px;
}

.product-small.col .col-inner {
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
}

.product-small.col .box-text-products {
    padding: 10px;
    padding-bottom: 20px;
}

.box-cam-ket {
    border-radius: 12px;
    border: 4px dashed #999;
    padding: 20px;
}

.ins-image {
    border-radius: 12px;
    overflow: hidden;
}

.box-thuong-hieu {
    border-radius: 12px;
    overflow: hidden;
    background-color: #b9e4f9;
    padding: 30px;
}

span.onsale {
    font-size: 12px;
    font-weight: 400;
}

.info-contact svg {
    fill: var(--primary-color);
    width: 24px;
}

.box-category img {
    border-radius: 12px;
    overflow: hidden;
}

.slider-doi-tac img {
    transform: scale(0.8);
    border-radius: 12px;
}

.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;
}

.section-footer span.ux-menu-link__text {
    color: #000;
}

.section-footer span.ux-menu-link__text:hover {
    color: #743718;
    text-decoration: underline;
    /* padding-bottom: 1px; */
}

.section-footer a.icon.button.circle.is-outline {
    border-color: #ccc !important;
    border: 1px solid;
    padding: 6px 12px;
}

.section-footer .social-icons.follow-icons {
    display: flex;
    gap: 10px;
}

.section-footer i {
    color: #545252;
}

.absolute-footer {
    display: none;
}

.icon-box-footer h4 {
    margin-top: -18px;
}

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


}