:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce_banner {
  padding-bottom: 0;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) :is(dd, dd p) {
  margin-bottom: 0;
}

@media (min-width: 1780px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce_banner {
    padding-top: 5rem;
  }
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .entry-content {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .shop_table {
  border: none !important;
  margin-bottom: 0;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .shop_table th {
  background-color: transparent;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .shop_table.table-striped tbody tr:not(:last-child):nth-of-type(odd)>* {
  background-color: var(--dark-bg-color);
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .shop_table.table-striped tbody tr:nth-of-type(odd) .product-quantity .quantity .qty {
  background-color: var(--dark-bg-color);
}

@media (min-width: 1280px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .shop_table.cart td {
    vertical-align: top;
  }
}

@media (min-width: 1024px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .shop_table.cart td {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .shop_table td {
  border-style: dashed;
}

@media (min-width: 992px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .shop_table td:first-child {
    padding-left: 24px;
  }
}

.shop_table tbody .product-quantity .quantity .qty {
  text-align: center;
}

.shop_table tbody .product-quantity .quantity {
  display: grid;
  gap: 0;
  max-width: 150px;
  width: 100%;

  border: 1px solid var(--main-border-color);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 640px) {
  .shop_table tbody .product-quantity .quantity {
    max-width: 164px;
  }
}

@media (min-width: 1024px) {
  .shop_table tbody .product-quantity .quantity {
    max-width: 128px;
  }
}

@media (min-width: 1400px) {
  .shop_table tbody .product-quantity .quantity {
    max-width: 164px;
  }
}

.shop_table tbody .product-quantity .quantity input.qty {
  width: 100%;
  border: none;
  outline: none;
  position: absolute;
  width: calc(100% - 96px);
  left: 48px;
  min-height: 48px;
}

.shop_table tbody .product-quantity .quantity input.qty:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.shop_table tbody .product-quantity .quantity input.qty[type="number"] {
  -moz-appearance: textfield;
}

.shop_table tbody .product-quantity .quantity .quantity-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop_table tbody .product-quantity .quantity .quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--brand-color);
  cursor: pointer;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.shop_table tbody .product-quantity .quantity .quantity-btn:hover {
  background-color: var(--brand-color);
  color: var(--lighter-text-color);
}

.shop_table tbody .product-quantity .quantity .quantity-btn svg {
  width: 14px;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-thumbnail {
  display: flex !important;
  align-items: flex-start;
  position: relative;
  padding: 0 !important;
  margin-inline-end: 24px;
  flex: 0 0 auto;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-thumbnail>a {
  display: block;
  width: 100%;
}

@media (min-width: 500px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-thumbnail {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-thumbnail {
    width: 120px;
  }
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-thumbnail a.remove {
  display: none;
}

@media (max-width: 768px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-thumbnail {
    margin-top: 12px;
    margin-bottom: 18px;
    margin-right: 0;
  }
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-thumbnail img {
  border-radius: 8px;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 769px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-name {
    width: 50%;
  }
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-name::before {
  float: none !important;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-name .product-details>a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--brand-color);
  margin-bottom: 0;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-name dl.variation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 16px;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-name dl.variation dt {
  font-weight: 500;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) :is(.product-remove-cl, .product-subtotal, .product-quantity, .product-price) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: var(--brand-color);
}

@media screen and (min-width: 769px) {

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) :is(.product-remove-cl, .product-subtotal, .product-quantity, .product-price) {
    display: table-cell !important;
    vertical-align: top !important;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-price {
    width: 15%;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-quantity {
    width: 16%;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-subtotal {
    width: 15%;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) th.product-remove {
    width: 10%;
  }
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-remove-cl .product-remove {
  display: inline-block;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-remove-cl .product-remove a {
  color: var(--brand-color) !important;
  background-color: var(--main-border-color);
  padding: 8px;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  transition: all .3s ease;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-remove-cl .product-remove a.text {
  padding: 8px 16px;
  width: auto;
  height: auto;
  display: flex;
  border-radius: 8px;
  align-items: center;
  line-height: 1.4;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .product-remove-cl .product-remove a:hover {
  color: var(--lighter-text-color) !important;
  background-color: #dc2626;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals.shipping td {
  display: flex;
  flex-direction: column;
  align-items: flex-end !important;
  gap: 6px;
  background-color: transparent !important;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals.shipping td strong {
  display: none;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-destination {
  display: none;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button {
  margin-left: auto;
  margin-top: 0;
  text-align: end;
  text-transform: capitalize;
  color: var(--brand-color);
  padding: 4px 0;
  padding-right: 7px;
  border: none;
  border-radius: 6px;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  border-color: var(--main-border-color);
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-radius: 1px;
  border-color: transparent var(--main-border-color) var(--main-border-color) transparent;
  -webkit-transform: rotate(45deg) translateY(-4px);
  -ms-transform: rotate(45deg) translateY(-4px);
  transform: rotate(45deg) translateY(-4px);
  margin-left: 4px;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form>p {
  padding: 0;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form button[type="submit"] {
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--main-border-color);
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection:hover {
  border: 1px solid var(--main-border-color);
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection--single {
  height: 48px;
  margin: 0;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection .select2-selection__rendered {
  padding-left: 16px;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection .select2-selection__arrow {
  height: 100%;
  top: -1px;
  right: 14px;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2 .selection .select2-selection .select2-selection__arrow b {
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: transparent var(--main-border-color) var(--main-border-color) transparent;
  border-radius: 2px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container--open .selection .select2-selection {
  border-color: var(--main-border-color);
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 6px;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce:has(.return-to-shop) {
  padding: 24px;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce:has(.return-to-shop) .woocommerce-notices-wrapper {
  padding: 0 !important;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce:has(.woocommerce-cart-form) .woocommerce-message:last-of-type {
  margin-bottom: 0;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce .woocommerce-notices-wrapper:not(:empty),
:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce .woocommerce-notices-wrapper:not(:empty)+.woocommerce-cart-form {
  padding: 24px;
}

@media (max-width: 500px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce .woocommerce-notices-wrapper .woocommerce-message a:not(.restore-item) {
    display: block;
    margin-top: 12px;
    text-align: center;
  }
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce .quantity .qty {
  width: 100%;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .woocommerce .return-to-shop {
  margin-bottom: 0;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions>.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: var(--lighter-text-color);
  font-size: var(--body-font-size);
  font-weight: 600;
  line-height: 1.2;
  padding: 16px 20px;
  border: 0;
  border-radius: 6px;
  background-color: var(--brand-color);
  transition: background-color 0.2s ease;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media (min-width: 1024px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions .coupon {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media (min-width: 640px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions .coupon {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions .coupon .input-text {
  box-shadow: none;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions .coupon .input-text:focus {
  border-color: var(--brand-color);
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions .coupon:is(::before, ::after) {
  display: none !important;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions .coupon :is(input, .button) {
  width: 100% !important;
  float: none !important;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions .coupon .button {
  color: var(--lighter-text-color);
  background: var(--brand-color);
  border-radius: 6px;
  font-size: var(--body-font-size);
  font-weight: 600;
  line-height: 1;
  justify-content: center;
  padding: 16px 14px;
  transition: all .3s ease-in;
}

@media (min-width: 640px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .actions .coupon .button {
    padding: 16px 20px;
  }
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .select2-container .select2-dropdown {
  margin-top: 4px;
}

@media (max-width: 768px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) table.shop_table_responsive thead {
    display: none;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) table.shop_table_responsive tr {
    display: block;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) table.shop_table_responsive tr td:not(.actions)::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) table.shop_table_responsive tr td {
    text-align: start !important;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) table.cart td.actions .coupon {
    float: none;
    padding-bottom: .5em;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) table.cart td.actions .button {
    display: block;
    width: 100%;
  }
}

@media (min-width: 769px) {
  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) table.cart td.actions {
    text-align: right;
  }

  :is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) table.cart td.actions .coupon {
    float: left;
  }
}

:is(.turbo_builder-template, .elementor-editor-active) .wc-empty-cart-message .cart-empty {
  margin-bottom: 2em;
}

:is(.turbo-cart-page, .turbo_builder-template, .elementor-editor-active) .return-to-shop .button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: var(--lighter-text-color);
  font-size: var(--body-font-size);
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 20px;
  border: 0;
  border-radius: 6px;
  background-color: var(--brand-color);
  transition: all 0.2s ease;
}