/* Start of Coupon Page CSS */

.heading {
    margin-bottom: 0;
}

.heading-separator {
    margin-top: 5px;
    margin-bottom: 20px;
    display: block;
}

.container-with-sidebar .location-search-btn.single-btn ul {
    display: block;
}


.coupons-separator .mc4wp-form-fields {
    display: flex;
    width: 100%;
}

.coupons-separator input[type="email"] {
    flex: 0 0 70%;
    border-radius: 4px 0px 0px 4px !important;
}

.coupons-separator input[type="email"], .coupons-separator input[type="submit"] {
    border-radius: 0;
    height: 45px;
    font-size: 12px;
}

.coupons-separator input[type="submit"] {
    flex: 0 0 30%;
    background-color: #000;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    padding: 0;
}

.coupons-separator .mc4wp-form-fields {
    max-width: 432px;
}

.m-auto .mc4wp-form-fields {
    margin: 0 auto;
}

.coupons-offer input[type="submit"] {
    background-color: #0070f5;
}

.store-coupon-box {
    border: 2px solid #DEDEDE;
    box-shadow: 0px 0px 15px 3px #DEDEDE;
    display: flex;
}

.store-coupon-box-oil {
    /* background-image: url(/wp-content/uploads/2024/03/Car-X-Services-Repair-Image.svg); */
    background-image: url(https://carx-media-dev.s3.amazonaws.com/media/2021/09/engine.jpeg);
    background-size: cover;
    width: 25%;
}

.interior-row-container {
    width: 100%;
    padding: 1em;
}

.store-coupon-interior-row {
    margin-bottom: 1em;
}

.store-coupon-valid {
    max-width: 200px;
    font-size: 10px;
    font-weight: 600;
}

.store-coupon-barcode-container {
    text-align: center;

}

#barcoder {
    padding: 0px;
    overflow: hidden;
    width: 149px;
}

.store-coupon-title {
    color: #FF0000 !important;
    font-weight: 600;
}

.store-coupon-description {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
}

.store-coupon-rules {
    font-size: 12px;
    line-height: 15px;
}

.store-coupon-expires {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}

/* End of Coupon Page CSS */


/* Start of Final Coupon Design */

.show-coupon-container {
    max-width: 100%;
    margin: 20px auto;
    border: 1px solid #000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-image: url(/wp-content/uploads/2024/07/coupon-bg-img-white.png);
    background-size: cover;
}

.show-coupon-container .header, .show-coupon-container .title, .show-coupon-container .discounts, .show-coupon-container .details, .show-coupon-container .footer-barcode {
    padding-left: 20px;
    padding-right: 20px;
}

.show-coupon-container .header img {
    max-width: 107px;
}

.show-coupon-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #FFE713;
    position: relative;
    overflow: hidden;
}

.show-coupon-container .header::after {
    content: '';
    width: 100%;
    max-width: 535px;
    height: 6px;
    background: black;
    position: absolute;
    top: 50px;
    left: 112px;
}
.show-coupon-container .header img {
    height: 50px;
}
.show-coupon-container .header .expires {
    color: #D0011B;
    font-weight: bold;
}
.show-coupon-container .title {
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
}
.show-coupon-container .discounts {
    margin: 10px 0 20px 0;
}
.show-coupon-container .title, .show-coupon-container .discounts h2, .show-coupon-container .details h2  {
    font-size: 20px;
}
.show-coupon-container .discounts h2 {
    margin: 5px 0;
    /*color: #D0011B;*/
}
.show-coupon-container .discounts span {
    color: #0D0C0F;
    margin: 5px 0;
}
.show-coupon-container .details {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.show-coupon-container .footer-barcode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.show-coupon-container .footer-barcode .barcode {
    text-align: center;
}
.show-coupon-container .footer-barcode .barcode img {
    width: 150px;
}
.show-coupon-container .footer-barcode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    gap: 20px;
}
.show-coupon-container .validity {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
    letter-spacing: -0.02em;
    color: #0070F5;
    margin-bottom: 2px;
}

.show-coupon-container .address {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    letter-spacing: -0.02em;
}

.show-coupon-container .header .expires span {
    color: #000;
}

.show-coupon-container .barcode-number {
    font-size: 13px;
}

.coupon-with-headings .main-heading {
   
    line-height: 42px !important;
}

/* End of Final Coupon Design */
