.carters-work {
    background: #FFF;
    padding: 18px 30px;
    border-radius: 5px;
    width: 100% !important;
    position: relative;
    border: 1px solid #e3e3e5;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    margin: 10px 0 !important;
    position: relative !important;
}
.carters-work .sale-upto {
    width: 20%;
    text-align: center;
    margin-right: 30px;
}
.carters-work .text-details {
    width: 60%;
}
.carters-work a.sale {
    color:#ffb300;
    font-size: 16px;
    font-weight: 800;
}
.carters-work h2.head-for-coup {
    font-size: 25px;
    font-weight: 600;
    width: 75%;
    margin: 10px 0;
}
.carters-work .view-btn {
    width: 20%;
}
.carters-work a.btn {
    padding: 8px 0px;
    background: #ffb300;
    color:#ffffff;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
}
.mod-first {
    text-align: center;
}
.mod-first .desc-pop {
    margin: 12px 0px;
}
.mod-first .cc-coupon-price {
    font-size: 20px;
    margin: 10px auto;
    font-weight: 900;
    width: fit-content;
    padding: 10px;
}
.mod-first .copytoclipboard{
    padding: 0px 10px;
    background: #ffb300;
    color:#3c2512;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
}
.mod-first .my-inp {
    display: inline-flex;
}
.mod-first .cc-coupon-price a {
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 900;
    fill: #ffb300;
    color: #ffb300;
    background-color: #ffffff;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #C4C4C4;
    border-radius: 0px;
    padding: 10px 33px 10px 33px;
    text-decoration: none;
}
.mod-first .pop-text {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}
.custom-pagination {
    display: inline-flex;
    margin: 30px 0px;
}
.custom-pagination a, .custom-pagination span {
    width: auto !important;
    margin: 0px 1px;
    padding: 5px 10px !important;
    height: auto !important;
    border-width: 1px !important;
    font-size: 12px !important;
    border-radius: 100px;
}
.custom-pagination span {
    border: 1px #000 solid !important;
}
.latest-coupon .coupon-box .heading6 {
    font-size: 14px;
}
@media screen and (max-width:768px) {
    .carters-work{
        display: block !important;
    }
    .carters-work div {
        width: 100% !important;
        text-align: center;
        margin: 0px !important;
    }
    .carters-work h2.head-for-coup {
        width: 100%;
    }
}