body{
        background: #f7f7f7;
        }
    h1, h2, h3, h4, h5, .theme-product-group-name {
        font-family: Intro-Book-Alt;
        font-weight: lighter;
        color: #3fa535;
        }
    a {
    color: #f7f7f7;
    }
    
    a:hover {
        color: #e40520;
    }
    
    a:focus,a:active {
        color: #e40520;
    }
    .socials-widget{
        display: none;
    }
    .theme-content {
        background: none;
    }
    .theme-categories-wrapper {
    z-index: 900;
    margin-bottom: 15px;
    padding: 10px;
    padding: 0;
    color: #fff;
    background: #3fa535;
    }
.theme-categories-wrapper li a,.theme-categories-wrapper .dropdown.open a {
    color: #fff;
    font-size: 15px;
    background: none;
}

.theme-categories-wrapper li a:hover,.theme-categories-wrapper li.active a:hover,.theme-categories-wrapper .dropdown.open a:hover {
    color: #fff!important;
    background: #111
}

.theme-categories-wrapper li.active a,.theme-categories-wrapper li.active a:hover,.theme-categories-wrapper li.active a:focus,.theme-categories-wrapper .dropdown.open a:focus {
    color: #fff!important;
    background: #e40520
}
 div.nav-pills-wrapper {
     text-align: center;
 }
    .theme-product-name {
        color: #e40520 ;
        font-size: 20px;
        font-weight:700;
    }
    
    @media(max-width: 991px) {
    .theme-product .theme-product-name {
        font-size:18px;
    }

    .theme-product-group-name {
        font-size: 21px;
    }

    .theme-price {
        font-size: 13.6px;
    }
}

    @media(max-width: 767px) {
        .theme-product .theme-product-name {
            font-size:14px;
        }
    
        .theme-product-group-name {
            font-size: 18.2px;
        }
    }
    
    .theme-price {
        color: #3fa535;
        font-size: 21px;
    }
    
    .theme-product {
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(255,255,255);
    }
    
    .theme-product:hover {
        box-shadow: 0 0 0 2px #3fa535
    }
    
    .theme-product-desc {
    font-size: 15px;
    color: #858585;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box!important;
    margin-bottom: 15px !important;
    height: auto!important
    }
    p.rest-contact{
     color:#fff;
    }