.mpStyle [class*="equalChild"],
.mpStyle .equalChild,
.mpStyle .flexEqual,
.mpStyle .groupContent,
.mpStyle [class*="_dFlex"],
.mpStyle .dFlex,
.mpStyle .mpMenu li,
.mpStyle [class*="listEqual"],
.mpStyle [class*="mageTabs"] > ul,
.mpStyle .buttonGroup,
.mpStyle .inputGroup,
.mpStyle .inputInline .mageForm,
.mpStyle .mage_form_qty,
.mpStyle ul.mage-list-double,
.mpStyle [class^="mpMenu"] {
    display: -webkit-flex;display: flex;
}
.mpStyle .mpRow,
.mpStyle ._wrap,
.mpStyle .flexWrap,
.mpStyle .listInline,
.mpStyle .mage_menu {
    display: -webkit-flex;display: flex;
    -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.mpStyle .flexNowrap {
    display: -webkit-flex;display: flex;
    -webkit-flex-wrap: nowrap;flex-wrap: nowrap;
}
.mpStyle .flexWrapJustifyBetween {
    display: -webkit-flex;display: flex;
    -webkit-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-justify-content: space-between;justify-content: space-between;
}
.mpStyle .allCenter,
.mpStyle [class*="_allCenter"],
.mpStyle [class*="mage_qty"],
.mpStyle .mpMenu li a,
.mpStyle [class*="addonGroupContent"],
.mpStyle [class*="Button"],
.mpStyle [class*="slideIndicator"],
.mpStyle .circleIcon, .mpStyle .circleIcon_xs,
div.defaultLoader,
.mpStyle [class*="magePopup"].in,
.mpStyle [class*="magePopup"] .popupClose {
    display: -webkit-flex;display: flex;
    -webkit-justify-content: center;justify-content: center;
    -webkit-align-items: center;align-items: center;
}
.mpStyle .justifyStart,
.mpStyle [class*="_justifyStart"] {
    display: -webkit-flex;display: flex;
    -webkit-justify-content: flex-start;justify-content: flex-start;
}

.mpStyle .justifyCenter,
.mpStyle [class*="_justifyCenter"] {
    display: -webkit-flex;display: flex;
    -webkit-justify-content: center;justify-content: center;
}

.mpStyle .justifyBetween,
.mpStyle [class*="_justifyBetween"],
.mpStyle [class*="customCheckbox"] {
    display: -webkit-flex;display: flex;
    -webkit-justify-content: space-between;justify-content: space-between;
}
.mpStyle .justifyAround,
.mpStyle [class*="_justifyAround"] {
    display: -webkit-flex;display: flex;
    -webkit-justify-content: space-around;justify-content: space-around;
}
.mpStyle .justifyEnd,
.mpStyle [class*="_justifyEnd"] {
    display: -webkit-flex;display: flex;
    -webkit-justify-content: flex-end;justify-content: flex-end;
}

.mpStyle label,
.mpStyle .formControl,
.mpStyle [class*="_alignCenter"],
.mpStyle .alignCenter {
    display: -webkit-flex;display: flex;
    -webkit-align-items: center;align-items: center;
    -webkit-flex-wrap: nowrap;flex-wrap: nowrap;
}
.mpStyle .alignBaseline,
.mpStyle [class*="_alignBaseline"] {
    display: -webkit-flex;display: flex;
    -webkit-align-items: baseline;align-items: baseline;
}

.mpStyle .ffColumn,
.mpStyle .flexColumn,
.mpStyle [class*="_ffColumn"] {
    display: -webkit-flex;display: flex;
    -webkit-flex-flow: column;flex-flow: column;
}

.mpStyle .fdColumn,
.mpStyle [class*="_fdColumn"] {
    display: -webkit-flex;display: flex;
    -webkit-flex-direction: column;flex-direction: column;
}

.mpStyle .flexEqual > *,
.mpStyle [class*="_equalChild"] > *,
.mpStyle .equalChild > *,
.mpStyle .buttonGroup > *,
.mpStyle [class*="listEqual"] > li,
.mpStyle .inputInline .inputList {-webkit-flex: 1;-ms-flex: 1;flex: 1;}
