.bk_col_row {
  margin: 0 -10px;
}

/* Free product Start */
.ty-cart-content__image img {
  max-height: 100px;
  width: auto;
}

.ty-cart-content__product-brand {
  color: #32D1C1;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.bk-cart-free-product-qty {
  margin: 10px 0;
  color: #5A5A5A;
}

.ty-cart-content.ty-table tr {
  border: 1px solid #ecf0f1;
}

.ty-table tbody tr:nth-child(2n) {
  background-color: #fff;
}

table.ty-table tr.bk-cart-free-product-wrap {
  position: relative;
  border: 1px solid #B1EDE5;
}

.bk-cart-free-product-price {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  border: 1px solid #F2F2F2;
  background: #84E2D6;
}

.bk-cart-free-product-price span {
  transform: rotate(270deg);
  color: #11A895;
  font-weight: 500;
  font-size: 15px;
}

.quantity {
  display: inline-block;
}
/* Free product End */

.btnRmFromCart:hover {
  box-shadow: 0px 0px 2px #bfbfbf;
}

.ty-cart-content.ty-cart-content {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.bk_cart td .ty-cart-content__product-title {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 500px;
  font-size: 14px;
  padding-right: 30px;
}

.bk_cart td .ty-product-options__item-label {
  float: none;
  width: auto;
  margin: 0;
  display: inline-block;
  padding: 0;
  line-height: 26px;
  font-size: 13px;
}

.bk_cart td .ty-product-options__item-label+bdi {
  float: none;
  margin: 0;
  padding: 5px;
}

.bk_cart td .ty-product-options__item-label+bdi select {
  height: 26px;
  line-height: 24px;
  margin: 0;
  padding: 0px 5px;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  position: relative;
  min-height: 26px;
  color: #000;
}

.bk_cart td .ty-product-options__item-label+bdi>span {
  line-height: 26px;
  padding-left: 4px;
}

.bk_cart .ty-cart-content tr td.ty-cart-content__description .ty-table__responsive-header {
  margin: 10px 0 5px;
  font-size: 13px;
  line-height: 1;
  color: #2DBAA8;
}

.kinder_not_applicable {
  color: #F07F87;
  font-size: 13px;
  padding: 0;
}

.kinder_not_applicable br {
  display: none;
}

.bk_cart td.ty-cart-content__description .ty-cart-content__product-delete {
  margin: 0;
}

.bk_cart .ty-cart-content__qty .ty-value-changer {
  display: inline-flex;
  max-width: 84px;
  width: 100%;
  align-items: center;
}

.bk_cart .ty-cart-content tr .ty-cart-content__qty input[type="text"],
.bk_cart .ty-cart-content tr .ty-cart-content__qty input[type="password"],
.bk_cart .ty-cart-content tr .ty-cart-content__qty input[type="tel"],
.bk_cart .ty-cart-content tr .ty-cart-content__qty input[type="number"],
.bk_cart .ty-cart-content tr .ty-cart-content__qty textarea,
.bk_cart .ty-cart-content tr .ty-cart-content__qty select {
  border: none;
}

.bk_cart .ty-cart-content tr td.ty-cart-content__description .ty-cart-content__product-delete {
  position: absolute;
  top: 5px;
  right: 5px;
}

.bk_cart .ty-cart-content tr td.ty-cart-content__description .ty-cart-content__product-delete .ty-icon-cancel-circle {
  color: #a0a0a06b;
  font-size: 20px;
}

.bk_cart .ty-cart-content tr td .ty-cart-content__options .ty-product-options {
  padding-top: 0;
  padding-bottom: 0;
}

/*right side calculation section design css start*/
.bk_cart_calc .ty-coupons__container .ty-reward-points__info {
  margin-top: 2px;
  margin-bottom: 5px;
}

.bk_cart_calc .bk_cart_wrapAll .bk_cart_entire_bg .ty-cart-total .ty-input-append .ty-input-text {
  border: 1px solid #f2f2f2 !important;
  width: calc(100% - 60px);
  padding-right: 0;
  height: 32px;
  border-radius: 5px 0 0 5px;
}

.bk_cart_calc .bk_cart_wrapAll .bk_cart_entire_bg .ty-cart-total .ty-input-append .ty-btn-go {
  border: 1px solid #f2f2f2 !important;
  width: 60px;
  height: 32px;
  position: static;
  background-color: #f2f2f2;
  border-radius: 0 5px 5px 0;
}

.bk_cart_calc .bk_cart_wrapAll .bk_cart_entire_bg .ty-cart-total {
  background-color: #fff;
  border: 1px solid #EDF2F8;
  overflow: hidden;
  padding: 5px 10px 10px;
  margin: 10px 0px;
  border-radius: 12px;
}

.bk_cart_calc .bk_cart_whtBox {
  overflow: hidden;
  margin-bottom: 10px;
}

.bk_cart_calc .ty-cart-total .ty-coupons__container .discount-coupon .ty-input-append {
  width: 100%;
}

.bk_cart_calc .ty-cart-statistic,
.bk_cart_calc .ty-cart-statistic__total-list {
  position: relative;
  padding: 5px 0px;
  margin: 0;
  display: table;
  width: 100%;
}

.bk_cart_calc .ty-cart-statistic__total-list {
  border: 1px dashed #e0e0e0;
  border-width: 1px 0 1px 0;
}

.ty-cart-statistic__item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  overflow: visible;
  color: #6f6f6f;
}

