#login {
    width: 1620px !important;
}

.woocommerce-shipping-fields {
    padding-top: 17px !important;
}

#container1 {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    background-color: rgba(22, 22, 22, 0.5);
    z-index: 100000;
}

#container1:target {
    visibility: visible;
    display: block;
}

.reveal-modal1 {
    position: relative;
    margin: 0 auto;
    top: 25%;
    text-align: center;
    background: #ffffff;
    padding: 50px;
    width: 50%;
    color: #1d80b7;
    height: 235px;
}

.new-inbox-title {
    color: #1d80b7;
    margin-bottom: 17px;
}

.message-form-container-left {
    float: left;
    position: relative;
    left: 30%;
}

.message-form-container-right {
    float: right;
    position: relative;
    right: 30%;
}

.update-message-input {
    font-size: 22px !important;
    border-radius: 6px;
    padding: 5px;
    background: #1d80b7;
    color: #ffff;
}

.wpcf7-form-control.wpcf7-submit {
    color: #fff !important;
    background-color: #1d80b7 !important;
}

.fa-bell,
.fa-star-o,
.fa-star,
.fa-bell-o {
    color: #e71d72;
    cursor: pointer;
}

.product-title {
    font-weight: 300;
    font-size: 16px;
}

#user-icon {
    color: #2b70b9;
    font-size: 3rem;
}

.header_top {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

.site_logo {
    object-fit: contain;
    max-width: 200px !important;
}

.header_main {
    background: white;
}

.logged_in_user {
    display: flex;
    align-items: center;
}

.inbox {
    margin-right: 1rem;
}

#user-icon {
    margin-right: 1rem;
}

.logged-in {
    margin-bottom: 0;
    font-weight: 500;
}

/* .logged-in-buttons {
    top: 0 !important;
} */

.header_top_mobile {
    display: none;
}

.ticker {
    font-size: 15px;
    font-weight: 300;
    /* margin-bottom: 10px; */
}

.header-bottom-wrapper {
    margin-top: 5px;
}

.switch_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_top_desktop {
    display: flex;
    flex-direction: column;
}

.switch_container > form {
    border: none;
    text-transform: capitalize;
    border: 1px solid #ebebeb;
    padding: 0rem 1rem;
    border-radius: 0.25rem;
    margin: 1rem;
}

.log-out {
    padding: 0.6rem 1rem !important;
    border-radius: 0.25rem !important;
    margin: 1rem;
}