body{
    background-color: #efefef;
}
.header{
    background-color: #fff;
    padding: 20px 10px;
}
.header-box-up{
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.hearder-warper{
    width: 94%;       
}
.search-box{
    width: 350px;
    display: flex;
}
.search-box input{
    width: 300px;
    height: 48px;
    font-family: inherit;
    font-weight: inherit;
    padding: 0 40px 0 8px;
    font-size: 15px;
    border: 1px solid #ddd;
    background: #eee;
    border-radius: 4px;
}
.search-box button{
    border-radius: 0 4px 4px 0;
    border: none;
    background: #c31e16;
    position: relative;
    display: block;
    width: 2em;
    height: 2.2em;
    padding: 8px;
    font-size: 21px;
    color: #fff;
}
ul.navbar-nav.mb-2.mb-lg-0 {
    padding: 0px;
}
div#navbarSupportedContent a{
    font-size: 14px;
    color: #c31e16;
    list-style-type: none;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.Offerte{
    background-color: #fff;
    padding: 20px 10px;
}
.heading h2{
    font-weight: 400;
}
.product-box{
    margin: 5px;
    border-radius: 3px;
    padding-bottom: 10px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 5px #bbb;
}
.product-box img{
    width: 170px;
    height: 220px !important;
}
.Offerte .col-md-3{
    width: 20%;
}
.product-box h5{
    line-height: 20px;
    max-height: 30px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-top: 0 !important;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 10px 3px;
    text-align: center;
}
.product-box p{
    margin: 0 !important;
    font-size: 13px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    color: #333;
    padding: 0 10px;
    text-align: center;
}
.product-box {
    position: relative;
}
.product-box::after {
    content: 'Sfoglia';
    position: absolute;
    top: 38.196601125010524%;
    left: 0;
    width: 100%;
    padding: .5em 20%;
    text-align: left;
    font-size: 1.25em;
    background: url(../images/arrow-right-white.svg) 80% 50% no-repeat #ae121e;
    color: #fff;
    -webkit-transform: translateY(-50%) scale(Y0);
    transform: translateY(-50%) scale(Y0);
    opacity: 0;
    z-index: 2;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
}
.product-box:hover::after{
    opacity: 1;
} 
.btn-red{
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    background-color: #c31e16;
    padding: 13px 0;
    border: none !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700 !important;
    color: #fff;
    outline: 0;
}
.volantino{
    background-color: #fff;
    padding: 20px 30px;
}
.vol-box{
    height: 342px;
    box-shadow: 0 0 2px #aaa;
}
.red h6{
    background-color: #c31e16;
}
.vol-box h6{
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.vol-box img{
    width: 159px;
    margin: 30px 0px;
}
.vol-box p{
    padding: 5px;
    font-size: 14px;
}
.volantino .col-md-3{
    width: 23%;
}
.yellow h6{
    background-color: #f0b400; 
}
.principali{
    background-color: #fff;
    padding: 20px 30px 60px;
}
.logo-box{
    background-color: #fff;
    box-shadow: 0 0 2px #aaa;
}
.logo-box h6{
    text-transform: uppercase;
    background-color: #c31e16;
    padding: 10px 5px;
    font-size: 15px;
    color: #fff;
}
.footer{
    background-color: #444;
    color: #fff;
    padding: 40px 0 50px;
    
}
.f-down{
    border-top: 2px solid #ccc;
    text-align: center;
    padding: 20px 30px;
}
.f-down p{
    color: #fff;
    font-size: 12px;
}
.f-down p a{
    text-decoration: none;
    color: #fff;
}
.f-box {
    padding: 10px 30px;
}
.f-widget a{
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 16px;
    padding-left: 15px;
    border-left: 1px solid #fff;
    padding-bottom: 10px;
}















@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .Offerte .col-md-3 {
        width: 100%;
    }
    .hearder-warper .search-box{
        display: none;
    }
    div#navbarSupportedContent {
    background: #fff;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 99999;
    padding: 10px;
    width: 100%;
    text-align: center;
    }
    div#navbarSupportedContent ul{
        padding: 0px;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){

}