/*-----COMMON-----*/
/* TITLE */
/*****************************************/
/* woocommerce */
/*****************************************/
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #f3cc2a;
  color: #231f20;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
  cursor: not-allowed;
  opacity: 0.5;
  /*padding: 0.618em 1em;*/
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background-color: #f3cc2a;
  color: #231f20;
}

.woocommerce button.button:disabled:before,
.woocommerce button.button:disabled[disabled]:before {
  content: none;
}

.woocommerce ul.products li.product .button {
  display: inline-flex;
}

.woocommerce #respond input#submit,
.woocommerce input.button .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
#yith-woocompare .added_to_cart,
#yith-woocompare .button,
.woocommerce button.button.alt.disabled {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center;
  font-weight: bold;
  color: var(--primary);
  z-index: 1;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  background: var(--yellow);
  border-radius: 50px;
}

/* .woocommerce #respond input#submit:hover,
.woocommerce a.button:not(.compare):hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
#yith-woocompare .added_to_cart:hover,
#yith-woocompare .button:hover {
  color: var(--white);
  background: var(--mint-theme);
  border-color: var(--mint-theme);
} */

.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
  background: var(--theme);
  color: var(--white);
}

.woocommerce button.button.alt.disabled:before {
  content: none;
}

.woocommerce ul.products li.product a.add_to_quote img {
  width: auto;
  margin: 0 10px 0 0;
}

button.single_add_to_cart_button img {
  max-width: 21px;
  margin: 0 8px 0 0;
}

.yith-wcwl-add-button {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  border: 0px solid #2d2d2d;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  /*background: url(../images/wishlist-icon.svg) no-repeat center center;*/
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  top: 12px;
  right: 15px;
  font-size: 0;
}

.yith-wcwl-add-button:hover {
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistaddedbrowse:hover {
  display: inline-flex;
  border: 0px solid #2d2d2d;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  /*background: url(../images/wishlist-added-icon.svg) no-repeat center center*/
  /*#3f4b57;*/
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.yith-wcwl-add-button a.add_to_wishlist span {
  display: none;
}

.yith-wcwl-wishlistaddedbrowse span.feedback,
.yith-wcwl-wishlistaddedbrowse a {
  display: none;
}

.yith-wcwl-add-button i {
  font-size: 18px;
  color: var(--secondary);
  position: relative;
  z-index: 1;
}

/* PRODUCT TITLE */

/*COMPARE BUTTON*/
.woocommerce ul.products li.product .button.compare {
  background: transparent;
  width: 100%;
  text-align: left;
  margin: 0 20px 25px;
  padding: 0;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
}

.woocommerce ul.products li.product .button.compare.added {
}

.woocommerce ul.products li.product .button.compare:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e2e2e2;
  box-shadow:
    0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin: 1px 0 0;
  position: absolute;
  left: 0;
}

.woocommerce ul.products li.product .button.compare.added:before {
  border-color: var(--theme);
}

.woocommerce ul.products li.product .button.compare.added:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -4px;
  width: 5px;
  height: 10px;
  border: solid var(--theme);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
}

.gridlist-buttonwrap {
  display: flex;
  justify-content: center;
}

.product_img {
  margin: 0 auto 28px !important;
  min-height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product_img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  right: 0;
  /*background: url(../../assets/images/svg/product-shadow.svg) no-repeat;*/
  width: 280px;
  height: 15px;
  margin: 0 auto;
}

.checkout_coupon button {
  color: #fff;
}

a.added_to_cart.wc-forward {
  display: none;
}

.woocommerce
  ul.products
  li.product:hover
  a.whishlist_icon.add_to_whishlist_button,
.product-slider-wrapper
  .wwa-button.add_to_wishlist.single_add_to_wishlist.pro-wishlist:hover {
  animation: pulse 1s infinite ease-in-out alternate;
  color: var(--mint-theme);
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  clear: inherit;
}

.woocommerce ul.products.slick-initialized li.product,
.woocommerce-page ul.products.slick-initialized li.product,
.woocommerce ul.products.slick-initialized li.product,
.woocommerce ul.products[class*="columns-"].slick-initialized li.product {
  position: relative;
}

.woocommerce ul.products li.product a img {
  width: auto;
  margin: 0 auto;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  position: inherit;
  left: inherit;
  top: inherit;

  & .yith-wcwl-add-button {
    top: 0;
    right: 0;
  }
}

