.coupon-item {
    max-width: 200px;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 8px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 12%);
}

.coupon-icon img {
    height: 30px;
    width: auto;
}

.coupon-icon img g .coupon-circle {
    fill: #eee;
}

.coupon-text {
    padding-left: 8px;
    overflow-x: hidden;
}

.coupon-text h6 {
    color: #5e5e5e;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0px;
}

.coupon-text h6 span {
    text-transform: uppercase;
}

.coupon-text p {
    color: #747474;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0px;
}

.coupon-text p span {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu-item.discount-yes span {
    background: var(--color-coupon);
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 3px 5px;
    border-radius: 0px 0px 7px 7px;
    border: 1px solid #e4e4e4;
    border-top: none;
    user-select: none;
}

.menu-item.discount-yes.active span {
    border: 1px solid var(--color-coupon);
    border-top: none;
}

.swiper-slide.discount-yes a {
    border-radius: 7px 7px 0px 0px;
    border-bottom: none;
}

.category-content h5 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 5px;
}

.coupon-item-small .coupon-icon img {
    height: 15px;
}

.coupon-item.coupon-item-small {
    padding: 4px 6px;
    border-radius: 4px;
    margin-bottom: 7px;
    z-index: 4;
    background: var(--color-coupon);
    box-shadow: none;
    user-select: none;
}

.coupon-item-small .coupon-text {
    padding-left: 0px;
}

.coupon-item-small .coupon-text h6 {
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.coupon-item.coupon-item-small.type-2 {
    background: #e5ffe6;
    border: 1px solid #c5ffc7;
}

.coupon-item-small.type-2 .coupon-text h6 {
    color: #4caf50;
    font-size: 9px;
    font-weight: 600;
}

.coupon {
    background: #f2fff3;
    padding: 13px 13px 0px 13px;
    border-radius: 0.25rem;
    margin-bottom: 20px;
}

.code-flex .coupon-code {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
    display: inline-block;
    padding: 5px 9px;
    background: rgb(255 255 255 / 76%);
    border: 0.12em dashed var(--color-coupon);
}

.coupon-bar-item {
    position: relative;
    padding: 0.7rem 1rem;
    margin-bottom: 1rem;
    width: 100%;
    background: var(--color-coupon);
    border: none;
    border-radius: 0.25rem;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    outline: none ! important;
}

.coupon-bar-item span i {
    font-size: 22px;
    line-height: 1;
}

.coupon-bar-item.active span i.feather-chevron-down,
.coupon-bar-item span i.feather-chevron-right {
    display: block;
}

.coupon-bar-item.active span i.feather-chevron-right,
.coupon-bar-item span i.feather-chevron-down {
    display: none;
}

.coupon-bar-item img {
    height: 22px;
    margin-right: 8px;
}

.coupon-container {
    display: none;
}

.coupon-container.show {
    display: block;
    padding-bottom: 15px;
}

.coupon-row {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 0px;
}

.coupon-container .coupon-row:last-child {
    border-bottom: none;
}

.coupon-checkbox {
    float: right;
}

.coupon-checkbox input {
    display: none;
}

.coupon-checkbox label {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: var(--primary);
}

.coupon-applied {
    color: #2d9b32;
}

.offer-status {
    width: fit-content;
    position: absolute;
    z-index: 9;
    margin-left: 0px;
    margin-top: -60px;
    box-shadow: 5px 0px 25px rgb(0 0 0 / 73%);
    border-radius: 8px;
}

.offer-status div {
    background: var(--color-coupon);
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 0px 7px 0px 0px;
}

.offer-status img {
    height: 15px;
}

.offer-status span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.offer-status p {
    background: #000;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 0px 0px 7px 0px;
}

.coupon-item,
.offer-status,
.menu-item,
.badge,
.logo,
.cover-img,
.item-img,
.count-number-input,
.product-image-2,
input::placeholder,
textarea::placeholder {
    user-select: none ! important;
}