.product__filter-count .nice-select.open .list {
  right: 0;
  left: auto;
  width: inherit;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .product__filter-count .nice-select.open .list {
    left: 0;
    right: auto;
  }
}

.product__filter-count .nice-select ul.list {
  width: 100%;
}

.product__item .product__thumb {
  background: #eaeaea;
  margin-bottom: 15px;
  position: relative;
  border-radius: 5px;
}

.product__icon {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.product__icon a {
  height: 45px;
  width: 45px;
  line-height: 49px;
  border-radius: 50%;
  background-color: #fff;
  color: #1c1d1b;
  display: inline-block;
  margin-right: 5px;
  transition: 0.3s;
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  transform: scaleX(0);
  font-size: 14px;
  position: relative;
}

.product__item:hover .product__icon {
  opacity: 1;
  visibility: visible;
}

.product__item:hover .product__icon a {
  transform: scale(1);
}

.product__title:hover {
  color: #ea5822;
}

.product__icon a:hover {
  background-color: #ea5822;
  color: #fff;
}

.product__item:hover .product__icon {
  visibility: visible;
  opacity: 1;
}

.product__item .product__thumb img {
  max-width: 100%;
  height: auto;
}

.product__price .amount {
  font-size: 18px;
  font-weight: 600;
}

.price del {
  color: #707070;
}

.price del .amount {
  color: #707070;
  font-size: 14px;
}

.price del .woocommerce-Price-amount.amount bdi {
  color: #a0a0a0;
}

.product__icon span.tinvwl_add_to_wishlist-text {
  display: none;
}

.product__icon a.icon-btn.woosq-btn {
  display: inline-block;
}

a.icon-btn.woosq-btn {
  display: none;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {
  display: none;
}

.product__icon .woocommerce-LoopProduct-link {
  display: none;
}

.product__item .tinv-wraper.tinv-wishlist {
  width: 40px;
  display: inline-block;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 0px;
}

a.added_to_cart.wc-forward {
  padding-top: 0px;
}

.product__icon .add_to_cart_button.added {
  display: none;
}

.product__icon a.added_to_cart.wc-forward {
  background: #ea5822;
  color: #fff;
}

.product__item .added_to_cart.wc-forward {
  font-size: 0;
}

a.added_to_cart.wc-forward::after {
  content: "✔";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
  top: -148px;
  left: -3px;
}

.tp-header-icon span {
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 1px;
  background: #222;
  height: 18px;
  width: 18px;
  line-height: 17px;
  color: #fff;
  border-radius: 11px;
  left: 27px;
}

.woocommerce ul.products li.product .onsale {
  top: 17px;
  right: 19px;
}

.product_title.entry-title {
  font-size: 26px;
  color: #1b1b1b;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.quantity {
  margin-right: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.woocommerce-grouped-product-list-item__quantity .quantity {
  float: none;
  margin-right: 0;
}

table .woocommerce-grouped-product-list-item__label a {
  color: #1c1d1b;
  margin-bottom: 13px;
  display: inline-block;
}

table .woocommerce-grouped-product-list-item__label a:hover {
  color: #ea5822;
}

.quantity input {
  height: 45px;
  width: 70px;
  padding: 0 14px;
  border: 1px solid #ebebeb;
  text-align: center;
}

.cart-plus-minus {
  position: relative;
}

.qtybutton {
  position: absolute;
  right: 10px;
  top: 17px;
  line-height: 1;
  font-size: 23px;
  font-weight: 600;
  cursor: pointer;
}

.qtybutton.minus {
  left: 10px;
  right: auto;
}

.product-details-meta .sku span.sku-text {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}

.product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
}

.product_meta b {
  color: #000000;
  padding-right: 5px;
  font-weight: 500;
}

.product_meta > * {
  margin-bottom: 3px;
}

.product_meta .sku_wrapper .sku {
  text-transform: capitalize;
}

.product_meta .posted_in a {
  text-transform: capitalize;
}

.product_meta .posted_in a:hover {
  color: #ea5822;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list::before {
  content: "\e908";
  margin-right: 0;
}

.woocommerce span.onsale {
  background: #ea5822;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  text-align: center;
  z-index: 9;
  display: block;
  padding: 7px 12px;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  top: 15px;
  left: 15px;
  line-height: 1;
}

.woocommerce .product-single-gallery-main span.onsale {
  left: auto;
  right: 50px;
  top: 20px;
}

.product__price ins {
  text-decoration: none;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button::before,
a.wishlist_products_counter.top_wishlist-heart::before,
span.wishlist_products_counter.top_wishlist-heart::before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart::before {
  margin-right: 0;
  font-size: 24px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
  position: relative;
  padding-right: 25px;
  padding-left: 125px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images img {
  max-width: 100%;
  background: #eaeaea;
  cursor: pointer;
}

.flex-control-nav.flex-control-thumbs {
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.flex-control-nav.flex-control-thumbs li {
  margin-bottom: 15px;
}

.details-rating i {
  color: #f8a231;
  font-size: 14px;
  margin-right: 3px;
}

.new-price {
  font-size: 36px;
  color: var(--clr-theme-1);
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
  display: block;
  margin-bottom: 15px;
}

.new-price del {
  font-size: 20px;
  color: #cfcfcf;
}

.new-price ins {
  text-decoration: none;
}

.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.product-details-meta {
  margin-top: 35px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  position: relative;
}

#thumb-gallery-margin {
  padding-left: 0;
}

.variations table th {
  padding: 0 12px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  padding: 8px 20px;
  text-align: left;
}

.woocommerce-product-attributes td p {
  margin: 0;
}

.variations .nice-select::after {
  right: 13px;
  color: #666;
}

.reset_variations {
  display: none;
}

.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}

.woocommerce-variation-price {
  margin-bottom: 20px;
}

.product__item span.tinvwl_add_to_wishlist-text {
  display: none;
}

.sectox-shop-area .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  border: 1px solid #e2e2e2;
  padding: 16px 19px;
  margin-top: 0;
  transition: 0.3s;
}

.sectox-shop-area .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover {
  background-color: var(--clr-theme-1);
  color: #fff;
}

.tp-single-content-info .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
  color: var(--clr-theme-1);
}

.tp-single-content-info .tinv-wraper.tinv-wishlist {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
}

.tp-single-content-info .tp-single-cart-form .tinv-wraper.woocommerce.tinv-wishlist {
  display: none;
}

.tp-single-content-info .tinvwl_add_to_wishlist-text {
  margin-inline-start: 5px;
  transition: 0.3s;
}

.tp-single-content-info .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
  font-size: 18px;
  color: #ea5822;
}

