/*--------CART-Page-----------------*/

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
  width: 100%;
  max-width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 45px;
  min-height: 600px;
}
.woocommerce td.product-remove a,
.woocommerce td.product-thumbnail a,
.woocommerce td.product-thumbnail a img {
  margin: auto;
  text-align: center;
}
.woocommerce td.product-thumbnail a img {
  width: auto;
  max-width: 75px;
}
.woocommerce .quantity .qty {
  border: 1px solid #e0e0e0;
}
.woocommerce-cart .entry-content .cart-collaterals h2 {
  margin-bottom: 20px;
}

.woocommerce-cart .entry-content .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.woocommerce-cart .entry-content .woocommerce > .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form {
  width: calc(100% - 530px);
  margin-top: 45px;
}
.woocommerce-cart .entry-content .woocommerce > .cart-collaterals {
  width: 500px;
}
.woocommerce-cart .entry-content .woocommerce > .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce-cart .entry-content .woocommerce .wc-empty-cart-message,
.woocommerce-cart .entry-content .woocommerce .wc-empty-cart-message + .return-to-shop {
  width: 100%;
}
.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form a.remove {
  width: 24px;
}
.thwma-woo-shipping-totals ul.woocommerce-shipping-methods {
  margin-top: 10px;
}
.woocommerce .woocommerce-shipping-methods li {
  display: flex;
  align-items: start;
  justify-content: start;
}
.woocommerce .woocommerce-shipping-methods li:has(input[type="radio"]) {
  column-gap: 7px;
}
.woocommerce .woocommerce-shipping-methods li > * {
  margin: 0;
}
.woocommerce .woocommerce-shipping-methods li > input[type="radio"] {
  margin-top: 0;
}
.woocommerce table.shop_table td.product-name span.product_sku {
  display: block;
  font-size: 15px;
}
/*cart-login*/
.woocommerce-form-login-toggle + form.woocommerce-form.woocommerce-form-login.login > p {
  font-size: 17px;
}
.woocommerce-form-login-toggle + form.woocommerce-form.woocommerce-form-login.login {
  margin-bottom: 20px !important;
}
.woocommerce-form-login-toggle + form.woocommerce-form.woocommerce-form-login.login .form-row {
  width: 100%;
  max-width: 600px;
  float: left;
  display: block;
  clear: both;
}
.woocommerce-form-login-toggle + form.woocommerce-form.woocommerce-form-login.login label {
  justify-content: start;
  margin-bottom: 0;
}
.woocommerce .woocommerce-form-login-toggle + form.login.woocommerce-form.woocommerce-form-login.login .button.woocommerce-form-login__submit {
  margin-bottom: 10px !important;
}
.woocommerce-form-login-toggle + form.woocommerce-form.woocommerce-form-login.login label input[type="checkbox"] {
  margin: 0;
  margin-right: 7px;
}
.woocommerce-form-login-toggle + form.woocommerce-form.woocommerce-form-login.login .lost_password {
  display: inline-flex;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td[data-title]::before {
  float: none;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
/***/

@media only screen and (max-width: 1440px) {
  .woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form {
    width: calc(100% - 430px);
  }
  .woocommerce-cart .entry-content .woocommerce > .cart-collaterals {
    width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .woocommerce table.shop_table tbody td #coupon_code {
    width: 175px;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .entry-content .woocommerce > * {
    width: 100% !important;
  }
  .woocommerce table.shop_table tbody td #coupon_code {
    width: calc(100% - 140px);
  }
  .woocommerce:not(.single-product) table.multi-shipping-table {
    margin: 20px 0px;
  }
  .woocommerce:not(.single-product) table.multi-shipping-table th,
  .woocommerce:not(.single-product) table.multi-shipping-table td {
    padding: 10px 0px;
  }
  .woocommerce-cart .site {
    overflow: initial;
  }
  .woocommerce-cart .entry-content .woocommerce .wc-proceed-to-checkout {
    position: sticky;
    bottom: 0;
    padding: 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-top: 1px solid #e8e8e8;
  }
  .woocommerce-cart footer.entry-footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart .entry-content {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .woocommerce-checkout .entry-content .col2-set {
    flex-direction: column;
    margin: 0;
  }
}
/*-------------CART-end----------------*/
.woocommerce-cart .minicart-sidebar {
  display: none;
}
