@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.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 .cart-container .cart-collaterals {
  border-left: none !important;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar {
  background: #ECECEC;
  border-radius: 5px !important;
  padding: 16px 16px 25px 16px !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 .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-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 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 div.coupon button {
  width: auto !important;
  min-width: 84px !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;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .bcs-coupon-note {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
}
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 32px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  transition: all 0.3s ease-in-out;
}
body.woocommerce-cart .cart-container .cart-collaterals .cart-sidebar .checkout-button:hover {
  border: 1px solid #2259DA !important;
  background: #2259DA !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 .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;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-product-cart__info {
    padding-top: 30px;
  }
}
body.woocommerce-cart .bcs-product-cart__info a {
  max-width: calc(100% - 30px);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-product-cart__info a {
    font-size: 18px;
  }
}
body.woocommerce-cart .bcs-product-cart__info dl.variation {
  max-width: calc(100% - 30px);
  margin: 0;
  padding: 0;
}
body.woocommerce-cart .bcs-product-cart__info dl.variation dt {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
body.woocommerce-cart .bcs-product-cart__info dl.variation dd p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 400;
  font-size: 13px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 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 p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-meta {
  margin: 12px 0 0 0;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-meta p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .button {
  border: 1px solid rgba(141, 138, 132, 0.5019607843) !important;
  background: none !important;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .button.minus {
  border-right: 0 !important;
  border-radius: 3px 0 0 3px !important;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .button.plus {
  border-left: 0 !important;
  border-radius: 0 3px 3px 0 !important;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty .button:hover {
  box-shadow: none !important;
  background: none !important;
  color: #0E4FE3 !important;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__qty input[type=number] {
  border: 1px solid rgba(141, 138, 132, 0.5019607843) !important;
  border-left: none !important;
  border-right: none !important;
  background: none !important;
  box-shadow: none;
  width: 25px !important;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price .qty-1 {
  display: none;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price .product-price {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: right;
  margin-bottom: -13px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price .product-price .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price .product-price .woocommerce-Price-amount {
    font-size: 18px;
  }
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price .product-price .bcs-price-suffix {
  position: relative;
  top: -7px;
  color: #121619;
  text-transform: lowercase;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price .product-subtotal {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: right;
  margin-bottom: -13px;
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price .product-subtotal bdi {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price .product-subtotal bdi {
    font-size: 14px;
  }
}
body.woocommerce-cart .bcs-product-cart__info .bcs-product-qty-price__price .bcs-cart-line {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  top: -7px;
  color: #121619;
  text-transform: lowercase;
}
body.woocommerce-cart .bcs-product-cart__actions {
  margin-left: auto;
  position: absolute;
  top: 16px;
  right: 16px;
}
body.woocommerce-cart .bcs-product-cart__actions ul {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  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.bcs-add-to-wishlist {
  display: none;
}
body.woocommerce-cart .bcs-product-cart__actions ul li.bcs-add-to-wishlist a {
  display: inline-block;
  width: 22px;
  height: 18px;
  background: url("../images/icon-add-wishlist_stroke.svg") center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
body.woocommerce-cart .bcs-product-cart__actions ul li.bcs-add-to-wishlist a:hover {
  background: url("../images/icon-add-wishlist_hover.svg") center center no-repeat;
  background-size: contain;
}
body.woocommerce-cart .bcs-product-cart__actions ul li.bcs-add-to-wishlist a:active {
  background: url("../images/icon-add-wishlist.svg") center center no-repeat;
  background-size: contain;
}
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 .cross-sells {
  margin: 50px 0 0 0 !important;
  display: flex;
  flex-direction: column;
  gap: 24px !important;
}
body.woocommerce-cart .cross-sells h3 {
  color: #000000;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .cross-sells div.products {
  max-width: 85% !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px !important;
}
@media (max-width: 767px) {
  body.woocommerce-cart .cross-sells div.products {
    max-width: 100% !important;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  body.woocommerce-cart .cross-sells div.products::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #F5F5F5;
  }
  body.woocommerce-cart .cross-sells div.products::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  body.woocommerce-cart .cross-sells div.products::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #FF9000;
  }
}
body.woocommerce-cart .cross-sells div.products .product-small.col {
  max-width: 100% !important;
  border: 1px solid #ECECEC !important;
  border-radius: 5px !important;
  padding: 14px 14px 0 14px !important;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .price-wrapper .woocommerce-Price-amount::after {
  content: " (z VAT)";
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #000000;
}
@media (max-width: 767px) {
  body.woocommerce-cart .cross-sells div.products .product-small.col {
    min-width: 200px;
  }
}
body.woocommerce-cart .cross-sells div.products .product-small.col:nth-child(3), body.woocommerce-cart .cross-sells div.products .product-small.col:nth-child(4) {
  display: none !important;
  /* IGNORE - temporary remove */
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-image {
  /*&::after { --- IGNORE ---
    content: 'Stanlux';
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 55px;
    border: 1px solid $cart-blue;
    color: $cart-blue;
    font-size: 16px;
    text-transform: uppercase;
  }*/
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-image::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  display: none !important;
  /* IGNORE - temporary remove */
  width: 22px;
  height: 18px;
  background: url("../images/icon-add-wishlist_stroke.svg") center center no-repeat;
  background-size: contain;
  z-index: 9;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-image::before:hover {
  background: url("../images/icon-add-wishlist_hover.svg") center center no-repeat;
  background-size: contain;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-image::before:active {
  background: url("../images/icon-add-wishlist.svg") center center no-repeat;
  background-size: contain;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-image:hover::after {
  background: #FFFFFF;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .add-to-cart-button {
  margin: 16px 0 0 0 !important;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .add-to-cart-button .add_to_cart_button {
  width: 100% !important;
  background: #FFFFFF !important;
  border: 1px solid #F9A90C !important;
  border-radius: 4px !important;
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.woocommerce-cart .cross-sells div.products .product-small.col .add-to-cart-button .add_to_cart_button {
    line-height: 20px;
  }
}
body.woocommerce-cart .cross-sells div.products .product-small.col .add-to-cart-button .add_to_cart_button:hover {
  box-shadow: none !important;
  background: #F9A90C !important;
  border: 1px solid #F9A90C !important;
  color: #FFFFFF !important;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-text .category {
  display: none !important;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-text p {
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-text .product-title {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  flex: 1 1 auto;
  margin: 0 0 24px 0 !important;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-text .product-title a {
  color: #000000;
  font-size: 16px !important;
  font-weight: 400 !important;
  flex: 1 1 auto;
  min-height: 50px;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-text .product-title::after {
  content: "";
  width: 117px;
  height: 17px;
  display: none !important;
  /* IGNORE - temporary remove */
  background: url("../images/dummy-rating.png") center center no-repeat;
  background-size: contain;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-text .price-wrapper {
  text-align: center;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-text .price-wrapper bdi {
  font-size: 24px !important;
  font-weight: 700 !important;
}
body.woocommerce-cart .cross-sells div.products .product-small.col .box-text .price-wrapper bdi::after {
  content: " cena za 1 bloczek";
  font-size: 18px !important;
  font-weight: 400 !important;
  display: none !important;
  /* IGNORE - temporary remove */
}
body.woocommerce-cart .bcs-last-viewed {
  margin: 50px 0 0 0 !important;
}
body.woocommerce-cart .bcs-last-viewed .container {
  display: flex;
  flex-direction: column;
  gap: 40px !important;
  margin: 0;
  padding: 0;
}
body.woocommerce-cart .bcs-last-viewed .container h3 {
  color: #000000;
  font-size: 32px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-last-viewed .container ul.products {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  body.woocommerce-cart .bcs-last-viewed .container ul.products::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #F5F5F5;
  }
  body.woocommerce-cart .bcs-last-viewed .container ul.products::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  body.woocommerce-cart .bcs-last-viewed .container ul.products::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #FF9000;
  }
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col {
  border: 1px solid #ECECEC !important;
  border-radius: 5px !important;
  padding: 14px 14px 0 14px !important;
}
@media (max-width: 767px) {
  body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col {
    min-width: 200px;
  }
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-image {
  /*&::after {
    content: 'Stanlux';
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 55px;
    border: 1px solid $cart-blue;
    color: $cart-blue;
    font-size: 16px;
    text-transform: uppercase;
  }*/
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-image::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 22px;
  height: 18px;
  background: url("../images/icon-add-wishlist_stroke.svg") center center no-repeat;
  background-size: contain;
  z-index: 9;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-image::before:hover {
  background: url("../images/icon-add-wishlist_hover.svg") center center no-repeat;
  background-size: contain;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-image::before:active {
  background: url("../images/icon-add-wishlist.svg") center center no-repeat;
  background-size: contain;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-image:hover::after {
  background: #FFFFFF;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .add-to-cart-button {
  display: none !important;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-text .category {
  display: none !important;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-text p {
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-text .product-title {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  flex: 1 1 auto;
  margin: 0 0 24px 0 !important;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-text .product-title a {
  color: #000000;
  font-size: 18px !important;
  font-weight: 400 !important;
  flex: 1 1 auto;
  min-height: 50px;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-text .product-title::after {
  content: "";
  width: 117px;
  height: 17px;
  display: none !important;
  /* IGNORE - temporary remove */
  background: url("../images/dummy-rating.png") center center no-repeat;
  background-size: contain;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-text .price-wrapper {
  text-align: center;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-text .price-wrapper .amount {
  width: 100%;
  display: inline-block;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-text .price-wrapper bdi {
  font-size: 32px !important;
  font-weight: 700 !important;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-text.lang-pl .price-wrapper::after {
  content: " (z VAT)";
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #000000;
}
body.woocommerce-cart .bcs-last-viewed .container ul.products .product-small.col .box-text.lang-ro .price-wrapper::after {
  content: " (cu TVA)";
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #000000;
}
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.woocomerce-cart.lang-pl .cross-sells div.products .product-small.col .price-wrapper .woocommerce-Price-amount::after {
  content: " (z VAT)";
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #000000;
}

body.woocomerce-cart.lang-ro .cross-sells div.products .product-small.col .price-wrapper .woocommerce-Price-amount::after {
  content: " (cu TVA)";
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #000000;
}