.woocommerce-shop .ft-product-section ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px;
}
.woocommerce-shop .product-page .ft-product-section ul.products {
  margin-bottom: 50px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .price,
.productdtl_container .price {
  color: var(--primary);
  font-size: 18px;
  margin: 15px 0 0;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 8px;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  line-height: 100%;
}

.woocommerce ul.products li.product .price del {
  opacity: 1;
  display: inline-block;
  font-size: 18px;
  color: #9b9b9b;
  font-weight: 500;
  order: 2;
}

.woocommerce
  ul.products
  li.product
  .single_variation_wrap
  .price
  .woocommerce-Price-amount.amount {
  display: none;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  top: 18px;
  left: 30px;
  margin: 0;
  text-transform: capitalize;
  padding: 2px 10px;
  background: var(--lightpink);
  display: flex;
  letter-spacing: 0.36px;
  align-items: center;
  position: absolute;
  color: var(--primary);
  font-family: "Outfit";
  font-size: 12px;
  right: unset;
  border-radius: 100%;
  font-weight: 600;
  line-height: 100%;
  min-height: 26px;
  text-align: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .onsale.new {
  background: var(--skyblue);
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
  font-size: 20px;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist {
  line-height: 1;
}

/*PRODUCT SLIDER*/
.woocommerce
  ul.products[class*="columns-"]
  .slick-slide
  li.product
  .yith-wcwl-add-to-wishlist {
  left: auto;
  right: 0;
}

.woocommerce ul.products li.product .single_variation_wrap .price .amount {
  margin: 20px 0 0;
  display: block;
}

.woocommerce div.product .product_title {
  position: relative;
  line-height: 100%;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: "DIN Pro Cond";
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.2px;
  font-size: 50px;
}

.woocommerce .prod_desc div.product form.cart .variations label,
.woocommerce .prod_desc div.product form.cart .variations span.enquiry,
.woocommerce .prod_desc div.product form.cart .variations span.tem_price,
.single_variation_wrap .woocommerce-variation-add-to-cart .enquiry_vari label {
  font-size: 24px;
}

.woocommerce .prod_desc div.product form.cart .variations span.tem_price span {
  font-weight: 500;
  margin-left: 6px;
}

.woocommerce .prod_desc div.product span.price {
  color: #e39001;
  font-size: 30px;
  margin: 0 0 30px;
  display: block;
  text-align: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  color: #4b4b4b;
  font-size: 20px;
  padding: 0px;
  text-decoration: none;
  border: 0;
  border-bottom: 0;
  position: relative;
  letter-spacing: 0.4px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  background: #f4f6fb;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  background: #f4f6fb;
  padding: 50px;
  border: 1px solid #e4e4e5;
}

.woocommerce div.product .woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}

.youtube-embed-container {
  width: 100%;
  height: 100%;
  margin: 25px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #000000;
}

#wl-wrapper ul.wl-tabs {
  margin: 0;
  border-bottom: 0;
}

#wl-wrapper .wl-tabs > li {
  min-width: 200px;
  text-align: center;
}

#wl-wrapper .wl-tabs > li > a {
  padding: 18px 40px;
  border: 0;
  width: 100%;
}

#wl-wrapper .wl-actions-table {
  margin: 0 0 10px;
}

#wl-wrapper .wl-table.shop_table_responsive td {
  vertical-align: middle;
  text-align: center;
}

#wl-wrapper .wl-table.shop_table_responsive td .quantitybox {
  margin: 0 auto;
  float: none;
}

#wl-wrapper .wl-table .check-column {
  display: none;
}

#wl-wrapper .wl-actions-table select {
  padding: 12px 15px;
  border: 1px solid #e5e4e6;
  border-radius: 4px;
  height: 45px;
  /*background: url(../../assets/images/svg/select-arrow.svg) no-repeat right 15px top 18px #fff;*/
  font-size: 14px;
  font-family: "Albert Sans";
  font-weight: normal;
  min-width: 200px;
  max-width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  content: none !important;
}

#wl-wrapper .wl-tabs > li.active > a,
#wl-wrapper .wl-tabs > li > a:hover {
  background: #643190;
  color: #fff;
  margin: 0;
  border: 0;
}

/* Checkout page css */
.woocommerce ul.order_details li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  font-weight: normal !important;
}

