/* css for add-collection-note/edit-note popup start */ 
.bk-popup_design .ty-control-group .ty-input-textarea {
  width: 100%;
  border: 1px solid #d8dee6;
  border-radius: 5px;
  padding: 10px;
  min-height: 100px;
}

.ui-dialog .bk-mw-wishlist-button a {
  font-size: 14px;
  border-radius: 6px;
  border: 0;
  padding: 0 20px;
  font-weight: 500;
  display: inline-block;
  line-height: 40px;
}
/* css for add-collection-note/edit-note popup end */

/* css for wishlist page right panel start */
.bk_wishlist_wrappper {
  position: relative;
}

.bk_wishlist_wrappper .bk-mainbox-title h3 {
  margin: 20px 0 10px;
}

.bk_wishlist_collection {
  margin-bottom: 20px;
  position: relative;
}

.bk_wishlist_collection h3 {
  color: #1b1c1e;
  font-size: 18px;
  line-height: 26px;
}

.bk_view_collection {
  position: absolute;
  top: -45px;
  right: 0;
}

.bk_view_collection a {
  border: 1px solid #705182;
  background: #705182;
  color: #fff;
  border-radius: 22px;
  line-height: 32px;
  display: inline-block;
  padding: 0 16px;
}

.bk_view_collection a:hover {
  color: #fff;
}

.bk_wishlist_collection_block {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bk_wishlist_collection_block span {
  background: #fff;
  border: 1px solid #E3E0E0;
  border-radius: 21px;
}

.bk_wishlist_collection_block span:hover {
  border: 1px solid #000;
  transition: 0.5s;
}

.bk_wishlist_collection_block span a{
  color: #100202;
  padding: 8px 16px;
  display: inline-block;
}

.bk_wishlist_content {
  border: 1px solid #d7e2f0;
  border-radius: 5px;
}

.bk_wishlist_content + .bk_wishlist_content {
  margin-top: 15px;
}

.bk_wishlist_wrappper .bk-wishlist_content_wrap {
  position: relative;
}

.bk_wish_coll_header {
  padding: 10px;
}

.bk_wish_coll_header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.bk_wish_coll_title_block {
  display: flex;
  align-items: center;
}

.bk_wishlist_coll_title {
  display: flex;
  flex-flow: column;
  margin-left: 10px;
}

.bk_wishlist_wrappper .bk-wishlist_content_wrap h2 {
  font-size: 15px;
  margin: 0 0 2px;
}

.bk_wish_coll_items {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #818181;
}

.bk_wishlist_top_options {
  display: none;
}

div.bk_wishlist_wrappper .buttons-container {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  overflow: hidden;
}

.container-fluid .bk_wishlist_wrappper .buttons-container a.ty-btn {
  border-radius: 0;
  border: 0;
  color: #2DBAA8;
  background: #fff;
}

.container-fluid .bk_wishlist_wrappper .buttons-container .ty-btn+.ty-btn {
  border-left: 1px solid #e3e3e3;
}

.bk_wishlist_wrappper .cp-wl-note__text {
  color: #1F1F1F;
  max-height: 85px;
  overflow: auto;
  margin: 10px 0;
  padding-right: 5px;
}

.bk_wishlist_wrappper .cp-wl-note__text::-webkit-scrollbar {
  width: 2px;
}

.bk_wishlist_wrappper .cp-wl-note__text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.bk_wishlist_wrappper .cp-wl-note__text::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #f2f2f2;
}

.bk_wishlist_wrappper .cp-wl-note__text i {
  display: none;
}

div.bk_wishlist_wrappper .cp-wl-note__buttons a.bk_add_new_wishColl {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  color: #2dbaa8;
  border: 1px solid #2dbaa8;
  border-radius: 5px;
}

.bk_wishlist_wrappper .cp-wl-note__buttons a.bk_add_new_wishColl span {
  display: none;
}


.bk_wishlist_wrappper .cp-wl-note__buttons a.bk_add_new_wishColl:hover {
  color: #fff;
  background: #2dbaa8;
}


.bk_wishlist_wrappper .cp-wl-note__buttons a {
  padding: 0 10px 0 0;
  font-size: 15px;
  border-right: 1px solid #e3e3e3;
  line-height: 18px;
  color: #2dbaa8;
  background: #fff;
  border-radius: 0;
}

.bk_wishlist_wrappper .cp-wl-note__buttons a:last-child {
  border-right: none;
  margin-left: 5px;
}

.bk_wishlist_wrappper .cp-wl-note__buttons a:hover {
  color: #28a595;
  background: transparent;
}

/* css for wishlist page move-to-collection start */
.bk_wish_coll_body .bk_move_collection {
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 2;
}

.bk_wish_coll_body .bk_move_collection a {
  padding: 5px 7px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #b8e7e0;
  color: #1b1c1e;
  font-size: 12px;
  font-weight: 500;
}
/* css for wishlist page move-to-collection end */

