#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;
}

.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;
    top: .6rem;
    position: relative;
}

.inbox {
    margin-right: 1rem;
    top: 0;
    top: 0 !important;
}

.inbox-icon {
    color: #2c80b7;
    position: relative;
}

#user-icon {
    margin-right: 0.6rem;
    color: white;
    background: #2c80b7;
    border-radius: 100%;
    padding: 0.7rem;
    font-size: 1.2em;
    display: none;
}

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

.logged-in-buttons {
    display: flex;
    justify-content: flex-end;
}

.header_top_mobile {
    display: none;
}

.ticker {
    font-size: 15px;
    font-weight: 300;
    font-family: sans-serif;
    color: black;
    opacity: 0.7;
}

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

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

.header_top_desktop {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

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

.log-out {
    /* border-radius: 17px !important; */
    border-radius: 0 !important;
    padding: 0.6rem 1rem !important;
    margin: 0rem 1rem;
}

.fa-envelope {
    /* color: white; */
    color: #2c80b7;
    /* background: #2c80b7; */
    padding: 0.5rem;
    /* border-radius: 100%; */
    width: 3.4rem;
    height: 3.4rem;
    text-align: center;
    vertical-align: middle !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* font-size: 1.15em !important; */
}

.button__badge {
    background-color: #e71873;
    border-radius: 100%;
    color: white;
    font-size: 8px;
    position: absolute;
    top: 0;
    right: -10px;
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}

.welcome-message-header {
    font-size: 1.9rem;
}

.logged-in-user-name:hover p {
    text-decoration: underline;
    text-decoration-color: #1e9de2;
}

.logged-in-user-name:hover i {
    background: #1e9de2 !important;
}

.fa-envelope:hover {
    color: white;
    background: #1e9de2 !important;
}

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