.breadcrumbs, .chosen-results {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .qo-top:after,
.quickOrderView:after, #userAdminContent:after,
#usersetupform:after, .uibar:after, .uibar ul:after, .chosen-results:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

@font-face {
  font-family: 'good-oatmeal-v2';
  src: url("../fonts/good-oatmeal/fonts/good-oatmeal-371.eot?jzwn5l");
  src: url("../fonts/good-oatmeal/fonts/good-oatmeal-371.eot?#iefixjzwn5l") format("embedded-opentype"), url("../fonts/good-oatmeal/fonts/good-oatmeal-371.woff?jzwn5l") format("woff"), url("../fonts/good-oatmeal/fonts/good-oatmeal-371.ttf?jzwn5l") format("truetype"), url("../fonts/good-oatmeal/fonts/good-oatmeal-371.svg?jzwn5l#good-oatmeal-371") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-tbl-col:before {
  content: "\e650"; }

.icon-tbl:before {
  content: "\e652"; }

.icon-grid:before {
  content: "\e653"; }

.icon-list:before {
  content: "\e654"; }

.icon-x-1:before {
  content: "\e000"; }

.icon-search:before {
  content: "\e001"; }

.icon-arw-down-1:before {
  content: "\e00b"; }

.icon-arw-left-1:before {
  content: "\e00c"; }

.icon-arw-right-1:before {
  content: "\e00d"; }

.icon-arw-up-1:before {
  content: "\e00e"; }

.icon-arw-up-2:before {
  content: "\e00f"; }

.icon-arw-down-2:before {
  content: "\e010"; }

.icon-arw-left-2:before {
  content: "\e011"; }

.icon-arw-right-2:before {
  content: "\e012"; }

.icon-location:before {
  content: "\e615"; }

.icon-minus:before {
  content: "\e62c"; }

.icon-plus:before {
  content: "\e62d"; }

.icon-arw-left-3:before {
  content: "\e63c"; }

.icon-arw-down-3:before {
  content: "\e63d"; }

.icon-arw-up-3:before {
  content: "\e63e"; }

.icon-arw-right-3:before {
  content: "\e63f"; }

.icon-arw-left-4:before {
  content: "\e640"; }

.icon-arw-down-4:before {
  content: "\e641"; }

.icon-arw-up-4:before {
  content: "\e642"; }

.icon-arw-right-4:before {
  content: "\e643"; }

.icon-calculator:before {
  content: "\e64d"; }

.icon-add-circle:before {
  content: "\e600"; }

.icon-menu:before {
  content: "\e601"; }

.icon-arw-down-5:before {
  content: "\e602"; }

.icon-arw-up-5:before {
  content: "\e603"; }

.icon-arw-left-6:before {
  content: "\e604"; }

.icon-arw-right-6:before {
  content: "\e605"; }

.icon-close:before {
  content: "\e606"; }

.icon-arw-up-6:before {
  content: "\e607"; }

.icon-arw-down-6:before {
  content: "\e608"; }

.icon-box-check:before {
  content: "\e60b"; }

.icon-box:before {
  content: "\e60c"; }

#nwrap {
  overflow: hidden;
  position: relative; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  /* height: 2.7em; */
  color: #666;
  box-shadow: none;
  border: 1px solid #d7d7d7;
  height: 40px;
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
  box-shadow: inset 0px 0px 3px 0px rgba(248, 158, 17, 0.75);
  border-color: #000; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  line-height: 17px;
  text-transform: capitalize;
  padding: 10px 0;
  margin-bottom: 15px;
  font-weight: 400; }
  .breadcrumbs > li {
    margin-bottom: 5px; }
    .breadcrumbs > li:before {
      content: '|';
      color: #5b5b5b;
      display: inline-block;
      padding: 0 3px 0 7px;
      font-family: inherit;
      font-size: inherit;
      margin: 0; }
    .breadcrumbs > li:first-child:before {
      display: none; }
  .breadcrumbs a {
    color: #fa6300; }
    .breadcrumbs a:hover {
      color: #5b5b5b;
      text-decoration: underline; }
  .breadcrumbs .current {
    color: #5b5b5b;
    font-weight: 400;
    display: inline !important; }

.indicator-holder {
  font-weight: 400; }
  .indicator-holder label {
    display: block;
    position: relative;
    padding-left: 20px;
    text-align: left;
    font-weight: 300; }
  .indicator-holder input[type='checkbox'],
  .indicator-holder input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .indicator-holder input[type='checkbox']:checked ~ .fake-indicator:before,
    .indicator-holder input[type='radio']:checked ~ .fake-indicator:before {
      opacity: 1; }
  .indicator-holder .fake-indicator {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    border: 1px solid #cecece;
    background: #fff; }
    .user-setup .indicator-holder .fake-indicator {
      top: -6px; }
      @media (min-width: 768px) {
        .user-setup .indicator-holder .fake-indicator {
          top: -2px; } }
    .indicator-holder .fake-indicator:before {
      content: '\e90a';
      position: absolute;
      top: -2px;
      left: 0;
      font-family: 'icomoon';
      font-size: 12px;
      line-height: 1;
      color: #fa6300;
      font-weight: normal;
      opacity: 0; }
      @media (min-width: 768px) {
        .indicator-holder .fake-indicator:before {
          top: -2px;
          font-size: 12px; } }

.btn {
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px; }

#signin-form input {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .table-wrapper {
    width: 100%;
    overflow-x: auto; } }

#usersetupform > div {
  float: none; }

