
.products-navigation .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-navigation .col-sm-3,
  .products-navigation .col-sm-9 {
    padding-left: 5px;
    padding-right: 5px;
  }
 
    .colwidth300px {
    width: 300px;
    margin-right: 15px;
    float: left;
  }
  .colwidth300px + .colwidth300pxnext {
    width: calc(100% - 315px);
    float: left;
  }
  @media (max-width: 768px) {
    .colwidth300px + .colwidth300pxnext {
      display: block;
      width: 100%;
    }
  }
  .colwidth300px.collection-add {
    width: 277px;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 1199px) {
    .colwidth300px.collection-add {
      width: 227px;
    }
  }
  @media screen and (max-width: 991px) {
    .colwidth300px.collection-add {
      width: 172px;
    }
  }
  @media screen and (max-width: 767px) {
    .colwidth300px.collection-add {
      width: 320px;
    }
  }
  .colwidth300px.collection-add img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  @media (max-width: 768px) {
    .colwidth300px {
      display: none;
    }
  }
  .productItem .hidden-content{
    padding: 5px;
  }