.promocode_input_wrapper {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    border-radius: 20px;
    width: 200px;
    height: auto;
}

.promocode_input_wrapper input {
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background-color: #FFF;
    font-size: 14px;
    outline: 0;
    padding: 15px;
}

.promocode_input_wrapper input[readonly] {
    background: lightgray;
}

.promocode_use_btn {
    display: inline-block;
    margin-left: 10px;
    width: 120px;
    border-radius: 20px;
    height: auto;
    position: relative;
}

.promocode_use_btn div {
    text-align: center;
}

@media (max-width: 575.98px){
    .promocode_section {
        padding-right: 1rem;
        padding-left: 1rem;
        text-align: center;
    }

    .col-border {
        padding-bottom: 7.5rem;
    }
}

.promo_price_in_table {
    min-width: 130px;
    margin-top: 10px;
}

.promo_price_in_table p {
    margin-bottom: 5px;
}

.promo_price_in_table div {
    max-width: 12rem;
    text-align: center;
    min-height: 5rem;
}

.promo_price_in_table div p {
    margin-bottom: 0;
}


.mobile_unsub_btn {
    position: relative;
    width: calc(100% - 2rem);
}

.mobile_subscribe_wrapper {
    max-height: unset;
    border: 1px solid white;
    border-radius: 10px;
    padding-bottom: 1rem;
}

/* 01/10/2022 */
/* Check promocode popup */
.promocode_check_pop {
    max-width: 100%;
    width: 35rem;
    padding: 0;
    max-height: 100%;
    height: auto;
}

@media (min-width: 575.98px) {
    .promocode_check_pop .modal-dialog {
        margin-right: 0;
    }
}

.promocode_check_pop .modal-content {
    padding: 20rem 4rem;
}

.promocode_check_pop .close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.promocode_check_pop .question_text {
    text-align: center;
    margin-bottom: 2rem;
}

.promocode_check_pop .question_text h2 {
    font-size: 2rem;
}

.promocode_check_pop .btn {
    width: 100%;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1.8rem;
    height: 4rem;
}

.promocode_check_pop .input_label_text {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.promocode_check_pop input {
    height: 4rem;
    border-radius: 0;
    font-size: 1.8rem;
}

.promocode_check_pop .form-order {
    margin-top: 20rem;
}

@media (max-height: 595.98px) {
    .promocode_check_pop .modal-content {
        padding: 10rem 4rem;
    }

    .promocode_check_pop .form-order {
        margin-top: 10rem;
    }
}

@media (max-width: 595.98px) {
    .promocode_check_pop .form-order {
        margin-top: 10rem;
    }
    .navbar__links .navbar__link {
        padding: 0 !important;
    }

    .navbar__links {
        text-align: center;
    }
}
