@font-face {
  font-family: gotham;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/gotham-extralight.woff"); }
@font-face {
  font-family: gotham;
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/gotham-extralight-italic.woff"); }
@font-face {
  font-family: gotham;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/gotham-light.woff"); }
@font-face {
  font-family: gotham;
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/gotham-light-italic.woff"); }
@font-face {
  font-family: gotham;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gotham-book.woff"); }
@font-face {
  font-family: gotham;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/gotham-book-italic.woff"); }
@font-face {
  font-family: gotham;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/gotham-medium.woff"); }
@font-face {
  font-family: gotham;
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/gotham-medium-italic.woff"); }
@font-face {
  font-family: gotham;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gotham-bold.woff"); }
@font-face {
  font-family: gotham;
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/gotham-bold-italic.woff"); }
h1, h2, h3, h4, h5, h6, p, span, li, a, button, div {
  font-family: "gotham"; }

html, body {
  font-weight: 300; }

a {
  color: #cf3339; }

.mdl-button--colored {
  background-color: #cf3339 !important;
  color: #FFF !important; }
  .mdl-button--colored:hover {
    background-color: #cf3339 !important; }

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  background-color: #cf3339 !important; }

.mdl-layout__header-row .mdl-navigation .mdl-navigation__link.top_nav_button .dropdown-menu .material-icons {
  color: #FFF !important; }

.mdl-layout__header-row .mdl-navigation .mdl-navigation__link {
  width: auto !important;
  min-width: 60px !important;
  border-radius: 5px;
  padding: 5px !important; }

.ep-order-progress-details-card .mdl-card__title {
  background: #EFEFEF !important; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 5px;
  width: 5px; }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.mdl-navigation__link {
  font-weight: 300; }
  .mdl-navigation__link.open {
    background-color: #dadada; }
  .mdl-navigation__link > *::-moz-selection {
    background: rgba(0, 0, 0, 0); }
  .mdl-navigation__link > *::selection {
    background: rgba(0, 0, 0, 0); }

.select-style {
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 200px;
  overflow: hidden;
  background: #fff url("../img/select-arrow.png") no-repeat 95% 50%;
  background-size: 7px 6px; }
  .select-style select {
    padding: 10px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: "Helvetica", "Arial", sans-serif; }
    .select-style select:focus {
      outline: none; }
    .select-style select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .select-style select option {
      box-shadow: none; }

/* ==========  FORM ERRORS  ========== */
.formHeader .mdl-textfield__error {
  visibility: visible;
  display: none;
  margin: 0px;
  position: relative; }

.formHeader.is-invalid .mdl-textfield__error {
  display: block; }

.ep_menu_icon {
  height: 25px;
  width: auto;
  margin-right: 12px;
  padding-bottom: 3px; }

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  padding: 16px 20px; }

/* ==========  DRAWER HEADER  ========== */
.mdl-layout__drawer {
  border-right: none; }

.ep_drawer_header {
  height: 80px;
  display: block;
  width: 100%;
  background-color: #514c4c;
  color: #ffffff; }

.ep_drawer_header .user_avatar {
  display: inline-block;
  float: left;
  width: 30%; }
  .ep_drawer_header .user_avatar img {
    width: 50px;
    height: 50px;
    margin: 15px 16px;
    border-radius: 50%;
    background-size: cover; }
  .ep_drawer_header .user_avatar .header-branding {
    width: 90%;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 15px 5px; }

.ep_drawer_header .user_details {
  display: inline-block;
  float: left;
  margin-top: 19px;
  box-sizing: border-box;
  padding-left: 10px;
  max-width: 70%; }
  .ep_drawer_header .user_details h6, .ep_drawer_header .user_details p {
    margin: 0; }
  .ep_drawer_header .user_details h6 {
    height: 1.2em;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2em;
    overflow: hidden; }
  .ep_drawer_header .user_details p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px; }

.ep_drawer_header .company_details {
  display: inline-block;
  float: left;
  padding: 16px 5px;
  vertical-align: bottom; }
  .ep_drawer_header .company_details img {
    max-width: 40%;
    max-height: 60px; }
  .ep_drawer_header .company_details .ep_label {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    vertical-align: bottom; }

.ep_menu_block_item {
  background-color: #000000;
  color: #ffffff;
  border-radius: 5px;
  height: 80px; }

/* ==========  MEDIA HIDE  ========== */
@media (max-width: 479px) {
  .ep_hide_phone {
    display: none !important; } }
@media (min-width: 480px) and (max-width: 839px) {
  .ep_hide_tablet {
    display: none !important; } }
@media (min-width: 840px) {
  .ep_hide_desktop {
    display: none !important; } }
/* ==========  ALERTS  ========== */
.ep_alert {
  padding: 20px;
  background-color: #e3e3e3;
  color: white;
  margin-bottom: 15px;
  color: black; }

.ep_alert_warning {
  color: white;
  background-color: #EF6C00; }

.ep_alert_primary {
  color: white;
  background-color: #536DFE; }

.ep_alert_danger {
  color: white;
  background-color: #EF5350; }

.ep_alert_info {
  color: white;
  background-color: #448AFF; }

.ep_alert_success {
  color: white;
  background-color: #43A047; }

.ep_closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s; }

.ep_closebtn:hover {
  color: black; }

/* ==========  CATEGORY BOX  ========== */
.ep_category_card {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden; }
  .ep_category_card:hover {
    cursor: pointer;
    opacity: 0.8; }

.ep_category_card > .mdl-card__actions {
  height: auto;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  text-shadow: 1px 1px #000000; }

.ep_category_card_title {
  color: white;
  font-size: 14px;
  font-weight: 500; }

/* ==========  TOP NAVIGATION MENU  ========== */
.mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
  padding-left: 8px; }

.mdl-layout__header-row {
  height: 80px; }
  .mdl-layout__header-row .ep-group-logo {
    box-sizing: border-box;
    padding-left: 16px;
    height: 48px; }
  .mdl-layout__header-row .search_box {
    font-size: 0; }
    .mdl-layout__header-row .search_box input {
      border: none;
      height: 32px;
      border-radius: 4px 0px 0px 4px;
      margin-right: 0;
      box-sizing: border-box;
      vertical-align: middle;
      min-width: 220px;
      padding-left: 10px; }
    .mdl-layout__header-row .search_box button {
      height: 32px;
      margin-left: 0;
      border: 0;
      background-color: #cf3339;
      vertical-align: middle;
      border-radius: 0px 4px 4px 0px;
      cursor: pointer; }
      .mdl-layout__header-row .search_box button img {
        height: 20px; }
  .mdl-layout__header-row .mdl-navigation .mdl-navigation__link {
    width: 60px;
    padding: 0px;
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    opacity: 1.0;
    background-color: #e7e7e7;
    position: relative; }
    .mdl-layout__header-row .mdl-navigation .mdl-navigation__link.top_nav_button {
      line-height: 1.2;
      background-color: rgba(0, 0, 0, 0); }
      .mdl-layout__header-row .mdl-navigation .mdl-navigation__link.top_nav_button .material-icons {
        color: #514c4c; }
      .mdl-layout__header-row .mdl-navigation .mdl-navigation__link.top_nav_button span {
        color: #514c4c;
        display: block; }
    .mdl-layout__header-row .mdl-navigation .mdl-navigation__link:last-child {
      width: auto;
      padding: 0px 10px; }
    .mdl-layout__header-row .mdl-navigation .mdl-navigation__link:hover {
      background-color: #b4b4b4; }
    .mdl-layout__header-row .mdl-navigation .mdl-navigation__link i::-moz-selection {
      /* Code for Firefox */
      background: rgba(0, 0, 0, 0); }
    .mdl-layout__header-row .mdl-navigation .mdl-navigation__link i::selection {
      background: rgba(0, 0, 0, 0); }
  .mdl-layout__header-row .mdl-navigation.ep-mobile-nav {
    position: absolute;
    right: 10px;
    text-align: center; }
    .mdl-layout__header-row .mdl-navigation.ep-mobile-nav:hover, .mdl-layout__header-row .mdl-navigation.ep-mobile-nav:visited, .mdl-layout__header-row .mdl-navigation.ep-mobile-nav:active, .mdl-layout__header-row .mdl-navigation.ep-mobile-nav:focus {
      background-color: #3f51b5; }
    .mdl-layout__header-row .mdl-navigation.ep-mobile-nav i {
      color: white; }
    .mdl-layout__header-row .mdl-navigation.ep-mobile-nav .mdl-navigation__link {
      width: 30px;
      color: white;
      padding: 0;
      margin-left: 5px;
      text-align: center; }
      .mdl-layout__header-row .mdl-navigation.ep-mobile-nav .mdl-navigation__link:last-child {
        width: 30px;
        padding: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 420px;
  /* 360 */
  right: 0px;
  height: 380px;
  color: #424242; }
  .dropdown-menu.short {
    height: auto !important;
    width: 420px;
    right: -80px; }
    .dropdown-menu.short .dropdown-content {
      height: auto !important;
      padding: 0 12px; }
  .dropdown-menu.search-box .dropdown-content {
    padding: 12px !important;
    text-align: center; }
    .dropdown-menu.search-box .dropdown-content .search_box {
      display: block !important; }
      .dropdown-menu.search-box .dropdown-content .search_box input[type=text] {
        min-width: 0;
        border: 1px solid #CCC; }
  .dropdown-menu .dropdown-content {
    overflow: scroll;
    position: relative;
    width: 100%;
    height: 332px; }
    .dropdown-menu .dropdown-content .placeholder {
      line-height: 312px;
      text-align: center;
      color: #909090;
      font-size: 18px; }
  .dropdown-menu .dropdown-footer {
    height: 48px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #f3f3f3;
    border-top: solid 1px #d0d0d0;
    border-radius: 0px 0px 4px 4px;
    box-sizing: border-box;
    padding: 0 6px;
    line-height: 46px;
    text-align: right; }
  .dropdown-menu .ep-button-left {
    float: left;
    margin-top: 5px; }
  .dropdown-menu .ep-button-right {
    float: right;
    margin-top: 5px; }
  .dropdown-menu .mdl-data-table {
    border: none;
    color: black;
    width: 100%;
    max-width: 100%;
    cursor: default;
    table-layout: fixed; }
  .dropdown-menu .mdl-data-table td:first-of-type, .dropdown-menu .mdl-data-table th:first-of-type {
    padding-left: 10px; }
  .dropdown-menu .mdl-data-table td:last-of-type, .dropdown-menu .mdl-data-table th:last-of-type {
    padding-right: 10px;
    padding-left: 5px; }
  .dropdown-menu .mdl-data-table td {
    padding-top: 0;
    height: auto; }
    .dropdown-menu .mdl-data-table td input {
      width: 20px;
      text-align: right; }
  .dropdown-menu .mdl-data-table td, .dropdown-menu .mdl-data-table th {
    padding: 0 0px 0px 15px; }
  .dropdown-menu .mdl-data-table tbody tr {
    line-height: 2.6;
    height: auto; }
  .dropdown-menu .mdl-data-table th {
    height: auto; }
  .dropdown-menu td.ep-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px; }
    .dropdown-menu td.ep-title img {
      width: 48px;
      height: 48px;
      margin-right: 8px; }
  .dropdown-menu th.ep-price {
    width: 70px; }
  .dropdown-menu td.ep-price {
    font-size: 11px;
    font-weight: 500;
    padding-top: 3px; }
  .dropdown-menu th.ep-qty {
    width: 36px; }
  .dropdown-menu th.ep-bin {
    width: 42px; }
  .dropdown-menu td.ep-bin .mdl-button {
    min-width: 0;
    padding: 0 5px;
    color: #aaa;
    line-height: 0; }
    .dropdown-menu td.ep-bin .mdl-button:hover {
      color: #EF5350; }

.search-form {
  padding: 0 8px;
  font-weight: 400;
  cursor: default;
  line-height: 20px; }
  .search-form .mdl-radio {
    display: block; }
  .search-form .mdl-textfield {
    width: 100%;
    margin-bottom: -24px;
    padding-top: 14px; }
    .search-form .mdl-textfield label {
      top: 18px; }
  .search-form .select-style {
    width: 100%; }
  .search-form .search-option-title {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    display: inline-block;
    margin: 24px 0 8px; }
  .search-form .search-option-header {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    display: inline-block;
    margin: 8px 0 4px; }

.ep-checkout-dep-select {
  float: right;
  width: auto; }
  @media (max-width: 640px) {
    .ep-checkout-dep-select {
      width: 100%; } }
  .ep-checkout-dep-select p {
    margin-bottom: 4px; }
  .ep-checkout-dep-select .select-style {
    min-width: 205px; }
    @media (max-width: 640px) {
      .ep-checkout-dep-select .select-style {
        width: 100%; } }

.ep-error-block {
  width: 100%;
  padding: 15px;
  background-color: #f95050;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  display: none;
  color: white; }

.mdl-layout__header-row .mdl-navigation__link.open {
  background-color: #252f69; }
  .mdl-layout__header-row .mdl-navigation__link.open .dropdown-menu {
    display: block; }

.getmdl-select .mdl-icon-toggle__label {
  float: right;
  margin-top: -30px;
  color: rgba(0, 0, 0, 0.4); }
.getmdl-select.is-focused .mdl-icon-toggle__label {
  color: #3f51b5; }
.getmdl-select .mdl-menu__container {
  width: 100% !important;
  overflow: hidden; }
  .getmdl-select .mdl-menu__container .mdl-menu .mdl-menu__item {
    font-size: 16px; }

.getmdl-select__fullwidth .mdl-menu {
  width: 100%; }

.getmdl-select__fix-height .mdl-menu__container {
  overflow-y: auto;
  max-height: 300px !important; }

#header-favourites .dropdown-menu .dropdown-content .item {
  width: 100%;
  display: block;
  float: left;
  border-bottom: 1px solid #CCC;
  padding: 5px 10px;
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal; }

#header-favourites .dropdown-menu .dropdown-content .item .icon {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px; }

#header-favourites .dropdown-menu .dropdown-content .item .title {
  font-size: large;
  font-color: #000;
  display: block;
  line-height: 1.2em;
  margin-top: 10px;
  overflow: hidden; }

#header-favourites .dropdown-menu .dropdown-content .item .subtitle {
  font-size: medium;
  font-style: italic;
  color: #555;
  display: block;
  line-height: 1.2em;
  overflow: hidden;
  margin-top: 2px; }

#header-favourites .dropdown-menu .dropdown-content .item .mini-button-container {
  width: 40px;
  float: right;
  box-sizing: border-box; }

#header-favourites .dropdown-menu .dropdown-content .item .mini-button-container .mini-button {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 5px;
  background: #cf3339;
  color: white;
  font-size: small !important;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 3px;
  box-sizing: border-box; }

#header-favourites .dropdown-menu .dropdown-content .item .mini-button-container .mini-button:last-child {
  margin-bottom: 0px; }

#header-favourites .dropdown-menu .dropdown-content .item .mini-button-container .mini-button .material-icons {
  font-size: 18px; }

/* ==========  PRODUCT BOX  ========== */
.ep_product {
  cursor: pointer;
  border: 1px solid #f2f2f2;
  font-weight: 300;
  min-height: 350px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fdfdfd;
  position: relative;
  padding-bottom: 50px; }
  .ep_product .mdl-button {
    min-width: 44px;
    padding: 0 6px;
    line-height: 0; }
  .ep_product .ep_product_image {
    height: 180px;
    text-align: center;
    margin: 5px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  .ep_product .ep_product_footer {
    position: absolute;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #f2f2f2;
    line-height: 50px;
    	/*.ep_product_cart_price {
    	  display: block;
    	  text-align: left;
    	  padding-left: 10px;
    	  height: 100%;
    	  float: left;
    	  position: relative;
    
    	  &:after {
    		content: "";
    		background: #a0a0a0;
    		position: absolute;
    		top: 35%;
    		right: -8px;
    		margin-right: 3px;
    		height: 30%;
    		width: 1px;
    	  }
    	}*/ }
    .ep_product .ep_product_footer .ep_product_cart_container {
      height: 100%;
      text-align: right;
      padding: 0px 5px;
      display: block;
      float: right; }
      .ep_product .ep_product_footer .ep_product_cart_container input {
        width: 25px;
        height: 32px;
        text-align: right;
        font-size: 1em;
        padding-right: 3px; }
    .ep_product .ep_product_footer .ep-product-footer-option {
      height: 100%;
      display: inline-block;
      float: left; }
  .ep_product .ep_product_stock_level, .ep_product .ep_product_quantity {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    text-align: left;
    font-size: small; }
    .ep_product .ep_product_stock_level strong, .ep_product .ep_product_quantity strong {
      color: #CC0000; }
  .ep_product .ep_product_stock_level {
    color: #CC0000;
    /** Only Apply to Stock **/ }
  .ep_product .ep_product_prices {
    width: 100%;
    display: block;
    margin-top: 5px; }
    .ep_product .ep_product_prices .ep_product_cart_price {
      display: inline-block;
      font-size: small;
      font-weight: bold;
      padding: 5px; }
  .ep_product p {
    margin: 0px;
    padding: 0px 10px;
    font-weight: 400;
    line-height: 16px; }
    .ep_product p.ep_product_title {
      margin-top: 10px;
      color: #4a4949;
      font-size: 0.9em;
      min-height: 16px;
      font-weight: 600; }
    .ep_product p.ep_product_sku {
      color: #000000;
      font-size: 0.8em;
      min-height: 16px;
      margin-bottom: 5px; }
    .ep_product p.ep_product_desc {
      color: #000000;
      font-weight: bold;
      font-size: 0.85em;
      overflow: hidden;
      position: relative;
      line-height: 16px;
      max-height: 48px;
      text-align: justify;
      margin-right: 3px;
      padding-right: 13px; }
      .ep_product p.ep_product_desc:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0; }
      .ep_product p.ep_product_desc:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white; }

/* ==========  PRODUCT VIEW  ========== */
.ep-product-main-image {
  width: 100%;
  text-align: center;
  height: 400px; }
  .ep-product-main-image img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%; }

#pd-options .select-style {
  margin-bottom: 8px;
  width: 100%; }

.ep-product-details h5 {
  font-size: 24px; }
.ep-product-details #pd-prices {
  font-weight: bold;
  margin-bottom: 24px; }
.ep-product-details .stock-level {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 12px; }
.ep-product-details .product-finalise {
  display: inline-block;
  float: right; }
  .ep-product-details .product-finalise .product-qty {
    display: inline-block;
    margin-bottom: 16px; }
    .ep-product-details .product-finalise .product-qty label {
      margin-left: 12px; }
    .ep-product-details .product-finalise .product-qty input {
      width: 40px;
      padding: 6px; }
    .ep-product-details .product-finalise .product-qty button {
      margin-left: 12px; }
.ep-product-details .product-favourite {
  width: auto;
  float: left; }
  .ep-product-details .product-favourite .title {
    display: none; }

.ep-list-icons {
  width: 100%;
  display: block; }

.ep-list-icons .item {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #CCC;
  padding: 10px 5px;
  position: relative;
  text-decoration: none !important; }

.ep-list-icons .item:hover {
  background: #EFEFEF; }

.ep-list-icons .item:last-child {
  border-bottom: 0px; }

.ep-list-icons .item .title {
  width: 100%;
  display: block;
  font-size: large;
  font-weight: bold;
  color: #000; }

.ep-list-icon .item .title i {
  font-size: medium; }

.ep-list-icons .item .subtitle {
  width: 100%;
  display: block;
  font-size: small;
  font-weight: normal;
  color: #555; }

.mdl-layout__header {
  background-color: #e7e7e7;
  box-shadow: none; }

.mobile_head_logo {
  display: none; }

@media (max-width: 1024px) {
  .ep-product-details .product-finalise {
    width: 100%; }
    .ep-product-details .product-finalise button {
      width: 100%; }
  .ep-product-details .product-favourite {
    width: 100%;
    margin-top: 5px; }
    .ep-product-details .product-favourite button {
      width: 100%; }
    .ep-product-details .product-favourite .title {
      display: inline; }

  .ep-group-logo {
    display: none; }

  .mobile_head_logo {
    display: block;
    width: 100%;
    padding-top: 10px; }
    .mobile_head_logo .ep-group-mobile-logo {
      margin: 0 auto;
      display: block;
      height: 36px; }

  .mdl-layout__header-row .search_box input {
    min-width: 180px; }

  .mdl-layout__header .mdl-layout__drawer-button {
    margin: 16px;
    color: #514c4c;
    top: 46px; }

  .mdl-layout__header-row .mdl-navigation .mdl-navigation__link {
    position: static; }

  .dropdown-menu.short {
    height: auto !important;
    right: 0;
    left: 0;
    width: 100vw;
    border: 0;
    border-radius: 0; } }
@media (max-width: 479px) {
  .ep-product-main-image {
    height: auto; }

  .search_box {
    display: none; } }
#ep-checkout-table {
  border: none;
  color: black;
  width: 100%;
  cursor: default;
  overflow-x: scroll;
  display: block; }
  #ep-checkout-table td {
    border-top: none;
    border-bottom: none;
    padding-top: 6px;
    padding-bottom: 6px; }
  #ep-checkout-table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  #ep-checkout-table caption {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f3f3;
    font-weight: 500;
    font-size: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bfbfbf; }
  #ep-checkout-table.ep-clickable tr:hover {
    cursor: pointer; }
  #ep-checkout-table td.ep-qty input {
    width: 30px;
    text-align: right; }
  #ep-checkout-table td.ep-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: left;
    width: 100%; }
    #ep-checkout-table td.ep-title img {
      width: 48px;
      height: 48px;
      margin-right: 8px; }

#ep-header-cart-table td.ep-title {
  max-width: 170px; }

.ep-header-basket-info {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .ep-header-basket-info .ep-header-basket-image {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px 0; }
  .ep-header-basket-info .ep-header-basket-info-content {
    flex: 1 1;
    margin-left: 5px; }
    .ep-header-basket-info .ep-header-basket-info-content div {
      line-height: 1.2em; }

.ep-order-progress-details-card {
  width: 100%; }
  .ep-order-progress-details-card .mdl-card__title {
    background-color: #ebeeff; }
  .ep-order-progress-details-card .mdl-card__header {
    margin: 0;
    padding: 5px 15px;
    font-size: 0.9em;
    background-color: #b8c3ff; }
  .ep-order-progress-details-card .mdl-card__supporting-text .order-status {
    text-align: center;
    padding: 10px;
    border-bottom: rgba(0, 0, 0, 0.05); }
  .ep-order-progress-details-card .mdl-card__actions {
    text-align: center; }

@media (max-width: 839px) {
  .ep-order-progress-details-card .mdl-card__title {
    height: auto; } }
@media (min-width: 840px) {
  .ep-order-progress-details-card .mdl-card__title {
    height: 150px; } }
.ep-order-progress-details-list .mdl-list {
  margin-top: 0px;
  padding-top: 0px; }
  .ep-order-progress-details-list .mdl-list li {
    border-bottom: solid;
    border-bottom-color: #d4d4d4;
    border-width: 1px;
    height: auto; }
  .ep-order-progress-details-list .mdl-list .mdl-list__item {
    font-size: 15px; }
  .ep-order-progress-details-list .mdl-list .mdl-list__item-primary-content {
    height: auto; }
  .ep-order-progress-details-list .mdl-list .mdl-list__item-avatar {
    background: #27AE60;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin-right: 10px; }
  .ep-order-progress-details-list .mdl-list .mdl-list__item-avatar, .ep-order-progress-details-list .mdl-list .mdl-list__item-avatar.material-icons {
    min-width: 40px; }

.main-cart-buttons button:last-child {
  float: right; }

#ep-checkout-cart-totals {
  background: rgba(0, 0, 0, 0.12);
  float: right;
  padding: 12px 24px 4px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  #ep-checkout-cart-totals p {
    text-align: right;
    margin-bottom: 8px; }
    #ep-checkout-cart-totals p .total-head {
      font-weight: bold; }
    #ep-checkout-cart-totals p .total-val {
      display: inline-block;
      width: 80px; }

@media (max-width: 640px) {
  #ep-checkout-table td {
    display: block;
    height: 30px;
    padding: 0 12px; }
    #ep-checkout-table td:first-child {
      height: 46px;
      background: rgba(0, 0, 0, 0.12);
      padding-top: 12px;
      padding-bottom: 8px;
      margin-bottom: 8px; }
    #ep-checkout-table td.ep-title {
      height: 48px;
      margin-bottom: 12px; }
    #ep-checkout-table td.ep-cost, #ep-checkout-table td.ep-qty {
      display: inline-block;
      width: 20%;
      padding-bottom: 50px; }
      #ep-checkout-table td.ep-cost:before, #ep-checkout-table td.ep-qty:before {
        content: attr(data-th);
        display: block;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.54);
        font-size: 12px; }
    #ep-checkout-table td.ep-qty {
      width: 55%; }
  #ep-checkout-table th {
    display: none; }
  #ep-checkout-table.mdl-data-table {
    display: table; }

  .main-cart-buttons button {
    width: 100%;
    height: 48px;
    margin-bottom: 8px; } }
/* ==========  PROGRESS BAR  ========== */
.ep-progressbar {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  padding: 0px 20px; }
  @media (max-width: 479px) {
    .ep-progressbar {
      margin-bottom: -7px; } }
  .ep-progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 16.66%;
    float: left;
    position: relative;
    text-align: center; }
    .ep-progressbar li:before {
      content: counter(step);
      counter-increment: step;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 18px;
      color: white;
      background: #7b7b7b;
      border-radius: 20px;
      margin: 0 auto 5px auto; }
      @media (max-width: 479px) {
        .ep-progressbar li:before {
          width: 25px;
          line-height: 25px;
          font-size: 13px; } }
    .ep-progressbar li:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #7b7b7b;
      position: absolute;
      left: -50%;
      top: 20px;
      z-index: -1;
      /*put it behind the numbers*/ }
      @media (max-width: 479px) {
        .ep-progressbar li:after {
          top: 12px; } }
    .ep-progressbar li:first-child:after {
      /*connector not needed before the first step*/
      content: none; }
    .ep-progressbar li.active:before, .ep-progressbar li.active:after {
      background: #27AE60;
      color: white; }
  .ep-progressbar.ep-progressbar-8 li {
    width: 12.50%; }