/*ACCOUNT*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}

nav.woocommerce-MyAccount-navigation ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}

nav.woocommerce-MyAccount-navigation ul li.is-active,
nav.woocommerce-MyAccount-navigation ul li:hover {
  background: var(--theme);
  color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li {
  flex: 1;
  background: #fff;
  padding: 0;
  display: inline-block;
  border: 1px solid #e8e8e8;
  margin: 0 -1px 0 !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  letter-spacing: 0.3px;
}

.content-ul nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
  color: #4b4b4b;
  text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul li:before {
  content: none;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  padding-top: 30px;
  text-align: left;
  background: #fff;
  margin-bottom: 80px;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 32px;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
  font-weight: normal;
}

.woocommerce table.my_account_orders .button.view {
  white-space: nowrap;
  padding: 12px 20px;
  min-width: 100px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: var(--light-grey);
}

.woocommerce-message,
.woocommerce-info a:hover {
  color: #000;
  border-top-color: var(--theme);
}

.woocommerce-info a {
  color: var(--theme);
}

.woocommerce-info a:hover {
  text-decoration: underline;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--theme) !important;
}

.woocommerce-info {
  border-top-color: var(--theme);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: "FontAwesome";
  content: "\f00c ";
  display: inline-block;
  position: absolute;
  top: 14px;
}

#customer_login {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 48%;
  background-color: var(--light-grey);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgb(0 61 102 / 20%);
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 48%;
  background-color: var(--light-grey);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgb(0 61 102 / 20%);
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 15px;
}

.woocommerce-account .addresses .title h3 {
  float: left;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 22px;
}

.woocommerce-account .addresses header {
  background: transparent;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.enquiry_text,
.woocommerce form .form-row.woocommerce-validated select,
.select2-container--default .select2-selection--single {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  height: 48px;
  background: #fff;
  color: #6e6e6e;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0.4px;
  text-align: left;
  font-weight: normal;
}

.woocommerce form .form-row textarea {
  font-size: 16px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 24px;
  right: 20px;
  margin: 0;
  height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 2px;
  color: #7f7f7f;
  margin: 0;
}

fieldset {
  margin-top: 50px;
}

fieldset legend {
  font-size: 22px;
  color: #4c4c4c;
  margin-bottom: 15px;
  font-weight: 700;
}

.woocommerce form .form-row label {
  line-height: 100%;
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 22px;
}

.woocommerce-account .woocommerce-MyAccount-content p span {
  font-size: 16px;
}

/*CART WISHLIST*/
.woocommerce ul#shipping_method li input {
  margin: 6px 0.4375em 0 0;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  color: #780032;
  font-weight: bold;
}

/*Whishlist*/
.variations {
  line-height: 100%;
}

.woocommerce table.shop_table {
  border-color: rgb(0 0 0 / 15%);
}

.woocommerce table.shop_table th {
  font-weight: normal;
  padding: 18px 12px;
  line-height: 18px;
  color: #000;
  font-size: 14px;
  background: var(--light-theme);
  border-top: 0;
  text-align: left;
  font-weight: 700;
}

.woocommerce table.shop_table td {
  padding: 15px 12px;
  vertical-align: middle;
  border-right: 1px solid rgb(0 0 0 / 15%);
  border-top: 1px solid rgb(0 0 0 / 15%);
  color: #191919;
  width: auto;
  letter-spacing: 0.3px;
  text-align: left;
}

