@media (min-width: 992px) and (max-width: 1199px) {
    .prodItem .image {
      height: 180px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .prodItem .image {
      height: 225px;
    }
    .prodCats .catItem{
      line-height: 1.1;
      min-height: 135px;
    }
    .lastItems .basket-group input{ border-bottom-right-radius:0 !important; border-bottom-left-radius:0  !important; border-top-right-radius:0 !important; border-top-left-radius:10px !important; }
    .lastItems .basket-group button{ border-bottom-right-radius:10px !important; border-bottom-left-radius:10px !important; border-top-right-radius:0 !important; border-top-left-radius:0 !important; border-top:0 !important; line-height:1.1; margin-left:0 !important; display:inline-block; }
}
@media (max-width: 767px) {
    h1{ margin:20px 0; }
    .phone-hide{ display:none; }
    .prodItem .image {
      height: 300px;
    }
    .lastItems .basket-group input{ border-bottom-right-radius:0 !important; border-bottom-left-radius:0  !important; border-top-right-radius:0 !important; border-top-left-radius:10px !important; }
    .lastItems .basket-group button{ border-bottom-right-radius:10px !important; border-bottom-left-radius:10px !important; border-top-right-radius:0 !important; border-top-left-radius:0 !important; border-top:0 !important; line-height:1.1; margin-left:0 !important; display:inline-block; }

.navLine{ flex-direction:row; }
#navbarSupportedContent1{ display:none; }
#navbarSupportedContent2{ display:flex; }
}