.cp-product-wrap .product-single .add_to_cart_button.added {
  display: none;
}

.cp-product-wrap .product-single .product-links .added_to_cart.wc-forward {
  font-size: 0 !important;
}

.cp-product-wrap .product-single .price-old ins {
  text-decoration: none;
}

.cp-product-wrap .product-single .product-price .price-old {
  text-decoration: none;
}

.cp-product-wrap .product-single .price-old del span bdi {
  color: #5b5b5b !important;
  padding-right: 10px;
}

.woosq-popup .quantity input {
  width: 60px;
}

.woosq-popup select {
  width: 100%;
  background: #edeef5;
  border: 0;
  height: 42px;
  padding: 0 10px;
}

.woocommerce-message {
  background: #eaeaea;
  padding: 9px 20px;
  margin-bottom: 20px;
  border-top: 3px solid #ea5822;
}

.button.wc-forward {
  float: right;
  color: #ea5822;
}

.woocommerce-tabs h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.bd-section-box .bd-section-subtitle {
  color: #ea5822;
  text-transform: capitalize;
  margin-bottom: 14px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

#review_form_wrapper .comment-form-comment textarea {
  height: 190px;
  width: 100%;
  border-radius: 16px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  outline: none;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  resize: none;
}

#review_form_wrapper .comment-form-comment textarea:focus {
  border-color: #ea5822;
}

#review_form_wrapper .comment-input input {
  height: 60px;
  width: 100%;
  background: transparent;
  padding: 15px 20px;
  outline: 0;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
}

#review_form_wrapper .comment-input input:focus {
  border-color: #ea5822;
}

#review_form_wrapper #commentform p label {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

#review_form_wrapper .comment-input input {
  margin-bottom: 20px;
}

#review_form_wrapper .post-input {
  display: none;
}

/*cart page*/
.woocommerce-cart-form table {
  width: 100%;
  border: none;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border: none;
}

.banana-page-content .shoppong-car-wrap .woocommerce-cart-form table tbody tr td {
  border-top: 1px solid #edeef5;
  text-align: left;
}

.woocommerce-cart-form table th {
  border: none;
  border-bottom: 1px solid #edeef5;
}

div.banana-page-content table th {
  text-align: left;
}

.woocommerce-cart-form table th {
  font-size: 12px;
  font-weight: 600;
  border-top: 0;
  border-bottom: 1px solid #edeef5;
  color: #222;
  text-align: left;
}

.woocommerce-cart-form table tbody td {
  text-align: left;
  line-height: 1.1;
  font-size: 15px;
}

.banana-page-content table .woocommerce-cart-form__cart-item a {
  font-weight: 400;
}

.woocommerce-cart-form table tbody td:first-child {
  padding-left: 0;
}

.woocommerce-cart-form table td.product-thumbnail img {
  max-width: 4.375rem;
}

.woocommerce-cart-form .qty_button {
  height: 35px;
  width: 40px;
  line-height: 38px;
  font-size: 15px;
}

.woocommerce-cart-form .quantity input {
  height: 35px;
  width: 50px;
  padding: 0 6px;
  padding-top: 4px;
}

.woocommerce-cart-form table td {
  border: none;
  border-top: 1px solid #f3f3f3;
}

.woocommerce-cart-form .actions {
  padding-top: 25px;
  padding-bottom: 0.625rem;
}

.woocommerce-cart-form table tbody td.product-remove {
  text-align: right;
  padding-right: 5px;
}

#coupon_code {
  height: 50px;
  background: transparent;
  padding: 0 20px;
  margin-right: 10px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding-right: 0;
  line-height: 60px;
}

.woocommerce-cart-form__cart-item .quantity {
  margin-right: 0;
  margin-bottom: 0px;
}

