
/* .compare-main-wrapper{display: flex;flex-wrap: wrap;} */
.compare-main-wrapper .product-info-wrapper{
    flex: 0 0 auto;
    width: 17%;
    border: 1px solid #E0B7BB; border-width: 0 0 1px 1px;
}
.compare-main-wrapper .compare-p-detail{
    border: 1px solid #E0B7BB; border-width: 1px; display: grid; grid-template-columns: repeat(3,1fr);

}
.compare-main-wrapper .box-header{background: #E0B7BB; height: 40px;}
.compare-main-wrapper .inner-box{
    text-align: center; margin-bottom: -1px;
}
.compare-main-wrapper .inner-box ul{
    color: #344054; font-weight: 500;
}
.compare-main-wrapper .inner-box ul li{
    padding: 16px; width: 100%;
}
/*.compare-main-wrapper .compare-p-detail .stars ul{*/
/*    display: flex; align-items: center; justify-content: center; color: #FDB022; gap: 5px; font-size: 20px;*/
/*}*/
/* .compare-main-wrapper .product-wrapper .product-info> .p-name{height: 35px;} */
.compare-main-wrapper .product-wrapper .product-img {
    height: 150px;
}
.compare-main-wrapper .compare-slider {display: grid; grid-template-columns: repeat(3,1fr0);}
.compare-main-wrapper .compare-p-count{padding: 15px; height: 270px; border-bottom: 1px solid #F5E8E9;}
.compare-main-wrapper .compare-slider .product-wrapper{height: 100%;  border-right: 1px solid #E0B7BB}
.compare-main-wrapper .compare-slider .product-wrapper .inner-box .p-colors span{display: inline-block; height: 15px; width: 15px; border-radius: 50%; box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #E2E4E7;}
.compare-main-wrapper .compare-slider .product-wrapper .inner-box .p-colors{padding: 0;}
.compare-main-wrapper .compare-slider .product-wrapper .inner-box .p-colors li{border: none; padding: 0; width: auto;}
.compare-main-wrapper .compare-slider .product-wrapper .inner-box .p-colors span.red {
    background: #DB2828;
  }
  .compare-main-wrapper .compare-slider .product-wrapper .inner-box .p-colors span.orange {
    background: #F2711C;
  }
  .compare-main-wrapper .compare-slider .product-wrapper .inner-box .p-colors span.yellow {
    background: #FBBD08;
  }
.slick-track{
    margin-left: 0 !important;
  }

  .compare-product-box{
    height: auto;
  }
  .compare-slider.slick-slider{
    height: auto;
  }
  .compare-p-detail .slick-slide{
    float: none;
  }
  .compare-p-detail .slick-track{
    display: flex;
  }
  .compare-p-detail .slick-slide{
    height: auto; padding-top: 0; padding-bottom: 0;
  }

  .compare-p-detail .search-bar .search-wrapper .search-input-wrapper .form-control{
    border-radius: 4px;
  }
  .compare-p-detail .product-wrapper{
    border-right: 1px solid #E0B7BB;
  }
  .compare-p-detail .product-wrapper:last-child{
    border-right: none;
  }
  .product-wrapper .compare-search{
    padding: 16px 16px 0 16px;
  }
