/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (max-width: 767px)
.products-selection .showing {
  padding-top: 150px;
  text-align: center;
}
@media (max-width: 480px){
.box-top .h-logo {
    transform: none;
    left: 75px;
    top: 0;
    height: 60px;
    line-height: 60px;
}
.box-top .h-logo img {
    max-height: 40px;
}
