.top-ten-brandsgrade .row,
.top-ten-brandsgrade .container {
    max-width: 1170px;
}

body {
    line-height: 1.7 !important;
}

.top-ten-brandsgrade .col {
    padding-bottom: 0;
}

a {
    color: #272727;
}

/*-----all list-----*/
.coupon_bdgs-expire {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    align-items: flex-start;
}

.coupon_bdgs-expire .badges {
    margin-right: auto;
}

.coupon-box.coupon-list .flex-middle .coupon-top-meta {
    max-width: 40%;
    min-width: 30%;
    margin: auto 0;
}

.coupon-box.coupon-list .flex-middle .coupon-top-meta li {
    padding-left: 0;
}

.taxonomy-header h1,
.faq-container .faq-title {
    font-size: 32px;
    font-weight: 600;
    color: #202020;
}

.taxonomy-header h4 {
    font-size: 18px;
}

.coupon-box.coupon-list .coupon_bdgs-expire .coupon-box_header-overall-rating,
.coupon-box.coupon-grid .coupon-box_header-overall-rating,
.coupon-box.coupon-list .flex-right .coupon-box_header-overall-rating,
.coupon-box.coupon-list .flex-left .coupon-box_header-overall-rating {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #FCAF17;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px;
}

.coupon-box.coupon-list .flex-right .coupon-box_header-overall-rating {
    margin-left: auto;
    margin-bottom: 50px;
}

.coupon-box.coupon-list .flex-left .coupon-box_header-overall-rating {
    display: none;
}

.coupon-box.coupon-list .flex-right {
    align-self: unset;
    margin-left: 20px;
    flex-shrink: 0;
}

.coupon-box.coupon-grid .badge-types {
    position: unset;
}

.coupon-list .expire {
    font-size: 13px;
    color: #000;
}

@media (max-width: 991px) {
    .coupon-box.coupon-list .flex-middle {
        display: block;
    }

    .coupon-box.coupon-list .flex-middle .scrtscpns-coupon-box-header {
        max-width: 100%;
    }

    .coupon-box.coupon-list .flex-middle .coupon-top-meta {
        max-width: unset;
        margin-bottom: 18px;
    }
}

