:root {
    --tp-ff-body: 'Roboto', sans-serif;
    --tp-ff-heading: 'Roboto', sans-serif;
    --tp-ff-p: 'Roboto', sans-serif;
    --tp-ff-jost: 'Roboto', sans-serif;
    --tp-ff-roboto: 'Roboto', sans-serif;
    --tp-ff-oregano: 'Oregano', cursive;
    --tp-ff-charm: 'Charm', cursive;
    /* --tp-theme-primary: #00A79D !important; */
    --tp-orange-1: #dd1818;
    --tp-pink-3: #FF296A;
}
.tp-header-main {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tp-product-add-cart-btn-large-wrapper{
    display: none;
}
.tp-product-action{
    display: none;
}
.tp-map-hotspot{
    display: none;
}
.tp-mobile-menu{
    display: none;
}
.tp-product-badge span.product-sale{
    display: none;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-sticky-area {
        padding-bottom: 5px ;
        padding-top: 5px ;
    }
    .tp-header-main {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}