.wc-csr-info {
    padding: 1em 1.618em;
    position: relative;
    background-color: #1e85be;
    margin-bottom: 2.617924em;
    color: #fff;
    list-style: none;
    width: auto;
    word-wrap: break-word;
    border-left: .6180469716em solid rgba(0, 0, 0, .15);
}

.gsc-csr-footer-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #7e9949;
    border-top: 1px solid #7e9949;
    padding: 10px 80px;
    /* Space for floating icons */
    text-align: center;
    display: none;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    /* make the entire banner line larger so message + time are equally prominent */
    font-size: 18px;
    line-height: 1.2;
}

/* ensure content inside the banner inherits the larger size */
.gsc-csr-footer-banner,
.gsc-csr-footer-banner * {
    font-size: inherit;
    color: #fff !important;
    /* force white so theme styles can't override */
}

/* slightly emphasize the countdown value (still bold but no bigger than line) */
.gsc-csr-footer-banner .wc-csr-countdown {
    font-weight: 800;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {
    .gsc-csr-footer-banner {
        padding: 8px 30px;
        /* mobile: keep readable but not overwhelming */
        font-size: 15px;
        line-height: 1.25;
    }

    .gsc-csr-footer-banner .wc-csr-countdown {
        font-weight: 800;
        font-size: 1.03em;
    }

    .wc-csr-desktop-only {
        display: none;
    }
}

body.gsc-csr-banner-visible {
    padding-bottom: 64px;
}

.wc-csr-toast-notice {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff3cd;
    border-left: 5px solid #d63638;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 15px 40px 15px 20px;
    border-radius: 4px;
    z-index: 999999;
    min-width: 300px;
    max-width: 90%;
    display: none;
    /* Hidden by default */
    font-size: 16px;
    line-height: 1.6;
    animation: wc-csr-slide-down 0.4s ease-out forwards;
}

@keyframes wc-csr-slide-down {
    from {
        opacity: 0;
        transform: translate(-50%, -20px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.wc-csr-toast-notice .wc-csr-close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #999;
    padding: 5px;
    line-height: 1;
}

.wc-csr-toast-notice .wc-csr-close:hover {
    color: #333;
}

table.wp-list-table .column-qty_in_carts {
    width: 22%;
}