.woocommerce-cart-form table td .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-cart-form table td .quantity {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.woocommerce-cart-form table tbody tr {
  position: relative;
}

@media (max-width: 767px) {
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    padding-right: 0;
  }

  .banana-shop-area .sidebar__wrapper {
    padding: 0;
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .woocommerce-cart-form table td.product-price {
    display: none !important;
  }

  .woocommerce-cart-form table td.product-subtotal {
    display: none !important;
  }

  .woocommerce-cart-form table td.product-remove {
    padding: 0 !important;
    width: 0 !important;
  }

  .woocommerce-cart-form table th.product-price,
  .woocommerce-cart-form table th.product-subtotal,
  .woocommerce-cart-form table th.product-remove {
    display: none !important;
  }

  .banana-shop-area .sidebar__wrapper {
    padding: 0;
    margin-right: 0 !important;
  }

  .woocommerce-cart-form {
    padding-right: 0;
  }

  .woocommerce-cart-form table tbody td.product-quantity {
    padding-right: 0;
  }

  .update-cart {
    width: 100%;
    margin-top: 11px;
    text-align: left;
  }

  .woocommerce-cart-form .actions .coupon {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banana-shop-area .sidebar__wrapper {
    padding: 0;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .banana-shop-area .sidebar__wrapper {
    padding: 0;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banana-shop-area .sidebar__wrapper {
    padding: 0;
    margin-right: 0 !important;
  }

  .update-cart {
    width: 100%;
    margin-top: 11px;
    text-align: left;
  }

  .woocommerce-cart-form .actions .coupon {
    width: 100%;
  }

  .woocommerce-cart-form {
    padding-right: 0;
  }
}

.woocommerce-cart-form table tbody td.product-name {
  font-size: 15px;
}

.woocommerce-cart-form .actions .coupon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-cart-form .actions .coupon #coupon_code {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}

.cart-collaterals {
  border: 1px solid #edeef5;
  border-radius: 4px;
  padding: 1.25rem;
  height: 100%;
}

.cart-collaterals .cart_totals > h2 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 0.9375rem;
  border-bottom: 0.9375rem;
  border-bottom: 1px solid #edeef5;
  color: #1c1d1b;
}

.cart-collaterals .shop_table {
  width: 100%;
  margin: 0;
}

.shoppong-car-wrap table,
.shoppong-car-wrap th,
.shoppong-car-wrap td {
  border: 0;
}

.woocommerce-cart-form table a {
  color: #444;
}

.woocommerce-cart-form .coupon label {
  display: none;
}

.product-remove a {
  font-size: 25px;
}

.cart-collaterals .shop_table .cart-subtotal th,
.cart-collaterals .shop_table .cart-subtotal td {
  border: none;
  border-bottom: 1px solid #edeef5;
  padding-left: 5px;
  padding-right: 5px;
}

.cart-collaterals .shop_table .cart-subtotal th {
  text-align: left;
  color: #1c1d1b;
  font-size: 15px;
}

.cart-collaterals .shop_table td {
  text-align: right;
}

.cart-collaterals .shop_table .order-total th {
  text-align: left;
  color: #1c1d1b;
}

.cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td {
  border: none;
  padding-left: 5px;
  padding-right: 5px;
}

.cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td {
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
}

.cart-collaterals .shop_table .order-total th strong,
.cart-collaterals .shop_table .order-total td strong {
  font-weight: 600;
  color: #1c1d1b;
}

.cart-collaterals .shop_table .order-total .amount {
  font-size: 1.25rem;
  color: #1c1d1b;
}

.wc-proceed-to-checkout {
  padding-top: 0.9375rem;
  border-top: 1px solid #edeef5;
}

.woocommerce-cart-form .actions .bd-fill__btn[name="update_cart"]:disabled {
  color: #c2c2d3;
  background-color: #eaeaea;
  cursor: not-allowed;
  border-color: #eaeaea;
}

.woocommerce-cart-form .actions .bd-fill__btn[name="update_cart"]:disabled:after {
  display: none;
}

.coupon {
  float: left;
}

.kindedo-page-content .cart-collaterals table {
  border: none;
}

.kindedo-page-content .product-remove a {
  color: #1c1d1b;
}

/*checkcout */
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-additional-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row,
#customer_details .woocommerce-additional-fields__field-wrapper .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field,
  #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field,
  #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
  #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field,
  #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_first_name_field,
  #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_last_name_field,
  #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_phone_field,
  #customer_details .woocommerce-additional-fields__field-wrapper .form-row#billing_email_field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.woocommerce-billing-fields__field-wrapper input,
.woocommerce-additional-fields__field-wrapper textarea,
.woocommerce-billing-fields__field-wrapper select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.9375rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #666;
  background-color: #eaeaea;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

#customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper > textarea {
  min-height: 120px;
  resize: none;
  padding-top: 10px;
}

#customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper > textarea::placeholder {
  color: #999;
}

#customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper > textarea:-moz-placeholder {
  color: #999;
}

#order_comments_field {
  margin: 0;
}

.select2-container--default .select2-selection--single {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 50px 0 27px;
  box-shadow: none;
  outline: none;
  appearance: none;
  background: transparent;
  font-size: 18px;
  border-radius: 5px;
  color: #424242;
  border: 1px solid #ea582221;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  transform: translateY(-50%);
}

.select2-dropdown {
  border: 1px solid #f3f4f7;
}

#customer_form_details {
  border: 1px solid #edeef5;
  border-radius: 4px;
  padding: 30px;
}

#customer_form_details h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #edeef5;
  color: #1c1d1b;
}

.cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-wrapper .order-review-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25rem;
  flex: 0 0 25rem;
}

