#swiper_products .swiper_products {
  margin: 0 40px;
  padding-bottom: 40px; }
  #swiper_products .swiper_products .product {
    text-align: center; }
    #swiper_products .swiper_products .product .product_image a {
      height: 255px;
      max-width: 100%; }
    #swiper_products .swiper_products .product .product_title {
      height: 46px;
      padding: 5px 0;
      overflow: hidden; }
      #swiper_products .swiper_products .product .product_title a {
        color: #565656;
        line-height: 20px;
        text-decoration: none;
        display: -webkit-box;
        display: block\0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    #swiper_products .swiper_products .product .product_sold {
      color: #A3A3A3;
      font-size: 14px; }
    #swiper_products .swiper_products .product .product_price {
      color: #d2b4a1;
      font-size: 16px; }
    #swiper_products .swiper_products .product .btn-cart {
      background: #D2B4A1;
      border-color: #D2B4A1;
      border-radius: 5px;
      color: #ffffff;
      transition: all ease-in-out .15s;
      text-align: center; }
      #swiper_products .swiper_products .product .btn-cart:hover {
        background: #899292;
        border-color: #899292; }

#swiper_products .swiper-button-prev {
  left: 0; }

#swiper_products .swiper-button-next {
  right: 0; }

@media (max-width: 1200px) {
  #swiper_products .swiper_products .product .product_image a {
    height: 210px; } }

@media (max-width: 767px) {
  #swiper_products .swiper_products .product .product_image a {
    height: 240px; } }

@media (max-width: 480px) {
  #swiper_products .swiper_products .product .product_image a {
    height: 60vw; } }
