/* Mini Cart */

.mini-cart_body .woocommerce-mini-cart__total {
  font-size: 1rem;
}

.mini-cart_body .black-btn {
  width: 100%;
}

.mini-cart_body .woocommerce-mini-cart.cart_list {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

.mini-cart_body .woocommerce-mini-cart.cart_list .mini_cart_item {
  position: relative;
  padding: 10px;
  background: #f7f7f7;
  border-radius: 3px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mini-cart_body .woocommerce-mini-cart.cart_list .mini_cart_item img {
  width: 65px;
  height: 65px;
  border-radius: 3px;
  object-fit: contain;
}

.mini-cart_body .woocommerce-mini-cart-item_detail {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.mini-cart_body .woocommerce-mini-cart-item_detail a.remove {
  font-size: 1.5em;
  height: 30px;
  width: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.mini-cart_body .woocommerce-mini-cart-item_detail a.remove:hover {
  color: #fff !important;
  background: red;
}

.mini-cart_body .woocommerce-mini-cart.cart_list .mini_cart_item > a {
  font-weight: 700;
  display: flex;
  gap: 5px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* Cart Page */
.woocommerce table.shop_table {
  border: none !important;
}

.woocommerce-info {
  border-top-color: #af9f85 !important;
}

.woocommerce-info::before {
  color: #af9f85 !important;
}

.cart-page {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.cart-page .woocommerce-notices-wrapper {
  width: 100%;
  order: 1;
}

.cart-page .woocommerce-cart-form {
  width: calc(80% - 10px);
  order: 2;
  font-size: 1rem;
}

.cart-page .cart-collaterals {
  width: calc(20% - 10px);
  order: 3;
}

.cart-page .cart_totals {
  float: none !important;
  width: 100% !important;
  padding: 20px;
  background: #f2f2f2;
}

.cart-page .cart_totals h2 {
  margin: 0 0 20px 0;
  font-size: 21px;
  font-weight: 700;
}

.cart-page .cart_totals table {
  margin-bottom: 20px !important;
  display: flex;
  flex-direction: column;
}

.cart-page .cart_totals table tr {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  gap: 10px;
}

.cart-page .cart_totals table tr:not(:last-child) {
  border-bottom: 1px solid #dad9e0;
}

.cart-page .cart_totals table tr.cart-subtotal {
  opacity: 0.5;
}

.cart-page .cart_totals table td,
.cart-page .cart_totals table th {
  padding: 0;
  background: none !important;
  border: none !important;
  display: block !important;
  font-size: 16px;
}

.cart-page .cart_totals table td::before {
  display: none !important;
}

.cart-page .cart_totals .wc-proceed-to-checkout {
  margin: 0 !important;
  padding: 0 !important;
}

.cart-page .cart_totals .wc-proceed-to-checkout a {
  margin: 0 !important;
}

.cart-page .product-price {
  font-size: inherit !important;
  font-family: inherit !important;
}

.cart-page .product-quantity .quantity {
  display: flex;
  gap: 5px;
}

.cart-page .product-quantity button {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border: 1px solid #262730;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-page .product-quantity button svg {
  width: 18px;
  height: 18px;
  stroke: #000000;
}

.cart-page .product-quantity button:hover {
  background: #e1e1e1;
  border-color: #e1e1e1;
}

.cart-page .product-quantity input.qty {
  padding: 0 10px;
  min-height: 46px;
  width: 70px;
  border-radius: 3px;
  border: 1px solid #26273063;
  font-weight: 500;
}

.cart-page .product-quantity input.qty::-webkit-outer-spin-button,
.cart-page .product-quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-page .product-thumbnail img {
  width: 65px !important;
  height: 65px !important;
}

.cart-page .woocommerce-cart-form__contents thead {
  opacity: 0.5;
}

.cart-page .woocommerce-cart-form__cart-item a.remove {
  height: 30px;
  width: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.cart-page .product-thumbnail::before,
.cart-page .product-name::before,
.cart-page .product-quantity::before,
.cart-page .product-price::before,
.cart-page .actions::before {
  display: none !important;
}

.wc-empty-cart-message {
  width: 100%;
}

@media (max-width: 1240px) {
  .cart-page .woocommerce-cart-form {
    width: 100%;
    order: 3;
  }

  .cart-page .woocommerce-notices-wrapper {
    order: 2;
  }

  .cart-page .cart-collaterals {
    width: 100%;
    order: 1;
  }
}

@media (max-width: 1020px) {
  .cart-page .woocommerce-cart-form__contents thead {
    display: none !important;
  }

  .cart-page .woocommerce-cart-form__contents tbody {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cart-page .woocommerce-cart-form__contents td {
    border: none !important;
    background: none !important;
    padding: 0 !important;
  }

  .cart-page .woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f7f7f7;
    padding: 20px;
    gap: 20px;
    position: relative;
    justify-content: space-between;
  }

  .cart-page .product-thumbnail {
    display: block !important;
    width: 65px;
  }

  .cart-page .product-name {
    width: calc(100% - 95px);
  }

  .cart-page .product-name a {
    text-align: left;
  }
  .cart-page .product-subtotal::before {
    float: none !important;
    content: attr(data-title) ": ";
    font-weight: 700;
  }

  .cart-page .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }

  .cart-page .product-remove {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
  }
}

/* Checkout Page */

.checkout-page .checkout-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 40px auto;
  counter-reset: i;
}

.checkout-page .checkout-steps .step {
  padding-bottom: 55px;
  min-height: 95px;
  box-sizing: border-box;
  width: 145px;
  line-height: 110%;
  text-align: center;
  position: relative;
}

.checkout-page .checkout-steps .step:before {
  content: "";
  bottom: 15px;
  left: 0;
  height: 10px;
  background: #fff;
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  z-index: 2;
  position: absolute;
  width: 100%;
}

.checkout-page .checkout-steps .step:first-child:before {
  border-left: 2px solid #000;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.checkout-page .checkout-steps .step:last-child:before {
  border-right: 2px solid #000;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.checkout-page .checkout-steps .step span::before {
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  margin-left: -19px;
  transition: background 0.3s;
  bottom: 0;
  top: unset;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  background: #fff;
  z-index: 1;
}

.checkout-page .checkout-steps .step span:after {
  content: counter(i);
  counter-increment: i;
  bottom: 2px;
  top: unset;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -17px;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 3;
  color: #222;
  font-weight: 600;
  font-size: 1rem;
  position: absolute;
  left: 50%;
  background: white;
}

.checkout-page .checkout-steps .step.current-step > span:after,
.checkout-page .checkout-steps .step.completed-step > span:after {
  background: #000;
  content: url('data:image/svg+xml;utf8,<svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5L6 10L15 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.checkout-page .checkout-steps:not(.two-steps) .step {
  max-width: 33.33%;
}

.checkout-page .checkout-steps.two-steps .step {
  max-width: 50%;
}

.checkout-page .checkout-steps .step.completed-step {
  cursor: pointer;
}

.checkout-page .checkout-form-conteiner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.checkout-page .checkout-form-conteiner > div {
  max-width: 50%;
}

.checkout-page .order-summary {
  padding: 20px;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 30%;
  height: fit-content;
}

.checkout-page .order-summary * {
  margin: 0;
}

.checkout-page .order-summary h2 {
  font-size: 21px;
  font-weight: 700;
}

.checkout-page .order-summary h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.checkout-page .order-summary > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checkout-page .order-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  height: fit-content;
}

.checkout-page .order-item > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkout-page .order-item img {
  width: 65px;
  height: 65px;
}

.checkout-page .checkout-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 500;
  margin-bottom: 20px;
}

.checkout-page .checkout-input input {
  border-radius: 3px;
  border: 1px solid #aeadb4;
  padding: 12px 20px;
  width: 350px;
  max-width: 100%;
}

button#checkout-login {
  margin: 0;
  margin-bottom: 20px;
  padding: 12px 48px;
  font-size: 14px;
  width: fit-content;
  font-weight: 700;
}

.checkout-login_hidden {
  display: none;
}

#email-check-message {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .checkout-page .checkout-form-conteiner > div {
    width: 100%;
    max-width: 100%;
  }
  .checkout-page .order-summary {
    display: none !important;
  }
}

/* Step 2 */

.woocommerce-shipping-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkout-page .checkout-radio {
  margin-bottom: 20px;
}

.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #dddddd;
  cursor: pointer;
  transition: background 0.3s;
  width: 350px;
  max-width: 100%;
}

