/*CSS for Product Listing Page (PLP) start*/
.tygh-content {
  position: relative;
}

.bk_prodListTags {
  margin-bottom: 0;
}

.bk-product-list-sub-control .bk-product-list__control.bk_list_cartActive .ty-btn.ty-btn__primary.ty-btn__big {
  margin-top: -26px;
}

.outof_stock {
  pointer-events: none;
}

.tygh-header {
  margin-bottom: 0;
}

.bk-product-list__content {
  padding: 7px 7px 5px 7px;
  height: 143px;
}

.bk-product-list__feature a {
  color: #2DBAA8;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.bk-product-listing-rating .bk-product-listing-star {
  font-size: 12px;
  color: #2DBAA8;
}

.bk-product-list__price .bk-price-num {
  font-size: 15px;
  font-weight: 500;
}

.bk-product-list__item-name .product-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
  font-weight: 500;

}

.bk-product-list-sub-control .bk-discount-percentage .ty-product-labels--top-right .ty-product-labels__item--discount .ty-product-labels__content {
  font-weight: 500;
  font-size: 12px;
  color: #1b1c1e;
}

.bk-product-list .bk-product-list__image .bk-product-certificate {
  line-height: 27px;
  z-index: 2;
  right: 10px;
}

/*CSS for Product Listing Page (PLP) End*/

/* css for search tabs start  */

ul.bk_search_tabs_list {
  margin: 0 0 10px;
  list-style: none;
  display: flex;
  border-bottom: 1px solid #c6c6c6;
  overflow: auto;
}
ul.bk_search_tabs_list li {
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  padding: 0 10px 14px;
  white-space: nowrap;
}
ul.bk_search_tabs_list li.search_active_tabs {
  color: #2dbaa8;
  border-bottom: 2px solid #2dbaa8;
  font-weight: 500;
}
ul.bk_search_tabs_list li:hover {
  border-bottom: 2px solid #2dbaa8;
}
.ty-no-items.bk_serach_nodata {
  width: 100%;
}
.bk_product_search_count {
  line-height: 38px;
}
/* css for search tabs end */

