body.sitemap-index-index #mageplaza-seo-html-sitemap{
    width: 95%;
    margin: 0 auto;
}
body.sitemap-index-index #mageplaza-seo-html-sitemap .row{
    margin: 0 !important;
    display: block !important;
}
body #magestat-cookie-law-banner{
    position: fixed;
    z-index: 9999999;
    background: #e8e6df;
    border: 1px solid #bfbdb9;
    width: 90%;
    margin-left: 4%;
    margin-top: -2%;
    padding: 1%;
    bottom: 0;
    font-size: 10px;
}
body #magestat-cookie-law-banner .more-info-content{
    text-transform: uppercase;
}
body #magestat-cookie-law-banner .banner-button{
    float: right;
    text-transform: uppercase;
}

body.cms-page-view.page-layout-1column-white{
    background-color: #fff !important;
}

div.messages{
    /*width: 100%;*/
    position: fixed;
    z-index: 999999;
    width: 70%;
    padding: 30px;
    left: 15%;
    top: 30px;
    -moz-animation: cssAnimationHideMessage 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimationHideMessage 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimationHideMessage 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimationHideMessage 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-weight: bold;
    text-align: center;
}

div.messages .message-success{
    border:2px solid #fc4c02;
    background: white;
}
div.messages .message-error{
    border:2px solid red;
    background: white;
}

@keyframes cssAnimationHideMessage {
    to {
        widht: 0 !important;
        height: 0 !important;
        content: "";
        overflow: hidden;
        visibility: hidden;
        display: none !important;
    }
}
@-webkit-keyframes cssAnimationHideMessage {
    to {
        widht: 0 !important;
        height: 0 !important;
        content: "";
        overflow: hidden;
        visibility: hidden;
        display: none !important;
    }
}

.login-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 0;
}
.block-customer-login, .block-new-customer, #back-to-login, #register-block{
    width: 50%;
}

#login-form div.email{
    margin-top:50px;
    margin-bottom:50px;
}

#login-form .actions-toolbar {
    margin-top: 20px;
}
#login-form .actions-toolbar .primary {
    text-align: center;
    margin: 15px 0;
}
#login-form .remind{
    font-weight: bold;
}

#register-block div.field{
    margin-top:15px;
}

#login-form #send2,  #register-block button.submit{
    position: relative;
    width: 120px;
    text-align: center;
    background-color: #5f5959;
    color: white;
    height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.block-new-customer .containerbox, #back-to-login  .containerbox{
    padding:30px;
}

.block-new-customer .containerbox .actions-toolbar, #back-to-login  .containerbox .actions-toolbar{
    margin-top: 50px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .login-container {
        padding: 45px 0;
    }
    .block-customer-login, .block-new-customer , #back-to-login, #register-block{
        float: none;
        clear:both;
        width: 100%;
        margin: 0 auto;
    }
}

/** PROFILE */
.block-dashboard-info .box-information-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.block-dashboard-info .box-content {
    margin: 30px 30px 0 0;
    line-height: 2;
    width: 300px;
}
@media (max-width:768px) {
    .block-dashboard-info .box-content {
        margin: 30px 0 0 0;
    }
}
.block-dashboard-info .box-information {
    border-left: 3px solid #7E7463;
    padding: 20px;
}
@media (max-width:768px) {
    .block-dashboard-info .box-information {
        border-left: none;
        padding: 0;
    }
}

.block-dashboard-info .box-content-inline{
    display: inline-block;
}
@media (max-width:768px) {
    .block-dashboard-info .box-content-inline{
        display: block;
    }
}

.row-customer {
    margin-bottom: 30px;
    padding-left: 6vw;
    padding-right: 6vw;
}

.block-dashboard-info input {
    border: none;
    border-bottom: 1px solid #000000;
    font-size: .875rem;
    line-height: 2.5;
    width: 300px;
    background-color: transparent;
}
@media (max-width:768px) {
    .block-dashboard-info input {
        width: 100%;
    }
}
.block-dashboard-info button.primary {
    position: relative;
    text-align: center;
    background-color: #5f5959;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/** NAVIGATIO MENU **/
body.account .navigation-menu .display-flex {
    justify-content: center;
}

body.account .navigation-menu .display-flex li .navigation-menu__item {
    text-transform: uppercase;
    line-height: 1.5;
    padding-right: 20px;
}
/*body.account .navigation-menu .display-flex li .navigation-menu__item.active > span {*/
    /*font-weight: bold;*/
    /*padding-bottom: 15px;*/
    /*border-width: 2px;*/
    /*border-bottom: 2px solid;*/
/*}*/
@media (max-width:768px) {
    body.account .navigation-menu .display-flex {
        justify-content: left;
    }
}

body .breadcrumbs-hidden{
    display: none;
}
