.smartfit-onlinesizing .close-button {
    background-color: #003664 !important;
    box-shadow: none !important;
}
.smartfit-onlinesizing .close-button:hover svg {
    fill: #fff !important;
}

.smartfit-onlinesizing .onlineSizer__progress li.active, .smartfit-onlinesizing .button {
    color: #fff !important;
}
.smartfit-onlinesizing .onlineSizer__overlay {
    z-index: 9999 !important;
}
.smartfit-onlinesizing ul li {
    margin-bottom: 0 !important;
}

#product-options-wrapper .fieldset:last-child {
    display: flex;
    align-items: flex-end;
}
body.page-product-configurable #product-options-wrapper .fieldset:last-child {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#product-options-wrapper .fieldset:last-child .custom-siz-link {
    margin-bottom: 30px;
    width: 100%;
    text-align: right;
}
body.page-product-configurable #product-options-wrapper .fieldset:last-child .custom-siz-link {
    margin-bottom: 0px;
    margin-top: 0px;
}
.header-right .minicart-wrapper.active .block-minicart .actions {
    position: relative;
}

/* -------------- todo  Modal when not size found-------------------*/
.modal-popup.modal-slide .modal-footer {
    border-top: none;
    text-align: center;
}
.modal-header {
    border-bottom: none;
}
.modal-popup.modal-slide .modal-footer button{
    width: 250px;
    max-width: 100%;
    background-color: #78aa00;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    border-color: #78aa00;
    margin: 0 auto;
    font-size: larger;
    box-shadow: none;
    color: #fff;
    padding: 14px 15px;
}
#popup-modal .nein-close{
    width: 250px;
    max-width: 100%;
    top: auto;
    position: relative;
    background-color: #ebeceb;
    padding: 14px 15px;
    color: #666666;
    font-size: larger;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}
#popup-modal .nein-close span{
    width: 100%;
    position: relative;
}
#popup-modal .nein-close.action-close:before{
    display: none;
}

.zoomContainer {
    z-index: 899;
}
