#bottombar {
    max-width: 1100px;
    padding: 20px;
    background: #ffffff;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 30px;
}
.productwidget-slide{
width:calc(25% - 15px);
margin-right:20px;
}
.productwidget-slide .pw-imgcontainer {
    border: 0px;
  height:230px;
    }
    
    @media only screen and ( max-width: 900px )
        {
        .productwidget-slide{
width:calc(33.33% - 13.3px);
margin-right:20px;
}
.productwidget-slide .pw-imgcontainer {
  height:200px;
    }
        }
	@media only screen and ( max-width: 600px )
        {
        .productwidget-slide{
width:calc(50% - 10px);
margin-right:20px;
}
.productwidget-slide .pw-imgcontainer {
    border: 0px;
  height:150px;
    }
    h1{
font-size:2em;
}
h2{
font-size:1.4em;
}
h3{
font-size:1.2em;
}
h5{
font-size:1.1em;
}
        }
    
    @media only screen and ( max-width: 1100px )
        {

#bottombar{
margin:30px 10px 0px 10px;
}
}