.home-products .container {
  display: block;
  padding-top: 25px; }
  .home-products .container .section-heading {
    text-align: center;
    color: #565656;
    margin-bottom: 50px;
    border: none; }
    .home-products .container .section-heading p {
      font-size: 20px;
      letter-spacing: 3px; }
      .home-products .container .section-heading p.font-wide {
        letter-spacing: 4px;
        font-weight: 300; }
    .home-products .container .section-heading .hr-line {
      display: block;
      width: 30px;
      height: 1px;
      margin: 0 auto 16px;
      border-bottom: 1px solid #565656; }
  .home-products .container .product-col .image {
    margin-bottom: 8px;
    height: 250px;
    overflow: hidden; }
    .home-products .container .product-col .image a {
      display: block;
      width: 100%;
      height: 100%;
      background-size: 100% auto;
      background-position: center;
      background-repeat: no-repeat; }
  .home-products .container .product-col .product_slogan {
    font-size: 13px;
    text-align: center;
    color: #d49e6a;
    min-height: 35px;
    padding: 8px 16px;
    margin-top: 10px; }
    .home-products .container .product-col .product_slogan span {
      display: -webkit-box;
      display: block\0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      max-height: 19px; }
  .home-products .container .product-col .caption {
    margin-bottom: 50px; }
    .home-products .container .product-col .caption .title {
      margin-bottom: 8px;
      height: 3.5rem;
      overflow: hidden; }
      .home-products .container .product-col .caption .title a {
        font-size: 1rem;
        color: #565656; }
    .home-products .container .product-col .caption .price {
      margin-bottom: 8px; }
      .home-products .container .product-col .caption .price ins {
        color: #858585;
        text-decoration: none; }
        .home-products .container .product-col .caption .price ins.delete {
          color: #e55555; }
      .home-products .container .product-col .caption .price del {
        color: #a3a3a3; }
    .home-products .container .product-col .caption .cart-button button {
      padding: 5px 10px;
      color: #ffffff;
      background-color: #d49e6a;
      border-radius: 6px;
      border: none; }
      .home-products .container .product-col .caption .cart-button button:hover {
        color: #ffffff;
        background-color: #cab69b;
        border: none; }
  @media screen and (max-width: 1199px) {
    .home-products .container .product-col .image {
      height: 210px; } }
  @media screen and (max-width: 991px) {
    .home-products .container .section-heading p {
      font-size: 20px; }
    .home-products .container .product-col .image {
      height: 200px; } }
  @media screen and (max-width: 767px) {
    .home-products .container .product-col .image {
      height: 35vw; } }
  @media screen and (max-width: 575px) {
    .home-products .container .product-col .image {
      height: 40vw; } }