.order-review-wrapper {
  border: 1px solid #ea5822;
  border-radius: 4px;
  padding: 0.9375rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px;
}

.order-review-wrapper h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #edeef5;
}

.order-review-wrapper .shop_table {
  width: 100%;
  font-size: 0.8125rem;
  border: 0;
  text-align: left;
  color: #1c1d1b;
  margin: 0;
}

.order-review-wrapper .shop_table td,
.order-review-wrapper .shop_table th {
  border: 0;
  text-align: left;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 16px;
}

.order-review-wrapper .shop_table thead th {
  color: #1c1d1b;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #edeef5;
}

.order-review-wrapper .shop_table tfoot tr th {
  border: none;
  border-top: 1px solid #edeef5;
  padding-left: 4px;
  color: #000;
}

.order-review-wrapper .shop_table tfoot tr td {
  border: none;
  border-top: 1px solid #edeef5;
}

.order-review-wrapper .shop_table thead th {
  border: none;
  border-bottom: 1px solid #edeef5;
  padding-left: 4px;
}

.order-review-wrapper .shop_table th {
  font-weight: 400;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  max-width: 50%;
  width: 50%;
}

.order-review-wrapper .shop_table tbody td:last-child {
  text-align: right;
}

.order-review-wrapper .shop_table thead th:last-child {
  text-align: right;
}

.order-review-wrapper .shop_table .amount {
  font-size: 0.9375rem;
}

.order-review-wrapper .shop_table tfoot tr td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: right;
  border-top: 1px solid #edeef5;
}

.order-review-wrapper .shop_table .amount {
  font-size: 0.9375rem;
}

.order-review-wrapper .shop_table tfoot tr.order-total .amount {
  font-size: 1.25rem;
  font-weight: 600;
}

.order-review-wrapper .woocommerce-checkout-payment {
  padding-top: 0.9375rem;
  border-top: 1px solid #edeef5;
}

.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.order-review-wrapper .woocommerce-checkout-payment .woocommerce-privacy-policy-text p a {
  color: #ea5822;
  font-weight: 500;
  text-decoration: underline;
}

.woocommerce-form-coupon-toggle {
  padding: 20px;
  background-color: #eaeaea;
  padding-left: 45px;
  position: relative;
  font-size: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.woocommerce-form-coupon-toggle::before {
  color: #ea5822;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02e";
}

.checkout_coupon #coupon_code {
  width: 100%;
}

.showcoupon:hover {
  text-decoration: underline;
}

.woocommerce-billing-fields__field-wrapper .form-row > label {
  margin-left: 0;
  margin-bottom: 5px;
}

.cart-wrapper .order-review-wrapper .woocommerce-checkout-review-order-table tbody tr td {
  color: #424242;
}

.woocommerce-Price-amount.amount bdi {
  color: #424242;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount bdi {
  color: #777777;
}

.woocommerce-additional-fields__field-wrapper .form-row > label {
  margin-bottom: 5px;
}

.woosq-popup .summary.entry-summary .woocommerce-product-rating {
  margin-bottom: 5px;
}

/*wishlist*/
td.product-thumbnail img {
  width: 125px;
}

.wishlist_item .product-thumbnail img {
  max-width: 100%;
}

table.tinvwl-table-manage-list {
  font-size: 0.875rem;
}

.tinv-wishlist table th {
  font-size: 13px;
  color: #71778e;
  font-weight: 600;
}

.tinvwl-table-manage-list a {
  color: #424242;
  font-size: 16px;
}

.kindedo-page-content .wishlist_item .product-name a {
  color: #424242;
}

.kindedo-page-content .wishlist_item .product-name a:hover {
  color: #ea5822;
}

.kindedo-page-content table .wishlist_item .product-date time {
  font-size: 15px;
}

.tinv-wishlist .product-action {
  width: 180px;
  text-align: center;
}

.tinv-wishlist button {
  background: transparent;
  padding: 0 20px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  transition: 0.3s;
  font-size: 16px;
}

.tinv-wishlist button:focus {
  border: 1px solid #ea5822;
  color: #ea5822;
}

.tinv-wishlist button:hover {
  border-color: #ea5822;
  color: #ea5822;
}

.tinv-wishlist .social-buttons li a.social {
  color: #1c1d1b;
  transition: 0.3s;
}

.tinv-wishlist .social-buttons li a.social:hover {
  color: #ea5822;
}

.tinv-wishlist .social-buttons > span,
.tinv-wishlist .social-buttons > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.tinv-wishlist ins {
  text-decoration: none;
}

.banana-page-content .tinv-wishlist table {
  border: 1px solid #edeef5;
}

.banana-page-content .tinv-wishlist table th {
  border: 1px solid #edeef5;
  text-align: center;
}

.banana-page-content .tinv-wishlist table td {
  border: 1px solid #edeef5;
}

.tinvwl-table-manage-list thead tr th {
  color: #1c1d1b;
  font-weight: 500;
  font-size: 17px;
}

.tinvwl-table-manage-list .product-action button {
  transition: 0.3s;
}

.tinvwl-table-manage-list .product-action button:hover {
  color: #ffffff;
  background: #ea5822;
}

.tinvwl-table-manage-list .tinvwl-to-right button {
  transition: 0.3s;
}

.tinvwl-table-manage-list .tinvwl-to-right button:hover {
  background: #ea5822;
  color: #fff;
}

.tinvwl-input-group-btn button:hover {
  color: #ea5822;
}

