.template-cart div#dynamic-checkout-cart .shopify-cleanslate:nth-child(2) {
  display: block !important;
}
/*
.template-cart div#dynamic-checkout-cart .shopify-cleanslate:nth-child(2) * {
  border-radius: 100px !important;
  display: block !important;
}
*/
.cart--bottom-total__container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.cart--bottom-total {
  font-weight: 700;
}
.template-cart .cart-policy-text {
  display: none !important;
}
.empty-cart--title {
  font-weight: 600;
  padding-bottom: 1rem;
}
.cart-collections__container {
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: end;
  background: #f6f6f6;
  padding-right: 1rem;
}
.cart-collections__container p {
  text-align: left;
  padding-left: 10px;
  padding-right: 1rem;
  font-size: 24px;
  font-weight: 600;
}
.cart-empty .button-header-recycle {
  margin-top: 0px !important;
}
.cart-empty .button-header--container a {
  font-weight: 600;
  font-size: 16px;
}
.cart-empty .button-header__black:before {
  display: none !important;
}
.cart-empty .button-header--container {
  max-width: 400px;
  margin: auto;
}






@media screen and (max-width: 767.98px) {
  #Cart {
    padding: 0;
  }
  .thb-cart-form h4 {
    margin: 15px 0;
    font-weight: 600;
  }
  .free-shipping--container {
    text-align: center;
    background: black;
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 16px;
    padding: 5px 0;
  }
  .cart-items .product-subtotal {
    display: none;
  }
  .cart-itrm__prices {
    margin: 6px 0;
  }
  .cart-itrm__prices * {
    font-weight: 600;
  }
  .cart-itrm__prices .price del {
    margin-left: 0;
  }
  table.no-borders tbody tr:last-child td {
    border-bottom: none !important;
  }
  .template-cart .product-name {
    padding-right: 0;
  }
  .cart-items
    tfoot
    .thb-cart-form--cart-collaterals
    .additional-checkout-buttons {
    margin-top: 0 !important;
  }
  .cart-items
    tfoot
    .thb-cart-form--cart-collaterals
    .additional-checkout-buttons {
    margin-top: 0 !important;
  }
  .proceed-to-checkout {
    margin-top: 10px !important;
  }
  .cart-items tfoot .thb-cart-form--cart-collaterals .cart-notes-title {
    padding: 10px 0;
    display: none;
  }
  .template-cart table.no-borders {
    margin-bottom: 0;
  }
  .remove.cart-remove-mobile {
    float: right;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
  }
  .template-cart .button-header-recycle {
    margin-top: 10px;
  }
  .cart-collections__container {
    margin-bottom: 0.5rem;
  }
  .cart-empty {
    padding: 2rem 0;
  }
}

@media screen and (min-width: 768px) {
  .template-cart button.checkout-button.button.full{
    height: 42px !important;
  }
  .template-cart .thb-cart-form {
    padding: 2rem 0px;
  }
  .template-cart .thb-cart-form {
    padding: 2rem 0px;
  }
  .cart-itrm__prices {
    display: none;
  }
  .free-shipping--container {
    text-align: center;
    background: black;
    color: white;
    padding: 5px 0;
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .cart-collections__container--outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
  }
  .cart-empty {
    max-width: 100%;
    padding: 1rem 0 2rem 0;
  }
  .cart-empty .button-header--container {
    margin-top: 1rem;
  }
}
