﻿.promoimg img {
    /*height: 300px;
    object-fit: cover;*/
    width:100%;
}

.promobtn {
    float: right;
}

    .promobtn:hover {
        color: white;
    }

.promo-content {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.promo-text {
    margin-top: 50px;
}

.promo-text ol li {
    list-style: decimal;
}

.promo-text ul li {
    list-style: inside;
}

.blog-title {
    margin: 5px auto;
    overflow-x: auto;
}

.blog-title span {
    /*color: #ff8d00;*/
    font-weight:500;
}

.blog-title p, .blog-title ul li, .blog-title ol li {
    color: white;
    font-size: 12px;
    font-weight: 300;
}

.blog-title ol {
    padding: 15px;
}

.blog-title ol li a {
    color: #00e7ef;
}

.blog-title h3, .blog-title .h3 {
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 5px;
}


.promo_preview .h4 a {
    font-size: 16px;
    color: #0a586b;
    margin-top: 10px;
}

.promo_preview p {
    color: #0a586b;
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto;
    font-weight: 300;
}

.user-profile {
    width:100%;
    color:white;
}

.user-profile, .detail-one h3 {
    display: inline-block;
}

.detail-one-wrapper {
    display: inline-block;
    float: right;
}

.detail-one-wrapper button {
    color:#ff8d00 !important;
    padding: 15px 5px !important;
}

.detail-one-wrapper i {
    margin-left: 15px;
}

@media only screen and (max-width: 320px) {
    .user-profile, .detail-one h3 {
        margin-bottom: 0;
    }
    .detail-one-wrapper button {
        padding: 0 0 15px 0 !important;
    }
    .detail-one-wrapper {
        float:left;
    }
}

/* Dropdown Menu */
.promotion-filter {
    color: #fff;
}

.promotion_list-info .h4, promodetail-title {
    text-transform: uppercase;
}

.promotion_list-info .button.button-regular {
    padding: 4px 20px 4px 8px;
    font-weight: 600 !important;
    line-height: inherit;
    text-align: left;
    border-radius: 0 !important;
    border: none;
}

.promotion_list-info .mb-3 {
    text-transform: uppercase;
}

@media only screen and (min-width:767px) {
    .promobanner {
        display: none;
    }

    .container-desktop {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width:767px) {

    .promo_preview .h4 a {
        font-size: 12px;
    }

    .promotion_list-info .h4 {
        margin-top: 0.25rem;
        line-height: 0.75;
    }

    .promo_preview p {
        font-size: 8px;
        line-height: 1.5;
    }

    .promotion_list-info .button.button-regular {
        font-size: 8px !important;
        padding: 4px 20px 4px 4px;
        position: relative;
    }

    .user-profile .save-btn.one i {
        font-size: 0.75rem;
        margin-left: 10px;
        position: absolute;
        right: 10px;
        top: calc(50% - 7px);
    }

    .promotion_list-info .save-btn {
        display: flex;
    }
}

.promotion_list-container img.sbanner-images-cover {
    height: auto;
}

/*countdown css*/
.promotion-image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.promotion-countdown-container {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000008f;
    padding: .1em;
    color: #fff;
    display: flex;
    gap: .2em;
    align-items: center;
    font-size: 14px;
    width: auto;
}

.promotion-countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35px;
}

.promotion-countdown-label {
    font-size: .5em;
}

.promotion-countdown-number {
    font-size: .8rem;
}

.promotion-countdown-colon {
    margin-top: .5em;
}