.omf-hero-wrapper {
    margin: 0 auto;
    text-align: center;
    /*border-bottom: 5px solid #eaeaea;*/
    padding: 30px 10px;
}

.omf-tile {
    display: flex;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 10px 10px;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.omf-tile select { 
    width: 72px;
    margin-top: 10px;
    font-size: 1em;
    height: 28px !important; 
}

.omf-avatar-wrapper {
    width: 125px;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    background: border-box;
}

.omf-avatar-wrapper .omf-avatar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.omf-avatar-wrapper .omf-avatar img {
    width: 100px;
}

.omf-avatar .bg-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.omf-avatar .fa {
    font-size: 3em;
    position: relative;
    top: -8px;
    color: #e0e0e0;
}

.omf-tile-details {
    flex: 1;
   /* padding-right: 5px;
    padding-left: 10px;*/
}

.omf-tile-nav {
    display: flex;
    align-items: center;
    padding: 10px;
}

.primary-dtls {
    padding-bottom: 2px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EFEFEF;
  font-style: italic;
  opacity: .5; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #EFEFEF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #EFEFEF;
}


.small-txt-markup {
    background-color: #ef6a00;
    padding: 5px 10px !important;
    font-size: .95em;
    color: white;
    border-radius: 3px;
}

.on .omf-pullout-user-wrapper h1 {
    font-size: 0.95em;
}

#product-list.table-view .omf-tile, .table-view .omf-tile {
    border: none;
    margin: 0;
    padding: 0 !important;
    min-height: auto;
    width: auto !important;
    display: table-row;
    box-shadow: none;
}

.table-view {
    padding: 0 !important;
    margin: 0;
    max-width: 100%;
    min-height: 400px !important;
    overflow: auto;
}

.table-view .add-qty {
    align-items: center;
}

.table-view .omf-action-btn.add-qty-btn {
    margin-bottom: 4px;
    color: #fff;
    height: 26px;
}

/*.count-blk span { display: block; height: 20px; }*/