.woocommerce-shipping-methods li:hover {
  background: #dddddd;
}

/* Step 3 */
.checkout-page
  #order_review
  .shop_table.woocommerce-checkout-review-order-table,
.checkout-page #order_review #place_order {
  display: none !important;
}

.checkout-page #order_review #payment {
  background: transparent;
}

.checkout-page #order_review #payment .payment_methods,
.checkout-page #order_review #payment .place-order {
  padding-left: 0;
  padding-right: 0;
}

.payment_methods .payment_box p:first-child {
  margin-top: 0;
}

.payment_methods .payment_box {
  background-color: #f2f2f2 !important;
}

.payment_methods .payment_box::before {
  border-bottom: 1em solid #f2f2f2 !important;
}

/* Thank Page */

.checkout_thank-page .woocommerce-order {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.checkout_thank-page ul {
  padding: 0;
  margin: 0;
}

.checkout_thank-page .woocommerce-thankyou-order-received {
  text-align: center;
}

.checkout_thank-page .woocommerce-thankyou-order-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.checkout_thank-page .woocommerce-thankyou-order-details li {
  border: none !important;
  float: none !important;
  /* background-color: #f7f7f7; */
  padding: 20px !important;
  margin: 0 !important;
  width: calc(100% / 4 - 7.5px);
}

.checkout_thank-page .woocommerce-thankyou-order-details li strong {
  line-height: 100% !important;
  margin-top: 8px;
}

.checkout_thank-page .woocommerce-thankyou-order-details::before,
.checkout_thank-page .woocommerce-thankyou-order-details::after {
  content: none !important;
}

.checkout_thank-page .woocommerce-order address {
  padding: 20px;
  /* background: #f7f7f7; */
  border: none;
  border-radius: 0;
}

@media (max-width: 800px) {
  .checkout_thank-page .woocommerce-thankyou-order-details li {
    width: calc(100% / 2 - 5px);
  }
}

/* Login Page */

.login-page h2 {
  font-size: 21px;
  font-weight: 700;
}

.login_tabs-toggle {
  width: 300px;
  max-width: 100%;
  margin: 0 auto 40px;
  display: flex;
  position: relative;
  background: #E2E8F0;
  padding: 3px;
  border-radius: 50px;
}

.login_tabs-toggle > div {
  width: 50%;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 10px 25px;
  text-align: center;
  font-size: 1em;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  color: #1E293B;
}

.login_tabs-toggle > div.active {
  color: white;
  background-color: #0F172A;
  border-radius: 50px;
}

.login_tabs-tab:not(.active) {
  display: none !important;
}

.login_tabs-tab {
  max-width: 600px;
  text-align: center;
  margin: 40px auto;
  background: #0F172A;
  padding: 20px;
  border-radius: 16px;
  border-top: 1px solid #ffffff33;
}

.login_tabs-tab form.woocommerce-form {
  padding: 0 !important;
  border: none !important;
  margin: 20px 0 0 0 !important;
}

.login-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}