/* css for grid list start */
.bk_wish_coll_opt_icon {
  height: 25px;
  width: 25px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .1);
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
}

.bk_wish_option_wrap {
  position: absolute;
  text-align: left;
  top: 30px;
  right: 0;
  width: max-content;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  z-index: 9;
  display: none;
}

.bk_wish_options {
  display: flex;
  flex-flow: column;
}

.bk_wish_options a {
  display: flex;
  align-items: center;
  padding: 2px;
}

.bk_wish_options a span .bk_d-sm-none {
  display: none;
}

.bk_wishlist_wrappper .bk-wishlist_content_wrap .grid-list {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #edf2f8;
  padding: 10px 5px 0;
}

.bk_wishlist_wrappper .bk-wishlist_content_wrap .grid-list .ty-column4 {
  position: relative;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-right: 0;
}

.bk_wishlist_wrappper .ty-grid-list__item {
  height: 100%;
  padding: 0px;
}

.bk_wishlist_wrappper .ty-grid-list__item form {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.bk_wishlist_wrappper .ty-grid-list__image {
  padding: 4px;
}

.bk_wishlist_product-wrapper {
  flex: 1;
}

.bk_wishlist_wrappper .bk-price {
  font-size: 15px;
}

.bk_wishlist_wrappper .ty-discount-percentage .ty-product-labels__item {
  display: flex;
  background-color: transparent;
  padding: 5px 0px;
  margin: 0;
  overflow: hidden;
}

.bk_wishlist_wrappper .ty-discount-percentage .ty-product-labels__item .ty-product-labels__content {
  font-weight: 500;
  font-size: 13px;
  color: #008945;
  line-height: 13px;
}

.bk_wishlist_wrappper .ty-grid-list__item form > a {
  position: relative;
}

.bk_wishlist_product-wrapper .bk_wishcoll_user_info {
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin: auto 0 10px;
}

.bk_wishlist_product-wrapper .bk_wishcoll_user_info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  object-fit: cover;
  box-shadow: 0px 3px 6px #00000029;
}

.bk_wishlist_product-wrapper .bk_wishcoll_user_name {
  font-size: 13px;
  color: #A3A1A1;
}

.bk_wishlist_wrappper img.ksv_vid_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 26%;
  height: auto;
  border-radius: 50%;
}

@media(max-width:767px) {
  .bk_wish_options a span .bk_d-sm-none {
      display: block;
  }

  .bk_wish_options a span .bk_d-sm-block {
      display: none;
  }

  .bk_view_collection a {
      padding: 0 14px;
      font-size: 13px;
      line-height: 34px;
  }

  .bk_wish_option_wrap {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 111;
      border: 0;
      border-radius: 0;
      display: none;
  }

  .bk_wish_black_bg_Close {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }

  .bk_wish_options {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      border-radius: 30px 30px 0 0;
      z-index: 1;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      display: flex;
      flex-flow: column;
      padding: 25px 20px 10px;
      text-align: left;
  }

  .bk_wishlist_top_options {
      height: 24px;
      margin-bottom: 0px;
      width: 24px;
      box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
      position: absolute;
      right: 15px;
      top: 10px;
      z-index: 3;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      cursor: pointer;
  }

  .bk_wish_option_slideUp {
      animation-name: bk_wish_optSlideUp;
      animation-duration: 0.5s;
      transform: translateY(0);
      -webkit-transform: translateY(0);
  }

  @keyframes bk_wish_optSlideUp {
      from {
          transform: translateY(100%);
          -webkit-transform: translateY(100%);
      }

      to {
          transform: translateY(0);
          -webkit-transform: translateY(0);
      }
  }


  div.bk-wishlist_content_wrap .bk_wishlist_top_options_outer_container {
      position: absolute;
      top: 30px;
      right: 0;
      width: max-content;
      right: 5px;
      z-index: 99;
      margin-top: 16px;
      margin-right: 10px;
      display: none;
  }

  div.bk-wishlist_content_wrap .bk_wishlist_top_options_container {
      width: 80px;
  }

  .container-fluid .bk_wishlist_wrappper .bk-wishlist_content_wrap .bk_wishlist_top_options_container a {
      font-size: 14px;
      padding: 10px 0;
      margin: 0;
  }

  .container-fluid .bk_wishlist_wrappper .bk-wishlist_content_wrap .bk_wishlist_top_options_container a + a.ty-btn {
      border: 0;
      border-top: 1px solid #e3e3e3;
  }
}

@media(max-width:480px) {
  .bk_wishlist_wrappper .bk-wishlist_content_wrap .grid-list .ty-column4 {
      width: 50%;
  }
}

/* css for grid list end */

/* css for wishlist page right panel end */