/* css for deactivate products start  */
.ty-product-block__wrapper {
  display: flex;
  border-bottom: 6px solid #f2f2f2;
  padding: 30px 0;
  position: relative;
  margin-top: 10px;
}

.pro_left_penal_wrap {
  flex: 0 0 40%;
  position: relative;
}

.ty-product-block__left {
  display: block;
  width: -webkit-fill-available;
  padding-top: 50px;
}

.ty-product-block__img-wrapper {
  float: none;
  margin: 0 auto;
  padding: 0;
}

.bk_pdp_desc_wraper .brand a {
  color: #39ADA1;
}

h1.ty-product-block-title {
  font-size: 18px;
  line-height: 24px;
  margin: 4px 0;
  color: #1B1C1E;
}

.pdp-pro-disc {
  color: #4B4B4B;
}

.bk_prod_rating {
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin: 25px 0 20px;
  color: #6F6F6F;
}

.ty-product-review-reviews-stars {
  background: #80B535;
  width: fit-content;
  display: flex;
  align-items: center;
  line-height: 14px;
  letter-spacing: 0;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  border-radius: 3px;
  column-gap: 3px;
  font-weight: 500;
}

.ty-product-review-reviews-stars:before {
  display: none;
}

.ty-product-review-reviews-stars > img {
  width: 13px;
}

.pdp-pro-unavailble {
  color: #ADADAD;
  font-size: 18px;
}

.bk_prod_listing_actBtns {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

.bk_prod_listing_actBtns .ty-add-to-wish i,
.bk_prod_comBtn i {
  font-size: 0;
}

.bk_prod_listing_actBtns .ty-add-to-wish,
.bk_prod_comBtn a.ty-add-to-compare {
  display: block;
  background-image: url(https://cdn.kindlife.in/images/ui_icon/wishlist_blank_1.svg);
  background-position: center center;
  background-size: 22px;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 0;
  width: 40px;
  line-height: 40px;
  border: 0;
}

.bk_pdp_wishlist_block.wishlist_filled .ty-add-to-wish {
  background-image: url(https://cdn.kindlife.in/images/ui_icon/wishlist_filled-12.svg);
}

.bk_prod_comBtn a.ty-add-to-compare {
  background-image: url(https://cdn.kindlife.in/images/ui_icon/compare-new-icon.svg);
}

.bk_prod_comBtn.wishlist_compared a.ty-add-to-compare {
  background-image: url(https://cdn.kindlife.in/images/ui_icon/highlighted-compare-icon.svg);
}

.bk_plp_shareBtn_viewed {
  width: 40px;
  text-align: center;
  line-height: 40px;
}

.custom_share_viewed {
  padding: 7px;
  text-align: center;
  background-color: white;
  color: black;
  width: 130px;
  left: auto;
  position: absolute;
  z-index: 10;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  border-radius: 4px;
  top: 45px;
  right: 10px;
}

.custom_share_viewed div a span {
  display: flex;
  align-items: center;
}

.custom_share_viewed div a span img {
  width: 32px;
  margin-right: 10px;
}

.deactive_prd_img img {
  width: 100%;
  max-width: 200px;
}

.deactive_prd_img {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}


@media (max-width: 480px) {
  .ty-product-block__left {
      padding-top: 15px;
  }
  .bk_pdp_desc_wraper .brand a,
  .pdp-pro-disc {
      font-size: 12px;
  }
  
  h1.ty-product-block-title {
      font-size: 16px;
      line-height: 18px;
      margin: 4px 0 8px;
  }
  .bk_prod_rating {
      margin: 10px 0 20px;
  }
  .pdp-pro-unavailble {
      font-size: 14px;
  }
      
}
/* css for deactivate products end */