@media (max-width: 768px) {
    .coupon-box.coupon-list .flex-middle {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .coupon-box_header-title_desc {
        text-align: left;
        width: 295px;
        margin: 10px auto;
    }

    .coupon-box.coupon-list .flex-middle .scrtscpns-coupon-box-header {
        max-width: 100%;
        min-width: 100%;
    }

    .taxonomy-header h1,
    .faq-container .faq-title {
        font-size: 20px;
        text-align: center;
        margin: 20px 0 30px;
    }

    .coupon-box.coupon-list .flex-left {
        position: relative;
    }

    .coupon-box.coupon-list .flex-left .coupon-box_header-overall-rating {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
    }

    .coupon-box.coupon-list .flex-right .coupon-box_header-overall-rating {
        display: none;
    }

    .flex-left.tpdlsbrandsgrade-logo-wrapper {
        padding-bottom: 0;
    }
}

@media (max-width: 600px) {
    .coupon-box.coupon-list .flex-middle {
        display: block;
    }

    .coupon-box.coupon-list .flex-middle .scrtscpns-coupon-box-header {
        max-width: 100%;
    }

    .coupon-box.coupon-list .flex-middle .coupon-top-meta {
        max-width: unset;
        margin-bottom: 15px;
    }
}

/*-----all list-----*/

/*------Category Page--------*/


.coupon-list .full-description ul {
    list-style: none;
    padding-left: 23px;
    position: relative;
}

.taxonomy-header .white-block-content {
    webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.white-block-content li {
    margin: 0;
    position: relative;
}

.white-block-content ul {
    list-style: none;
    padding-left: 23px;
    margin-bottom: 10px;
}

/*------Coupon Grid--------*/

.badges {
    font-size: 11px;
}

.coupon-grid {
    padding: 10px 25px 10px;
}

.coupon-box_header-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coupon-box_header-logo img {
    margin: 0 auto;
}

.coupon-box_header-logo .coupon-box_header-logo-link {
    margin: 10px 0;
}

.coupon-box_header-logo .coupon-action-button {
    display: flex;
    width: 150px;
    height: 150px;
    flex-direction: row;
    align-items: center;
}

.coupon-box.coupon-grid .coupon-box-header {
    display: flex;
    flex-direction: row;
    position: relative;
}

.coupon-box.coupon-grid .coupon-box_header-overall-rating {
    position: absolute;
    top: 0;
    right: 0;
}

.tax-coupon-category .coupon-grid .coupon-box_header-title {
    margin-left: 25px;
}

.coupon-grid .coupon-box_header-title {
    max-width: 50%;
}

.coupon-box_header-title h4 {
    font-size: 24px;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.coupon-box_header-title .coupon-box_header-subtitle {
    font-size: 18px;
    margin-bottom: 7px;
}

.coupon-box_header-title .coupon-top-meta {
    flex-direction: column;
}

.coupon-box_footer {
    margin-top: 18px;
}

.coupon-box_header-title .coupon-top-meta li {
    margin-bottom: 15px;
}

.coupon-box_header-title .coupon-top-meta li:last-child {
    margin-bottom: 0;
}

.coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-status,
.coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-status p {
    margin-bottom: 5px;
    margin-top: 2px;
}

li.coupon-box_header-list-status p img {
    height: 14px;
}

.coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}

.coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-rating span {
    margin-left: 15px;
}

.coupon-box_header-list-rating-star img {
    height: 18px;
}

.coupon-box_footer-btn {
    max-width: 50%;
    margin: 0 auto 15px;
    display: flex;
    flex-direction: column;
}

.coupon-box_footer-btn a {
    margin-top: 10px;
    text-align: center;
}

.coupon-box.white-block {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.coupon-box.white-block {
    transition: .3s;
}

.coupon-grid_feature-image a {
    border: none;
    width: auto;
    margin: 0px;
    height: 150px;
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
}

.coupon-grid_feature-image a img {
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.coupon-grid_feature-image a:hover {
    border-color: #1ab1b7;
}

.coupon-box_header-logo .coupon-grid_feature-image-cat {
    display: flex;
    width: 150px;
    height: 150px;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}

.coupon-box_header-logo .coupon-grid_feature-image-cat .coupon-image {
    width: 100%;
    height: 150px;
    border: 1px solid #eee;
}

.coupon-box_header-logo .coupon-grid_feature-image-cat .coupon-image:hover {
    border-color: #1ab1b7;
}

.coupon-box_header-logo .coupon-grid_feature-image-cat a,
.coupon-list .coupon-box_header-logo a {
    border: 1px solid #eee;
}

.coupon-box_header-logo .coupon-grid_feature-image-cat a:hover,
.coupon-list .coupon-box_header-logo a:hover {
    border: 1px solid #1ab1b7;
}

.coupon-grid_feature-image-cat img {
    margin: 0 auto;
}

.coupon-grid .expire {
    padding: 5px 0 5px 10px;
}

.expired-overlay {
    background: rgba(255, 255, 255, 0.7);
}

.coupon-box.coupon-list .flex-left {
    margin-right: 20px;
}

.coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-rating span {
    margin-left: 15px;
}

@media (max-width: 1200px) {

    .coupon-box.coupon-grid .coupon_bdgs-expire .coupon-box_header-overall-rating {
        position: absolute;
        top: -15px;
        right: -15px;
    }

    .coupon-grid .coupon-box_header-logo .coupon-action-button {
        width: 100px;
        height: 100px;
    }

    .coupon-grid .coupon-box_header-logo .coupon-grid_feature-image-cat {
        display: flex;
        width: 100px;
        height: 100px;
        flex-direction: row;
        align-items: center;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {

    .coupon-box.coupon-grid .coupon-box-header {
        flex-direction: column;
    }

    .coupon-grid .coupon-box_header-title {
        max-width: 100%;
    }

    .coupon-grid .coupon-box_header-logo .coupon-grid_feature-image-cat {
        width: 150px;
        height: 150px;
    }

    .coupon-grid .coupon-box_header-logo .coupon-action-button {
        width: 150px;
        height: 150px;
    }

    .coupon-box.coupon-grid .coupon_bdgs-expire {
        flex-direction: column;
        position: relative;
    }

    .coupon-box.coupon-grid .coupon_bdgs-expire .expire {
        padding-left: 0;
    }

    .coupon-grid {
        padding-top: 10px;
    }

    .coupon-box.coupon-grid .coupon_bdgs-expire .coupon-box_header-overall-rating {
        top: 0;
    }

    .coupon-box-header {
        flex-direction: column;
    }

    .coupon-box_header-title {
        margin-left: 0;
        margin-top: 6px;
    }

    .coupon-box_footer-btn {
        max-width: 100%;
    }

    .coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-rating {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0;
        margin-top: 2px;
    }

    .coupon-box_header-title .coupon-top-meta li.used {
        margin-bottom: 0;
        margin-left: -25px;
    }

    .coupon-box_header-title .coupon-top-meta {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-rating span {
        line-height: 19px;
    }

    .coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-status {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .coupon-box_header-title .coupon-top-meta li.used {
        margin-left: 0;
        margin-top: 9px;
    }
}

@media (max-width: 768px) {

    .coupon-list .coupon-top-meta {
        position: unset;
    }

    .coupon-box.coupon-grid .coupon_bdgs-expire {
        width: 100%;
    }

    .coupon-list .flex-right {
        width: 50%;
        margin: 0 auto !important;
    }

    .coupon-list .partial-code,
    .code-text, .code-text-full {
        padding: 7px 20px;
    }

    .coupon-box_header-title {
        margin-left: 0;
        margin-top: 16px;
    }

    .coupon-list .used {
        padding: 0;
        font-size: 14px;
    }

    .tax-brands-category .taxonomy-header .white-block-content .category-info.category-banner ul li:before {
        background-size: 1.5vw;
        left: -2vw;
    }
}

@media (max-width: 767px) {
    .coupon-box.coupon-grid .coupon_bdgs-expire {
        flex-direction: row;
    }

    .coupon-box.coupon-grid .coupon_bdgs-expire .coupon-box_header-overall-rating {
        position: unset;
    }

    .coupon-box.coupon-grid .coupon_bdgs-expire {
        width: 100%;
    }
}

@media (max-width: 766px) {

    .coupon-box-header {
        flex-direction: row;
    }

    .coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-rating {
        flex-direction: row;
        align-items: center;
    }

    .coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-rating span {
        margin-bottom: 0;
    }

    .coupon-box_footer-btn {
        max-width: 50%;
    }

    .coupon-list .used {
        background: unset;
        color: #aaa;
        font-size: 14px;
        text-transform: unset;
    }

    .coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-rating span {
        font-size: 14px;
    }

    .coupon-box_header-title .coupon-top-meta li.used {
        font-size: 14px;
        margin-top: 12px;
    }

    .coupon-box_header-list-rating .coupon-box_header-list-rating-star img {
        height: 16px;
    }

}

@media (max-width: 600px) {

    .coupon-box-header {
        flex-direction: column;
    }

    .coupon-box_footer-btn {
        max-width: 100%;
    }

    .coupon-box_header-title .coupon-top-meta {
        justify-content: flex-start;
    }

    .coupon-list .flex-right {
        width: 100%;
    }

    .tax-brands-category .taxonomy-header .white-block-content .category-info.category-banner ul li:before {
        background-size: 2.5vw;
        left: -3.5vw;
        top: 1.7vw;
    }

}

@media (max-width: 560px) {

    .coupon-box.coupon-grid .coupon_bdgs-expire {
        flex-direction: row;
    }

    .coupon-box.coupon-grid .coupon_bdgs-expire .coupon-box_header-overall-rating {
        position: absolute;
    }
}

@media (max-width: 480px) {
    .coupon-box.coupon-grid .coupon_bdgs-expire {
        flex-direction: column;
    }

    .coupon-grid {
        padding: 10px;
    }

    .coupon-box_header-title .coupon-top-meta li.coupon-box_header-list-rating span {
        margin-right: 5px;
    }

    .coupon-box.coupon-grid .coupon_bdgs-expire .coupon-box_header-overall-rating {
        top: 0;
        right: 0;
    }

    .flex-left.tpdlsbrandsgrade-logo-wrapper img {
        max-width: 175px;
    }

    .tax-brands-category .taxonomy-header .white-block-content .category-info.category-banner ul li:before {
        background-size: 3vw;
        left: -4vw;
        top: 1.2vw;
    }
}

@media (max-width: 414px) {
    .top-header .flex-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .top-header .flex-wrap .flex-left {
        margin-bottom: 0;
    }

    .top-header .flex-wrap .flex-right {
        margin-top: 0;
        width: unset;
    }

    .top-header a.navbar-toggle {
        text-align: right;
    }

}

@media screen and (max-width: 380px) {
    .coupon-list .used {
        padding: 0;
        line-height: 15px;
    }

    .coupon-list .used {
        margin-top: 3px;
    }
}

@media (max-width: 360px) {
    .coupon-box.coupon-grid .coupon_bdgs-expire .expire {
        font-size: 11px;
    }
}

/*------Coupon Grid--------*/

/*------Coupon List--------*/
ul.list-unstyled.list-inline.coupon-top-meta.list-descr-mobile {
    display: none;
}

.coupon-list .flex-middle h4 {
    margin-bottom: 0;
}

.coupon-list .coupon-box-description {
    margin-bottom: 7px;
    min-width: 400px;
}

.coupon-box .flex-right .coupon-box_header-logo-link {
    width: fit-content;
    margin: 15px auto 0;
    display: block;
}

.coupon-list .flex-middle ul {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.coupon-list .coupon-box_header-subtitle {
    margin-top: 2px;
    margin-bottom: 10px;
    color: #484848;
}

.coupon-list .scrtscpns-coupon-box-header {
    margin-bottom: 15px;
}

.coupon-list .coupon-box_header-list-status p {
    margin-bottom: 9px;
}

.coupon-list .coupon-box_header-list-rating {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.coupon-list .coupon-box_header-list-rating span {
    margin-left: 15px;
}

.coupon-list {
    padding: 10px 15px 10px;
}

.coupon-box.coupon-list .white-block-content {
    padding: 0 !important;
}

.coupon-list .scrtscpns-coupon-box-header h4 {
    font-size: 24px;
    font-weight: 400;
    color: #272727;
}

.coupon-list .scrtscpns-coupon-box-header .coupon-box_header-subtitle {
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    ul.list-unstyled.list-inline.coupon-top-meta.list-descr-desktop {
        display: none;
    }

    ul.list-unstyled.list-inline.coupon-top-meta.list-descr-mobile {
        display: block;
    }

    .scrtscpns-coupon-box-header {
        display: flex;
        flex-direction: column;
    }

    .scrtscpns-coupon-box-header h4 {
        order: 1;
    }

    .scrtscpns-coupon-box-header .coupon-box_header-subtitle {
        order: 2;
    }

    .scrtscpns-coupon-box-header ul {
        order: 3;
    }

    .scrtscpns-coupon-box-header .coupon-box-description {
        order: 4;
    }

    /*.tax-coupon-store .top-header .container,*/
    .tax-coupon-category .top-header .container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .coupon-list .scrtscpns-coupon-box-header {
        margin-top: 17px;
    }

    .coupon-list .coupon-box-description {
        min-width: auto;
    }

    .coupon-list .flex-middle h4 {
        margin-top: 0;
    }

    .coupon-list .used, .coupon-list .expire {
        background: transparent;
        color: #000;
        text-transform: none;
    }

    .coupon_bdgs-expire {
        position: relative;
        width: 100%;
    }

    .coupon-box.coupon-list .coupon_bdgs-expire .coupon-box_header-overall-rating {
        position: absolute;
        top: 0;
        right: -50px;
    }

    .coupon-list .expire {
        margin-top: -2px;
        margin-right: 0;
        padding-right: 0;
    }

    .coupon-box.coupon-list .flex-left {
        margin-right: 0;
    }
}

@media (max-width: 766px) {
    .coupon-box.coupon-list .flex-left {
        margin-right: 0px;
    }

    .coupon-list .coupon-box_header-list-rating {
        margin-bottom: 4px;
    }

    .coupon-list .used {
        padding-left: 0;
    }
}

@media (max-width: 560px) {
    .coupon_bdgs-expire {
        display: flex;
        flex-direction: column;
        justify-content: unset;
    }

    .coupon-list .expire {
        margin-top: 0;
        padding-left: 0;
        margin-left: unset;
    }

}

@media (max-width: 480px) {
    .coupon-list .badge-types {
        margin-bottom: 0;
    }

    .coupon-list {
        padding: 10px;
    }

    .coupon-box.coupon-list .coupon_bdgs-expire .coupon-box_header-overall-rating {
        right: -35px;
    }
}

@media (max-width: 360px) {
    .coupon-list .expire {
        font-size: 13px;
    }
}

/*------Coupon List--------*/

/*-----BADGES-----*/
.coupon-grid .badge-types {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    background-color: #1ab1b7;
}

.coupon-list .badge-types {
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #011a60;
    width: fit-content;
    height: fit-content;
    text-transform: uppercase;
}

.coupon-grid .blck-friday,
.coupon-list .blck-friday {
    background-color: #000;
}

.top-ten-brandsgrade .coupon-list .blck-friday:after {
    border: calc(40px / 2) solid #000 !important;
}

.coupon-grid .most-popular,
.coupon-list .most-popular {
    background-color: #F9C816;
}

.top-ten-brandsgrade .coupon-list .most-popular:after {
    border: calc(40px / 2) solid #F9C816 !important;
}

.coupon-grid .cyber-monday,
.coupon-list .cyber-monday {
    background-color: #ABABAB;
}

.top-ten-brandsgrade .coupon-list .cyber-monday:after {
    border: calc(40px / 2) solid #ABABAB !important;
}

.coupon-grid .memorial-day,
.coupon-grid .labor-day,
.coupon-list .memorial-day,
.coupon-list .labor-day {
    background-color: #DD0000;
}

.top-ten-brandsgrade .coupon-list .memorial-day:after,
.top-ten-brandsgrade .coupon-list .labor-day:after {
    border: calc(40px / 2) solid #DD0000 !important;
}

.coupon-grid .independence-day,
.coupon-list .independence-day {
    background-color: #3F82F8;
}

.top-ten-brandsgrade .coupon-list .independence-day:after {
    border: calc(40px / 2) solid #3F82F8 !important;
}

.coupon-grid .patrick-day,
.coupon-grid .christmas-sale,
.coupon-list .patrick-day,
.coupon-list .christmas-sale {
    background-color: #013220;
}

.top-ten-brandsgrade .coupon-list .patrick-day:after,
.top-ten-brandsgrade .coupon-list .christmas-sale:after {
    border: calc(40px / 2) solid #013220 !important;
}

.coupon-grid .easter-day,
.coupon-list .easter-day {
    background-color: #0B6623;
}

.top-ten-brandsgrade .coupon-list .easter-day:after {
    border: calc(40px / 2) solid #0B6623 !important;
}

.coupon-grid .mother-day,
.coupon-list .mother-day {
    background-color: #ff726f;
}

.top-ten-brandsgrade .coupon-list .mother-day:after {
    border: calc(40px / 2) solid #ff726f !important;
}

.coupon-grid .father-day,
.coupon-list .father-day {
    background-color: #674941;
}

.top-ten-brandsgrade .coupon-list .father-day:after {
    border: calc(40px / 2) solid #674941 !important;
}

.coupon-grid .valentine-sale,
.coupon-list.valentine-sale {
    background-color: #ffc0cb;
}

.top-ten-brandsgrade .coupon-list.valentine-sale:after {
    border: calc(40px / 2) solid #ffc0cb !important;
}


.top-ten-brandsgrade .coupon-list .halloween-day:after,
.top-ten-brandsgrade .coupon-list .thanksgiving-day:after {
    border: calc(40px / 2) solid #FF6600 !important;
}

/*-----BADGES-----*/


a.visit-store:hover {
    background-color: rgb(90, 115, 132);
}

.modal-body .after-copy a {
    color: #6666ff;
}

/*-----ToolTip-----*/
/* Tooltip container */
.secret-tooltip {
    position: relative;
    margin-bottom: 10px;
    text-align: right;
}

.secret-tooltip_btn {
    color: rgb(44, 53, 191);
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0;
}


/* Top 10 brandsgrade page */
.top-ten-brandsgrade .featured-item .featured-caption .coupon-action-button {
    font-size: 16px;
}

body .top-header,
.tax-coupon-store .top-header,
.tax-coupon-category .top-header {
    box-shadow: 2px 2px 4px 0 rgba(114, 114, 157, 0.15);
    padding: 0;
}

/*.tax-coupon-store main,*/
.tax-coupon-category main.active-banner {
    margin: 0;
}

.top-ten-brandsgrade .coupon-list {
    padding-bottom: 15px;
}

.top-ten-brandsgrade .coupon-list .flex-wrap {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;

}

.top-ten-brandsgrade .taxonomy-header.white-block {
    box-shadow: none;
    margin-bottom: 0 !important;
}

.top-ten-brandsgrade .taxonomy-header .white-block-content {
    box-shadow: none;
    padding: 10px 15px !important;
    position: relative;
}

.top-ten-brandsgrade .taxonomy-header .single-tax-action {
    display: none;
}

.top-ten-brandsgrade .secret-tooltip {
    margin-bottom: 0;
}

.top-ten-brandsgrade .secret-tooltip .secret-tooltip_btn {
    color: rgb(44, 53, 191);
    font-size: 12px;
    margin-bottom: 0;
}

.top-ten-brandsgrade .coupon-list .white-block-content .coupon_bdgs-expire .badge-wrapper {
    height: 30px;
}

.coupon-list .white-block-content .coupon_bdgs-expire .badge-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 0;
    align-items: flex-start;
    width: 100%;
}

.top-ten-brandsgrade .coupon-list .white-block-content .badge-types {
    border-radius: 0;
    font-weight: 600;
    height: auto;
    left: 0;
    line-height: 16px;
    padding: calc(40px / 2 - 16px / 2) 8px calc(40px / 2 - 16px / 2) calc(40px / 2 - 16px / 2);
    position: absolute;
    top: 0;
    width: auto;
}

.top-ten-brandsgrade .coupon-list .white-block-content .badge-types:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: calc(40px / 2) solid #011a60;
    position: absolute;
    right: calc(40px / 2 * -1) !important;
    top: 0;
    border-top-width: 40px !important;
    border-left-width: 0 !important;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
}

.top-ten-brandsgrade .coupon-list .expire-wrapper.mobile-expire .expire {
    display: none;
}

.top-ten-brandsgrade .coupon-list .expire-wrapper.desktop-expire .expire {
    display: block;
    width: 100%;
}

.top-ten-brandsgrade .coupon-list .coupon-box_header-logo a {
    border: none;
}

.top-ten-brandsgrade .coupon-box.coupon-list .flex-left {
    width: 25%;
}

.top-ten-brandsgrade .coupon-box.coupon-list .coupon-top-meta {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-width: 30%;
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
}

.top-ten-brandsgrade .coupon-box_header-logo .coupon-grid_feature-image-cat {
    display: block;
    height: auto;
    width: auto;
}

.top-ten-brandsgrade .coupon-box.coupon-list .flex-left img {
    width: unset !important;
}

.top-ten-brandsgrade .coupon-box.coupon-list .coupon-box_header-logo {
    display: block;
}

.top-ten-brandsgrade .coupon-box_header-logo .coupon-action-button {
    height: auto;
    min-height: 120px;
    width: auto;
}

.top-ten-brandsgrade .coupon-box.coupon-list .coupon-box_header-logo .coupon-grid_feature-image-cat img {
    width: 120px !important;
    margin: 0 auto;
    display: block;
}

.top-ten-brandsgrade .coupon-box.coupon-list .coupon-box_header-list-rating .coupon-box_header-list-rating-star {
    margin: 0 auto;
}

.top-ten-brandsgrade .coupon-box.coupon-list .flex-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: auto;
    padding-right: 2px;
    overflow: hidden;
}

.top-ten-brandsgrade .coupon-box.coupon-list .flex-middle .scrtscpns-coupon-box-header {
    max-width: 100%;
    min-width: 60%;
    margin: 0 0 0 2%;
}

.coupon-box.coupon-list .coupon-box_header-overall-rating {
    width: 61px;
    height: 61px;
    text-align: center;
    background: #4E4EFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    border-radius: 2px;
    margin: 0 auto 10px !important;
}

.coupon-box .flex-right {
    width: 220px;
}

.top-ten-brandsgrade .coupon-action-button.header-alike {
    font-size: 20px;
}

.coupon-action-button.header-alike:hover {
    border-color: #1ab1b7;
}

.coupon-action-button.header-alike:hover .code-text,
.coupon-action-button.header-alike:hover .code-text-full {
    background-color: #1ab1b7;
}

.top-ten-brandsgrade .coupon-visit-site-action-button {
    border-radius: 2px;
    display: block;
    position: relative;
    text-align: left;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
}

.top-ten-brandsgrade .coupon-visit-site-action-button:hover {
    border-color: #1ab1b7;
}

.top-ten-brandsgrade .coupon-visit-site-action-button:hover .code-text-full {
    background-color: #1ab1b7;
}

.top-ten-brandsgrade .coupon-visit-site-action-button .code-text-full {
    background-color: #f34915;
    color: #ffffff;
    padding: 10px 20px;
    display: block;
    text-align: center;
}

.top-ten-brandsgrade .code-text,
.top-ten-brandsgrade .code-text-full {
    background-color: #fd5522;
}

.top-ten-brandsgrade .flex-right .visit-brand-link {
    color: rgb(44, 53, 191);
    display: none;
}

.top-ten-brandsgrade .flex-right .visit-brand-link:hover {
    text-decoration: underline;
}

.top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper,
.top-ten-brandsgrade .flex-right .vs-coupon-code-copied {
    position: relative;
    text-align: center;
    border: 2px dashed #FC5524;
}
.top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper {
    background: rgba(252, 85, 36, 0.06);
}
.top-ten-brandsgrade .flex-right .vs-coupon-code-copied {
    background: linear-gradient(315deg, rgba(252, 85, 36, 0.06) 10%, rgba(252, 85, 36, 0) 15%, rgba(252, 85, 36, 0) 35%, rgba(252, 85, 36, 0.06) 40%, rgba(252, 85, 36, 0.06) 60%, rgba(252, 85, 36, 0) 65%, rgba(252, 85, 36, 0) 85%, rgba(252, 85, 36, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(252, 85, 36, 0);
}

.top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper .vs-copy-code {
    cursor: pointer;
    position: absolute;
    right: -2px;
    bottom: -2px;
    display: block;
    border: 1px dashed #333;
    border-width: 1px 0px 0px 1px;
    height: 30px;
    width: 30px;
}

.top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper .vs-copy-code .fa-copy {
    color: #666;
}

.top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper .vs-copy-code .fa-check {
    color: #3FE1AC;
}

.top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper a {
    text-decoration: none !important;
}

.top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper span {
    color: #333;
    display: none;
}

.top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper .vs-coupon-code-label {
    font-size: 14px;
}

.top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper .vs-coupon-code {
    font-size: 17px;
    text-align: center;
    width: 100%;
    background: none;
    border: none;
    color: #333;
    box-shadow: none;
    outline: none;
    letter-spacing: 0.1px;
    line-height: 21px;
}

.coupon-box_header-overall-rating-wrapper .ranking_statement {
    text-align: center;
    color: #3035a5;
    font-size: 18px;
    font-weight: 400;
}

.taxonomy-header .category-banner-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 21.36vw;
    max-height: 410px;
}

.taxonomy-header .category-banner-wrapper .category-banner h1 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 3.75vw;
    margin-bottom: 15px;

}

.taxonomy-header .category-banner-wrapper .category-banner {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 1.3vw;
    line-height: 2.5vw;
    letter-spacing: .4px;
}

@media (min-width: 601px) and (max-width: 1850px) {
    .taxonomy-header .category-banner-wrapper {
        background-position-x: 90%;
    }
}

@media screen and ( min-width: 768px ) {
    .taxonomy-header .category-banner-wrapper .category-banner {
        max-width: 90%;
    }
    .top-ten-brandsgrade .coupon-box.coupon-list .flex-middle {
        width: 40%;
        margin: 0;
    }
}

@media ( min-width: 768px )  and ( max-width: 1440px ) {
    .taxonomy-header .category-banner-wrapper .category-banner {
        max-width: 75%;
    }
}

@media ( min-width: 992px) {
    .taxonomy-header .category-banner-wrapper {
        background-size: contain;
    }
}

@media ( min-width: 1680px ) {
    .taxonomy-header .category-banner-wrapper {
        background-size: cover;
    }
}

@media screen and ( min-width: 768px ) {
    .top-ten-brandsgrade .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .top-ten-brandsgrade .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .top-ten-brandsgrade .container {
        width: 1170px;
    }
}

@media screen and ( max-width: 1199px ) {
    .coupon-box.coupon-list .coupon-box_header-overall-rating-wrapper {
        position: absolute;
        width: auto;
        right: 15px;
        top: 10px;
    }
    .coupon-box-1.coupon-list .coupon-box_header-overall-rating-wrapper {
        right: 5px;
    }

    .coupon-box_header-overall-rating-wrapper .ranking_statement {
        font-size: 14px;
    }

    .coupon-box.coupon-list .coupon-box_header-overall-rating {
        width: 50px;
        height: 50px;
        margin-bottom: 5px !important;
        border-radius: 2px 0 2px 2px;
    }

    .coupon-box.coupon-list .flex-right {
        margin-top: 35px;
    }
    .coupon-box-1.coupon-list .flex-right {
        margin-top: 60px;
    }
}

@media screen and ( max-width: 768px ) {
    body .top-header,
    .tax-coupon-store .top-header,
    .tax-coupon-category .top-header {
        padding: 15px 0 0 0;
    }

    .top-ten-brandsgrade .coupon-list {
        padding-top: 40px;
    }

    .top-ten-brandsgrade .coupon-list .flex-wrap {
        position: relative;
    }

    .top-ten-brandsgrade .coupon-box.coupon-list .flex-left,
    .top-ten-brandsgrade .coupon-box.coupon-list .flex-middle {
        width: 100%;
    }

    .top-ten-brandsgrade .coupon-box.coupon-list .flex-middle {
        margin: 10px auto;
    }

    .top-ten-brandsgrade .coupon-box.coupon-list .coupon-content-excerpt .full-description {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    .top-ten-brandsgrade .coupon-box.coupon-list .coupon-content-excerpt .full-description ul {
        flex: 0 1 auto;
        align-self: auto;
        width: 320px;
        margin: 0 auto 15px;
    }

    .top-ten-brandsgrade .coupon-box.coupon-list .flex-middle .scrtscpns-coupon-box-header {
        position: relative;
        margin: 0 auto;
    }

    .top-ten-brandsgrade .coupon-list .flex-middle h4,
    .top-ten-brandsgrade .coupon-list .scrtscpns-coupon-box-header .coupon-box_header-subtitle {
        text-align: center;
    }

    .coupon-box.coupon-list .coupon-box_header-overall-rating-wrapper {
        right: -15px;
        top: -40px;
    }

    .top-ten-brandsgrade .coupon-list .white-block-content .coupon_bdgs-expire {
        display: block;
        left: 0;
        min-width: 35%;
        position: absolute;
        top: 0;
        width: auto;
    }

    .top-ten-brandsgrade .coupon-list .white-block-content .coupon_bdgs-expire .badge-wrapper {
        display: block;
        width: auto;
    }

    .top-ten-brandsgrade .coupon-list .expire-wrapper.desktop-expire .expire {
        display: none;
    }

    .top-ten-brandsgrade .coupon-list .expire-wrapper.mobile-expire .expire {
        display: block;
        margin-top: 10px;
        padding-left: 0;
        position: static;
        text-align: center;
    }

    .top-ten-brandsgrade .white-block.coupon-box.coupon-list .coupon-box-description .coupon-content-excerpt .full-description {
        flex-wrap: wrap;
    }

    .top-ten-brandsgrade .white-block.coupon-box.coupon-list .coupon-box-description .coupon-content-excerpt .full-description p {
        width: 60%;
        text-align: center;
    }


    .taxonomy-header .category-banner-wrapper {
        min-height: 32.6vw;
    }

    .taxonomy-header .category-banner-wrapper .category-banner {
        font-size: 4vw;
        line-height: 6vw;
    }

    .taxonomy-header .category-banner-wrapper .category-banner h1 {
        font-size: 4vw;
        line-height: 6vw;
    }

    .taxonomy-header .category-banner-wrapper .category-banner {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }

    .tax-coupon-category .taxonomy-header .white-block-content .category-info.category-banner ul li:before {
        background-size: 1.5vw;
        left: -2vw;
    }
}

@media screen and ( max-width: 600px ) {

    .taxonomy-header .category-banner-wrapper {
        min-height: 350px;
    }

    .taxonomy-header .category-banner-wrapper .category-banner {
        font-size: 3.5vw;
        line-height: 5vw;
    }

    .taxonomy-header .category-banner-wrapper .category-banner h1 {
        font-size: 5vw;
        line-height: 8vw;
    }

    .tax-coupon-category .taxonomy-header .white-block-content .category-info ul,
    .tax-coupon-category .coupon-box_footer ul, .coupon-list .full-description ul {
        padding-left: 3.5vw;
    }

    .tax-coupon-category .taxonomy-header .white-block-content .category-info.category-banner ul li:before {
        background-size: 2.5vw;
        left: -3.5vw;
        top: 1.7vw;
    }
}

@media screen and ( max-width: 480px ) {
    .top-ten-brandsgrade .coupon-list .white-block-content .coupon_bdgs-expire {
        max-width: 79%;
        min-width: 79%;
    }

    .coupon-box.coupon-list .coupon-box_header-overall-rating-wrapper {
        right: -10px;
    }

    .top-ten-brandsgrade .coupon-action-button.header-alike span {
        padding: 7px 20px;
    }

    .top-ten-brandsgrade .coupon-action-button.header-alike span.code-text {
        width: 80%;
    }

    .taxonomy-header .category-banner-wrapper {
        min-height: 260px;
    }

    .taxonomy-header .category-banner-wrapper .category-banner {
        font-size: 14px;
        line-height: 6vw;
    }

    .taxonomy-header .category-banner-wrapper .category-banner h1 {
        font-size: 6vw;
        line-height: 9vw;
    }

    .tax-coupon-category .taxonomy-header .white-block-content .category-info ul,
    .tax-coupon-category .coupon-box_footer ul {
        padding-left: 4vw;
    }

    .coupon-list .full-description ul {
        padding-left: 22px;
    }

    .tax-coupon-category .taxonomy-header .white-block-content .category-info ul li:before {
        background-size: 3vw;
        left: -4vw;
        top: 1.2vw;
    }
}


/*
Top Deals v2 changes
*/

@media (max-width: 480px) {
    .coupon-box_header-overall-rating-wrapper .ranking_statement {
        margin-right: 3px;
    }
}

.coupon-list .coupon-box_header-list-rating {
    margin: 0 auto;
}

.coupon-box_header-list-rating div.used {
    margin-left: 5px;
    font-size: 16px;
}

.top-ten-brandsgrade .coupon-box.coupon-list .coupon-box_header-list-rating .coupon-box_header-list-rating-star {
    margin-top: -4px;
}

.sticky-row {
    background-color: #def8c1;
}

.sticky-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    height: 100%;
    position: sticky;
    bottom: 0;
    z-index: 999;
}

.icons-row {
    display: flex;
    flex-wrap: wrap;
    order: 2;
    margin-bottom: 5px;
    display: none;

}

.icon-col a:hover, .icon-col a:hover h4 {
    background: #4F4EFE;
    color: #FFFFFF;
}

.last-item .dropdown-menu {
    width: 100%;
    box-shadow: 0px 15px 40px rgba(38, 38, 38, 0.17);
    top: inherit;
    padding-top: 15px;
    background-clip: unset;
}


.last-item .dropdown:hover {
    background: #4F4EFE;
}

.last-item #dropdownMenuButton:hover {
    color: #FFFFFF;
}

.last-item .dropdown:hover #dropdownMenuButton {
    color: #fff;
}

.icon-col a {
    background: rgba(51, 160, 255, 0.1);
    display: block;
    color: #021A60;
    font-size: 14px;
    line-height: 19px;
    /*margin-bottom: 10px;*/
    padding: 5px;
}

.last-item .dropdown-menu a {
    background: transparent;
    padding: 8px 17px;
}

.last-item .dropdown-menu a:hover, .last-item .dropdown-menu a:hover h4 {
    background: #EBF6FF;
    color: #021A60;
}

.icon-col {
    text-align: center;
    flex: 0 50%;
    margin-bottom: 10px;
}

.icon-col:nth-child(2n) {
    padding-left: 5px;

}

.icon-col:nth-child(2n+1) {
    padding-right: 5px;
}

.icon-col img {
    max-width: 20px;
    display: block;
    margin: 0 auto;
}

.last-item .dropdown {
    position: inherit;
}

.last-item #dropdownMenuButton {
    width: 100%;
    background: rgba(51, 160, 255, 0.1);
    display: block;
    color: #021A60;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    padding: 3px;
    height: 100%;
    min-height: 30px;
}


.mobile-tabs .nav.nav-tabs > li.active > a,
.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover {
    background: transparent !important;
    color: #FC5423 !important;
}

.mobile-tabs .nav.nav-tabs > li.active {
    border: 1px solid #FC5423;

}

.mobile-tabs .nav.nav-tabs > li > a {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.mobile-tabs .nav-tabs > li > a {
    border: none;
}

.mobile-tabs .nav-item {
    width: 50%;
    border: 1px solid #CDCDCD;
}

.mobile-tabs .nav-item:first-child {
    border-right-color: transparent;
    width: 100%;
}

.mobile-tabs .nav-item:last-child {
    border-left-color: transparent;
    display: none;
}

.mobile-tabs {
    display: none;
}

.coupon-box .flex-right {
    display: flex;
    flex-direction: column;
    position: relative;
}

.top-ten-brandsgrade .coupon-visit-site-action-button {
    order: 1;
}

.top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper {
    order: 3;
}

.icon-col h4.icon-title {
    margin: 0;
    font-weight: 300;
    color: #021A60;
    font-size: 11px;
    line-height: 20px;
    text-transform: capitalize;
}

@media (max-width: 768px) {

    .top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper {
        line-height: 26px;
    }

    .coupon-list .coupon-box_header-subtitle {
        margin-bottom: 0;
    }

    .top-ten-brandsgrade .coupon-visit-site-action-button {
        order: 1;
    }

    .top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper {
        order: 2;
    }

    .coupon-box .flex-right {
        width: 100%;
    }

    .icon-col h4.icon-title {
        font-size: 13px;
    }

    .mobile-tabs .nav-tabs {
        margin-bottom: 10px;
        display: none;
    }

    .mobile-tabs {
        display: block;
        order: 0;
    }

    .top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper .vs-coupon-code {
        font-size: 16px;
    }

    .top-ten-brandsgrade .flex-right .vs-coupon-code-wrapper,
    .top-ten-brandsgrade .flex-right .vs-coupon-code-copied-wrapper,
    .top-ten-brandsgrade .coupon-visit-site-action-button {
        width: 275px;
        margin: 0 auto 15px;
    }



    .desktop-icons {
        display: none;
    }

    .coupon-list .coupon-box-description.mobile {
        display: block;
    }

    .coupon-list .coupon-box-description {
        display: none;
    }
}


.sticky-image img {
    max-height: 80px;
}

@media (max-width: 370px) {
    .hide-small {
        display: none;
    }

    .tax-coupon-category .verified-coupons-info p, .tax-coupon-store .verified-coupons-info p {
        font-size: 11px;
    }
}


.flex-left {
    align-self: center;
}

.image-title {
    text-align: center;
}

.left-col-block a {
    box-shadow: 0 6px 10px 0 rgba(226, 22, 23, .2);
    background-color: #e2223b;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    padding: 10px 14px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
}

.flex-image {
    padding-bottom: 5px;
}


.taxonomy-header p {
    margin-bottom: 15px;
}


@media (max-width: 767px) {

    .widget-title h4 {
        padding: 0;
        font-size: 22px;
        line-height: 24px;
    }


    .verified-coupons-info .hide-small {
        display: none;
    }

    .top-ten-brandsgrade .coupon-list .white-block-content .badge-types:after {
        right: -19.5px !important;
    }

    .tax-coupon-category .cat-slider-title {
        font-size: 18px;
    }

    .categories-carousel-list {
        padding: 0 0 10px 0;
    }
}

@media (min-width: 1024px) {
    .categories-carousel-list a > div {
        font-size: 14px;
    }

}

@media (max-width: 575px) {
    .slider-coupons .coupon-list {
        width: 60%;
    }

    .widget-title h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 374px) {
    .slider-coupons .coupon-list {
        width: 65%;
    }
}


a.current-category {
    border: 2px solid #011a60;
}

.category-png-images {
    max-height: 35px;
    height: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.slider-coupons-block .coupon-box_header-overall-rating-wrapper,
.slider-coupons-block .coupon-top-meta {
    display: none !important;
}

.slider-coupons-block .widget-title {
    justify-content: center;
    border: none;
    margin: 0;
    text-align: center;
}

@media (max-width: 640px) {
    .coupon-box_header-overall-rating-wrapper .ranking_statement {
        font-size: 14px;
    }

    .coupon-box.coupon-list .coupon-box_header-overall-rating {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .tax-coupon-category .verified-coupons-info p, .tax-coupon-store .verified-coupons-info p,
    .top-ten-brandsgrade .secret-tooltip {
        margin-bottom: 0;
    }
}

.category-banner-wrapper.laptop, .category-banner-wrapper.mobile {
    display: none;
}

@media (min-width: 601px) and  (max-width: 1440px) {
    .category-banner-wrapper.laptop {
        display: block;
    }
}

@media (max-width: 600px) {
    .category-banner-wrapper.mobile {
        display: block;
        background-position-x: 100%;
    }
}

@media (max-width: 1440px) {
    .category-banner-wrapper.desktop {
        display: none;
    }
}


.categories_slider_row {
    position: relative;
}

.show-btn {
    font-size: 24px;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;

}

.show-btn.down {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .minimized_row {
        padding-top: 10px;
    }
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.coupon-box_header-title_desc {
    font-size: 16px;
    line-height: 1.5;
}

.coupon-box-link {
    padding: 15px 10px;
    display: block;
}

.tab-content {
    padding-right: 0;
}

.coupon-list .full-description ul li {
    position: relative;
    color: #484848;
    font-size: 14px;
    letter-spacing: 0.4px;
}


.vs-coupon-code p {
    margin: 0;
}

.tax-brands-category #wide-nav {
    display: none;
}

.tax-brands-category .taxonomy-header .white-block-content .category-info ul li:before,
.tax-brands-category .coupon-box_footer ul li:before, .coupon-list .full-description ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/flatsome-child/img/tick.svg) no-repeat;
    position: absolute;
    background-size: 0.8vw;
    top: 0.9vw;
    left: -1.3vw;
}

.coupon-list .full-description ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/flatsome-child/img/tick.svg) no-repeat;
    position: absolute;
    left: -21px;
    top: 5px;
}

.tax-brands-category #top-bar {
    display: none;
}

/*-----ToolTip-----*/
/* Tooltip container */
.secret-tooltip {
    position: relative;
    margin-bottom: 10px;
    text-align: right;
}

.secret-tooltip_btn {
    color: rgb(44, 53, 191);
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0;
}

/* Tooltip text */
.secret-tooltip .secret-tooltip_text {
    visibility: hidden;
    width: 450px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 20px 10px 5px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 3;
    /*top: 125%;*/
    bottom: 30px;
    right: 0;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
}

.secret-tooltip .secret-tooltip_text p {
    margin-bottom: 0;
    font-size: 12px;
}

/* Tooltip arrow */
.secret-tooltip .secret-tooltip_text::after {
    content: "";
    position: absolute;
    /*bottom: 100%;*/
    top: 100%;
    right: 65px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
    transform: rotate(180deg);
}

.secret-tooltip_text-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s;
}

.secret-tooltip .secret-tooltip_text span {
    position: relative;
}

.secret-tooltip .secret-tooltip_text span:after {
    position: absolute;
    top: -15px;
    right: -10px;
    content: 'x';
    font-size: 18px;
    width: 20px;
    height: 20px;
    line-height: .8;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .secret-tooltip .secret-tooltip_text {
        width: 320px;
        top: 30px;
        bottom: auto;
    }

    .secret-tooltip .secret-tooltip_text::after {
        top: -9px;
        transform: rotate(0deg);
    }
}

.tpdlsbrandsgrade-coupon-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.tpdlsbrandsgrade-coupon-info p {
    margin: 0;
}

/*-----ToolTip-----*/


.tablet_image, .mobile_image {
    display: none;
}

@media (max-width: 768px) {
    .tablet_image {
        display: block;
    }

    .desktop_image {
        display: none;
    }
}

@media (max-width: 414px) {
    .mobile_image {
        display: block;
    }

    .tablet_image {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .tax-brands-category .taxonomy-header .white-block-content .category-info ul {
        padding-left: 4vw;
    }

    .taxonomy-header .category-banner-wrapper .category-banner h1 {
        margin-top: 0;
    }

    .category-info.store-info.category-banner li {
        margin-bottom: 5px;
    }

}

.verified-coupons-info p:before {
    background-image: url(https://cdn.cappsool.com/streaming/TV-CheckIcon.svg);
    content: "";
    display: inline-block;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: -1px;
}

.header .flex-row {
    padding-left: 0;
}

.header ul.mobile-nav {
    display: none;
}

.header-main {
    padding: 5px 0;
}

.verified-coupons-info, .category-info.store-info {
    font-size: 14px;
}

.header-wrapper .logo-center .logo {
    order: 1;
    margin: 0;
}

@media (min-width: 992px) {
    .header .header-wrapper {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .header .header-wrapper {
        width: 1170px;
    }
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1170px !important;
}

.absolute-footer {
    color: #bbb !important;
    background: #202020 !important;
}

.footer-nav a {
    color: #bbb !important;
}

.footer-wrapper, .footer-wrapper h6 {
    color: #bbb !important;
}

.coupon-action {
    margin-bottom: 0;
    font-size: 14px;
}
.vs-coupon-code-wrapper {
    cursor: pointer;
}
.vs-coupon-code-copied-wrapper {
    display: none;
    order: 4;
}
.vs-coupon-code-wrapper,
.vs-coupon-code-copied {
    padding: 10px;
    position: relative;
    text-align: center;
    background: rgba(26, 177, 183, 0.06);
    border: 1px dashed #1ab1b7;
}
.vs-coupon-code-wrapper .vs-coupon-code {
    padding: 0 10px 0 !important;
}

.vs-coupon-code-instructions {
    margin-top: 8px;
    text-align: center;
}
.vs-coupon-code-instructions a.affiliate-link {
    color: #1a73e8 !important;
}
.vs-coupon-code-instructions a.affiliate-link:hover {
    color: #67a1ff !important;
}

a.info-outlink {
    color: #484848 !important;
}
a.info-outlink:hover {
    color: #67a1ff !important;
}

.top-brands-container {
    padding: 10px 5px 0 !important;
}

.top-brands-item-container {
    align-items: center;
}

.top-brands-item-top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    min-width: 100%;
    position: absolute;
    padding: 10px 0;
    width: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.top-brands-item-top-line .counter-number {
    position: absolute;
    top: 10px;
    right: 12px;
    font-weight: 700;
    font-size: 16px;
    padding: 6px 18px;
    border-radius: 0;
    color: #fff;
    background: rgb(252, 167, 27);
}
.top-brands-item-top-line .top-brands-item-text {
    position: relative;
    top: 0;
    left: 12px;
    font-weight: 700;
    font-size: 16px;
    padding: 6px 5px;
    border-radius: 0;
    color: rgb(252, 167, 27);
}

.top-brands-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-brands-item-bottom {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-brands-item-link {
    margin-bottom: 0;
}
.top-brands-item-link a {
    min-width: 110px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
}
.top-brands-item-link:hover a {
    color: #fff !important;
}

@media (min-width: 768px) {
    .top-brands-item-image img {
        max-height: 115px !important;
    }
}

/* Footer */

footer {
    background: #202020 !important;
}

.tax-brands-category footer {
    padding-top: 0;
    padding-bottom: 0;
}

.tax-brands-category .footer-disclaimer {   
    opacity: 1;
    background-color: #202020;
}

.tax-brands-category .footer-disclaimer-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 15px;
}
.tax-brands-category .footer-disclaimer-title {
    margin-bottom: 0.5em;
    font-size: 14px;
    color: #bbb;
    font-weight: 700;
}
.tax-brands-category .footer-disclaimer-text {
    font-size: 13px;
}

.tax-brands-category .featured-brands {
    background: transparent !important;
}

@media ( max-width: 767px ) {
    .tax-brands-category .featured-brands  {
        margin: 10px 0 5px;
    }
}

@media ( min-width: 1920px ) {
    .taxonomy-header .category-banner-wrapper .category-banner {
        font-size: 30px;
        line-height: 1.5;
    }
    .taxonomy-header .category-banner-wrapper .category-banner h1 {
        line-height: 1.5;
    }
    .white-block-content ul {
        padding-left: 30px;
    }
    .tax-brands-category .taxonomy-header .white-block-content .category-info ul li:before {
        top: 12px;
        left: -33px;
    }
}

/* NEW BANNER */

section {
  overflow: hidden;
  clear: both;
}
section.header-banner-container {

}
section.header-banner-container .header-banner {
  width: 100%;
  position: relative;
  color: #020202;
  background: 0 0;
}
section.header-banner-container .header-banner .header-banner-pic {
    display: flex;
    height: 100%;
    align-items: flex-end;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    justify-content: flex-end;
    max-height: 320px;
}
section.header-banner-container .header-banner .header-banner-pic img {
  max-width: none;
  display: block;
  width: 150%;
  height: auto;
}
section.header-banner-container .header-banner .header-banner-caption {
  justify-content: flex-start;
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 5;
  top: 0;
  left: 0;
  flex-direction: column;
}
section.header-banner-container .header-banner .header-banner-caption {
    padding: 15px 0;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}
section.header-banner-container .header-banner .header-banner-caption h1 {
    color: #FFFFFF;
    font-size: 23px;
    margin-bottom: 15px;
}
section.header-banner-container .header-banner .header-banner-caption h1 > p {
    margin: 0;
}
section.header-banner-container .header-banner .header-banner-caption p {

}
section.header-banner-container .header-banner .header-banner-caption ul {
    list-style: none;
    margin-top: 15px;
    margin-left: 25px;
    line-height: 2em;
}
section.header-banner-container .header-banner .header-banner-caption ul li {
    margin: 0;
    position: relative;
}

section.header-banner-container .header-banner .header-banner-caption ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/wp-content/themes/flatsome-child/img/tick.svg) no-repeat;
    position: absolute;
    background-size: cover;
    top: 5px;
    left: -23px;
}

@media (min-width: 501px) {
    section.header-banner-container .header-banner .header-banner-pic {
        max-height: 275px;
    }
    section.header-banner-container .header-banner .header-banner-caption h1 {
        font-size: 30px;
    }
}

@media (min-width: 769px) {

    section.header-banner-container .header-banner .header-banner-pic {
        max-height: 300px;
    }
    section.header-banner-container .header-banner .header-banner-pic img {
        width: 120%;
    }
    section.header-banner-container .header-banner .header-banner-caption {
        font-size: 1.3vw;
        line-height: 2.5vw;
    }
    section.header-banner-container .header-banner .header-banner-caption p {
        max-width: 70%;
    }
}

@media (min-width: 991px) {
    section.header-banner-container .header-banner .header-banner-pic img {
        width: 100%;
    }
}

@media (min-width: 1025px) {
  section.header-banner-container .header-banner .header-banner-caption ul li:before {
    top: 9px;
  }
  
}

@media (min-width: 1360px) {
    section.header-banner-container .header-banner .header-banner-pic {
        max-height: 470px;
    }
    section.header-banner-container .header-banner .header-banner-caption {
        font-size: 1.2vw;
        line-height: 2.2vw;
    }
    section.header-banner-container .header-banner .header-banner-caption h1 {
        font-size: 40px;
    }
}

@media (min-width: 1600px) {
  section.header-banner-container .header-banner .header-banner-caption ul {
    margin-left: 27px;
  }
  section.header-banner-container .header-banner .header-banner-caption ul li:before {
    top: 13px;
    left: -27px;
  }
 }

@media (max-width: 575px) {
 .top-ten-brandsgrade h2.slider-title {
    font-size: 20px;
 }
}

.scrtscpns-coupon-box-header .new-heading-brand {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1.5;
    /*font-family: "Oswald";*/
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}

.sticky-banner_text .sticky-banner_heading_upper, .sticky-banner_text .sticky-banner_heading_down {
    font-size: 24px;
    margin: 0;
    text-transform: none;
    line-height: 1.5;
    font-weight: 700;
    color: #212529;
}



@media (max-width: 425px) {
    #cmplz-cookiebanner-container .cmplz-cookiebanner {
        grid-gap: 4px;
    }

    #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header {
        display: flex;
        justify-content: space-between;
    }

    #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title {
        width: 100%;
        text-align: center;
        font-weight: 700;
        display: block;
    }

    #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
        display: flex;
        flex-direction: row;
    }

}
.sticky-banner_text .sticky-banner_heading_upper, .sticky-banner_text .sticky-banner_heading_down {
    font-size: 24px;
    margin: 0;
    text-transform: none;
    line-height: 1.5;
    font-weight: 700;
    color: #212529;
}