.mdl-data-table td.ep-inbox-icon {
  padding-bottom: 7px;
  color: gray; }
  .mdl-data-table td.ep-inbox-icon i {
    font-size: 17px; }

.ep-inbox-icon-container {
  width: auto;
  height: auto;
  position: relative; }
  .ep-inbox-icon-container .ep-badge {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #CC0000;
    border: 2px solid white;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 999; }

/* ==========  TRACK MY ORDERS  ========== */
.ep-generic-table {
  width: 100%; }
  .ep-generic-table .mdl-data-table__cell--centre {
    text-align: center; }
  .ep-generic-table .mdl-data-table__cell--icon {
    width: 50px; }

#section-orders-panel, #site-orders-panel, .ep-generic-table {
  overflow: scroll; }
  #section-orders-panel .mdl-data-table, #site-orders-panel .mdl-data-table, .ep-generic-table .mdl-data-table {
    width: 100%; }
    #section-orders-panel .mdl-data-table caption, #site-orders-panel .mdl-data-table caption, .ep-generic-table .mdl-data-table caption {
      font-weight: bold;
      font-size: 24px;
      text-align: left;
      padding: 36px 0px 12px;
      color: rgba(0, 0, 0, 0.54); }
    #section-orders-panel .mdl-data-table tr, #site-orders-panel .mdl-data-table tr, .ep-generic-table .mdl-data-table tr {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      cursor: pointer; }
      #section-orders-panel .mdl-data-table tr td, #site-orders-panel .mdl-data-table tr td, .ep-generic-table .mdl-data-table tr td {
        border: none; }

