.custom_category_page_cls.featured-product .slider {
  display: inline-block;
  width: 225px;
  height: 100%;
  border-radius: 2px 2px 0px 0px;
  position: absolute;
  bottom: 0;
  transition: all 0.2s linear;
  background: #dde5e4;
  left: 0px;
}

.custom_category_page_cls .login_right_inner_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 130px 50px 50px;
}

.custom_category_page_cls.featured-product .featured-products__tab-pane {
  transform: translateY(1rem);
  display: none;
  transition: all 0.2s;
}

.custom_category_page_cls.featured-product .featured-products__tabs {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
  width: fit-content;
  padding: 0px;
  border-radius: 2px 2px 0px 0px;
  margin-left: auto;
  border: 1px solid #dde5e4;
  margin-top: -87px;
}

.custom_category_page_cls.featured-product .featured-products__tabs li {
  min-width: 285px;
  text-align: center;
  border-right: 1px solid #dde5e4;
}

.custom_category_page_cls.featured-product .featured-products__tabs li:last-child {
  border-right: none;
}

.custom_category_page_cls.featured-product .featured-products__tabs li .featured-products__tab-link {
  display: block;
  padding: 23px 15px;
  color: #231f20;
  position: relative;
  font-size: 20px;
  font-family: "Montserrat", Sans-serif;
  transition: ease 0.3s all;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  border-radius: 0px;
  font-weight: 500;
}

.custom_category_page_cls.featured-product .featured-products__tabs li .featured-products__tab-link.active {
  transition: ease 0.3s all;
  color: #231f20;
  background: #dde5e4;
}

.custom_category_page_cls.featured-product .featured-products__tab-pane.active {
  transform: translateY(0rem);
  display: block;
  animation: opacity 0.5s;
}

.custom_category_page_cls .featured-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.custom_category_page_cls #feature-product {
  background-color: #dde5e4;
  padding: 70px 0px 30px;
}

.custom_category_page_cls .featured-products__product-img {
  text-align: center;
  min-height: 240px;
  max-height: 240px;
  margin-bottom: 15px;

}

.custom_category_page_cls .featured-products__product-img img {
  /* max-width: 200px; */
  margin: auto;
  max-width: 100%;
  height: auto;
  max-height: 240px;
	width:auto;
}


.custom_category_page_cls .featured-products__product {
  background-color: white;
  padding: 30px 30px 90px;
  font-family: "Montserrat", Sans-serif;
position:relative;
}

.custom_category_page_cls .featured-products__product-title {
  /* font-family: "Montserrat", Sans-serif; */
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  color: #231f20 !important;
  padding-bottom: 10px;
  display: block;
  line-height: 24px;
}


.custom_category_page_cls .featured-products__product-cart a {
  background-color: #dde5e4;
  color: #231f20;
  border-radius: 3px;
  max-width: 220px;
  padding: 13px 15px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  margin: auto;
position:absolute;
	left:0px;
	right:0px;
	width:100%;
	bottom:30px;
}
.featured-products__product-cart{
	
}

.custom_category_page_cls .featured-products__product-summary p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}

.custom_category_page_cls .featured-products__product-price {
  text-align: center;
  margin-top: 10px;
}

.custom_category_page_cls .featured-products__product-price span {
  font-weight: 700;
  font-size: 15px;
}

.custom_category_page_cls .featured-products__product-price small {
  font-weight: 400;
  font-size: 12px;
}

@keyframes opacity {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.container {
  max-width: 1600px;
  margin: auto;
  /* padding: 0px 15px; */
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .custom_category_page_cls .featured-products__grid {
    gap: 15px;
  }
}

@media screen and (max-width: 992px) and (min-width: 767px) {
  .custom_category_page_cls .featured-products__grid {
    grid-template-columns: repeat(2,minmax(0, 1fr));
    gap: 15px;
  }

  .custom_category_page_cls.featured-product .featured-products__tabs li {
    min-width: 150px;
  }

  .custom_category_page_cls.featured-product .featured-products__tabs li .featured-products__tab-link {
    padding: 15px 20px;
    font-size: 18px;
  }

  .custom_category_page_cls.featured-product .featured-products__tabs {
    margin-top: -68px
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .custom_category_page_cls.featured-product .featured-products__tabs li .featured-products__tab-link {
    padding: 15px 20px;
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
  /* .container {
    padding: 0px 15px;
  } */

}

@media screen and (max-width: 767px) {
    .container {
      padding: 0px 0px 0px 15px;
    }
/* 	.featured-products__tab-content{
		padding-right:15px;
	} */
	.custom_category_page_cls #feature-product {
	  padding: 60px 0px 20px;
    }
  .custom_category_page_cls .featured-products__grid {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .custom_category_page_cls .featured-products__product {
    width: 300px;
  }

  .custom_category_page_cls .featured-products__tab-pane {
    overflow: auto;
  }

  .custom_category_page_cls.featured-product .featured-products__tabs li {
    min-width: 100px;
  }

}

@media screen and (max-width: 576px) {
  .custom_category_page_cls.featured-product .featured-products__tabs li .featured-products__tab-link {
    padding: 8px 15px;
    font-size: 15px;
  }
}