
.category-specials {
    padding-top: 129px;
  }
  
  .category-specials::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 161px;
    background: #1f1f1f url("./../../../assets/images/new-two/bg-category-specials.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: -3;
  }
  
  .category-specials::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    background: url("./../../../assets/images/new-two/shape-01.png") top center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  
  .category-specials-heading {
    margin-bottom: 37px;
  }
  
  .category-specials-heading-right i {
    width: 50px;
    height: 50px;
    background-image: -webkit-linear-gradient(243.43deg, #76898d -72%, rgba(118, 137, 141, 0) 103%);
    background-image: -moz-linear-gradient(243.43deg, #76898d -72%, rgba(118, 137, 141, 0) 103%);
    background-image: -o-linear-gradient(243.43deg, #76898d -72%, rgba(118, 137, 141, 0) 103%);
    background-image: linear-gradient(206.57deg, #76898d -72%, rgba(118, 137, 141, 0) 103%);
    font-size: 17px;
    margin-left: 15px;
  }
  
  .category-specials-heading-right .detail {
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
  }
  
  .category-specials-heading-right .detail b {
    font-weight: 900;
  }
  
  .category-specials-heading .btn {
    font-size: 11px;
    font-weight: bold;
    padding: 14px 31px;
  }
  
  .category-specials-heading .btn i {
    margin-right: 9px;
  }
  
  .category-specials p {
    font-size: 13px;
    line-height: 32px;
    color: #919191;
    font-weight: 900;
    margin-bottom: 83px;
  }
  
  .category-specials-item {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  
  .category-specials-item .image::before {
    top: -9px;
    right: -7px;
    bottom: -9px;
    left: -7px;
  }
  
  .category-specials-item .image::after {
    top: -20px;
    right: -16px;
    bottom: -20px;
    left: -16px;
  }
  
  .category-specials-item .image .img::before {
    top: -37px;
    right: -29px;
    bottom: -37px;
    left: -29px;
  }
  
  .category-specials-item .image .img::after {
    top: -52px;
    right: -41px;
    bottom: -52px;
    left: -41px;
  }
  
  .category-specials-item .image .img img {
    max-width: 282px;
    max-height: 357px;
  }
  
  .category-specials-item .title {
    margin-top: 39px;
    font-size: 23px;
    line-height: 36px;
    font-weight: 900;
  }
  
  .category-specials .swiper-button-next,
  .category-specials .swiper-button-prev {
    top: 0;
    right: auto;
    left: 0;
    -webkit-transform: translate(164px, 30px);
    -moz-transform: translate(164px, 30px);
    -ms-transform: translate(164px, 30px);
    -o-transform: translate(164px, 30px);
    transform: translate(164px, 30px);
  }
  
  .category-specials .swiper-button-next::after,
  .category-specials .swiper-button-prev::after {
    font-size: 18px;
    color: #d7d7d7;
  }
  
  .category-specials .swiper-button-prev {
    left: 40px;
  }
  
  .category-specials .swiper-button-prev::after {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  
  @media only screen and (max-width: 767px) {
    .category-specials::before {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
  
    .category-specials::after {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
  }
  
  @media only screen and (max-width: 575px) {
  
    .category-specials .swiper-button-next,
    .category-specials .swiper-button-prev {
        -webkit-transform: translate(12px, 30px);
        -moz-transform: translate(12px, 30px);
        -ms-transform: translate(12px, 30px);
        -o-transform: translate(12px, 30px);
        transform: translate(12px, 30px);
    }
  }
  
  @media only screen and (max-width: 399px) {
    .category-specials-item .image {
        max-width: -webkit-calc(100% - 100px);
        max-width: -moz-calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
  }
  