/** OMF GENERAL STYLES */
.omf-spacer { height: 76px; }

/** OMF TOP BAR STYLES */
.omf-hdr-center {
    flex: 1;
    justify-content: center;
    height: 100%;
    font-size: 1.30em;
    font-weight: normal;
}

.omf-hdr-center a {
    color: #000;
}

.omf-list ul.reg {
    margin-left: 15px;
    margin-bottom: 15px;
}

.omf-list ul.reg li {
    list-style-type: disc;
}

.omf-list .reg li {
    margin-bottom: 10px;
}

.omf-list ol.reg {
    margin-left: 0;
    padding-left: 20px;
}

a.reg {
    background-color: #dadada;
    padding: 8px 8px;
    font-size: .70em;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 2     px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

/** OMF LIST STYLES */

.omf-list {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap; 
    justify-content: space-between;
    padding-top: 20px;
    padding: 0px 16px;
}

.on .omf-hdr-icons {
    top: 39px;
}

.on .nav-avator .bg-img {
    width: 40px;
    height: 40px;
}


/** OMF ACTON STYLES */

.omf-action-btn {
    padding: 8px 12px;
    border-radius: 5px;
    color: #FFF;
    /*font-weight: bold;*/
    letter-spacing: 0.05em;
    white-space: nowrap;
    width: auto;
    text-transform: uppercase;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}


/** OMF SMALL TILE STYLES */
.omf-tablet .omf-tile {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: none;
    border-right: 1px solid #ececec;
    border-radius: 0;
    margin-bottom: 0;
}

.omf-tablet.omf-list {
    flex-wrap: nowrap;
}

.omf-tablet {
}

.omf-tablet .primary-dtls {
    text-align: center;
    font-size: 0.85em;
    line-height: 1.15em;
    width: 100%;
    white-space: nowrap;
    margin-top: 8px !important;
}

.omf-tablet .omf-avatar-wrapper {
    width: 60px;
    padding: 0px;
    height: 42px
}

.omf-tablet img {
    width: 40px !important;
}


/** OMF PULLOUT MENU STYLES */

/** NAV WRAPPER */
.omf-pullout-nav-wrapper {
    display: none !important;
}

.on .omf-pullout-nav-wrapper {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    /*font-size: 1.15em;*/
    align-items: flex-start;
    margin-top: 10px;
    width: 100%;
    position: relative;
}


/** MAIN NAV */
.omf-main-nav {
    width: 100%;
}

.omf-main-nav ul {
    text-align: center;
}

.omf-main-nav ul li {
    letter-spacing: 0.05em;
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}

.omf-main-nav ul li a {
    padding: 12px 0 5px 10px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    padding: 10px;
}

.on .omf-main-nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.on .omf-main-nav ul li {
    margin: 0;
    width: 100%;
    line-height: 1.5em;
    letter-spacing: 0.025em;
    display: inline-block;
    position: relative;
}

.on .omf-main-nav ul li a {
    width: 100%;
    text-align: left;
    padding: 6px 0 5px 10px;
    /*text-transform: uppercase;*/
    font-weight: 500;
}


/** SUB NAV */

.omf-sub-nav {
    padding-left: 30px;
}

.omf-sub-nav li:last-child {
    border-bottom: none !important;
}


/** SOCIAL NAV */

.omf-social-nav-wrapper {
    display: none;
}

.on .omf-social-nav-wrapper {
    display: block;
    margin-top: 20px;
}

.omf-social-nav {
    padding-bottom: 10px;
}

.omf-social-nav li a {
    color: #000;
    margin-bottom: 0;
}

.omf-social-nav li:first-child i {
    margin-left: 0;
}

.omf-social-nav li i {
    border-radius: 50%;
    display: flex;
    height: 30px;
    width: 30px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    margin: auto 6px;
    border: 1px solid #000;
}

#header-wrapper.on {
    max-width: 80%;
    z-index: 10;
    background-color: #fff !important;
    position: fixed;
    animation: slide 0.1s forwards;
    left: -1100px;
    z-index: 1000;
    top: 0;
    height: 100vh;
    padding: 20px 16px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    color: #000;
    margin-top: 0px;
}

.on a, .on #logo a {
    color: #000;
}

.on .omf-topbar-wrapper {
    flex-direction: column;
    height: 100vh;
    position: relative;
}

.on .omf-topbar-wrapper {
    display: flex;
    padding: 20px 16px;
    align-items: flex-start;
}

.omf-topbar-wrapper.on p {
    line-height: 22px;
    color: #000;
}

.on #menu, .on #search {
    display: none;
}

.on #logo {
    position: relative;
    left: 30px;
}

#pullout-close {
    display: none !important;
}

.on #pullout-close {
    display: flex !important;
    justify-content: flex-start;
    width: 30px;
    position: absolute;
    top: 25px;
    left: 20px;
    height: 30px;
    color: #000;
}

