
.product-category-three-right,
.new-products-category-two-right {
  max-width: 360px;
}

.product-category-three-right .title,
.new-products-category-two-right .title {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  line-height: 36px;
  margin-bottom: 33px;
}

.product-category-three-right .title::before,
.new-products-category-two-right .title::before {
  position: absolute;
  top: 8px;
  right: 2px;
  bottom: 5px;
  width: 61px;
  background-color: #fff4cc;
}

.product-category-three-right .title b,
.new-products-category-two-right .title b {
  font-weight: 900;
}

.product-category-three-right .title-en,
.new-products-category-two-right .title-en {
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
  color: #000;
  direction: ltr;
}

.product-category-three-right p,
.new-products-category-two-right p {
  font-size: 11px;
  color: #919191;
  line-height: 31px;
  margin-bottom: 30px;
}

.product-category-three-right .btn,
.new-products-category-two-right .btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px 17px 15px 14px;
}

.product-category-three-right .btn i,
.new-products-category-two-right .btn i {
  font-size: 8px;
  margin-right: 6px;
}

.product-category-three-left,
.new-products-category-two-left {
  max-width: -webkit-calc(100% - 360px);
  max-width: -moz-calc(100% - 360px);
  max-width: calc(100% - 360px);
  padding-right: 30px;
}

.product-category-three .swiper-button-next,
.product-category-three .swiper-button-prev,
.new-products-category-two .swiper-button-next,
.new-products-category-two .swiper-button-prev {
  top: auto;
  right: 12px;
  bottom: 0;
  left: auto;
  -webkit-transform: translate(-165px, -70px);
  -moz-transform: translate(-165px, -70px);
  -ms-transform: translate(-165px, -70px);
  -o-transform: translate(-165px, -70px);
  transform: translate(-165px, -70px);
}

.product-category-three .swiper-button-next,
.new-products-category-two .swiper-button-next {
  right: 52px;
}

@media only screen and (max-width: 1199px) {

  .product-category-three-right,
  .new-products-category-two-right {
      max-width: 320px;
  }

  .product-category-three-left,
  .new-products-category-two-left {
      padding-right: 15px;
      max-width: -webkit-calc(100% - 320px);
      max-width: -moz-calc(100% - 320px);
      max-width: calc(100% - 320px);
  }

  .product-category-three .swiper-button-next,
  .product-category-three .swiper-button-prev,
  .new-products-category-two .swiper-button-next,
  .new-products-category-two .swiper-button-prev {
      -webkit-transform: translate(-161px, -54px);
      -moz-transform: translate(-161px, -54px);
      -ms-transform: translate(-161px, -54px);
      -o-transform: translate(-161px, -54px);
      transform: translate(-161px, -54px);
  }
}

@media only screen and (max-width: 767px) {

  .product-category-three-right,
  .new-products-category-two-right {
      max-width: 290px;
  }

  .product-category-three-right .title,
  .product-category-three-right .title-en,
  .new-products-category-two-right .title,
  .new-products-category-two-right .title-en {
      font-size: 24px;
  }

  .product-category-three-left,
  .new-products-category-two-left {
      max-width: -webkit-calc(100% - 290px);
      max-width: -moz-calc(100% - 290px);
      max-width: calc(100% - 290px);
  }
}

@media only screen and (max-width: 575px) {

  .product-category-three-right,
  .product-category-three-left,
  .new-products-category-two-right,
  .new-products-category-two-left {
      max-width: 100%;
  }

  .product-category-three .swiper,
  .new-products-category-two .swiper {
      position: relative;
  }

  .product-category-three .swiper-slide>*,
  .new-products-category-two .swiper-slide>* {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }

  .product-category-three .swiper-button-next,
  .product-category-three .swiper-button-prev,
  .new-products-category-two .swiper-button-next,
  .new-products-category-two .swiper-button-prev {
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      -webkit-transform: translate(0, -34px);
      -moz-transform: translate(0, -34px);
      -ms-transform: translate(0, -34px);
      -o-transform: translate(0, -34px);
      transform: translate(0, -34px);
  }

  .product-category-three .swiper-button-prev,
  .new-products-category-two .swiper-button-prev {
      left: 40px;
  }
}

.product-category-three-item {
  padding: 271px 0 47px;
}

.product-category-three-item::before {
  position: absolute;
  top: 81px;
  right: 29px;
  bottom: 0;
  left: 0;
  background-color: #f1eee9;
  -webkit-border-radius: 240px 240px 0px 240px;
  -moz-border-radius: 240px 240px 0px 240px;
  border-radius: 240px 240px 0px 240px;
}

.product-category-three-item img {
  left: 2px;
  width: 225px;
  height: 258px;
}

.product-category-three-item .title {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  line-height: 29px;
}

.product-category-three-item .title-en {
  direction: ltr;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

@media only screen and (max-width: 1199px) {
  .product-category-three-item::before {
      right: 0;
  }
}
