body {
    font-family: "Lato", sans-serif;
    background-color: #eeeeee;
}

.coupon_section {
    width: 85%;
    margin: 50px auto;
}

.coupon_box_copy {
    width: 100%;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    background: #e8eef540;
    border: 2px dashed #183354;
    border-radius: 3px;
    margin-bottom: 40px;
    cursor: default;
}

.coupon_box_copy button {
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #f4796c;
    border-radius: 10px;

    background-color: #f4796c;
    color: #fff;


    margin: 10px auto;
    width: 200px;
    max-width: 200px;
    height: 40px;

    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;

}

.coupon_box_copy button:hover {
    background-color: #e06455;
    border-color: #e06455;
}

.coupon_box_copy a {
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #f4796c;
    border-radius: 10px;

    background-color: #f4796c;
    color: #fff;


    margin: 10px auto;
    width: 200px;
    max-width: 200px;
    height: 40px;

    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;

    cursor: pointer;
}

.coupon_box_copy a:hover {
    background-color: #e06455;
    border-color: #e06455;
}

.coupon-button {
    position: relative;
    border-radius: 12px;
    background-color: rgba(240, 240, 240, 0.933);
    color: #183354;
    font-weight: bold;
    border: 1px solid #183354;
    padding: 6px;
    
    margin-top: 10px;
    cursor: pointer;

    width: 60%;


    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.coupon-button-deal {
    position: relative;
    border-radius: 8px;
    background-color: #f4796c;
    color: rgba(240, 240, 240, 0.933);
    font-weight: bold;
    border: 1px solid #f4796c;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
    width: 60%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.coupon-button-deal-store {
    position: relative;
    border-radius: 8px;
    background-color: #f4796c;
    color: rgba(240, 240, 240, 0.933);
    font-weight: bold;
    border: 1px solid #f4796c;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
    width: 120px;
    max-width: 195px;

    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.coupon-button-deal:hover {
    background-color: #e06455;
    border-color: #e06455;
}

.coupon-button-mb {
    border-radius: 12px;
    background-color: #f4796c;
    color: #fff;
    border: 1px dashed #ccc;
    padding: 6px 20px;
    margin-top: 10px;
    cursor: pointer;


    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/* .coupon-button:hover {
    color: #183354 !important;
    border: 2px #183354 dotted;
    background-color: transparent !important;
} */
.coupon-button-v2 {
    position: relative;
    border-radius: 12px;
    background-color: rgba(240, 240, 240, 0.933);
    color: #183354;
    font-weight: bold;
    border: 1px solid #183354;
    padding: 6px;
    margin-top: 10px;
    cursor: pointer;

    width: 60%;


    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.coupon-button::before {
    content: "Show Code";
    position: absolute;
    border-radius: 12px 0px 0px 12px;
    cursor: pointer;
    /* padding: 3px 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: bold;
    z-index: 100;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    color: #ffffff;
    text-shadow: 2px 2px 1px #c45548;

    text-align: center;
    background: repeating-linear-gradient(
        -45deg,
        #f4796c,
        #f4796c 2px,
        #e06455 4px,
        #f4796c 6px
    );

}
.coupon-button-v2::before {
    content: "Show Code";
    position: absolute;
    border-radius: 12px 0px 0px 12px;
    cursor: pointer;
    /* padding: 3px 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: bold;
    z-index: 100;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    color: #ffffff;
    text-shadow: 2px 2px 1px #c45548;

    text-align: center;
    background: repeating-linear-gradient(
        -45deg,
        #f4796c,
        #f4796c 2px,
        #e06455 4px,
        #f4796c 6px
    );

}

/* BTN */
.coupon-code-get-code {
    position: absolute;
    left: -2px;
    top: -2px;
    background: #f4796c;
    color: #FFFFFF;
    font-size: 12px;
    padding: 16px 0px 10px 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.5s ease;
}

.coupon-code-get-code:hover {
    padding-right: 5px;
    transition: all 0.5s ease;
}

.coupon-code-get-code::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-left: 44px solid #f4796c;
    position: absolute;
    right: -42px;
    top: 0;
}

.coupon-code-offer-btn {
    color: #444444;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0 / 6px 6px rgba(0, 0, 0, 0);
    text-align: right;
    padding: 10px 10px 0px 0px;
    overflow: hidden;
    font-size: 16px;
    border: 2px solid #DDDDDD;
    position: relative;
    min-height: 38px;
    width: 120px;
    overflow: hidden;

    line-height: 1;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    border-radius: 8px;
    margin-bottom: 2px;
    max-width: 195px;
    overflow: hidden;
}

/* hover:text-[#183354] hover:bg-transparent transition-all */
.close_btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;


    margin-left: auto;
    width: 140px;
    max-width: 200px;
    height: 40px;

    border: 1px solid #183354;
    border-radius: 4px;
    color: #183354;

    transition: .3s;
}

.close_btn:hover {
    color: #fff;
    background-color: #183354;
}

.coupon_box {
    height: max-content;
    width: 100%;
    border: 1px solid #183354;
    background-color: #fff;
    padding: 10px;
    cursor: default;

    border-radius: 4px;
}

.coupon_box_1 {
    /* width: 200px; */
    height: 160px;
    overflow: hidden;
}

.coupon_box_1 img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 467px) {
    .coupon_box_1 {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;

        width: 96px !important;
        overflow: hidden !important;
    }
    .coupon-code-get-code{
        width: 80% !important;
        font-size: 14px !important;
        text-align: center !important;
        padding: 14px 0px 10px 0px !important;
    }
    .coupon-button-deal{
        width: 100% !important;
    }
    .coupon-button{
        width: 95%;
    }
    .coupon-button::before {
        font-size: 17px;
    }
    .coupon_box {
        padding: 4px !important;
    }

    .coupon_section {
        width: 92% !important;
        margin: 50px auto !important;
    }

    .stores_section {
        width: 92% !important;
    }

    .categories_section {
        width: 92% !important;
    }
}

/* Store detail page - full width buttons on mobile */
@media screen and (max-width: 640px) {
    .coupon-code-offer-btn {
        width: 100% !important;
        max-width: 100% !important;
    }

    .coupon-button-deal-store {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    .coupon_box_1 {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 96px;
        overflow: hidden;
    }
}

@media screen and ((min-width: 1124px ) and (max-width: 1424px)) {
    .coupon-button::before {
        font-size: 16px;
    }
}
@media screen and ((max-width: 1124px) and (min-width: 467px) ){
    .coupon-button{
        width: 80%;
    }
    .coupon-button::before {
        font-size: 15px;
    }
}



/* Stores  */
/* .stores_show_box{
    border: 1px solid #183354;
    background-color: #fff;
    width: 100%;
} */
.stores_show_box {
    transition: 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.stores_show_box .stores_img img {
    width: 100%;
    max-height: 160px;
    height: 160px;
}

.stores_show_box:hover{
    transform: scale(1.1);
}

.stores_section {
    width: 85%;
    margin: 20px auto;
}


/* Categories */

.categories_section {
    width: 70%;
    margin: 20px auto;
}

/* footer  */
.footer {
    min-height: 400px;
    background: url("../frontend_assets/footer/footer-bg.png") #183354 no-repeat;
    background-position: center center;
    color: #fff;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
}