.woocommerce .wp-block-woocommerce-cart{
  max-width: 100%;
}
.woocommerce .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
  padding: 15px 1em;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
  font-size: 25px !important;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
  margin-top: 50px;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{
  padding: 20px;
}
.woocommerce .cart-collaterals .cart_totals {
  background: #eee;
  padding: 30px 30px 0 30px;
  text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th{
  border-top: 1px solid #000 !important;
  width: 50%;
}
.woocommerce-shipping-calculator, .shipping-calculator-button,
tr.woocommerce-shipping-totals td .woocommerce-shipping-destination{
  display: none
}
.woocommerce table.shop_table {
  border: none !important;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: 1px solid rgba(0, 0, 0, 0.43);
}
.woocommerce table.shop_table .product-remove{
  max-width: 20px;
}
.woocommerce table.shop_table .product-thumbnail{
  width: 150px;
}
.woocommerce table.shop_table .product-thumbnail img{
  max-width: 100px;
  width: 100px;
}
.woocommerce a.remove:hover {
  color: var(--wc-red, #a00) !important;
  background: none !important;
}
.woocommerce .woocommerce-checkout table.shop_table{
  background: #f7f7f7;
  padding: 15px;
  border: none !important;
  border-radius: 0px !important;
}
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-additional-fields h3{
  font-size: var(--font-size-lg);
  margin-bottom: 30px;
}
.woocommerce #order_review_heading{
  display: none
}
.woocommerce .woocommerce-checkout-review-order{
  margin-top: 50px;
}
.woocommerce .woocommerce-checkout #payment div.form-row {
  text-align: center;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  margin-top: 20px;
}
.woocommerce .woocommerce-checkout #payment,
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
  border-radius: 0;
}
.woocommerce .shop_table .coupon #coupon_code{
  min-width: 200px;
}
.woocommerce .woocommerce-form-coupon{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.woocommerce .woocommerce-form-coupon .form-row-last{
  text-align: center;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  display: block;
  width: 100%;
  color: #191919;
  background-color: none;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c8c5c5;
  border-radius: 0 !important;
}
.select2-container .select2-dropdown, .select2-container .select2-selection{
  border-color: #c8c5c5;
}
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .shipping_address{
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .woocommerce-page table.shop_table, 
  .woocommerce-page table.shop_table thead, 
  .woocommerce-page table.shop_table tbody, 
  .woocommerce-page table.shop_table th, 
  .woocommerce-page table.shop_table td, 
  .woocommerce-page table.shop_table tr { 
      display: block;
      min-width: 320px;
      }
  .woocommerce table.cart thead, .woocommerce .woocommerce-checkout-review-order-table thead{
      display: none !important;
  }
  .woocommerce table.shop_table .product-remove {
    max-width: 100%;
  }
  .woocommerce-page table.shop_table tr{
    margin-bottom: 30px;
  }
  .woocommerce .cart-collaterals .cart_totals {
    padding: 30px 10px 0 10px;
  }
  .shop_table .coupon {
    justify-content: center;
    flex-direction: column;
  }
  .woocommerce .shop_table .coupon #coupon_code, .woocommerce .shop_table .coupon button {
    width: 100% !important;
    margin-top: 15px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals tr td,
  .woocommerce-cart .cart-collaterals .cart_totals tr th{
    width: 100%;
  }
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent !important;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 30px;
}
.woocommerce ul.order_details {
  margin: 0 auto;
  display: inline-flex;
  min-width: 100%;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.woocommerce ul.order_details + p{
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce .woocommerce-order-details h2,
.woocommerce-column__title{
  font-size: var(--font-size-lg);
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
}
.woocommerce .woocommerce-customer-details address{
  border-radius: 0px;
  padding: 20px;
}
.woocommerce-order-details .order-again{
  display: none;
}
.woocommerce .col2-set, .woocommerce-page .col2-set, .woocommerce-checkout .col2-set {
  float: left;
  width: 55%;
  margin-right: 5%;
}
.woocommerce-page .woocommerce-checkout .col-1, .woocommerce-page .woocommerce-checkout .col-2 {
  float: left;
  width: 100%;
}
.woocommerce .woocommerce-checkout-review-order {
  margin-top: 50px;
  float: right;
  clear: right;
  width: 40%;
  margin-right: 0;
}
.woocommerce-checkout-review-order-table .product-total{
  min-width: 50%;
}
@media (max-width: 767px) {
	.woocommerce .col2-set, .woocommerce-page .col2-set, .woocommerce-checkout .col2-set,
	.woocommerce-page .woocommerce #order_review {
		width: 100%;
	}
   .woocommerce form .form-row {
    width: 100%;
  }
  .woocommerce-checkout-review-order-table tfoot{
    width: 100%;
    display: block;
}
}
.woocommerce .woocommerce-message .button{
  padding: 5px 15px;
  font-size: 15px;
}
.woocommerce form .form-row select.country_to_state--single {
  background-image: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.woocommerce-order-received .col2-set{
  width: 100% !important;
}
.woocommerce-order-received .woocommerce-column--shipping-address{
  display: none !important;
}
.woocommerce-order-received .woocommerce-columns--addresses{
  display: flex;
  justify-content: center;
}
.woocommerce-order-received .woocommerce-column--billing-address > .woocommerce-column__title,
.woocommerce-order-received .shipped_via{
  display: none !important;
}
