#swiper_products {
  background-color: #ffffff;
  margin-top: 50px;
  margin-bottom: 50px; }
  #swiper_products .container {
    display: block;
    padding: 25px 15px 0; }
    #swiper_products .container .section-heading {
      position: relative;
      text-align: center;
      margin-bottom: 15px;
      border: none; }
      #swiper_products .container .section-heading h2 {
        display: block;
        position: relative;
        padding: 10px 20px;
        margin-bottom: 0;
        color: #565656;
        font-size: 20px; }
      #swiper_products .container .section-heading hr {
        display: block;
        position: absolute;
        left: calc(50% - 150px);
        margin: 0;
        width: 300px;
        height: 1px;
        border-top: none;
        border-bottom: 2px solid #E2E2E2; }
        #swiper_products .container .section-heading hr:after {
          position: absolute;
          content: '';
          top: 1px;
          left: calc(50% - 25px);
          width: 50px;
          border-top: 2px solid #A3A3A3; }
  #swiper_products .swiper_products {
    position: relative;
    padding: 50px 5px 10px;
    margin: 0; }
    #swiper_products .swiper_products .product {
      text-align: center;
      border-radius: 5px; }
      #swiper_products .swiper_products .product .product_image {
        height: 153.5px;
        overflow: hidden;
        transition: all .2s linear; }
        #swiper_products .swiper_products .product .product_image a {
          display: block;
          height: 100%;
          width: 100%;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
      #swiper_products .swiper_products .product .caption {
        overflow: hidden;
        height: 98px;
        transition: all .2s linear; }
        #swiper_products .swiper_products .product .caption .product_title {
          height: 26px;
          padding: 5px 0px;
          overflow: hidden; }
          #swiper_products .swiper_products .product .caption .product_title a {
            color: #424242;
            display: -webkit-box;
            display: block\0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-weight: 400; }
        #swiper_products .swiper_products .product .caption .product_sold {
          font-size: 12px;
          height: 18px;
          color: #424242; }
        #swiper_products .swiper_products .product .caption .product_price ins {
          color: #424242;
          font-size: 16px;
          text-decoration: none; }
          #swiper_products .swiper_products .product .caption .product_price ins.delete {
            color: #d2b4a1; }
        #swiper_products .swiper_products .product .caption .product_price del {
          color: #424242;
          font-size: 16px; }
        #swiper_products .swiper_products .product .caption .product_btn {
          display: none;
          margin-top: 8px;
          margin-bottom: 10px; }
          #swiper_products .swiper_products .product .caption .product_btn .btn-cart {
            padding: 8px 15px;
            color: #ffffff;
            background-color: #d2b4a1;
            border: none;
            border-radius: 5px; }
            #swiper_products .swiper_products .product .caption .product_btn .btn-cart:hover {
              background-color: #899292; }
            #swiper_products .swiper_products .product .caption .product_btn .btn-cart.btn-soldout {
              cursor: not-allowed; }
    #swiper_products .swiper_products .swiper-bar {
      display: block;
      position: relative;
      top: -40px;
      right: 0px;
      width: 100%; }
      #swiper_products .swiper_products .swiper-bar .swiper-button {
        border: 1px solid #E2E2E2; }
      #swiper_products .swiper_products .swiper-bar .swiper-button-prev {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 30px;
        margin-top: 0; }
        #swiper_products .swiper_products .swiper-bar .swiper-button-prev:after {
          border: 1px solid #565656;
          border-width: 2px 2px 0 0; }
      #swiper_products .swiper_products .swiper-bar .swiper-button-next {
        display: inline-block;
        position: absolute;
        right: 0;
        width: 30px;
        height: 30px;
        margin-top: 0; }
        #swiper_products .swiper_products .swiper-bar .swiper-button-next:after {
          border: 1px solid #565656;
          border-width: 2px 2px 0 0; }
      #swiper_products .swiper_products .swiper-bar .swiper-pagination {
        display: inline-block;
        position: relative;
        top: -10px; }
        #swiper_products .swiper_products .swiper-bar .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
          margin: 0 4px;
          background-color: #A3A3A3; }
          #swiper_products .swiper_products .swiper-bar .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #899292; }
  @media (max-width: 1199px) {
    #swiper_products .swiper_products {
      margin: 0; }
      #swiper_products .swiper_products .product {
        padding-bottom: 10px; }
        #swiper_products .swiper_products .product .product_image {
          height: 248px; }
      #swiper_products .swiper_products .swiper-bar {
        position: relative;
        text-align: center;
        top: -40px;
        left: 0;
        width: 100%; } }
  @media (max-width: 991px) {
    #swiper_products .swiper_products {
      padding: 0 0 50px; }
      #swiper_products .swiper_products .product {
        padding-bottom: 10px; }
        #swiper_products .swiper_products .product .product_image {
          height: calc(33.33vw - 54.5px); }
        #swiper_products .swiper_products .product .caption {
          height: auto; }
          #swiper_products .swiper_products .product .caption .product_btn {
            display: block;
            position: static;
            height: auto; }
            #swiper_products .swiper_products .product .caption .product_btn .btn-cart {
              width: auto;
              height: auto;
              padding: 5px 10px;
              color: #ffffff;
              background-color: #d2b4a1;
              border: none;
              border-radius: 5px; }
              #swiper_products .swiper_products .product .caption .product_btn .btn-cart:hover {
                background-color: #899292; }
        #swiper_products .swiper_products .product:hover .product_image {
          height: calc(33.33vw - 54.5px);
          transition: none; }
          #swiper_products .swiper_products .product:hover .product_image a {
            transition: none;
            transform: none; }
        #swiper_products .swiper_products .product:hover .caption {
          display: block;
          height: auto;
          transition: none; }
      #swiper_products .swiper_products .swiper-bar {
        position: static;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%; }
        #swiper_products .swiper_products .swiper-bar .swiper-button-prev {
          left: calc(50% - 40px);
          top: 90%; }
        #swiper_products .swiper_products .swiper-bar .swiper-button-next {
          right: calc(50% - 40px);
          top: 90%; } }
  @media (max-width: 767px) {
    #swiper_products {
      margin-top: 25px;
      margin-bottom: 25px; }
      #swiper_products .container {
        padding: 25px 25px 0; }
      #swiper_products .swiper_products {
        margin: 0; }
        #swiper_products .swiper_products .product {
          padding-bottom: 10px; }
          #swiper_products .swiper_products .product .product_image {
            height: 223px; }
          #swiper_products .swiper_products .product:hover .product_image {
            height: 223px; } }
  @media (max-width: 575px) {
    #swiper_products .container {
      padding: 25px 10px 0px; }
      #swiper_products .container .section-heading h2 {
        font-size: 18px; }
    #swiper_products .swiper_products {
      margin: 0px; }
      #swiper_products .swiper_products .product {
        text-align: center;
        box-shadow: none;
        border: 1px solid #E2E2E2;
        padding-bottom: 10px; }
        #swiper_products .swiper_products .product .product_image {
          height: calc(50vw - 29.5px);
          max-width: 100%; }
        #swiper_products .swiper_products .product .product_title {
          display: -webkit-box;
          display: block\0;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 48px;
          color: #424242; }
        #swiper_products .swiper_products .product .product_sold {
          font-size: 14px;
          color: #424242; }
        #swiper_products .swiper_products .product .product_price {
          color: #424242; }
        #swiper_products .swiper_products .product:hover .product_image {
          height: calc(50vw - 29.5px); } }
  @media (max-width: 575px) {
    #swiper_products .container {
      padding: 25px 10px 0px; }
      #swiper_products .container .section-heading h2 {
        font-size: 18px; }
    #swiper_products .swiper_products {
      margin: 0px; }
      #swiper_products .swiper_products .product {
        text-align: center;
        box-shadow: none;
        border: 1px solid #E2E2E2;
        margin-bottom: 10px; }
        #swiper_products .swiper_products .product .product_image {
          height: calc(50vw - 29.5px);
          max-width: 100%; }
        #swiper_products .swiper_products .product .product_title {
          display: -webkit-box;
          display: block\0;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 48px;
          color: #424242; }
        #swiper_products .swiper_products .product .product_sold {
          font-size: 14px;
          color: #424242; }
        #swiper_products .swiper_products .product .product_price {
          color: #424242; }
        #swiper_products .swiper_products .product:hover .product_image {
          height: calc(50vw - 29.5px); } }
