@keyframes bcs-deferred-loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .ux-cart-coupon {
  padding-bottom: 12px;
  border-bottom: 1px solid #000000 !important;
  margin: 24px 0 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .ux-cart-coupon p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .ux-cart-coupon .bcs-coupon-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .ux-cart-coupon .bcs-coupon-item {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .ux-cart-coupon .bcs-coupon-item__added {
  flex: 1 1 auto;
  height: 54px;
  line-height: 31px;
  border: 1px solid #000000 !important;
  padding: 10px 12px !important;
  border-radius: 4px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .ux-cart-coupon .bcs-coupon-item__added .bcs-coupon-amount {
  display: inline-block;
  text-transform: none;
  padding-right: 20px;
  background: url("../images/icon-checked-black.svg") center right no-repeat;
  background-size: auto 8px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .ux-cart-coupon .bcs-coupon-note {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
}

body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .ux-cart-coupon .bcs-coupon-item .button {
  width: auto !important;
  min-width: 54px !important;
  height: 54px;
  line-height: 30px;
  background: transparent !important;
  border: 1px solid #2259DA !important;
  padding: 10px 32px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #2259DA !important;
  transition: all 0.3s ease-in-out;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .ux-cart-coupon .bcs-coupon-item .button:hover {
  background: #2259DA !important;
  color: #FFFFFF !important;
}

body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar div.coupon {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}

body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar div.coupon button {
  width: auto !important;
  min-width: 100px !important;
  height: 54px;
  line-height: 16px;
  background: transparent !important;
  border: 1px solid #2259DA !important;
  padding: 10px 12px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #2259DA !important;
  transition: all 0.3s ease-in-out;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar div.coupon button:hover {
  background: #2259DA !important;
  color: #FFFFFF !important;
}

.bcs-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 20px 0 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.bcs-breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.bcs-breadcrumb a:hover {
  text-decoration: underline;
}
.bcs-breadcrumb__sep {
  color: #000000;
  user-select: none;
}
.bcs-breadcrumb__current {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000000;
}

.bcs-header-breadcrumb__inner {
  width: 100%;
}
.bcs-header-breadcrumb__inner--narrow {
  max-width: 860px;
  margin: 0 auto;
}

.bcs-security {
  width: 100%;
  background: #000000;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .bcs-security {
    display: none;
  }
}
.bcs-security .container {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.bcs-security .container ul {
  margin: 0;
  padding: 40px 0 30px 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bcs-security .container ul li {
  line-height: 16px;
}
.bcs-security .container ul li span {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.bcs-security .container ul li:nth-child(1) span::before {
  content: "";
  width: 22px;
  height: 24px;
  background: url("../images/icon-shop-secure-1.svg") center center no-repeat;
  background-size: contain;
}
.bcs-security .container ul li:nth-child(2) span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon-shop-secure-2.svg") center center no-repeat;
  background-size: contain;
}
.bcs-security .container ul li:nth-child(3) span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon-shop-secure-1.svg") center center no-repeat;
  background-size: contain;
}

.checkout-page-title {
  background: #FFFFFF;
}
.checkout-page-title .page-title-inner {
  padding-top: 0;
  min-height: 20px;
  text-align: left;
}
.checkout-page-title .page-title-inner nav {
  padding: 15px 0 0 0;
  margin: 0;
  text-align: left;
  display: inline-block;
}
.checkout-page-title .page-title-inner nav a,
.checkout-page-title .page-title-inner nav span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #000000;
}
.checkout-page-title .page-title-inner nav a {
  text-decoration: none;
}
.checkout-page-title .page-title-inner nav a:hover {
  text-decoration: underline;
}
.checkout-page-title .page-title-inner nav .current {
  font-weight: 700;
}
.checkout-page-title .page-title-inner nav .current span {
  font-weight: 700;
}
.checkout-page-title .page-title-inner nav .divider {
  color: #000000;
  font-weight: 600;
  margin: 0;
  position: relative;
  top: 0;
}
.checkout-page-title .page-title-inner nav .breadcrumb-step {
  display: none;
}

body.woocommerce-cart .woocommerce-cart-form {
  position: relative;
}
body.woocommerce-cart .bcs-cart-form__imperative {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.woocommerce-cart .bcs-cart-layout.cart-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: stretch;
}
@media (max-width: 1023px) {
  body.woocommerce-cart .bcs-cart-layout.cart-container .bcs-cart-layout__main {
    order: 1;
  }
  body.woocommerce-cart .bcs-cart-layout.cart-container .cart-collaterals {
    order: 2;
  }
  body.woocommerce-cart .bcs-cart-layout.cart-container .bcs-cart-cross-sells {
    order: 3;
  }
}
@media (min-width: 1024px) {
  body.woocommerce-cart .bcs-cart-layout.cart-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 24px;
    align-items: start;
  }
}
@media (max-width: 1023px) {
  body.woocommerce-cart .bcs-cart-layout.cart-container .bcs-cart-layout__column-primary {
    display: contents;
  }
}
@media (min-width: 1024px) {
  body.woocommerce-cart .bcs-cart-layout.cart-container .bcs-cart-layout__column-primary {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
  }
}
body.woocommerce-cart .bcs-cart-layout.cart-container .bcs-cart-layout__main {
  min-width: 0;
}
body.woocommerce-cart .bcs-cart-layout.cart-container .bcs-cart-layout__main .bcs-breadcrumb {
  margin: 20px 0 16px;
}
body.woocommerce-cart .bcs-cart-layout.cart-container .bcs-cart-layout__main .bcs-cart-page-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
  margin: 0 0 24px;
  text-transform: none;
}
body.woocommerce-cart .bcs-cart-layout.cart-container .cart-collaterals {
  width: 100%;
  max-width: 100%;
  float: none !important;
  clear: none !important;
}
body.woocommerce-cart .cart-container .cart-collaterals {
  border-left: none !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar {
  background: transparent;
  border-radius: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-total-products {
  margin: 20px 0 24px 0;
  padding: 0 0 24px 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid #000000;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-total-products li {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  position: relative;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-total-products li span {
  color: #000000;
  font-size: 15px;
  line-height: 1.4;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-total-products li::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  display: inline-block;
  opacity: 0.4;
  border-bottom: 1px solid #FFFFFF;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-total-products li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  display: inline-block;
  opacity: 0.1;
  border-top: 1px solid #121619;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-total-products li:last-child::before, body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-total-products li:last-child::after {
  display: none;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .shop_table {
  margin-bottom: 24px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid #000000;
  font-size: 16px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .shop_table th {
  padding: 6px 0;
  font-size: 16px;
  font-weight: 700 !important;
  color: #000000 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .shop_table th .bcs-shipping-label {
  font-weight: 400;
  font-style: normal;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .shop_table td {
  padding: 6px 0;
  font-size: 16px;
  font-weight: 400 !important;
  color: #000000 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .shop_table td bdi,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .shop_table td span,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .shop_table td a {
  font-weight: 400 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .shop_table td a {
  color: #000000 !important;
  text-decoration: underline !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .shop_table td a:hover {
  color: #2259DA !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar div.coupon input {
  flex: 1 1 auto;
  height: 54px;
  line-height: 31px;
  box-shadow: none !important;
  background: transparent !important;
  border: 1px solid #000000 !important;
  padding: 10px 12px !important;
  border-radius: 4px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-transform: none !important;
  color: #000000 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar div.coupon input .bcs-coupon-amount {
  display: inline-block;
  text-transform: none;
  padding-right: 20px;
  background: url("../images/icon-checked-black.svg") center right no-repeat;
  background-size: auto 8px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .wc-proceed-to-checkout {
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .checkout-button {
  margin: 0 !important;
  height: 54px;
  line-height: 34px;
  background: #F9A90C !important;
  border: 1px solid #F9A90C !important;
  padding: 10px 12px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .checkout-button:hover {
  border: 1px solid #000000 !important;
  background: #000000 !important;
  color: #FFFFFF !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .cart_totals th.product-name {
  color: #000000;
  font-size: 24px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .ux-cart-coupon .coupon .widget-title {
  display: none !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping {
  margin: 24px 0;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-button {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-button:hover {
  color: #2259DA;
  text-decoration: none;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form {
  padding: 0 !important;
  background: transparent !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form .select2-selection,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form input[type=text],
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form input[type=email],
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form input[type=tel],
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form input[type=number],
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form textarea {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  color: #000000 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form .select2-search__field {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  color: #000000 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form .select2-dropdown--below {
  margin-top: 3px !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form .button {
  width: 100% !important;
  min-width: 32px !important;
  height: 32px;
  line-height: 30px;
  background: transparent !important;
  border: 1px solid #2259DA !important;
  padding: 4px 32px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #2259DA !important;
  transition: all 0.3s ease-in-out;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping .shipping-calculator-form .button:hover {
  background: #2259DA !important;
  color: #FFFFFF !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping p.woocommerce-shipping-destination {
  margin: 0;
  padding: 16px 16px 16px 45px;
  border-radius: 4px;
  background: #2259DA;
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping p.woocommerce-shipping-destination strong {
  font-weight: 400;
  text-decoration: underline;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-shipping p.woocommerce-shipping-destination::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 16px;
  background: url("../images/icon-delivery.svg") center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-final-price {
  margin: 24px 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #000000;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-final-price span {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-final-price span:first-child {
  flex-shrink: 0;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-final-price span bdi {
  font-size: 24px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-final-price span:nth-child(2) {
  flex: 1 1 auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 0;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-final-price span:nth-child(2) small {
  font-size: 13px;
  font-weight: 400;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-final-price span:nth-child(2) small span {
  font-size: 13px;
  font-weight: 400;
}
body.woocommerce-cart .restore-item {
  display: none !important;
}
body.woocommerce-cart .bcs_shop_table {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.woocommerce-cart .bcs-product-cart {
  border: 1px solid #ECECEC;
  border-radius: 5px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  position: relative;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-product-cart {
    gap: 16px;
  }
}
body.woocommerce-cart .bcs-product-cart__image {
  width: 185px;
  flex-shrink: 0;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-product-cart__image {
    width: 80px;
  }
}
body.woocommerce-cart .bcs-product-cart__image a {
  margin-top: auto;
}
body.woocommerce-cart .bcs-product-cart__info {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  flex-grow: 1;
  padding-right: 56px;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-product-cart__info {
    padding-top: 30px;
    padding-right: 0;
  }
}
body.woocommerce-cart .bcs-product-cart__info .product-name > a {
  max-width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-product-cart__info .product-name > a {
    font-size: 18px;
  }
}
body.woocommerce-cart .bcs-product-cart__info dl.variation {
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.35em;
  row-gap: 6px;
  align-items: baseline;
}
body.woocommerce-cart .bcs-product-cart__info dl.variation dt,
body.woocommerce-cart .bcs-product-cart__info dl.variation dd {
  float: none;
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #000000;
}
body.woocommerce-cart .bcs-product-cart__info dl.variation dd p {
  margin: 0;
  padding: 0;
  display: inline;
  font: inherit;
  color: inherit;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-rating ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-rating ul li {
  width: 16px;
  height: 16px;
  background: url("../images/icon-rating-star.svg") center center no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-rating ul li.is-empty {
  opacity: 0.28;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-rating p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-cart-pallet-note {
  margin: 8px 0 0 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
  color: #000000;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-top: auto;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty {
  flex: 0 0 auto;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .bcs-qty.quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 57px;
  min-height: 48px;
  padding: 0 8px;
  border: 1px solid #9F9F9F;
  border-radius: 3px;
  background: #FFFFFF;
  box-sizing: border-box;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .bcs-qty.quantity .bcs-qty__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  min-width: 8px;
  height: auto;
  min-height: 8px;
  padding: 0;
  margin: 0;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .bcs-qty.quantity .bcs-qty__button:hover, body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .bcs-qty.quantity .bcs-qty__button:focus-visible {
  color: #000000 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  box-shadow: none !important;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .bcs-qty.quantity input[type=number].qty {
  flex: 0 0 auto;
  width: 2ch;
  min-width: 24px;
  max-width: 56px;
  height: auto;
  margin: 0;
  padding: 0;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .bcs-qty.quantity input[type=number].qty:focus {
  outline: none;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .bcs-qty.quantity input[type=number].qty:focus-visible {
  outline: 2px solid #0E4FE3;
  outline-offset: 2px;
  border-radius: 2px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price {
  flex: 0 1 auto;
  min-width: 0;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price .bcs-cart-item-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  max-width: 100%;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price .bcs-cart-item-price__main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  row-gap: 4px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price .bcs-cart-item-price__amount {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #000000;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price .bcs-cart-item-price__amount .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price .bcs-cart-item-price__amount {
    font-size: 18px;
  }
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price .bcs-cart-item-price__suffix {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price .bcs-cart-item-price__suffix .bcs-price-suffix {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price .bcs-cart-item-price__suffix--plain {
  text-transform: lowercase;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price .bcs-cart-item-price__vat {
  margin: 4px 0 0 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  color: #000000;
}
body.woocommerce-cart .bcs-product-cart__actions {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
}
body.woocommerce-cart .bcs-product-cart__actions ul {
  margin: 0;
  padding: 0;
  flex: 1;
  min-height: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.woocommerce-cart .bcs-product-cart__actions ul li {
  margin: 0;
  padding: 0;
}
body.woocommerce-cart .bcs-product-cart__actions ul li.product-remove {
  margin-top: auto;
}
body.woocommerce-cart .bcs-product-cart__actions ul li.product-remove a {
  display: inline-block;
  width: 21px !important;
  height: 22px !important;
  background: url("../images/icon-remove-product.svg") center center no-repeat;
  background-size: contain;
  border: none !important;
  border-radius: 0 !important;
  font-size: 0;
  text-indent: 99999px;
}
body.woocommerce-cart .bcs-product-cart__actions ul li.product-remove a:hover {
  background: url("../images/icon-remove-product_hover.svg") center center no-repeat;
  background-size: contain;
}
body.woocommerce-cart .bcs-product-cart.product-is-package {
  margin-top: -25px !important;
  background: #F5F5F5;
}
body.woocommerce-cart .bcs-product-cart.product-is-package .bcs-product-cart__image {
  width: 75px !important;
}
body.woocommerce-cart .bcs-product-cart.product-is-package .bcs-product-cart__info span.bcs-pallet-description {
  margin-top: -25px;
  font-size: 14px;
  color: #333;
}
body.woocommerce-cart .bcs-product-cart.product-is-package .bcs-product-cart__actions,
body.woocommerce-cart .bcs-product-cart.product-is-package .bcs-product-qty-price__qty,
body.woocommerce-cart .bcs-product-cart.product-is-package .variation {
  display: none !important;
}
body.woocommerce-cart .bcs-product-cart.product-is-package .bcs-product-qty-price__price {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  justify-content: flex-end;
}
body.woocommerce-cart .bcs-product-cart.product-is-package .bcs-product-qty-price__price .bcs-cart-item-price__suffix,
body.woocommerce-cart .bcs-product-cart.product-is-package .bcs-product-qty-price__price .bcs-cart-item-price__vat {
  display: none !important;
}
body.woocommerce-cart .bcs-product-cart.product-is-package .bcs-product-qty-price__price .bcs-cart-item-price__main {
  justify-content: flex-end;
  width: 100%;
}
body.woocommerce-cart .bcs-product-cart.product-is-package .bcs-product-qty-price__price .bcs-cart-item-price__amount {
  margin-left: auto;
}
body.woocommerce-cart .bcs-cart-cross-sells {
  margin: 0 !important;
  width: 100%;
  min-width: 0;
}
body.woocommerce-cart .bcs-cart-cross-sells--loading {
  min-height: 200px;
}
@media (min-width: 768px) {
  body.woocommerce-cart .bcs-cart-cross-sells--loading {
    min-height: 420px;
  }
}
body.woocommerce-cart .bcs-cart-cross-sells__loading {
  position: relative;
  margin: 0;
  padding: 16px 0 16px 28px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
body.woocommerce-cart .bcs-cart-cross-sells__loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-top-color: #000000;
  animation: bcs-deferred-loading-spin 0.8s linear infinite;
}
body.woocommerce-cart .bcs-cart-cross-sells .cross-sells {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-cart-cross-sells__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000000;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .bcs-cart-cross-sells ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  max-width: 100%;
  width: 100%;
  justify-items: center;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-cart-cross-sells ul.products {
    grid-template-columns: 1fr;
  }
}
body.woocommerce-cart .bcs-cart-cross-sells ul.products li.product {
  width: 100%;
  max-width: 328px;
  margin: 0;
  display: flex;
  justify-content: center;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card {
  width: 100%;
  max-width: 328px;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__content,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__content {
  padding: 8px 18px 18px;
  gap: 0;
  flex: 1 1 auto;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__title,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin: 0;
  max-width: 257px;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__title a,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__title a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__rating,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__rating {
  margin-top: 12px;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price {
  margin-top: 16px;
  align-items: center;
  width: 100%;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .price,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #000000 !important;
  text-align: center;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .price > .woocommerce-Price-amount,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .price > .woocommerce-Price-amount bdi,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .price > .woocommerce-Price-amount,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .price > .woocommerce-Price-amount bdi {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  color: #000000 !important;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price del,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price ins,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price del,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price ins {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .bcs-list-price-wrap,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .bcs-list-price-wrap {
  text-align: center;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .bcs-list-price-primary,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .bcs-list-price-primary {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  color: #000000 !important;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .bcs-list-price-primary .woocommerce-Price-amount,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .bcs-list-price-primary .woocommerce-Price-amount bdi,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .bcs-list-price-primary .woocommerce-Price-amount,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .bcs-list-price-primary .woocommerce-Price-amount bdi {
  display: inline !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  color: #000000 !important;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .bcs-list-price-secondary,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .bcs-list-price-secondary {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  margin-top: 4px !important;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .bcs-tax-note,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .bcs-price-suffix,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__price .bcs-list-unit,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .bcs-tax-note,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .bcs-price-suffix,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__price .bcs-list-unit {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__content a.button,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__content button.button,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__content .bcs-mini-cart-related__cta,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__content .add_to_cart_button,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__content a.button,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__content button.button,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__content .bcs-mini-cart-related__cta,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__content .add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-top: 16px;
  padding: 12px 24px !important;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #000000 !important;
  border-radius: 4px !important;
  color: #000000 !important;
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.28px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  text-decoration: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__content a.button:hover,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__content button.button:hover,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__content .bcs-mini-cart-related__cta:hover,
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__content .add_to_cart_button:hover,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__content a.button:hover,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__content button.button:hover,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__content .bcs-mini-cart-related__cta:hover,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__content .add_to_cart_button:hover {
  box-shadow: none !important;
  background: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__content .added_to_cart,
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__content .added_to_cart {
  display: none !important;
}
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__image {
  aspect-ratio: 1/1;
}
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__image .bcs-product-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
body.woocommerce-cart .bcs-last-viewed .bcs-product-card .bcs-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__image {
  aspect-ratio: 5/3;
  overflow: hidden;
  margin: 0;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__image .bcs-product-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center calc(50% - 40px);
}
body.woocommerce-cart .bcs-cart-cross-sells .bcs-product-card .bcs-product-card__image:hover img {
  transform: none;
}
body.woocommerce-cart .bcs-last-viewed {
  margin: 24px 0 !important;
  width: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-last-viewed {
    margin: 20px 0 !important;
  }
}
body.woocommerce-cart .bcs-last-viewed__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 100%;
}
body.woocommerce-cart .bcs-last-viewed__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000000;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .bcs-last-viewed ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  width: 100%;
  justify-items: center;
}
@media (max-width: 1023px) {
  body.woocommerce-cart .bcs-last-viewed ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-last-viewed ul.products {
    grid-template-columns: 1fr;
  }
}
body.woocommerce-cart .bcs-last-viewed ul.products li.product {
  width: 100%;
  max-width: 328px;
  margin: 0;
  display: flex;
  justify-content: center;
}
body.woocommerce-cart .bcs-cart-vendor {
  margin-top: -10px;
  border-radius: 12px;
  border: 10px solid #FFFFFF;
  border-top: 15px solid #FFFFFF;
  position: relative;
  z-index: 3;
}
body.woocommerce-cart .bcs-cart-vendor__wrapper {
  border: 1px solid #2259DA;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
}
body.woocommerce-cart .bcs-cart-vendor p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
body.woocommerce-cart .bcs-cart-vendor a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
body.woocommerce-cart .bcs-cart-vendor a:hover {
  color: #2259DA;
  text-decoration: underline;
}
body.woocommerce-cart .bcs-cart-vendor span {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
}
body.woocommerce-cart .bcs-cart-vendor span.hours {
  font-size: 16px;
  font-weight: 400;
}

body.woocommerce-cart.lang-ro .cart-container .cart-collaterals .cart-sidebar div.coupon button {
  min-width: 100px !important;
  padding: 10px 12px !important;
}
body.woocommerce-cart.lang-ro .cart-container .cart-collaterals .cart-sidebar .checkout-button {
  font-size: 15px !important;
  padding: 10px 12px !important;
}

body.woocommerce-cart .cart-container .cart-collaterals {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar {
  width: 100%;
  min-width: 0;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary {
  box-sizing: border-box;
  width: 100%;
  background: #ECECEC;
  border-radius: 10px;
  padding: 24px !important;
  margin: 0 !important;
  border: 0;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .cart_totals__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px !important;
  line-height: 1.3;
  font-weight: 600 !important;
  margin: 0 0 16px !important;
  text-transform: none !important;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__product-name {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__product-price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__coupon-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 10px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__coupon-field {
  flex: 1 1 200px;
  min-width: 0;
  min-height: 54px;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 12px 16px;
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  background: #ECECEC;
  box-sizing: border-box;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__coupon-field::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__coupon-apply-btn {
  flex-shrink: 0;
  min-height: 54px;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 16px 22px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ECECEC;
  color: #000000;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__coupon-apply-btn:hover {
  background: rgb(217.12, 217.12, 217.12);
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__coupon-note {
  margin: 0 0 16px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000000;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table {
  width: 100%;
  margin: 0 0 16px !important;
  padding: 16px 0;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table thead,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tbody,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tfoot,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tr,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table th,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table td {
  border: 0 !important;
  box-shadow: none !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table th,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table td {
  font-size: 16px !important;
  color: #000000 !important;
  padding: 8px 0 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table th {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600 !important;
  text-transform: none !important;
  text-align: left;
  padding-right: 12px;
  vertical-align: top;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table td {
  font-family: "Lato", sans-serif;
  font-weight: 400 !important;
  text-align: right;
  vertical-align: top;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tr.shipping td,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tr.woocommerce-shipping-totals td {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tr.shipping td .woocommerce-Price-amount.amount,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tr.shipping td .woocommerce-Price-amount.amount > bdi,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tr.woocommerce-shipping-totals td .woocommerce-Price-amount.amount,
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tr.woocommerce-shipping-totals td .woocommerce-Price-amount.amount > bdi {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tr.woocommerce-shipping-totals td.bcs-cart-shipping-cell {
  text-align: right;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table tr.woocommerce-shipping-totals td.bcs-cart-shipping-cell::before {
  display: none !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .bcs-cart-shipping-cell__title {
  margin: 0 0 8px;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.3;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .bcs-cart-shipping-cell__body {
  text-align: right;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .woocommerce-shipping-methods li {
  margin: 0 0 6px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .woocommerce-shipping-methods li:last-child {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .woocommerce-shipping-methods .bcs-cart-shipping-method {
  display: inline-block;
  max-width: 100%;
  margin: 0 !important;
  text-align: left;
  cursor: pointer;
  line-height: 1.5;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .woocommerce-shipping-methods .bcs-cart-shipping-method input.shipping_method {
  margin: 3px 8px 0 0 !important;
  vertical-align: top;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .woocommerce-shipping-methods .bcs-cart-shipping-method .woocommerce-Price-amount {
  display: inline !important;
  white-space: nowrap;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .woocommerce-shipping-destination {
  margin: 8px 0 0;
  text-align: right;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .woocommerce-shipping-calculator {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .shipping-calculator-button {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .shop_table .shipping-calculator-form {
  width: 100%;
  text-align: left;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .bcs-cart-summary__eta td {
  white-space: nowrap;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__delivery-card {
  margin: 0 0 16px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__delivery-btn {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__delivery-btn-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 16px 12px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__delivery-icon {
  flex-shrink: 0;
  display: flex;
  color: #000000;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__delivery-icon svg {
  width: 19px;
  height: 14px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__delivery-label {
  flex: 1;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__delivery-chevron {
  flex-shrink: 0;
  display: flex;
  color: #000000;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__delivery-chevron svg {
  width: 8px;
  height: 8px;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary__delivery-note {
  margin: 16px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  text-decoration: underline;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .wc-proceed-to-checkout {
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .checkout-button {
  min-height: 49px;
  margin: 0 !important;
  border-radius: 4px !important;
  background: #FF9000 !important;
  border-color: #FF9000 !important;
  color: #000000 !important;
  font-family: "Lato", sans-serif;
  font-size: 18px !important;
  font-weight: 700 !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-cart-summary .checkout-button:hover {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .bcs-cart-summary__contact {
  margin-top: 0;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
body.woocommerce-cart .cart-container .cart-collaterals .bcs-cart-summary__contact-label {
  margin: 0 0 8px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
body.woocommerce-cart .cart-container .cart-collaterals .bcs-cart-summary__contact-phone {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
body.woocommerce-cart .cart-container .cart-collaterals .bcs-cart-summary__contact-phone a {
  color: inherit;
  text-decoration: none;
}
body.woocommerce-cart .cart-container .cart-collaterals .bcs-cart-summary__contact-phone a:hover {
  text-decoration: underline;
}

.bcs-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 60px 24px;
  text-align: center;
}
.bcs-cart-empty__icon {
  width: 64px;
  height: 64px;
  color: #9F9F9F;
}
.bcs-cart-empty__message {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.bcs-cart-empty .btn--blue {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 54px;
  line-height: 1 !important;
  background: #0E4FE3 !important;
  border: 1px solid #0E4FE3 !important;
  padding: 0 32px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.bcs-cart-empty .btn--blue:hover {
  border-color: rgb(11.6298755187, 65.6257261411, 188.5701244813) !important;
  background: rgb(11.6298755187, 65.6257261411, 188.5701244813) !important;
  color: #FFFFFF !important;
}