.login-input input {
  box-shadow: 1px 4.5px 4px 0px #0000001a inset;
  background: #c9cfd7;
  border-radius: 100px;
  padding: 14px 20px;
  outline: none;
  border: none;
}

.login-input .woocommerce-notices-wrapper,
.login-page .woocommerce-message {
  max-width: 600px;
  margin: auto;
  border-radius: 20px;
}

.woocommerce-privacy-policy-text {
  display: none;
}

/* Account Page */
.account-page {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.account-page h2 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 0;
}

.account-page hr {
  border-color: #c6c6c6;
}

.account-page .woocommerce-MyAccount-navigation {
  width: 300px;
  max-width: 100%;
  float: none !important;
  background: #0f172a;
  padding: 20px;
  height: fit-content;
  border-radius: 16px;
}

.account-page .woocommerce-MyAccount-content {
  width: calc(100% - 340px);
  float: none !important;
  padding: 20px;
  background: #E2E8F0;
  color: #1E293B;
  border-radius: 16px;
}

.account-page a {
  color: #64748B;
}

fieldset{
  border-radius: 16px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .select-input {
  box-shadow: 1px 1.5px 4px 0px #0000001a inset;
  background: #c9cfd7;
  border-radius: 100px;
  padding: 14px 20px;
}

.select2-selection {
  box-shadow: 1px 1.5px 4px 0px #0000001a inset !important;
  background: #c9cfd7 !important;
  border-radius: 100px !important;
}

.select2-dropdown {
  color: black;
}


.account-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-page .woocommerce-MyAccount-navigation-link a {
  padding: 8px 10px;
  display: block;
}

.account-page .woocommerce-MyAccount-navigation-link.is-active a {
  background-color: #ef4444;
  color: white;
  border-radius: 30px;
}

.account-page .woocommerce-customer-details address {
  padding: 0 !important;
  border: none !important;
}

.account-page .woocommerce-button.button,
a.button.wc-backward {
  background-color: #f7f7f7;
}

.account-page .woocommerce-button.button:hover,
a.button.wc-backward:hover {
  background-color: #262730;
  color: white;
}

.account-page .dashboard-section {
  margin-bottom: 40px;
}

.account-page .form-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
  width: 100% !important;
}

.account-page .form-row input {
  border-radius: 3px;
  border: 1px solid #aeadb4;
  padding: 12px 20px;
  width: 100%;
  max-width: 100%;
  line-height: 120%;
}

.account-page .form-row .select2-selection__rendered {
  padding: 12px 20px;
  width: 100%;
  max-width: 100%;
  line-height: 120%;
}