.track-my-orders-table .mdl-data-table {
  width: 100%; }
  .track-my-orders-table .mdl-data-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
    .track-my-orders-table .mdl-data-table tr.is-selected {
      background-color: rgba(0, 0, 0, 0.12); }
    .track-my-orders-table .mdl-data-table tr td {
      border: none; }

@media (max-width: 640px) {
  #section-orders-panel .mdl-data-table caption, #site-orders-panel .mdl-data-table caption {
    font-size: 20px;
    padding: 24px 0px 12px; }
  #section-orders-panel .mdl-data-table tr th, #site-orders-panel .mdl-data-table tr th {
    display: none; }
  #section-orders-panel .mdl-data-table tr td, #site-orders-panel .mdl-data-table tr td {
    display: inline-block;
    text-align: left;
    height: 24px;
    width: 49%;
    margin-bottom: 18px; }
    #section-orders-panel .mdl-data-table tr td:before, #site-orders-panel .mdl-data-table tr td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      color: rgba(0, 0, 0, 0.54);
      font-size: 12px; }
    #section-orders-panel .mdl-data-table tr td:first-of-type, #site-orders-panel .mdl-data-table tr td:first-of-type {
      padding-left: 18px; }
    #section-orders-panel .mdl-data-table tr td.mdl-data-table__cell--non-numeric, #site-orders-panel .mdl-data-table tr td.mdl-data-table__cell--non-numeric {
      display: block;
      margin-bottom: 0; }
    #section-orders-panel .mdl-data-table tr td:last-child, #site-orders-panel .mdl-data-table tr td:last-child {
      text-align: right; }

  .track-my-orders-table .mdl-data-table tr th {
    display: none; }
    .track-my-orders-table .mdl-data-table tr th:first-child {
      display: table-cell;
      padding-bottom: 10px; }
    .track-my-orders-table .mdl-data-table tr th.product-info-tab {
      display: inline-block;
      padding-top: 12px; }
      .track-my-orders-table .mdl-data-table tr th.product-info-tab:after {
        content: " Info"; }
  .track-my-orders-table .mdl-data-table tr td {
    display: block;
    text-align: left;
    height: 24px; }
    .track-my-orders-table .mdl-data-table tr td:before {
      content: attr(data-th) " ";
      font-weight: bold;
      color: rgba(0, 0, 0, 0.54);
      font-size: 12px; }
    .track-my-orders-table .mdl-data-table tr td:first-child {
      display: table-cell;
      width: 50px; }
    .track-my-orders-table .mdl-data-table tr td:last-child {
      margin-bottom: 18px; }
  .track-my-orders-table button {
    width: 100%;
    height: auto;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 16px; } }