.sticky-banner_text .sticky-banner_heading_down {
    font-size: 18px;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
    text-transform: none;
}
.section-categories-slider #category-slider-title {
    color: #000000;
}

.slider-title.category-slider-title {
    font-size: 1.5em;
    padding: 0;
    text-align: center;
    /*color: #FBFAF3;*/
    margin-bottom: 15px;
}

.slider-title.category-slider-title a {
    color: #000000;
    font-weight: 600;
}

@media (max-width: 767px) {

    .sticky-banner_text .sticky-banner_heading_upper {
        font-size: 16px;
    }
    .sticky-banner_text .sticky-banner_heading_down{
        font-size: 14px;
    }
    .sticky-banner_text h3, .sticky-banner_text h4 {
        line-height: 1.25;
    }
    .section-categories-slider .slider-title {
        font-size: 20px;
        padding: 0;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .section-categories-slider .slider-title {
        font-size: 1.875rem;
        line-height: 1.1333333333;
    }
}


@media (max-width: 500px) {
    #cmplz-cookiebanner-container .cmplz-cookiebanner {
        left:0
    }
}


#brands-category-slider .carousel-cell .card-title{
    margin: 0 !important;
    padding: 15px;
    line-height: 1rem;
    /*height: 26px;*/
    overflow: hidden;
    font-size: 1rem;
    color: #383838;
    font-weight: 700;
}

