.home-banner {
    position: relative;
    text-align: center;
   /* background-image: var(--home-banner);*/
    background-size: cover;
    min-height: var(--home-banner-height);
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background-position: bottom;
}


.store-hint {
    width: 54%;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 1rem;
    text-align: left;
    padding-bottom: 1rem;
    opacity: .8
}

    .store-hint a {
        color: #fff;
        margin: 0 5px;
        text-decoration: underline
    }

.home-banner .search-home {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    padding-top: 5rem;
}

    .home-banner .search-home form {
        width: 54%;
        border-radius: 0;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        z-index: 99
    }

    .home-banner .search-home div.search {
        width: 64%;
        border-radius: 0;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        background-color: #ffffff;
        padding: 1rem
    }


        .home-banner .search-home div.search:before {
            position: absolute;
            left: 1rem;
            top: 16px;
            content: '';
            width: 46px;
            height: 20px;
            background-image: url(/images/search-line-icon.svg);
            background-size: 20px;
            opacity: .5;
            border-right: solid 1px #ccc;
            height: 55px;
            background-repeat: no-repeat;
            background-position: center;
        }




.home-slider {
    padding: 2rem 0;
}

.search-home input {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    letter-spacing: .05em;
    border-radius: 0;
    border-color: #fff;
    border-radius: 0;
    border: 0;
    height: 55px;
    padding-left: 60px;
    background-color: var(--input-bck-color);
}

.search-home .group {
    width: 130px;
    vertical-align: middle;
    white-space: nowrap;
    background: var(--search-btn-color);
    position: absolute;
    right: 1rem;
    top: 1rem;
    height: 55px;
    line-height: 51px;
}

    .search-home .group button {
        color: var(--search-btn-text-color);
        font-weight: 400;
        cursor: pointer;
        font-size: 19px;
        letter-spacing: .02rem
    }

