.aet-body {
    /*background-color: unset !important;*/
}

.navbar-brand img {
    margin-bottom: 7px !important;
}
.header_nav {
    position: relative;
    word-break: break-all;
    text-size-adjust: 100%;
    text-align: center;
    padding-top: 0px;
    line-height: 24px;
}


.aet-footer {
    margin-top: 0 !important;
}
.footer-subscribe {
    background-color: black;
    margin-bottom: unset;
    padding-bottom: 50px;
}
.container {
    width: 90%;
    max-width: unset !important;
    margin: unset;
    margin-right: auto;
    margin-left: auto;
    box-sizing: unset;
}

.aet-footer-container {
    background-color: black;
    width: 100%;
    height: 35px;
}


.aet-goods-deposit-question {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url('../../images/phone/question.png');
    background-size: cover;
    margin-left: 0.2rem;
}

.aet-goods-deposit {
    padding: 50px;
    padding-top: 0px;
}
.aet-goods-deposit h3 {
    text-align: center;
}
.category-close{
    padding-top: 50px;
    padding-left: 50px;
    text-align: left;
}
.goods-header-top-deposit {
    text-align: left;
    padding: 10px 5px;
    font-family: 'bahnschrift';
    color: #00ffe4;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
}
.goods-header-top-deposit label{
    color: #00ffe4 !important;
}
.goods-header-top-deposit label:hover {
    cursor: pointer;
}

.deposit-dialog {
    position: fixed;
    right: unset;
    right: 0;
    top: unset;
    bottom: 0;
    height: 90%;
    width: 30%;
    background-color: rgba(0,0,0,.9);
    text-align: center;
    padding: 0 15px;
    text-align: left;
}