.tinvwl-buttons-group.tinv-wishlist-clear button:hover {
  color: #ea5822;
}

.banana-page-content table .wishlist_item a {
  color: #1c1d1b;
  font-weight: 400;
  font-size: 15px;
  transition: 0.3s;
}

.banana-page-content table .wishlist_item a:hover {
  color: #ea5822;
}

.tinv-wishlist .product-stock p {
  display: inline-block;
  text-align: center;
}

.tinvwl-input-group .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 50px 0 27px;
  outline: 0;
  background: transparent;
  color: #424242;
  border: 1px solid #ea582221;
  border-radius: 5px;
  font-size: 18px;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus {
  border-color: #ea5822;
}

/*mini cart */
.tp-mini-card {
  display: inline-block;
  position: relative;
}

.mini_shopping_cart_box {
  position: absolute;
  top: 110%;
  right: 0;
  width: 300px;
  background: #fff;
  padding: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
  box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
  border: 1px solid #edeef5;
  border-radius: 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.tp-mini-card:hover .mini_shopping_cart_box {
  opacity: 1;
  visibility: visible;
  top: 105%;
}

.woocommerce-mini-cart__empty-message {
  margin: 0;
}

.mini_cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.mini_shopping_cart_box .mini_cart_item + .mini_cart_item {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid #edeef5;
}

.mini-cart-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.5rem;
  flex: 0 0 3.5rem;
  max-width: 3.5rem;
  padding: 0;
  margin-right: 0.625rem;
}

.min-cart-content {
  position: static;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}

.mini-cart-title {
  font-size: 14px;
  margin-bottom: 2px;
}

.remove.remove_from_cart_button {
  font-size: 20px;
}

.min-cart-price .quantity {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.min-cart-price .woocommerce-Price-amount.amount {
  color: #ea5822;
}

.woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #edeef5;
}

.woocommerce-mini-cart__total strong {
  font-size: 15px;
  font-weight: 600;
  color: #1c1d1b;
}

.woocommerce-mini-cart__total .amount {
  font-size: 18px;
  font-weight: 600;
  color: #ea5822;
}

.woocommerce-mini-cart__buttons.buttons {
  margin: 0;
}

.woocommerce-mini-cart__buttons .button.wc-forward {
  float: none;
  color: #222;
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  padding: 7px 15px;
  margin-top: 10px;
}

.woocommerce-mini-cart__buttons .button.wc-forward:hover {
  background-color: #ea5822;
  border-color: #ea5822;
  color: #fff;
}

.woocommerce-mini-cart__buttons .button.checkout.wc-forward {
  background: #ea5822;
  border-color: #ea5822;
  color: #fff;
}

.woocommerce-mini-cart__buttons .button.checkout.wc-forward:hover {
  background-color: #eddd5e;
  border-color: #eddd5e;
  color: #1c1d1b;
}

/*account */
.woocommerce-account .col2-set {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-account .col-1,
.woocommerce-account .col-2 {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100% !important;
}

@media (max-width: 600px) {
  .woocommerce-account .col-1,
  .woocommerce-account .col-2 {
    width: 100%;
  }

  .woocommerce-account .col-1 + .col-2 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .kd-related-title {
    font-size: 36px;
  }
}

#customer_login h2,
.woocommerce-MyAccount-content h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #edeef5;
}

.woocommerce-form input[type="text"],
.woocommerce-form input[type="password"],
.woocommerce-form input[type="email"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.9375rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #1c1d1b;
  background-color: #eaeaea;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

label.woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.woocommerce-form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0 0.9375rem;
  border: 1px solid;
  color: #fff;
  background-color: #ea5822;
  border-radius: 4px;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.woocommerce-privacy-policy-text p a {
  color: #ea5822;
  font-weight: 500;
  text-decoration: underline;
}

/*product sidebar*/
.product-widgets .product_list_widget .product-widget-info del > span {
  color: #707070 !important;
}

.banana-shop-area .sidebar__wrapper {
  padding: 0;
  margin-right: 30px;
}

.widget_price_filter form {
  position: relative;
  color: #72788e;
}

.price_slider_wrapper .ui-widget-content {
  height: 4px;
  background-color: #e0e0e2;
  margin-bottom: 18px;
  border-radius: 4px;
}

.ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border: 0;
  background-color: #ea5822;
  border-radius: 8px;
  z-index: 1;
}