.woocommerce table.shop_table td.product-remove a {
  font-size: 24px;
  padding: 1px 1px 1px 2px;
  width: 25px;
  height: 25px;
  line-height: 100%;
  text-align: center;
  border: 1px solid #000;
  color: #000 !important;
  border-radius: 50%;
  line-height: 1.2;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.woocommerce table.shop_table td.product-remove a:hover {
  background: #000;
  color: #fff !important;
}

.woocommerce table.shop_table td {
  font-size: 16px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
  min-width: 250px;
  border: 1px solid #e8e8e8;
  padding: 12px 20px;
  color: #6e6e6e;
  min-height: 40px;
}

.yith_wcwl_wishlist_footer
  .yith_wcwl_wishlist_bulk_action
  input[type="submit"] {
  margin: 0;
  margin-left: 10px;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  padding: 8px 30px 10px;
  font-size: 18px;
  min-height: 40px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.yith_wcwl_wishlist_footer
  .yith_wcwl_wishlist_bulk_action
  input[type="submit"]:hover {
  background: transparent;
  color: #000;
}

.woocommerce .woocommerce-MyAccount-content button.button {
  min-width: auto;
  margin-top: 30px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce .woocommerce-MyAccount-content a.button {
  min-width: auto;
}

.woocommerce-account .woocommerce-MyAccount-content p > span {
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content p span.selection {
  width: 100%;
  display: block;
  margin-top: 0;
  line-height: 1;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart .product-quantity img,
.woocommerce-checkout table.cart .product-quantity img {
  width: 12px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  height: 46px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
}

/*.woocommerce .cart .button:before{ background: var(--theme);}*/
.checkout-button:before,
.place-order .button:before,
.checkout_coupon button:before,
.button.view:before,
.woocommerce-form-register__submit:before,
.woocommerce-form-login__submit:before {
}

.checkout_coupon button

/* .woocommerce-form-register__submit */
/* .woocommerce-form-login__submit */ {
  color: #fff !important;
}

.woocommerce table.cart td.actions .input-text,
.tinv-wishlist select {
  border: 1px solid #ccc;
  padding: 7px 10px !important;
  border-radius: 5px;
  width: 140px;
  height: 40px;
  color: #6e6e6e;
  font-size: 16px;
  border-radius: 0;
  font-weight: normal;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  text-align: left;
}

.woocommerce-error {
  border-top: 2px solid #f40706;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  text-align: left;
  margin-top: 30px;
}

.woocommerce .cart_totals table.shop_table th {
  border-right: 1px solid rgb(0 0 0 / 15%);
}

.wc-proceed-to-checkout {
  text-align: right;
}

.woocommerce table.shop_table td.product-thumbnail {
  width: 130px;
  text-align: center;
}

.woocommerce table.shop_table td.product-thumbnail > a {
  position: relative;
  overflow: hidden;
  height: 90px;
  display: block;
  width: 90px;
  margin: auto;
  max-width: 100%;
}

.woocommerce table.shop_table td.product-thumbnail > a > img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: 0;
  max-height: 100%;
  width: auto;
}

.woocommerce table.shop_table .product-quantity label {
  display: none !important;
}

.woocommerce .woocommerce-customer-details address {
  font-size: 18px;
  margin: 0 0 16px;
  display: block;
}

.woocommerce-ResetPassword {
  margin-bottom: 80px;
}

/*CHECKOUT*/
#payment fieldset {
  margin-top: 0;
}

.woocommerce-checkout #payment #stripe-payment-data div.form-row {
  padding: 0;
}

.woocommerce-checkout-review-order-table th,
.order_details th {
  width: 50%;
}

.checkout #customer_details {
  margin: 0 0 25px;
}

.woocommerce ul.order_details {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.order_details li {
  font-size: 16px;
  margin-right: 0;
  padding-right: 0;
  width: 20%;
}

.woocommerce ul.order_details li:not(:first-child) {
  padding-left: 20px;
}

.woocommerce ul.order_details li strong {
  font-size: 18px;
}

.woocommerce form .form-row-first,
.woocommerce form .checkout_coupon .form-row-last,
.woocommerce-page form .checkout_coupon .form-row-first,
.woocommerce-page form .checkout_coupon .form-row-last {
  width: 50%;
}

.woocommerce form.checkout_coupon {
  margin-bottom: 40px;
}

.woocommerce-price-suffix {
  font-size: 14px;
  color: #697072;
  line-height: 100%;
  font-weight: 500;
  margin-left: 5px;
  text-transform: capitalize;
}

/* .woocommerce ul.products li.product .price del,
.price del {
  color: #231F20;
  opacity: 1;
  font-weight: normal;
  margin-left: 13px;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem) !important;
  font-family: "Albert Sans";
  font-weight: bold;
} */

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}

.woocommerce table.shop_attributes th {
  text-align: left;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 8px;
}

.woocommerce table.shop_attributes {
  border: 0;
  border-collapse: inherit;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
  float: none;
}

.woocommerce .woocommerce-ordering {
  float: none;
}

.woocommerce form .form-row .input-checkbox {
  margin: -3px 5px 0 0;
}

.ss_need_customisation_checkout_field {
  margin: 40px 0 0;
}

.checkout.woocommerce-checkout .woocommerce-account-fields {
  margin: 25px 0 0;
}

.woocommerce-shipping-fields
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.woocommerce-shipping-fields
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  input {
  margin: 0px 10px 0 0;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}

.wishlist-title a.show-title-form {
  visibility: hidden;
  display: none !important;
}

/* PAGINATION */
.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}

.woocommerce .tophead nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  align-items: center;
  background: transparent;
  /* min-width: 130px; */
  justify-content: flex-end;
  margin: 0 -7px;
}

