/* Add custom CSS styles below */ 
.slide--cat-entry h2{
    background:#258F60;
  color:#fff;
  padding:10px;
  border-radius:10px;
}
section:first-of-type {
    margin-top: 0px;
}

section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0px;
}
.slide--cat-entry:hover h2{
color:#fff;}
.s-block--features__item {
    flex-direction: column;
}

.s-block--features__item p ,.s-block--features__item i{
    display: none;
}
salla-add-product-button.btn--add-to-cart.hydrated {
    background: #258f60;
    border-radius: 10px;
    color: #fff;
}

salla-add-product-button.btn--add-to-cart.hydrated span.s-button-text {
    color: #fff;
}
.s-block--features__item {
   
    position: relative !important;!i;!;
    padding-top: 40px;
}
.s-block--features__item:first-of-type::before{
    content:"";
    position: absolute;!importan;!i;!;
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/9kBRPhP8/fast-delivery-2-1-6.png);
    top: -47px;
     background-size: contain;
}
.s-block--features__item:nth-of-type(2)::before{
    content:"";
    position: absolute;!importan;!i;!;
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/Mkg8R0Np/Vector-10.png);
    top: -47px;
     background-size: contain;
}
.s-block--features__item:nth-of-type(3)::before{
    content:"";
    position: absolute;!importan;!i;!;
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/YT34q4NZ/payment-1-2.png);
    top: -47px;
     background-size: contain;
}
@media (max-width:600px){
.s-block--features__item {
    position: relative !important;
    padding-top: 18px;
    height: 141px;
    margin-top: 40px;
}
}
.has-overlay--before:before, .has-overlay--after:after{
opacity:0.5;}
.whatsapp-button {
    display: none;
}
.product-entry--full-image .btn--add-to-cart button:not(:hover) {
    background: #258f60;
}
@media (max-width:500px){
  salla-add-product-button.text-white.block.s-add-product-button-with-quick-buy.hydrated {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 999999999999999999999999999999999999999999999999999999999;
}