/* Add custom CSS styles below */ 

.main-nav-container {
    background-color: #fff;
}



.s-button-text .sicon-shopping,
.s-button-text .sicon-add,
.s-button-text .sicon-minus-circle {
display: none;
}

.product-card__enhanced-mini-cart__btn--inner span {
margin-right: 0 !important;
}


.product-card__enhanced-mini-cart button.s-button-element {
    border-radius: 4px;
    min-height: 2.5rem;
    padding: 0.75rem;
    padding-bottom: 0.75rem !important;
}

@media (max-width: 991px) {
    .product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart button {
        padding-bottom: 0.75rem !important;
    }
    
    .product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart .s-button-disabled {
    opacity: 0.3;
    background-color: #fff !important;
    color: #555 !important;
    border: 0.5px #555 solid !important; 
    padding-bottom: 0.75rem !important;

}
    
    
}

.s-button-btn {
    border-radius: 4px;
    min-height: 2.5rem;
    padding: 0.75rem;
    padding-bottom: 0.75rem !important;
    background-color: #000;
    color: #fff !important;
}

.s-rating-stars-hovered, .s-rating-stars-selected {
    fill: #000;
}

salla-installment {
display: none;
}

.home-block-line {
display: none; 
}

.product-card__buttons {
display: none;
}



@media (max-width: 750px) {
  .s-products-list-vertical-cards {
      gap: 0.75rem;
  }
}


.s-product-card-rating {
display: none; 

}

.s-button-disabled {
    opacity: 0.3;
    background-color: #fff !important;
    color: #555 !important;
    border: 0.5px #555 solid !important; 
}


.product-card__promotion {
    top: 0rem !important;
    left: auto !important;
    right: 0rem !important;
    line-height: 1rem;
    padding: .4rem .65rem;
    color: #fff;
    background-color: #b50000 !important;
    font-size: .75rem;
    font-weight: 700;
    max-width: 100%;
}





#single-product-details .tabs {
  display: none;   
}

.tabs-wrapper #details_table,
.tabs-wrapper #reviews {
display: block !important;
opacity: 1 !important;
}

#single-product-details .container {
padding: 0px;
}



.store-footer__inner, .store-footer__newsletter, .footer-bottom {

background-color: #000;

}








.s-user-menu-dropdown {
background-color: #fff !important;

}