.ui-widget-content .ui-slider-handle {
  left: 0%;
  position: absolute;
  z-index: 2;
  outline: 0;
  cursor: pointer;
  background-color: #ea5822;
  border-radius: 100%;
  border: 0;
  height: 14px;
  top: -5px;
  width: 14px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.ui-widget-content .ui-slider-handle:last-child {
  left: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price_slider_amount .button {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  margin-left: auto;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.price_slider_amount .button {
  color: #1c1d1b;
}

.price_slider_amount .price_label {
  font-size: 15px;
  color: #575757;
  font-weight: 500;
}

.price_slider_amount .price_label span {
  font-weight: 500;
  color: #1c1d1b;
}

.product__widget-title {
  margin-bottom: 25px;
  font-size: 18px;
}

.product-sidebar ul {
  list-style: none;
}

.product-sidebar ul ul {
  padding-left: 15px;
}

.product-sidebar ul li a {
  padding: 5px 0;
  color: #777777;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 400;
}

.product-sidebar ul li a:hover {
  color: #ea5822;
}

.wc-layered-nav-term span.count {
  float: right;
}

.product-widget-thumb img {
  width: 75px;
  margin-right: 15px;
  background: #eaeaea !important;
}

.product_list_widget .woocommerce-Price-amount.amount {
  color: #ea5822;
  font-weight: 700;
}

.product-widget-title a {
  color: inherit !important;
}

.product-widget-info ins {
  text-decoration: none;
}

.product__title {
  color: #363636;
  font-weight: 500;
  font-size: 20px;
}

.product-title:hover {
  color: #ea5822;
}

.woocommerce-product-search {
  position: relative;
  margin-bottom: -25px;
}

.woocommerce-product-search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: var(--tp-grey-1);
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid var(--tp-grey-1);
  outline: none;
  padding-top: 3px;
  padding-right: 80px;
}

.woocommerce-product-search button {
  font-size: 0;
  height: 0;
}

.woocommerce-product-search button::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  padding: 0 24px;
  color: #1c1d1b;
  line-height: 61px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  -o-border-radius: 0 7px 7px 0;
  -ms-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  background: transparent;
  content: "\f002";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
}

/*product details review */
p.stars a,
.woocommerce-page p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  font-size: 0.8rem;
  margin-bottom: 12px;
}

p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
  width: 2em;
}

p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
  width: 4em;
}

p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
  width: 5.5em;
}

p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
  width: 7em;
}

p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
  /*width: 10em;*/
}

p.stars a {
  border-right: 1px solid #e1e1e1;
}

p.stars a:last-child {
  border-right: 0;
}

p.stars a.star-1::after,
p.stars a.star-2::after,
p.stars a.star-3::after,
p.stars a.star-4::after,
p.stars a.star-5::after,
.woocommerce-page p.stars a.star-1::after,
.woocommerce-page p.stars a.star-2::after,
.woocommerce-page p.stars a.star-3::after,
.woocommerce-page p.stars a.star-4::after,
.woocommerce-page p.stars a.star-5::after {
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 3px;
}

p.stars a.star-1::after,
.woocommerce-page p.stars a.star-1::after {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
  color: #f8a231;
}

p.stars a.star-2::after,
.woocommerce-page p.stars a.star-2::after {
  content: "\f005\f005";
  font-family: "Font Awesome 5 Pro";
  color: #f8a231;
}

p.stars a.star-3::after,
.woocommerce-page p.stars a.star-3::after {
  content: "\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  color: #f8a231;
}

p.stars a.star-4::after,
.woocommerce-page p.stars a.star-4::after {
  content: "\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  color: #f8a231;
}

p.stars a.star-5::after,
.woocommerce-page p.stars a.star-5::after {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  color: #f8a231;
}

/*active icon*/
.p.stars a.star-1.active::after,
p.stars a.star-1:hover::after,
p.stars a.star-1.active::after,
p.stars a.star-1:hover::after {
  content: "\f005";
  color: #f8a231;
  font-weight: 900;
}

.p.stars a.star-2.active::after,
p.stars a.star-2:hover::after,
p.stars a.star-2.active::after,
p.stars a.star-2:hover::after {
  content: "\f005\f005";
  color: #f8a231;
  font-weight: 900;
}

.p.stars a.star-3.active::after,
p.stars a.star-3:hover::after,
p.stars a.star-3.active::after,
p.stars a.star-3:hover::after {
  content: "\f005\f005\f005";
  color: #f8a231;
  font-weight: 900;
}

.p.stars a.star-4.active::after,
p.stars a.star-4:hover::after,
p.stars a.star-4.active::after,
p.stars a.star-4:hover::after {
  content: "\f005\f005\f005\f005";
  color: #f8a231;
  font-weight: 900;
}

.p.stars a.star-5.active::after,
p.stars a.star-5:hover::after,
p.stars a.star-5.active::after,
p.stars a.star-5:hover::after {
  content: "\f005\f005\f005\f005\f005";
  color: #f8a231;
  font-weight: 900;
}

#review_form_wrapper .comment-form-comment label {
  margin-bottom: 20px;
  line-height: 1;
}

#review_form_wrapper .comment-form-rating label {
  margin-bottom: 20px;
}

#review_form_wrapper .comment-form-comment textarea {
  margin-bottom: 10px;
}

.woocommerce #commentform p {
  margin: 0;
}

.comment-notes {
  margin-bottom: 15px !important;
}

.comment-form-rating {
  margin-bottom: 20px;
}

.woocommerce-Reviews span#reply-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

#review_form_wrapper .form-submit input {
  background-color: var(--clr-theme-1);
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto !important;
  border: 0;
  line-height: 1;
}

.form-submit input[type="submit"] {
  margin-bottom: 0;
}

.woocommerce-Reviews .comment_container {
  display: inline-flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.woocommerce-Reviews .avatar {
  margin-top: 0;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.woocommerce-Reviews .comment-text {
  width: 90%;
}

.commentlist {
  padding-left: 0;
  list-style: none;
}

.product__rating .star-rating {
  margin-bottom: 0;
}

.star-rating {
  position: relative;
  font-size: 13px;
  width: 89px;
  overflow: hidden;
  line-height: 1;
  display: inline-block;
}

.star-rating::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f005\f005\f005\f005\f005";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f8a231;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-rating span::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f005\f005\f005\f005\f005";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f8a231;
  font-weight: 900;
  display: inline-block;
}

strong.woocommerce-review__author {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  text-transform: capitalize;
}

.woocommerce-review__published-date {
  font-size: 13px;
}

.single-content .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews p {
  font-size: 12px;
}

.woocommerce-Reviews-title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}

