
.categories-my-products-right {
    max-width: 360px;
  }
  
  .categories-my-products-right .title {
    color: #000;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 28px;
  }
  
  .categories-my-products-right .title b {
    font-weight: 900;
  }
  
  .categories-my-products-right .title::before {
    position: absolute;
    top: 8px;
    right: 2px;
    bottom: 5px;
    width: 61px;
    background-color: #fff4cc;
  }
  
  .categories-my-products-right .title-en {
    font-size: 32px;
    line-height: 36px;
    color: #000;
  }
  
  .categories-my-products-right p {
    font-size: 12px;
    line-height: 31px;
    color: #919191;
  }
  
  .categories-my-products-right .btn {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    padding: 16px 17px;
    margin-left: 18px;
  }
  
  .categories-my-products-right .btn i {
    font-size: 10px;
    margin-right: 6px;
  }
  
  .categories-my-products-left {
    max-width: -webkit-calc(100% - 360px);
    max-width: -moz-calc(100% - 360px);
    max-width: calc(100% - 360px);
    padding-right: 50px;
  }
  
  .categories-my-products-item {
    border: 1px solid #dbdbdb;
    padding: 20px 15px 14px;
  }
  
  .categories-my-products-item,
  .categories-my-products-item .image::before {
    -webkit-border-radius: 141px 141px 0 0;
    -moz-border-radius: 141px 141px 0 0;
    border-radius: 141px 141px 0 0;
  }
  
  .categories-my-products-item .image {
    padding: 34px 0 0;
    margin-bottom: 7px;
  }
  
  .categories-my-products-item .image::before {
    position: absolute;
    top: 0;
    bottom: -17px;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 156, 167, 0.6)), color-stop(53.67%, rgba(252, 210, 215, 0.100482)), to(rgba(255, 221, 225, 0)));
    background-image: -webkit-linear-gradient(top, rgba(238, 156, 167, 0.6) 0%, rgba(252, 210, 215, 0.100482) 53.67%, rgba(255, 221, 225, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(238, 156, 167, 0.6) 0%, rgba(252, 210, 215, 0.100482) 53.67%, rgba(255, 221, 225, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(238, 156, 167, 0.6) 0%, rgba(252, 210, 215, 0.100482) 53.67%, rgba(255, 221, 225, 0) 100%);
    background-image: linear-gradient(180deg, rgba(238, 156, 167, 0.6) 0%, rgba(252, 210, 215, 0.100482) 53.67%, rgba(255, 221, 225, 0) 100%);
  }
  
  .categories-my-products-item .image img {
    width: 106px;
    height: 173px;
  }
  
  .categories-my-products-item .title {
    font-size: 16px;
    font-weight: 900;
    line-height: 25px;
    color: #000;
  }
  
  .categories-my-products-item .title-en {
    font-size: 12px;
    line-height: 19px;
    color: #000;
  }
  
  @media only screen and (max-width: 1199px) {
    .categories-my-products-right {
        max-width: 340px;
    }
  
    .categories-my-products-left {
        max-width: -webkit-calc(100% - 340px);
        max-width: -moz-calc(100% - 340px);
        max-width: calc(100% - 340px);
        padding-right: 32px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .categories-my-products-right {
        max-width: 290px;
    }
  
    .categories-my-products-right .title,
    .categories-my-products-right .title-en {
        font-size: 25px;
    }
  
    .categories-my-products-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) {
  
    .categories-my-products-right,
    .categories-my-products-left {
        max-width: 100%;
    }
  
    .categories-my-products-left {
        padding-right: 0;
    }
  }
  
  @media only screen and (max-width: 499px) {
    .categories-my-products .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);
    }
  }