.woocommerce-cart-form {
  flex: 0 1 65%;
}
@media all and (min-width: 961px)  {
  .woocommerce-cart-form {
    max-width: 65%;
  }
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-cart-form {
    width: 100%;
    flex: 1 1 100%;
    float: none;
  }
  .woocommerce-cart-form tr {
    position: relative;
  }
  .woocommerce-cart-form tr:after {
    content: "";
    display: table;
    clear: both;
  }
  .woocommerce-cart-form thead tr {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-cart-form tr {
    display: block;
    padding: 15px 0;
  }
}
.woocommerce-cart-form table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-cart-form table {
    margin-bottom: 0;
  }
}
.woocommerce-cart-form th, .woocommerce-cart-form td {
  padding: 20px 10px;
  text-align: center;
}
@media all and (min-width: 961px) and (max-width: 1220px)  {
  .woocommerce-cart-form th, .woocommerce-cart-form td {
    padding: 20px 5px;
  }
}
.woocommerce-cart-form th.product-name, .woocommerce-cart-form td.product-name {
  text-align: left;
  min-width: 200px;
}
.woocommerce-cart-form th.product-name i, .woocommerce-cart-form td.product-name i {
  display: none;
}
.woocommerce-cart-form th.product-quantity, .woocommerce-cart-form td.product-quantity {
  width: 120px;
}
.woocommerce-cart-form th.product-thumbnail, .woocommerce-cart-form td.product-thumbnail {
  width: 200px;
  min-width: 200px;
}
@media all and (min-width: 961px) and (max-width: 1220px)  {
  .woocommerce-cart-form th.product-thumbnail, .woocommerce-cart-form td.product-thumbnail {
    width: 80px;
    min-width: 80px;
    padding: 10px 5px;
  }
}
.woocommerce-cart-form th.product-thumbnail img, .woocommerce-cart-form td.product-thumbnail img {
  width: 100%;
  height: auto;
}
.woocommerce-cart-form th.product-thumbnail .image-wrap.custom-cake, .woocommerce-cart-form td.product-thumbnail .image-wrap.custom-cake {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart-form th.product-thumbnail .image-wrap.custom-cake img, .woocommerce-cart-form td.product-thumbnail .image-wrap.custom-cake img {
  display: block;
  width: auto;
  height: auto;
  max-height: 81%;
  max-width: 81%;
  margin: auto;
}
.woocommerce-cart-form th.product-thumbnail .product-edit, .woocommerce-cart-form td.product-thumbnail .product-edit {
  margin: 15px 0;
}
.woocommerce-cart-form th.product-subtotal, .woocommerce-cart-form td.product-subtotal {
  min-width: 100px;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-cart-form th, .woocommerce-cart-form td {
    font-size: 0.875rem;
    display: block;
    padding: 0;
    text-align: left;
    line-height: 20px;
    /*
            &:before {
                font-weight: theme-weight('bold');
                display: inline-block;
                width: 80px;
            }

            &.product-subtotal:before {
            	    content: "Subtotal:";
            }

            &.product-price:before {
            	    content: "Price:";
            }

            &.product-quantity:before {
            	    content: "Quantity:";
            }

            &.product-total:before {
                content: "Total:";
            }
*/
  }
  .woocommerce-cart-form th.product-thumbnail, .woocommerce-cart-form td.product-thumbnail {
    width: 100%;
    min-width: 100%;
    padding: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .woocommerce-cart-form th.product-remove, .woocommerce-cart-form td.product-remove {
    width: 81px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 12px;
    padding: 0;
  }
  .woocommerce-cart-form th.product-quantity, .woocommerce-cart-form td.product-quantity {
    width: 100%;
    padding: 10px 20px;
  }
  .woocommerce-cart-form th.product-name, .woocommerce-cart-form td.product-name {
    padding: 10px 0;
    font-size: 1.2rem;
    min-width: auto;
  }
  .woocommerce-cart-form th.product-name a, .woocommerce-cart-form td.product-name a {
    display: block;
    color: white;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 15px;
  }
  .woocommerce-cart-form th.product-price, .woocommerce-cart-form td.product-price {
    display: none;
  }
  .woocommerce-cart-form th.product-subtotal, .woocommerce-cart-form td.product-subtotal {
    text-align: center;
    line-height: 35px;
    font-weight: 700;
  }
}
.woocommerce-cart-form th {
  background: rgba(241, 241, 241, 1);
  color: rgba(33, 33, 33, 1);
}
.woocommerce-cart-form .cart_item {
  border-bottom: 1px solid rgba(233, 233, 233, 1);
}
.woocommerce-cart-form a.remove {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: rgba(228, 85, 85, 1);
}
.woocommerce-cart-form a.remove:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' height='20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)'%3E%3Cpath d='M0.75 23.249L23.25 0.749' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M23.25 23.249L0.75 0.749' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  color: white;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-cart-form a.remove {
    color: white;
    width: 81px;
    border-radius: 0;
    background: none;
  }
  .woocommerce-cart-form a.remove:hover {
    color: rgba(255, 158, 27, 1);
  }
  .woocommerce-cart-form a.remove:before {
    font-size: 12px;
    background: none;
    color: inherit;
    font-family: "filson-soft";
    content: "Remove item";
    text-decoration: underline;
    position: absolute;
    width: 81px;
    text-align: right;
    line-height: 20px;
    top: 0;
    left: 0;
    height: 20px;
  }
}
.woocommerce-cart-form .success-notice {
  font-size: 0.8125rem;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}