.dark-price {
  color: #6f6f6f;
}

.ty-cart-statistic__title,
.ty-cart-statistic__total-title {
  display: table-cell;
  width: auto;
  float: none;
  padding: 3px 0;
  line-height: 1.2;
  color: #6f6f6f;
  text-align: left;
  font-weight: 400;
}

.bk_cart_calc .ty-cart-statistic__value,
.ty-cart-statistic__total-value {
  display: table-cell;
  width: auto;
  float: none;
  line-height: 1.2;
  text-align: right;
  font-weight: 400;
}

.ty-statistic-list-subtotal-discount, 
.ty-statistic-list-discount,
.ty-cart-statistic__value.discount-price {
  color: #1ea54a;
}

.bk_cart_calc .ty-cart-statistic__total-title,
.bk_cart_calc .ty-cart-statistic__total-value .ty-price {
  font-weight: 500;
  color: #1b1c1e;
  font-size: 18px;
}

.ty-cart-statistic__total-list {
  border-top: none;
}

.ty-cart-content tr td .price,
.ty-cart-content tr td .ty-sub-price {
  color: #1b1c1e;
  font-size: 16px;
  font-weight: 500;
}

.bk_cart .ty-cart-content tr td.ty-cart-content__description .bk_cart_grenPnts {
  margin: 5px 0;
}

.bk_cart_calc .bk_displacePosCheckBtn {
  width: 100%;
  margin-top: 10px;
}

.bk_cart_calc .bk_displacePosCheckBtn a,
.bk_cart_calc .bk_displacePosCheckBtn button {
  width: 100%;
  border-radius: 0;
  height: 54px;
  line-height: 54px;
  padding: 0 0;
  margin: 0 0;
  font-size: 18px;
  font-weight: 500;
}

.ty-mainbox-body .buttons-container.ty-cart-content__top-buttons {
  background: transparent;
  margin: 0px;
  padding-left: 0px;
}

.ty-cart-content__top-buttons .ty-cart-content__left-buttons .ty-btn__secondary {
  background: #fff;
  border: 1px solid #2DBAA8;
  color: #2DBAA8;
  border-radius: 5px;
}

/* coupon pop-up css */
.bk_cart_black_bg {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  display: none;
}

.bk_cart_black_bg_Close {
  position: absolute;
  inset: 0;
}

.bk_cart_box {
  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%);
}

.bk_cart_box_header {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  flex-wrap: wrap;
}

.bk_col_50.text-left.bk_cart_title {
  width: 75%;
  padding: 20px 0 12px 24px;
  color: #1b1c1e;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.bk_col_50.text-right.bk_price {
  width: 25%;
  padding: 20px 24px 0 0;
}

.applied_coupon_popup {
  font-weight: 500;
  font-size: 16px;
}

.bk_coupon_search {
  padding: 0px 24px 10px;
  position: relative;
  width: 100%;
}

.bk_coupon_searchFrm {
  border-radius: 8px;
  padding: 5px 10px;
  border: 1px solid #DFDEE3;
  position: relative;
}

.bk_coupon_search .bk_coupon_searchFrm input.bk_coupon_searchInpt {
  all: unset;
  color: #159c58;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  width: 100%;
}

.bk_coupon_searchInpt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b9b9b9;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.bk_coupon_searchInpt::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.bk_coupon_searchInpt:-ms-input-placeholder {
  /* IE 10+ */
  color: #b9b9b9;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.bk_coupon_searchInpt:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b9;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.bk_coupon_searchBtn {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #2DBAA8;
  position: absolute;
  right: 10px;
  top: 14px;
  outline: none;
  border: none;
  background: transparent;
}

.bk_coupon_searchBtn i {
  color: #ff875c;
  font-size: 22px;
}

