@media(min-width:768px) {
    .homepage-coupon {
        width: calc(100% / 2 - 10px)
    }
}

@media(max-width:480px) {
    .wpb_content_element h2,
    #popular-stores-wrapper h2.section-heading {
        color: #2095F2;
        text-align: center;
        font-weight: bold;
        font-size: 20px
    }
    .homepage-coupons h1 {
        color: #2095F2;
        text-align: center;
        font-weight: bold;
        font-size: 20px !important
    }
    .homepage-coupons .coupon-box .code-container .coupon-hop .hide-btn {
        width: 120px !important
    }
    .coupon-box .code-container .coupon-hop .partial-code {
        width: 150px !important
    }
}

@media(min-width:992px) {
    .homepage-coupon {
        width: calc(100% / 3 - 10px)
    }
}

.homepage-coupon {
    background-color: #fff;
    border: 1px solid #eceff1;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    margin: 0 0 15px 0;
    padding: 15px 0;
    box-shadow: 0 1px 1px #dcdcdc;
    -webkit-box-shadow: 0 1px 1px #dcdcdc;
    -moz-box-shadow: 0 1px 1px #dcdcdc
}

.homepage-coupon:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.homepage-expire-date {
    color: #96a4ab;
    direction: rtl;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px 0;
    min-height: 18px;
    text-align: left;
    text-indent: 15px;
    z-index: 9
}

.homepage-coupons .coupon-title {
    color: #273a55;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    max-width: 400px;
    min-height: 53px;
    text-align: left
}

.coupon-box>div {
    position: relative;
    width: 100%
}

.coupon-box .second {
    position: relative;
    width: 100%
}

#popular-stores-wrapper h2 {
    color: #2095F2;
    text-align: center;
    font-weight: bold;
    font-size: 35px
}

.homepage-coupons h1 {
    color: #2095F2;
    text-align: center;
    font-weight: bold;
    font-size: 35px
}

.col-lg-12 {
    width: 100%
}

.col-lg-11 {
    width: 91.66666667%
}

.col-lg-10 {
    width: 83.33333333%
}

.col-lg-9 {
    width: 75%
}

.col-lg-8 {
    width: 66.66666667%
}

.col-lg-7 {
    width: 58.33333333%
}

.col-lg-6 {
    width: 50%
}

.col-lg-5 {
    width: 41.66666667%
}

.col-lg-4 {
    width: 33.33333333%
}

.col-lg-3 {
    width: 25%
}

.col-lg-2 {
    width: 16.66666667%
}

.col-lg-1 {
    width: 8.33333333%
}

.coupon-box .code-container,
.coupon-box .offer-container {
    bottom: 25px;
    position: absolute;
    right: -15px
}

.coupon-box .code-container .code {
    cursor: pointer;
    position: relative
}

@media(min-width:1200px) {
    .coupon-box .code-container .code {
        width: 185px
    }
}

.coupon-box .code-container .code .coupon-hop {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px
}

.coupon-box .code-container .coupon-hop .partial-code {
    background-color: #D8F2FF;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    color: #fff;
    opacity: .5;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    position: relative;
    width: 185px
}

.align-left,
.text--left,
.text-left {
    text-align: left
}

.text-left {
    text-align: left
}

.homepage-coupons .coupon-box .code-container .coupon-hop .hide-btn {
    border-radius: 0 3px 3px 0;
    font-size: 13px;
    right: 0;
    width: 140px
}

.coupon-box .code-container .coupon-hop .hide-btn {
    background-color: #2095F2;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 28px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: 150px
}

.coupon-box .code-container .coupon-hop .partial-code.seen-code:after {
    background-color: #2095F2;
    border-radius: 3px 0 0 3px;
    color: #fff;
    content: 'copy code & visit site';
    color: #fff;
    font-size: 12px;
    height: 22px;
    left: 0;
    line-height: 12px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    top: calc(100%+3px);
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    visibility: hidden;
    width: 100%
}

.coupon-box .code-container .coupon-hop .partial-code.seen-code:before {
    border-bottom: 4px solid #2095F2;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: '';
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -2px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    visibility: hidden;
    width: 0
}

.coupon-box .code-container .coupon-hop .partial-code.seen-code:hover:after,
.coupon-box .code-container .coupon-hop .partial-code.seen-code:hover:before {
    opacity: 1;
    visibility: visible
}