.shop-details-active .sectiox-product-main {
  margin: 0 15px;
}

.shop-details-active .slick-list.draggable {
  padding: 0;
}

/*quantity input*/
.qty_button {
  display: inline-block;
  width: 50px;
  background: #eaeaea;
  font-size: 18px;
  text-align: center;
  color: #222;
  cursor: pointer;
  height: 45px;
  line-height: 48px;
}

.select2-dropdown {
  position: static !important;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row,
#customer_details .woocommerce-additional-fields__field-wrapper .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.stock.in-stock {
  margin-bottom: 22px;
}

/*Cart page button */
.button.wc-backward {
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  height: 60px;
  background-color: var(--clr-theme-1);
  display: inline-flex;
  align-items: center;
  padding: 0 40px;
  font-size: 16px;
  font-weight: var(--bd-fw-sbold);
  color: var(--clr-common-white);
  text-transform: uppercase;
  border-radius: 5px;
}

.button.wc-backward::after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  transform-origin: 0 0;
  transform: scaleX(0);
  border-radius: 5px;
  background: var(--clr-theme-2);
  transition: all 0.5s ease-out 0s;
}

.button.wc-backward:hover::after {
  width: 100%;
  transform: scaleX(1);
  visibility: visible;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cart-empty.woocommerce-info {
  margin-bottom: 20px;
}

/*shop-details-tab*/
.product-additional-tab .nav-tabs .nav-item {
  margin-bottom: 10px;
  list-style: none;
}

.product-additional-tab .nav-tabs .nav-item .nav-links {
  font-size: 16px;
  color: #1c1d1b;
  font-weight: 600;
  text-align: center;
  padding: 15px 30px;
  width: 100%;
  border: 1px solid #ebebeb;
  display: block;
  text-transform: capitalize;
  border-radius: 6px;
}

.product-additional-tab .nav-tabs .nav-item.active .nav-links {
  background-color: #ea5822;
  color: #fff;
}

.product-additional-tab {
  display: flex;
}

.product-additional-tab .nav-tabs {
  flex-direction: column;
  border-bottom: 0;
  width: 275px;
  flex: 0 0 auto;
}

.bd-content-tab {
  margin-inline-start: 40px;
  width: 100%;
}

.tinvwl_add_to_wishlist-text:hover {
  color: #ea5822;
}

.variations_form .variations {
  margin-bottom: 30px;
}

.variations_form .variations tbody label {
  margin-right: 10px;
}

.variations_form .variations tbody tr {
  margin-bottom: 20px;
  display: block;
}

.woocommerce-grouped-product-list.group_table {
  margin-bottom: 20px;
}

.woocommerce-grouped-product-list.group_table tr td {
  margin-right: 20px;
  display: inline-block;
}

/*Shop Sidebar CSS */
/*Search*/

.woocommerce-product-search input {
  width: 100%;
  height: 55px;
  padding: 0 50px 0 27px;
  outline: 0;
  background: transparent;
  color: var(--clr-common-heading);
  border-radius: 6px;
  border: 1px solid #ebebeb;
}

.woocommerce-product-search input:focus {
  border-color: #ea5822;
}

/*shop sidebar title */

.widget_product_categories ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  transition: 0.3s;
}

.widget_product_categories ul li:not(:last-child) {
  margin-bottom: 15px;
}

.widget_product_categories ul li {
  list-style: none;
}

.widget_product_categories ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #464646;
  transition: all 0.3s ease-out 0s;
}

.widget_product_categories li a:hover,
.widget_product_categories ul li a:hover:before {
  color: #ea5822;
}

.widget_product_categories > ul > li:hover > a::before {
  left: 5px;
}

.sidebar__wrapper .product-widgets ul.product-categories ul.children {
  padding-left: 30px;
}

.sidebar__wrapper .product-widgets ul.product-categories ul li:first-child {
  margin-top: 15px;
}

.sidebar__wrapper .product-widgets ul.product-categories ul li:hover > a::before {
  left: 5px;
}

.product-widgets ul li {
  list-style: none;
}

.product-widgets ul.product_list_widget li:not(:last-child) {
  margin-bottom: 15px;
}

ul.product_list_widget img {
  width: 75px;
  margin-right: 15px;
  background: #eaeaea !important;
  overflow: hidden;
  float: left;
  border-radius: 5px;
}

.sidebar__wrapper ul li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.kindedo-shop-area .basic-pagination {
  margin-bottom: 30px;
}

.sidebar__wrapper .widget_layered_nav ul li a {
  position: relative;
  padding-left: 20px;
  transition: 0.3s;
}

.sidebar__wrapper .widget_layered_nav ul li a:hover,
.sidebar__wrapper .widget_layered_nav ul li a:hover::before {
  color: #ea5822;
}

.sidebar__wrapper .widget_layered_nav ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  transition: all 0.3s ease-out 0s;
  color: #464646;
}

.sidebar__wrapper .widget_layered_nav ul li:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar__wrapper .widget_layered_nav > ul > li:hover > a::before {
  left: 5px;
}