.tophead nav.woocommerce-pagination ul li a,
.tophead nav.woocommerce-pagination ul li .page-numbers {
  border: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li a.next i {
  left: 1px;
  position: relative;
}

.tophead nav.woocommerce-pagination ul li {
  border: 0;
  padding: 0;
  margin-left: 10px;
}

.tophead .top_pagination {
  margin-left: 20px;
}

.woocommerce nav.woocommerce-pagination ul li a.previous i,
.woocommerce nav.woocommerce-pagination ul li a.next i {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
}

.woocommerce nav.woocommerce-pagination ul li a:focus i,
.woocommerce nav.woocommerce-pagination ul li a:hover i,
.woocommerce nav.woocommerce-pagination ul li span.current i {
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li {
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 36px;
  height: 40px;
  background: var(--white);
  border: 1px solid #e8e8e8;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: var(--white);
  border-color: var(--blue);
  background-color: var(--blue);
}

.woocommerce nav.woocommerce-pagination ul li a.next:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

/* ********** QUANTITY ********** */

.quantitybox {
  clear: initial;
  width: auto;
  float: left;
  margin: 0px;
  display: inline-block;
  border: 1px solid #d1d3d4;
  overflow: hidden;
  height: 52px;
  width: 200px;
  background: #fff;
}

.value-button {
  border: 0px solid #d1d3d4;
  font-size: 16px;
  margin: 0 -1px;
  height: 52px;
  width: 58px;
  line-height: 50px;
  text-align: center;
  float: left;
  color: #000;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border-left: 0px solid #d1d3d4;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.value-button.decrease {
  border-right: 0px solid #d1d3d4;
}

.value-button:hover {
  background: var(--medium-turquoise);
}

.woocommerce .quantity .qty {
  width: 95px;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.quantitybox input[type="number"] {
  -moz-appearance: textfield;
}

.value-button img {
  filter: brightness(0);
}

.quantitybox .quantity {
  padding: 0px;
  float: left;
  color: #575757;
  font-size: 16px;
  font-weight: bold;
  border: 0px solid #e8e8e8;
  width: 85px;
  text-align: center;
  height: 40px;
  border-radius: 0;
  position: inherit;
  opacity: 1;
  cursor: pointer;
  background: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #dfdfdf;
}

.quantitybox .quantity input {
  border: 0;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #878787;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0;
}

.quantitybox input[type="number"] {
  padding: 0 2px;
  float: left;
  color: var(--brown);
  font-size: 16px;
  border: 0px solid #d1d1d1;
  width: 85px;
  text-align: center;
  height: 52px;
  border-radius: 0;
  position: inherit;
  opacity: 1;
  cursor: pointer;
  background: transparent;
  font-weight: bold;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  line-height: 22px;
}

.comment-form-cookies-consent input {
  width: 20px;
  height: 20px;
}

.woocommerce #review_form p.form-submit input {
  width: auto;
}

.woocommerce p.stars a::before {
  background: transparent;
}

.woocommerce ul.products li.product .star-rating {
  margin: 0 auto;
}

#customer_login
  .login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  margin: 10px 0 20px;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}

.panel .wl-form hr {
  margin: 25px 0;
}

.shop_table.shop_table_responsive .btn-afterpay_express_td:before,
.shop_table.shop_table_responsive .btn-afterpay_express:before {
  content: none;
}

.shop_table.shop_table_responsive td.btn-afterpay_express_td {
  background: transparent;
  border: 0;
  border-top: 0 !important;
}

.shop_table.shop_table_responsive .btn-afterpay_express {
  border: 0;
}

.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper
  div:empty {
  display: none;
}

table.wc-block-cart-items thead tr th,
.wc-block-cart .wc-block-cart__totals-title {
  background: var(--theme) !important;
  font-size: 16px;
  color: var(--white);
  visibility: visible !important;
}

.is-large.wc-block-cart .wc-block-cart-items th,
.wc-block-cart .wc-block-cart__totals-title {
  padding: 10px 15px !important;
  text-align: left;
}

.wc-block-cart__main .wc-block-cart-items td {
  padding: 20px;
  text-align: left;
}

.wc-block-cart-item__total {
  justify-content: flex-start;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block {
  background: var(--light-grey);
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 0px !important;
  box-shadow: none;
}

body.woocommerce-checkout
  .wc-block-components-sidebar-layout
  .wc-block-components-main {
  background: var(--white);
  padding: 30px;
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 5px;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title,
.wc-block-components-sidebar {
  margin-top: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  margin: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title {
  background: var(--theme) !important;
  padding: 8px 15px;
  color: var(--white);
}

table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  color: #1d1d1d;
  line-height: 1.1;
  font-size: 16px !important;
  font-weight: bold;
}

.wc-block-components-product-price {
  font-size: 16px;
  color: var(--dark-blue);
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

.wc-block-components-textarea {
  border: 1px solid hsla(0, 0%, 7%, 0.11) !important;
}

ul.woocommerce-error li:before,
.wp-block-woocommerce-checkout-order-summary-block ul li:before,
.content-ul
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  li:before {
  display: none;
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
  width: 100%;
}

.wc-block-components-totals-discount__coupon-list
  button.wc-block-components-chip__remove {
  min-width: 50px;
  background: var(--theme);
  color: #fff;
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
  fill: #fff !important;
  width: 26px;
  height: 26px;
}

.wc-block-components-totals-discount__coupon-list
  button.wc-block-components-chip__remove:hover
  .wc-block-components-chip__remove-icon {
  fill: var(--theme) !important;
}

.wc-block-cart__main .wc-block-cart-items {
  border: 1px solid rgb(0 61 102 / 20%);
}

table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link:hover {
  color: var(--theme) !important;
}

.wc-block-cart__main .wc-block-cart-items td {
  border-top: 0 !important;
}

.wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input {
  border-left: 1px solid #cfdee8;
  border-right: 1px solid #cfdee8;
  font-family: "Rubik";
  font-weight: normal;
}

.wc-block-components-quantity-selector {
  border: 1px solid #cfdee8 !important;
  border-radius: 0 !important;
}

.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--plus {
  border-radius: 0 !important;
}

.wc-block-components-totals-wrapper {
  padding: 20px 15px !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
  width: 100%;
  border-radius: 6px;
  background: var(--mint-theme);
  border: 1px solid var(--mint-theme);
  padding: 15px 20px;
  cursor: pointer;
  font-family: var(--font-body-family);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  width: 100%;
  text-transform: uppercase;

  &:hover {
    background: var(--theme);
    border-color: var(--theme);
  }
}

.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__button {
  background: var(--white);
  border: 2px solid var(--theme);
  color: var(--theme);
  font-size: 16px;
  font-weight: bold;
  font-family: var(--font-body-family);
  border-radius: 4px;

  &:hover {
    background-color: var(--theme);
    color: var(--white);
  }
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  font-size: 14px;
  font-weight: 500;
}

.wc-block-components-checkout-return-to-cart-button {
  color: var(--theme);

  &:hover {
    color: var(--mint-theme);
  }
}

.wc-block-components-checkout-place-order-button {
  width: auto;
  font-weight: var(--font-weight-semibold);
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  color: var(--white);
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
  font-size: 20px;
  font-weight: bold;
}

.shop_table.cart.wishlist_table,
.yith-wcwl-share {
  & li {
    padding-left: 0;

    &::before {
      content: none;
    }
  }
}

.wishlist_table .product-add-to-cart a.button {
  padding: 10px 15px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1439.99px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button:not(.compare),
  .woocommerce button.button,
  .woocommerce input.button .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  #yith-woocompare .added_to_cart,
  #yith-woocompare .button {
    /*padding: 16px 12px;
    min-width: 160px; */
  }

  .woocommerce ul.products li.product .woocommerce-LoopProduct-link .price {
    font-size: 18px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 33.33%;
  }

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
  }

  .woocommerce ul.order_details {
    row-gap: 0px;
  }

  .woocommerce ul.order_details li {
    width: 33.33%;
  }

  .woocommerce-ResetPassword,
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .woocommerce .tophead nav.woocommerce-pagination ul {
    min-width: 95px;
  }

  #wl-wrapper .wl-tabs > li > a {
    padding: 15px 20px;
  }

  #wl-wrapper .wl-tabs > li {
    min-width: 140px;
  }

  .woocommerce-ResetPassword,
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-message .button {
    float: none;
    margin-top: 20px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2,
  .woocommerce-page ul.products li.product h2 {
    margin-bottom: 0;
  }

  #customer_login > div {
    width: 100%;
  }

  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    margin-top: 20px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
    padding: 25px 30px;
  }

  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    margin-top: 20px;
  }

  .woocommerce-Address address {
    line-height: 26px;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom: 13px;
  }

  nav.woocommerce-MyAccount-navigation ul {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0 10px 30px;
  }

  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    margin-top: 0;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(50% - 20px);
  }

  .woocommerce .products ul.slick-initialized .slick-track,
  .woocommerce ul.products.slick-initialized .slick-track {
    display: flex !important;
  }

  .woocommerce ul.order_details li {
    width: 33.33%;
    border-right: 0;
    margin-bottom: 0;
  }

  .woocommerce ul.order_details li:not(:first-child) {
    padding-left: 0;
  }

  .woocommerce-ResetPassword,
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 40px;
  }

  .woocommerce-account .addresses .title .edit {
    float: none;
    margin-bottom: 20px;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row td,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row td,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row td {
    padding: 10px !important;
  }

  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 0 !important;
    display: flex !important;
    /* flex-wrap: wrap !important; */
  }

  .wc-block-cart table.wc-block-cart-items {
    margin-bottom: 30px !important;
  }

  table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__image,
  .wc-block-cart
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__total {
    width: 100px;
  }

  table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__product {
    flex: 1;
  }

  body.woocommerce-checkout
    .wc-block-components-sidebar-layout
    .wc-block-components-main {
    padding: 0;
    border: 0;
  }

  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper
    .wc-block-components-title {
    margin-bottom: 0;
    padding: 15px;
  }

  .wp-block-woocommerce-checkout-order-summary-block
    .checkout-order-summary-block-fill {
    border-radius: 0;
  }

  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.99px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50%;
  }
  .woocommerce ul.order_details li {
    width: 50%;
  }
  .woocommerce ul.order_details li strong {
    font-size: 16px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 0;
  }

  .woocommerce .tophead nav.woocommerce-pagination ul {
    min-width: auto;
  }

  .wishlist_table.mobile li .item-wrapper {
    display: flex;
    width: calc(100% - 20px);
    vertical-align: top;
    margin-bottom: 7px;
  }

  .wishlist_table.mobile li {
    background: #fff;
    position: relative;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e4e4e4;
  }

  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    display: inline-block;
    max-width: 90px;
  }

  .wishlist_table.mobile li .item-wrapper .item-details {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
  }

  .wishlist_table.mobile li .item-details table.item-details-table {
    margin-bottom: 0;
  }

  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #000;
  }

  #wl-wrapper .wl-table.shop_table_responsive td {
    text-align: right !important;
  }

  .show-results {
    line-height: 18px;
    letter-spacing: normal;
  }

  .wishlist_table.mobile li .item-details h3 {
    font-size: 18px;

    & a {
      text-decoration: none;
    }
  }

  .wishlist_table.mobile li .item-details table.item-details-table td {
    font-size: 16px;
    padding: 0;
  }

  #wl-wrapper .wl-share-links {
    padding: 15px 0;
    width: 100%;
  }

  .shop_table.cart.wishlist_table {
    & li {
      padding-left: 15px;
    }
  }

  .woocommerce ul.products li.product a.whishlist_icon.add_to_whishlist_button {
    top: 10px;
    right: 12px;
    font-size: 14px;
  }

  .shop_table.shop_table_responsive .quantitybox {
    float: none;
  }

  .woocommerce table.shop_table td {
    border-right: 0;
  }

  #wl-wrapper .wl-table.shop_table_responsive td.product-remove {
    border-top: 0;
  }

  .shop_table.shop_table_responsive.cart.wl-table.view tr:last-child td:before {
    display: none;
  }

  .shop_table.shop_table_responsive.cart.wl-table.view
    tr:last-child
    td:not(:last-of-type) {
    display: none;
  }

  .woocommerce #respond input#submit,
  .woocommerce a.button:not(.compare),
  .woocommerce button.button,
  .woocommerce input.button .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  #yith-woocompare .added_to_cart,
  #yith-woocompare .button,
  .woocommerce button.button.alt.disabled {
    font-size: 13px;
    padding: 10px;
    letter-spacing: normal;
  }
  .woocommerce-shop .product-page .ft-product-section ul.products {
    margin-bottom: 30px;
  }
  .woocommerce ul.products li.product .button.add_to_cart_button:before {
    margin-right: 2px;
  }
}

