.product-box .sale-flash {
    background-color: #ee3523
}

.product-box .sale-flash:before {
    border-top: 10px solid #ee3523
}

.off-canvas-menu .action .btn-primary.btn-50:last-child {
    background: #2bf525
}

.off-canvas-menu .action .btn-primary.btn-50:last-child:hover {
    background: #43f63d
}

.details-product form button.btn-primary2 {
    background: #2bf525
}

.details-product form button.btn-primary2:hover {
    background: #43f63d
}

.view-desktop a.btn.btn-primary.btn-full {
    background: #ef7d00
}

.view-desktop a.btn.btn-primary.btn-full:hover {
    background: #ff8a0a
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
    .home-slider .banner-item img {
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .hidden-lg {
        display: none !important;
    }
}