.account-page .select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.payment_methods-styles .button{
  border-radius: 99px !important;
  background-color: #0f172a !important;
  color: white !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition-duration: 0.3s !important;
}

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
      display: block;
      overflow: hidden;
  }

  .woocommerce table.shop_table_responsive tr:not(:first-child){
    margin-top: 20px;
    border-top: 1px solid;
    padding-top: 20px;
  }

  .account-page .woocommerce-button.button, a.button.wc-backward {
    background-color: #f7f7f7;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr td{
    background: none !important;
    border: none !important;
    padding: 4px 0;
  }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
    float: none !important;
  }

  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before{
    content: none !important;
  }
  
}


@media (max-width: 980px) {
  .account-page .woocommerce-MyAccount-navigation,
  .account-page .woocommerce-MyAccount-content {
    width: 100%;
    margin: 0;
  }

  .account-page {
    margin-top: 0;
  }
}

/* Favorite */

.tinv-header {
  display: none !important;
}

.tinvwl-table-manage-list,
.tinvwl-table-manage-list .product-price {
  font-size: 1rem;
  font-family: inherit;
}

.wishlist_item td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  text-align: left;
}

.tinvwl-table-manage-list th {
  text-align: left !important;
}

.wishlist_item td.product-remove {
  cursor: pointer;
}

.wishlist_item .product-action > * {
  background-color: #f7f7f7 !important;
  /* font-size: 14px !important; */
}

.wishlist_item .product-action > *:hover {
  background-color: #262730 !important;
  color: white !important;
}

.wishlist_item .product-action > *:hover * {
  color: white !important;
}

@media (max-width: 1020px) {
  .tinvwl-table-manage-list,
  .tinvwl-table-manage-list .product-price {
    font-size: 14px;
  }
  .tinvwl-table-manage-list thead {
    display: none;
  }
  .tinvwl-table-manage-list .wishlist_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f7f7f7;
    padding: 20px;
    gap: 20px;
    position: relative;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
  }

  .tinvwl-table-manage-list .wishlist_item td {
    border: none !important;
    background: none !important;
    padding: 0 !important;
  }

  .favorite-page .tinvwl-table-manage-list .wishlist_item td.product-remove {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
  }

  .wishlist_item .product-name {
    width: calc(100% - 120px);
  }

  .wishlist_item .product-date {
    display: none !important;
  }

  .wishlist_item .product-action {
    width: auto !important;
  }

  .wishlist_item .product-action > * {
    background-color: #262730 !important;
    color: white !important;
  }

  .wishlist_item .product-action > button.button.alt i {
    display: none !important;
  }

  .wishlist_item .product-action > button.button.alt span {
    display: block !important;
    color: white !important;
  }
}


.woocommerce-MyAccount-content.cabinet-dashboard {
  background: transparent;
  color: #F1F5F9;
  padding: 0;
}

.purchased-products{
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.purchased-products .product-price {
  display: none !important;
}

.woocommerce-button{
  border-radius: 50px !important;
}

.wc-block-cart .wc-block-cart__submit-container--sticky:before {
  background-color: transparent !important;
  box-shadow: none !important;
}

.wc-block-cart .wc-block-cart__submit-container--sticky {
  background: transparent !important;
}

.wc-block-components-totals-item {
  padding: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items td,.wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: 1px solid hsl(0deg 0% 100% / 20%) !important;
}

.wp-block-woocommerce-checkout-totals-block, .wp-block-woocommerce-cart-totals-block {
  height: fit-content;
  padding: 20px;
  background: #0F172A;
  border-radius: 16px;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: #F1F5F9;
  border-radius: 30px;
  margin-top: 20px;
  color: #1E293B;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  border-radius: 100px;
  background: transparent;

}





.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block>form {
  padding: 30px 20px !important;
  background: #ffffff;
  border-radius: 16px;
  color: black;
  margin-top: 8px;
}


a.woocommerce-button.button.view {
  background: none;
  color: black;
}

.woocommerce .woocommerce-customer-details address {
  background: #0f172a;
  padding: 20px !important;
  border-radius: 16px;
  line-height: 1.5em;
	color: white;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  background: #0f172a;
  padding: 20px;
  border-radius: 16px;
	color: white;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th{
  border-bottom: 1px solid white;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  content: none;
}

p.woocommerce-customer-details--email {
  margin: 0;
  padding-left: 0 !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name a {
  color: #5eead4;
  text-decoration: underline;
}

.woocommerce ul.order_details {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.woocommerce ul.order_details li {
  flex: 1;
  padding: 20px;
  background: #0f172a;
  border-radius: 16px;
  border: none;
}

li.woocommerce-order-overview__payment-method.method {
  white-space: nowrap;
}