/*coupon css*/
.row-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col--9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col--3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col--9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col--8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col--4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.coupon--box {
    width: 1170px;
    padding: 20px;
}

.coupon--box {
    width: 1170px;
    padding: 20px;
}

.col--6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col--12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.gray-color {
    color: #7e7e7e;
}

.blue-color {
    color: #1c63ae;
}

.coup-ttl {
    font-size: 25px;
    margin-top: 0;
    font-weight: 400;
}

.coupon-card {
    background: #fff;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3686274509803922);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3686274509803922);
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3686274509803922);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 122px;
}

.brand-id, .coupons-details {
    padding: 10px;
}

.category-icons {
    background-image: url(../images/category-icons.jpg);
    display: inline-block;
    vertical-align: middle;
}

.close-icon {
    background-image: url(../images/close-icon.png);
    display: inline-block;
    vertical-align: middle;
    background-position: 0 0;
    width: 28px;
    height: 23px;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.cinema-icon {
    width: 31px;
    height: 32px;
    background-position: -53px -2px;
}

.shopping-icon {
    width: 31px;
    height: 32px;
    background-position: -153px -2px;
}

.fast-food-icon {
    width: 38px;
    height: 32px;
    background-position: -99px -2px;
}

.brand-disc-dtls h2 {
    margin: 0;
    font-size: 16px;
}

.brand-disc-dtls p {
    font-size: 11px;
    margin: 0;
    font-weight: 500;
}

.coupon-head {
    display: flex;
}

.brand-id {
    width: 20%;
    border-right: 2px dotted #d4d4d4;
}

.coupons-details {
    width: 80%;
    color: #7e7e7e;
    position: relative;
}

.coupn-category {
}

.coupn-category {
    margin-left: auto;
    text-align: left;
}

.c-items p {
    font-size: 10px;
    font-weight: 400;
}

.c-items p {
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}

.c-items h2 {
    font-size: 12px;
    margin: 0;
    color: #105baa;
}

.coupon-details-items {
    display: flex;
    align-items: center;
}

.add-coupon {
    font-size: 12px;
    cursor: pointer;
}

.coupon-bottom {
    margin-top: 10px;
}
/*.c-items {
    width: 33.3333%;
    
}*/
.c-date {
    border-right: solid 1px #827e7e;
    border-left: solid 1px #827e7e;
    padding: 0 10px;
    margin: 0 10px;
    width: 40%;
}

.c-cost {
    width: 25%;
}

.c-add {
    width: 35%;
}

.add-items {
    background: #49b3aa;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    border-radius: 100%;
}

.brand-img {
    width: 64px;
    height: 64px;
    object-position: center;
    object-fit: cover;
    border-radius: 100%;
    border: solid 1px #ddd;
}

.card-pd {
    padding-right: 10px;
}

.coupon-added {
    position: relative;
}

    .coupon-added .price-bx {
        position: absolute;
        bottom: 10px;
        right: 0;
    }

.coupon-added {
    border-bottom: solid 1px #7e7e7e;
    padding-bottom: 20px;
}

.coupon--items h2, .coupon--items p {
    margin: 0;
}

.coupon--items h2 {
    font-size: 18px;
}

.coupon--items p {
    font-size: 12px;
}

.coupon--items {
    width: 70%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cop-prize {
    margin-left: auto;
    width: 25%;
    text-align: right;
    font-size: 20px;
    font-weight: 400;
}

.coupon-lists {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: solid 1px gray;
    padding-bottom: 15px;
}

    .coupon-lists:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.coupon-added-items {
    margin-top: 20px;
}

.add-details {
    border-left: solid 1px #7e7e7e;
    padding-left: 10px;
}

.cart-icon {
    background-image: url(../images/cart-icon.png);
    display: inline-block;
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.new-icon {
    background-image: url(../images/new-icon.png);
    display: inline-block;
    width: 45px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    margin-right: 10px;
}


.c-count {
    position: absolute;
    top: -8px;
    right: -3px;
    background: red;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 17px;
}

.procees-btn {
    display: none;
}

.submit-btn.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    transition: 0.3s all;
}

.flex-unset {
    display: block;
}

.skip {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.submit-btn[disabled] {
    background-color: #d8d8d8;
    color: #adadad;
    text-shadow: none;
    transition: 0.3s all;
    cursor: not-allowed;
}

.offer-txt {
    margin-left: 7px;
    color: gray;
    text-decoration: line-through red;
    font-size: 11px;
}

.mob-hide {
    display: block;
}

.pd-r-10 {
    padding-right: 10px;
}

.skip-pr-box {
    display: none;
}

ul.coupon-itmes {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    margin: 0;
}

.coupon-itmes li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin-right: 50px;
    text-align: center;
}

.sl-items {
    cursor: pointer;
}

.sprite-icon {
    background-image: url(../images/spriticons-2.png);
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.my-discount-icon {
    width: 40px;
    height: 27px;
    background-position: -17px -15px;
}

.my-food-icon {
    width: 46px;
    height: 36px;
    background-position: -96px -5px;
}

.my-shopping-icon {
    width: 35px;
    height: 31px;
    background-position: -182px -11px;
}

.my-entertainment-icon {
    width: 35px;
    height: 35px;
    background-position: -271px -6px;
}

.other-icon {
    width: 29px;
    height: 29px;
    background-position: -357px -10px;
}





.search-icon {
    width: 23px;
    height: 21px;
    background-position: -19px -54px;
}

.search-inpt {
    width: 85%;
    background: #ddd;
    border: none;
    outline: none;
    padding: 8px 10px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
}

.search-btn {
    width: 14%;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: red;
    outline: none;
    border: none;
    margin-left: auto;
    cursor: pointer;
    padding: 8px 0;
    transition: 0.5s all;
}

    .search-btn:hover {
        background: #d41616;
        transition: 0.5s all;
    }

.search-box.coupon {
    border-radius: 30px;
    background: #ddd;
    padding: 5px 7px;
    width: 95%;
    margin: 0 auto;
    margin-top: -35px;
}

.view-all {
    margin-left: auto;
}

.trending-coupons .coupon--box {
    margin: 0 auto;
    padding: 0;
}

.mr-top-50 {
    margin-top: 90px;
}

.trending-coupons {
    margin-top: 40px;
}

.cssbrand {
    background-position: center top;
    width: 100%;
    height: 190px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-repeat: no-repeat;
    position: relative;
    white-space: normal;
    z-index: 2;
    background-size: cover;
}

.css-bxx {
    white-space: nowrap;
    overflow: auto;
    margin: 0 -10px;
    padding: 20px 0;
}

.view-all a {
    background: #005bad;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 13px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
}

.coupn-ttl {
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    padding: 7px 20px;
    border-radius: 25px;
}

.cssCoupbx {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 9px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 1px 9px 2px rgb(0 0 0 / 10%);
}

    .cssCoupbx .coupon-bottom {
        padding: 15px;
        margin-top: 0;
        border-top: dotted 2px #a5a5a5;
    }

.scrtch-btn {
    background-color: #438325;
    outline: none;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    padding: 5px 0;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.5s all;
}

    .scrtch-btn:hover {
        background-color: #356f1a;
        transition: 0.5s all;
    }

.pd10 {
    padding: 0 10px;
}

.mr-10-minus {
    margin-right: -10px;
    margin-left: -10px;
}

.css-bxx .row-box {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

.brtpCSS {
    display: flex;
    padding: 10px;
}

.cssBrand {
    margin-left: auto;
}

.brName {
    vertical-align: middle;
    width: 140px;
    display: inline-block;
    text-align: right;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 7px rgb(0 0 0 / 73%);
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    padding: 7px;
    text-overflow: ellipsis;
}

.brnImg {
    vertical-align: middle;
    width: 55px;
    border: solid 2px #fff;
    border-radius: 100%;
    height: 55px;
    padding: 5px;
    background: #fff;
}

.csstpdv {
    text-align: center;
}

    .csstpdv h4 {
        font-size: 10px;
        color: #fff;
        margin: 0;
    }

    .csstpdv .category-icons {
        border-radius: 100%;
        width: 32px;
        height: 32px;
    }

.cpdesc {
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 7px rgb(0 0 0 / 73%);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 280px;
    display: flex;
    align-items: center;
    height: 60px;
}

    .cpdesc span {
        margin: auto;
    }

    .cpdesc span {
        margin: auto;
        white-space: normal;
    }

.csstag {
    position: absolute;
    bottom: 20px;
    background: red;
    color: #fff;
    padding: 0 6px;
    font-size: 12px;
}

.cssterms {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 12px;
    color: #fff;
}

.couCrausel {
    position: relative;
}

.cssbrand:after {
    content: "";
    background: rgb(0 0 0 / 51%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: -1;
}

.css-bxx::-webkit-scrollbar {
    display: none
}

.css-bxx {
    scrollbar-width: none
}

.css-bxx {
    -ms-overflow-style: none
}

.controls .arrow {
    z-index: 2;
    font-family: monospace;
}

.mrb-10 {
    margin-bottom: 10px;
}

.discCss {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
}

.mrinhrt {
    margin-right: auto;
    margin-left: inherit;
}

.dtls-cp p, .dtls-cp h2, .dtls-cp .offer-txt, .snglsW p, .snglsW h2 {
    font-size: 18px;
}

.cssqrCd {
    margin-left: auto;
}

.coupontxt {
    background: #00b242;
    color: #fff;
    padding: 15px;
    font-size: 25px;
    font-weight: 600;
    width: 300px;
    text-align: center;
    border-radius: 10px;
    text-wrap:normal !important;
}

.cpcdss p {
    margin: 0;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 500;
}

.mrt-20 {
    margin-top: 60px;
}

.cpcdss {
    margin-left: 30px;
}

.shrebt {
    margin-left: auto;
}

.trmsTXT {
    margin: 68px 0;
}

.snglsW {
    border: none;
    padding: 0;
    margin: 0;
}

.cpnpd {
    padding: 30px !important;
}

.trmsTXT li {
    font-size: 14px;
    color: #252525;
}

/*my coupon style*/
.coupon-search {
    background-color: #004f99;
    padding: 20px 20px 50px 30px;
    border-radius: 10px;
}

@media (max-width: 1169px) {
    .coupon--box {
        width: 991px;
    }

    .coup-ttl {
        font-size: 20px;
    }
}

@media (max-width: 990px) {
    .skip-pr-box {
        display: block;
    }

    .mob-hide {
        display: none;
    }

    .coupon--box {
        width: 768px;
    }

    .col--9, .col--3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .add-details {
        display: flex;
    }

    .coupon-added {
        width: 50%;
        border-bottom: none;
        padding-bottom: 0;
    }

    .coupon-added-items {
        width: 50%;
    }

    .coupon-added .price-bx {
        position: relative;
        bottom: 0;
    }

    .add-details {
        border-left: none;
        padding-left: 0;
    }

    .subs-list-order .epapperType {
        margin: 0 auto;
    }

    .tag-name {
        width: 100%;
    }

    .cart-label {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: auto;
        background: #115caa;
        left: 0;
        padding: 10px;
        display: flex;
        align-items: center;
        z-index: 10;
        transition: 0.5s all;
    }

        .cart-label.active {
            bottom: 0;
            transition: 0.5s all;
        }

    .procees-btn {
        margin-left: auto;
        background: #fff;
        border: none;
        padding: 5px 10px;
        border-radius: 3px;
        color: #115caa;
        font-weight: 700;
        display: block;
        font-size: 14px;
        text-decoration: none;
    }

    .cart-icon {
        background-size: 33px;
        width: 34px;
        height: 33px;
    }

    .skip-pr-box a {
        display: inline-block;
    }

    .skip-pr-box {
        margin-left: auto;
    }

        .skip-pr-box .skip {
            color: #fff;
            margin-right: 10px;
            text-decoration: none;
        }
}

@media (max-width: 767px) {

    .coupon--box {
        width: 95%;
    }

    .col--6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-pd {
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .add-details {
        display: block;
    }

    .coupon-added, .coupon-added-items {
        width: 100%;
    }

        .coupon-added .price-bx {
            position: absolute;
            bottom: 10px;
            right: 0;
        }
}

@media (max-width: 457px) {
    .brand-img {
        width: 38px;
        height: 38px;
    }

    .brand-id {
        width: 15%;
    }

    .coupons-details {
        width: 85%;
    }

    .add-details {
        background: #fff;
        padding: 20px;
        border-radius: 20px;
    }

    .coupon--box {
        width: 100%;
        padding: 10px 5px;
        background: transparent;
        box-shadow: none;
        -moz-box-shadow: none;
    }

    .c-date {
        padding: 0 5px;
        margin: 0 5px;
    }

    .c-items h2 {
        font-size: 10px;
    }

    .brand-img {
        width: 34px;
        height: 34px;
    }

    .add-coupon {
        font-size: 10px;
    }

    .coup-ttl {
        color: #000;
        font-weight: bold;
    }
}

.information {
    background-image: url(../images/info-icon.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 0;
    position: absolute;
    top: 4px;
    right: 15px;
    cursor: pointer;
    z-index: 9;
}

    .information:hover .tooltipTXT {
        display: block;
    }

.main--box--div {
    overflow: inherit !important;
}

.card-pd {
    position: relative;
}

.tooltipTXT {
    position: fixed;
    font-size: 12px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.19);
    padding: 10px;
    z-index: 99;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}


.modal-regist {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: auto;
    display: none;
}

.modal-ovelay {
    background: rgba(0, 0, 0, 0.30196078431372547);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.md-container {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    overflow: auto;
    padding: 20px 0;
}

.md-body {
    margin: auto;
    width: 660px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.23);
    padding: 30px 50px;
    position: relative;
    z-index: 3;
}

.close-div {
    position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    font-weight: 700;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.2s all;
    font-size: 15px;
    line-height: 15px;
}

.offerDetails div {
    font-size: 12px;
}

.skip-pr {
    display: none;
}

.br-line {
    margin-bottom: 15px;
    border-bottom: solid 1px gray;
    padding-bottom: 15px;
}

.mr-0 {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .md-body {
        width: 95%;
    }

    .skip-pr {
        display: inline-block;
        width: 100%;
        margin: 10px 0;
        background: #115caa;
        padding: 10px;
        text-align: right;
    }

        .skip-pr .submit-btn {
            display: inline-block;
            text-shadow: none;
            margin-left: 10px;
            vertical-align: middle;
            background: #fff;
            border: none;
            padding: 5px 10px;
            border-radius: 3px;
            color: #115caa;
            font-weight: 700;
            font-size: 14px;
            text-decoration: none;
        }

        .skip-pr .skip {
            display: inline-block;
            color: #fff;
            vertical-align: middle;
            margin-top: 0;
            text-decoration: none;
        }

    .search-btn {
        width: 120px;
        font-size: 17px;
        padding: 4px 0;
    }

    .search-inpt {
        padding: 3px 5px;
    }

    .coupon-itmes li {
        margin-right: 10px;
        font-size: 10px;
        font-weight: 600;
    }

    .coupon-search {
        padding: 10px 10px 40px 20px;
    }

    .my-discount-icon {
        width: 30px;
        height: 19px;
        background-position: -13px -12px;
    }

    .sprite-icon {
        background-size: 300px;
    }

    .my-food-icon {
        width: 36px;
        height: 28px;
        background-position: -71px -3px;
    }

    .my-shopping-icon {
        width: 24px;
        height: 23px;
        background-position: -139px -9px;
    }

    .my-entertainment-icon {
        width: 27px;
        height: 27px;
        background-position: -203px -4px;
    }

    .other-icon {
        width: 23px;
        height: 23px;
        background-position: -267px -7px;
    }

    .search-icon {
        width: 18px;
        height: 18px;
        background-position: -15px -43px;
    }

    .css-bxx {
        margin: 0;
    }

    .mr-top-50 {
        margin-top: 60px;
    }

    .trending-coupons {
        margin-top: 10px;
    }

    .coupn-ttl {
        margin-left: 10px;
    }

    .view-all {
        margin-right: 10px;
    }

    .coupn-ttl {
        font-size: 14px;
        padding: 5px 14px;
    }

    .mx-row-box {
        white-space: nowrap;
        flex-wrap: inherit;
        overflow: auto;
    }
}

@media (max-width:991px) {
    .cop-dtls {
        display: block;
    }

        .cop-dtls .coupon-added-items {
            display: block;
            width: 100%;
        }

        .cop-dtls .coupon-lists {
            width: 100%;
        }
    .col--4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col--8, .mx-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mx-col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }

    .mx-row-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .mrt-20 {
        margin-top: 30px;
    }

    .trmsTXT {
        margin: 25px 0;
    }
}

@media (max-width: 1169px) {
    .controls .left-ico {
        left: 0;
    }

    .controls .right-ico {
        right: 0;
    }

    .css-bxx.mxwflf {
        margin: 0;
    }

        .css-bxx.mxwflf .row-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
}

@media (max-width: 630px) {
    .col--4, .mx-col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cpnpd {
        padding: 15px !important;
    }
}

@media (max-width: 410px) {
    .cpnpd .coupon-details-items {
        display: block;
    }

    .cpcdss {
        margin: 0;
    }

    .coupontxt {
        font-size: 20px;
    }
}