.offer-page .offer-content {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
    padding: 20px;
    height: 100%;
}

.offer-page .offer-content .details {
    text-align: center;
}

.offer-page .offer-content .offer-info {
    display: flex;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 10px 0;
    justify-content: space-between;
}

.offer-page .offer-content .offer-info span {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #111;
}

.offer-page .offer-content .offer-info i.fa {
    margin-right: 5px;
    color: #666666;
}

.offer-page .btn {
    background: var(--main);
    display: inline-block;
    border: 2px solid var(--main);
    padding: 0 20px;
    margin: 0;
    height: 42px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.offer-page .btn:hover{
    background: var(--mainhover);
    border-color: var(--mainhover);
}
.offer-page p.short-desc{
    margin: 10px 0;
}

.offer-page h4.title{
    margin-top: 10px;
}

ul.offer_link li a{
    /*box-shadow: 0 0px 10px rgb(0 0 0 / 10%);*/
    display: inline-block;
    /*padding: 5px 20px;*/
    margin-bottom: 20px;
}

.offer_content_wrap .head{
    display: flex;
    margin-bottom: 20px;
}

.offer_content_wrap .head .title{
    flex: 1 1 auto;
    display: flex;
}

.offer_content_wrap .head .title .material-icons{
    color: #000;
    margin-right: 10px;
}

.offer_content_wrap .head .title h3{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.offer_content_wrap .head .countdown .label{
    width: auto;
    opacity: .5;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px; 
}
.countdown .label{
    position: absolute;
    left: 46%;
    line-height: 20px;
    background: #fff;
    display: inline-block;
    white-space: nowrap;
}

.offer_content_wrap .head .countdown{
    order: none;
    height: 40px;
    padding: 0;
    width: 190px !important;
    top: 5px;
    margin: 0;
}

.offer_content_wrap .countdown .count-items{
    display: flex;
    max-width: 190px;
    flex: 1 1 auto;
    margin: auto;
}

.offer_content_wrap .countdown .count-items .group{
    flex: 1 1 25%;
    margin-top: 0px;
}

.countdown .count-items .digit {
    display: inline-block;
    width: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    background: var(--mainhover);
    border-radius: 3px;
    color: #fff;
    margin: 0 1px;
}
.countdown .count-items .tag {
    display: block;
    color: #666666;
    font-size: 10px;
    line-height: 16px;
    margin-top: 4px;
}