.omf-pullout-hdr-overlay {
  position: fixed;
  background-color: #3a3939f0;
  color: #FFF;
  width: 100%;
  height: 100vh;
  top: 0;
  animation: slide 0.1s forwards;
  left: -1100px;
  z-index: 100;
}

@keyframes slide {
  100% { left: 0; }
}


/** OMF USER WRAPPER - Used in the Flyout Menu */

.on .omf-pullout-user-wrapper {
    display: block !important;
    padding: 10px;
    background-color: #4d78d9 !important;
    color: #fff !important;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 1.15em;
}

.omf-pullout-user-wrapper ul {
    display: flex;
}

.omf-pullout-user-wrapper ul li {
    margin: 5px 10px;
    margin-left: 0;
    padding-bottom: 3px;
}

.omf-pullout-user-wrapper div {
    display: block;
}


/** OMF TOP BAR STYELS */

.omf-topbar-wrapper {
    display: flex;
    align-items: center;
    height: 56px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1002;
    margin-top: 20px;
    box-shadow: 0px 0px 10px -3px #ccc;
    box-sizing: border-box;
    color: #fff;
}

.omf-topbar-wrapper div.flex {
    align-items: center;
    display: flex;
}

.omf-hdr-wrapper {
    width: 100%;
    height: inherit;
}

.on .omf-hdr-wrapper.flex {
    height: 60px;
    background: no-repeat !important;
}

.omf-hdr-icons {
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 60px;
    top: -1px;
    justify-content: center;
    left: 0;
    font-size: 1.2em;
    color: #272735;
    align-items: center;
}

#category-wrapper {
    overflow: hidden;
    overflow-x: auto;
    /*margin-bottom: 10px;*/
    box-shadow: 3px 9px 13px -7px #e6e6e6;
    padding-top: 0px;
    position: fixed;
    left: 0;
    background-color: #fff;
    z-index: 10;
    justify-content: flex-start;
}

#category-wrapper-spacer, #category-wrapper {
    height: 85px;
}

.omf-floating-cart {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #2a2929;
    color: white;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    z-index: 10;
    justify-content: center;
}


/** OMF Radio Wrapper */

#omf-radio-wrapper {
    box-shadow: 1px 3px 5px 1px #dedede;
    margin: 20px;
    padding: 0px;
    line-height: 20px;
    border-radius: 5px;
}


.omf-radio-blk {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px dotted #c1c1c1;
  padding: 15px;
  padding-left: 35px;
}

.omf-radio-blk input[type="radio"] { display: none; }

.omf-radio-blk label::before, .omf-radio-blk label::after {
    border-radius: 50%;
    display: inline-block;
    transition: .2s;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 10px;
}

.omf-radio-blk label::before {
    border: 1px solid #d4d4d4;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 15px;
}

.omf-radio-blk label::after {
    width: 12px;
    height: 12px;
    left: 21px;
    top: 21px;
}


/** HOMEPAGE OPENER STYLES */

#opener h1 {
    font-size: 1.45em;
}

#opener p {
    color: #7d7d7d;
}

#opener .omf-avatar {
    width: 85%;
}

#opener .omf-avatar-wrapper {
    width: 95px;
    padding: 0;
}

#opener .omf-tile {
    margin-bottom: 0;
}

#opener .omf-tile-nav i {
    font-size: 2.25em;
}

/** HOMEPAGE HERO STYLES */
#hero p {
    font-style: italic;
    font-size: 1.2em;
}

#hero h1 {
    font-size: 1.30em;
    margin-top: 10px;
}

#hero {
    padding-bottom: 10px;
    padding-top: 0px;
    background-color: #f7f7f7;
    color: #000;
}

/** ORDER PAGE STYLE */
#orders { justify-content: center; }

#orders h1 {
    font-size: 1.45em;
    line-height: 1.35em;
}

#orders .fa { color: #655959; }
#orders .fa-file-text-o { top: 5px; }

#orders p {
    color: #7d7d7d;
    line-height: 1.45em;
}

#orders .omf-tile-nav i {
    font-size: 2.25em;
}

#orders #list, #contact .omf-tile, #terms .omf-tile, #about .omf-tile, #returns .omf-tile, #forgot-password .omf-tile, #otp-verification .omf-tile {
    line-height: 1.55em;
    padding: 20px 30px;
    font-size: 1.25em;
    margin: 20px;
    width: 100%;
    box-shadow: 1px 3px 5px 1px #dedede;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    min-height: 360px;
}

#orders #list strong { font-weight: 600; }

.nodata-blk {
    width: 300px;
    height: 200px;
    text-align: center;
    font-size: 1.25em;
    font-style: italic;
    padding: 40px;
    color: #adacac;
}

#contact .omf-tile {
    padding: 25px 5px;
    min-height: fit-content;
    padding-bottom: 10px;
}

span.outlet {
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

#about .omf-tile, #returns .omf-tile, #terms .omf-tile, #privacy .omf-tile{
    padding: 10px;
}

.dtls-content.fieldset{
    position: absolute;
    top: 20px;
}


.order-qty { display: none; }

