.single-listing-coupon .container {
    max-width: 1272px;
}
.list-coupons {

}
.list-coupons .title-style-1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 23px;
    line-height: 31px;
    font-weight: bold;
    display: block;
    margin: 25px 0;
    color: #000000;
}
.list-coupons .block-content #show-coupons {
    background: #000000;
    border-radius: 5px;
    padding: 0;
    min-height: 140px;
    border: 1px solid #EAEAEB;
    width: 100%;
    color: #fff;
}
.list-coupons .block-content #show-coupons:hover {
    background: #6322F6;
}
.list-coupons .block-content ul li {
    min-height: 140px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.list-coupons .block-content ul li h3 {
    display: block;
    color: #fff;
    font-size: 43px;
    line-height: 50px;
    margin: 0;
    font-weight: 900;
}
.list-coupons .block-content ul li#show-coupons:hover p,
.list-coupons .block-content ul li#show-coupons p {
    font-size: 22px;
    line-height: 30px;
    display: block;
}
.list-coupons .block-content ul li p {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}
.list-coupons .block-content ul li .btn-add-favourite {
    display: none;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.list-coupons .block-content ul li .coupon-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .5s ease all;
    width: 100%;
    object-fit:cover;
    height: 140px;
}
.list-coupons .block-content ul li .info {
    position: relative;
    top: 0;
    z-index: 2;
    text-align: center;
}
.list-coupons .block-content ul li .favourite-offer{
    top: unset;
}
.list-coupons .block-content ul li:hover img {
    transform: scale(1.1);
}

.list-coupons .block-content ul li img.store-logo {
    max-height: 80px;
}
.list-coupons .block-content ul li img.store-logo-hover {
    max-height: 80px;
    display: none;
}
.list-coupons .block-content ul li:hover img.store-logo {
    transform: none;
    display: none;
}

.list-coupons .block-content ul li:hover img.store-logo-hover {
    transform: none;
    display: block;
}
.list-coupons .block-content ul li:hover h3,
.list-coupons .block-content ul li:hover p {
    display: none;
}
.list-coupons .block-content ul li:hover .btn-add-favourite {
    display: block;
    font-size: 115px;
}
.list-coupons .block-content ul li:hover .merchant-name  {
    display: none;
}
.merchant-name {
    font-size: 15px;
    font-weight: 700;
}
.list-coupons .block-content ul li .coupon-date{
    position: absolute;
    left: 0;
    top: 16px;
    padding: 2px 22px;
    color: #fff;
    background: #6322F6;
    font-weight: 700;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 99;
}
#offer-content .category-name{
    max-width: 1272px;
    margin: 0 auto;
}
.popup-coupons .listing-title {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #000000;
    margin: 0;
}

.popup-coupons .profile-tagline {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}

.popup-coupons .popup-coupon-list {
    margin: 30px 0;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}
.popup-coupons .popup-coupon-list::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
}

.popup-coupons .popup-coupon-list::-webkit-scrollbar {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.8;
    width: 6px;
    display: block;
}

.popup-coupons .popup-coupon-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
}
.popup-coupons .popup-coupon-list li.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px;
}

.popup-coupons .popup-coupon-list li.item h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    line-height: 27px;
    font-weight: 900;
    color: #000000;
    margin: 0;
}

.popup-coupons .popup-coupon-list li.item .submit-redeem {
    background: #6322F6;
    border: none;
    padding: 5px 10px;
    min-width: 250px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFFFFF;
    border-radius: 5px;
}
.popup-coupons .popup-coupon-list li.item .submit-redeem:disabled {
    background: #ccc;
}
#notification-redeem-popup {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #4CAF50;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#notification-redeem-popup p {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0;
}
#notification-redeem-popup.success {
    background-color: #4CAF50;
}
form.coupon-filter-form .form-group {
    position: relative;
    margin-bottom: 22px;
}
form.coupon-filter-form .form-group input {
    position: relative;
    z-index: 2;
    font-weight: 600;
}
form.coupon-filter-form .form-group label {
    position: absolute;
    top: -9px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s ease;
    z-index: 2;
    pointer-events: none;
}
form.coupon-filter-form .form-group input:placeholder-shown ~ label {
    top: 13px;
}
form.coupon-filter-form .form-group input:-webkit-autofill ~ label,
form.coupon-filter-form .form-group input:focus ~ label {
    top: -9px
}
#my-coupon-listing table {
    width: 100%;
}
#my-coupon-listing table thead th,
#my-coupon-listing table tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid #ccc;
}
#my-coupon-listing table tbody tr:last-child td {
    border: none;
}
#content-form-pin-coupon {
    margin-bottom: 16px;
    position: relative;
}
#content-form-pin-coupon .coupon-title {
    display: block;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    line-height: 54px;
    font-weight: 900;
    color: #000000;
    margin: 0;
}

#content-form-pin-coupon p.msg {
    display: block;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    color: #000000;
    margin: 0;
}
#content-form-pin-coupon .input-fields {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 15px 0;
}
#content-form-pin-coupon .input-fields input {
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    line-height: 50px;
    font-weight: 900;
    color: #000000;
}
#content-form-pin-coupon button.button-2 {
    width: 100%;
    max-width: 314px;
    margin: 0 auto;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 21px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
#content-form-pin-coupon button.button-2:disabled {
    opacity: 0.5;
    cursor: none;
}
#validate-pin {
    display: block;
    text-align: center;
    margin: 10px 0;
    color: red;
    font-weight: bold;
}
.success-toast,#success-toast-request-booking {
    width:200px;
    height:auto;
    position:fixed;
    left:50%;
    margin-left:-100px;
    top:50%;
    z-index: 9999;
    background-color: #35bc7a;
    color: #F0F0F0;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
}
.success-toast{
    min-width: 350px;
    margin-left: -175px;
}

#error-toast-request-booking {
    width: 200px;
    height: auto;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    z-index: 9999;
    background-color: red;
    color: #F0F0F0;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 10px -1px rgba(56, 56, 56, 1);
}
@media only screen and (max-width: 600px) {
    .popup-coupons .popup-coupon-list li.item {
        display: block;
    }
    .list-coupons .block-content ul li h3 {
        font-size: 21px;
        line-height: 24px;
    }
    .list-coupons .block-content ul li p {
        font-size: 16px;
        line-height: 20px;
    }
    .popup-coupons .popup-coupon-list {
        text-align: center;
    }
    .list-coupons .block-content ul li .coupon-date {
        top: 8px;
        padding: 2px 10px;
    }
}
@media only screen and (max-width: 768px) {
    .single-listing-coupon .cts-column-wrapper.cts-main-column {
        padding: 0 15px;
    }
    .row.my-listings-coupon {
        margin: 0;
    }
    .list-coupons .block-content ul li h3 {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 5px;
    }
    .list-coupons .block-content ul li p {
        font-size: 20px;
        line-height: 24px;
    }
}
