.bonus_section {
	display:none!important
}
.cart-collaterals {
  position: relative;
  margin: 22px 0;
  padding: 22px;
  background-color: #f5f5f5;
  /* 	border-radius: 15px; */
}
.atp-xsell-checkout-title {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.atp-slider .on_sale {
  display: none !important;
  max-width: none;
  right: auto;
}
.price_savings_percentage {
  padding-left: 4px;
}
.atp-slider-delivery {
  display: none !important;
}
.atp-slider-item {
  width: 200px;
  padding: 12px;
  border: 2px solid #00000029;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #ffffff;
  border-radius: 13px;
}
.atp-slider .atp-slider-img img {
  width: 50%;
}
.atp-slider .eur-price {
  white-space: nowrap;
}

.atp-slider h4 {
  padding: 0 0 4px 0;
}
.atp-slider .price-savings {
  display: none;
}
.atp-slider .sale_price {
  font-size: 15px;
  padding: 0 0 6px 0;
  display: block;
}
.atp-slider .atp-slider-button {
  border-radius: 26px;
  padding: 12px 0;
  text-transform: uppercase;
}

.woocommerce-checkout form.woocommerce-cart-form .first_product_tab {
  padding-bottom: 100px !important;
}
.woocommerce-checkout .shop_products_outer {
  margin-bottom: 0 !important;
}

.atp-xsell-checkout-title {
  margin-bottom: 30px;
}
.atp-xsell-checkout-title b {
  display: block;
}

.atp-xsell-product-pop-up {
  border: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0;
}

.atp-xsell-product-pop-up::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}

.atp-xsell-product-pop-up .pop-up-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e7e6e6;
  padding: 30px 15px;
  border-radius: 15px;
  border: 2px solid #222222;
  width: 65%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  text-align: center;
}

.atp-xsell-product-pop-up .close {
  color: #222222;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.atp-xsell-product-pop-up .pop-up-content img {
  width: 60%;
}

.atp-xsell-product-pop-up .pop-up-content p {
  font-size: 13px;
  margin: 5px 0px;
}

.atp-xsell-product-pop-up .pop-up-content p.name {
  font-weight: 600;
}
.woocommerce .star-rating::before {
  color: orange;
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .atp-xsell-product-pop-up .pop-up-content {
    width: 300px;
  }

  .atp-xsell-product-pop-up .pop-up-content img {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  /* BEGIN HIDE ARROWS */
  /* Exactly 1 item */
  .atp-slider:has(> .atp-slider-item:only-child)
    ~ .atp-slider-navigation-arrows {
    display: none;
  }

  /* Exactly 2 items */
  .atp-slider:has(> .atp-slider-item:nth-child(2):last-child)
    ~ .atp-slider-navigation-arrows {
    display: none;
  }

  /* Exactly 3 items */
  .atp-slider:has(> .atp-slider-item:nth-child(3):last-child)
    ~ .atp-slider-navigation-arrows {
    display: none;
  }

  /* Exactly 4 items */
  .atp-slider:has(> .atp-slider-item:nth-child(4):last-child)
    ~ .atp-slider-navigation-arrows {
    display: none;
  }
  /* Exactly 5 items */
  .atp-slider:has(> .atp-slider-item:nth-child(5):last-child)
    ~ .atp-slider-navigation-arrows {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
}