/* ==========  MY INBOX  ========== */
#ep-messages-table {
  width: 100%; }
  #ep-messages-table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    #ep-messages-table tr td {
      border: none;
      cursor: pointer; }
  #ep-messages-table tfoot tr {
    text-align: right; }
    #ep-messages-table tfoot tr td {
      padding-top: 8px;
      padding-bottom: 8px;
      cursor: auto; }
  #ep-messages-table .ep-unread {
    font-weight: bold; }

@media (max-width: 640px) {
  #ep-messages-table tr th {
    display: none; }
  #ep-messages-table tr td {
    display: block;
    height: 24px;
    padding-top: 4px; }
    #ep-messages-table tr td:first-child {
      display: table-cell;
      width: 38px;
      padding-left: 18px;
      padding-right: 4px; }
    #ep-messages-table tr td:last-child {
      margin-bottom: 8px; }
    #ep-messages-table tr td.inbox-date {
      font-weight: bold;
      font-size: 12px;
      padding-top: 10px;
      color: rgba(0, 0, 0, 0.75); }
    #ep-messages-table tr td .material-icons {
      margin-top: 8px; }
  #ep-messages-table tfoot tr td .material-icons {
    margin-top: 0; } }
#ep-approvals-orders-table {
  width: 100%; }
  #ep-approvals-orders-table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    #ep-approvals-orders-table tr td {
      border: none; }
  @media (max-width: 640px) {
    #ep-approvals-orders-table thead tr th {
      display: none; }
    #ep-approvals-orders-table tr td {
      display: block;
      height: 24px;
      padding-top: 4px; }
      #ep-approvals-orders-table tr td:first-child {
        display: table-cell;
        width: 38px;
        padding-left: 18px;
        padding-right: 4px; }
      #ep-approvals-orders-table tr td:last-child {
        margin-bottom: 8px; }
      #ep-approvals-orders-table tr td.inbox-date {
        font-weight: bold;
        font-size: 12px;
        padding-top: 10px;
        color: rgba(0, 0, 0, 0.75); }
      #ep-approvals-orders-table tr td .material-icons {
        margin-top: 8px; }
    #ep-approvals-orders-table tfoot tr td .material-icons {
      margin-top: 0; } }

