﻿/* Regole solo per versione LG */
@media(min-width:1200px) {
    div.footer{
    position:fixed;
    bottom:0;
    text-align:center;
    color:#000;
    padding-top:30px;
}

}

/* Regole solo per versione MD */
@media (min-width: 992px) and (max-width:1199px) {
    div.footer{
    position:fixed;
    bottom:0;
    padding:30px 0;
    text-align:center;
    color:#000;
}

}

/* Regole solo per versione SM */
@media (min-width: 768px) and (max-width:991px)  {
    div.footer{
    position:fixed;
    bottom:0;
    padding:30px 0;
    text-align:center;
    color:#000;
}

}

/* Regole solo per versione XS */
@media (max-width: 767px) {
    div#box-cont {
    margin-top:30px;
    text-align:center;
}
    
    div.product{
        margin-bottom:30px;
    }

    div.product:nth-child(4){
        margin-bottom:0;
    }
    
    div.panel-heading{
        margin-bottom:30px;
    }
}