.woocommerce-cart-form .form-row {
  margin: 0;
}
.woocommerce-cart-form .quantity-input-wrap input {
  min-width: 50px;
  line-height: 24px;
}
.woocommerce-cart-form .quantity-input-wrap .plus-qty, .woocommerce-cart-form .quantity-input-wrap .minus-qty {
  margin-top: 0;
}
.woocommerce-cart-form .tax_label, .woocommerce-cart-form .form-row label.screen-reader-text {
  display: none;
}
.woocommerce-cart-form .actions {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid rgba(233, 233, 233, 1);
}
.woocommerce-cart-form .actions:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-cart-form .actions {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
}
.woocommerce-cart-form .actions .coupon {
  float: left;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-cart-form .actions .coupon {
    float: none;
    order: 2;
  }
  .woocommerce-cart-form .actions .coupon .button {
    margin: 0;
    background: rgba(255, 158, 27, 1);
  }
  .woocommerce-cart-form .actions .coupon .button:hover {
    background: rgba(0, 156, 222, 1);
  }
}
.woocommerce-cart-form .actions button {
  float: right;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-cart-form .actions button {
    float: none;
    order: 1;
    margin-bottom: 30px;
    align-self: flex-end;
  }
}
.wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 20px;
  border-top: 1px solid rgba(217, 217, 217, 1);
  background: white;
}
.wc-proceed-to-checkout .checkout-button {
  width: 100%;
}
.wc-proceed-to-checkout #wc-stripe-payment-request-wrapper {
  margin: 0;
  order: 3;
  flex: 1 0 100%;
}
.checkout-button.button {
  font-size: 1.0625rem;
  text-align: center;
  float: none;
  padding: 20px 30px;
  margin: 0;
  display: block;
  border-radius: 4px;
  background: rgba(209, 236, 246, 1);
  color: white;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
}
@media all and (max-width: 960px) {
  .checkout-button.button {
    font-size: 1.0625rem;
  }
}
.checkout-button.button:hover {
  background: rgba(146, 165, 172, 1);
  color: white;
}
.cart-collaterals {
  margin-left: 20px;
  flex: 0 1 calc(35% - 20px);
  padding-left: 20px;
  border-left: 1px solid rgba(217, 217, 217, 1);
}
.cart-collaterals:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 961px)  {
  .cart-collaterals {
    max-width: calc(35% - 20px);
  }
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .cart-collaterals {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
    flex-basis: 100%;
  }
}
.cart-collaterals h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
  padding: 20px 20px 0 20px;
}
@media all and (max-width: 1220px) {
  .cart-collaterals h3 {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 640px) {
  .cart-collaterals h3 {
    font-size: 1rem;
  }
}
.cart-collaterals .cart_totals {
  border-radius: 4px;
  background: white;
  border: 1px solid rgba(217, 217, 217, 1);
}
.cart-collaterals .cart_totals table {
  padding: 0 20px;
  margin-bottom: 20px;
}
.cart-collaterals .add_gift_card_form {
  padding: 20px;
  display: block;
  margin: 0 0 20px;
  width: 100%;
}
.cart-collaterals .add_gift_card_form #wc_gc_cart_redeem_form {
  display: flex;
}
.cart-collaterals .add_gift_card_form input {
  line-height: 36px;
  border-radius: 40px 0 0 40px;
  border: 0;
  padding: 6px 15px;
  flex: 1 1 auto;
}
.cart-collaterals .add_gift_card_form button {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 10px 24px;
  border-radius: 0;
  border: 0;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  background-size: 35px;
  background-position: 50%;
  background-color: rgba(98, 181, 229, 1);
  color: white;
  font-family: "filson-soft";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: 0.1em;
  outline: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  flex: 0 0 auto;
  border-radius: 0 40px 40px 0;
  float: none;
}
.cart-collaterals .add_gift_card_form button, .cart-collaterals .add_gift_card_form button:before, .cart-collaterals .add_gift_card_form button:after {
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  background-color: rgba(255, 158, 27, 1);
}
.cart-collaterals .add_gift_card_form button:before, .cart-collaterals .add_gift_card_form button:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
}
.cart-collaterals .add_gift_card_form button:before {
  -webkit-clip-path: polygon(50% -1px, 100% -1px, 97% 100%);
  clip-path: polygon(50% -1px, 100% -1px, 97% 100%);
  left: -19px;
  color: rgba(98, 181, 229, 1);
}
.cart-collaterals .add_gift_card_form button:after {
  -webkit-clip-path: polygon(0 -1px, 35% -1px, 7% 100%);
  clip-path: polygon(0 -1px, 35% -1px, 7% 100%);
  right: -19px;
}
.cart-collaterals .add_gift_card_form button:hover {
  background-color: rgba(255, 158, 27, 1);
  color: white;
}
.cart-collaterals .add_gift_card_form button:hover, .cart-collaterals .add_gift_card_form button:hover:before, .cart-collaterals .add_gift_card_form button:hover:after {
  background-color: rgba(255, 158, 27, 1);
}
.cart-collaterals .add_gift_card_form button.has-background:hover, .cart-collaterals .add_gift_card_form button.has-text-color:hover {
  background-color: rgba(255, 158, 27, 1) !important;
  color: white !important;
}
.cart-collaterals .add_gift_card_form button:disabled, .cart-collaterals .add_gift_card_form button[disabled], .cart-collaterals .add_gift_card_form button.disabled {
  background-color: rgba(241, 241, 241, 1);
  background-color: rgba(166, 166, 166, 1);
  cursor: not-allowed;
}
.cart-collaterals .add_gift_card_form button:disabled:before, .cart-collaterals .add_gift_card_form button:disabled:after, .cart-collaterals .add_gift_card_form button:disabled:hover, .cart-collaterals .add_gift_card_form button:disabled:hover:before, .cart-collaterals .add_gift_card_form button:disabled:hover:after, .cart-collaterals .add_gift_card_form button[disabled]:before, .cart-collaterals .add_gift_card_form button[disabled]:after, .cart-collaterals .add_gift_card_form button[disabled]:hover, .cart-collaterals .add_gift_card_form button[disabled]:hover:before, .cart-collaterals .add_gift_card_form button[disabled]:hover:after, .cart-collaterals .add_gift_card_form button.disabled:before, .cart-collaterals .add_gift_card_form button.disabled:after, .cart-collaterals .add_gift_card_form button.disabled:hover, .cart-collaterals .add_gift_card_form button.disabled:hover:before, .cart-collaterals .add_gift_card_form button.disabled:hover:after {
  background-color: rgba(166, 166, 166, 1);
  cursor: not-allowed;
}
.cart-collaterals .add_gift_card_form button--no-radius {
  border-radius: 0;
}
.cart-collaterals .add_gift_card_form button--with-shadow {
  box-shadow: 1px 16px 0px -8px rgba(0, 0, 0, 0.2);
}
.cart-collaterals .add_gift_card_form button--with-shadow:active {
  box-shadow: 4px -2px 0px 2px rgba(0, 0, 0, 0.4);
}
.cart-collaterals .add_gift_card_form button--with-shadow:hover {
  box-shadow: 0px 12px 0px -4px rgba(0, 0, 0, 0.2);
}
.cart-collaterals .add_gift_card_form button--with-svg svg {
  border-radius: 50%;
  background: white;
  padding: 10px;
}
.cart-collaterals .add_gift_card_form button.single_add_to_cart_button {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cart-collaterals .add_gift_card_form button.button-adding, .cart-collaterals .add_gift_card_form button.loading {
  position: relative;
  background-color: rgba(255, 158, 27, 1);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='25px' height='25px' viewBox='0 0 128 128' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='16' cy='64' r='16' fill='%23ffffff' fill-opacity='1'/%3E%3Ccircle cx='16' cy='64' r='14.344' fill='%23ffffff' fill-opacity='1' transform='rotate(45 64 64)'/%3E%3Ccircle cx='16' cy='64' r='12.531' fill='%23ffffff' fill-opacity='1' transform='rotate(90 64 64)'/%3E%3Ccircle cx='16' cy='64' r='10.75' fill='%23ffffff' fill-opacity='1' transform='rotate(135 64 64)'/%3E%3Ccircle cx='16' cy='64' r='10.063' fill='%23ffffff' fill-opacity='1' transform='rotate(180 64 64)'/%3E%3Ccircle cx='16' cy='64' r='8.063' fill='%23ffffff' fill-opacity='1' transform='rotate(225 64 64)'/%3E%3Ccircle cx='16' cy='64' r='6.438' fill='%23ffffff' fill-opacity='1' transform='rotate(270 64 64)'/%3E%3Ccircle cx='16' cy='64' r='5.375' fill='%23ffffff' fill-opacity='1' transform='rotate(315 64 64)'/%3E%3CanimateTransform attributeName='transform' type='rotate' values='0 64 64;315 64 64;270 64 64;225 64 64;180 64 64;135 64 64;90 64 64;45 64 64' calcMode='discrete' dur='720ms' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/g%3E%3C/svg%3E") !important;
  color: transparent;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 50%;
  text-indent: -9999px;
}
.cart-collaterals .add_gift_card_form button.button-adding:before, .cart-collaterals .add_gift_card_form button.button-adding:after, .cart-collaterals .add_gift_card_form button.loading:before, .cart-collaterals .add_gift_card_form button.loading:after {
  content: "";
  padding: 0;
  background-image: none !important;
  animation: none;
  background-color: rgba(255, 158, 27, 1);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform: none;
}
.cart-collaterals .add_gift_card_form button.button-added {
  animation: showHide 2s ease-in-out;
  animation-iteration-count: 1;
  pointer-events: all;
}
.cart-collaterals .add_gift_card_form button.button-added:before, .cart-collaterals .add_gift_card_form button.button-added:after {
  content: "";
  animation: showHide 2s ease-in-out;
  opacity: 1;
}
.cart-collaterals .add_gift_card_form button.button-failed {
  animation: showHideFail 2s ease-in-out;
  animation-iteration-count: 1;
  pointer-events: all;
}
.cart-collaterals .add_gift_card_form button.button-failed:before, .cart-collaterals .add_gift_card_form button.button-failed:after {
  content: "";
  animation: showHideFail 2s ease-in-out;
  opacity: 1;
}
@keyframes spinMeRightRound {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes move-up {
  0% {
    transform: translate(-50%, 50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes showHide {
  0%, 90% {
    background-color: rgba(22, 179, 110, 1);
    pointer-events: none;
    cursor: not-allowed;
  }
}
@keyframes showHideFail {
  0%, 90% {
    background-color: rgba(228, 85, 85, 1);
    pointer-events: none;
    cursor: not-allowed;
  }
}
@keyframes showHideBefore {
  10%, 80% {
    opacity: 1;
  }
  0%, 100% {
    opacity: 0;
  }
}
.cart-collaterals .recurring-totals th {
  padding-top: 30px;
  color: rgba(0, 156, 222, 1);
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.cart-collaterals .cart-subtotal th, .cart-collaterals .cart-subtotal td {
  padding: 20px 0;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.cart-collaterals .woocommerce-shipping-totals > td {
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.cart-collaterals .woocommerce-shipping-totals table {
  padding: 0;
}
.cart-collaterals .woocommerce-shipping-totals ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(173, 173, 173, 1);
}
.cart-collaterals .woocommerce-shipping-totals li:only-child label, .cart-collaterals .woocommerce-shipping-totals li:first-child label {
  border-top: 0;
}
.cart-collaterals .woocommerce-shipping-totals li:only-child label {
  padding-left: 15px;
}
.cart-collaterals .woocommerce-shipping-totals label {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 15px 15px 15px 40px;
  border-top: 1px solid rgba(173, 173, 173, 1);
  background-color: white;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.cart-collaterals .woocommerce-shipping-totals label:before {
  left: 10px;
  top: 15px;
}
.cart-collaterals .woocommerce-shipping-totals label:after {
  left: 15px;
  top: 20px;
}
.cart-collaterals .woocommerce-shipping-totals li:only-child label, .cart-collaterals .woocommerce-shipping-totals input:checked + label {
  background-color: rgba(253, 254, 255, 1);
}
.cart-collaterals .woocommerce-shipping-totals .amount {
  font-weight: 700;
  float: right;
}
.cart-collaterals .woocommerce-shipping-totals p {
  margin: 0;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 10px;
}
.cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  padding: 20px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid rgba(229, 229, 229, 1);
  text-align: left;
}
.cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
  display: block;
  margin-top: 10px;
}
.cart-collaterals .woocommerce-shipping-totals .shipping-calculator-button {
  font-size: 1rem;
  margin: 5px 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media all and (max-width: 1220px) {
  .cart-collaterals .woocommerce-shipping-totals .shipping-calculator-button {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .cart-collaterals .woocommerce-shipping-totals .shipping-calculator-button {
    font-size: 1rem;
  }
}
.cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-calculator {
  margin-top: 15px;
  text-align: left;
}
.cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-calculator:after {
  content: "";
  display: table;
  clear: both;
}
.cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-calculator .form-row {
  margin-top: 15px;
}
.cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-calculator label {
  width: auto;
}
.cart-collaterals .woocommerce-shipping-totals button {
  font-size: 0.8125rem;
  float: right;
  padding: 6px 24px;
  margin: 15px 0 0 0;
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .cart-collaterals {
    width: 100%;
    margin-bottom: 0;
    /*
        .wc-proceed-to-checkout {
            width: 100%;
            position: fixed;
            bottom: 0;
            left: 0;
            padding: 20px;
            z-index: theme-z-index('header')+1;
            background-color: theme-color('success-color');

            .button {
                margin: 0;
                background: theme-color('light-color');
                color: theme-color('success-color');
                box-shadow: 0 0 10px 3px rgba(0,0,0,.15);
            }
        }
*/
  }
  .cart-collaterals .cart-subtotal td {
    text-align: right;
  }
}
.cart-collaterals table {
  border-collapse: unset;
  width: 100%;
  border-spacing: 0;
}
.cart-collaterals table th, .cart-collaterals table td {
  padding: 10px 0;
  text-align: right;
  vertical-align: top;
}
.cart-collaterals table th {
  text-align: left;
  padding-right: 20px;
  width: 55%;
}
.cart-collaterals .order-total {
  font-size: 1.125rem;
}
.cart-collaterals .order-total small {
  font-size: 1rem;
  display: block;
  white-space: nowrap;
}
@media all and (max-width: 1220px) {
  .cart-collaterals .order-total small {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .cart-collaterals .order-total small {
    font-size: 1rem;
  }
}
.coupon {
  background: white;
  border-radius: 25px;
  border: 1px solid rgba(233, 233, 233, 1);
  overflow: hidden;
  display: flex;
}
.coupon:after {
  content: "";
  display: table;
  clear: both;
}
.coupon label {
  display: none;
}
.coupon input {
  font-size: 1rem;
  float: left;
  line-height: 28px;
  padding: 10px 20px;
  border: 0;
  flex: 1 1 auto;
  min-width: 0;
}
@media all and (max-width: 960px) {
  .coupon input {
    font-size: 1rem;
  }
}
.coupon button {
  flex: 0 0 auto;
  margin: 0;
}
.woocommerce-cart .entry-header, .woocommerce-cart .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-cart .cart-header {
  flex: 1 0 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(233, 233, 233, 1);
}
.woocommerce-cart .cart-header h2 {
  font-size: 2.8125rem;
}
@media all and (max-width: 1220px) {
  .woocommerce-cart .cart-header h2 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 960px) {
  .woocommerce-cart .cart-header h2 {
    font-size: 2.1875rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-cart .cart-header h2 {
    font-size: 1.375rem;
  }
}
.woocommerce-cart .cart-header .free-shipping-notice {
  margin-top: 20px;
}
.woocommerce-cart .cart-header .checkout-button {
  margin-top: 20px;
}
.woocommerce-cart .cart-buttons {
  display: flex;
  gap: 40px;
  align-items: center;
}
.woocommerce-cart h2 {
  color: rgba(33, 33, 33, 1);
  margin: 0;
}
.woocommerce-cart .entry-content > .woocommerce {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 40px 0;
  flex-wrap: wrap;
}
.woocommerce-cart .cross-sells {
  clear: left;
  margin-top: 40px;
  padding: 0;
  flex: 1 1 auto;
  width: 100%;
}
@media all and (min-width: 961px) and (max-width: 1220px)  {
  .woocommerce-cart .cross-sells {
    width: 62%;
  }
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-cart .cross-sells {
    width: 100%;
  }
}
.woocommerce-cart .cross-sells h2 {
  font-size: 1.625rem;
  display: block;
  text-align: left;
  color: rgba(33, 33, 33, 1);
  margin-bottom: 30px;
}
@media all and (max-width: 1220px) {
  .woocommerce-cart .cross-sells h2 {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-cart .cross-sells h2 {
    font-size: 1.375rem;
  }
}
.woocommerce-cart .cross-sells .slide-next, .woocommerce-cart .cross-sells .slide-prev {
  top: 0;
  transform: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-cart .cross-sells .slide-next, .woocommerce-cart .cross-sells .slide-prev {
    top: 50%;
    transform: translateY(-50%);
  }
}
.woocommerce-cart .cross-sells .slide-next .icon, .woocommerce-cart .cross-sells .slide-prev .icon {
  stroke: white;
}
.woocommerce-cart .cross-sells .slide-next.swiper-button-disabled, .woocommerce-cart .cross-sells .slide-prev.swiper-button-disabled {
  opacity: 0.5;
}
.woocommerce-cart .cross-sells .slide-next {
  right: 0;
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-cart .cross-sells .slide-next {
    left: auto;
    transform: translateY(-50%);
    right: 3px;
  }
}
.woocommerce-cart .cross-sells .slide-prev {
  right: 40px;
  left: auto;
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-cart .cross-sells .slide-prev {
    right: auto;
    transform: translateY(-50%);
    left: 3px;
  }
}
.woocommerce-cart.empty-basket .wc-empty-cart-message {
  width: 100%;
}
.woocommerce-cart.empty-basket h1.entry-title {
  display: none;
}
.woocommerce-cart .cart-empty {
  text-align: center;
  margin: 0 0 20px;
  flex: 1 1 100%;
}
.woocommerce-cart .cart-empty h2 {
  margin: 0 0 10px;
  color: white;
}
.woocommerce-cart .cart-empty .empty-cart-image {
  margin: 40px auto;
  width: 90%;
  max-width: 300px;
}
.woocommerce-cart .cart-empty .empty-cart-image svg {
  width: 100%;
  height: 100%;
}
.woocommerce-cart .cart-empty .empty-cart-image .trousers path {
  fill: rgba(0, 156, 222, 1);
}
.woocommerce-cart .cart-empty .empty-cart-image .top path {
  fill: rgba(98, 181, 229, 1);
}
.woocommerce-cart .return-to-shop {
  margin: 0 auto;
  text-align: center;
  flex: 1 1 100%;
}
.woocommerce-cart .return-to-shop:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-cart .return-to-shop .button {
  display: inline-block;
  float: none;
}