#ep-approvals-items-table {
  width: 100%; }
  #ep-approvals-items-table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    #ep-approvals-items-table tr td {
      border: none; }
  @media (max-width: 640px) {
    #ep-approvals-items-table thead tr th {
      display: none; }
    #ep-approvals-items-table tr td {
      display: block;
      height: 24px;
      padding-top: 4px; }
      #ep-approvals-items-table tr td:first-child {
        display: table-cell;
        width: 38px;
        padding-left: 18px;
        padding-right: 4px; }
      #ep-approvals-items-table tr td:last-child {
        margin-bottom: 8px; }
      #ep-approvals-items-table tr td.inbox-date {
        font-weight: bold;
        font-size: 12px;
        padding-top: 10px;
        color: rgba(0, 0, 0, 0.75); }
      #ep-approvals-items-table tr td .material-icons {
        margin-top: 8px; }
    #ep-approvals-items-table tfoot tr td .material-icons {
      margin-top: 0; } }

dl.ep-inline {
  border: 1px double #ccc;
  background-color: #f1f1f1;
  padding: 0.5em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }
  dl.ep-inline dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold; }
  dl.ep-inline dt::after {
    content: ":"; }
  dl.ep-inline dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0; }

.ep-table-placeholder {
  text-align: center;
  min-height: 40px;
  font-size: 13px;
  border: 1px solid #c1c1c1;
  line-height: 40px; }

tr.ep-table-section-header {
  background-color: #f0f8ff; }
  tr.ep-table-section-header th {
    text-align: left;
    font-size: 1.1em; }
  tr.ep-table-section-header:hover {
    background-color: #f0f8ff !important; }

.ep-table-clickable tbody tr:hover {
  cursor: pointer; }

@media (min-width: 1025px) {
  .blocker {
    padding: 20px 20px 20px 259px; } }
/* ==========  SPINNER  ========== */
.threes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 5rem;
  height: 5rem;
  margin: 0 auto; }
  .threes .three {
    display: inline-flex;
    width: 30%;
    height: 30%;
    border-radius: 100%;
    background-color: black;
    animation: three 1.5s infinite ease-in-out both; }
    .threes .three-1 {
      animation-delay: -320ms; }
    .threes .three-2 {
      animation-delay: -160ms; }

@keyframes three {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
#ep-spinner {
  text-align: center; }

.ep-modal-table {
  width: 100%;
  overflow-y: scroll;
  max-height: 100px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.ep-modal-no-paddings {
  padding: 0 !important; }

/** =========== PROFILE ============= **/
.ep-profile-header {
  width: 100%;
  min-height: 80px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #EEE;
  padding: 40px 20px 40px 20px; }
  .ep-profile-header .profile-image-container {
    width: 80px;
    height: 80px;
    text-align: center;
    float: left;
    margin-right: 10px; }
    .ep-profile-header .profile-image-container .profile-image {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden;
      display: inline-block;
      background-position: center;
      background-size: cover;
      position: relative; }
      .ep-profile-header .profile-image-container .profile-image .editable-hint {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.4) url("../img/ic_gallery.png") no-repeat center;
        background-size: 40px 40px;
        position: absolute;
        display: none; }
      .ep-profile-header .profile-image-container .profile-image .editable-hint:hover {
        background-color: rgba(255, 255, 255, 0.6); }
      .ep-profile-header .profile-image-container .profile-image.editable {
        cursor: pointer; }
        .ep-profile-header .profile-image-container .profile-image.editable .editable-hint {
          display: block; }
  .ep-profile-header .profile-name {
    width: 100%;
    display: block;
    font-size: large;
    font-weight: bold; }
    .ep-profile-header .profile-name .editable-area {
      width: auto;
      display: inline-block;
      padding: 6px; }
      .ep-profile-header .profile-name .editable-area[contenteditable=true] {
        font-style: italic;
        border: 2px dashed #777;
        padding: 4px; }
  .ep-profile-header .profile-departments {
    width: 100%;
    display: block;
    font-size: medium;
    font-style: italic;
    padding-top: 5px; }

.ep-profile-contact {
  width: 100%;
  display: block;
  padding: 20px 20px 10px 100px; }
  .ep-profile-contact .title {
    width: 100%;
    display: block;
    font-size: medium;
    font-weight: bold; }
  .ep-profile-contact .number {
    width: 100%;
    display: block;
    font-size: medium;
    padding-top: 5px; }

.ep-mdl-select {
  width: 100%; }

#form-content {
  width: 100%; }

