﻿.bg-b {
    background-color: #e3f2fd; /* Bootstrap primary light color */
}

.bg-g {
    background-color: #c3f2dd; /* Bootstrap primary light color */
}

@media (max-width: 768px) {
    .total-price-box {
/*        position: fixed;
        top: 85px;*/
        left: 0;
        width: 100%;
        background: #ffcc00;
        text-align: center;
        font-weight: bold;
        font-size: 1.5rem;
        padding: 10px;
        z-index: 100000;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 0px) {
    .total-price-box {
        /*        position: fixed;
        top: 85px;*/
        left: 0;
        width: 100%;
        background: #ffcc00;
        text-align: center;
        font-weight: bold;
        font-size: 1.2rem;
        padding: 6px;
        z-index: 100000;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
}