@media (max-width: 575.99px) {
  /* PRODUCT LIST */

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    padding: 25px 20px;
  }

  .woocommerce ul.products li.product .woocommerce-LoopProduct-link .price,
  .woocommerce ul.products li.product .price del,
  .price del {
    font-size: 14px !important;
  }

  .woocommerce ul.products li.product a.add_to_quote img {
    display: none;
  }

  .tophead nav.woocommerce-pagination ul li a {
    width: 28px;
    height: 28px;
    padding: 6px;
  }

  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 0 !important;
    /* display: grid !important; */
  }

  .woocommerce .woocommerce-info .button {
    float: none;
  }

  .wc-block-mini-cart__items
    .wc-block-mini-cart__products-table
    .wc-block-cart-items__row {
    & td.wc-block-cart-item__image {
      width: 60px;
    }
  }

  .cart_totals table.shop_table {
    table-layout: fixed;
  }

  #wl-wrapper .wl-actions-table tr td {
    display: block;
    width: 100%;
    clear: both;
    padding-bottom: 10px;
  }

  .wwa-lists {
    left: 20px !important;
  }

  .tophead nav.woocommerce-pagination ul li a,
  .tophead nav.woocommerce-pagination ul li .page-numbers {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  #wl-wrapper .wl-actions-table select {
    min-width: 100%;
    margin-right: 0;
    padding-right: 25px;
    width: 100%;
    /*background: url(../../assets/images/svg/select-arrow.svg) no-repeat right 8px top 18px #fff;*/
  }

  .woocommerce div.product .woocommerce-tabs.wl-tab-wrap .wl-panel.panel {
    padding: 10px;
  }

  #wl-wrapper .wl-actions-table {
    width: 100%;
  }

  #wl-wrapper .wl-actions-table select.wl-sel.move-list-sel {
    min-width: 100%;
  }

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .woocommerce-shop .ft-product-section ul.products {
    margin: 0 -5px;
  }
  .woocommerce-shop .product-page .ft-product-section ul.products {
    margin-bottom: 20px;
  }
  .woocommerce ul.order_details li {
    width: 100%;
  }

  .wp-block-woocommerce-cart-order-summary-totals-block {
    padding-bottom: 0;
  }

  .wp-block-woocommerce-checkout-order-summary-totals-block {
    padding-bottom: 0;
  }

  .is-mobile .wc-block-checkout__terms,
  .is-small .wc-block-checkout__terms {
    line-height: 1.4;
  }

  .wc-block-components-order-summary
    .wc-block-components-order-summary-item__description {
    padding-left: 18px !important;
    padding-right: 8px !important;
  }

  .wc-block-components-order-summary
    .wc-block-components-order-summary-item__image
    > img {
    max-width: 40px !important;
    width: 40px !important;
  }

  .wc-block-components-totals-wrapper {
    padding: 12px !important;
  }

  .wc-block-components-product-price {
    font-size: 16px;
  }

  table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-components-product-name,
  .wc-block-components-totals-footer-item
    .wc-block-components-totals-item__label,
  .wc-block-components-totals-footer-item
    .wc-block-components-totals-item__value {
    font-size: 16px !important;
  }
}