.ep-query-section-title {
  width: 100%;
  font-size: large;
  display: block;
  margin-top: 20px; }

.ep-query-section-question {
  width: 100%;
  display: block;
  margin-top: 10px; }

.ep-dml-select--label {
  font-size: medium; }

.ep-photo-items {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 5px; }
  .ep-photo-items .photo-item {
    display: block;
    float: left;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: default; }
    .ep-photo-items .photo-item .remove {
      width: 15px;
      height: 15px;
      color: white;
      font-size: small;
      text-align: center;
      cursor: pointer;
      border-radius: 50%;
      background: #333;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      margin: 5px; }
      .ep-photo-items .photo-item .remove .material-icons {
        font-size: small; }

.ep-photo-file {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px; }

#the-blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  color: white; }
  #the-blocker .content {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    text-align: center; }
  #the-blocker #blocker-message {
    font-size: medium;
    padding: 10px;
    display: block; }

.ep-query-detail {
  width: 100%;
  display: block; }
  .ep-query-detail .row {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .ep-query-detail .row .title {
      width: 100%;
      font-size: medium;
      font-weight: bold;
      display: block; }
    .ep-query-detail .row .value {
      width: 100%;
      font-size: medium;
      display: block; }
    .ep-query-detail .row .emphasis {
      background: #EFEFEF;
      padding: 5px; }
  .ep-query-detail .section-header {
    width: 100%;
    display: block;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px; }
    .ep-query-detail .section-header:first-child {
      margin-top: 0px; }
  .ep-query-detail .photo-row {
    width: 100%;
    display: block;
    padding: 10px 0px; }
    .ep-query-detail .photo-row .value {
      width: 80px;
      height: 80px;
      background-position: center;
      background-size: cover;
      display: inline-block;
      margin-right: 10px;
      cursor: pointer; }

.ep-category-selector {
  width: 100%;
  display: block;
  margin: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1; }
  .ep-category-selector label {
    font-weight: bold;
    font-size: large;
    padding: 5px; }
  .ep-category-selector .selector {
    width: 40%;
    height: auto;
    border: 1px solid black;
    background-size: 8px 8px;
    position: relative;
    font-size: medium;
    cursor: pointer;
    margin: 10px 5px; }
    .ep-category-selector .selector .title {
      width: 100%;
      display: block;
      padding: 6px; }
    .ep-category-selector .selector .dropdown {
      width: 100%;
      min-height: 1.2em;
      border: 1px solid black;
      display: none;
      background: white;
      padding: 0;
      margin-left: -1px;
      position: relative;
      top: 0;
      left: 0;
      z-index: 9999;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .ep-category-selector .selector .dropdown .item {
        width: 100%;
        display: block;
        list-style-type: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: white; }
        .ep-category-selector .selector .dropdown .item:last-child {
          border-bottom: none; }
        .ep-category-selector .selector .dropdown .item:hover {
          background: #EEE; }
        .ep-category-selector .selector .dropdown .item:last-child .title {
          border-bottom: none !important; }
        .ep-category-selector .selector .dropdown .item .title {
          display: block;
          padding: 5px;
          border-bottom: 1px solid black;
          background: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: small;
          cursor: pointer;
          transition: background-color 100ms; }
          .ep-category-selector .selector .dropdown .item .title:hover {
            background-color: rgba(0, 0, 0, 0.12); }
          .ep-category-selector .selector .dropdown .item .title .chevron {
            width: 16px;
            height: 16px;
            background: url("../img/select-arrow.png") no-repeat center;
            background-size: 6px 6px;
            display: inline-block;
            margin-top: 5px;
            -ms-transform: rotate(270deg);
            /* IE 9 */
            -webkit-transform: rotate(270deg);
            /* Chrome, Safari, Opera */
            transform: rotate(270deg); }
            .ep-category-selector .selector .dropdown .item .title .chevron:hover {
              background-color: #CCC; }
            .ep-category-selector .selector .dropdown .item .title .chevron.is-expanded {
              -ms-transform: rotate(0deg);
              /* IE 9 */
              -webkit-transform: rotate(0deg);
              /* Chrome, Safari, Opera */
              transform: rotate(0deg); }
        .ep-category-selector .selector .dropdown .item .container {
          width: 100%;
          padding: 5px 2%;
          display: none;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          background: rgba(0, 0, 0, 0.08);
          border-radius: 5px;
          margin-top: 4px; }
          .ep-category-selector .selector .dropdown .item .container .item:last-child {
            border-bottom: none; }

.ep-category-selector.side-selector {
  width: auto; }
  .ep-category-selector.side-selector .selector {
    width: auto;
    border: 0; }
    .ep-category-selector.side-selector .selector .dropdown {
      display: block;
      border: 0;
      background: rgba(0, 0, 0, 0); }
      .ep-category-selector.side-selector .selector .dropdown .item {
        background: rgba(0, 0, 0, 0); }
        .ep-category-selector.side-selector .selector .dropdown .item .title {
          border-bottom: 2px solid #ccc; }

.bottom_logo {
  bottom: 0;
  width: 100%;
  background: #514c4c; }
  .bottom_logo img {
    height: 30px;
    display: block;
    margin: 0 auto;
    padding: 24px 0; }

#form-content .ep-error-block {
  margin-bottom: 10px;
  box-sizing: border-box; }

@media (max-width: 1024px) {
  .ep-category-selector .selector {
    width: 60%; } }
@media (max-width: 479px) {
  .ep-category-selector .selector {
    width: 92%; } }
.ep-query-create-button {
  text-align: right; }

@media (max-width: 479px) {
  .ep-query-create-button .mdl-button {
    width: 92%; } }
@media (max-width: 839px) {
  #form-content #ep-button-submit {
    width: 100%; } }
.ep-info-block {
  width: 100%;
  padding: 15px;
  background-color: #EEE;
  border: 1px solid #CCC;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  display: block;
  color: black;
  box-sizing: border-box;
  margin-bottom: 20px; }

.ep-order-load-more {
  text-align: center; }

.ep-frame-content {
  width: 100%;
  height: 800px;
  border: 1px solid black; }

.ep-nav-badge {
  min-width: 1.2em;
  height: 1.2em;
  background: #CC0000;
  color: white;
  font-weight: bold;
  font-size: small;
  text-align: center;
  padding: 2px 4px 4px 4px;
  position: absolute;
  z-index: 6;
  border-radius: 30px;
  cursor: default; }

.ep-blocker {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999; }
  .ep-blocker .ep-spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .ep-blocker .ep-spinner .mdl-spinner {
      width: 50px;
      height: 50px; }

/* ========= LOGIN =========== */
.login-page-area-box {
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 4px; }

input.mdl-textfield__input {
  border: 1px solid #ccc;
  border-radius: 4px; }

.mdl-textfield__label {
  left: 5px;
  top: 25px; }

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  left: 0;
  color: #000; }

/* ======== CHECKOUT ========= */
.checkout-primary-content {
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 0; }
  .checkout-primary-content .checkout-title {
    font-size: x-large;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: black;
    display: block;
    padding: 40px 0 40px 0; }
    .checkout-primary-content .checkout-title.less-excessive-padding {
      padding-bottom: 10px; }
    .checkout-primary-content .checkout-title .icon {
      width: 40px;
      height: 40px;
      background: rgba(128, 128, 128, 0.4);
      color: white;
      display: inline-block;
      margin-bottom: 5px;
      line-height: 50px;
      border-radius: 50%; }
  .checkout-primary-content .checkout-customer-reference {
    max-width: 400px;
    width: 100%;
    margin: 10px auto 0 auto;
    text-align: center; }
    .checkout-primary-content .checkout-customer-reference label {
      display: block;
      font-weight: bold; }
    .checkout-primary-content .checkout-customer-reference input[type=text] {
      width: 100%;
      border: 1px solid #000;
      border-radius: 5px;
      padding: 10px 5px;
      text-align: center; }
  .checkout-primary-content .checkout-heading {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0 0 0; }
    .checkout-primary-content .checkout-heading .checkout-title {
      padding-top: 0; }
    .checkout-primary-content .checkout-heading .checkout-steps {
      width: 100%;
      display: block;
      text-align: center; }
      .checkout-primary-content .checkout-heading .checkout-steps .step-container {
        display: inline-block; }
      .checkout-primary-content .checkout-heading .checkout-steps .step {
        width: 120px;
        display: inline-block;
        margin-right: 20px; }
        .checkout-primary-content .checkout-heading .checkout-steps .step:last-child {
          margin-right: 0; }
        .checkout-primary-content .checkout-heading .checkout-steps .step .circle {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          display: inline-block;
          background: #EFEFEF;
          font-size: xx-large;
          line-height: 60px;
          border: 2px solid #FEFEFE; }
        .checkout-primary-content .checkout-heading .checkout-steps .step.active .circle {
          background: #00CC00;
          color: white;
          border-color: #c2e8c3; }
        .checkout-primary-content .checkout-heading .checkout-steps .step .title {
          display: block;
          font-size: small;
          text-transform: uppercase; }
  .checkout-primary-content .products-area {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px; }
    .checkout-primary-content .products-area .product-item {
      display: flex;
      flex-direction: row;
      border-bottom: 1px solid rgba(128, 128, 128, 0.2);
      padding: 10px; }
      .checkout-primary-content .products-area .product-item:last-child {
        border-bottom: none; }
      .checkout-primary-content .products-area .product-item .product-image {
        width: 40px;
        height: 40px;
        background-size: cover;
        background-position: center; }
      .checkout-primary-content .products-area .product-item .info-area {
        flex: 1 1;
        padding: 0 10px; }
        .checkout-primary-content .products-area .product-item .info-area .product-title {
          font-size: medium;
          font-weight: bold; }
        .checkout-primary-content .products-area .product-item .info-area .product-subtitle {
          font-size: small;
          color: #333;
          font-style: italic; }
      .checkout-primary-content .products-area .product-item .product-quantity {
        width: 2.5em;
        text-align: center;
        padding: 5px;
        font-size: medium;
        border: 1px solid black;
        background: white;
        display: flex;
        flex-direction: column; }
        .checkout-primary-content .products-area .product-item .product-quantity .space {
          flex: 1 1; }
      .checkout-primary-content .products-area .product-item .product-total {
        width: 6em;
        text-align: right;
        display: flex;
        flex-direction: column; }
        .checkout-primary-content .products-area .product-item .product-total .space {
          flex: 1 1; }
    .checkout-primary-content .products-area .button-item {
      display: block;
      text-align: center;
      padding: 10px; }
  .checkout-primary-content .address-area {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px; }
    .checkout-primary-content .address-area .address-item {
      display: flex;
      flex-direction: row;
      padding: 10px;
      border-bottom: 1px solid rgba(128, 128, 128, 0.2);
      cursor: default; }
      .checkout-primary-content .address-area .address-item:last-child {
        border-bottom: none; }
      .checkout-primary-content .address-area .address-item .content-area {
        flex: 1 1;
        display: block; }
      .checkout-primary-content .address-area .address-item .action-area {
        margin-left: 10px; }
        .checkout-primary-content .address-area .address-item .action-area .mdl-button {
          text-transform: uppercase; }
    .checkout-primary-content .address-area .button-item {
      display: block;
      padding: 20px;
      text-align: center; }
  .checkout-primary-content .delivery-area {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .checkout-primary-content .delivery-area .delivery-area-notice {
      font-size: large;
      font-weight: bold;
      color: #BBB;
      text-align: center;
      display: block;
      padding: 20px; }
    .checkout-primary-content .delivery-area .delivery-method-area {
      padding: 10px; }
    .checkout-primary-content .delivery-area .delivery-method-item {
      display: flex;
      border-bottom: 1px solid rgba(128, 128, 128, 0.1);
      padding: 10px;
      flex-direction: row; }
      .checkout-primary-content .delivery-area .delivery-method-item:last-child {
        border-bottom: 0; }
      .checkout-primary-content .delivery-area .delivery-method-item .info-area {
        flex: 1 1; }
        .checkout-primary-content .delivery-area .delivery-method-item .info-area .title {
          display: block;
          font-size: medium;
          padding-bottom: 5px; }
        .checkout-primary-content .delivery-area .delivery-method-item .info-area .price {
          font-size: medium;
          font-weight: bold; }
      .checkout-primary-content .delivery-area .delivery-method-item .action-area {
        margin-left: 10px; }
  .checkout-primary-content .payment-area {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px; }
    .checkout-primary-content .payment-area .payment-field-container {
      margin-top: 0;
      padding-top: 0; }
      .checkout-primary-content .payment-area .payment-field-container #stripe-payment-card-field {
        border: 1px solid rgba(128, 128, 128, 0.2);
        border-radius: 10px;
        padding: 12px 15px;
        box-shadow: 0 0 10px rgba(128, 128, 128, 0.1); }
      .checkout-primary-content .payment-area .payment-field-container #stripe-payment-card-error {
        display: block;
        font-size: small;
        font-weight: bold;
        text-align: center;
        color: #CC0000;
        padding: 5px; }
  .checkout-primary-content .totals-area {
    padding: 10px; }
    .checkout-primary-content .totals-area .total-box {
      border: 1px solid rgba(128, 128, 128, 0.3);
      background-color: rgba(128, 128, 128, 0.1);
      border-radius: 10px;
      padding: 10px; }
      .checkout-primary-content .totals-area .total-box .total-row {
        display: flex;
        flex-direction: row;
        padding: 10px;
        font-size: medium; }
        .checkout-primary-content .totals-area .total-box .total-row.total-row-addon {
          padding-top: 0; }
        .checkout-primary-content .totals-area .total-box .total-row:last-child {
          border-bottom: none; }
        .checkout-primary-content .totals-area .total-box .total-row.grand-total {
          border-top: 1px dotted rgba(128, 128, 128, 0.6);
          font-size: large; }
        .checkout-primary-content .totals-area .total-box .total-row .row-item {
          flex: 1 1; }
        .checkout-primary-content .totals-area .total-box .total-row .row-total {
          font-weight: bold;
          text-align: right; }
        .checkout-primary-content .totals-area .total-box .total-row .row-caption {
          font-size: small;
          font-style: italic; }
  .checkout-primary-content .submit-area {
    text-align: center;
    padding: 10px 20px; }
    .checkout-primary-content .submit-area .terms {
      font-size: small; }
    .checkout-primary-content .submit-area .mdl-progress {
      display: inline-block; }

.alert {
  width: 100%;
  padding: 5px;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box; }
  .alert.alert-warning {
    border-color: #DEC400;
    background-color: #FFFBB7; }

/**
ARTICLES
 */
#articles {
  text-align: center; }
  #articles .loading-area {
    width: 100%;
    display: block;
    text-align: center; }
  #articles .headline {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    color: black;
    text-decoration: none;
    margin-bottom: 50px; }
    #articles .headline .title {
      width: 100%;
      display: block;
      font-size: xx-large;
      font-weight: bold; }
    #articles .headline .subtitle {
      width: 100%;
      display: block;
      font-size: medium;
      color: #777; }
      #articles .headline .subtitle .article-date, #articles .headline .subtitle .article-author {
        display: inline-block;
        padding: 5px; }
    #articles .headline .article-body {
      border-top: 1px solid #EFEFEF;
      max-height: 200px;
      padding: 10px;
      position: relative;
      display: block;
      overflow: hidden; }
      #articles .headline .article-body img {
        max-width: 60%; }
      #articles .headline .article-body .fader {
        position: absolute;
        display: flex;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: black;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), white);
        text-transform: uppercase;
        text-align: center;
        font-size: small;
        font-weight: bold;
        flex-direction: column; }
        #articles .headline .article-body .fader .space {
          flex: 1 1; }
  #articles .item {
    color: black;
    text-decoration: none;
    margin-top: 20px;
    display: block; }
    #articles .item .title {
      width: 100%;
      display: block;
      font-size: large;
      font-weight: bold; }
    #articles .item .subtitle {
      width: 100%;
      display: block;
      font-size: small;
      color: #777; }
      #articles .item .subtitle .article-date, #articles .item .subtitle .article-author {
        display: inline-block;
        padding: 5px; }
    #articles .item .article-body {
      border-top: 1px solid #EFEFEF;
      max-height: 200px;
      padding: 10px;
      position: relative;
      display: block;
      font-size: small;
      overflow: hidden; }
      #articles .item .article-body img {
        max-width: 100%; }
      #articles .item .article-body .fader {
        position: absolute;
        display: flex;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: black;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), white);
        text-transform: uppercase;
        text-align: center;
        font-size: small;
        font-weight: bold;
        flex-direction: column; }
        #articles .item .article-body .fader .space {
          flex: 1 1; }

