body {
  background-color: #fafafa;
}

#content {
  max-width: 1420px;
  padding-top: 40px;
}

.woocommerce-cart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cart-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 30px;
}

.woocommerce-cart-form a {
  text-decoration: none;
}
.woocommerce-cart-form .woocommerce .quantity input {
  border-color: #cecece !important;
}
.woocommerce-cart-form .woocommerce #content table.cart img, .woocommerce-cart-form .woocommerce table.cart img, .woocommerce-cart-form .woocommerce-page #content table.cart img, .woocommerce-cart-form .woocommerce-page table.cart img {
  height: 200px;
  width: 200px;
}
.woocommerce-cart-form #add_payment_method table.cart .product-thumbnail, .woocommerce-cart-form .woocommerce-cart table.cart .product-thumbnail, .woocommerce-cart-form .woocommerce-checkout table.cart .product-thumbnail {
  height: 200px;
  width: 200px;
}

.cart-sidebar, .woocommerce-cart-form {
  background: #fff;
  padding: 24px;
  border-radius: 25px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.cart-sidebar table, .woocommerce-cart-form table {
  border: none !important;
}
.cart-sidebar table td, .cart-sidebar table th, .cart-sidebar table thead, .woocommerce-cart-form table td, .woocommerce-cart-form table th, .woocommerce-cart-form table thead {
  border: none !important;
}
.cart-sidebar table tr, .cart-sidebar table td, .cart-sidebar table th, .woocommerce-cart-form table tr, .woocommerce-cart-form table td, .woocommerce-cart-form table th {
  background-color: #fff !important;
}

.woocommerce-cart-form tr:not(:last-child) td {
  border-bottom: 1px solid #f5f5f5 !important;
}

.checkout-button.button.alt.wc-forward {
  background: #fb216a !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 18px;
  border: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 40px !important;
  margin-bottom: 0;
}
.checkout-button.button.alt.wc-forward:hover {
  background: #ef2065 !important;
}
.checkout-button.button.alt.wc-forward.disabled {
  pointer-events: none !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  height: 100px !important;
  width: 100px !important;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-subtotal {
  font-size: 22px;
  color: #fb216a;
  font-weight: bold;
}

.cart-sidebar .cart_totals .order-total bdi {
  font-size: 22px;
  color: #fb216a;
  font-weight: bold;
}

.cart_totals h2 {
  font-weight: bold !important;
}

.woocommerce .quantity .qty {
  border: 1px solid #e8e8e8;
  color: #121212;
}

.woocommerce-cart .page-header {
  display: none;
}
.woocommerce-cart #empty-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  direction: rtl;
  padding: 20px;
}
.woocommerce-cart #empty-cart dotlottie-player {
  width: 300px;
  height: 300px;
}
.woocommerce-cart #empty-cart h2 {
  font-size: 27px;
  font-weight: bold;
  color: #121212;
  margin-top: 20px;
}
.woocommerce-cart #empty-cart p {
  font-size: 18px;
  color: #444;
  margin-top: -5px;
}
.woocommerce-cart #empty-cart .return-to-shop {
  margin-top: 20px;
  text-decoration: none;
  max-width: 200px;
  text-align: center;
  margin: auto;
  display: inline-block;
  line-height: 28px;
  padding: 5px 37px;
}

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
  }
  .woocommerce-cart-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-sidebar {
    margin-top: 20px;
  }
}