.navbar-wrap ul li a {
    text-transform: unset;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
    font-size: 18px;
}

.modal-footer {
    justify-content: center;
}

.btn {
    text-transform: unset;
}

.checkout-shipping-methods {
    display: none;
}

.payment_description {
    display: none;
    font-size: 15px;
    color: #000;
    border: 1px solid #ccc;
    padding: 10px;
}

.contact-footer {
    position: fixed;
    bottom: 100px;
    right: -5px;
    z-index: 999;
    width: 75px;
}

.contact-footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
    background-color: #fff0;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 65px;
    display: none;
    width: 75px;
}

.contact-footer ul li {
    margin-top: 10px;
    margin-bottom: 4px;
    width: 55px;
    height: 55px;
}