/* header */
.header{align-items: stretch;
 .menu-drawer-container.menu-opening[open] .humberger_menu{display: none;}
.header__icons{gap: 0;}
.cstm__whatsApp{display: flex; justify-content: start; align-items: center; gap: 7px}
        .whatsapp_link{text-decoration: none; color: #000;}
.header__inline-menu li span{font-size: 16px; color: #585756;}
.header__inline-menu .header__active-menu-item{text-decoration: none; color: #1D1D1D; font-weight: 600;}
}
/* whatsApp */
#whatsapp-chat-widget{display: none !important;}
#whatsapp-chat-widget #wa-widget-send-button div{display: none;  margin: 0 !important;}
#wa-widget-send-button.wa-margin-adjusted {margin: 0 0 76px 0 !important;}
@media(max-width: 749px){
  .header{
    header-drawer.right_humberger_enabled{display: block;}
  .header__icon .svg-wrapper{height: 24px; width: 22px;}
  .header__icon span{width: 24px;}
  .header__icons{gap: 0;}
  .cstm__whatsApp{margin-right: 7px;}
  .menu-drawer-container .header__icon{justify-content: flex-end; display: flex; width: auto;}
  }
}

@media (max-width: 600px){
  .header__icons .whatsapp_link{display: none;}
}

/* -------------------- */
/* ----------------------------------------------- */
.cstm-product-card-wrapper .card{
  background: #fff;
}
.cstm-product-card-wrapper .card__inner {
    height: 310px;
}
.cstm-product-card-wrapper .card__inner{
  border-radius: 20px !important;
  overflow: hidden;
}
.cstm-product-card-wrapper .card__heading {
    font-size: 18px;
    font-weight: 600;
  margin: 10px 0;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index .card-information {
    /* display: none; */
}
.index .cstm-product-card-wrapper{
   .price, .rating, .rating-text, .rating-count {
    display: none;
}
}
.cstm-product-card-wrapper a.shop-now-btn {
    margin-top: 10px;
}
.cstm_changes_products_cards ul.grid {
    gap: 30px;
    width: 90%;
    overflow: hidden;
  margin: 0 auto;
}
.cstm-product-card-wrapper .card__content, .cstm-product-card-wrapper .card__information{
  padding: 5px 0 0 !important;
}
.cstm-product-card-wrapper span.jdgm-prev-badge__text {
    margin-left: 5px;
}
.cstm-product-card-wrapper .card__inner .card__content .card__badge{
  display: none;
}
@media (max-width: 600px){
  .cstm_changes_products_cards ul.grid {
    gap: 20px;
    width: 100%;
  }
  .jdgm-prev-badge{
    font-size: 10px;
  }
  .shop-now-btn {
    font-size: 12px;
    /* width: 80%; */
  }
  .cstm-product-card-wrapper .card__heading {
    font-size: 14px;
  }
  .cstm-product-card-wrapper .card__inner {
    height: 230px;
}
.main-cont .conticon{
  display: flex;
  align-items: center;
}
}
@media (max-width: 426px){
  .cstm-product-card-wrapper .card__inner {
        height: 180px;
    }
  .cstm_changes_products_cards ul.grid {
        gap: 15px;
  }
}

span.jdgm-prev-badge__text {
    margin-left: 10px;
}

.cstm_changes_products_cards ul li:first-child {
    margin-left: unset;
}
.cstm_changes_products_cards ul.grid{
  overflow-x: auto;
}

/* men-pages home page */
.men-page .desktop-slide-1 img {
    width: 100%;
    object-fit: contain;
}
.men-page .cstm-product-card-wrapper{
   .price, .rating, .rating-text, .rating-count {
    display: none;
}
}
.men-page .awards-slider .slick-arrow {
    border: none;
    background: none;
  position: absolute;
  top: 50%;
}
.men-page .awards-slider .slick-arrow.slick-disabled{
  display: none !important;
}
.men-page .awards-slider .slick-nextt{
  right: 0;
}
.men-page .awards-slider .slick-prevv{
  left: 0;
  z-index: 1;
}

.men-page 
{
  .custom_content_box {
    border-color: #025B9D;
}
  .custom_content_sub_heading{
    color: #025B9D;
  }
}

/* hair system template code */
.forMobile{
  display: none;
}

.cstm-hairsystem, .hair-system-page {
  header-drawer {
    display: none;
}
.footer-block--menu{
  display: none !important;
}
.footer-block__details-content {
  display: none;
}
.cstm-footer-wrapper{
  flex-direction: column;
  gap: 0 !important;
}
.footer-block:first-child {
    padding-bottom: 25px;
    border-bottom: 1px solid #595959;
}
.footer-block:last-child {
    padding-top: 25px;
}
.cstm-footer-wrapper .footer-block {
    display: flex;
    width: 100% !important;
    justify-content: space-between;

    .bottom_contact h4 {
    display: none;
}
.contInfo {
    display: flex;
    gap: 10px;
}
.socialicon{
  display: none;
}
.AppInformation {
    display: none;
}
.mainnew {
    width: 35%;
}
@media (max-width: 767px){
  .contInfo{
    flex-direction: column;
  }
  .mainnew {
    width: 50%;
}
}
@media (max-width: 600px){
  flex-direction: column;
  .mainnew {
    width: 100%;
}
}
}
.includes {
    margin: 10px 0;
    font-weight: 600;
    font-size: 20px;
}
.keyPoints {
    margin-bottom: 10px;
}
.product__description.rte{
  color: #1d1d1d;
  margin: 20px 0;
}
.pointOne {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}
.pointOne .pointDetails {
    font-size: 18px;
    font-family: Manrope;
    font-weight: 500;
    color: #1d1d1d;
    margin: 0;
}
span.pointTicks {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.pointTicks svg{
  width: 20px;
  height: 20px;
}
.forMobile, .cstm_stickyBtn {
    display: none;
}
.cstm-hairsystem .product__description {
    font-family: Manrope;
    font-weight: 500;
    line-height: normal !important;
}
.icon-with-text, .icon-features {
    display: none;
}
}

.cstm-hairsystem .product__title .TitleDesktop {
    font-size: 35px;
    font-family: Playfair Display;
    font-weight: 700;
    text-transform: uppercase;
    color: #1d1d1d;
}
.cstm-hairsystem .product__title .DesktopTitle {
    font-size: 22px;
    font-family: Manrope;
    font-weight: 500;
    letter-spacing: .025px;
    color: #1d1d1d;
}

.cstm-hairsystem .cstm_buyNow{
  display: none;
}
.CustomDemoBtn .cstm_demoo {
    width: 100%;
    height: 65px;
    border-radius: 40px;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.cstm_table_padding img {
    width: 25%;
}