.btn-payment-pulse {
	background: #73eeec;
	color: white;
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index:9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(125, 238, 236, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(125, 238, 236, 0);
	}
}


.btn-payment-pulse img{
     width: 3.5rem;
    height: 3.5rem;
    background-size: contain;
    position: fixed;
}


custom-salla-product-card .s-product-card-image-cover{
      object-fit: fill;
}

form.form.form--payment.form--coupon{
  diplay:block !important;
}




/*
:nth-child(1 of section.s-block.s-block--testimonials) salla-rating-stars.hydrated{
  display:none;
}
*/

.page-single.salla-1130931637 img{
  max-width:450px;
  margin:0 auto;
}