.backToTop {
  bottom: 120px;
}

.custom-product-box {
  display: none !important;
}

.custom-product-box {
  width: 100%;
  margin: 15px auto;
  border: 2px solid #2dbd0b;

  background-color: #fff2f8;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
  transition:
    background-color 0.3s,
    border-color 0.3s;
  border-radius: 15px;
  padding: 5px;
  /*  */
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  will-change: transform, opacity;
  display: flex;
  align-items: flex-start;
  color: #333;
}

.custom-product-box a {
  display: flex;
  align-items: center;
  color: #333;
}

.custom-product-box a img {
  width: 100px;
  margin: 0px 15px 0px 0px;
}

.custom-product-box h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Gothic", sans-serif;
  color: #333;
}

/* prod description  */

.custom-product-box p {
  font-size: 10px;
  display: -webkit-box;
  /*-webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

/*  */

.custom-product-box span.price {
  display: flex;
  align-items: end;
}

.custom-product-box span.price del {
  color: #a2a2a2;
  font-size: 14px !important;
  text-decoration: line-through;
  margin-right: 8px;
}

.custom-product-box span.price ins {
  color: #d63b74;
  font-size: 16px;
  background-color: transparent;
}

form.cart.sticky-form .atp-xsell-calculated-price {
  display: none;
}

@media only screen and (min-width: 768px) {
  .custom-product-box h2 {
    font-size: 16px;
  }

  .custom-product-box p {
    font-size: 13px;
  }

  .custom-product-box span.price del {
    font-size: 18px;
  }

  .custom-product-box span.price ins {
    font-size: 22px;
  }

  .custom-product-box a img {
    margin-right: 20px;
  }

  form.cart.sticky-form {
    position: fixed;
    bottom: 0;
    border-radius: 9px;
    right: 0;
    background: white;
    padding: 10px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    max-height: 100px;
    flex-direction: row !important;
    margin-bottom: 0px !important;
    transform: translateY(100%);
    opacity: 0;
    transition:
      transform 0.3s ease-in-out,
      opacity 0.3s ease-in-out;
    animation: slideUp 0.3s ease-in-out forwards;
  }

  @keyframes slideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  form.cart.sticky-form bundle-xsell {
    display: none !important;
  }
  form.cart.sticky-form .fancy_button {
    display: none !important;
  }

  form.cart.sticky-form .custom-product-box {
    display: flex;
    align-items: center;
    flex: 1;
  }
  form.cart.sticky-form a.added_to_cart {
    display: none !important;
  }

  form.cart.sticky-form .single_add_to_cart_button {
    margin-left: 15px;
    max-width: 30% !important;
    font-size: smaller !important;
  }
  form.cart.sticky-form .custom-product-box a img {
    width: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  form.cart.sticky-form {
    /* position: fixed; */
    bottom: 0;
    left: 0; /* PLAM */
    border-radius: 9px;
    right: 0;
    background: white;
    box-sizing: border-box; /* PLAM */
    padding: 10px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    max-height: 100px;
    flex-direction: row !important;
    margin-bottom: 0px !important;
  }
  form.cart.sticky-form bundle-xsell {
    display: none !important;
  }
  form.cart.sticky-form .fancy_button {
    display: none !important;
  }

  form.cart.sticky-form .custom-product-box {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0;
  }
  form.cart.sticky-form a.added_to_cart {
    display: none !important;
  }

  form.cart.sticky-form .single_add_to_cart_button {
    /*  margin-left: 15px;
        min-width: 10px!important;
        max-width: 30%  !important;
		width: 62px!important;*/

    margin-left: 15px;
    height: 50px;
    padding: 10px !important;
    max-width: 50px !important;
    width: 50px !important;
    margin-left: 15px !important;
    min-width: 10px !important;
    font-size: smaller !important;

    /* PLAM HIDE TEXT */
    font-size: 1px !important;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  form.cart.sticky-form .custom-product-box a img {
    width: 40px !important;
  }

  /* PLAM DISPLAY CART ICON */
  .sticky-form .single_add_to_cart_button::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: currentColor;

    mask: url('data:image/svg+xml;utf8,\
	        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">\
	          <path d="M552 64H126L121 44A24 24 0 0 0 98 32H24a24 24 0 0 0 0 48h54l70 208a48 48 0 0 0 46 33h266a48 48 0 0 0 46-33l68-208a24 24 0 0 0-22-32zM180 432a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm272 0a48 48 0 1 0 48 48 48 48 0 0 0-48-48z"/>\
	        </svg>')
      center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;utf8,\
	        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">\
	          <path d="M552 64H126L121 44A24 24 0 0 0 98 32H24a24 24 0 0 0 0 48h54l70 208a48 48 0 0 0 46 33h266a48 48 0 0 0 46-33l68-208a24 24 0 0 0-22-32zM180 432a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm272 0a48 48 0 1 0 48 48 48 48 0 0 0-48-48z"/>\
	        </svg>')
      center / contain no-repeat;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}

/* BEGIN PLAM EURO PRICE FIXES */

.summary p.price .eur-price {
  font-size: 28px !important;
}
.woocommerce.single .product .main_section .price .eur-price {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .woocommerce.single .product .main_section .price .eur-price {
    font-size: 16px;
    white-space: nowrap;
  }
  .summary p.price .eur-price {
    font-size: 28px;
  }
}