#news-article-container {
  padding: 0 20px; }

.ep-featured-carousel {
  width: 98%;
  height: 220px;
  overflow: hidden;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 10px;
  margin: 0 10px;
  position: relative; }
  .ep-featured-carousel.front-page-carousel {
    height: auto; }
    .ep-featured-carousel.front-page-carousel .ep-carousel-scroller {
      height: auto;
      padding-bottom: 0; }
      .ep-featured-carousel.front-page-carousel .ep-carousel-scroller .ep-carousel-wrapper {
        height: auto; }
        .ep-featured-carousel.front-page-carousel .ep-carousel-scroller .ep-carousel-wrapper .ep-featured-item {
          width: 100%; }
          .ep-featured-carousel.front-page-carousel .ep-carousel-scroller .ep-carousel-wrapper .ep-featured-item img {
            width: 100%; }
  .ep-featured-carousel .ep-carousel-scroller {
    height: 320px;
    padding-bottom: 100px;
    overflow-x: scroll;
    overflow-y: hidden;
    box-sizing: border-box; }
  .ep-featured-carousel .ep-carousel-wrapper {
    height: 220px;
    width: auto;
    white-space: nowrap;
    padding: 10px 50px; }
    .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product {
      width: 200px;
      height: 200px;
      display: inline-block;
      margin-right: 10px;
      border: 1px solid rgba(128, 128, 128, 0.25);
      cursor: pointer;
      white-space: normal; }
      .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product:hover {
        background-color: rgba(0, 0, 0, 0.1); }
      .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product .ep-featured-image {
        width: 100%;
        height: 80px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 5px; }
      .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product .ep-featured-title, .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product .ep-featured-sku {
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px;
        box-sizing: border-box; }
      .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product .ep-featured-title {
        font-weight: bold;
        font-size: medium;
        height: 3em;
        line-height: 1.4em;
        overflow: hidden; }
      .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product .ep-featured-sku {
        font-size: small;
        margin-top: -5px;
        white-space: nowrap;
        overflow: hidden; }
      .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product .ep-featured-split {
        display: flex;
        margin-top: -8px; }
        .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product .ep-featured-split .ep-featured-stock, .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product .ep-featured-split .ep-featured-per {
          flex: 1 1;
          text-align: center;
          font-size: x-small; }
      .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product .ep-featured-price {
        width: 100%;
        display: block;
        text-align: center; }
        .ep-featured-carousel .ep-carousel-wrapper .ep-featured-product .ep-featured-price .price {
          padding: 2px;
          font-weight: bold;
          display: inline-block; }
  .ep-featured-carousel .ep-carousel-navigator {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .ep-featured-carousel .ep-carousel-navigator:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
    .ep-featured-carousel .ep-carousel-navigator.left {
      left: 0;
      margin-left: 5px;
      background-image: url("../img/ic_back_inverse_small.png"); }
    .ep-featured-carousel .ep-carousel-navigator.right {
      right: 0;
      margin-right: 5px;
      background-image: url("../img/ic_forward_inverse_small.png"); }
  @media (max-width: 720px) {
    .ep-featured-carousel .ep-carousel-wrapper {
      padding: 10px; }
    .ep-featured-carousel .ep-carousel-navigator {
      display: none; } }
  .ep-featured-carousel .ep-carousel-message {
    width: 100%;
    height: 1.8em;
    font-size: medium;
    position: absolute;
    top: 50%;
    margin-top: -0.9em;
    text-align: center; }

.ep_message {
  width: 100%;
  display: block;
  height: auto;
  padding: 20px;
  font-size: medium;
  border-radius: 10px;
  margin-top: 10px; }

.ep_message .ep_message_title {
  display: block;
  font-weight: bold; }

.ep_message .ep_message_body {
  display: block;
  margin-top: 5px; }

.front-page-grid {
  background: #e7e7e7; }
  .front-page-grid .ep_category_card .mdl-card__actions {
    background: #514c4c;
    border-top: 10px solid #d2ba73; }
    .front-page-grid .ep_category_card .mdl-card__actions .ep_category_card_title {
      text-shadow: none; }

.mdl-layout__title, .mdl-layout-title {
  font-family: "gotham";
  font-weight: 500;
  font-size: 24px;
  margin-left: 16px;
  margin-top: 16px;
  color: #514c4c; }

.mdl-button {
  font-family: "gotham"; }

.mdl-button--raised.mdl-button--colored {
  background-color: #cf3339; }

.mdl-button--raised.mdl-button--colored:hover, .mdl-button--raised.mdl-button--colored:active, .mdl-button--raised.mdl-button--colored:visited {
  background-color: #7e1e21; }

#header-cartItems .mdl-button.mdl-button--colored {
  color: #cf3339; }

.ep_product_cart_container .mdl-button.mdl-button--colored {
  color: #cf3339; }

#registration-form .form-group h4 {
  font-weight: 500;
  color: #cf3339;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding-bottom: 14px; }

/*# sourceMappingURL=app.css.map */