.sidebar__wrapper .widget_top_rated_products .star-rating {
  display: block;
  margin: 5px 0;
}

/*Button CSS */
.dp-cart-btn {
  font-size: 15px;
  color: #ea5822;
  font-weight: 600;
  background: transparent;
  height: 50px;
  line-height: 52px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
  border-radius: 6px;
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #ea5822;
}

.dp-cart-btn i {
  padding-inline-end: 8px;
  font-weight: 500;
}

.dp-cart-btn:hover {
  color: #fff;
  background: #ea5822;
}

.product__filter-wrapper .woocommerce-ordering .nice-select {
  border-radius: 6px;
  padding-right: 35px;
}

.product__filter-wrapper .woocommerce-ordering .nice-select::after {
  margin-top: -2px;
}

.sectiox-product-main {
  margin-bottom: 15px;
}

.woocommerce-ordering .nice-select {
  text-transform: capitalize;
}

.tinvwl-input-group .form-control {
  height: 50px;
  line-height: 32px;
}

.woocommerce-Reviews .cp-input-field {
  display: none;
}

/* responsive css  */
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-additional-tab {
    flex-wrap: wrap;
  }

  .product-additional-tab .nav-tabs {
    margin-bottom: 25px;
  }

  .bd-content-tab {
    margin-inline-start: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .flex-control-nav.flex-control-thumbs {
    max-height: 300px;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 499px) {
  .flex-control-nav.flex-control-thumbs {
    max-height: 180px;
  }
}

/* Cart input field number arrow hide css  */
/* Chrome, Safari, Edge, Opera */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.woosq-popup.mfp-with-anim {
  max-width: 1100px;
  max-height: 600px;
}

.tinvwl_add_to_wishlist_button span,
.tinvwl_add_to_wishlist_button::before {
  transition: 0.3s;
}

.kindedo-page-content table th.product-date {
  color: #1c1d1b;
  font-size: 17px;
  font-weight: 500;
}

.tinv-wishlist .tinv-header h2 {
  font-size: 40px;
}

.product-name .variation {
  margin-top: 10px;
  margin-bottom: 0px;
}

.woocommerce-checkout .woocommerce-form__input-checkbox {
  display: inline-block;
  width: auto;
  height: auto;
  margin-inline-end: 10px;
}

.woocommerce-grouped-product-list-item__price {
  margin-top: -8px;
}

h6.product-widget-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: capitalize;
}

.product_list_widget .woocommerce-Price-amount.amount {
  color: #2d2d2d;
  font-weight: 400;
  font-size: 14px;
}

.product-widget-info .product-widget-title {
  line-height: 1;
  margin-bottom: 10px;
  padding-top: 5px;
}

.product-widget-info .product-widget-title a {
  font-weight: 500;
}

.product-widget-info .product-widget-title:hover {
  color: #ea5822;
}

.product-widget-info {
  line-height: 1;
}

.kd-product-wrap a.icon-btn.woosq-btn {
  display: block;
}

.kd-product-wrap .tinvwl_add_to_wishlist-text {
  display: none;
}

.kd-product-wrap .added_to_cart.wc-forward {
  font-size: 0;
}

.kd-product-wrap .add_to_cart_button.added {
  display: none;
}

.kd-product-content ins {
  text-decoration: none;
}

.kd-product-content .bd-product-price del bdi {
  color: #a0a0a0 !important;
  font-weight: 400;
  margin-right: 5px;
}

.woocommerce-cart-form table td.product-name a {
  color: #424242;
}

.woocommerce-cart-form table td.product-name a:hover {
  color: #ea5822;
}

.kd-product-content .bd-product-price del bdi {
  color: #a0a0a0 !important;
  font-weight: 400;
  margin-right: 5px;
}

.woocommerce-Price-amount.amount bdi {
  color: #424242;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.product__price ins .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
  font-weight: 600;
}

.bd-product-price span {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.bd-product-price span {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.bd-product-price del {
  color: #a0a0a0;
}

.bd-product-price span {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.kd-product-content .bd-product-price del bdi {
  color: #a0a0a0 !important;
  font-weight: 400;
  margin-right: 5px;
  font-size: 15px;
}

.kd-product-content ins {
  text-decoration: none;
}

.woocommerce-Price-amount.amount bdi {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 600;
}

.product_list_widget .product-widget-thumb.col-auto {
  padding-left: 0;
  padding-right: 0;
}

.product_list_widget .star-rating {
  position: relative;
  font-size: 13px;
  width: 89px;
  overflow: hidden;
  line-height: 1;
  display: inline-block;
  display: block;
  margin-bottom: 10px;
}

.row-cols-xl-3 > *,
.row-cols-xl-4 > *,
.row-cols-xl-2 > * {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .row-cols-xl-3 > *,
  .row-cols-xl-4 > *,
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .row-cols-xl-3 > *,
  .row-cols-xl-4 > *,
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}

.nice-select {
  line-height: 43px;
}

#woosq-popup .woosq-product .thumbnails img {
  display: block;
  object-fit: cover;
  object-position: center;
  max-height: 460px;
  width: 100%;
  border-radius: 0;
  padding: 20px;
}

.course-price .regular-price bdi {
  text-decoration: line-through;
  color: #626262;
}

.bd-content-tab ul {
  padding-left: 20px;
}
.product-widgets.woocommerce.widget_product_search {
  height: 55px;
  overflow: hidden;
}