.address-row h1 {
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .address-row h1 {
      font-size: 36px; } }

.address-row .row {
  margin-left: -5px;
  margin-right: -5px; }
  .address-row .row > div {
    padding-left: 5px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.address-row .add-address {
  font-size: 19px; }

.address-row .user-address {
  margin-bottom: 10px;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 285px; }
  .address-row .user-address ul.address-funtions {
    margin: 0;
    bottom: 15px; }

.address-row .add-user-address {
  width: 100%;
  height: auto;
  min-height: 285px; }

.address-row .user-address-information {
  padding-right: 20px; }

.address-row .default-address {
  padding-right: 20px; }

.choose-customer .chosen-search {
  margin-bottom: 20px; }

.cms-rearrangeable {
  padding-top: 15px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .cms-rearrangeable {
      padding-top: 30px; } }
  .cms-rearrangeable h1 {
    margin-bottom: 30px; }
  @media (min-width: 992px) {
    .cms-rearrangeable .user-setup h1 {
      margin-bottom: 10px; } }

#createAccountForm > div {
  margin-bottom: 15px; }

#createAccountForm .pw-note {
  padding-top: 10px; }

.user-address-info > div,
.billing-info > div,
.shipping-info > div {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .ship-select {
    margin-bottom: 0 !important; } }

@media (max-width: 767px) {
  #addressform .required-msg {
    padding-top: 10px;
    padding-bottom: 10px; } }

#addressform .defualt-required {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    #addressform .defualt-required {
      margin-bottom: 0; } }

.section-container .title {
  height: auto !important; }
  @media (max-width: 767px) {
    .section-container .title > a {
      position: relative;
      background: #fa6300;
      color: #fff;
      padding-right: 60px; }
      .section-container .title > a:after {
        line-height: 1 !important;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        float: none !important;
        font-size: 1.5em !important;
        margin-top: -6px; } }

.section-container h3 {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .section-container .billing-info {
    padding-top: 40px; } }

@media (max-width: 767px) {
  .section-container .active .title > a:after {
    content: "\e62c" !important;
    font-size: 23px !important;
    margin-top: -2px; } }

.info-tbl th,
.info-tbl td {
  font-size: 14px; }
  @media (max-width: 767px) {
    .info-tbl th,
    .info-tbl td {
      font-size: 12px; } }

.info-tbl th {
  letter-spacing: -0.5px;
  white-space: nowrap;
  padding-right: 5px;
  padding-left: 8px; }

.qo-search {
  margin-bottom: 20px; }

.qo-search-input input {
  margin-bottom: 15px; }

.qo-search-input .jcf-number {
  border: 0;
  display: block;
  margin-bottom: 15px;
  height: 40px; }

.badge {
  font-size: 12px; }

body [role="main"] div.paginator-34 {
  padding-top: 10px;
  padding-bottom: 10px; }

.paginator-34 .pagination {
  padding-top: 5px; }

th .sort::after {
  font-size: 19px; }

.user-setup .usersetup-form div[class^="usersetup-form"] {
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .user-setup .usersetup-form .usersetup-form-status {
    margin-bottom: 30px !important; } }

.user-setup .usersetup-form-password div.message {
  margin-bottom: 0; }

.quick-order .qo-search-input .qo-quantity {
  width: 100%; }

.chosen-results {
  font-size: 1.6rem;
  line-height: 1.0625;
  padding: 0 10px 0 6px; }

@media screen and (min-width: 768px) {
  .chosen-results {
    font-size: 1.4rem;
    line-height: 1.142;
    padding: 0 10px 17px 0; } }

@media screen and (min-width: 992px) {
  .chosen-results {
    padding-right: 15px; } }
  .chosen-results li {
    position: relative;
    padding: 0 0 12px 16px; }

@media screen and (min-width: 768px) {
  .chosen-results li {
    padding: 0 0 13px 21px; } }
    .chosen-results li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #fa6300; }

@media (min-width: 992px) {
  .js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important; } }

.addy-note {
  padding-top: 20px; }

#addAllToCart .btn {
  padding-left: 15px;
  padding-right: 15px; }

.vm-table-small {
  width: 100%;
  overflow-x: auto; }

@media (min-width: 768px) {
  .search-orders .search-date em {
    width: 35px; } }

@media (min-width: 768px) {
  .search-orders .search-date input {
    width: calc(100% - 50px); } }

.user-admin-tbl {
  margin-bottom: 20px; }
