section.tp-trending-area.pt-140.pb-150 {
    padding-bottom: 0;
}
section.tp-product-area.position-relative.pb-90 {
    padding-bottom: 0;
}
section.tp-trending-area.pt-140.pb-150 {
    padding-top: 0;
}
div.tp-section-title-wrapper-2.mb-50{
	text-align: center;
}

.tp-banner-thumb-2 a {
   display: block;
   height: 100%;
}

.tp-banner-thumb-2 picture {
   display: flex;
   height: 100%;
   justify-content: flex-end;
   flex-direction: column;
   flex-wrap: wrap;        
}

.tp-slider-full-width .swiper-slide img {
   max-height: none; 
}






 .new-btn {
            padding: 4px 8px;
            font-size: 12px;
            font-weight: 500;
            border: 1px solid black;
            cursor: pointer;
            text-align: center;
            text-transform: uppercase;
            transition: all 0.3s ease;
    		flex: 1;
        }
  .new-btn.add-to-carts {
            background-color: transparent;
            color: black;
    		width: 19%;
        }
       .new-btn.add-to-carts:hover {
            background-color: black;
            color: white;
        }

        .new-btn.buy-now {
            background-color: black;
            color: white;
            border: 1px solid black;
          	width: 78%;
          	float: right;
        }

        .new-btn.buy-now:hover {
            background-color: white;
            color: black;
        }