.modal-newsletter-action.wait-action {
    cursor: not-allowed;
    box-shadow: none;
}
.modal-newsletter {
    position: fixed;
    z-index: 799;
    right: 20px;
    bottom: 20px;
}

.modal-body-content {
    background-color: #fefefe;
    padding: 15px;
    width: 400px; /* Could be more or less, depending on screen size */
}
.close {
    color: #aaa;
    float: right;
    font-size: 20px;
    margin-top: -5px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

button.modal-newsletter-action {
    width: 100%;
    margin-top: 20px;
    background: unset;
    border-color: #000000;
    font-size: 13px;
    padding: 10px 0px;
    font-weight: 600;
}

.newsletter-popup-step-one,.newsletter-popup-step-two {
    font-size: 12px;
}

.newsletter-form-section table label {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 18px;
    height: 18px;
    z-index: 0;
}

.newsletter-form-section table .active label {
    transform: translateY(-12px);
}

/*------------------------*/

.newsletter-form-section,.newsletter-collection {
    margin-top: 15px;
}

.newsletter-form-section table,.newsletter-form-section table td {
    border: 1px solid #08080833;
}

.newsletter-form-section table td {
    position: relative;
    padding: 0 15px;
    height: 60px;
    vertical-align: middle;
}

.newsletter-agree {
    margin-top: 40px;
}

.newsletter-agree a {
    text-decoration: underline;
}

div#modal-newsletter-popup input,div#modal-newsletter-popup select {
    border: unset;   
}

div#modal-newsletter-popup table input{
    bottom: -8px;
    height: 42px;
    position: relative;
    z-index: 1;
    box-shadow: none;
    padding: 0;
    background: none;
}

div#modal-newsletter-popup table select {
    height: 22px;
    padding: 0;
}

button.action-submit {
    color: #ffffff;
    background-color: #000000;
}

.newsletter-form-section input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    width: 0;
    margin: 0;
}

.newsletter-form-section input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    margin-right: 8px;
    outline: 1px solid #080808;
    vertical-align: middle;
}

.newsletter-form-section input[type="checkbox"]:checked + label::before{
    background: #080808;
}

.newsletter-collection label {
    margin-right: 10px;
}

.newsletter-collection > span {
    margin-right: 15px;
}

.mo-display{
    display: none;
}

.pc-display{
    display: inline-block;
}

#newsletter-telcode {
    -webkit-appearance: none;
    -moz-appearance: none;
}

#newsletter-telcode::-ms-expand {
    display: none;
}

#newsletter-telcode:focus {
    box-shadow: none;
}

@media only screen and (max-width: 480px) {
    div#modal-newsletter-popup {
        width: 100%;
        left: 0;
        display: flex;
        justify-content: center;
        bottom: 0;
        padding: 15px;
    }

    .pc-display{
        display: none;
    }

    .mo-display{
        display: inline-block;
    }
}