.coupon-box .code-container .coupon-hop .hide-btn {
    background-color: #02A8F4;
    color: #000;
    font-size: 15px;
    height: 40px;
    line-height: 28px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: 150px
}

.coupon-box .code-container .coupon-hop .hide-btn:before {
    border-bottom: 40px solid #02A8F4;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    width: 0
}

.coupon-box .code-container .coupon-hop .hide-btn:after {
    content: '& visit site';
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    left: calc(50% - 10px);
    line-height: 11px;
    opacity: .7;
    position: absolute;
    top: 55%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.df-follow.active {
    color: #c00
}

.coupon-box .offer-container .offer {
    height: 40px;
    line-height: 46px;
    text-align: center;
    width: 185px
}

.coupon-box .offer-container .offer a,
.coupon-box .offer-container .offer p {
    background-color: #2095F2;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 26px;
    position: relative
}

.coupon-box .code-container .coupon-hop .hide-btn:hover,
.coupon-box .offer-container .offer p:hover {
    background-color: #0196DB;
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}

.coupon-box .code-container .coupon-hop .hide-btn:hover:before {
    border-bottom-color: #0196DB;
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}

.coupon-box .offer-container .offer a:after,
.coupon-box .offer-container .offer p:after {
    content: '& visit site';
    font-size: 11px;
    font-weight: 400;
    left: 50%;
    line-height: 11px;
    opacity: .7;
    position: absolute;
    top: 54%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.coupon-box .offer-container:after {
    border-color: #2095F2 transparent transparent #2095F2;
    border-style: solid;
    border-width: 4px;
    bottom: -8px;
    content: "";
    display: none;
    position: absolute;
    right: 0
}

.homepage-coupons .coupon-box .offer-container .offer a:after {
    border-color: #2095F2 transparent transparent #2095F2;
    border-width: 4px
}

.coupon-box .offer-container .offer p:after {
    border-color: #17466d transparent transparent #17466d;
    border-width: 4px
}

.coupon-box .offer-container .offer a:hover:after {
    border-color: #273a55 transparent transparent #273a55
}

.coupon-label p {
    margin: 0
}

.coupon-box .coupon-label-context {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: table-cell;
    height: 100px;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    vertical-align: middle
}

.coupon-box .coupon-label-context>div {
    color: #53aeff;
    line-height: 1
}

.coupon-box .coupon-label-container .supermicro {
    font-size: 14px
}

.coupon-box .coupon-label-container .micro {
    font-size: 18px
}

.coupon-box .coupon-label-container .smallest {
    font-size: 20px
}

.coupon-box .coupon-label-container .small {
    font-size: 26px
}

.coupon-box .coupon-label-container .medium {
    font-size: 30px;
    letter-spacing: -.5px
}

.coupon-box .coupon-label-container .large {
    font-size: 45px
}

.coupon-box .coupon-label-container .bold {
    font-weight: 700
}

.coupon-box .coupon-label-container .upper {
    text-transform: uppercase
}

.coupon-box .coupon-label-container .orange {
    border: 1px solid #ffcc80;
    border-bottom: 0;
    color: #ff9800
}

.coupon-box .coupon-label-container .blue {
    border: 1px solid #bbdefb;
    border-bottom: 0;
    color: #009bf9
}

.coupon-box .coupon-label-container .red {
    color: #e05050
}

.homepage-coupons .coupon-box .coupon-label {
    height: 115px
}

.coupon-box .coupon-label .coupon-type {
    width: 100px
}

.coupon-box .coupon-label .coupon-type>div {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.coupon-box .coupon-label .coupon-type .blue {
    background-color: #fff;
    border: 1px solid #bbdefb;
    color: #009bf9;
    font-weight: 400
}

.coupon-box .coupon-label .coupon-type .orange {
    background-color: #fff;
    border: 1px solid #ffcc80;
    border-top: 0;
    color: #ffa827;
    font-weight: 400
}

.coupon-box .coupon-label .coupon-type .red {
    background-color: #e05050
}

.coupon-box .coupon-label .coupon-type>div {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: uppercase
}

.coupon-box .coupon-label .currency,
.coupon-box .coupon-label .percent {
    font-size: 25px;
    font-weight: 400
}

.coupon-box div.votes {
    margin-right: 70px
}

.coupon-box .coupon-label div sup {
    font-size: 19px;
    line-height: 1.7;
    vertical-align: top
}

.coupon-box .coupon-action {
    padding-right: 0;
    padding-top: 50px
}

.hot-coupon--icon {
    height: 48px;
    width: 64px
}

.coupon-box .coupon-bottom .close-comment,
.coupon-box .coupon-bottom .close-share,
.coupon-box .coupon-bottom .close-voting,
.coupon-box .coupon-bottom .close-voting-down {
    color: #273a55;
    cursor: pointer;
    font-size: 12px;
    margin: 5px
}

.coupon-box .coupon-bottom .title {
    color: #273a55;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left
}

.coupon-box .coupon-bottom .user-logo {
    border-radius: 50%;
    display: none;
    float: left;
    height: 64px;
    line-height: 64px;
    width: 64px
}

.coupon-box .coupon-bottom .post-comment {
    background-color: #ff9800;
    border-radius: 3px 0 3px 0;
    bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-left: 11px;
    padding: 6px 11px;
    position: absolute;
    right: 0
}

.coupon-box .coupon-bottom .post-comment:hover {
    background-color: #eceff1;
    color: #273a55
}

.coupon-box .coupon-bottom .post-comment:focus {
    outline: 0
}

.coupon-box .coupon-bottom p.added {
    font-size: 13px
}

.coupon-box .coupon-bottom p.added span.bold {
    font-weight: 700
}

.coupon-box .coupon-bottom div.text {
    color: #273a55;
    font-size: 14px;
    margin-bottom: 5px
}

.coupon-box .coupon-bottom .user-letter {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 36px
}

.coupon-box .offer-container .offer a,
.coupon-box .offer-container .offer p {
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    width: 179px
}

.homepage-store-wrap {
    border-radius: 3px;
    display: inline-block;
    height: 90px;
    padding: 0;
    position: relative;
    width: auto
}

.homepage-store-wrap div {
    display: inline-block;
    height: 100%;
    line-height: 65px;
    padding: 5px
}

.homepage-coupons .coupon-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.homepage-coupons img {
    display: inline-block;
    max-width: 100%;
    max-height: 75px
}

.homepage-coupons .lazytrack {
    display: none
}

.homepage-coupons .homepage-store-wrap:hover {
    opacity: .75
}

.homepage-expire-date {
    color: #96a4ab;
    direction: rtl;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px 0;
    min-height: 18px;
    text-align: left;
    text-indent: 15px;
    z-index: 9
}

.homepage-expire-date em {
    color: #999;
    font-style: normal;
    font-weight: 400
}

.coupon-box .verified {
    color: #00b358;
    display: table;
    font-size: 11px;
    margin-bottom: 7px
}

.second {
    border: 1px;
    height: 65px;
    top: 30px
}

.second div {
    padding-left: 0 !important
}

.search-top-stores {
    border-radius: 3px;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 5px;
    width: 100%
}

.search-results-heading {
    border-bottom: 1px solid #eceff1;
    color: #273a55;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    margin-top: 0;
    padding: 0 0 15px 0
}

.category-list .item {
    background: #fff;
    padding: 10px 0
}

@media(min-width:768px) {
    .category-list__store-wrap {
        border: 1px solid #eceff1;
        border-radius: 3px;
        margin-bottom: 1.25%;
        margin-right: 1.25%;
        width: 18.5%
    }
}

.align-center,
.text--center,
.text-center {
    text-align: center
}

@media(min-width:768px) {
    .col-lg-2 {
        width: 16.66666667%
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    float: left
}

.category-list__store-wrap>div {
    background-color: #fff;
    height: auto
}

.category-list .item a {
    display: block
}

.category-list__store-wrap-img {
    height: 116px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.category-list .item a.store-logo img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.category-list__store-wrap img {
    margin: 0 auto;
    /*width: 75%*/
    max-width:90%;
    max-height:90%;
}

.category-list .item .store-title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 13px 0 13px;
    text-overflow: ellipsis;
    white-space: nowrap
}

a {
    color: #2095F2;
    text-decoration: none;
    text-transform:capitalize;
}