@media (max-width: 481px) {
  .woocommerce ul.order_details li {
    width: 100%;
  }

  .wc-block-components-sidebar-layout .wc-block-components-main {
    /* overflow: scroll; */
    margin-bottom: 30px;
  }

  .wc-block-cart .wc-block-cart__main table.wc-block-cart-items {
    /* width: 400px; */
  }

  .wc-block-cart table.wc-block-cart-items {
    margin-bottom: 15px !important;
  }
}

#wl-wrapper .wl-table .product-name {
  text-align: center;
}

.empty_cart_img img {
  margin: 0 auto 50px;
}

.return-to-shop {
  text-align: center;
}

.form-row.validate-required
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  line-height: 1.2;
}

.woocommerce table.cart td.actions .coupon label {
  display: none;
}

#wl-wrapper .wl-actions-table select.wl-sel.move-list-sel {
  min-width: 272px;
}

#wl-wrapper .wl-share-links a {
  font-size: 0;
}

/*  CSS for WC- */
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--font-body-family);
  width: 100%;
  padding: 12px 15px;
  color: #565b5e;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  height: 50px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.woocommerce-account .addresses .title .edit {
  display: inline-block;
  color: var(--theme);
}

.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  padding: 0 !important;
}

.admin-bar .wc-block-components-drawer__content {
  margin-top: 0;
}

.wc-block-components-sidebar .wc-block-components-totals-item,
.wc-block-components-totals-item {
  font-size: 18px;
  color: #565b5e;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: none;
  box-shadow: none;
  outline: none;
}

.wc-block-components-button.wp-block-woocommerce-mini-cart-shopping-button-block {
  & .wc-block-components-button__text:hover {
    color: var(--blue);
  }
}

.woocommerce-account
  .woocommerce-MyAccount-content
  p
  span.woocommerce-input-wrapper {
  display: block;
}
.woocommerce .woocommerce-order-details {
  & h2 {
    margin-bottom: 30px !important;
  }
}
main .content-wrapper .woocommerce-order-overview,
.woocommerce-checkout #payment ul.payment_methods {
  & li {
    &::before {
      content: none !important;
    }
  }
}

.single_variation_wrap {
  & .woocommerce-variation-price {
    & .price {
      color: var(--theme) !important;
      margin-bottom: 20px;
      display: block;
      font-size: 18px;
      font-weight: 500;
    }
  }
}
.woocommerce div.product form.cart .variations select {
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  color: var(--secondary);
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
  padding: 0 !important;
}

#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token {
  padding-left: 0 !important;
}
