/* Add custom CSS styles below */ 


.s-button-element:not(:disabled):not([loading]) {
    background-color: blue;
}

.s-product-card-entry .s-product-card-price, .s-product-card-entry .s-product-card-sale-price h4, .s-product-card-entry .s-product-card-starting-price h4
 {
    color: red !important;
}

@media (max-width: 450px) {
    .flex-header {
        background-color: #fdec00;!important;
    }
}

@media (max-width: 768px) {
    .ps-header .ps-header__middle {
        background-color: #fdec00;!important;
    }
}

.flex-header {
    background-color: #fdec00;
}

.ps-header .ps-header__middle {
    color: #fdec00;!important;
    background-color: #fdec00;!important;
}

.main-nav-container.fixed-pinned.animated .inner {
    background-color: #fdec00;
}