.search-home h1 {
    font-size: 3rem;
    position: relative;
    z-index: 99;
    padding-bottom: 2rem;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.search-home p {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    font-weight: 300;
    width: 70%;
    margin: 0 auto 2rem;
    position: relative;
}

button {
    background: none;
    border: 0;
    width: 100%;
}

section {
    padding: 4rem 0;
}

    section.pt0 {
        padding-top: 0;
    }

    section.dark {
        background-color: #f1f1f1;
    }

    section .head-block {
        text-align: center;
        width: 70%;
        margin: 0 auto;
        padding-bottom: 1rem;
        font-size: 17px;
        position: relative;
    }

        section .head-block h2 {
            padding-bottom: .3rem;
            font-weight: 700;
        }

.card {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    cursor: pointer;
    position: relative;
    margin: .75rem -.25rem;
    overflow: hidden;
    padding-bottom: .25rem;
    ;
}

    .card .card-img {
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

    .card .card-body {
        padding: .5rem 1rem 1rem 1rem;
        height: 130px
    }

    .card .media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        width: 90px;
        height: 50px;
        text-align: center;
        padding: 0 .5rem;
        margin-top: -25px;
        position: relative;
        margin-left: 16px
    }

    .card .merchant-name {
        color: #ccc;
        font-size: 12px;
        text-transform: uppercase;
        padding: .5rem 0;
        font-weight: 700;
    }

    .card .mcb {
        color: #b9201f;
        font-weight: 800;
    }

    /*.card p {
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;*/
        /* font-weight: 700;*/
        /*font-size: 1rem;
    }*/
.article .card-body div {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* font-weight: 700;*/
    font-size: 1rem;
}

.card h5 {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-one {
    padding: 3rem 0 2.5rem 0
}

    .content-one.bline {
        color: #333;
        background: #fff;
        font-size: 1rem;
        font-weight: 400
    }

.bline {
    background-color: #fff
}

.content-one h3 {
    padding-bottom: .5rem;
    font-weight: 700;
}

.categories {
    padding-bottom: 2rem;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    background: linear-gradient(135deg, #3a4da4 0%, #0eb5d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a4da4', endColorstr='#0eb5d3', GradientType=1 );
    color: rgba(255, 255, 255, .8);
}

    .categories h2 {
        text-align: center;
        padding-bottom: 4rem;
    }

.content-two .info-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

    .content-two .info-block .img {
        float: right;
        margin: 0 0 1rem 2rem
    }

.border-btm {
    border-bottom: solid 1px #cdcdcd;
}

.border-top {
    border-top: solid 1px #cdcdcd;
}

.top-shops .shop {
    border: solid 1px #ccc;
    text-align: center;
    padding: 15px 25px;
    border-radius: 5px;
    text-align: center;
    display: block;
    background-color: #fff;
    margin: .5rem .4rem .5rem .4rem;
}

.top-shops .top-shops-logo {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.top-shops h5 {
    padding-top: 2rem;
    padding-bottom: .5rem;
}

.top-shops ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .top-shops ul li {
        padding: .2rem 0;
    }

.top-stores a.mlogo:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.top-stores a.mlogo:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

    .top-stores a.mlogo:hover:before {
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

a.mlogo {
    padding: 1rem;
    text-align: center;
    margin: .5rem .4rem .5rem .4rem;
    background-color: #fff;
    display: block;
    text-decoration: none;
    transition: all .3s ease;
    border-radius: .25rem;
    height:103px;
}
.mlogo img{  
    max-height: 80px;
}
.mlogo .cb {
    color: #41c57b;
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding-top: .7rem;
}

section.top-stores {
    padding: 1rem 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    text-align: left;
    padding-top: 8rem;
}

    section.top-stores h5 {
        margin-left: .4rem;
    }

.categories ul {
    padding: 15px 0 30px 0;
    margin: 0;
    font-size: 14px;
    border-top: solid 1px rgba(255, 255, 255, .2);
    padding-top: 1rem;
    margin-top: .5rem;
}

.categories h4 {
    line-height: 1.2;
    margin: 0;
    width: 200px;
    font-size: 1rem;
    padding-bottom: .35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .categories h4 a {
        text-transform: none;
        padding: 5px 0 3px 0;
        color: rgba(255,255,255,.8);
    }

.categories ul {
    padding-bottom: 4rem;
}

    .categories ul li {
        display: block;
        float: none;
    }

        .categories ul li a {
            text-transform: none;
            font-weight: 400;
            padding: 6px 0;
            /*color: rgba(255, 255, 255, .8);*/
            display: block;
            text-decoration: none;
            color: rgba(255,255,255,.8);
        }

            .categories ul li a:hover {
                text-decoration: underline;
            }


.offer-list {
    border-bottom: solid 1px #ebebeb;
    height: 97px;
    margin-top: 1rem;
    display: block;
    position: relative;
}

    .offer-list .logo-block {
        border: solid 1px #ebebeb;
        width: 80px;
        height: 80px;
        float: left;
        text-align: center;
        line-height: 78px;
        background-color: #fff;
    }

    .offer-list .offer-info {
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-weight: 400;
        font-size: 1.1rem;
        position: absolute;
        top: 50%;
        left: 95px;
        transform: translateY( -50%);
        margin-top: -8px
    }

.dark .offer-list {
    border-bottom: solid 1px #ddd;
}

    .dark .offer-list .logo-block {
        border: solid 1px #fff;
    }

section.about-co {
    padding-bottom: 0
}

.about-co .info-count {
    width: 45px;
    height: 45px;
    border: solid 1px #ebebeb;
    line-height: 43px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -73px;
    top: 23px;
    font-weight: 700;
    background-color: #fff
}

section.about-co h2 {
    font-size: 1.25rem;
}

.about-co h3 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.about-co .content-two {
    position: relative;
    padding-left: 50px;
    padding-bottom: 1rem
}

    .about-co .content-two:before {
        position: absolute;
        left: 0px;
        height: 100%;
        width: 1px;
        background-color: #ebebeb;
        content: '';
    }

.deals-banner {
    text-align: center;
    padding: 2rem 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1)
}

.search-bline {
    background: url(../images/scanline.png) repeat;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

@media(max-width:1199px) {
    a.mlogo {
        min-width: 200px
    }
}

@media(max-width:991px) {
    .top-shops .shop {
        margin-bottom: 1rem
    }

    .content-two {
        padding: 0;
    }

    .hidden-xs {
        display: none
    }

    .breadcrumb {
        display: none
    }

    .content-block {
        min-height: 200px
    }

    .home-banner .search-home form {
        width: auto
    }

    section .head-block {
        width: auto
    }

    section.about-co {
        padding-bottom: 1rem
    }

    .search-home p {
        font-size: 1rem;
        width: auto;
        margin-bottom: 1rem;
    }

    .store-hint {
        width: auto
    }



    .home-banner .search-home div.search {
        width: auto;
        border: 0;
    }

    .search-home .group button {
        text-indent: -9999px;
        position: relative;
    }

        .search-home .group button:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0px;
            background-image: url(../images/search-line-icon.svg);
            width: 22px;
            height: 22px;
            background-size: 100%;
        }

    .search-home .group {
        background-color: transparent;
    }

    .search-home .group {
        width: 60px;
    }


    .home-banner {
        min-height: 290px;
    }

    .search-home h1 {
        font-size: 1.5rem;
        width: 90%;
        padding-bottom: 1rem;
    }

    .home-banner .search-home div.search {
        padding: 0;
    }
}

@media(max-width:767px) {
    body {
        font-size: 1rem
    }

    .home-banner .search-home:after {
        display: none
    }

    .home-banner:after {
        top: 30%
    }

    section .head-block {
        width: auto;
    }

    h2 {
        font-size: 22px;
    }

    section .head-block {
        font-size: 16px
    }

    .categories .banner {
        height: 150px
    }

    .content-two {
        padding: 0;
    }

    .top-shops .shop {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:575px) {
    .card {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .horizontalbox .card {
        max-width: revert;
        margin-left: auto;
        margin-right: auto;
    }

    .search-home .group {
        width: 60px;
        font-size: 12px
    }

        .search-home .group span {
            display: none
        }

    .search-home input {
        padding-left: 8px
    }

    .tstore-title .view-all {
        display: none
    }

    .store-hint {
        display: none
    }

    a.mlogo img {
        width: 60px;
        height: 30px
    }

    a.mlogo {
        min-width: 70px;
        margin: .5rem .1rem .5rem .1rem
    }

    .categories .cat-list {
        min-width: 120px;
    }

    .categories h4 {
        width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-two .info-block .img {
        float: none;
        margin: 1rem 0 2rem 0
    }
}

.horizontalbox .card {
    margin: 0.5rem -5px;
    border-radius: 0;
}

.horizontalbox .merchant-logo {
    text-align: center;
    height: 100%;
    display: block;
    width: 180px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 90px;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0;
    text-align: center;
    border-right: solid 1px var(--border-color);
}

.horizontalbox .card .card-body {
    padding: 1.5rem;
    margin-left: 180px;
    height: 205px;
}

.horizontalbox .merchant-logo .logo-img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0;
    text-align: center;
}

.horizontalbox .card h5 {
    color: var(--offer-heading-color);
}

.horizontalbox .card h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #016fba;
}

.horizontalbox .card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    padding-right: 0.5rem;
    font-size: .9rem;
    margin-bottom: .25rem;
    ;
}

.horizontalbox .card a.mlink {
    font-weight: 700;
    color: var(--dicount-link-color);
    position: absolute;
    padding-left: 12px;
    display: inline-block;
    font-size: 15px;
    bottom: 15px
    /* margin-top: 1rem;*/
}

    .horizontalbox .card a.mlink:before {
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid var(--dicount-link-color);
        position: absolute;
        content: '';
        left: 0;
        top: 6px;
    }

@media (max-width: 1199px) {
    .horizontalbox .merchant-logo {
        text-align: center;
        height: 120px;
        display: block;
        margin: 0 auto;
        line-height: 120px;
        position: static;
        transform: translate(0,0);
        width: 100%;
    }

    .horizontalbox .card .card-body {
        padding: 1.5rem 1rem 1.5rem 1rem;
        margin: 0;
    }
}


@media (max-width: 1199px) {

    a.mlogo {
        min-width: 160px;
        padding: 1rem 0;
    }
}



@media (max-width:991px) {

    .search-home input {
        padding-left: 20px;
    }

    .home-banner .search-home {
        position: static;
        -ms-transform: none;
        transform: none;
        padding-top: 5rem;
    }

    section.top-stores {
        padding-top: 2rem;
    }

    .home-banner .search-home div.search:before {
        display: none;
    }
}

@media (max-width:575px) {

    section.top-stores {
        max-width: 330px;
        margin: 0 auto;
    }

    a.mlogo {
        min-width: 90px;
        padding: 1rem 0;
        width: 90px;
    }

    .home-banner .search-home div.search {
        width: 300px;
        border: 0;
        border-radius: 0.25rem;
    }
}

.top-promotions {
    padding: 3rem 5rem 5rem 5rem
}

    .top-promotions .block {
        margin-bottom: 2rem;
    }

.horizontalbox .card {
    margin: .5rem -5px;
    border-radius: 0;
}

.top-promotions .card {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 10%);
    cursor: pointer;
    position: relative;
    margin: .5rem -.5rem;
    overflow: hidden;
}
section.verticalbox {
    padding: 2rem 0 5rem 0
}

.verticalbox .merchant-logo {
    text-align: center;
    height: 100px;
    display: block;
    margin: 0 auto;
    line-height: 102px;
    border-bottom: solid 1px #e9e9e9
}

.verticalbox .card {
    margin: 1rem -5px;
    border-radius: 0
}

    .verticalbox .card p {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 1rem
    }

    .verticalbox .card a {
        font-weight: 600
    }

    .verticalbox .card h5 {
        color: #e62639
    }

    .verticalbox .card .card-body {
        padding-top: 1.5rem;
        min-height: 200px
    }

.verticalbox .info{
    min-height:120px;
}


.verticalbox .card a.mlink {
    font-weight: 600;
    color: var(--view-disc-link-color);
    position: relative;
    padding-left: 12px;
    display: inline-block;
    font-size: 15px
}

        .verticalbox .card a.mlink:before {
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid var(--view-disc-link-color);
           position: absolute;
            content: '';
            left: 0;
            top: 6px
        }

@media(max-width:767px) {
    .verticalbox .card {
        margin-left: 0;
        margin-right: 0
    }
}
@media(max-width:575px) {
    a.mlogo {
        height:unset
    }
}

.horizontalbox .card .card-body h4 {
    font-size: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


