.ui-menu {background-color: white; width: 500px; position: relative}
.ui-helper-hidden-accessible { display:none; }

li.ui-menu-item:hover {
    background-color: #00feff !important;
}

.order-list-block-item__image {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-list-block-item__image img {
    max-width: 50px;
    max-height: 50px;
}

img {
    vertical-align: middle;
    border-style: none;
}

.btn-to-cart-tooltip {
    position: relative;
    pointer-events: all;
    cursor: default;
    height: 100%;
    display: flex;
    align-items: center;
    /*margin: 0 -25px;*/
    justify-content: center;
}

.cart-item--not-available {
    background-color: #ffeae8;
}

.cart-item__message--not-available {
    margin-top: 5px;
    padding: 4px 5px;
    display: block;
    background-color: #EF473A;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}


/* refactor that into scss styles :-D */

.address-form__company-info__ares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.address-form__company-info__ares .form-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
}

.address-form__company-info__ares .ares-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.address-form__company-info__ares .ares-button-container .ares-btn {

}

.image-wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100%
}

.image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:cover
}

.copyright a {
    color: white;
}

body.pt-60 {
    padding-top: 60px;
}

body.pt-80 {
    padding-top: 78px;
}

@media (min-width: 768px) {
    body.pt-80 {
        padding-top: 88px;
    }
}

.banners__side--first .banner-main-title {
    margin-bottom: 12px;
}

.banners__side--first .banner-text {
    max-width: calc(100% - 24px);
}

@media (min-width: 992px) {
    .banners__side--first .banner-text {
        max-width: calc(100% - 48px);
    }
}

.header-module--hideOnEmpty:empty {
    display: none;
}

.header-module--bell:empty {
}

.summary__header .btn-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary__header .btn-cancel svg {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 0;
}

.text-light {
    color: #5C5C5C !important;
}





.heroContainer {
    margin-top: 0 !important;
}

.notificationsWrapper ~ .heroContainer {
    margin-top: 24px !important;
}

@media (min-width: 1200px) {
    .notificationsWrapper ~ .heroContainer {
        margin-top: 48px !important;
    }
}
