




::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
    background: #7e7e7e;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}




.time-remaining-wraper {
    padding: 0;
}




.mobile .promotion-modal .panel-body {
    background: transparent !important;
}




.promo-description-content {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.promo-description-content::-webkit-scrollbar {
    display: none;
}

.promo-description-content table,
.promo-description-content table.table-bordered {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.promo-description-content table td,
.promo-description-content table th {
    vertical-align: middle;
    padding: 10px 12px;
    word-break: break-word;
}

.promo-description-content table td p,
.promo-description-content table th p {
    margin: 0;
    padding: 0;
}

.promo-description-content table td:empty::after,
.promo-description-content table td br {
    content: "\00a0";
    display: inline-block;
}




@media (max-width: 768px) {
    .promo-description-content table,
    .promo-description-content table.table-bordered {
        table-layout: auto;
        min-width: 500px;
    }

    .promo-description-content table td,
    .promo-description-content table th {
        padding: 8px 10px;
        white-space: normal;
    }
}