#trendingContainer {
    margin-top: 40px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 40px;    
}
#trending .carousel {
    width: 90% !important;
    margin: 0 auto;
    position: relative;
    max-width: 1200px !important;
}	
.title-container {
    margin: 0 auto;
}
.title-container .title span{
    font-size: 34px;
    margin-bottom: 34px;
    position: relative;
    font-family: 'montserratblack';
    color: #000;
}

.title-container .title {
    position: relative;
    font-size: 23px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-family: 'montserratblack';
    color: #000;
}	
.title-container .deals-title,
.text-icon .deals-title  {
    font-size: 27px!important;
    font-family: 'Montserrat'!important;
    padding: 5px 9px!important;
}
#trending .slick-slide .image-box {
    width: 250px;
    height: 230px;
    border-radius: 0;
    border: 2px solid rgba(71,71,71,.2);
    margin-bottom: 30px;
    margin: auto ;
}
#trending .subcategory-card-home img {
    border-radius: 0% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
#trending .prev-button, #trending .next-button {
    position: absolute;
    top: 50%;
    cursor: pointer;
}	
#trending {
    position: relative;
}
#trending .subcategory-card-home {
    position: relative;
    height: 360px;
    padding-top: 50px;
}
#trending .subcategory-card-home .category-label {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}	
#trending .subcategory-card-home .category-label span {
    padding: 5px 10px;
}
#trending .subcategory-card-home a {
    text-decoration: none;
    color: #000;
}	
#trending  .next-button {
    right: 0 !important;
}
#trending  .prev-button {
    left: 0 !important;
}
#trending .h-price {
    width: 93px;
    height: 93px;
    color: #fff;
    border-radius: 50%;
    letter-spacing: -.01em;
    position: absolute;
    top: 20px;
    right: 4px;
    z-index: 3;
    align-items: center;
    justify-content: center;
  }
  .price-shadow {
	content: '';
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.price-shadow-2 {
	content: '';
	border-radius: 50%;
	top: 3px;
	bottom: -3px;
	left: 1px;
	right: -4px;
	z-index: 1;
}
#trending .h-price-background {
    width: 93px;
    height: 93px;
    background-color: var(--yellow);
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 1;
  }
  #trending .h-price-top {
    font-size: 34px;
    line-height: 27px;
    font-weight: 800;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  #trending .h-price-top .h-period {
    font-size: 14px;
    line-height: 13px;
    display: block;
    font-weight: 800;
    margin-top: 5px;
  } 
  #trending .h-price-top sup {
    font-size: 20px !important;
  } 
  #trending .text-icon .fancy-text {
    line-height: 1.125 !important;
  } 
@media screen and (max-width: 567px ) {
    #trendingMobile a {
        text-decoration: none;
    }
    #trendingMobile .title-container{
        /* padding: 0 25px; */
        line-height: 1;
        width: 100%;
    }
    #trendingMobile .text-icon{
        line-height: 1.125;
        font-size: 24px !important;
        padding: 0;
    }
    #trendingMobile .text-icon .fancy-text{
        font-size: 20px !important;
        padding: 8px 12px 5px 12px !important;
        line-height: 1.125;
        text-transform: uppercase;
    }    
    #trendingMobile .bigger {
        font-size: 24px !important;
        font-family: 'montserratbold';
    }
    .text-icon .deals-title  {
        font-size: 23px!important;
        font-weight: 500;
    }   
    #trendingMobile {
        margin-bottom: 25px;
        margin-top: 40px;
        border-bottom: 1px solid #d3d3d3;         
    }
    #trendingMobile .categories-item {
        float: left;
        margin-right: 20px;
        padding-top: 50px;
        position: relative;
        width: 300px !important;
    }
    #trendingMobile .inner {
        max-width: 3200px;
    }
    #trendingMobile .categories-container {
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    #trendingMobile .image-box {
        width: 300px;
        height: 290px;
        border-radius: 0;
        border: 2px solid rgba(71,71,71,.2);
        margin-bottom: 30px;
        margin: auto ;
        /* padding: 15px; */
    }
    #trendingMobile .image-box  img {
        border-radius: 0% !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }  
    #trendingMobile .categories-item .category-label {
        text-align: center;
        font-size: 18px;
        margin-top: 10px;
        color: #000;
        font-weight: 500;
    }	
    #trendingMobile.categories-item .category-label span {
        padding: 5px 10px;
    }
    #trendingMobile .btn-container {
        height: 50px;
    }
    #trendingMobile .categories-container {
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
    }
    #trendingMobile .categories-container::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
    }    
    #trendingMobile .h-price {
        width: 93px;
        height: 93px;
        background-color: #000;
        color: var(--yellow);
        border-radius: 50%;
        letter-spacing: -.01em;
        position: absolute;
        top: 20px;
        right: -15px;
        z-index: 1;
        align-items: center;
        justify-content: center;
      }
      #trendingMobile .h-price-top {
        font-size: 33px;
        line-height: 27px;
        font-weight: 800;
        text-align: center;
      }
      #trendingMobile .h-price-top .h-period {
        font-size: 14px;
        line-height: 16px;
        display: block;
        font-weight: 800;
      }    
      #trendingMobile .h-price-top sup {
        font-size: 20px !important;
        top: -0.4em !important;
      }  
      #trendingMobile .fancy-text {
        font-family: 'montserratregular';
        background: var(--yellow);
        padding: 5px 10px;
      }     
      #trendingMobile .text-icon label {
        font-size: 23px;
        font-family: 'montserratblack';
    }      
    #trendingMobile .text-icon .bigger {
        font-size: 30px !important;
      }         
}
@media screen and (max-width: 461px) {
    .text-icon .deals-title {
        font-size: 18px !important;
    }
}