.coupon-code {
    border-radius: 3px;
    width: auto;
    display: flex;
    padding: 5px 10px 5px 10px;
    border: 1px solid #3c7d99;
    color: #3c7d99;
    position: relative;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    margin-top: 10px;
}

    .coupon-code i {
        cursor: pointer;
    }

.pr-text {
    display: inline-block;
    width: calc(100% - 75px);
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #c9c9c9;
    padding: 0 15px;
    margin-bottom: 0px;
}

.promocode-update {
    margin-top: 10px;
}

.apply-promo-btn {
    cursor: pointer;
    background: #F3DF88;
    color: #6F7081;
    font-size: 12px;
    height: 35px;
    word-spacing: 3px;
    border-radius: 0;
    float: right;
    width: 75px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 15px;
    border: none;
}

span.coupon-msg {
    margin-top: 3px;
    display: block;
    color: red;
}