/* clears the Ã¢â‚¬ËœXÃ¢â‚¬â„¢ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
}

input[type=search]::-ms-reveal {
  display: none;
}

/* clears the Ã¢â‚¬ËœXÃ¢â‚¬â„¢ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.cart-login-alert {
  background: #FCE8E9;
  padding: 12px;
  color: #27262C;
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
} 

.bk_grey_box_body {
  padding: 10px 24px 20px;
  overflow: auto;
  max-height: 50vh;
}

.bodySegment_p {
  font-size: 14px;
  color: #9a9a9a;
}

.bodySegment_p strong {
  font-weight: 400
}

.bk_wht_box {
  border-bottom: 1px dashed #f1f1f1;
  position: relative;
  padding: 6px 0;
}

.bk_coupon_logo {
  display: flex;
  margin: 5px 0px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.bk_coupon_icon {
  cursor: pointer;
  position: relative;
}

.bk_coupon_icon figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #d9d9d9;
  display: none;
}

.bk_coupon_icon>span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.9px;
  text-align: left;
  color: #202121;
  background-color: #EAFBFA;
  border: 1px dashed #71E999;
  border-radius: 6px;
  padding: 6px 10px;
  line-height: normal;
}

.bk_coupon_logo a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  margin-top: 0;
  margin-right: 0px;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 6px;
  line-height: 19px;
  background: #33d2c1;
}

.bk_coupon_logo a.bk_remBtnTxt {
  color: #ff875c;
}

.bk_wht_box_coupon>p:empty,
.bk_wht_box_coupon>div:empty {
  display: none;
}

.cart_coupon_Short-desc * {
  font-size: 13px;
  line-height: 1.2;
  color: #4E4B58;
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.cart_coupon_detailed-desc ul {
  list-style: disc;
  background: #33d2c14a;
  padding: 6px 10px 6px 24px;
  border-radius: 8px;
  margin-top: 6px;
}

.cart_coupon_detailed-desc li {
  list-style: inherit;
  font-size: 13px;
}

.bk_cart_offerOpt .coupon-code {
  display: none;
}

.coupon-code a .ty-icon-cancel-circle {
  font-size: 26px;
  position: absolute;
  right: 17px;
  color: #F07F87;
}

#clickedAnchorPopup_COUPON .popup_capture_bg {
  border-radius: 8px;
  padding: 8px 0px 8px 14px;
  position: relative;
  background: #eafcf0;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#clickedAnchorPopup_COUPON #popup_capture .popup_capture_bg>div,
#clickedAnchorPopup_COUPON #popup_capture .popup_capture_bg>strong {
  font-size: 16px;
  margin: 0px 10px 0px 0px;
  display: inline-block;
}

#clickedAnchorPopup_COUPON #popup_capture .popup_capture_bg .coupon-code {
  position: absolute;
  right: 10px;
}

.bk_open_para {
  display: block;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2DBAA8;
  margin-top: 20px;
  position: absolute;
  bottom: 10px;
}

.bk_cart_offerzone {
  border: 1px solid #EDF2F8;
  border-radius: 12px;
  padding: 10px 10px 0;
  background: #fff;
}

.bk_cart_whtBox_h {
  padding: 6px 0px 10px;
  color: #A09CAA;
  font-size: 13px;
  font-weight: 500;
}

.bk_cart_offerzone_t {
  color: #202121;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.bk_cart_offerzone_p {
  font-size: 15px;
  font-weight: 500;
}

/*=============== CSS for CART Popups End ==================*/

/*=============== CSS for Empty cart start ==================*/
.bk_cart_emptyCart {
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 40px;
  display: none;
}

.bk_empty_cart_img {
  text-align: center;
  padding: 20px;
}

.bk_empty_cart_img img {
  max-width: 280px;
}

.bk_empty_cart_img p {
  text-align: center;
  margin-top: 20px;
}
/*=============== CSS for CART Popups End ==================*/

.bk_cart_checkbox {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
}

.bk_cart_offerOpt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#applied_coupon {
  padding-left: 30px;
}

#applied_coupon>strong {
  display: block;
  font-weight: 500;
  line-height: 36px;
  font-size: 14px;
}

.bk_cart_offerOpt>.bk_offerOpt_wrap strong {
  flex: 1;
  display: flex;
  align-items: center;
  line-height: 26px;
  margin-top: 6px;
  color: #1b1c1e;
}

.bk_cart_grenPnts {
  height: 26px;
  line-height: 24px;
  border-radius: 6px;
  background: #EFFBF9;
  display: inline-block;
}

.bk_cart_grenPnts .bk_cart_gem {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 7px;
  width: max-content;
}

.bk_cart_grenPnts .bk_cart_gem .bk_cart_gemStone {
  font-size: 12px;
  color: #159c59;
}

.bk_cart_grenPnts .bk_cart_gem .bk_cart_gemStone img {
  width: 11px;
  margin-right: 6px;
  vertical-align: text-top;
}

.bk_cart_grenPnts .bk_cart_gem>span {
  font-size: 12px;
  color: #0C703B;
}

/* Earned Kinders Block CSS::Starts Here */
.bk_earnedPoints_wrapper {
  flex-flow: column;
  border-top: 1px dashed #e0e0e0;
  padding-top: 12px;
}

.bk_earnedPoints_wrapper_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.bk_earnedPoints_wrapper_inner>.bk_offerOpt_wrap {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 25px;
  position: relative;
}

.bk_earnedPoints_wrapper_inner>.bk_offerOpt_wrap .bk_cart_gemStone {
  position: absolute;
  left: 0;
}

.bk_earnedPoints_wrapper_inner>.bk_offerOpt_wrap span {
  font-size: 15px;
  color: #202121;
  font-weight: 500;
  margin-bottom: 6px;
}

.bk_earnedPoints_wrapper_inner>.bk_offerOpt_wrap p {
  padding-top: 0px;
  font-size: 13px;
  line-height: 16px;
  color: #818181;
}

.bk_earnedPoints_wrapper_inner>.bk_offerOpt_wrap p small {
  font-size: 100%;
}

.bk_earnedPoints_wrapper_inner .ty-coupons__container {
  flex: 0 0 50%;
  text-align: end;
  padding: 0;
  float: none;
  width: auto;
}

.bk_earnedPoints_wrapper_inner .ty-coupons__container .ty-input-append {
  margin: 0;
}

.bk_earnedPoints_wrapper_inner .ty-coupons__container .ty-input-append .ty-input-text {
  border: 1px solid #EDF2F8;
  padding-left: 10px;
  width: 120px;
  border-radius: 8px;
  height: 40px;
}

.bk_earnedPoints_wrapper_inner .ty-coupons__container .ty-input-append .ty-btn-go {
  border-radius: 5px;
  background: #EFFBF9;
  border: 1px solid #E0EDE6;
  height: 100%;
  color: #32D1C1;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 500;
  top: 0;
  right: 0;
}

.bk_earnedPoints_wrapper_inner+div {
  text-align: right;
  width: 100%;
  padding: 0 5px;
  font-size: 13px;
  line-height: 20px;
  color: #818181;
}

.bk_earnedPoints_wrapper_inner .ty-reward-points__points-in-use {
  border-radius: 5px;
  color: #1aa448;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  padding: 8px 15px 8px 14px;
  position: relative;
  text-transform: capitalize;
}

.bk_earnedPoints_wrapper_inner .ty-icon-cancel-circle {
  font-size: 24px;
  color: #f07f87;
  position: absolute;
  right: -14px;
  top: 40%;
  transform: translateY(-50%);
}

/* Earned Kinders Block CSS::Ends Here */

/* responsive css  */
@media (max-width: 1091px) and (min-width: 767px) {
  .bk_cart .bk_cart_prods {
    width: 575px !important;
  }

  .bk_cart .bk_cart_calc {
    width: calc(100% - 575px) !important;
    margin-left: 0 !important;
  }
}
/*right side calculation section design css end*/

/* css for tablet and more devices */
@media (min-width: 767px) {
  .bk_cart_calc {
    padding: 20px 0 0 20px;
  }

  .bk_cart .ty-cart-content tr td.ty-cart-content__description {
    width: auto !important;
    min-width: 190px;
    position: relative;
    vertical-align: top;
  }

  .ty-cart-content tr th.ty-cart-content__title {
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
  }

  .ty-cart-content tr td {
    padding: 10px 5px;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    vertical-align: middle;
  }

  .ty-cart-content__qty,
  .ty-cart-content__price {
    vertical-align: top !important;
  }

  .ty-cart-content .ty-cart-content__product-elem {
    background-color: transparent;
    border-bottom: 1px solid #f2f2f2;
    vertical-align: middle;
  }

  .ty-cart-content tr td:last-child,
  .ty-cart-content tr th:last-child {
    border-right: 1px solid #f2f2f2;
  }

  .ty-cart-total__wrapper {
    padding: 0;
  }

  .bk_cart_box.bk_CartSlideUp {
    width: 600px;
    bottom: auto;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
  }
}

.cCodNotWorkReadMore {
  color: #2a2828;
}

span.cCodNotWorkDetails p {
  color: #F1AB51;
}

/* css for tablet and less devices */
@media (max-width: 767px) {
  .tygh-content .container-fluid {
    padding-inline: 0;
  }

  .bk_cart {
    background: #f4f4f6;
  }

  .bk_cart_prods,
  .bk_cart_calc {
    padding: 0px 10px;
  }

  .ty-cart-content .ty-table__responsive-header,
  .ty-table__responsive-content {
    width: 100%;
  }

  .ty-table {
    margin: 0px;
  }

  .ty-table table {
    display: table;
  }

  .ty-table thead {
    display: none;
  }

  .ty-table th,
  .ty-table td {
    display: table-cell;
    padding: 8px 6px;
  }

  .ty-cart-content td.ty-cart-content__image-block .ty-table__responsive-header {
    display: none;
  }

  table.ty-table.ty-cart-content tr {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
  }

  .ty-cart-content .ty-cart-content__image {
    float: none;
    height: 100%;
    border-radius: 8px;
  }

  .ty-cart-content td.ty-cart-content__image-block {
    width: 30% !important;
    min-height: 100px;
  }

  .ty-cart-content tr td.ty-cart-content__description {
    width: 70% !important;
    border: none;
  }

  .ty-cart-content tr td:nth-child(3),
  .ty-cart-content tr td.ty-cart-content__qty,
  .ty-cart-content tr td:nth-child(5) {
    width: 30% !important;
    border-bottom: none;
    text-align: center;
    padding: 10px 0px;
    display: grid;
    align-items: left;
    justify-content: center;
  }

  .bk_cart .ty-cart-content__qty .ty-value-changer {
    max-width: none;
  }

  .bk_cart .ty-cart-content__qty .ty-value-changer .ty-value-changer__increase,
  .bk_cart .ty-cart-content__qty .ty-value-changer .ty-value-changer__decrease,
  .bk_cart .ty-cart-content__qty .ty-value-changer .ty-value-changer__input {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
  }

  .touch .ty-value-changer__increase,
  .touch .ty-value-changer__decrease {
    color: #c6c6c6;
    border: 1px solid #ccc;
    background: #fff;
  }

  .bk_cart .ty-cart-content__qty .ty-value-changer .ty-value-changer__input {
    color: #1b1c1e;
  }

  .ty-cart-content tr td .ty-table__responsive-header {
    margin-bottom: 5px;
  }

  .ty-cart-total__wrapper {
    padding: 0;
  }

  .bk_cart_wrapAll .ty-cart-content__top-buttons .ty-cart-content__right-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 3;
    box-shadow: 0 -10px 26px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 -10px 26px 0 rgb(0 0 0 / 10%);
  }

  .bk_cart_wrapAll .ty-cart-content__top-buttons .ty-cart-content__right-buttons a,
  .bk_cart_wrapAll .ty-cart-content__top-buttons .ty-cart-content__right-buttons button {
    width: 100%;
    border-radius: 0;
    height: 54px;
    line-height: 54px;
    padding: 0 0;
    margin: 0 0 !important;
    font-size: 18px;
    font-weight: 500;
  }

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

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

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

  .bk_cart_calc .buttons-container.ty-cart-content__top-buttons .bk_cart_footer {
    position: fixed;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 -10px 26px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 -10px 26px 0 rgb(0 0 0 / 10%);
    width: 100%;
    bottom: 0;
    left: 0;
    height: 54px;
    margin: 0px;
  }

  .bk_cart_calc .buttons-container.ty-cart-content__top-buttons div .ty-btn__primary {
    border-radius: 0;
  }

  .bk_earnedPoints_wrapper_inner+div {
    text-align: left;
    margin-left: 40px;
  }
 
  .cart-login-alert {
    font-size: 13px;
  }
}

