@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body, * {
    font-family: 'Nunito' !important;
}
.fa {
    font-family: 'FontAwesome', sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

[class*="fa-"] {
    font-family: 'FontAwesome', sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}
.btn-color, .product-box .sale-flash, .btn-color:hover {
    background-color: #d59684;
}
.section_tab_product ul.tabs li.current, .section_tab_product ul.tabs li:hover {
    color: #d59684;
    border-bottom: 2px solid #d59684;
}
.product-box .product-price, .product-price, a:hover, a.color, .color, .navigation-menu ul > li:hover > a, .product-box .product-name a:hover,
.main-container .col-main .cart .cart-tbody .item-cart div .price {
    color: #d59684;
}
.btn.btn-primary, input.btn-primary[type="submit"], .product-tab .tab-link.current, .product-tab .tab-link.current:before,
.btn.btn-primary:hover, input.btn-primary[type="submit"]:hover, .products-view-grid .product-box .btn-circle:hover, .main-container .col-main .cart .btn-proceed-checkout,
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background: #d59684;
}
.tp_product_discount {
    display: none;
}
.news-after .section-padding {
    padding-bottom: 20px;
}