/* css for blogs data start  */
.bk_search_blogs{
  display: none;
}
ul.block_search_blogs {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
ul.block_search_blogs li {
  width: 20%;
  padding: 5px;
}
.block_search_blogs .bk_home_blog_outer {
  display: flex;
  column-gap: 10px;
  flex-flow: column;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.block_search_blogs .bk_home_blog_p {
  padding: 10px;
}
.block_search_blogs .bk_home_blog_p a h4 {
  margin: 0;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #403F3F;
}
.block_search_blogs .bk_home_blog_user {
  color: #797B80;
}
.block_search_blogs .bk_home_blog_user > span a {
  color: #2dbaa8;
}
/* css for blogs data end  */

/* css for videos data start  */
.bk_search_videos{
  display: none;
}
.bk_search_videos ul.ksv_video_block {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.bk_search_videos .ksv_video_block li {
  width: 20%;
  padding: 5px;
}
.bk_search_videos .ksv_item-content {
  position: relative;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.bk_search_videos .ksv_video_cover > div{
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.bk_search_videos img.ksv_vid_icon {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  top: 40%;
  left: 50%;
  background: rgb(64 63 63 / 0%);
  border-radius: 50%;
  opacity: 0.7;
}
.bk_search_videos .ksv_video_info {
  padding: 15px 10px;
  border-top: 1px solid #D8DEE6;
}
.bk_search_videos .ksv_tag_title h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  height: 34px;
}
.bk_search_videos .kl_user_wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
.bk_search_videos .kl_video_avaitor {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
}
.bk_search_videos .kl_user_wrap .kl_user_name a {
  color: #fff;
  text-shadow: 1px 1px 1px #545353;
}
/* css for videos data end  */

/* css for users data start  */
.bk_search_users{
  display: none;
}
.bk_search_users ul {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  row-gap: 5px;
}
.bk_search_users ul li {
  width: 25%;
  padding: 60px 5px 5px;
}
.bk_search_users ul li > div {
  border: 1px solid #c4c4c4;
  border-radius: 0 0 10px 10px;
  height: 100%;
}
.bk_search_users ul li a {
  display: flex;
  column-gap: 10px;
  flex-flow: column;
  align-items: center;
}
.bk_search_users ul li a figure {
  margin-top: -50px;
}
.bk_search_users ul li a figure img {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #FFFFFF;
  width: 90px;
  border-radius: 50%;
}
.bk_search_users .bk_user_descption {
  padding: 15px;
  text-align: center;
  min-height: 40px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  min-height: 150px;
  flex: 1;
}
.bk_search_users .bk_user_name {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.bk_search_users .bk_user_about {
  line-height: 18px;
  margin: 5px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bk_search_users .bk_user_follow_button {
  color: #fff;
  background: #705182;
  width: 100px;
  border-radius: 6px;
  padding: 7px;
  margin-top: auto;
}
/* css for users data end  */  
  
  
@media screen and (max-width:991px) {
  ul.block_search_blogs li, .bk_search_videos .ksv_video_block li {
      width: 25%;
  }
  .bk_search_users ul li{
      width: 33.33%;
  }
}

@media screen and (max-width:766px) {
  ul.block_search_blogs li, .bk_search_videos .ksv_video_block li {
      width: 33.33%;    
  }
}

@media screen and (max-width:600px) {
  ul.block_search_blogs li, .bk_search_videos .ksv_video_block li {
      width: 50%;    
  }
  .bk_search_users ul li{
      width: 50%;
  }
  ul.bk_search_tabs_list li {
      font-size: 14px;
      min-width: 75px;
  }
}

@media screen and (max-width:450px) {
  ul.block_search_blogs li{
      width: 100%;
      margin-bottom: 10px;
  }
  .block_search_blogs .bk_home_blog_outer {
      flex-flow: row;
      align-items: center;
      border: none;
      border-radius: 0;
  }
  .block_search_blogs .bk_home_blog_outer > a {
      flex: 0 0 90px;
      border-radius: 10px;
      overflow: hidden;
  }
  .block_search_blogs .bk_home_blog_p {
      padding: 5px;
      flex: 1;
  }
  .block_search_blogs .bk_home_blog_p a h4, .block_search_blogs .bk_home_blog_user {
      font-size: 13px;
      line-height: 16px;
  }

  .bk_search_videos .ksv_video_cover > div {
      height: 280px;
  }
  .bk_search_videos img.ksv_vid_icon {
      width: 50px;
  }
  .bk_search_videos .ksv_tag_title h4 {
      font-size: 13px;
  }

  .bk_search_users ul li{
      width: 100%;
      margin-bottom: 10px;
      padding: 0;
  }
  .bk_search_users ul li a {
      flex-flow: row;
  }
  .bk_search_users ul li > div {
      border: 0;
  }
  .bk_search_users ul li a figure {
      flex: 0 0 56px;
      margin: 0 0 5px;
  }
  .bk_search_users ul li a figure img {
      border-radius: 50%;
      box-shadow: 0px 3px 6px #00000029;
      border: 1px solid #FFFFFF;
  }
  .bk_search_users .bk_user_descption {
      padding: 0;
      text-align: left;
      min-height: auto;
      align-items: baseline;
  }
  .bk_search_users .bk_user_name {
      font-size: 13px;
  }
  .bk_search_users .bk_user_about {
      color: #818181;
      font-size: 12px;
      line-height: 16px;
  }
  .bk_search_users .bk_user_follow_button{
      display: none;
  }
}

/*CSS for search page end*/

/*by Pramesh*/
.bk-product-list__image .bk-product-img-light-layer {
  width: 43px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #ffffff30;
  display: none;
}

.bk-product-list .bk-product-exclusive-tag {
  width: 70px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}

.bk-product-list__info .ty-product-list__feature {
  padding: 1px 0;
}

.bk-icon-listcart:hover{
  box-shadow: 0px 0px 7px #bfbfbf;
}

/* .bk-icon-listcart:focus{ */
.bk-icon-listcart:active{
  box-shadow: inset 3px 3px 8px 0 rgba(0, 0, 0, 0.116), 
    inset -3px -3px 8px 0 rgb(255 255 255 / 50%);
}

/*.bk-product-list .bk-product-exclusive-tag{
  width: 60px;
}*/
/*CSS for FQA - not for localhost - End*/
.bk_prodListTags {
  margin-bottom: 0;
}

.tygh-header {
  box-shadow: 0 0px 6px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0px 6px 0 rgb(0 0 0 / 10%);
  margin-bottom: 5px;
}

/*added from prod on below 01112021*/
/* .bk_prodListdiv {
  background-color: #EDF2F8;
  padding: 0px;
  margin-bottom: 10px;
} */

.bk_prodListTags {
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  padding-left: 10px;
}

.bk_prodListTags>ul.subcategories>li {
  border: none;
  padding: 0;
}

.bk_prodListTags>span {
  letter-spacing: normal;
  text-align: left;
  color: #1b1c1e;
  display: inline-block;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}

.bk_prodListTags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.bk_prodListTags ul li {
  width: auto;
  display: inline-block;
  margin: 0px;
}

/*.bk_prodListTags ul li a{
    display: block;
    width: auto;
    padding: 5px 10px;
    border: 1px solid #dbe2eb;
    background: #fff;
    border-radius: 5px;
    
    text-align: center;
    
}*/
.bk_prodListTags ul li.active a {
  color: #2DBAA8;
  border: solid 1px #2DBAA8;
}

/*added from prod on above 01112021*/
.bk_prodListTags {
  height: auto;
  overflow-y: hidden;
}

.ty-pagination-container.cm-pagination-container {
  float: left;
  width: 100%;
  clear: both;
}

/*25 Jan*/
.ty-pagination__bottom {
  border-top: none;
  width: 100%;
  float: left;
  text-align: center;
}

.ty-pagination,
.ty-pagination>a,
.ty-pagination>div {
  display: inline-block;
  float: none;
  width: auto;
}

.bk-product-list-sub-control .bk-product-list__control .bk-icon-listcart {
  background: #2DBAA8;
  margin-right: 0;
}

.bk-product-list-sub-control .bk-product-list__control .bk-icon-listcart-disableBtn {
  background: #bdc3c7;
}

.bk-product-list-sub-control {
  width: auto;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  box-sizing: border-box;
  bottom: 5px;
  position: absolute;
  left: 5px;
  right: 5px;
  margin-left: 3px;
}

.bk-product-list-sub-control .bk-product-list__control {
  position: absolute;
  top: auto;
  right: 0px;
  border-radius: 5px;
  width: 100%;
  bottom: 1px;
}

.bk-product-list-sub-control .bk-product-list__price {
  width: 100%;
  float: none;
  margin-top: 0;
  position: relative;
  bottom: 0;
  font-size: 14px;
}


.bk-product-list-sub-control .bk-discount-percentage {
  float: left;
  width: 100%;
  position: absolute;
  bottom: -2px;
}

.bk_pid_bg_in {
  background-color: #fff;
  /*background-color:#D7C9FB;*/
}

.bk_pid_bg_on {
  background-color: #fff;
  /*background-color:#B1F8FC;*/
}

.bk_pid_bg_around {
  background-color: #fff;
  /*background-color:#FFFABE;*/
}

.bk-product-list-sub-control .bk-product-list__control.bk_list_cartNonActive .ty-icon-cartxd {
  border: none;
  background: #2BBAA8;
  padding: 0 0;
  width: 60px;
  height: 36px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  float: right;
}

.bk-product-list_description {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
  line-height: 20px;
  color: #6f6f6f;
  font-weight: 500
}


/*Pagination start*/
.ty-pagination__bottom {
  text-align: center;
}

.ty-pagination__bottom>.ty-pagination {
  width: auto;
  display: inline-block;
}

.ty-pagination>a,
.ty-pagination>div {
  width: auto;
  float: left;
  margin: 0 0;
}

.ty-pagination__items>a,
.ty-pagination__items>span {
  float: left;
}

.ty-pagination__items span.ty-pagination__selected {
  margin-top: -4px;
}

.ty-pagination__selected {
  color: #fff;
  font-size: 13px;
  background: #2DBAA8;
  border-radius: 999px;
  padding: 0px;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
  float: left;
  margin: 0px 10px;
  font-weight: 600;
}

.ty-pagination_item .ty-pagination_text-arrow {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  /* box-shadow: 0 0 30px rgb(0 0 0 / 20%); */
  padding: 0 7px;
  border-radius: 5px;
  line-height: 0.8;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  margin-top: -6px;
}

.ty-pagination__item .ty-pagination__text {
  display: none;
}

/*.ty-pagination__text-arrow:before {
    content: "\e020";
}
.ty-pagination__right-arrow .ty-pagination__text-arrow:before {
    content: "\e01f";
}*/
/*Pagination end*/
/*paste it into style.less  - start*/

/*paste it into style.less  - end*/

/*extra added css to prevent conflict on the branch*/
.bk-product-list__image {
  background-color: #fff;
}

/*on 24-02-2021*/
.bk-product-list_description,
.bk-product-list__description {
  display: none;
}


/*===============================Wish List Page=============================*/
.bk_wish_wrapAll {
  box-sizing: border-box;
  padding-bottom: 0;
  background-color: white;
}

.bk_wish_wrapAll,
.bk_wish_imgBox,
.bk_wish_info,
.bk_wish_by,
.bk_wish_prdName,
.bk_wish_prdDis,
.bk_wish_price,
.bk_wish_discount,
.bk_wish_pnt,
.bk_wish_discount,
.bk_wish_peopleReview,
.bk_wish_certify,
.bk_wish_detail,
.bk_wish_detailTabsContent,
.bk_wish_c_review,
.bk_wish_reviewChart,
.bk_wish_navbar,
.bk_wish_vewAllReiw,
.bk_wish_pplists,
.bk_wish_review,
.bk_wish_reviewInfo,
.bk_wish_helpFul {
  float: left;
  width: 100%;
  clear: both;
}



.bk_wish_info {
  padding: 10px;
  margin-bottom: 15px;
}

.bk_wish_card {
  margin: 0 -15px;
  width: auto;
}

.bk_wish_card .bk-product-list {
  width: 50%;
  float: left;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0 4px;
  box-sizing: border-box;
  white-space: initial;
}

.bk_wishlistCard_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  object-fit: contain;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.bk_wishlistCard_close img {
  width: 14px;
  margin-top: 3px;
}

.bk-product-certificate {
  margin: auto;
}

.bk-product-list__image {
  position: relative;
  padding: 20px 5px 1px;
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  float: left;
  width: 100%;
  border: 1px solid #f5f5f5;
  border-bottom: none;
}

/*code from prod but commented -- */
/*.bk_fltrResult {
  width: auto;
  margin: 0px -5px 15px;
  background-color: #fff;
  box-shadow: 0 4px 7px 0 rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 8%);
  box-sizing: border-box;
  position: relative;
  padding-right: 68px;
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
}*/
.bk_fltrResult {
  width: 100%;
  margin: 0 0px 0;
  /*float: left;*/
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
  box-sizing: border-box;
  position: relative;
  /*padding-right: 68px;*/
  overflow: hidden;
  border-top: 1px solid #f2f2f2;
}

.bk_fltrResultTxt {
  float: left;
  padding: 0 1px 4px 10px;
  width: 100%;
  box-sizing: border-box;
}

.bk_fltrResultTxt ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bk_fltrResultTxt ul li {
  padding: 11px 0 5px;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 0 2px;
}

.bk_fltrResultTxt ul>li>div {
  position: relative;
  font-size: 13px;
  background: #F2F2F2;
  border: none;
  border-radius: 5px;
  line-height: 32px;
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
}

.bk_fltrResultRemove {
  position: absolute;
  top: -4px;
  right: -7px;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 99px;
}

.bk_fltrResultRemove img {
  width: 10px;
}

.bk_fltrResultCount {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 5px;
  width: auto;
  background-color: #fff;
  border-left: 1px solid #f1f1f1;
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #2BBAA8;

}

.bk_roundBtn a {
  border-radius: 50px;
  padding: 3px 9px;
}

/* .bk_pagename_top {
  padding: 10px;
} */

/*Filter cat css on 26-10-2021---------------------------------------------------------------------------*/

/*subcat category css start*/
.bk_cate_subcat .blockfullwidth {
  margin: 0px -10px;
}

/* .bk_cate_subcat .ty-wysiwyg-content .bk-mainbox-title {
  line-height: normal;
  height: auto;
  font-size: inherit;
  font-weight: 500;
  font-size: 18px;
} */

.bk_cate_subcat .bk_prodListdiv {
  /*background-color: #EDF2F8;*/
  padding: 0px 0;
}

.bk_cate_subcat .bk_pagename_top>div>img {
  height: auto;
  width: 35px;
  border-radius: 100px;
  padding: 6px;
  background-color: white;
  margin-right: 10px;
  border: 1px solid #D3D3D3;
}

.bk_cate_subcat .bk_prodListTags {
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  padding-left: 0;
}

.bk_cate_subcat .bk_prodListTags>ul.subcategories>li {
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
}

.bk_cate_subcat .bk_prodListTags>span {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1c1e;
  display: inline-block;
  margin-right: 5px;
  margin-top: 8px;
  height: 30px;
  line-height: 30px;
}

.bk_cate_subcat .bk_prodListTags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.bk_cate_subcat .bk_prodListTags ul li {
  width: auto;
  display: inline-block;
  margin: 0px;
}

.bk_cate_subcat .bk_prodListTags ul li.active a {
  color: #2DBAA8;
  border: solid 1px #2DBAA8;
}

.bk_cate_subcat .bk_product_count_number {
  line-height: inherit;
  color: #525252;
  background: none;
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 13px
}

.bk_cate_subcat .bk_product_search_count {
  display: none;
}

/* .bk_cate_subcat .bk_pagename_top {
  padding: 10px 0px;
} */

.bk_pagename_top {
  display: flex;
  align-items: center;
}

/*subcat category css end*/
/*subcat variant css start*/
.bk_variant_subcat .ty-wysiwyg-content .bk-mainbox-title {
  height: 35px;
  line-height: 32px;
  /*background-color: #f8f8f8;*/
  background-color: transparent;
  padding-left: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

.bk_variant_subcat .ty-wysiwyg-content .bk-mainbox-title h4 span {
  font-size: 16px;
  color: #1b1c1e;
}

.bk_variant_subcat .bk_prodListTags {
  width: 100%;
  background-color: #f8f8f8;
  height: 48px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 15px !important;
  box-shadow: 0 7px 9px 0 rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 7px 9px 0 rgb(0 0 0 / 8%);
}

.bk_variant_subcat .bk_prodListTags>ul.subcategories>li {
  border: none;
  padding: 0 0;
}

.bk_variant_subcat .bk_prodListTags>span {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1c1e;
  display: inline-block;
  margin-right: 5px;
  margin-top: 8px;
  height: 30px;
  line-height: 30px;
}

.bk_variant_subcat .bk_prodListTags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.bk_variant_subcat .bk_prodListTags ul li {
  width: auto;
  display: inline-block;
  margin: 8px 2px;
}

.bk_variant_subcat .bk_prodListTags ul li a {
  display: block;
  width: auto;
  padding: 8px 15px 7px;
  border: solid 1px #525252;
  border-radius: 99px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #525252;
  text-decoration: none;
}

.bk_variant_subcat .bk_prodListTags ul li.active a {
  color: #2DBAA8;
  border: solid 1px #2DBAA8;
}

/*subcat variant css end*/
/*subcat search css start*/
.bk_searchResult_subcat .ty-wysiwyg-content .bk-mainbox-title {
  line-height: 32px;
  background-color: #f8f8f8;
  padding-left: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

.bk_searchResult_subcat .ty-wysiwyg-content .bk-mainbox-title h4 span {
  font-size: 16px;
  color: #1b1c1e;
}

.bk_searchResult_subcat .bk_prodListTags {
  width: 100%;
  height: 48px;
}

.bk_searchResult_subcat .bk_prodListTags {
  width: 100%;
  background-color: #f8f8f8;
  height: 46px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 15px !important;
  box-shadow: 0 7px 9px 0 rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 7px 9px 0 rgb(0 0 0 / 8%);
}

.bk_searchResult_subcat .bk_prodListTags>ul.subcategories>li {
  border: none;
  padding: 0 0;
}

.bk_searchResult_subcat .bk_prodListTags>span {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1b1c1e;
  display: inline-block;
  margin-right: 5px;
  margin-top: 8px;
  height: 30px;
  line-height: 30px;
}

.bk_searchResult_subcat .bk_prodListTags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.bk_searchResult_subcat .bk_prodListTags ul li {
  width: auto;
  display: inline-block;
  margin: 8px 2px;
}

.bk_searchResult_subcat .bk_prodListTags ul li a {
  display: block;
  width: auto;
  padding: 8px 15px 7px;
  border: solid 1px #525252;
  border-radius: 99px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #525252;
  text-decoration: none;
}

.bk_searchResult_subcat .bk_prodListTags ul li.active a {
  color: #2DBAA8;
  border: solid 1px #2DBAA8;
}

.bk-product-certificate>img {
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

/*subcat search css end*/
/*.tygh-content .bk_cate_subcat,
.tygh-content .bk_variant_subcat,.tygh-content .bk_searchResult_subcat{
  margin: 0 -10px;
}*/

.bk-product-list__price .ty-list-price {
  color: #1b1c1e;
}

.bk-product-list__image .image-reload a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bk-product-list__image .image-reload img {
  object-fit: contain;
  object-position: center center;
}

.bk_all_pids h1.ty-mainbox-title {
  display: none;
}

.bk_product_count,
#products_search_count {
  margin: 10px 0;
  height: 38px;
  line-height: 38px;
  float: left;
}

.bk_desk_list_side .bk_recently_viewed .owl-item {
  width: 100% !important;
}



.ty-no-image {
  border: 1px solid #fff;
  background: #fff;
}

.bk-product-list_control_img {
  height: auto;
  top: 10px;
  min-height: 46px;
  padding: 0 0 10px 0;
}

.bk-product-list__image .bk-product-list_control_img {
  padding: 0 0 5px 0 !important;
}

.bk-product-list_control_img>div {
  height: 100%;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* min-height: 80px; */
  /* min-height: 70px; */
}

.bk-product-list__image_for_wishlist .bk-product-list_control_img .ty-add-to-wish {

  position: relative;
  left: initial;
  top: initial;
  transform: initial;
  -webkit-transform: initial;
  background-color: transparent;
  /* min-height: 23px; */
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.bk-product-list__image_for_wishlist .bk-product-list_control_img .ty-add-to-compare {
  display: block;
  margin: 0;
  background: transparent;
  padding: 0;
  order: 2;
  /* background: url(https://cdn.kindlife.in/images/ui_icon/compair_icon_kl.svg); */
  background: url(https://cdn.kindlife.in/images/ui_icon/bk_compair_blank-pile.svg);
  background-position: center center;
  background-size: 19px;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  z-index: 99;
  margin: 0;
  min-height: 25px;
}

.bk-product-list__image_for_wishlist .bk-product-list_control_img .bk_plp_shareBtn {
  /* height: 22px;
  line-height: 26px;
  margin: 1px 0 0 0; */
  height: 26px;
  line-height: 22px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}

.bk-product-list__image_for_wishlist .bk-product-list_control_img .bk_plp_shareBtn>a {
  height: auto;
  max-height: 23px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}


.bk-product-list__image_for_wishlist .bk-product-list_control_img.bk-comparision-filled .ty-add-to-compare {
  /* background: url(https://cdn.kindlife.in/images/ui_icon/compair_filled21.svg); */
  background: url(https://cdn.kindlife.in/images/ui_icon/bk_compair_yellow_pile.svg);
  background-position: center center;
  background-size: 19px;
  background-repeat: no-repeat;
}

.bk-product-list__image_for_wishlist .bk-product-list_control_img .ty-add-to-compare i {
  font-size: 0;
}

/*======================================
All Pages grid responsive Codes
========================================*/
/*for only tablet*/
@media (min-width: 767px) and (max-width: 979px) {
  .bk-product-list {
    width: 33.33%;
  }
}

/*from desktop and above devices*/
@media (min-width: 980px) {
  .bk-product-list {
    width: 33.33%;
  }
}

/*from tablet and above devices*/
@media (min-width: 767px) {

  .ty-product-notification__content {
    margin-top: 10px;
  }

  .ty-product-filters__wrapper {
    margin: 0 0;
  }

  .tygh-content {
    background-color: #fff;
    padding-top: 10px;
  }

  .tygh-content>div {
    background-color: transparent;
  }

  /* .bk_desk_list_side {
      padding-left: 15px !important;
  } */

  .bk_desk_list_side,
  .bk_all_pids {
    background-color: #fff;
  }

  .bk_desk_list_side {
    padding: 0 10px;
  }

  .ty-breadcrumbs {
    padding: 10px 105px 10px 10px;
    margin-bottom: 0;
  }

  .bk_sort_container.ty-sort-container {
    display: block;
    background: transparent;
    margin: 10px 0;
    text-align: right;
    float: right;
    width: auto;
  }

  .bk_sort_container .ty-sort-dropdown__wrapper:hover {
    background: transparent;
  }

  .bk_sort_container .ty-sort-dropdown .ty-sort-dropdown__wrapper {
    color: #1b1c1e;
  }

  .bk_sort_container .ty-sort-dropdown__wrapper.open {
    background-color: transparent;
  }

  .bk_sort_container .ty-sort-dropdown__content {
    border: none;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0px 0px 6px #00000057;
    -webkit-box-shadow: 0px 0px 6px #00000057;
  }

  .bk_sort_container .ty-sort-dropdown__content-item-a:hover {
    background: transparent;
    color: #2dbaa8;
  }

  .bk_sort_container .ty-sort-dropdown_content .ty-sort-dropdown_content-item {
    padding: 0px;
  }

  .bk_product_search_count {
    margin-bottom: 5px;
    width: auto;
    float: left;
    margin-left: 10px;
    color: #c6c6c6;
  }

  .ty-pagination-container.cm-pagination-container {
    margin: 0 0px;
  }

  .ty-tygh {
    height: auto;
  }

  .bk_desk_list_side {
    padding: 0 0;
  }

  .bk_cate_subcat .ty-product-filters__reset-button {
    color: #666;
  }

  .bk_desk_list_side .ty-sidebox-important__title {
    margin: 20px 0 0;
  }

  .bk_desk_list_side .ty-product-filters__block {
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }

  .bk_desk_list_side .ty-product-filters__block .ty-product-filters {
    margin-left: 0;
    display: none;
  }

  .bk_desk_list_side .ty-product-filters__block .ty-product-filters .ty-product-filters__search {
    padding: 0 0;
    margin-top: 5px;
  }

  .bk_desk_list_side .ty-product-filters__block .ty-product-filters .ty-product-filters__search .ty-input-text-medium {
    width: 100%;
    border: 1px solid #c6c6c6;
  }

  .ty-product-filters__switch {
    padding: 10px 0;
  }

  .bk_desk_list_side .ty-product-filters__wrapper {
    position: relative;
  }

  .bk_desk_list_side .ty-product-filters__wrapper div:nth-last-child(2) {
    margin-bottom: 0;
  }

  .bk_desk_list_side .ty-product-filters__block .ty-product-filters__title {
    font-weight: 500;
    color: #1b1c1e;
  }

  .open.ty-product-filters__switch .ty-product-filters__switch-right,
  .ty-product-filters__switch-down {
    color: #1b1c1e;
  }

  /* .bk_cate_subcat .ty-wysiwyg-content .bk-mainbox-title {
    padding-top: 5px;
  } */
  .bk_cate_subcat .bk_product_count_number {
    font-weight: 300;
    color: #707070;
    display: none;
  }

  .bk_cate_subcat .bk_prodListdiv,
  .bk_variant_subcat .bk_prodListdiv,
  .bk_searchResult_subcat .bk_prodListdiv {
    background-color: transparent;
  }

  .bk_cate_subcat .bk_prodListTags {
    white-space: normal;
    overflow: hidden;
    padding: 0;
  }

  .bk_cate_subcat .bk_prodListdiv .subcategories,
  .bk_variant_subcat .bk_prodListdiv .subcategories,
  .bk_searchResult_subcat .bk_prodListdiv .subcategories {
    float: left;
  }

  .bk_cate_subcat .bk_prodListTags>ul.subcategories>li {
    margin: 0;
    float: left;
    width: 100%;
    text-align: left;
    padding: 3px 0px;
    border: none;
  }

  .bk_cate_subcat .bk_prodListTags ul li a {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    padding: 3px 0;
    margin: 0 0;
    text-align: left;
  }

  .ty-product-filters__tools {
    top: -20px;
    right: 0;
  }

  .bk_cate_subcat .bk_prodListTags ul li {
    display: block;
  }

  .ty-product-filters__item-more .ty-product-filters__variants {
    max-height: none !important;
  }

  .bk_price_slider_inputs,
  .bk_range_slider {
    float: left;
    width: 100%;
    position: relative;
  }

  .bk_pricingDigitMin,
  .bk_pricingDigitMax {
    float: left;
    width: 50%;
  }

  .bk_pricingDigitMax {
    text-align: right;
  }

  .bk_abs_dashSign {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .tygh-content .ty-price-slider {
    padding: 10px 0;
    margin-top: 0;
    margin-left: 0;
    float: left;
    width: 100%;
  }

  .tygh-content .ty-range-slider {
    margin: 15px 0 15px 10px;
    width: calc(100% - 25px);
  }

  .ty-product-filters__reset-icon.ty-icon-cw {
    float: right;
    margin-left: 10px;
    margin-top: 2px;
    position: static;
  }

  .bk_desk_list_side .ty-product-filters__group label {
    padding: 5px 0 5px 30px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    float: left;
    position: relative;
    width: 100%;
    clear: both;
  }

  .bk_desk_list_side .ty-product-filters__group label .cm-product-filters-checkbox {
    position: absolute;
    left: 0;
    top: 10px;
  }

  .bk_fltrResult {
    border: none;
    margin: 0 0;
    padding: 0 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .bk_fltrResultTxt {
    padding: 0 0;
  }

  .ty-sidebox-important {
    float: left;
    width: 100%;
  }

  .ty-sidebox-important h3 {
    font-size: 15px;
    font-weight: 600px;
    text-align: left;
    letter-spacing: 0px;
    color: #1b1c1e;
  }

  .bk_desk_list_side .bk_recently_viewed h3.ty-sidebox-important__title {
    margin-top: 0;
  }
}

@media (max-width: 766px) {
  .tygh-content>div>div.row-fluid {
    margin: 0 0;
    width: auto;
  }

  .bk_cate_subcat .bk_prodListdiv {
    background-color: #fff;
    padding: 0px 10px 5px;
    margin-bottom: 0;
  }

  .ty-pagination-container.cm-pagination-container {
    margin: 0 0;
  }

  .bk_all_pids .bk_product_search_count {
    padding: 0 5px 5px;
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    display: block;
  }

  .bk_desk_list_side,
  .bk_all_pids {
    margin: 0 -10px !important;
    width: auto !important;
  }

  .bk-mainbox-title.header .ty-sidebox-important__title {
    padding-left: 5px;
  }
}

/* css done by praveen for price details section start */
@media (max-width: 410px) {
  .bk-product-list__content {
    height: 157px;
  }

  .bk-product-list-sub-control .bk-product-list__price {
    position: relative;
    bottom: 0px;
  }

  .bk-product-list-sub-control .bk-discount-percentage {
    position: relative;
  }
  
  .bk-product-list .bk-product-list__content {
    min-height: 212px !important;
  }
}

/* css done by praveen for price details section end */

/*added above from prod on 01112021*/

/* css done by praveen on 07012022 */

.ty-mainbox-body .buttons-container {
  float: left;
  width: 100%;
  clear: both;
  background: transparent;
  margin-top: 0;
  padding: 15px;
}

.ty-mainbox-body .buttons-container a.ty-btn.ty-btn__tertiary,
.ty-mainbox-body .buttons-container a.ty-btn.ty-btn__secondary {
  background: #fff;
  border: 1px solid #2DBAA8;
  color: #2DBAA8;
  border-radius: 5px;
  font-weight: 500;
  text-shadow: none;
}

.notification-body-extended .ty-product-notification__buttons a.ty-btn.ty-btn__tertiary {
  background: #2DBAA8;
  border: 1px solid #2DBAA8;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  text-shadow: none;
}

.notification-body-extended .ty-product-notification__buttons a.ty-btn.ty-btn__secondary {
  background-color: #7152A2 !important;
  border: 1px solid #7152A2;
  color:#fff;
  border-radius: 5px;
  font-weight: 500;
  text-shadow: none;
}

.bk-mainbox-title.header .ty-sidebox-important__title {
  padding-left: 10px;
  margin-bottom: 0px;
}

.bk_wishlistCard_close a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-content-extended {
  border-radius: 10px;
  overflow: hidden;
}

.notification-content-extended h1 {
  background: #fff;
}

.notification-content-extended h1 span {
  top: 20px;
  color: #1b1c1e;
  opacity: 0.8;
}

.notification-content-extended h1 span:hover {
  color: #1b1c1e;
  opacity: 0.8;
}

.notification-body-extended .ty-product-notification__buttons {
  background: transparent;
}

.ty-product-notification__buttons .ty-float-left {
  float: left;
}

.ty-product-notification__buttons .ty-float-right {
  float: right;
}



/* Latest Design for Add To Comparision Pop Up */
.notification-content-extended {
  border-radius: 5px;
}

.notification-body-extended .ty-product-notification__buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}

.ty-product-notification__buttons .ty-float-left {
  margin-right: 15px;
  ;
}

.notification-body-extended .ty-product-notification__buttons .ty-float-left a.ty-btn.ty-btn__secondary {
  background: #D6CAE2 !important;
  color: #7152A2;
}

.notification-content-extended h1 {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px 20px 20px;
  color: #0A0A0A;
  line-height: 24px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}



.notification-content-extended h1 span {
  width: 32px;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #707070;
  top: 50%;
  color: #707070;
  transform: translateY(-50%);
  right: 10px;
}

/* Latest design for add tpo action button */
.bk-product-list-sub-control .bk-product-list__control {
  position: relative;
}

.bk-product-list-sub-control .bk-discount-percentage .ty-product-labels--top-right {
  float: none;
}

.bk-product-list-sub-control .bk-product-list__price {
  width: 100%;
  float: none;
  margin-top: 0;
  position: relative;
  bottom: 0;
  color: #001325a3;
}

.bk-product-list-sub-control .bk-discount-percentage {
  float: none;
  width: 100%;
  position: relative;
  bottom: 0;
}

.bk-product-list-sub-control .bk-product-list__control .bk-icon-listcart {
  width: 130px;
  background: #fff;
  margin-right: 0;
  border: 1px solid #7152A2;
  color: #7152A2;
  display: flex;
  height: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}


a.bk-icon-listcart.qk-atc{
  font-size: 12px !important;
  font-weight: 500;
  margin-left: 8px;
  line-height: 16px !important;
  column-gap: 10px;
  align-items: flex-start;
}

.bk-product-list-sub-control .bk-product-list__control.bk_list_cartNonActive .ty-icon-cartxd {
  width: 130px;
  background: #421f7c;
  height: 30px;
  margin-right: 0;
  border: 1px solid #7153a2;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.bk-product-list-sub-control .bk-product-list__control .bk-icon-listcart.bk-icon-listcart-disableBtn {
  width: 130px;
  background: #f2f2f2;
  height: 30px;
  margin-right: 0;
  border: 1px solid #ccc;
  color: #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.bk-product-list-sub-control .bk-product-list__control .bk-icon-listcart span,
.bk-product-list-sub-control .bk-product-list__control.bk_list_cartNonActive .ty-icon-cartxd span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  line-height: 16px;
}

.bk-product-list-sub-control .bk-product-list__control.bk_list_cartNonActive .ty-icon-cartxd .bk_list_cartNonActive-img {
  width: 15px;
}

.bk-icon-listcart:before {
  font-size: 15px;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.bk-product-list__content {
  height: auto;
  min-height: 210px;
}

/* PLP design for social media sharing dropdown */
.bk-product-list__image .custom_share {
  padding: 7px 10px;
  text-align: center;
  background-color: white;
  color: black;
  width: 110px;
  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: 65px;
  right: 10px;
}
.product_is_loved_list {
  position: absolute;
  bottom: 10px;
  width: 55px;
  right: 5px;
  z-index: 1;
}
.bk-product-list .bk_stamp_wrapper {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 1;
  width: 20%;
  max-width: 45px;
  display: flex;
  flex-flow: column-reverse;
  row-gap: 5px;
}
.bk-product-list .bk_stamp_wrapper .product_is_loved_list {
  position: static;
  width: auto;
}
.bk-product-list__image .custom_share div a span {
  display: flex;
  align-items: center;
}

.bk-product-list__image .custom_share div a span img {
  display: block;
  width: 25px;
  margin: 0px;
  margin-right: 5px;
}

/* PLP design for social media sharing dropdown */



@media(max-width: 991px) {

  .bk-product-list-sub-control .bk-product-list__control .bk-icon-listcart,
  .bk-product-list-sub-control .bk-product-list__control.bk_list_cartNonActive .ty-icon-cartxd {
    width: 70%;
    margin-top: 10px;
  }

  .bk-product-list__content {
    display: flex;
    min-height: 205px;
  }
}

@media(max-width: 767px) {


  .bk-product-list-sub-control .bk-product-list__control .bk-icon-listcart,
  .bk-product-list-sub-control .bk-product-list__control.bk_list_cartNonActive .ty-icon-cartxd,
  .bk-product-list-sub-control .bk-product-list__control .bk-icon-listcart.bk-icon-listcart-disableBtn {
    width: 100%;
  }

  .notification-content-extended h1 {
    font-size: 14px;
    font-weight: 500;
    padding: 15px 30px 15px 20px;
  }

  .notification-content-extended h1 span {
    width: 22px;
    height: 22px;
  }

  .ty-product-notification__image {
    margin: 0 auto 20px;
    width: 70px;
    height: 70px;
    padding: 0;
  }

  .bk-product-list-sub-control {
    height: auto;
    float: none;
    position: relative;
    margin-top: 10px;
    left: 0;
  }

  .product_is_loved_list {
    bottom: 0px;
    width: 45px;
    
  }

}

@media(max-width: 410px) {
  .bk-product-list__content {
    min-height: 200px;
    height: auto;
    position: relative;
  }
}

.bk-product-list__rating {
  display: flex;
  align-items: center;
}

.bk-product-list-sub-control .bk-discount-percentage .ty-product-labels--top-right .ty-product-labels_item--discount .ty-product-labels_content {
  font-weight: 400;
  font-size: 12px;
  color: #0C703B;
}

/*Anuj CSS for Product Listing Page start*/
.bk-product-list-sub-control .bk-discount-percentage .ty-product-labels--top-right .ty-product-labels__item--discount .ty-product-labels__content {
  font-weight: 400;
  font-size: 13px !important;
  color: #008945 !important;
}

.bk-product-list__rating {
  margin: 3px 0px;
}

.bk-product-list__image {
  border: none;
}

.bk-product-list__content {
  border: none;
  flex-flow: column;
  row-gap: 1px;
}

.bk_pid_extra-info ul {
  margin: 10px 0 0;
  padding: 5px 5px 5px 20px;
  border-top: 1px solid #e3e3e3;
}

.bk_pid_extra-info ul li {
  list-style: circle;
  line-height: 16px;
  font-size: 12px;
}


.bk_pid_extra-info {
  clear: both;
}

@media screen and (max-width: 767px) {
  .bk-product-list-sub-control {
    width: 100%;
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: end;
  }

  .bk-product-list__content {
    height: auto;
    min-height: 215px !important;
  }

  /* .bk-product-list:nth-child(2n + 1) {
    clear: both;
} */
  .bk-product-list-sub-control .bk-product-list__control .bk-icon-listcart {
    margin-left: 0px;
  }

}

/*Anuj CSS for Product Listing Page end*/