@media (max-width: 768px){
    .header-banner h1{
        margin-bottom: 0px;
    }
    .tab-content .tab-pane.fade{
        opacity:1;
    }
    .scrtscpns-coupon-box-header .new-heading-brand{
        text-align:center;
    }
}

#wrapper #footer{
    margin-bottom: 0px;
}
.coupon-visit-site-action-button:hover { text-decoration: none;
}

.row.row-full-width{
    max-width:100%!important;
}
.row.row-full-width .col-inner{
    display:flex;
    justify-content:center;
}

.row.row-full-width .col-inner .section-content{
    display:flex;
    justify-content:center;
}
.row{
    margin-left:auto;
    margin-right:auto;
}


.top-brands-banner{
    bottom: 0!important;
}

.featured-brands{
    margin-top: 0!important;
}

/* 111HEADER BANNER */
.new-header-banner-section{
    /*padding: 30px 0;*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 45px;
}

.new-header-banner-section__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.new-header-banner-section__title h1 p{
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    color: #FFFFFF;
    /*text-transform: uppercase;*/
}
.new-header-banner-section__sub-title p{
    font-size: 1.2vw;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    margin-bottom: 0.5em;
}
.new-header-banner-section__icon-box{
    display: flex;
    /*width: 25%;*/
    /*max-width: 250px;*/
    /*height: 30px;*/
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.new-header-banner-section__text{
    /*height: 50px;*/
    vertical-align: middle;
    /*display: table-cell;*/
    font-family: 'Poppins', sans-serif ;
    /*font-size: 14px;*/
    font-weight: 500;
    line-height: 23.8px;
    color: white;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    font-size: 1.2vw;
    /*width: 190px;*/
    width: 100%;
}
.new-header-banner-section__icon{
    background-size: 15px 15px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    /*display: table-cell;*/
}
.icon-col1 {
    background-image: url(../img/tick.svg);
}

.icon-col2 {
    background-image: url(../img/tick.svg);
}

.icon-col3 {
    background-image: url(../img/tick.svg);
}

.icon-col4 {
    background-image: url(../img/tick.svg);
}
.col-rating-heading-new{
    text-align: center;
}
.new-header-banner-section__icons-text{

    display: flex;
    flex-wrap: wrap;
}

/*@media (max-width: 500px) {*/
/*    */
/*}*/

@media (min-width: 576px) {
    .new-header-banner-section__container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .new-header-banner-section__container {
        max-width: 720px;
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 769px) {

    .new-header-banner-section__title h1 p{
        margin-bottom: 15px;
    }
    .new-header-banner-section{
        padding: 30px 0;
    }
    .new-header-banner-section__sub-title{
        max-width: 60%;
    }
    .new-header-banner-section__icons-text{
        display: flex;
        margin-top: 20px;
        /*margin-bottom: 40px;*/
    }

}
@media (min-width: 992px) {
    .new-header-banner-section__container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .new-header-banner-section__container {
        max-width: 1140px;
    }
    .new-header-banner-section__title h1 p{
        margin-bottom: 20px;
        font-size: 40px;
    }
    ew-header-banner-section__sub-title {
        margin-bottom: 1em;
    }
}
@media (min-width: 1900px){
    .new-header-banner-section__title h1 p{
        margin-bottom: 0.5em;
    }
    .new-header-banner-section__sub-title{
        margin-bottom: 1.5em;
    }
    .new-header-banner-section__icon-box{
        margin-bottom: 20px;
    }
    .new-header-banner-section__icon-box:last-child{
        margin-bottom: 0px;
    }
}
@media (max-width: 1200px) {
    .new-header-banner-section__sub-title p {
        font-size: 15px;
    }
    .new-header-banner-section__text{
        font-size: 14px;
    }
    .new-header-banner-section__title h1 p{
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .new-header-banner-section__text{
        /*width: 130px;*/
        display: flex;
        flex-wrap: wrap;
    }

    .new-header-banner-section__icon-box{
        height: 100%;
        align-items: flex-start;
    }

}
@media (max-width: 768px) {

    .new-header-banner-section__icons-text{
        display: flex;
        padding-top: 10px;

    }
    /*.new-header-banner-section__text{*/
    /*    width: 200px;*/
    /*}*/
    .new-header-banner-section__sub-title p{
        font-size: 14px;
    }
    /*.new-header-banner-section__text{*/
    /*    max-width: 100%;*/
    /*    width: 135px;*/
    /*    font-size: 13px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/
    .new-header-banner-section__icon-box{
        display: flex;
        align-items: flex-start;
    }
    .new-header-banner-section{
        padding: 30px 0 ;
    }


}
@media (max-width: 767px) {
    .new-header-banner-section__icon-box{
        margin-bottom: 5px;
        /*height: 35px;*/
        align-items: center;
    }

    .new-header-banner-section__icons-text{
        display: block;
    }
    /*.new-header-banner-section__text {*/
    /*    width: 200px;*/
    /*}*/
}
@media (max-width: 500px) {
    .new-header-banner-section{
        padding-bottom: 10px;
    }
    .new-header-banner-section__icon-box {
        align-items: center;

    }

    .new-header-banner-section__icons-text{
        display: block;
        padding-top: 10px;
        width: 100%;
    }
    /*.new-header-banner-section__text{*/
    /*    width: 250px;*/
    /*}*/
    .new-header-banner-section__title h1 p{
        font-size: 23px;
    }
}
