.cart__coupon-wrapper .coupon__input {
    margin-bottom: 0px;
}

.cart__coupon-wrapper .coupon__button {
    flex-shrink: 0;
    margin-left: 6px;
}

.cart__coupon-wrapper .coupon-error-message {
    margin: 8px 0 0 0;
}

.cart__coupon-wrapper .cart__coupon-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.cart__coupon-wrapper .cart__coupon-list .coupon__list-item {
    background-color: rgba(var(--color-text), 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 5px 8px;
    margin-right: 6px;
    margin-top: 8px;
}

.cart__coupon-wrapper .cart__coupon-list .coupon__list-item .icon-discount-tag {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
}

.cart__coupon-wrapper .cart__coupon-list .coupon__list-item .coupon__close {
    display: flex;
    cursor: pointer;
    margin-left: 20px;
}

.code_code .field__input {
    height: 37px;
}

.code_code .coupon__button {
    color: #929394;
    background-color: rgba(44, 44, 44, 0.03);
    border: 1px solid #cecece;
    font-weight: 500;
    /* height: 37px;
        margin-top: 10px; */
}

/* .code_code .coupon__button:hover{
    background-color: #dd8c32 !important;
        color: rgb(80 63 45) !important;
        border: 1px solid #dd8c32 !important;
} */
.code_code .coupon__button:not(.button--link)::before {
    opacity: 0;
}

.code_code .display-flex {
    margin-top: 15px !important;
}

.code_code .field__input:focus {
    border-color: #ffbd73;
    border: 2px solid #ffbd73;
}

.code_code .color_code_button {
    background-color: #dd8c32 !important;
    color: rgb(80 63 45) !important; 
    /* border: 1px solid #dd8c32 !important; */
}

.code_code .corder_border {
    border-color: #ffbd73;
    border: 2px solid #ffbd73;
}

.cart-item .cart__coupon-wrapper {
    width: 100%;
}
/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */