@media screen and (max-width: 1499px) {
  .header-logo svg {
    height: 44px;
    width: auto;
    margin: 12px 20px 12px 0;
  }
  .header-search-form input[type=search] {
    width: 240px;
    font-size: 15px;
    padding: 2px 14px;
  }
  .header-search-form button {
    top: 6px;
  }
  .header-usps {
    margin-left: 12px;
    width: 220px;
    font-size: 14px;
  }
  .right-header-controls a svg {
    height: 16px;
    width: auto;
  }
  .right-header-controls a .icon {
    font-size: 17px;
  }
  .bot-bar a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .deskop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .mobile-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .right-header-controls {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F5F5F5;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.08);
  }
  .right-header-controls a {
    padding: 9px 25px;
    margin: 0;
    border-left: 1px solid #DDDDDD;
    width: 150px;
  }
  .right-header-controls a:first-child {
    border-left: 0;
  }
  .bot-bar {
    display: none;
  }
  .new-header {
    position: relative;
  }
  #main {
    padding-top: 0;
  }
  #resNav ul li.goback a, #resMenu .menu-text {
    background: #D90012;
  }
  #resNav ul li {
    padding: 0;
  }
  #resNav {
    padding-top: 20px;
  }
  .cart-total-number {
    position: relative;
    display: inline-block;
    top: -8px;
    left: initial;
    margin: 0 -22px 0 10px;
  }
  .h1, h1 {
    font-size: 1.6rem;
  }
  .h4, h4 {
    font-size: 1.2rem;
  }
  .npb-1 {
    padding-bottom: 4px;
  }
  .s-review {
    font-size: 0.8em;
    width: 270px;
    padding: 14px 16px;
  }
}
@media screen and (max-width: 991px) {
  .header-search-form {
    display: none;
  }
  .header-search-form.open {
    display: block;
    opacity: 0;
    position: absolute;
  }
  .right-header-controls a {
    padding: 7px 22px;
    width: 120px;
  }
  .right-header-controls a .text {
    font-size: 11px;
  }
  .left-product-side, .right-product-side {
    width: 100%;
    border-radius: 0 !important;
    padding: 30px 20px;
  }
  .zoombox {
    max-width: 640px;
  }
  #new-product {
    margin: 0 0 40px;
  }
  #new-product .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .product-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #related-products {
    padding-left: 20px;
    padding-right: 20px;
  }
  .products-pager .sort .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .products-pager .sort .col-lg-12 .form {
    margin-bottom: 10px;
  }
  #products .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  watermelon-widget-button {
    display: none;
  }
  .right-header-controls a {
    padding: 7px 18px;
    width: 100px;
  }
  #products .productborder {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-customerdesk {
    padding-top: 0;
  }
  #home-content {
    padding-left: 0;
    padding-right: 0;
  }
  .homepagina-swiper img {
    min-width: 100%;
    height: auto;
    max-height: 300px;
    width: auto;
  }
  .homepagina-swiper .swiper-content .new-button, .homepagina-swiper .swiper-content p {
    display: none;
  }
  .homepagina-swiper .swiper-content b {
    font-size: 1.22em;
    margin: 0;
  }
  .homepagina-swiper .swiper-content {
    padding: 0 68px 20px 15px;
    width: 100%;
  }
  .homepagina-swiper .mobile-btn {
    display: flex;
    position: absolute;
    right: 15px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 11px;
    width: 32px;
    height: 32px;
  }
  .homepagina-swiper .mobile-btn svg {
    height: 12px;
    width: auto;
  }
  .category-slide {
    width: 190px;
  }
  .category-slide .category-content {
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.2;
  }
  #products .row {
    margin-left: -4px;
    margin-right: -4px;
  }
  #products .productborder {
    padding: 0px 4px;
    border: 0;
  }
}
@media screen and (min-width: 601px) {
  .only-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .right-header-controls a {
    padding: 8px 10px;
    width: 20%;
  }
  .right-header-controls a .text {
    font-size: 9px;
  }
  .head-container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column-reverse;
  }
  .middle-header-controls {
    width: 100%;
  }
  .header-usps {
    margin: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    padding: 10px 10px 6px;
    font-size: 12px;
    height: auto;
  }
  .header-usps br {
    display: none;
  }
  .header-usps .text {
    padding: 3px 0;
  }
  .header-usps .swiper-slide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header-usps.review-box {
    display: none;
  }
  .header-usps .icon {
    position: relative;
    left: initial;
    font-size: 16px;
    top: initial;
    transform: none;
    display: inline-block;
    margin: 0 8px 0 0;
    line-height: 0;
  }
  .header-logo svg {
    height: 42px;
    width: auto;
    margin: 10px 20px 10px 0;
  }
  .swiper-pagination.swiper-pagination-progressbar {
    max-width: 220px;
  }
  .homepagina-swiper img {
    max-height: 220px;
  }
  .s-product .product-image {
    padding: 8px 8px 0;
  }
  .s-product .sp-content {
    padding: 0 8px 60px;
  }
  .s-product .sp-info strong {
    font-size: 0.85em;
  }
  .s-product .sp-price .price-old, .s-product .sp-price .price-incl {
    font-size: 0.55em;
  }
  .s-product .sp-price .price-excl {
    font-size: 1em;
  }
  .s-product .sp-cart-btn {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin: 0 0 0 6px;
  }
  .h1, h1 {
    font-size: 1.4rem;
  }
  .pp-quantity {
    width: 100%;
    margin: 0 0 8px 0;
  }
  .pp-quantity input {
    width: 100%;
  }
  .pp-cart .new-button {
    width: 100%;
  }
  .swiper-slide .s-product-col {
    width: 180px;
  }
}
@media (max-width: 576px) {
  .zoombox .product-image {
    width: 100%;
  }
  .zoombox .tab {
    display: none;
  }
  #cart-sidebar .cart-order, #cart-sidebar .coupon.list-submit {
    padding: 20px;
  }
}
