

.top-category-two {
    margin: 25px 30px;
  }
  
  .top-category-two-wrapper {
    margin: 0 -27px;
  }
  
  .top-category-two-item {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f8f9fb;
    padding: 10px 9px 9px;
  }
  
  .top-category-two-item img {
    max-width: 81px;
    -webkit-filter: brightness(0.98);
    filter: brightness(0.98);
    margin-left: 10px;
  }
  
  .top-category-two-item span {
    font-size: 16px;
    font-weight: 500;
    color: #2d365d;
    line-height: 22px;
    width: -webkit-calc(100% - 91px);
    width: -moz-calc(100% - 91px);
    width: calc(100% - 91px);
  }
  
  .top-category-two-item:hover {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  
  .top-category-two .swiper {
    padding: 30px 27px;
  }
  
  @media only screen and (max-width: 1199px) {
    .top-category-two-wrapper {
        margin: 0 -20px;
    }
  
    .top-category-two .swiper {
        padding: 30px 20px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .top-category-two-wrapper {
        margin: 0 -15px;
    }
  
    .top-category-two .swiper {
        padding: 30px 15px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .top-category-two-wrapper {
        margin: 0 -12px;
    }
  
    .top-category-two .swiper {
        padding: 30px 12px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .top-category-two-item span {
        font-size: 13px;
    }
  
    .top-category-two-wrapper {
        margin: 0 -8px;
    }
  
    .top-category-two .swiper {
        padding: 30px 8px;
    }
  }
  
  @media only screen and (max-width: 389px) {
    .top-category-two-wrapper {
        margin: 0 -8px;
    }
  
    .top-category-two .swiper {
        padding: 30px 8px;
    }
  }
  

.top-category-three {
    margin: 29px 0 57px;
  }
  
  .top-category-three-item {
    z-index: 2;
  }
  
  .top-category-three-item::after {
    content: "";
    z-index: -1;
    width: 100%;
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9fb), to(#fff));
    background-image: -webkit-linear-gradient(top, #f8f9fb, #fff);
    background-image: -moz-linear-gradient(top, #f8f9fb, #fff);
    background-image: -o-linear-gradient(top, #f8f9fb, #fff);
    background-image: linear-gradient(to bottom, #f8f9fb, #fff);
    bottom: 0;
    left: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  
  .top-category-three-item img {
    right: 13px;
    bottom: 0;
    max-height: 131px;
  }
  
  .top-category-three-item .detail {
    padding: 0 156px 28px;
  }
  
  .top-category-three-item .detail span,
  .top-category-three-item .detail h2 {
    line-height: 20px;
    font-size: 16px;
  }
  
  .top-category-three-item .detail h2 {
    font-weight: 900;
  }
  
  @media only screen and (max-width: 991px) {
  
    .top-category-three-item .detail span,
    .top-category-three-item .detail h2 {
        font-size: 14px;
    }
  }
  
  .top-category-three .swiper {
    padding-top: 60px;
  }
  
.category-products-two {
    margin-top: 101px;
  }
  
  .category-products-two .container::after {
    content: "";
    top: 15px;
    left: 0;
    width: 100%;
    z-index: -2;
    height: 1px;
    background-color: #ffebec;
  }
  
  .category-products-two-title {
    padding: 5px 13px 2px 12px;
    background-color: #fff3f0;
    line-height: 24px;
    color: #ff8a66;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 60px;
  }
  
  .category-products-two-title::after {
    content: "";
    top: 0;
    right: 18px;
    background-color: #fff;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  
  .category-products-two-item {
    background-color: #fff;
    -webkit-box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.05);
    padding: 48px 15px 20px;
    z-index: 2;
  }
  
  .category-products-two-item::after {
    content: "";
    top: 17px;
    left: 15px;
    background-color: #fff;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: 0.55;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 33px);
    height: -moz-calc(100% - 33px);
    height: calc(100% - 33px);
    z-index: -1;
  }
  
  .category-products-two-item img {
    margin: 0 auto;
    height: 115px;
  }
  
  .category-products-two-item h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding: 4px 12px;
    background-color: #39d4df;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -9px auto 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
.category-products-three {
    margin: 140px 0 70px;
  }
  
  @media only screen and (max-width: 767px) {
    .category-products-three {
        margin: 80px 0 40px;
    }
  }
  
  .category-products-three-title {
    padding: 5px 13px 2px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #b3bbc7;
    font-size: 16px;
    line-height: 24px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  
  .category-products-three-wrapper {
    padding: 0 43px;
  }
  
  .category-products-three-item {
    background: url("./../../../assets/images/bg-category-three.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 112px 12px 45px;
    margin-top: 60px;
  }
  
  .category-products-three-item img {
    height: 119px;
    top: 0;
    -webkit-transform: translate(-50%, -31px);
    -moz-transform: translate(-50%, -31px);
    -ms-transform: translate(-50%, -31px);
    -o-transform: translate(-50%, -31px);
    transform: translate(-50%, -31px);
    left: 50%;
  }
  
  .category-products-three-item .seccat4t {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }
  
  .category-products-three-item:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  
  .category-products-three .swiper-button-next {
    left: 0;
  }
  
  .category-products-three .swiper-button-prev {
    right: 0;
  }
  
  @media only screen and (max-width: 575px) {
    .category-products-three-wrapper {
        margin: 0 -12px;
        padding: 0 30px;
    }
  }
  
.category-products-fiveteen {
    margin: 111px 0 148px;
  }
  
  @media only screen and (max-width: 767px) {
    .category-products-fiveteen {
        margin: 80px 0 132px;
    }
  }
  
  .category-products-fiveteen .container::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: url("./../../../assets/images/shadow-fiveteen.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateY(166px);
    -moz-transform: translateY(166px);
    -ms-transform: translateY(166px);
    -o-transform: translateY(166px);
    transform: translateY(166px);
  }
  
  .category-products-fiveteen .title {
    line-height: 31px;
    padding: 0 20px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background-color: #b3bbc7;
    font-size: 16px;
    margin-bottom: 69px;
  }
  
  .category-products-fiveteen .title::before {
    content: "";
    z-index: -1;
    background-color: #f8f9fb;
    width: 100%;
    height: 10px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    top: 10px;
    right: 0;
  }
  
  .category-products-fiveteen-item {
    z-index: 2;
  }
  
  .category-products-fiveteen-item::before,
  .category-products-fiveteen-item::after {
    content: "";
    top: 0;
    left: 50%;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
  }
  
  .category-products-fiveteen-item::before {
    width: 120px;
    height: 147px;
    background: #c9a781 url("./../../../assets/images/shape-fiveteen-09764.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .category-products-fiveteen-item::after {
    content: "";
    z-index: -1;
    background-color: #fff;
    width: 89px;
    height: 149px;
    -webkit-transform: translate(-50%, -43px);
    -moz-transform: translate(-50%, -43px);
    -ms-transform: translate(-50%, -43px);
    -o-transform: translate(-50%, -43px);
    transform: translate(-50%, -43px);
  }
  
  .category-products-fiveteen-item img {
    width: 78px;
    height: 101px;
    -webkit-transform: translateY(-17px);
    -moz-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
    -o-transform: translateY(-17px);
    transform: translateY(-17px);
  }
  
  .category-products-fiveteen-item .cat2st6 {
    max-width: 120px;
    background-color: #fff9eb;
    color: #121320;
    line-height: 31px;
    font-size: 14px;
    margin-top: 64px;
  }
  
  .category-products-fiveteen .swiper {
    max-width: -webkit-calc(100% - 136px);
    max-width: -moz-calc(100% - 136px);
    max-width: calc(100% - 136px);
  }
  
  .category-products-fiveteen .swiper-button-next,
  .category-products-fiveteen .swiper-button-prev {
    -webkit-transform: translateY(70%);
    -moz-transform: translateY(70%);
    -ms-transform: translateY(70%);
    -o-transform: translateY(70%);
    transform: translateY(70%);
  }
  
  .category-products-fiveteen .swiper-button-next::after,
  .category-products-fiveteen .swiper-button-prev::after {
    color: #939aa4;
    font-size: 13px;
  }
  
  @media only screen and (max-width: 1399px) {
    .category-products-fiveteen-item::before {
        width: 100%;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .category-products-fiveteen .swiper {
        max-width: -webkit-calc(100% - 40px);
        max-width: -moz-calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
  
    .category-products-fiveteen .swiper-button-next {
        left: 0;
    }
  
    .category-products-fiveteen .swiper-button-prev {
        right: 0;
    }
  }
  