.ninjamenus a {
    text-align: center;
  }

body .social_links.absolute {
    z-index: 1!important;
}

#cookienotification-block {
    z-index: 90;
}

.product-item:hover {
    border: 0 !important;
    outline: 1px solid #5417C6;
}

.product-item-info .product-item-details {
    position: relative;
}

.product-reviews-summary {
    top: 3rem!important;
    left: 0!important;
    right: 0!important;
}

.customer-account-label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 1rem;
}

.customer-account-input {
    padding-top: 6px;
    display: flex;
}

.field-icon.toggle-password.eye-open::before {
    content: '' !important;
                    background-image: url('@{baseDir}images/eye-view.svg');
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 23px;
                    height: 23px;
                    display: block;
                    opacity: 1;
}

.field-icon.toggle-password.eye-close::before {
    background-image: url('@{baseDir}images/eye-close.svg');
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: 23px;
                    height: 23px;
                    display: block;
                    opacity: 1;
}