.nav-right-wrap {
    float: right;
    width: 220px;
    height: 50px;
}

.nav-search-wrap {
    width: 50px;
    height: 50px;
}
 
.nav-menu-in {
    margin-right: 240px;
}

.login-menu li a {
    font-family: 'Helvetica Neue', sans-serif;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    opacity: 1;
    padding: 18.5px 8px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
}
.nav-menu-out {
    float: left;
    margin-right: 0;
    width: 90%;
}



.woocommerce-info {
    border-top: 4px solid #43C36F;
}

.button-row a.button {
    float: right;
    background-color: #000;
    color: #fff;
    border: 1px solid #012F50;
    height: 20px;
    padding: 5px 23px;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.7em;
    font-weight: 400;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    background-repeat: no-repeat;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

/* -- esg notice **/

 

div.esg-notice {
    margin: 30px   ;
     background-color: #f6f6f6;
    max-width: 100%;
    padding: 15px;
    color : #666;
}
div.esg-notice p,div.esg-notice h3  {
    margin: 10px 10px;
    font-size: 12px;
    line-height: 1.2em;
}