.bk_cart_emptyCart {
  width: 100%;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 40px;
}

.bk_empty_cart_img {
  text-align: center;
  padding: 20px;
}

.bk_empty_cart_img img {
  max-width: 280px;
}

.bk_empty_cart_img p {
  text-align: center;
  margin-top: 20px;
}

.bk_cart_empty_footer {
  padding: 7px 10px 10px;
  text-align: center;
}

.bk_cart_empty_footer .bk_cart_greenBtn {
  width: auto;
  float: none;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  padding: 0 15px 0;
  border-radius: 5px;
  background-color: #2DBAA8;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

/*css for right side total calculation Start*/
.cart_small_box_wrap {
  padding: 10px;
  background: #fff;
  border-radius: 12px;
}

.ty-mainbox-body .buttons-container.ty-cart-content__top-buttons {
  display: none;
}

.bk_cart_calc .bk_cart_offerOpt input[type=checkbox]:before,
.bk_cart_calc .bk_cart_offerOpt input[type=checkbox]:checked:before {
  top: 0px;
}

.bk_cart_calc .bk_cart_offerOpt input[type=checkbox]:checked:after {
  top: 4px;
}

.bk_cart_calc .buttons-container.ty-cart-content__top-buttons {
  width: 100%;
  background: transparent;
  padding: 0;
  margin-top: 10px;
}

.bk_cart_calc .buttons-container.ty-cart-content__top-buttons div {
  float: none;
  margin: 5px 0;
}

.bk_cart_calc .buttons-container.ty-cart-content__top-buttons div .ty-btn__primary {
  width: 100%;
  margin: 0;
  padding: 0;
  text-shadow: none;
  height: 54px;
  line-height: 50px;
  background-color: #7A4EDE;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
}

div .ty-btn.ty-btn__primary:hover {
  background-color: #9D7BE6;
}

.bk_cart_earnPointslSub {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.bk_cart_earnPoints p {
  font-weight: 500;
  line-height: 1.4;
  color: #159c59;
  padding: 0;
}

.bk_greenText {
  color: #159c59;
  display: inline-block;
  font-size: 90%;
  margin-top: 6px;
}

/*css for right side total calculation End here*/


/*=============== CSS for Thank You of Cart Start ==================*/
.bk_tahnkYou_header {
  height: 72px;
  width: 100%;
  line-height: 72px;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #6f6f6f;
  text-transform: uppercase;
  position: relative;
}

.bk_tahnkYou_header .bk_pageClose {
  float: right;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.bk_tahnkYou_body {
  width: 100%;
}

.bk_tahnkYou_table {
  width: 100%;
  height: 100%;
  display: table;
}

.bk_tahnkYou_tableRow {
  display: table-row;
}

.bk_tahnkYou_tableCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.bk_tahnkYou_Inline {
  display: flex;
  justify-content: center;
  column-gap: 120px;
  align-items: center;
  padding: 0 15px;
  margin-bottom: -40px;
}

.bk_tahnkYou_tableCell .bk_tahnkYou_Inline .bk_ty_h2 {
  font-size: 22px;
  line-height: 32px;
}

.bk_tahnkYou_tableCell .bk_tahnkYou_Inline .bk_ty_p {
  font-size: 16px;
  margin-bottom: 0;
}

.bk_tahnkYou_tableCell .bk_tahnkYou_Inline .bk_thankyou_rpart {
  background: #1CB6AD;
  border-radius: 20px 20px 0px 0px;
  padding: 40px 25px 35px 25px;
  flex: 0 0 100%;
  max-width: 495px;
}

.bk_order_details_amount {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000008;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.bk_tahnkYou_Inline span,
.bk_tahnkYou_Inline div {
  color: #1B1C1E;
}

.bk_ord_id {
  font-size: 14px;
  line-height: normal;
}

.bk_paid_am {
  font-size: 18px;
  line-height: normal;
  display: block;
  margin-top: 5px;
}

.bk_earning_points_container {
  margin-top: 16px;
}

.bk_tahnkYou_Inline .bk_order_details_earning {
  background: #EFFBF9;
  border: 1px solid #84E2D6;
  border-radius: 3px 3px 0px 0px;
  padding: 15px 46px 14px 16px;
  font-weight: 500;
  color: #1F1F1F;
  text-align: left;
}

.bk_tahnkYou_Inline .bk_ordr_gemStone img {
  margin-left: 6px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.bk_order_details_points {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #19a89508;
  border: 1px solid #84E2D6;
  border-radius: 0px 0px 3px 3px;
  display: flex;
  padding: 20px 16px 20px 14px;
  justify-content: space-between;
  align-items: center;
}

.bk_tahnkYou_Inline .bk_stone_bal {
  display: flex;
  column-gap: 40px;
  align-items: center;
  color: #1F1F1F;
}

.bk_stone_bal .bk_ordr_gemStone {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.bk_order_details_points_history a {
  font-weight: 500;
}

.bk_thankYou_container .bk_tahnkYou_Inline .bk_ty_btnBdr,
.bk_thankYou_container .bk_tahnkYou_Inline .bk_ty_btnSolid {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.bk_thankYou_container .bk_tahnkYou_Inline .bk_ty_btnSolid {
  background: transparent;
  border: 1px solid #FFFFFF;
}

.bk_thankYou_container .bk_tahnkYou_Inline a.bk_ty_btnBdr {
  color: #11A895;
}

.bk_thankYou_container .bk_tahnkYou_Inline .bk_ty_btns {
  margin-top: 34px;
  column-gap: 16px;
}

.bk_tahnkYou_Inline .bk_ordr_gemStone {
  color: #0C703B;
}

.bk_tahnkYou_Inline .bk_order_detail_items_count {
  margin-top: 20px;
  border-top: 1px solid #F2F2F2;
  padding: 14px 0;
  font-size: 14px;
  color: #1CB6AD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bk_od_text {
  display: flex;
  align-items: center;
  column-gap: 7px;
  margin-right: 5px;
}

.bk_paid_am_digit {
  font-weight: 700;
}

.bk_ty_img {
  width: 150px;
}

.bk_tahnkYou_Inline .bk_ty_h2 {
  margin: 25px 0 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #1b1c1e;
}

.bk_tahnkYou_Inline .bk_ty_p {
  margin: 0 0 15px;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #6f6f6f;
}

.live-edit-wrap .cm-live-edit {
  outline: none;
}

@media screen and (min-width: 766px) and (max-width: 990px) {
  .bk_tahnkYou_Inline {
    column-gap: 30px;
  }

  .bk_tahnkYou_Inline .bk_ty_btns {
    flex-flow: row;
  }

  .bk_tahnkYou_Inline .bk_ty_btns .bk_ty_btnBdr,
  .bk_tahnkYou_Inline .bk_ty_btns .bk_ty_btnSolid,
  .bk_thankYou_container .bk_ty_btnBdr {
    max-width: 100%;
  }
}

@media screen and (max-width: 766px) {
  .bk_tahnkYou_Inline {
    column-gap: 0px;
    row-gap: 30px;
    flex-direction: column;
    margin: 0 -10px;
    margin-bottom: -50px;
  }

  .bk_thankYou_container .bk_cart_entire_bg {
    padding-left: 0;
    padding-right: 0;
  }

  .bk_tahnkYou_Inline {
    padding: 0;
  }

  .bk_tahnkYou_header {
    height: 32px;
  }

  .bk_tahnkYou_Inline .bk_ty_btns {
    flex-flow: row;
  }

  .bk_tahnkYou_Inline .bk_ty_btns .bk_ty_btnBdr,
  .bk_tahnkYou_Inline .bk_ty_btns .bk_ty_btnSolid,
  .bk_thankYou_container .bk_ty_btnBdr {
    max-width: 100%;
  }
}

/*Guest checkout css start*/
.bk_tahnkYou_Inline .bk_ty_btns {
  display: flex;
  width: 100%;
  margin: 0px;
}

.bk_thankYou_container .bk_ty_btnBdr,
.bk_thankYou_container .bk_ty_btnSolid {
  margin: 5px;
  float: none;
  max-width: 160px;
}

.container-fluid .bk_thankYou_container .buttons-container,
.container-fluid .bk_thankYou_container .buttons-container p {
  padding: 0px;
  display: block;
  margin-top: 15px;
}

.ty-checkout-complete__create-account {
  width: 50%;
  padding: 0px 30px;
  border-left: 1px solid #c6c6c6;
  margin: 20px 0;
}

.bk_thankYou_container .ty-subheader {
  color: #1b1c1e;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

.bk_thankYou_container .ty-checkout-complete__create-account form .ty-control-group label {
  width: 100%;
  color: #d0d0d0;
  font-size: 16px;
  font-weight: 400;
}

.bk_thankYou_container .ty-checkout-complete__create-account form .ty-control-group input {
  border-width: 0 0 1px 0;
  border-radius: 0px;
  border-color: #c4c4c4;
  padding: 0 0 5px;
  font-size: 16px;
}

.bk_thankYou_container .ty-checkout-complete__create-account form .ty-control-group input:focus {
  outline: 0px;
}

.bk_thankYou_container .ty-login>form {
  max-width: 100%;
}

/*Css for tablet & below devices*/
@media(max-width: 767px) {
  .bk_tahnkYou_Inline .bk_ty_btns {
    flex-flow: column;
  }

  .bk_thankYou_container {
    flex-flow: column-reverse;
  }

  .ty-checkout-complete__create-account,
  .bk_thankYou_container .bk_cart_entire_bg {
    border: 0px;
    padding: 10px;
    width: 100%;
  }

  .bk_tahnkYou_Inline .bk_ty_btns .bk_ty_btnBdr,
  .bk_tahnkYou_Inline .bk_ty_btns .bk_ty_btnSolid,
  .bk_thankYou_container .bk_ty_btnBdr {
    max-width: 200px;
  }
}

/*Guest checkout css end*/

/*=============== CSS for Thank You of Cart End ==================*/

span.coupon_cont {
  font-size: 13px;
  line-height: 12px;
  color: #c9c9c9;
}

.bk_cart_offerOpt>a.bk_couponApp {
  border-radius: 6px;
  color: #32D1C1;
  border: 1px solid #DFDEE3;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bk_cart_offerOpt>a.bk_couponApp img {
  padding: 6px;
  border-radius: 6px;
  rotate: 180deg;
  width: 26px;
  background: #F4F4F6;
}

strong.bk_appl_text {
  font-weight: 500;
  line-height: 16px;
  color: #19A447;
  font-size: 15px;
  display: none;
}

.bk_applieded {
  text-transform: uppercase;
  display: inline;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background: #eafcf0;
  padding: 3px 6px;
  border-radius: 5px;
}

.bk_cart_offerOpt>a.bk_couponApp.no_more {
  background: #c9c9c9;
  border: 1px solid #c9c9c9;
}

span.bk_orangeText {
  margin-top: 10px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #27262C;
  background: #FCE8E9;
  border-radius: 12px;
  padding: 5px 10px;
}

.ty-cart-content-products.bk_ty-cart-content-products-wrapper {
  padding: 10px 0;
  border-color: #F2F2F2;
}

.ty-cart-content-products.bk_ty-cart-content-products-wrapper .ty-cart-content-products__item {
  padding: 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-color: #F2F2F2;
  margin-bottom: 10px;
}

.bk_ty-cart-content-products-wrapper .ty-cart-content-products__item a {
  font-size: 14px;
  line-height: 23px;
  padding: 0;
  color: #2DBAA8;
}

.bk_ty-cart-content-products-wrapper .ty-cart-content-products__item a.ty-icon-cancel-circle {
  margin-left: 10px;
}

.bk_ty-cart-content-products-wrapper .ty-cart-content-products__item>div {
  width: 100%;
}

.bk_ty-cart-content-products-wrapper .ty-cart-content-products__item .ty-control-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.bk_ty-cart-content-products-wrapper .ty-cart-content-products_item .ty-reward-points_product-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

#checkout_form_wrapper .bk_ty-cart-content-products-wrapper .ty-control-group__label {
  flex: 0 0 110px;
  font-weight: bold;
}

#checkout_form_wrapper .bk_ty-cart-content-products-wrapper .ty-control-group__item {
  flex: 0 0 calc(100% - 120px);
}

.bk_offerOpt_wrap .bk_cart_checkbox {
  top: 24px;
}

.bk_cart_offerOpt>.bk_offerOpt_wrap strong {
  flex: 1;
  line-height: 26px;
  font-size: 16px;
}

.bk_cart_paraImg {
  width: 20px;
  margin-right: 12px;
}

.ty-value-changer__increase,
.ty-value-changer__decrease {
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 25px;
}

.shareCartContainer {
  max-width: 465px;
  border: 1px solid #EDF2F8;
  border-radius: 6px;
  margin: 10px 0;
  padding: 2px 5px;
  background: #fff;
}

.ty-copy-button {
  background: #fff !important;
  border: none !important;
  height: 10px;
}

.cartShareWraper {
  display: flex;
  align-items: center;
  background: #fff;
}

.shareCartImageWraper:hover {
  background-color: inherit;
}

.cartShareWraper .shareCartImageWraper {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  cursor: pointer;
  width: max-content;
  background: #f2f2f3;
  color: #1b1c1e;
  margin: 0px 5px 0px 0;
  border: 0;
}

.cartShareShareIcon {
  margin: 0px 10px 0px 0px;
}

.cartShareURL {
  width: calc(100% - 205px);
  background: #fff;
  margin: 4px 7px 4px 4px;
  border-radius: 4px;
  max-width: 360px;
  display: flex;
  align-items: center;
  position: relative;
}

.cartShareURLInput {
  padding: 4px 4px 4px 8px !important;
  border: none !important;
  background: inherit !important;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

.carShareSocialIcons a {
  margin: 0 4.2px;
}

.priceContainer {
  line-height: 30px;
  text-align: right;
}

.removeFromCartContainer {
  text-align: right;
  margin-top: 25px;
  min-height: 30px;
}

.removeFromCartActionArea {
  transition: 0.5s;
  position: absolute;
  display: none;
  width: max-content;
  right: 0;
  margin-right: -250px;
  align-items: center;
  animation-name: slideFromRight;
  animation-duration: 0.5s;
}

@keyframes slideFromRight {
  0% {
    margin-right: -250px
  }

  100% {
    margin-right: -0px
  }
}

/* Updated Css for cart page  starts here*/
.bk_cart-table .ty-cart-content tr:first-child {
  border: 1px solid #ecf0f1;
}

.bk_cart-table .ty-gift-image {
  background-color: #EFFBF9;
  background: url("https://cdn.kindlife.in/images/ui_icon/cart-icon.svg") no-repeat;
  background-size: cover;
  border: none;
  border-radius: 5px;
}

.ty-gift-image__icon {
  display: none !important;
}

.bk_cart-table .bk_cart td .ty-cart-content__product-title {
  margin-bottom: 10px;
}

.bk_cart-table .ty-cart-content .ty-control-group {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.bk_cart-table .ty-cart-content .ty-control-group .ty-price {
  color: #1b1c1e;
}

.bk_cart-table .ty-cart-content .ty-control-group__label {
  flex: 0 0 100px;
  margin: 0;
}

#checkout_form_wrapper td.ty-cart-content__price {
  text-align: right;
  padding-right: 10px;
}

#checkout_form_wrapper .bk_cart_actions {
  justify-content: flex-end;
}

#checkout_form_wrapper .bk_cart_actions .ty-delete-big {
  padding-right: 0;
}

.bk_cart-table .ty-cart-content .ty-control-group__item {
  flex: 0 0 calc(100% - 100px);
}

.bk_cart-table .ty-cart-content__product-elem .ty-control-group .ty-control-group__label,
.bk_cart-table .ty-control-group__item {
  line-height: 16px;
  font-size: 14px;
  padding: 0;
  font-weight: inherit;
}

.bk_cart-table span#bk-giftCardQty {
  font-weight: 500;
  margin-right: 5px;
  display: none;
}

.ty-cart-content tr td .price,
.ty-cart-content tr td .ty-sub-price {
  line-height: 37px;
}

.bk_cart_actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.bk_cart_actions a {
  color: #2DBAA8;
  line-height: 23px;
  padding: 0 10px;
}

.bk_cart_actions a:first-child {
  position: relative;
  padding-left: 0;

}

.bk_cart_actions a:first-child:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #2DBAA8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bk-car-free-product {
  font-size: 14px;
  line-height: 23px;
  border-bottom: none !important;
}

.bk-car-free-product.open {
  color: #2DBAA8;
}

.ty-cart-content-products {
  min-height: 120px;
}

@media(max-width: 767px) {
  .ty-cart-content td:nth-child(odd) {
    width: 30% !important;
  }

  .bk_cart-table .ty-gift-image {
    max-width: 70px;
    max-height: 70px;
  }

  .ty-cart-content td:nth-child(even) {
    width: 70% !important;
  }
}

/* Updated Css for cart page ends here  */

.ty-cart-content .bk_cart-page-table td.ty-cart-content__image-block {
  width: 40% !important;
}

.ty-cart-content .bk_cart-page-table .ty-table__responsive-content .ty-gift-image {
  max-width: 100px;
  max-height: 100px;
}

span#bk-giftCardQty {
  display: inline-block;
}

.ty-cart-content .bk_cart-page-table td.ty-cart-content__description {
  width: 60% !important;
}

.save_for_later:active,
.remove_from_cart:active {
  box-shadow: inset 3px 3px 8px 0 rgba(0, 0, 0, 0.116),
    inset -3px -3px 8px 0 rgb(255 255 255 / 50%);
}

.save_for_later,
.remove_from_cart {
  padding: 6px 13px;
  line-height: 22px;
  border-radius: 10px;
  margin: 0px 5px;
  background: #F4F4F6;
  color: #27262C;
}

.save_for_later img,
.remove_from_cart img {
  margin-right: 5px;
}

.bt_remove_cart_action_close {
  width: 26px;
  height: 26px;
  border-radius: 14px;
  padding: 5px;
  margin: 0 10px 0 5px;
  box-shadow: 0px 2px 5px #0000001a;
  background: #f4f4f6;
}

.text-copied-tooltip {
  right: auto !important;
}

.text-copied-tooltip:after {
  right: 64px !important;
}

.text-copied-tooltip:before {
  right: 64px !important;
}

.carShareSocialIcons a img {
  width: 28px;
}

.cartRemoveAction>img {
  width: 16px;
  opacity: 0.5;
}

.gc_recipient {
  margin-bottom: 8px;
}

/* for Cart Share on cart page*/
@media (max-width: 767px) {
  .shareCartContainer {
    margin-top: 0;
    border-radius: 12px;
    overflow: hidden;
  }

  .carShareSocialIcons a img {
    width: 31px;
  }

  .shareCartImageWraper {
    font-size: 0.8rem;
    margin: 0px;
  }

  .removeFromCartContainer {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    padding: 10px;
  }

  .removeFromCartContainerLayer {
    background: rgb(31 31 31 / 60%);
    width: 100%;
    height: 100%;
  }
}

/* Start: Cart conditional product picker*/
.cart_pro_picker {
  margin-top: 10px;
}
/* End: Cart conditional product picker*/

/* css for cart page Buy togather table START*/
.bk-product-options-table h4 {
  margin-bottom: 0;
  margin-top: 10px;
}

.bk-product-options-table .bk-table {
  margin-top: 0px;
}

.bk-product-options-table td.bk-buy-togather-product-title a {
  text-align: left;
  display: inline-block;
}

/* css for cart page Buy togather table END*/

/* Additional Discount block CSS::Start Here */
.bk_discOffer_sublist-wrapper.ty_additional_sublist {
  display: none;
}

.bk_discOffer_sublist-wrapper.ty_additional_sublist.active {
  display: flex;
}

.bk_discOffer_sublist-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 8px 10px;
  border: 2px solid #84E2D6;
  border-radius: 6px;
  margin: 10px 0;
  background: #EFFBF9;
}

.bk_discOffer_sublist-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #84E2D6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 10%;
  top: -10px;
  transform: translateX(-50%);
}

.bk_discOffer_sublist-wrapper .ty-cart-statistic__title {
  font-weight: 500;
  color: #202121;
  padding: 0;
}

.bk_cart_offerOpt_auto {
  color: #19A447;
  font-size: 15px;
  font-weight: 500;
}

#detail_icon_btn {
  cursor: pointer;
  user-select: none;
}

.bk_additional_discount span.detail_icon {
  color: #07703b;
  font-size: 13px;
  margin-left: 5px;
}

/* Additional Discount block CSS::Ends Here */