.sticky-add-to-cart {
	display: none; 
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #FFF;
  padding: 10px;
}
.sticky-add-to-cart .quantity-input {
  flex: 0 0 123px; 
}
.sticky-add-to-cart input {
	text-align: center;
}
.sticky-add-to-cart .input-wrap {
  display: flex;
  align-items: center;
}
.sticky-add-to-cart .btn {
  flex: 1 1 auto; 
  justify-content: center;
}
.sticky-add-to-cart .dropdown-toggle {
  display: none; 
}
@media (max-width: 576px) {
  .sticky-add-to-cart {
    display: flex;
  }
  .sticky-add-to-cart .btn {
  	white-space: unset;
  	font-size: 11px;
  }
  .sticky-add-to-cart .custom-quantity-btn {
   	font-size: 18px !important;
    right: 32px !important;
  }
  .sticky-add-to-cart .custom-quantity-btn.up {
    top: 0px !important;
    right: 29px !important;
  }
  .sticky-add-to-cart .custom-quantity-btn.down {
    bottom: 0px !important;
  }
}
/* Chat icon transform if sticky add to cart is enabled */
@media (max-width: 576px) {
  .sticky-cart-active .TrengoWidgetLauncher__iframe {
		bottom: 80px !important;
  }
  .sticky-cart-active .TrengoOnlineStatus__iframe {
  	bottom: 59px !important; 
  }
}
/* Cart button */
.cro .custom-quantity-btn i {
	display: none;
}
@media (max-width: 576px) {
  .cro .custom-quantity-btn i {
  	display: block; 
  }
  .cro .custom-quantity-btn span {
  	display: none; 
  }
  .cro  .custom-add span {
		font-size: 11px;
  }
  .cro .custom-add + .dropdown-toggle {
  	display: none; 
  }
  .cro .product-content .add-cart-section .btn-1 {
  	margin: 0; 
  }
  .cro .input-wrap {
  	position: relative; 
  }
  .cro .product-content .input-wrap input {
  	border: 1px solid #000; 
  }
  .cro .custom-quantity-btn {
		background-color: unset;
    height: unset;
    width: unset;
    border: none;
    padding: unset;
    position: absolute;
    right: 10px;
    line-height: unset;
  }
  .cro .custom-quantity-btn.up {
  	top: 8px; 
  }
  .cro .custom-quantity-btn.down {
  	bottom: 8px; 
  }
}
.cro .product-meta.item {
	background-color: unset; 
}
/* Product prijs */
.cro .product-content .pricing {
	display: flex;
}
.cro .product-content .prod_usps {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 576px) {
  .cro .product-content .prod_usps {
  	align-items: center; 
  }
}
.cro .product-content .prod_usps li {
	display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
}
.cro .product-content .prod_usps li i {
	font-size: 12px; 
}
/* Price label */
.product-label-price {
  display: flex;
  padding: 5px 8px;
  justify-content: start;
  align-items: center;
  width: fit-content;
  background: #AE3C65;
  color: #FFF;
  font-family: 'Poppins';
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-block: 8px;
}
/* Hide Reviews and delivery Tab */
.cro .tabs {
	padding-inline: 20px !important;
  padding-block: 0;
}
.cro .product-page-section .tab-wrap {
	display: none;
}
/* Product block image */
.cro .related-items .owl-carousel .product.item img {
	width: 100%;
}