.storeSubmenuWrapper {
    width: 100%;
}
.storeSubmenuRow {
    /*    margin-bottom: 10px;*/
    margin: 0px auto 0px auto;
}
.storeSubmenuRowSpacer {
    margin-bottom: 10px;
}
.storeSubmenuRow:last-of-type {
    margin-bottom: 0px;
}
.storeSubmenuItem {
    text-transform: uppercase;

    text-align: center;

    /*    padding-top: 10px;
        padding-bottom: 10px;*/

    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;

    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;

    min-height: 30px;
    margin-top: 5px;
}
.storeSubmenuItem:hover:before, .storeSubmenuItem:focus:before, .storeSubmenuItem:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.storeSubmenuItem:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #D5983F;*/
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

    background: -moz-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(46, 184, 234, 1)), color-stop(1, rgba(67, 217, 169, 1)));
    background: -o-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB8EA', endColorstr='#43D9A9' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB8EA', endColorstr='#43D9A9', GradientType=1);

}

.selectedStoreSubmenuItem {
    /*font-weight: 600;*/
    cursor: default !important;
}
.selectedStoreSubmenuItem:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #D5983F;*/
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);

    background: -moz-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(46, 184, 234, 1)), color-stop(1, rgba(67, 217, 169, 1)));
    background: -o-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB8EA', endColorstr='#43D9A9' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(46, 184, 234, 1) 0%, rgba(67, 217, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB8EA', endColorstr='#43D9A9', GradientType=1);

}
.storeTopBar .md-select-label .md-select-icon{
    width: 56px;
}
.storeTopBar .md-select-label .md-select-icon:after {
    display: none;
}
.storeTopBar .md-select-icon {
    cursor: pointer;
    text-align: end;
    background: transparent;
    color: white;
    width: 24px;
    height: 19px;
    border-radius: 0px;
    border: none;
    color: #7a7c7b;
    margin: 0 4px !important;
}


.macrocatWrapper .macroCatName {
    font-size: 16px;
    font-family: RobotoDraft,Roboto,'Helvetica Neue',sans-serif;
}
.storeSubmenuCategoryLabel {
    margin-right: 10px;
}
.storeSubmenuCategoryMinus:last-of-type {
    display: none;
}
.storeBreadCrumbsWrapper {
    min-width: 120px;
    margin-right: 5px;
}
.stepCircleWrapper {
    position: relative;
    z-index: 2;
}
.storeBreadCrumbs {
    /*    line-height: 1px;*/
    position: relative;
    z-index: 1;
}
.stepText {
    font-size: 14px;
    line-height: 10px;
    min-width: 105px;
}
.stepDividerWrapper {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: -13px;
}
.stepTextWrapper {
    margin-left: 5px;
    line-height: 1px;
}