.configurator{
    position: relative;
    height:calc(100vh - 180px);
    margin-bottom:0px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}
.configurator.row.quoteLink{
    height:calc(100vh - 150px);
}
.storeInfo{
    width:calc(100% - 200px);
    padding:0 12px !important;
    height:175px;
    min-width: 105px;
}
.storeInfo p{
    margin:0px;
}
.storeInfo .px-4{
    padding-left:12px !important;
    padding-right:12px !important;
  }
.customerInfo{
    width: calc((100% - 250px) * 0.75);
    height:30px;
}
    .customerInfo input{
        font-size:16px !important;
        height: 1.5rem !important;
        margin:0px !important;
    }
.helper-text{
    display: none !important;
}
.input-field.col{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    float:none !important; 
    padding-right:24px !important;
}

@media (max-width: 600px) {
    .storeInfo{
        width: 50%;        
    }
    .customerInfo{
        width: 50%;   
    }
}

.horizontal-menu{
    display:block;
    border-left:2px solid #ccc;
    border-right:2px solid #ccc;
    height:50px;
    overflow:hidden;
}
.navScroller{
    padding-top:6px;
    vertical-align:center;
    white-space: nowrap;
    position: relative;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;     
}
.btn{
    border-radius:0px;
}
.dropdown-content li>span {
    color: black !important;
}

.custInfoBtn, .custInfoBtn:focus{
    position: relative;
    top: -37px;
    left: calc((100% - 70px) / 2);
    border: 1px solid #333;
    padding: 3px 9px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
    font-size: 10px;
    width: 130px;
    background:white ;
    text-align: center;
    color:#333;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2), inset 0px 0 1px 0px rgba(0,0,0,0.25);
}
.custInfoBtn:hover{
    background:#333;
    color:white;
}
.collapsed{
    height:0px;
    overflow: hidden;
    transition: 0.25s;
}
.expanded{
    height:30px;
    overflow: visible;    
    transition: 0.25s;
}

.tileHolderStyle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-evenly;
  cursor: pointer;
}
.tileHolderStyle.trim .scrollerTile {
    width: 200px;
}
.tileHolderStyle.trim .scrollerTile img {
    width: 190px;
}
.tileHolderStyle.trim .scrollerTile{
  height: 265px;
}

.menu-item-wrapper .btn{
    box-shadow: none;
    -webkit-box-shadow: none;
    border-right:2px solid rgba(0,0,0,0.14);
}

.menu-wrapper--inner .menu-item-wrapper:last-child .btn{
    border: none;
}

.flexRow {
    display: flex;
    margin: 12px 0;
    flex-direction: row;
}
.flexCol {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
    min-width: 50%;
}
.flexSpaceEven{
    justify-content: space-evenly;
}
.flexSpaceAround{
    justify-content: space-around;
}
.justifiedCenter {
    justify-content: center;
}
.justifiedStart {
    justify-content: flex-start;
}
.alignItemsCenter {
    align-items: center;
}
.flexRow > div, .flexCol > div {
    display: flex;
}
.centered-input-field input, p.center-align, div.center-align{
    text-align: center;
}
.p0{
    padding: 0;
}
.trash{
    cursor: pointer;
}


input[type="radio"]:not(:checked)+span, [type="radio"]:checked+span{
    padding-left:25px;
    margin-right: 50px;
}

.shorterSelect input[type="text"]{
    height: 2rem;
    line-height: 2rem;
    margin: 0;
}

.col.s2.centered-input-field input{
    height: 1.2rem;
    padding-bottom: 4px;
}
.totalColumn div{
    display: flex;
    justify-content: center;
}
.totalColumn p{
    font-weight: bold;
    border: 1px solid #aaa;
    width:40px;
    margin: 0;
    font-size: 18px;
}
.sepStepper .numStepperWrapper {
    flex-direction: column-reverse;
    margin: 0;
}
.importantNote{
    font-size:1.75rem;
    font-weight: bold;
    color: red;
    text-align: center;
}
.mt-4{
    margin-top: 24px;
}
@media(max-width: 767px) {
.custBaseImg{
    margin-top:48px;
  }
}