@import url(font-awesome.min.css);
@font-face {
  font-family: 'good-oatmeal-v2';
  src: url("fonts/good-oatmeal/fonts/good-oatmeal-371.woff") format("woff"), url("fonts/good-oatmeal/fonts/good-oatmeal-371.ttf") format("truetype"), url("fonts/good-oatmeal/fonts/good-oatmeal-371.svg#good-oatmeal-371") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sourcesanspro';
  src: url("fonts/source-sans-pro/sourcesanspro-regular-webfont.woff") format("woff"), url("fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf") format("truetype"), url("fonts/source-sans-pro/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'sourcesanspro';
  src: url("fonts/source-sans-pro/sourcesanspro-semibold-webfont.woff") format("woff"), url("fonts/source-sans-pro/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("fonts/source-sans-pro/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'sourcesanspro';
  src: url("fonts/source-sans-pro/sourcesanspro-bold-webfont.woff") format("woff"), url("fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf") format("truetype"), url("fonts/source-sans-pro/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* Font Awesome */
/* Print Styles */
@media print {
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  /* hide unnecessary global UI elements */
  .top-content, .top-panel, [role="secondary-nav"], .isc-nav-bar ,.breadcrumbs, .isc-primary-nav, footer#footer, .show-for-small, .hide-for-medium-up, .f-dropdown.content, .btns a.btn-print, .btn-return, .btn-continue-shopping {
    display: none !important;
  }

  body {
    background: #fff !important;
  }

  [role="main"] .main-row {
    width: 100%;
    max-width: 100%;
  }

  a:link, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: "";
  }
}

body {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 320px;
  color: #252525;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
}

@media all and (min-width: 960px) {
  html body {
    background-size: 100% auto;
  }
}
/* Hide background image on mobile */
@media all and (max-width: 480px) {
  html body {
    background-image: none !important;
    background-color: #fff;
  }
}
* {
  outline: none !important;
}

.container {
  width: 100%;
}

.isc-content-block {
  display: inline;
}

div.cm {
  margin-bottom: 1em;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-family: inherit;
  font-size: 2.25em;
  line-height: 1.25em;
  margin-top: 0.75em;
  margin-bottom: .5em;
  color: inherit;
}

h2 {
  font-family: inherit;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: .75em;
  color: inherit;
}

h3 {
  font-family: inherit;
  font-size: 1.2em;
  margin-top: 1.25em;
  margin-bottom: 1em;
  color: inherit;
}

h4, h5, h6 {
  font-family: inherit;
  font-size: 1em;
  margin-top: 1.25em;
  margin-bottom: 1em;
  color: inherit;
}

ul, ol {
  /* margin-left: 2.5em; */
}

header ul {
  margin-left: 0;
}

/* Messages */
span.error {
  padding: 0.25em 1em;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
}

p.error, div.error, .messaging {
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 1em;
    margin: 1.5em 0;
}

.messaging--caution {
  background: #fff6c5;
  border-color: #ffd800;
}

p.error, div.error {
  font-size: 0;
  padding: 0;
  border: 0;
}

.error:after {
  content: " ";
  display: table;
}

.outstock, .redTxt {
  color: #C60F13;
}

/* Left Navigation */
@media all and (min-width: 768px) {
  .left-nav-2 {
    width: 250px;
  }
}
.left-nav-2 ul {
  list-style: none;
  margin-left: 0;
}

.left-nav-2 ul li.nav-selected {
  font-weight: bold;
}

/* Global Informational Table Class */
table.info-tbl {
  border: 1px solid #ddd;
}

.info-tbl tr {
  border-bottom: 1px solid #e0e0e0;
  height: auto !important;
}

.info-tbl th, .info-tbl td {
  text-align: left;
  line-height: 1.5em;
  padding: 1em .75em;
  vertical-align: top;
  position: relative;
}

.info-tbl th + th, .info-tbl td + td {
  border-left: 1px solid #e0e0e0;
}

.info-tbl th {
  font-weight: 600;
  border-bottom: 2px solid #d0d0d0;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background-color: #fff;
}

table tr.odd, table tr.alt, table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* Table Sorting */
th .sort {
  position: relative;
  display: block;
  padding-right: 15px;
}

th .sort:hover, th .sort:focus {
  text-decoration: none;
  color: inherit;
}

th .sort:after {
  color: #606060;
  font-family: 'good-oatmeal-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  right: -4px;
  top: -2px;
  font-size: 1.2rem;
}

th .sort-ascending:after {
  content: "\e603";
}

th .sort-descending:after {
  content: "\e602";
}

/* Custom Responsive Table */
.overflow-table {
  width: 100%;
  /* overflow: hidden; */
}
.overflow-table table {
  width: 100%;
}

@media all and (max-width: 767px) {
  .overflow-table {
    /* border-right: 1px solid #e0e0e0; */
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1.25rem;
    /*border-right: 1px solid #e0e0e0;*/
    /* Overflow-table sizes of first column */
  }
  .overflow-table .info-tbl {
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0;
  }
  .overflow-table .info-tbl th {
    /*height: 51px;*/
    position: static;
  }
  .overflow-table .info-tbl .sticky-first {
    /* position: absolute; */
    z-index: 3;
  }
  .overflow-table .info-tbl tr th:first-child:before,
  .overflow-table .info-tbl tr td:first-child:before {
    content: ' ';
    background-color: white;
    position: absolute;
    height: 51px;
    display: block;
    margin: -15px -11px;
    border: 1px solid #e0e0e0;
    z-index: 2;
  }
  .overflow-table .info-tbl tr th:first-child:before {
    background-color: #f9f9f9;
    border-bottom: 0px solid transparent;
    height: 49px;
  }
  .overflow-table .info-tbl tr th:before,
  .overflow-table .info-tbl tr td:before {
    display: none !important;
  }
  .overflow-table .info-tbl tr.odd td:first-child:before,
  .overflow-table .info-tbl tr.alt td:first-child:before,
  .overflow-table .info-tbl tr:nth-of-type(odd) td:first-child:before {
    background-color: #f9f9f9;
  }
  .overflow-table.small tr th:first-child:before,
  .overflow-table.small tr td:first-child:before,
  .overflow-table.small tr td:first-child,
  .overflow-table.small tr td:first-child {
    min-width: 82px;
    width: 82px;
  }
  .overflow-table.large tr th:first-child:before,
  .overflow-table.large tr td:first-child:before,
  .overflow-table.large tr td:first-child,
  .overflow-table.large tr td:first-child {
    min-width: 120px;
    width: 120px;
  }
}
@media all and (max-width: 767px) {
  .overflow-table {
    border-right: 1px solid #e0e0e0;
  }
}
/* Order Tables */
div.table-wrapper {
  width: 100%;
  float: left;
  clear: both;
}

table.responsive {
  width: 100%;
}

table .col-tot {
  text-align: right;
}

/* Checkout Headers */
.checkout-head {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1.5em;
}

.checkout-head h1 {
  margin-bottom: .25em;
}

@media all and (max-width: 767px) {
  .checkout-head .checkout-crumbs {
    margin-left: 0;
  }

  .checkout-head {
    margin-bottom: 1em;
  }
}
/* Easy Responsive Tabs */
.tab-accord {
  margin-bottom: 1em !important;
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  display: inline-block;
  padding: .5em 1.5em;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  background-color: SlateGray;
  color: #fff;
  border-left: 1px solid SlateGray;
  border-right: 1px solid SlateGray;
}

.resp-tabs-list li + li {
  margin-left: 2px;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 1.5em;
}

.resp-tabs-list li.resp-tab-active {
  border: 1px solid #d5d5d5;
  border-bottom: none;
  margin-bottom: -1px;
  padding: .5em 1.5em;
  background-color: #fff;
  color: SlateGray;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #d5d5d5;
}

h2.resp-accordion {
  font-size: inherit;
  font-weight: 600;
  margin: 0px;
  margin-top: 2px;
  padding: 0.5em 1.25em;
  background-color: SlateGray;
  color: #fff;
  border: 1px solid SlateGray;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  font-family: 'good-oatmeal-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  float: right;
  font-size: 1.2em;
  line-height: 1.2em;
}

.resp-arrow:before {
  content: "\e62d";
}

h2.resp-tab-active span.resp-arrow:before {
  content: "\e62c";
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #fff;
  border: 1px solid #d5d5d5;
  color: SlateGray;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-tab-content {
    padding: 1.25em;
  }
}
/* Accordions */
.accordion input.accord-check {
  display: none;
}

.accordion label.accord-head {
  background: SlateGray;
  border: 1px solid SlateGray;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  z-index: 20;
}

.accordion input.accord-check:checked + label.accord-head {
  background: #fff;
  color: SlateGray;
  border-color: #d5d5d5;
}

.accordion label.accord-head:after {
  font-family: 'good-oatmeal-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  content: "\e62d";
  float: right;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-left: .75em;
}

.accordion input.accord-check:checked + label.accord-head:after {
  content: "\e62c";
}

.accordion article.accord-content {
  background: #fff;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 10;
  margin-top: -1px;
}

.accordion article.accord-content >.row > div > div {
  margin-bottom: 15px;
}

/* clearly hax */
.accordion article.accord-content:before,
.accordion article.accord-content:after {
  content: " ";
  display: table;
}

.accordion article.accord-content:after {
  clear: both;
}

.accordion input.accord-check:checked ~ article.accord-content {
  height: auto;
  overflow: visible;
  visibility: visible;
  margin-bottom: .125em;
  padding: 1.25em;
  border: 1px solid #d5d5d5;
}

/* Foundation sections and section toggle */
@media (max-width: 767px) {
  .section-container .content {
    display: none;
  }

  .section-container section.active .content {
    display: block !important;
  }
}
/* Paginator */
body [role="main"] div.paginator-34 {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  padding: 0.75em 1em 0 1em;
  border: 1px solid #E0E0E0;
  background: #fff;
  margin-bottom: 10px;
}

.paginator-34 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.paginator-34 ul > li {
  /* float: left; */
}

.paginator-34 * {
  vertical-align: middle;
}

.paginator-34 select {
  margin-bottom: 0;
  height: 2.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.paginator-34 .pagination .page-current span {
  display: inline-block;
  width: auto;
}

.paginator-34 ul li {
  font-size: inherit;
  height: auto;
  float: left;
}

.paginator-34 ul li a {
  vertical-align: middle;
  padding: 0;
}

.paginator-34 .remove-all {
  float: left;
  line-height: 25px;
}

.paginator-34 a.p-num {
  font-weight: bold;
}

.paginator-34 a.p-num:hover {
  text-decoration: underline;
}

.paginator-34 .page-current, .paginator-34 .page-previous {
  white-space: nowrap;
  text-align: right;
  line-height: 190%;
  font-style: italic;
    height: 2em;
}

.enter-page {
  width: 35px !important;
  margin-right: 5px !important;
  float: left;
}

.pagination > div {
  display: inline-block;
  margin-left: 0.3125em;
}

.pagination > div.hidden {
  display: none;
}

.pagination a.next-prev:link, .pagination a.next-prev:visited {
  font-family: 'good-oatmeal-v2';
  width: 20px;
  height: 2em;
  line-height: 200%;
  display: inline-block;
  text-decoration: none;
  cursor: pointer !important;
}

.pagination a.next-prev:hover, .pagination a.next-prev:focus {
  opacity: 0.9;
  color: inherit;
}

.pagination a.p-prev:before {
  content: "\e011";
}

.pagination a.p-next:after {
  content: "\e012";
}
.pagination a.p-last:before {
  content: "\e012";
    position: absolute;
    margin-left: -6px;
}

.pagination a.p-first:after {
  content: "\e011";
    position: absolute;
    margin-left: -10px;
}

.pagination div.page-prev {
  margin-right: .25em;
  vertical-align: top;
}

.pagination div.page-next {
  margin-left: .25em;
  vertical-align: top;
}
.pagination a.next-prev.disabled:link, .pagination a.next-prev.disabled:visited {
    pointer-events: none !important;
    cursor: inherit !important;
    -ms-opacity: .4;
    opacity: .4;
}

@media all and (max-width: 767px) {
  .pagination div.page-prev {
    float: left;
    margin-left: 0;
  }

  .pagination div.page-next {
    float: right;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) {
  .paginator-34 > * {
    width: auto;
    position: relative;
    z-index: 2;
  }

  .paginator-34 .results-list, .paginator-34 .sort-list {
    width: auto !important;
    height: 2.5em;
    margin-bottom: 0.25em;
    margin-right: .8em;
  }

  .paginator-34 .sort-list {
    min-width: 200px;
  }

  .paginator-34 .sort-list .sorting-label {
    display: inline-block;
    float: left;
  }
}
.paginator-34 label {
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
  line-height: 250%;
}

.paginator-34 .sort-list div.small-4, .paginator-34 li.results-list .per-page {
  width: auto !important;
}

.paginator-34 li.results-list .per-page-select {
  float: left;
}

.paginator-34 .sort-list .small-8 {
  float: left;
}

.paginator-34 form.custom div.custom, .paginator-34 div.custom {
  margin: 0;
}

.paginator-34 .results-count {
  line-height: 25px;
  text-align: left;
}

.pagination input {
  margin: 0;
  margin-right: .5em !important;
  height: 2.4em !important;
  width: auto;
  min-width: 50px;
  max-width: 80px;
}

@media all and (max-width: 767px) {
  .pagination input {
    min-width: 60px;
    max-width: 90px;
  }
}
h3.results-count {
  margin: 0;
  margin-bottom: 0.75em;
  font-weight: normal;
  font-size: 1em;
}

.results-count .result-num {
  font-weight: 600;
}

.paginator-34 .sort-list {
  text-align: left;
  padding-left: 0;
  width: 210px;
}

@media all and (max-width: 767px) {
  .paginator-34 .sort-list,
  .paginator-34 .results-list {
    margin-bottom: .5em;
  }
}
.sort-list select, .results-list select {
  width: auto !important;
  max-width: 175px;
  min-width: 53px;
  vertical-align: middle;
}

.sort-list label {
  vertical-align: middle;
  margin-right: 5px;
}

.sort-list label {
  width: auto;
}

.sort-list .columns, .results-list .columns {
  padding: 0 .2em;
}

.paginator-34 .results-list {
  width: auto;
  max-width: 50%;
}

.results-list label, .sort-list label {
  margin-right: 5px;
}

.results-list select {
  width: 50px;
}

.paginator-34 .pagination {
  height: 2.5em;
  margin-bottom: .25em;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 767px) {
  .paginator-34 .pagination {
    width: 100%;
  }
}
body [role="main"] div.pbtm {
  margin-bottom: 1.5em;
  padding-top: .5em;
}

.pbtm .pagination {
  margin: 0;
}

/* Modals */
.reveal-modal {
  height: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  text-align: center;
  width: 90%;
}

.reveal-modal .modal-wrap {
  background-color: white;
  padding: 1.25em;
  border: solid 1px #ddd;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

@media all and (max-width: 767px) {
  .reveal-modal {
    left: 5%;
    min-height: 1em;
    /* foundation override */
  }
}
.reveal-modal .modal-wrap > h1,
.reveal-modal .modal-wrap > h2,
.reveal-modal .modal-wrap > h4 {
  margin-top: 0;
  width: 80%;
}

.reveal-modal .modal-wrap .message {
  margin-bottom: 1.5em;
  font-size: 14px;
}

/* Modal - Add to Cart Notification */
#AddToCartPopup .modal-wrap {
  max-width: 480px;
}

#AddToCartPopup .modal-wrap h4 {
  display: none;
}

/* Modal - Add Wishlist */
.popup-add-wishlist .modal-wrap {
  max-width: 480px;
}

.popup-add-wishlist .thor {
  margin-bottom: .5em;
  margin-top: -.75em;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}

.popup-add-wishlist .modal-wrap .message {
  margin-bottom: 0;
}

.popup-add-wishlist .columns {
  padding-left: 0;
}

@media all and (min-width: 768px) {
  .popup-add-wishlist .large-7.columns {
    padding-right: 0;
  }
}
/* Modal - Create Wishlist */
.popup-create-wishlist .modal-wrap {
  max-width: 480px;
}

/* Modal - Delete Wishlist */
.popup-delete-wishlist-confirm .modal-wrap {
  max-width: 480px;
}

/* Modal - Forgot PW */
.popup-forgot-pw .modal-wrap {
  max-width: 480px;
}

.popup-forgot-pw .email-addy .large-5 {
  padding-left: 0;
}

.popup-forgot-pw .email-addy .large-7 {
  padding: 0;
}

.popup-forgot-pw .btns {
  margin: .5em 0;
}

.popup-forgot-pw .btns .btn {
  float: right;
  margin-left: 1em;
}

@media all and (max-width: 767px) {
  .popup-forgot-pw .btns .btn {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
/* Modal - Security Code */
.popup-security-code .modal-wrap {
  max-width: 660px;
}

/* Modal - Share */
.popup-share .modal-wrap {
  max-width: 480px;
}

.popup-share .modal-wrap textarea {
  height: 150px;
}

/* Modal - Requisition Detail */
.popup-requisition .col-qty-remove input {
  width: 50px;
  display: inline-block;
  float: left;
  margin-right: 0.5em;
}

.popup-requisition .col-qty-remove .btn {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 1em;
}

.popup-requisition .item-list .item-details {
  padding-right: 1em !important;
}

.popup-requisition .item-list .item-code-notes {
  width: 100%;
  padding: 0 1em .5em 1em !important;
}

.popup-requisition .item-list .item-code-notes strong {
  display: block;
  margin-bottom: .25em;
}

.popup-requisition .btns {
  margin-bottom: 1.5em;
}

@media all and (max-width: 767px) {
  .popup-requisition .info-tbl {
    margin-bottom: 0;
  }

  .popup-requisition table.info-tbl td {
    height: 90px !important;
  }
}
@media all and (max-width: 480px) {
  .popup-requisition {
    width: 100%;
    left: 0;
  }

  .popup-requisition .modal-wrap {
    padding-left: .75em;
    padding-right: .75em;
  }

  .popup-requisition table.info-tbl td {
    height: 120px !important;
  }

  .popup-requisition .info-tbl td,
  .popup-requisition .info-tbl th {
    font-size: 12px;
  }
}
.reveal-modal .close-reveal-modal {
  font-size: 2em;
  font-weight: 400;
  text-decoration: none;
  color: #868686;
  padding: 0 9px;
  top: .25em;
  right: .25em;
  background: #fff;
  height: 30px;
}

.reveal-modal .close-reveal-modal:hover, .reveal-modal .close-reveal-modal:focus {
  color: inherit;
}

.reveal-modal .close-on-click {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: none transparent;
}

.reveal-modal .close-on-click:after {
  content: " ";
  display: table-cell;
  clear: both;
}

.reveal-modal .close-on-click h5 {
  margin-top: 0;
}

/* Date Picker */
.picker__select--month, .picker__select--year {
  padding: 0;
}

.picker--opened .picker__holder {
  overflow: visible !important;
}

.picker__holder {
  border-color: #ccc !important;
  min-width: 300px !important;
  max-width: 90% !important;
}

.picker__table {
  border: 0;
  background: none;
  font-size: 1.2em !important;
}

.picker__table thead {
  background: none;
}

.picker__table th,
.picker__table td {
  text-align: center;
  background: none;
  border: 0 !important;
}

.picker__weekday {
  padding: .5em !important;
  line-height: 1em !important;
}

.picker__table td {
  padding: 0 !important;
}

.picker__year {
  font-size: 1em !important;
}

.picker__day {
  font-weight: normal !important;
}

.picker__day--selected {
  font-weight: bold !important;
}

.picker__table .picker__day--outfocus {
  color: #b7b7b7;
}

.picker__footer button {
  margin: 0;
  color: inherit !important;
  font-weight: 600;
}

/* Header Messages */
.head-msg {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ccc;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: .5em 54px .5em 1em;
}

.head-msg span {
  font-size: 0.875rem;
}

.head-msg span a {
  display: inline-block;
}

.head-msg .close-msg {
  font-size: 2em;
  font-weight: 400;
  text-decoration: none;
  color: #868686;
  padding: 0 9px;
  position: absolute;
  top: 0;
  display: block;
  height: 42px;
  line-height: 42px;
  right: 15px;
}

.head-msg .close-msg:hover, .head-msg .close-msg:focus {
  color: inherit;
}

/* Autocomplete */
.autocomplete-suggestions {
  border: 1px solid #BBB;
  background: #FFF;
  overflow: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
  font-size: 0.9em;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-suggestion>.title {
    cursor: default;
}

.autocomplete-suggestion.search-result {
  cursor: pointer;
}

.autocomplete-suggestion.search-result:hover {
    background: #F0F0F0;
}

.autocomplete-suggestion img {
  max-width: 45px;
  max-height: 45px;
  float: left;
  margin-right: 4px;
}

.autocomplete-suggestion div {
  display: inline-block;
}

.autocomplete-suggestion div .shortDescription {
  display: block;
  line-height: 20px;
}

.autocomplete-suggestion div .name {
  display: inline-block;
  font-style: italic;
}

/*.autocomplete-selected {
  background: #F0F0F0;
}*/

.autocomplete-suggestions strong {
  font-weight: normal;
  color: DodgerBlue;
}

/* Chosen Selects */
.chosen-container {
  width: 100% !important;
  font-size: inherit !important;
}

.chosen-container-single .chosen-single {
  height: 32px !important;
  line-height: 33px !important;
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #CCCCCC !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset !important;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s !important;
  cursor: pointer;
}

.chosen-container-single .chosen-single:hover {
  text-decoration: underline;
}

.chosen-container-single .chosen-single div {
  height: 24px !important;
  padding-top: 3px !important;
}

.chosen-container-single ul li.highlighted {
  background: SlateGray !important;
}

/* Forms */
form {
  margin: 0;
}

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;
}

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 {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 3px 0px rgba(#f89e11, 0.75);
  border-color: #000;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 1em;
  margin-bottom: .25em;
}

input + span.custom {
  display: none;
}

input.datepicker {
  background-color: #fff !important;
  /* override Foundation's color on readonly inputs */
}

textarea {
  resize: none;
  min-height: 100px;
}

label {
  font-size: 1em;
  color: inherit;
  cursor: default;
  margin-bottom: 0.1875em;
}

label.input-lbl {
  padding-left: 1.75em;
  cursor: pointer;
}

label.input-lbl input {
  margin-right: 0;
  margin-top: 0.25em;
  margin-left: -1.75em;
  display: inline-block;
  float: left;
  vertical-align: middle;
}

select {
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-size: 0.875rem;
  height: 2.7em;
  padding: .6em 1em .6em .5em;
  transition: border-color 0.45s ease-in-out 0s;
  box-shadow: none;
  font-family: inherit;
}

/* Form Style Errors */
.input-validation-error, .ng-submitted input.ng-invalid, .ng-submitted select.ng-invalid {
  border-color: #c60f13 !important;
  background-color: rgba(198, 15, 19, 0.1) !important;
}

.validation-summary-errors {
  padding: .25em 1em;
  line-height: 1.5em;
  color: #C60F13;
  display: block;
  clear: both;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #C60F13;
  padding: 1em;
  margin: 1.5em 0;
}

.validation-summary-errors ul {
  margin-bottom: 0;
}

span.field-validation-error,
.messaging--error {
  padding: .5em 1em;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
  background: #fff;
  color: #C60F13;
  display: block;
  clear: both;
  font-size: 14px;
  margin-bottom: .25em;
  border: 1px solid #C60F13;
}

.messaging--error {
  margin-bottom: 1.25em;
}

.error span.field-validation-valid {
  font-size: 0;
  float: left;
  clear: left;
  color: #fff;
  width: 100%;
  background: green;
  padding: 0;
}

table td select {
  font-size: 1em;
}

/* TOP CONTENT AREA */
.top-content {
  margin: 0;
  padding: 0;
  background: #d7d7d7;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.top-content .row {
  max-width: 100%;
}

/* TOP PANEL */
[role="top-panel"] {
  left: 0;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  position: relative;
  background: #f4f4f4;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  z-index: 6;
}

[role="top-panel"] ul {
  margin-top: 0;
}

#userPanel .row, #searchPanel .row,
#loginPanel .row {
  max-width: 1040px;
}

#userPanel .row .small-6 label {
  width: 20%;
}

#userPanel .row .small-6 .dropdown {
  width: 80%;
}

#searchPanel .row .small-4 {
  width: 25%;
  padding-right: 3%;
}

#searchPanel .row .small-6 {
  width: 62%;
}

#searchPanel .row .small-6 input {
  margin: 0;
}

#searchPanel .row .small-2 {
  width: 12%;
}

@media all and (min-width: 1080px) {


  .row nav[role="secondary-nav"] {
    width: 70%;
  }
}
#userPanel .row, #searchPanel .row {
  max-width: 1040px;
}

#userPanel .btn {
  width: 100%;
}

@media all and (min-width: 768px) {
  #userPanel .btn {
    width: auto;
    margin: 0;
    float: left;
  }
}
#userPanel .row select {
  display: block;
}

#userPanel .inf-label,
#userPanel .inf-value {
  display: block;
  width: 100%;
}

#userPanel .inf-label {
  font-weight: 600;
  text-transform: uppercase;
}

#userPanel .inf-value {
  margin-bottom: 1.5em;
}

#userPanel .inf-cust .inf-label {
  display: inline-block;
  width: auto;
  margin-right: 0.5em;
}

#userPanel .inf-cust .inf-value {
  display: inline-block;
  width: auto;
  margin-bottom: .5em;
}

@media all and (min-width: 768px) {
  #userPanel {
    font-size: 0.9em;
  }

  #userPanel form {
    margin: 0;
  }

  #userPanel .inf-cust {
    display: inline-block;
    width: auto;
    margin-top: .5em;
    margin-right: 1em;
    float: left;
  }

  #userPanel .inf-ship {
    display: inline-block;
    width: auto;
    margin-top: .5em;
    margin-right: 1.5em;
    float: left;
  }

  #userPanel .inf-label {
    display: inline-block;
    float: left;
    width: auto;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
  }

  #userPanel .inf-value {
    display: inline-block;
    float: left;
    width: auto;
    margin-bottom: 0.5em;
  }
}
#userPanel .user-info {
  width: 100%;
  padding: 1em 0;
}

#userPanel .user-info .user-button {
  margin-bottom: 1em;
}

#userPanel .user-info .user-button .cust-name {
  font-weight: 600;
}

#userPanel .user-info .user-button .user-role {
  font-style: italic;
}

#userPanel div.user-msgs {
  margin-bottom: 1em;
}

#userPanel .user-info .user-button * {
  vertical-align: middle;
  display: inline-block;
}

#userPanel .user-info .user-button * + * {
  margin-left: .5em;
}

#userPanel .user-info .user-button i {
  height: 100%;
}

#userPanel .btn.isettings span + span {
  margin-left: .5em;
  margin-right: .5em;
}

@media all and (min-width: 768px) {
  #userPanel .user-info {
    display: none;
  }

  #userPanel .int-settings {
    display: none;
  }
}
.user-info .btn.sign-out {
  display: block;
}

.btn.isettings > * {
  vertical-align: middle;
}

.btn.isettings span {
  font-size: 1em;
  line-height: 1em;
  text-indent: 0;
  vertical-align: middle;
  display: inline-block;
  min-width: 16px;
  padding: 0;
}

.btn.isettings span + span {
  margin-left: 1em;
}

.btn.isettings .flag-ind {
  max-width: 35px;
  max-height: 35px;
  display: inline-block;
}

.btn.isettings span {
  font-size: 1rem;
}

/* MASTHEAD */
[role="masthead"] {
  left: 0 !important;
  position: relative;
  z-index: 61;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
}

[role="masthead"] .head-row {
  width: 100%;
  margin: 0;
  max-width: none;
  position: relative;
  height: auto;
  overflow: visible;
  background-size: cover;
}

header div.head-cm {
  text-align: center;
}

[role="masthead"] ul {
  list-style-type: none;
}

.head-row:before, .head-row:after, .pnav-top-row > row:after {
  content: " ";
  display: table;
}

[role="masthead"] .head-row:after, .pnav-top-row > row:after {
  clear: both;
}

[role="masthead"] > .row, [role="masthead"] > * .row {
  float: left;
}

@media all and (min-width: 768px) {
  [role="masthead"] > .row, [role="masthead"] > * .row {
    float: none !important;
    margin: 0 auto;
  }
}
/* LEFT NAV */
[role="left-nav"] {
  position: absolute;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  z-index: 5002;
  padding: 1em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 1;
  -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
  transition: opacity 300ms 100ms ease, transform 500ms ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.csstransforms3d.csstransforms.csstransitions [role="left-nav"] {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.csstransforms3d.csstransforms.csstransitions [role="left-nav"] .nav-panel {
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
  -moz-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
  -ms-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
  -o-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
  transform: translate3d(0%, 0, 0) scale3d(0.9, 0.9, 0.9);
}


.header-left .header-zone {
  float: left;
}
.header-right .header-zone {
  float: right;
}

.header-zone.rt {
  float: right;
}
.header-zone, .head-row .search-container {
    margin: 10px 0px;
    padding: 0px;
}



@media all and (max-width: 768px) {
  .row.logo-row {
    float: left;
  }
}
/* Header Links */
/*.header-links {
  display: none;
}*/

@media all and (min-width: 767px) {
  .row.logo-row {
    float: left;
  }

  .header-links {
    display: block;
    /*float: right;
    font-size: .875rem;*/
    /*margin-top: 1em;*/
  }

  .header-links ul li {
    display: inline-block;
  }

  /*.header-links ul li a {
    padding: 0 .8em;
  }*/

  /*.header-links ul li + li {
    border-left: 1px solid #e4e4e4;
  }*/
}
/* Multi Language Menu */
.sn-lang > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}

.sn-lang > ul > li {
  list-style: inside none;
  margin: 0;
  display: inline-block;
  position: relative;
}

.sn-lang > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  padding: 0 1.25em !important;
}

.sn-lang li a img {
  display: inline-block;
  width: auto;
  max-width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: .5em;
  vertical-align: middle;
}

.sn-lang ul li.has-sub:hover > ul,
.sn-lang ul li.has-sub:focus > ul,
.sn-lang ul li.has-sub:hover > div,
.sn-lang ul li.has-sub:focus > div {
  display: block;
}

.sn-lang ul li > ul, .sn-lang ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: auto;
  z-index: 999;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
}

.sn-lang ul li > ul {
  width: 200px;
  overflow: auto;
  min-height: 1px;
  max-height: 360px;
  z-index: 4;
  margin: 0;
}

.sn-lang ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
  border-top: 1px solid #eee;
  width: 100%;
}

.sn-lang ul li > ul li.lang-current {
  background: #F6F6F6;
  font-weight: 600;
}

.sn-lang ul li > ul li:hover, .sn-lang ul li > ul li:focus {
  background: #F6F6F6;
}

.sn-lang ul li > ul li:first-child {
  border: 0;
}

.sn-lang ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: .25em 10px;
  text-decoration: none;
}

.sn-lang ul li > ul li a span:after {
  content: " ";
  display: table;
  clear: both;
}

.sn-lang > ul > li > ul > li a:hover,
.sn-lang > ul > li > ul > li a:focus, .sn-lang > ul > li > ul > li a:hover span {
  text-decoration: none;
}

/* Currency menu */
.sn-currency {
  display: inline-block;
}

.sn-currency > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}

[role="multi-lang"] + [role="currency"] {
  border-left: 1px solid #ddd;
}

.sn-currency > ul > li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}

.sn-currency > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 .75em !important;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}

.sn-currency ul li.has-sub:hover > ul,
.sn-currency ul li.has-sub:focus > ul,
.sn-currency ul li.has-sub:hover > div,
.sn-currency ul li.has-sub:focus > div {
  display: block;
}

.sn-currency ul li > ul, .sn-currency ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: auto;
  margin: 0;
  z-index: 999;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
}

.sn-currency ul li > ul {
  width: 200px;
  overflow: auto;
  min-height: 1px;
  max-height: 360px;
}

.sn-currency ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
  border-top: 1px solid #eee;
  width: 100%;
}

.sn-currency ul li > ul li.currency-current {
  background: #F6F6F6;
  font-weight: 600;
}

.sn-currency ul li > ul li:hover, .sn-currency ul li > ul li:focus {
  background: #F6F6F6;
}

.sn-currency ul li > ul li:first-child {
  border: 0;
}

.sn-currency > ul > li:first-child > a > span.currency-label {
  display: none;
}

.sn-currency > ul > li:first-child > a > span.currency-symbol {
  font-size: .8em;
}

.sn-currency ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: .25em 10px;
  text-decoration: none;
}

.sn-currency ul li > ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.sn-currency ul li > ul li a span:after {
  content: "";
  display: table-cell;
  clear: both;
}

.sn-currency > ul > li > ul > li a:hover,
.sn-currency > ul > li > ul > li a:focus, .sn-currency ul ul a:hover span {
  text-decoration: none;
}

/* CONTENT */
[role="main"] {
  left: 0;
  width: 100%;
  z-index: 2;
  position: relative;
  min-height: 480px;
}

[role="main"], [role="panel-wrap"] {
  /*-webkit-transform: translate3d(0, 0, 0); Safari no like */
  /* -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease; */
  /* -webkit-backface-visibility: hidden; Safari no like */
  /* -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; */
}

[role="panel-wrap"] {
  position: relative;
}

/* [role="main"] .main-row {
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  padding: 1.5em 0;
  position: relative;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
  transition: opacity 300ms 100ms ease, transform 500ms ease;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}  */

/* @media all and (min-width: 480px) {
  [role="main"] .main-row {
    padding-left: 5px;
    padding-right: 5px;
  }
} */
/* @media all and (max-width: 767px) {
  [role="main"] .main-row {
    max-width: 480px;
  }
} */
/* @media all and (min-width: 768px) {
  [role="main"] .main-row {
    padding-left: 15px;
    padding-right: 15px;
  }
} */
/* 
@media all and (min-width: 1040px) {
  [role="main"] .main-row {
    max-width: 1040px;
    padding-left: 25px;
    padding-right: 25px;
  }
} */
/* Sitewide Item Styles*/
.item-list {
  list-style-type: none;
  margin: 0;
  float: left;
  width: 100%;
}

.item-list .item-block {
  padding: 1em 0 0 0;
  margin: 0;
  width: 100%;
  float: left;
  background: transparent;
  border-bottom: 1px solid #E0E0E0;
  border-collapse: collapse;
}

@media all and (min-width: 768px) {
  .item-list {
    border: 1px solid #E0E0E0;
  }
}
.item-list .item-block:last-child {
  border-bottom: 0;
}

.item-list .item-block .item-details > div, .qo-item > div {
  padding-bottom: .5em;
}

.item-list .item-block div.price div.quantity-pricing {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.875rem;
}

.item-block .item-thumb {
  width: 25%;
  padding: 0 .9375em 0 .9375em !important;
  max-width: 160px;
  margin-bottom: 1em;
  float: left;
  position: relative;
}

@media all and (max-width: 767px) {
  .item-block .item-thumb {
    padding-left: 0 !important;
  }
}
ul.attribute-list {
  margin-bottom: 1em;
  display: inline-block;
  width: 90%;
}

ul.attribute-list li {
  padding-right: 30px;
  float: left;
  width: 100%;
}

ul.attribute-list li + li {
  /* margin-top:1em; */
}

ul.attribute-list span.attrib-name {
  width: auto;
  max-width: 100%;
  clear: none;
  padding-right: .5em;
  font-weight: normal;
}

.item-block .item-opt {
  width: 100%;
  float: right;
  clear: both;
}

.item-list .item-details {
  float: left;
  position: relative;
  width: 75%;
}

.item-list .item-details,
.item-list .item-code-notes {
  padding: 0 0.9375em 0.9375em 0.9375em !important;
}

.item-list .item-code-notes {
  margin-bottom: 0.5em;
}

.item-list .item-code-notes .cost-code, .item-list .item-code-notes .item-notes {
  font-size: .875rem;
}

.item-code-notes {
  text-align: left;
}

.item-list .item-code-notes .cost-code select, .item-list .item-code-notes .item-notes input {
  font-size: 1em;
}

@media all and (max-width: 767px) {
  .item-list .item-code-notes {
    width: 75%;
  }
}
@media all and (min-width: 768px) {
  .item-list .item-thumb {
    width: 20%;
  }

  .item-list .item-details,
  .item-list .item-code-notes {
    width: 80%;
    padding: 0 4em .5em 2em;
  }
}
div.remove a.btn {
  color: SlateGray;
}

.item-block .item-opt .item-actions {
  display: block;
  position: relative;
  text-align: right;
}

.item-block .item-opt .f-dropdown.open {
  position: relative !important;
  top: 0 !important;
  width: 100%;
  left: auto !important;
}

.item-block .item-name a,
.qo-item .item-name a {
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: normal;
}

.item-block .item-num, ul.attribute-list, .item-details .item-num, .availability, .qo-item .item-num {
  font-size: 0.875rem;
  font-weight: normal;
  color: #8a8a8a;
}

.item-block ul.attribute-list {
  margin-bottom: 0;
}

.availability {
  font-weight: 600;
}

.item-actions {
  border: 1px solid #E0E0E0;
}

[role="product-slider"] .item-actions {
  border-top: 2px solid #E0E0E0;
}

[role="product-slider"] .actions-panel, .product-widget-component .actions-panel {
  padding-top: .5em;
    margin-top: -38px;
}

.item-block .item-opt .um {
  margin-bottom: .5em !important;
}

.item-block .item-opt .um .small-8 {
  max-width: 70px;
}

.item-block .item-opt .um div.custom {
  margin-bottom: 0;
}

.item-block .item-opt .um .small-4 {
  display: inline-block;
  padding-right: 0.5em;
  width: auto;
  float: left;
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
  color: #8a8a8a;
}

.item-list .item-block div.item-opt,
.qo-item div.qo-opt {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .item-list .item-block div.item-opt,
  .qo-item div.qo-opt {
    height: 4em;
    line-height: 4em;
  }
}
.item-block div.item-opt .item-qty,
.qo-item .qo-qty {
  float: none;
  display: inline-block;
}

.item-block div.item-opt .item-qty label,
.qo-item .qo-qty label {
  float: none;
}

.item-block .item-opt .item-qty input,
.qo-item .qo-qty input {
  width: 70px;
  margin: 0;
  margin-right: 1em;
  display: inline-block;
}

.paginator-34 .results-list .per-page-select {
  width: 36%;
}

.actions-panel:not("vm-grid") {
  position: relative;
  z-index: 3;
  float: right;
  width: 100%;
}

.vm-grid .actions-panel {
  position: relative;
  float: right;
  width: 100%;
}

.actions-panel .item-actions {
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
  border-bottom: 0;
  border-top: 0;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all .5s;
  background: #fff;
  position: relative;
  z-index: 100;
}

[role="product-slider"] .actions-panel .item-actions label,
[role="product-slider"] .actions-panel .item-actions span,
[role="product-slider"] .actions-panel .item-actions select {
  font-size: 0.825em;
  line-height: 1.25em;
  margin-right: 0;
    margin-bottom: 6px;
}

.item-actions .action:after {
  content: " ";
  display: table;
  clear: both;
}

.actions-panel {
  /* background:#999; */
}

.actions-panel .item-actions.open {
  max-height: 520px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
      border: 1px solid #E0E0E0;
      border-top: 2px solid #E0E0E0;
}

.actions-panel .item-actions .item-actions-wrap {
  padding: 1em;
  width: 100%;
}

[role="product-slider"] .actions-panel .item-actions.open {
  margin-bottom: .5em !important;
  border-bottom: 1px;
  -webkit-box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
}

[role="product-slider"] .actions-panel .item-actions .item-actions-wrap {
  padding: .5em;
  text-align: right;
}

[role="product-slider"] .actions-panel a.btn.primary.add-to-cart, [role="product-slider"] .actions-panel a.btn.primary.btn-view-details, .product-slider .actions-panel a.btn.tertiary {
  position: relative;
  top: 0;
}

.actions-panel a.btn.primary.add-to-cart, .actions-panel a.btn.primary.btn-view-details {
    right: 0;
  
}

.vm-grid .actions-panel a.btn.primary.btn-view-details {
    top: -1.875em;
    position: absolute;
}

.vm-grid .actions-panel a.btn.primary.add-to-cart {
    top: -1.875em;
    position: absolute;
}

.actions-panel.edit .btn.primary.add-to-cart {
  right: auto;
  left: 0;
}

.actions-panel .btn.primary.panel-trigger, .btn.primary.btn-view-details {
  width: 1.875em;
  height: 1.875em;
  line-height: 1.875em;
  font-size: 1.5em;
  padding: 0;
  float: right;
  text-indent: -9999px;
  position: relative;
  min-width: 0;
}

/* View Details */
.btn.primary.btn-view-details:before {
  font-size: 2rem;
  text-align: center;
  top: 0;
  left: .45rem !important;
}

.actions-panel a.btn.primary.panel-trigger:before, .actions-panel.open a.btn.primary.panel-trigger:after {
  content: "\e00a";
  font-family: 'good-oatmeal-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  /* width:100%; */
  top: 0;
  left: 10px;
}

.actions-panel a.btn.tertiary.panel-trigger {
  height: 2.5em;
  line-height: 2.5em;
  padding-top: 0;
  padding-bottom: 0;
}

.actions-panel.open a.btn.primary.panel-trigger:after {
  content: "\e000" !important;
  line-height: 1;
  font-size: .4em;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  top: -13px;
  right: -15px;
}

a.btn-view-details {
  background: #FF4500;
  width: 100%;
  min-width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  padding-right: 0 !important;
  position: relative;
  text-indent: -9999px;
}

a.btn-view-details:before {
  content: "\e605" !important;
  color: #fff;
  font-family: 'good-oatmeal-v2';
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
  text-indent: 0;
  top: 18px;
  left: 20px;
  position: absolute;
}

@media all and (min-width: 768px) {
  .actions-panel a.btn.primary.add-to-cart, .actions-panel a.btn.primary.btn-view-details:not("isc-productContainer-tv") {
    position: absolute;
    top: -1.875em;
  }

  .actions-panel a.btn.tertiary {
    position: absolute;
    top: -2.5em;
  }
}
.item-actions {
  position: relative;
  width: 100%;
}

.item-opt .item-subtotal {
  float: right;
  clear: right;
  min-width: 110px;
  min-height: 10px;
}

/* Sets uniform percentage width for objects in action panel */
.item-actions > * {
  line-height: 1.95em;
  font-size: 1em;
}

.item-actions-wrap {
  text-align: right;
  margin-bottom: .8em;
}

.item-actions .um-pack, .item-actions .item-qty {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  margin-bottom: .8em;
}

.item-actions .item-qty {
  text-align: right;
  margin-left: 1em;
}

.item-actions .um-pack + .item-actions .item-qty {
  width: 45%;
}

@media all and (max-width: 767px) {
  .item-actions .item-qty {
    float: right;
    max-width: 50%;
  }

  .item-actions .um-pack {
    /* max-width: 45%; */
    /* float:left; */
    margin-bottom: 0.5em !important;
  }
}
[role="product-slider"] .item-actions .um-pack {
  margin-bottom: .5em;
}

.item-list .item-actions .um-pack,
.item-list .item-actions .item-qty {
  margin-bottom: 1em;
  margin-left: 1.5em;
}

.item-actions .um-pack div, .item-actions .um-pack select, .item-actions .um-pack span, .item-actions .um-pack label, .item-actions .item-qty label {
  display: inline-block;
  width: auto;
  float: none;
}

.item-actions .um-pack .columns {
  padding-left: 0;
  padding-right: 0;
}

.item-actions .um-pack, .item-actions .item-qty input {
  display: inline-block;
}

.item-actions .um-pack select {
  width: auto;
}

.item-list .item-actions .um-pack select {
  margin: 0 .5em 0 0;
  font-size: 0.875rem;
}

.item-actions .um-pack label {
  margin-right: 0.25em;
}

.item-actions .um-pack select {
  margin-right: 1em;
}

@media all and (max-width: 767px) {
  .item-actions .um-pack select {
    margin-bottom: 0;
  }
}
.item-actions label {
  font-size: .875rem;
}

@media all and (min-width: 768px) {
  .item-actions .um-pack select {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
  }

  .item-actions .um-pack label {
    float: left;
    vertical-align: top;
    margin-right: .65em;
    margin-top: .65em;
  }
}
.item-actions .um-pack .pack {
  margin-left: 1em;
  font-style: italic;
}

[role="product-slider"] .item-actions .um-pack .pack {
  margin: 0;
  float: none !important;
}

.um-pack .um-sep {
  display: none !important;
}

.item-actions .item-qty label,
.item-actions .um-pack label {
  padding-right: 0.5em;
}

.item-actions .item-qty input {
  width: 70px;
  margin-bottom: 0;
}

.item-actions .action {
  float: right;
  clear: right;
  width: 100%;
  text-align: right;
}

.item-actions .action a {
  text-align: center;
  width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-actions .action a + a {
  margin-top: 10px;
}

.item-list .item-block a.btn.btn-add-to-cart {
  margin-top: 0.5em;
  width: 100%;
}

.item-list .item-block a.btn.btn-add-to-list {
  margin-bottom: 0;
}

.item-list .item-block .item-qty {
  float: right;
  margin-bottom: .5em;
}

.item-actions .action a {
  text-align: center;
}

@media all and (min-width: 768px) {
  .item-list .item-actions .action a {
    width: auto;
    float: right;
    margin: 0 0 1em 1em;
  }
}
.item-list .actions-panel .item-actions, .footable-row-detail-cell {
  text-align: right;
  background: #f0f0f0;
}

ul.attribute-list {
  list-style-type: none;
  margin-bottom: 1.5em;
  margin-left: 0;
}

.attrib-name {
  font-weight: 700;
}

.name-price {
  float: left;
}

.price-sale {
  color: SlateGray;
  font-weight: 600;
}

.price-old {
  text-decoration: line-through;
  color: #b2b2b2;
}

.item-num {
  color: #a6a6a6;
}

.item-num span {
  display: inline-block;
  margin-right: .9375em;
  white-space: normal;
  word-break:break-all;
}

a.btn.btn-add-to-cart:link, a.btn.btn-add-to-cart:visited,
a.btn.btn-add-to-list:link, a.btn.btn-add-to-list:visited,
a.btn.btn-configure:link, a.btn.btn-configure:visited {
  white-space: nowrap;
  width: 100%;
  font-size: 1em;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1em;
}

ul.attribute-list {
  position: relative;
  max-height: 150px;
  overflow-y: auto;
}

ul.attribute-list span {
  display: inline-block;
}

ul.attribute-list span.attrib-name {
  padding-right: .5em;
  font-weight: bold;
}

.availability > span {
  display: inline-block;
  margin-right: .8em;
}

.item-block .price span,
.item-wrap .price span,
.qo-item .price span {
  /* display:inline-block; */
  font-size: 1em;
  margin: 0 0.25em 0 0;
}

.item-wrap .displayUnitOfMeasure {
  font-size: .875rem;
  color: #a6a6a6;
  display: inline-block;
}

.item-block .item-opt .um label, .item-block .item-opt .item-qty label, .qo-item .qo-qty label {
  display: inline-block;
  padding-right: 0.5em;
  float: left;
  font-size: .875rem;
  line-height: 2.5em;
}

.item-price .price, .item-price .um {
  width: auto;
  vertical-align: top;
  display: inline-block;
}

.top-bar-section {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-bar-section {
  transform: translate3d(0, 0, 0);
}

.top-bar.expanded {
  background: none transparent;
}

.top-bar-section ul {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  background: none transparent;
  font-size: 16px;
  display: block;
  height: auto;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-bar-section {
  /**-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
  transition: opacity 300ms 100ms ease, transform 500ms ease;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);*/
}

.top-bar-section .divider {
  border-bottom: solid 1px #0B415C;
  border-top: solid 1px #0B415C;
}

.top-bar-section ul li {
  width: 100%;
}

.top-bar-section ul li > a {
  font-size: 0.8125em;
  font-weight: bold;
  background: none transparent;
  width: 100%;
}

.top-bar-section ul li > a:hover {
  background-color: DodgerBlue;
  color: #fff !important;
}

.top-bar-section ul li > a.button:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #e9e9e9;
}

.top-bar-section ul li > a.button.secondary:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li > a.button.success {
  background-color: #5da423;
}

.top-bar-section ul li > a.button.success:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li > a.button.alert {
  background-color: #c60f13;
}

.top-bar-section ul li > a.button.alert:hover {
  background-color: DodgerBlue;
}

.top-bar-section ul li.active a {
  background: none transparent;
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
}

.top-bar-section .dropdown li {
  width: 100%;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown label {
  padding: 0.5em 1.1em;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  opacity: 0.7;
  cursor: default;
}

.title.back.js-generated + .title.back.js-generated {
  display: none;
}

.contain-to-grid {
  background: none transparent;
}

/* Button Overrides */
@media only screen {
  button, .button {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  button:active, .button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.back-btn {
  margin-bottom: 1.5em;
}

@media all and (min-width: 768px) {
  .hide-for-small {
    display: inline-block !important;
  }
}
/* 
a.btn:link, a.btn:visited, button.btn, div.remove a.btn {
  display: inline-block;
  font-family: inherit;
  font-weight: 700;
  font-size: 1em;
  line-height: 100%;
  padding: .7em 1.2em;
  text-decoration: none;
  box-shadow: none;
  border: 0;
  text-align: center;
  color: #fff;
}

a.btn:hover, a.btn:focus, button.btn:hover, button.btn:focus {
  opacity: 0.9;
}

a.btn.primary:link, a.btn.primary:visited, button.primary, .btn.primary {
    background: #293B7A;
    border: 1px solid #293B7A;
    border: 1px solid;
    border-radius: 0px;
    font-weight: bold;
    color: white;
    text-shadow: none;
}

a.btn.secondary:link, a.btn.secondary:visited, button.secondary, .btn.secondary {
   background: none;
    border: 1px solid #293B7A;
    border-radius: 0px;
    color: #293B7A;
    text-shadow: none;
}

a.btn.tertiary:link, a.btn.tertiary:visited, button.tertiary, .btn.tertiary {
  background-color: #f1f1f1;
  color: #636363;
}

a.btn.tertiary:hover, a.btn.tertiary:focus,
button.btn.tertiary:hover, button.btn.tertiary:focus,
div.remove a.btn:hover, div.remove a.btn:focus {
  color: DodgerBlue;
}

.btn.disabled {
  background-color: #f1f1f1 !important;
  -webkit-box-shadow: inset 0 0 10px 0 #dedede !important;
  box-shadow: inset 0 0 10px 0 #dedede !important;
  color: #aeaeae !important;
  cursor: default !important;
  opacity: 1 !important;
} */

.tertiary.slim {
  padding: 7px 20px;
  font-size: 12PX;
  font-weight: bold;
  border: 1px solid #C7C7C7;
}

.primary.slim {
  padding: 8px 20px;
  font-size: 12PX;
  font-weight: bold;
}

/* Wishlist Button */
a.btn.isc-addToWishlistPopup, a.btn.btn-add-list, a.btn.btn-add-to-list {
  background: none transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
  color: slategray;
  font-size: .87em;
  font-weight: 600;
}

a.btn.btn-add-list:before, a.btn.btn-add-to-list:before {
  content: "\e600";
  font-family: 'good-oatmeal-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  font-size: 1em;
  padding-right: 0.5em;
}

.item-actions .action a + a.btn.btn-add-list {
  /* margin-top:1em; */
}

/* Other Links */
.return-link a {
  text-decoration: none !important;
}

.return-link a:before {
  content: "\e011";
  font-family: 'good-oatmeal-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  font-size: 0.875rem;
  padding-right: 0.5em;
}

/* Remove button */
div.remove {
  display: inline-block;
  float: right;
  margin: 0;
  margin-right: -1em;
}

div.remove a.btn {
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}

div.remove a.btn .foundicon-remove:before {
  content: "\e000";
  font-size: 0.7em;
}

@media all and (min-width: 768px) {
    div.remove {
        margin-right: -1.25em;
    }
}
/* Button Positioning Divs */
.btns {
  text-align: right;
}

#searchPanel label {
  display: none;
}

.top-slide {
  position: relative;
  display: block;
  white-space: nowrap;
  width: 300%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 6000;
}

.top-slide * {
  white-space: normal;
}

#loginPanel, #searchPanel, #userPanel, #isettingsPanel {
  float: left;
  width: 33.33%;
  padding: 15px;
}

#loginPanel {
  left: -200%;
  top: 0;
}

#userPanel {
  top: 0;
}

#isettingsPanel {
  left: -200%;
  top: 0;
}

#isettingsPanel .isettings-multilang, #isettingsPanel .isettings-currency, #isettingsPanel .isettings-buttons {
  padding: 0 .8em;
}

#isettingsPanel .isettings-buttons {
  text-align: right;
}

#isettingsPanel .isettings-buttons button {
  width: 100%;
}

#isettingsPanel label {
  max-width: 35px;
  max-height: 35px;
  display: inline-block;
  vertical-align: middle;
}

#isettingsPanel .isettings-currency label {
  font-weight: 700;
  font-size: 1.2em;
}

#isettingsPanel select {
  width: 80%;
  float: right;
}

@media all and (min-width: 768px) {
  #isettingsPanel .isettings-buttons {
    width: 50%;
  }

  #isettingsPanel .isettings-buttons button {
    width: 49%;
  }
}
#isettingsPanel .isettings-multilang label span {
  display: none;
}

#searchPanel {
  padding-bottom: 1.5em;
}

#searchPanel .btn {
  margin: 0;
}

/* Search */
.search-container .search-category {
  width: 50%;
}

.search-container .search-input {
  width: 90%;
  float: left;
}

.search-container .search-button {
  float: left;
  width: auto;
  width: 10%;
  text-align: right;
}

.search-button button {
  padding-left: .8em;
  padding-right: .8em;
}

.search-button button i {
  padding-right: .7em;
}

.head-row .header-right .search-container {
  display: none;
  float: right;
  /*width: 64%;*/
  clear: right;
  text-align: right;
  padding-top: 1em;
}
.head-row .header-left .search-container {
  display: none;
  float: left;
  /*width: 64%;*/
  clear: left;
  text-align: right;
  padding-top: 1em;
}

.head-row .search-container > div {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.head-row .search-container .search-category {
  width: 30%;
}

.head-row .search-container .search-input {
  width: 50%;
}

.head-row .search-container label {
  display: none;
}

.head-row .search-container .search-button button {
  text-indent: -9999px;
  width: 100%;
  font-weight: 400;
}

.head-row .search-container .search-button button:before {
  width: 100%;
  content: "\e001";
  left: 0;
  position: absolute;
  font-family: 'good-oatmeal-v2';
  display: inline-block;
  color: #fff;
  text-indent: 0;
  font-size: 1.25em;
}

  .head-row .header-left .search-container {
      text-align: left;
  }

@media all and (min-width: 769px) {
  .head-row .header-right .search-container {
    display: block;
  }
  .head-row .header-left .search-container {
    display: block;
  }

  #searchPanel select {
    margin: 0;
  }

  #searchButton {
    display: none;
  }
}
.search-container.movedsearch {
  display: block;
}

.search-container.emptysearch {
  display: none;
}

/* NAVIGATION */
/* .pnav-top-row {
  overflow: hidden;
  max-height: 0px;
  padding: 0 !important;
  border: 0 !important;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

[class*="pnav-top-"] .pnav-top-row {
  height: auto;
  max-height: 1000px !important;
  padding: 15px 0 !important;
  position: relative;
  z-index: 5002;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.pnav-top-row > .row {
  overflow: hidden;
  position: relative;
  width: 100%;
}

[role="primary-nav-top"] ul {
  list-style-type: none;
  margin-left: 0;
}

[role="primary-nav-top"] li {
  margin-left: 0;
}

li[role="sign-out"] .btn.sign-out,
li[role="sign-in"] .btn.sign-in,
[role="user-msgs"] a {
  font-size: 1em;
  line-height: 30px;
  padding: 0 1.25em;
  color: DodgerBlue;
  text-transform: none;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0;
  border: 0;
  background: none;
}

li[role="sign-out"] .btn.sign-out:hover,
li[role="sign-out"] .btn.sign-out:focus,
li[role="sign-in"] .btn.sign-in:hover,
li[role="sign-in"] .btn.sign-in:focus,
[role="user-msgs"] a:hover,
[role="user-msgs"] a:focus {
  background-color: DodgerBlue;
  color: #fff;
  opacity: 1;
}

@media all and (max-width: 767px) {
  header nav ul:not(.side-nav) li[role="sign-in"] a.btn {
    font-size: 1.15em;
    padding: 0 1em;
  }
}
nav ul:not(.side-nav) li[role="sign-in"] {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media all and (min-width: 768px) {
  nav ul:not(.side-nav) li[role="sign-in"] {
    width: auto;
    margin: 0;
  }

  nav ul:not(.side-nav) li[role="sign-in"] .btn.sign-in {
    padding: 0 1.5em;
  }
}
nav ul:not(.side-nav) li[role="sign-in"] span {
  display: inline-block;
}

[role="left-nav"] {
  background: #052d42;
}

nav ul:not(.side-nav) {
  margin-bottom: 0;
  position: relative;
  list-style-type: none;
  z-index: 5002;
  white-space: nowrap;
}

nav ul:not(.side-nav) li {
  position: relative;
  white-space: nowrap;
}

[role="primary-nav"] > .row > ul > li.top-category {
  display: none;
}

@media all and (max-width: 767px) {
  nav ul:not(.side-nav) li[role="multi-lang"], nav ul:not(.side-nav) li[role="currency"] {
    display: none;
  }
}
@media all and (min-width: 768px) {
  nav ul:not(.side-nav)#lnList, nav ul:not(.side-nav)#qlList {
    min-width: 75%;
  }

  [role="primary-nav"] > .row > ul > li {
    overflow: hidden;
  }

  [role="primary-nav"] > .row > ul > li.top-category {
    display: inline-block;
  }
}

nav ul:not(.side-nav) li a {
  display: block;
  padding: 0 1em;
}

nav ul:not(.side-nav) li i {
  position: absolute;
  left: 13px;
  display: block;
  width: 16px;
  height: 0;
}

nav ul:not(.side-nav) li i + span {
  padding-left: 1.5em;
}

nav ul:not(.side-nav) li a span {
  vertical-align: middle;
}

[role="primary-nav"] {
  padding: 0 !important;
}

[role="primary-nav"] li a {
  color: #fff;
}

[role="primary-nav"] ul li a .icon-nav {
  position: absolute;
  left: 50%;
  top: 7px;
  display: block;
  width: 16px !important;
  margin-left: -8px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
} */

.ex {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  z-index: 5001;
}

.ex, nav ul li a.ex {
  display: none;
}

.ex i {
  position: absolute !important;
  left: .2em  !important;
  top: -1em !important;
  font-size: 81% !important;
  width: auto !important;
}

[role="primary-nav"] ul li.cart-button a.cart-link {
  position: relative;
}

[role="primary-nav"] ul li.cart-button a.cart-link span {
  display: inline-block;
  font-size: 1em;
  margin: 0 auto;
  padding-left: 1.5em;
}

[role="primary-nav"] ul li.cart-button a.cart-link i {
  font-size: 170%;
  left: 1em;
  margin-left: -1em;
  position: static;
  line-height: 36px;
}

@media all and (max-width: 767px) {
  [role="primary-nav"] ul li.cart-button a.cart-link i {
    font-size: 1.25em;
    line-height: 50px;
    margin-left: -45px;
  }

  [role="secondary-nav"] {
    width: auto;
    float: right;
    text-align: right;
  }

  [role="secondary-nav"] [role="search"],
  [role="secondary-nav"] [role="user-nav"] {
    width: auto;
  }

  [role="secondary-nav"] [role="sign-in"] {
    width: auto;
  }
}
[role="secondary-nav"] {
  z-index: 3;
  margin: 0 auto;
  white-space: nowrap;
  display: inline-block;
  background: #eeeeee;
  border-top: 1px solid  #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  margin-top: -1px;
}

[role="secondary-nav"] li {
  font-size: 0.9em;
}

@media all and (min-width: 768px) {
  [role="secondary-nav"] {
    width: 100%;
  }
}
[role="secondary-nav"]:after {
  content: " ";
  clear: both;
  display: block;
}

[role="secondary-nav"] [role="account-nav"] {
  background: #f0f1f2;
}

[role="secondary-nav"] [role="search"] .ex i {
  display: none !important;
}

@media all and (max-width: 767px) {
  [role="secondary-nav"] {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
  }

  [role="secondary-nav"] .ex i {
    display: none !important;
  }
}
[role="secondary-nav"] .user-button:hover,
[role="secondary-nav"] .user-button:focus,
.topbar-user [role="secondary-nav"] .user-button,
[role="secondary-nav"] a.search:hover,
[role="secondary-nav"] a.search:focus,
.topbar-search [role="secondary-nav"] a.search {
  background-color: DodgerBlue;
  color: #fff;
}

@media all and (max-width: 767px) {
  [role="search"] li a.search {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 1.25em;
  }
}
/* User Nav */
[role="user-nav"] [role="user-options"] .cust-name {
  font-weight: 600;
}

[role="user-nav"] [role="user-options"] .user-role {
  padding-left: 0.5em;
  font-style: italic;
}

[role="user-nav"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
}

@media all and (max-width: 767px) {
  li[role="sign-in"] .btn.sign-in {
    padding: 0 1em;
  }
}
[role="user-nav"] li[role="user-options"] {
  width: auto;
  border-right: 1px solid #ddd;
}

[role="user-nav"] li[role="user-options"] a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 1.25em;
}

@media all and (min-width: 768px) {
  [role="user-nav"] li[role="user-options"] {
    width: auto;
  }

  [role="user-nav"] li[role="user-options"] a.user-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
  }
}
[role="user-nav"] li[role="isettings-btn"] button {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

@media all and (min-width: 768px) {
  [role="user-nav"] li[role="isettings-btn"] {
    display: none;
  }
}
.customer-link, .shipto-link {
  max-width: 100px;
  float: left;
  cursor: pointer;
  text-transform: uppercase;
}

/* Login Panel */
#loginPanel .row {
  margin: 0 auto;
  position: relative;
}

#loginPanel .row .small-6 {
  width: 69%;
}

#loginPanel .row .small-6 label {
  display: inline-block;
  width: 20%;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}

#loginPanel .row .small-6 input {
  display: inline-block;
  float: left;
  width: 80%;
}

#loginPanel .row .large-1 {
  width: 25%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

#loginPanel a.ex {
  line-height: 20px;
  height: 30px;
  width: 55%;
  margin-bottom: 10px;
  display: block !important;
  position: relative;
}

#loginPanel a.ex i {
  top: 0 !important;
  left: 42% !important;
}

#loginPanel a.ex .foundicon-remove:before {
  color: DodgerBlue;
  font-size: 16px;
}

#loginPanel .btn-signin {
  display: block;
  padding: .5em 1em;
  text-align: center;
}

#userPanel .btn-signin {
  display: block;
  padding: .5em 1em;
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
}

[role="customer-info"] {
  height: 45px;
  position: static !important;
  width: 100%;
}

nav ul li[role="customer-info"] ul {
  margin-left: 0;
  white-space: nowrap;
  position: static !important;
  padding-right: 150px;
}

[role="customer-info"] li {
  display: inline-block;
  font-size: .75em;
  white-space: nowrap;
  padding: 0;
  float: none !important;
  overflow: hidden;
}

[role="customer-info"] li[role="sign-out"], [role="customer-info"] li[role="change"] {
  float: left !important;
  font-size: 1em;
  width: 47px;
}

[role="customer-info"] li.welcome {
  font-weight: 700;
  text-align: right;
}

[role="customer-info"] li.customer, [role="customer-info"] li.shipto {
  display: none;
}

li[role="sign-out"] {
  padding: 0 !important;
  width: 100%;
  display: none;
}

li[role="sign-out"] a.user-change {
  padding: 0;
}

li[role="sign-out"] {
  text-align: right;
  width: auto !important;
  border-right: 1px solid #ddd;
}

[role="user-msgs"] {
  float: left;
  text-align: right;
  width: auto !important;
  border-right: 1px solid #ddd;
}

@media all and (max-width: 767px) {
  [role="secondary-nav"] [role="sign-out"],
  [role="user-msgs"] {
    display: none !important;
  }
}
[role="secondary-nav"] ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  position: relative;
}

[role="secondary-nav"] ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

@media all and (min-width: 768px) {
  [role="user-nav"] {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
ul[role="search"], ul[role="cart"] {
  max-width: 200px;
  width: auto !important;
}

ul[role="search"] {
  border-left: 1px solid #ddd;
}

ul[role="cart"] {
  background: url("../Images/isc/nav-vertical-border.png") repeat-y scroll right top transparent;
}

@media all and (min-width: 768px) {
  ul[role="search"] {
    width: auto !important;
    border: 0;
  }
}
[role="left-nav"] {
  width: 350px;
  padding: 1em;
}

.csstransforms.csstransitions .topbar-login .top-slide {
  -webkit-transform: translate(200%, 0);
  -moz-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  -o-transform: translate(200%, 0);
  transform: translate(200%, 0);
}

.csstransforms3d.csstransforms.csstransitions .topbar-login .top-slide {
  -webkit-transform: translate3d(200%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(200%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(200%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(200%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(200%, 0, 0) scale3d(1, 1, 1);
}

.csstransforms.csstransitions .topbar-user .top-slide {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.csstransforms3d.csstransforms.csstransitions .topbar-user .top-slide {
  -webkit-transform: translate3d(-33.33%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-33.33%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-33.33%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-33.33%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-33.33%, 0, 0) scale3d(1, 1, 1);
}

.csstransforms.csstransitions .topbar-user .top-slide {
  -webkit-transform: translate(-33.33%, 0);
  -moz-transform: translate(-33.33%, 0);
  -ms-transform: translate(-33.33%, 0);
  -o-transform: translate(-33.33%, 0);
  transform: translate(-33.33%, 0);
}

.csstransforms3d.csstransforms.csstransitions .topbar-isettings .top-slide {
  -webkit-transform: translate3d(-66.66%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-66.66%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-66.66%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-66.66%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-66.66%, 0, 0) scale3d(1, 1, 1);
}

.csstransforms.csstransitions .topbar-isettings .top-slide {
  -webkit-transform: translate(-66.66%, 0);
  -moz-transform: translate(-66.66%, 0);
  -ms-transform: translate(-66.66%, 0);
  -o-transform: translate(-66.66%, 0);
  transform: translate(-66.66%, 0);
}

.csstransforms3d.csstransitions .topbar-search .top-slide {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.pnav-panel-container {
  position: relative;
  left: 0;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.pnav-top-main .pnav-panel-container {
  left: 0;
}

.pnav-top-qo .pnav-panel-container {
  left: -100%;
}

.pnav-top-account .pnav-panel-container {
  left: -200%;
}

[class*="pnav-top-"] .qo-container, .pnav-top-container {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
}

@media all and (max-width: 1040px) {
  .pnav-top-container {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
  }
}
[role="left-nav"] h4 {
  color: #fff;
}

[role="left-nav"] .side-nav li a {
  color: #fff;
}

[role="primary-nav"] ul#lnList {
  max-width: 350px;
}

[role="primary-nav"] li.ln-button,
[role="primary-nav"] li.qo-button,
[role="primary-nav"] li.ma-button {
  background: url(../Images/isc/nav-vertical-border.png) repeat-y top right;
}

[role="primary-nav"] ul#lnList {
  background: url(../Images/isc/nav-vertical-border.png) repeat-y top left;
}

.sidebar-main .ln-button, .sidebar-account .ma-button {
  background-color: DodgerBlue;
}

.ex {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

/* Link the nav state classes with their buttons to apply active state */
.topbar-search .search-button .ex,
.topbar-user [role="user-options"] a.ex,
body.topbar-user .user-button .ex,
.topbar-login .user-button .ex {
  display: block !important;
  height: 40px;
  line-height: 40px;
}

.topbar-isettings [role="isettings-btn"] .ex {
  display: block !important;
}

.sidebar-main .ln-button .ex,
.sidebar-account .ma-button .ex,
.sidebar-qo .qo-button .ex {
  display: block !important;
}

.sidebar-main .ln-button .ex i,
.sidebar-account .ma-button .ex i,
.sidebar-qo .qo-button .ex i {
  display: none;
}

.pnav-top-main .ln-button .ex,
.pnav-top-qo .qo-button .ex,
.pnav-top-account .ma-button .ex {
  display: block !important;
  height: 50px;
  line-height: 46px;
  left: .25em;
}

@media all and (min-width: 768px) {
  body.topbar-user .user-button a {
    padding-left: 40px;
  }
}
/* Footer */
#footer {
  border-top: 1px solid #d7d7d7;
  position: relative;
  /* z-index: -1; */
  padding: 1.5em 0;
  background-color: #EEEEEE;
}

footer .copyright {
    /* color: #999;
    margin-top: 10px; */
}

footer .widget-subcontent p {
    margin-bottom: 0px;
    line-height: inherit;
}

#footer .f1-wrap {
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  position: relative;
  background: none;
}

/* Global Product List Item Styles */
.fc-um {
  float: right;
}

.fc-um > div {
  float: left;
}

a.btn.btn-add-to-cart:link, a.btn.btn-add-to-cart:visited {
  white-space: nowrap;
  width: 100%;
  font-size: 1em;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.pl-info {
  padding-left: 0 !important;
}

/* Messaging */
.item-thumb {
  text-align: center;
}

/* Cross Sells */
[role="product-slider"] ul {
  list-style: none;
  margin: 0;
}

[role="product-slider"] .item-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 80%;
}

[role="product-slider"] .item-wrap .thumb-wrap,
[role="product-slider"] .item-wrap .item-name,
[role="product-slider"] .item-wrap .item-num,
[role="product-slider"] .item-wrap > div.price,
[role="product-slider"] .item-wrap .quantity-pricing,
.product-comparison .item-wrap .thumb-wrap,
.product-comparison .item-wrap .item-name,
.product-comparison .item-wrap .item-num,
.product-comparison .item-wrap > div.price,
.product-comparison .item-wrap .quantity-pricing {
  margin-bottom: .5em;
  line-height: 1.25em;
}

[role="product-slider"] .item-wrap > div.price {
  font-size: 0.875rem;
}

[role="product-slider"] .item-wrap > div.price span {
  margin-right: 0.5em;
}

[role="product-slider"] .item-wrap .item-num {
  font-size: 0.875rem;
}

[role="product-slider"] .item-wrap .thumb-wrap,
.product-comparison .item-wrap .thumb-wrap {
  margin-bottom: 1em;
}

div.quantity-pricing {
  display: inline-block;
  position: relative;
  z-index: 3;
  font-size: 0.825em;
}

.carousel-wrapper .quantity-pricing .f-dropdown.content {
  max-width: 160px !important;
}

.carousel-wrapper .quantity-pricing .f-dropdown table {
  min-width: 150px !important;
}

.carousel-wrapper .quantity-pricing .f-dropdown table tr th,
.carousel-wrapper .quantity-pricing .f-dropdown table tr td {
  padding-left: .25em;
  padding-right: .25em;
}

/*
.carousel-wrapper .quantity-pricing .f-dropdown table .col-3 {
	display:none; }  hide save %, not enough real estate */
[role="product-slider"] .item-wrap .p-opt {
  position: relative;
  z-index: 2;
}

[role="product-slider"] .carousel-wrapper {
  position: relative;
}

[role="product-slider"] .cs-carousel {
  position: relative;
  /* necessary for slider control positioning */
  overflow: hidden;
  margin: 0 30px;
}

[role="product-slider"] .cs-carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

[role="product-slider"] .cs-carousel > li {
  border: 1px solid #f6f6f6;
  position: relative;
  float: left;
  text-align: center;
  padding: .8em;
}

[role="product-slider"] .cs-carousel [class*="column"] + [class*="column"]:last-child {
  float: left;
}

[role="product-slider"] .cs-carousel > li:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}

[role="product-slider"] .cs-carousel > li img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  width: 160px;
}

[role="product-slider"] .carousel-control-box-prev, [role="product-slider"] .carousel-control-box-next {
  position: absolute;
}

[role="product-slider"] .carousel-control-prev,
[role="product-slider"] .carousel-control-next,
.product-comparison .carousel-control-prev,
.product-comparison .carousel-control-next {
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  font-size: 1.5em;
  z-index: 200;
  background: #fff;
}

[role="product-slider"] .carousel-control-prev,
[role="product-slider"] .carousel-control-next {
  width: 30px;
  background: none;
}

[role="product-slider"] .carousel-control-prev span,
[role="product-slider"] .carousel-control-next span,
.product-comparison .carousel-control-prev span,
.product-comparison .carousel-control-next span {
  position: absolute;
  height: 1em;
  width: 100%;
  top: 50%;
  margin-top: -.5em;
  left: 0;
  font-family: 'good-oatmeal-v2';
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[role="product-slider"] .carousel-control-prev span:before,
.product-comparison .carousel-control-prev span:before {
  content: "\e011";
}

[role="product-slider"] .carousel-control-next span:before,
.product-comparison .carousel-control-next span:before {
  content: "\e012";
}

[role="product-slider"] .carousel-control-prev {
  left: 0;
}

[role="product-slider"] .carousel-control-next {
  right: 0;
}

[role="product-slider"] .carousel-control-prev:hover, [role="product-slider"] .carousel-control-next:hover {
  text-decoration: none;
  background: #f2f2f2;
}

[role="product-slider"] .action > .btn {
  float: right;
  clear: right;
  width: 100%;
    margin-bottom: .25rem;
}

[role="product-slider"] .f-dropdown.content {
  padding: 10px;
}

/* Tooltips */
/*.f-dropdown.content {
  -webkit-box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  box-shadow: 0 3px 5px 0 rgba(25, 25, 25, 0.2);
  border-color: #b8b8b8;
}

.f-dropdown:after {
  opacity: 0.6;
}

.f-dropdown:before {
  border-color: white transparent transparent transparent !important;
  bottom: -12px !important;
  top: auto !important;
  border-top-style: solid;
}

.f-dropdown:after {
  border-color: #fff transparent transparent transparent !important;
  bottom: -14px !important;
  top: auto !important;
}*/

.quantity-pricing .f-dropdown.content {
  width: auto !important;
  max-width: 280px !important;
  padding: .25em;
  bottom: 1.5em !important;
  top: auto !important;
  left: -9999px;
}

.quantity-pricing .f-dropdown table {
  margin: 0;
  width: 100%;
  min-width: 250px;
  border: 0;
}

.quote-required {
  display: inline-block;
  font-weight: 700;
}

.quote-required .tt-wrap {
  white-space: normal;
  text-align: left;
}

.price .quote-required {
  margin-right: 1em;
}

[role="product-slider"] .quote-required > span {
  font-size: .87em;
}

.quote-required .quote-tip {
  position: relative;
  display: inline-block;
  z-index: 201;
  margin-left: .25em;
}

.quote-required .quote-tip a.t-dropdown {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: 600;
}

.quote-required .quote-tip a.t-dropdown:hover,
.quote-required .quote-tip a.t-dropdown:focus {
  color: inherit;
  border-color: #999;
}

[role="product-slider"] .quote-required .quote-tip a.t-dropdown {
  height: 20px;
  width: 20px;
  line-height: 21px;
}

.quote-required .f-dropdown.content {
  width: auto !important;
  min-width: 248px !important;
  padding: 1em;
  bottom: 2.5em !important;
  top: auto !important;
  left: -9999px;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25em;
  margin-left: -100px;
}

[role="product-slider"] .quote-required .f-dropdown.content,
.carousel-wrapper .quote-required .f-dropdown.content {
  min-width: 190px !important;
  margin-left: -118px;
}

/* :before - :after below should only apply to the product cross 
sells, on the front page (or other pages if applicable)  */
.widget-webcrosssells .quote-required .f-dropdown.open:before {
  left: 121px;
  bottom: -11px !important;
}

.widget-webcrosssells .quote-required .f-dropdown.open:after {
  left: 120px;
  opacity: .3;
}

@media only screen and (max-width: 40.063em) {
  .widget-webcrosssells .quote-required .f-dropdown.open:before {
    left: 113px;
  }

  .widget-webcrosssells .quote-required .f-dropdown.open:after {
    left: 112px;
  }
}
@media all and (min-width: 481px) {
  .quote-required .f-dropdown.content {
    margin-left: -5px;
  }
}
/* UI Lock */
.ui-lock {
  background: #000;
  opacity: .45;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

header .ui-lock, [class*="pnav-top-"] .ui-lock {
  opacity: 0;
}

header + .ui-lock {
  z-index: 0;
}

[class*="sidebar-"] .ui-lock,
[class*="pnav-top-"] .ui-lock {
  display: block !important;
}

@media all and (max-width: 767px) {
  [class*="topbar-"] .ui-lock {
    display: block !important;
  }
}
[role="product-slider"] ul.p-list {
  margin: 0;
}

@media all and (max-width: 480px) {
  header[role="masthead"] h1[role="logo"] {
    font-weight: normal;
    font-size: 1.25em;
    padding: .4em 0;
  }

  [role="customer-info"] [role="sign-out"] i {
    font-size: 135%;
    position: static;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  [role="customer-info"] li[role="sign-out"], [role="customer-info"] li[role="sign-out"] a.user-change {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  [role="customer-info"] li[role="sign-out"] span {
    display: none !important;
  }

  .row nav[role="secondary-nav"] {
    width: 129px;
  }
}
@media all and (min-width: 480px) {
  header[role="masthead"] h1[role="logo"] {
    /*font-size:1.95em !important;*/
  }

  [role="primary-nav"] ul li a .icon-nav {
    left: 20px;
    margin-left: 0;
  }

  [role="customer-info"] [role="sign-out"] {
    width: 115px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row nav[role="secondary-nav"] {
    width: 230px;
  }

  [role="customer-info"] li[role="sign-out"] {
    width: 115px;
  }

  li[role="sign-out"] a.user-dd:before {
    border-width: 0.5em;
    margin-top: -0.25em;
    right: 1em;
  }
}
@media all and (max-width: 767px) {
  nav ul:not(.side-nav) li i {
    font-size: 170%;
    position: static;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  nav[role="primary-nav"] ul:not(.side-nav) li a {
    display: block;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    padding: 0 1.25em;
  }

  nav ul:not(.side-nav) li a span, nav ul:not(.side-nav) li a em {
    display: none;
  }

  [role="customer-info"] .welcome, [role="customer-info"] .customer, [role="customer-info"] .shipto {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .row {
    margin: 0;
  }

  [role="customer-info"] [role="sign-out"] i {
    position: absolute;
    left: 16px;
    display: block;
    width: 16px;
    height: 0;
    font-size: 100%;
  }

  .row nav[role="secondary-nav"] {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  header .logo-row {
    max-width: 100%;
  }
}

@media all and (min-width: 1040px) {
  header .logo-row {
    max-width: 1040px;
    padding: 0;
  }
}
header[role="masthead"] .logo-container {
  margin: .25em auto;
}

li[role="sign-out"] a.user-change {
  display: none;
}

li[role="sign-out"] a.login-link {
  display: block;
}

li[role="sign-out"] {
  width: auto;
  display: block;
}

@media all and (min-width: 768px) {
  /* Hides main icon when active (should be present in breakpoint if labels are showing) */
  .topbar-search .search-button a:not(.ex) i, .topbar-user .user-button i,
  .pnav-top-main .ln-button a:not(.ex) i, .pnav-top-account .ma-button a:not(.ex) i, .pnav-top-qo .qo-button a:not(.ex) i {
    display: none !important;
  }
}
.topbar-user .user-button a.login-link i {
  display: block !important;
}

.ex i {
  font-size: 100% !important;
  left: 1em !important;
  position: absolute !important;
  top: 0 !important;
  width: auto !important;
}

.topbar-user .user-button .ex {
  display: none !important;
}

[role="customer-info"] li.customer, [role="customer-info"] li.shipto, [role="customer-info"] li.welcome {
  display: inline-block;
}

[role="customer-info"] li.customer {
  width: 20%;
  min-width: 150px;
}

[role="customer-info"] li.shipto {
  width: 60%;
  text-overflow: ellipsis;
}

[role="customer-info"] li.welcome {
  min-width: 115px;
  padding-right: 20px;
  position: absolute;
  right: 115px;
}

/* product-slider */
[role="product-slider"] .pl-item {
  width: 25%;
  font-size: .9em;
}

[role="product-slider"] .item-thumb {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 160px;
  max-height: 160px;
  margin: 0 auto;
}

[role="product-slider"] .item-thumb img {
  max-width: 160px;
  max-height: 160px;
}

[role="product-slider"] .pl-grid .small-9 {
  width: 100%;
}

[role="product-slider"] .pl-info {
  width: 100%;
}

[role="product-slider"] .item-opt {
  width: 100%;
}

[role="product-slider"] ul.attribute-list {
  width: 100%;
}

[role="product-slider"] .compare-link {
  display: none;
}

@media all and (max-width: 960px) {
  [role="customer-info"] li.shipto, [role="customer-info"] li.customer {
    display: none !important;
  }
}
@media all and (min-width: 888px) {
  [role="customer-info"] li.welcome, [role="user-nav"] {
    background: #EEF0F0;
  }

  .topbar-user #userPanel .ex {
    display: block !important;
  }
}
@media all and (min-width: 900px) {
  .row nav[role="secondary-nav"] {
    width: 68%;
  }
}
/* Content Editor */
body.isc-editing {
  /* margin-top:38px; */
}

.isc-content-block {
  display: inline;
  margin: 0;
}

.isc-edit-on .isc-content-block {
  display: block;
}

#isc-content-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  height: 38px;
  border-bottom: 1px solid #ccc;
}

#isc-content-menu button {
  color: #222;
  font-weight: bold;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0 15px;
  border-radius: 0;
  margin: 0;
  background: #fff;
  height: 36px;
  cursor: pointer;
  border: 0;
  border-top: 0;
  opacity: 0.9;
  background: url(../Images/isc/icon-checkbox.png) no-repeat 15px 46%;
  padding-left: 34px;
}

#isc-content-menu button.btn-review {
  border-right: 1px solid #d2d2d2;
}

#isc-content-menu button.btn-review:hover, #isc-content-menu button.btn-review:focus {
  color: #ee720e;
}

#isc-content-menu button.btn-review.btn-active {
  color: #ee720e;
  background: url(../Images/isc/icon-review-on.png) no-repeat 15px 46%;
}

#isc-content-menu button.btn-edit {
  margin-left: -4px;
}

#isc-content-menu button.btn-edit:hover, #isc-content-menu button.btn-edit:focus {
  color: #0898e2;
}

#isc-content-menu button.btn-edit:disabled {
  color: #aaa;
  cursor: default;
}

#isc-content-menu button.btn-edit:disabled {
  color: #aaa;
  cursor: default;
}

#isc-content-menu button.btn-edit.btn-active {
  color: #0898e2;
  background: url(../Images/isc/icon-edit-on.png) no-repeat 15px 46%;
}

#isc-content-menu button:hover {
  opacity: 1;
}

.isc-edit-on .isc-content-block {
  display: inline-block;
  min-height: 25px;
  min-width: 25px;
  position: relative;
}

.isc-edit-on .isc-content-block:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px dashed #15a2eb;
  cursor: pointer;
  z-index: 900;
  background: url(../Images/isc/isc-edit-overlay.png) repeat 0 0 transparent;
}

.isc-edit-on .isc-unapprovedcontent-block {
  display: inline-block;
  min-height: 25px;
  min-width: 25px;
  position: relative;
}

.isc-edit-on .isc-unapprovedcontent-block:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px dashed #ed7515;
  cursor: pointer;
  z-index: 900;
  background: url(../Images/isc/isc-review-overlay.png) repeat 0 0 transparent;
}

#isc-content-approval-toolbar {
  margin-bottom: 5px;
  float: right;
}

#isc-content-publish-date {
  width: 150px;
}

/* puts content editor on top of fancy box windows */
.ui-dialog {
  z-index: 9020 !important;
}

/* Content Edit popup */
#isc-content-info {
  margin-bottom: 0.25em;
}

#isc-content-info select {
  width: auto;
  max-width: 90%;
  margin-right: 1em;
}

#isc-content-info tr:first-child {
  border-bottom: 1px solid #ccc;
}

#isc-content-info th, #isc-content-info td {
  padding-bottom: .5em;
  padding-top: .75em;
}

#isc-content-info tr:first-child th, #isc-content-info tr:first-child td {
  padding-top: .5em;
}

#isc-content-info th {
  font-style: italic;
  text-align: left;
  padding-right: 0.5em;
}

#isc-content-info td {
  font-weight: bold;
  padding-right: 0.5em;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 8px;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #e1edf1;
  position: relative;
}

.jspDrag {
  background: #ddddde;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* Sort following styles back into base styles above */
a.ex {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  outline: 0 !important;
  outline-color: red;
}

a.ex:hover, a.ex:focus {
  outline: 0 !important;
}

.top-bar.expanded {
  overflow: visible;
}

[role="main"] .main-row {
  /* background: #fff; */
}

[role="primary-nav"] {
  /* background: DodgerBlue; */
}

@media all and (min-width: 1040px) {
  [role="primary-nav"] > .row {
    max-width: 1040px;
    padding: 0;
  }
}
[role="primary-nav"] li {
  background: none;
  height: 50px;
  line-height: 50px;
}

[role="primary-nav"] ul li.cart-button a.cart-link {
  background: url("../Images/isc/nav-vertical-border.png") repeat-y scroll left top transparent;
}

[role="primary-nav"] li {
  background: none;
}

[role="left-nav"], .pnav-top-row {
  padding: 0;
  background: url(../Images/isc/nav-horz-border.png) repeat-x 0 0;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 10px 0 #dedede;
  box-shadow: inset 0 0 10px 0 #dedede;
}

/* Header */
[role="masthead"] > .row {
  padding-bottom: 4px;
}

.foundicon-search:before {
  font-family: 'good-oatmeal-v2';
  content: "\e001";
  font-size: 1.25rem;
}

.foundicon-torso:before {
  font-family: 'good-oatmeal-v2';
  content: "\e60a";
  font-size: 1.5rem;
}

@media all and (min-width: 768px) {
  .foundicon-torso:before {
    font-size: 1.25rem;
  }
}
#userPanel .user-info i.foundicon-torso:before {
  font-size: 1.25em;
}

header .foundicon-remove:before, [role="secondary-nav"] .foundicon-remove:before {
  color: DodgerBlue;
  content: "\e606";
  font-size: 1.2rem;
}

[role="secondary-nav"] .foundicon-remove:before {
  color: #fff;
}

[role="primary-nav"] ul:not(.side-nav) li a {
  font-weight: 600;
}

[role="primary-nav"] ul:not(.side-nav) li:hover {
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 10px 0 #dedede;
  box-shadow: inset 0 0 10px 0 #dedede;
}

[role="primary-nav"] ul:not(.side-nav) li:hover a span, [role="primary-nav"] ul:not(.side-nav) li:focus a span,
[role="primary-nav"] ul:not(.side-nav) li:hover a i, [role="primary-nav"] ul:not(.side-nav) li:focus a i {
  color: DodgerBlue  !important;
}

[role="main"] a.btn.btn-add-to-cart:before {
  font-family: 'good-oatmeal-v2';
  content: "\e00a";
  font-size: 1.2rem;
  padding-right: .5em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: bottom;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[role="primary-nav"] ul li.cart-button a.cart-link span {
  font-size: 1.32em;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}

.pnav-top-qo #qoButton, .pnav-top-account #maButton, .pnav-top-main #lnButton,
.sidebar-main .ln-button, .sidebar-account .ma-button, .sidebar-qo .qo-button {
  background-color: #f1f1f1 !important;
  -webkit-box-shadow: inset 0 0 10px 0 #dedede;
  box-shadow: inset 0 0 10px 0 #dedede;
  color: DodgerBlue  !important;
}

.pnav-top-main .ln-button a i, .sidebar-main .ln-button a i, .sidebar-qo .qo-button a i, .sidebar-account .ma-button a i {
  color: DodgerBlue  !important;
}

.top-bar-section .divider {
  display: none;
}

[role="left-nav"] .top-bar-section ul li {
  background: url(../Images/isc/nav-horz-border.png) repeat-x bottom left;
  line-height: 22px;
}

[role="left-nav"] .top-bar-section ul li.js-generated h5 {
  margin: 0;
}

[role="left-nav"] .top-bar-section li a,
[role="left-nav"] .top-bar-section li.panel-head span,
[role="left-nav"] .top-bar-section .qo-wrap h3 {
  padding: 0.5em 1.5em 0.5em 1em;
  font-size: 1.15em;
  line-height: 1.5em;
  min-height: 0;
  height: auto;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  color: inherit;
}

[role="left-nav"] .nav-panel nav .top-bar-section li a {
  font-weight: 600;
  color: DodgerBlue;
}

[role="left-nav"] .top-bar-section ul li.panel-head span,
[role="left-nav"] .top-bar-section .qo-wrap h3 {
  font-weight: 600;
  display: block;
}

[role="left-nav"] .top-bar-section .qo-wrap h3 {
  padding: 0;
  margin: 0 0 1em 0;
}

[role="primary-nav-top"] .pnav-top-list {
  font-size: 0.9em;
}

[role="primary-nav-top"] .pnav-top-list li a {
  margin-bottom: 0.5em;
}

[role="primary-nav-top"] .pnav-top-list > li > a {
  padding: 0 0 0.25em 0;
  display: inline-block;
  width: 100%;
  background: url(../Images/isc/nav-horz-border.png) repeat-x bottom left;
  font-weight: 600;
}

.pnav-top-container.ma ul > li > a {
  padding: 0.25em 0;
  display: inline-block;
  width: 100%;
  background: url(../Images/isc/nav-horz-border.png) repeat-x bottom left;
  font-weight: 600;
}

[role="primary-nav-top"] .pnav-top-list > li > ul {
  margin-bottom: 1em;
}

[role="primary-nav-top"] ul ul > li > ul > li > a {
  color: #fff !important;
}

.top-bar-section .has-dropdown > a:after {
  content: "\e012";
  border: 0;
  font-family: 'good-oatmeal-v2';
  opacity: 0.5;
  margin-right: 1.5em;
  font-size: 0.8em;
  margin-top: -14.5px;
}

@media all and (max-width: 480px) {
  [role="primary-nav"] ul#lnList {
    max-width: 240px;
    width: auto;
  }
}
@media all and (min-width: 768px) {
  [role="secondary-nav"] > .row {
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
    display: block;
    /*height: 100%;*/
  }
}
[role="customer-info"] li.welcome, [role="user-nav"] {
  background: none;
}

[role="user-info"] div {
  color: #afd2e3;
  font-size: 14px;
  font-weight: normal !important;
}

[role="secondary-nav"] .customer-link, [role="secondary-nav"] .shipto-link {
  color: #fff;
  font-size: 16px;
  max-width: 100%;
  position: relative;
  padding-right: 25px;
}

nav ul:not(.side-nav) li.customer i, nav ul:not(.side-nav) li.shipto i {
  left: auto;
  right: 2px;
}

[role="secondary-nav"] ul li .customer-link i:before, [role="secondary-nav"] ul li .shipto-link i:before {
  font-family: 'good-oatmeal-v2';
}

[role="customer-info"] li.welcome {
  color: #fff;
}

[role="left-nav"] .top-bar-section {
  margin-top: 15px;
}

.sn-currency > ul > li > a {
  font-size: 1.75em;
}

.sn-currency > ul > li > ul > li > a > span {
  margin-left: 5px;
}

#internationalPanel .sn-currency > ul > li > a > span, #internationalPanel .sn-lang > ul > li > a > span {
  color: #000;
}

/* Left Nav Panel */
/* a:link, a:visited, a:active {
  color: DodgerBlue;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

nav ul:not(.side-nav) li a {
  text-decoration: none;
}

nav ul:not(.side-nav) li a {
  text-decoration: none;
} */

#loginPanel .row .small-6 label {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 0;
  display: none;
}

#loginPanel .row .small-6 input {
  border: 0;
  border-bottom: 2px solid #d2d3d4;
  background: none;
  color: DodgerBlue;
  font-size: 1.08em;
  line-height: 1em;
  margin-bottom: 0;
  width: 100%;
}

/* Customer / Ship To Panel */
#userPanel .row {
  margin: 0 auto;
  position: relative;
}

#userPanel .row .small-6 {
  width: 100%;
}

#userPanel .row .small-6 label {
  display: inline-block;
  width: 30%;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}

#userPanel .row .small-6 .dropdown {
  display: inline-block;
  float: right;
  width: 70%;
}

#userPanel .row .large-1 {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

#userPanel a.ex {
  line-height: 20px;
  display: block !important;
}

#userPanel a.ex i {
  top: 0 !important;
  left: 17px !important;
}

#userPanel .foundicon-remove:before {
  color: DodgerBlue;
  font-size: 16px;
}

/* Search Panel */
#searchPanel .row {
  margin: 0 auto;
  position: relative;
}

#searchPanel .row .small-2 {
  text-align: center;
}

/* Quick Order Panel */
.qo-wrap {
  padding: .5em 1em 1em 1em;
}

@media all and (min-width: 768px) {
  .qo-wrap {
    padding: 1em;
  }
}
.qo-wrap form {
  margin: 0;
}

.qo-wrap .qo-search-box {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 250px;
  margin-right: 1.25em;
}

@media all and (min-width: 868px) {
  .qo-wrap .qo-search-box {
    max-width: 350px;
  }
}
.qo-wrap .error {
  display: inline-block;
  width: 100%;
  float: left;
  max-width: 350px;
}

.qo-wrap .dropdown li {
  border: 0 !important;
  line-height: 1.5em !important;
}

.qo-wrap label {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1em;
  line-height: 2.5em;
  margin-right: .75em;
  float: left;
}

.qo-wrap .qo-search {
  margin-bottom: 1em;
}

.qo-wrap .qo-qty {
  float: left;
  display: inline-block;
  margin-right: 1.25em;
}

.qo-wrap .qo-qty input {
  float: left;
  display: inline-block;
  width: 75px;
}

.qo-wrap .qo-um {
  float: left;
  display: inline-block;
  margin-right: 1.25em;
}

.qo-wrap .qo-um select {
  float: left;
  display: inline-block;
  width: auto;
  min-width: 80px;
  max-width: 100px;
}

.qo-wrap .btn {
  float: left;
}

.qo-wrap .qo-link {
  width: 100%;
  line-height: 2em;
  display: block;
  clear: both;
  text-align: left;
}

.qo-wrap .qo-link a {
  font-weight: 600;
}

/*Quick Order Widget*/
.qo-wrap.qo-widget {
  /* Quick Order Panel */
  padding: .5em 1em 1em 1em;
}
.qo-wrap.qo-widget h3 {
  float: left;
  margin-top: 0;
  margin-bottom: 8px;
}
.qo-wrap.qo-widget form {
  margin: 0;
}
.qo-wrap.qo-widget .qo-search-box {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: inherit;
}
.qo-wrap.qo-widget .dropdown li {
  border: 0 !important;
  line-height: 1.5em !important;
}
.qo-wrap.qo-widget label {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1em;
  line-height: 2.5em;
  margin-right: 0;
  float: left;
  width: 30%;
}
.qo-wrap.qo-widget .qo-search {
  margin-bottom: 1em;
}
.qo-wrap.qo-widget .qo-qty {
  float: left;
  display: inline-block;
  width: 48%;
  margin-right: 2% !important;
}
.qo-wrap.qo-widget .qo-um {
  float: left;
  display: inline-block;
  width: 50%;
}
.qo-wrap.qo-widget .qo-qty input,
.qo-wrap.qo-widget .qo-um select {
  float: left;
  display: inline-block;
  width: 70%;
}
.qo-wrap.qo-widget .btn {
  float: left;
  width: 100%;
}
.qo-wrap.qo-widget .qo-link {
  width: 100%;
  line-height: 2em;
  display: block;
  clear: both;
  text-align: left;
}
.qo-wrap.qo-widget .qo-link a,
.qo-wrap.qo-widget .qo-links a {
  font-weight: 600;
}
.qo-wrap.qo-widget .qo-links {
  margin-bottom: 8px;
  display: block;
}
.qo-wrap.qo-widget .qo-links a {
  clear: both;
  width: 100%;
  display: block;
}

@media all and (min-width: 868px) {
  .qo-wrap.qo-widget .qo-search-box {
    width: 47%;
  }

  body .qo-wrap.qo-widget .qo-qty,
  body .qo-wrap.qo-widget .qo-um {
    width: 15%;
  }

  body .qo-wrap .btn {
    width: 17%;
  }
}
@media all and (min-width: 768px) {
  .qo-widget.qo-wrap {
    padding: 1em;
  }
  .qo-widget.qo-wrap h3 {
    margin-bottom: 1em;
  }

  .qo-widget.qo-wrap .qo-search-box {
    width: 38%;
    margin-right: 2%;
  }

  body .qo-wrap.qo-widget .qo-qty,
  body .qo-wrap.qo-widget .qo-um {
    width: 18%;
    margin-right: 2%;
  }

  body .qo-wrap.qo-widget .btn {
    width: 20%;
  }

  .qo-wrap.qo-widget .qo-links {
    margin-bottom: 0;
    float: right;
  }
  .qo-wrap.qo-widget .qo-links a {
    margin-left: 20px;
    display: inline-block;
    width: inherit;
  }
}


/* Breadcrumbs */
/* .breadcrumbs > * {
  font-size: .875rem;
    color: black;
    text-transform: initial;
} */

/* .breadcrumbs {
  background-color: white;
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: none;
}

.breadcrumbs li {
  line-height: 1em;
} */

/* .breadcrumbs li a, .breadcrumbs li span {
  text-transform: none;
}

.breadcrumbs > .current {
    font-weight: bold;
} */

.breadcrumbs > *:before {
  /* font-family: 'good-oatmeal-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0; */
  /* Better Font Rendering =========== */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e605";
  font-size: 1.25rem;
  top: 4px;
  margin: 0 .5rem;
  color: black; */
}


/* ------- BREAK
POINTS ------- */
/* Mobile */
@media all and (max-width: 480px) {
  #header [role="primary-nav"] ul.small-5 {
    width: 35%;
  }

  .row .logo-container {
    width: 200px;
    padding-right: 0;
  }

  [role="masthead"] .row {
    padding-bottom: 0;
    background: none;
  }

  [role="primary-nav"] ul li.cart-button {
    border-left: 0;
  }

  header[role="masthead"] [role="logo"] {
    margin-bottom: 0;
  }
}
/* Tablet and Mobile */
@media all and (max-width: 767px) {
  [role="primary-nav"] ul li.cart-button a.cart-link {
    border-left: 0;
    padding-left: 1.25em;
  }

  [role="primary-nav"] ul li.cart-button a.cart-link span {
    padding-left: 45px;
    text-indent: 0;
  }

  .row nav[role="secondary-nav"] {
    width: 120px;
    margin-top: 0.5em;
  }

  #header li.user-button {
    background: none;
  }

  #header .ex i {
    top: -6px !important;
  }

  #userPanel a.ex {
    display: none !important;
  }

  #searchPanel .row .small-4 {
    width: 33.3%;
    min-width: 280px;
  }

  #searchPanel .row .small-4 .custom {
    margin-bottom: 0;
  }

  #searchPanel .row .small-6 {
    width: 80%;
    clear: left;
  }

  #searchPanel .row .small-2 {
    width: 16%;
  }

  .qo-wrap .qo-qty {
    width: 50%;
    float: left;
    margin-right: 0;
  }

  .qo-wrap .qo-um {
    float: right;
    width: 50%;
    margin-right: 0;
  }

  .qo-wrap .btn {
    width: 100%;
    float: left;
    margin: 1em 0;
  }

  .breadcrumbs {
    margin-bottom: 0;
  }

  .breadcrumbs li.current {
    display: none;
  }

  .filtration-desktop .nav-head {
    text-align: center;
  }
}


/* Small Tablet and Higher */
@media (max-width: 767px) {
    .header-links .nav {
        float: none !important;
    }

}
@media all and (min-width: 480px) {
  [role="primary-nav"] ul:not(.side-nav) li a {
    min-width: 55px !important;
  }
  .header-top .header-links-container {
      width: 100%;
  }

  .row .logo-container {
    padding-right: 0;
  }

  #userPanel .row .small-6 label {
    width: 25%;
  }

  #userPanel .row .small-6 .dropdown {
    width: 75%;
  }
}
#header li.user-button a.login-link * {
  vertical-align: middle;
}

#header li.user-button a.login-link span {
  margin-right: 5px;
}

@media all and (min-width: 768px) {
  #header li.user-button a.login-link em {
    display: inline-block;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* Tablet and Higher */
@media all and (min-width: 768px) {
  /* Left Nav Panel */
  #header .foundicon-menu:before {
    font-size: 16px;
  }

  #header .foundicon-settings:before {
    font-size: 18px;
  }

  #header .foundicon-edit:before {
    font-size: 17px;
  }

  #header .foundicon-home:before {
    font-size: 16px;
  }

  #header .foundicon-cart:before {
    font-size: 25px;
  }

  [role="primary-nav"] ul:not(.side-nav) li a {
    /* padding:0 10px; */
    /* text-decoration:none; */
  }

  [role="primary-nav"] .small-5 {
    width: 43%;
  }

  [role="primary-nav"] [class*="-button"] > a {
    font-weight: 600;
    font-size: 1.15em;
    padding: 0 1.25em;
  }

  [role="primary-nav"] .ma-button a span {
    padding-left: 1.5em;
  }

  [role="primary-nav"] .qo-button a span {
    padding-left: 1.5em;
  }

  [role="primary-nav"] .da-button a span {
    padding-left: 28px;
    padding-right: 2px;
  }

  [role="primary-nav"] ul:not(.side-nav) li.ln-button i {
    left: 1.25em;
  }

  [role="primary-nav"] ul:not(.side-nav) li.qo-button i {
    left: 1.25em;
  }

  [role="primary-nav"] ul:not(.side-nav) li i {
    left: 1.25em;
  }

  .topbar-login #header .user-button {
    padding-left: 25px;
  }

  #header li.user-button a {
    min-height: 0;
    height: 30px;
    line-height: 30px;
  }

  #header li.user-button a.login-link i {
    display: none !important;
  }

  #header li.user-button a span {
    padding-left: 0;
    color: #A9C4D1;
    font-size: 16px;
    font-weight: normal;
  }

  #header li.user-button a em {
    color: #8AA2AE;
  }

  .topbar-login #header .user-button em, .topbar-login #header .user-button span, #header .user-button:hover a span,
  #header .user-button:hover .foundicon-search:before {
    color: #fff;
  }

  #header [role="search"] a.search {
    min-height: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 1.25em !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  #header [role="search"] a.search:hover,
  #header [role="search"] a.search:focus,
  .topbar-search #header [role="search"] a.search {
    background-color: DodgerBlue;
    color: #fff;
  }

  #header [role="search"] .foundicon-search:before {
    font-size: 16px;
    opacity: 1;
    text-shadow: none;
    left: auto;
  }

  #header [role="search"] a span {
    font-weight: 600;
  }

  #header [role="search"]:hover a span, .topbar-search #header [role="search"] a span,
  #header [role="search"]:hover .foundicon-search:before {
    color: #fff;
  }

  #searchPanel .row,
  #loginPanel .row {
    max-width: 700px;
  }

  #userPanel .row .small-6 label {
    width: 20%;
  }

  #userPanel .row .small-6 .dropdown {
    width: 80%;
  }

  #searchPanel .row .small-4 {
    width: 25%;
    padding-right: 3%;
  }

  #searchPanel .row .small-6 {
    width: 62%;
  }

  #searchPanel .row .small-2 {
    width: 12%;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  #isettingsPanel, #searchPanel {
    opacity: 0;
  }
}
@media all and (min-width: 768px) {
  /* B2C Header */
  .header-b2c .top-category {
    display: none;
  }

  .header-b2c [role="user-nav"] {
    float: right;
  }

  .header-b2c .qo-button {
    float: right;
  }

  [role="primary-nav"] ul#lnList {
    max-width: 100%;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .header-b2c .ln-button {
    display: none;
  }

  .header-b2c .top-category {
    display: inline-block;
  }
}
@media all and (min-width: 768px) {
  .header-b2c [role="cart"] {
    float: right;
  }
}
/* Subtotal Table */
.order-subtotal {
  border: 1px solid #DCDCDC;
  padding: 1em;
  margin-bottom: 1.5em;
  text-align: right;
}

@media all and (min-width: 768px) {
  .order-subtotal {
    font-size: 0.875rem;
    line-height: 1.25em;
  }
}
.order-subtotal > .row {
  margin-bottom: .5em;
}

.order-subtotal .sub-label {
  text-align: left;
  width: 60%;
}

.order-subtotal .sub-amount {
  padding-left: 0;
  width: auto !important;
}

.order-subtotal .order-total, .order-subtotal .amount-due {
  font-weight: bold;
}

/* Link List */
.widget-linklist {
  display: block;
  margin: 1em 0;
}

.widget-linklist ul {
  list-style-type: none;
  width: auto;
  margin: 0;
}

.widget-linklist ul .active {
  font-weight: bold;
}

.widget-linklist.list-vertical ul li {
  margin-bottom: .5em;
  line-height: 1.3em;
}

.widget-linklist.list-horizontal ul li {
  display: inline-block;
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 1em;
  margin-right: 1em;
  margin-bottom: .5em;
}

.widget-linklist.list-horizontal ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* Navigation List */
.widget-navlist {
  display: block;
  padding: 1em 1.5em 0 1em;
  border: 1px solid #ddd;
}

.widget-navlist h4 {
  margin-top: 0;
  margin-bottom: .25em;
}

.widget-navlist > ul {
  margin-left: 0;
}

.widget-navlist ul {
  list-style-type: none;
  width: auto;
}

.widget-navlist ul .active {
  font-weight: bold;
}

/* Newsletter Subscription */
.widget-emailsubscription {
  font-size: 0.875rem;
  margin-bottom: 1em;
}

.widget-emailsubscription label {
  margin-bottom: .5em;
}

.widget-emailsubscription input {
  font-size: 1em;
  height: 2.5em;
  max-width: 250px;
  display: inline-block;
}

.widget-emailsubscription .btn {
  display: inline-block;
}

/* Contact Form */
.widget-contactform .required-msg {
  margin: 1em 0;
}

.widget-contactform .cf-form div[class^="cf-form"] {
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 0.25em;
}

.widget-contactform .cf-form textarea {
  height: 150px;
}

.widget-contactform .cf-form .cf-form-msg input {
  width: auto;
  height: 2em;
  display: inline-block;
  float: none;
  margin-left: 0.5em;
}

@media all and (min-width: 768px) {
  .widget-contactform {
    max-width: 600px;
  }

  .widget-contactform .cf-form label {
    width: 40%;
    float: left;
  }

  .widget-contactform .cf-form input,
  .widget-contactform .cf-form select {
    width: 55%;
    float: right;
  }
}
/* Slideshow */
.slideshow-wrapper .orbit-container {
  background: none;
}

.slideshow-wrapper .orbit-container li > p {
  margin-bottom: 0;
}

.slideshow-wrapper .orbit-bullets {
  text-align: center;
    margin-bottom: 5px;
}

.slideshow-wrapper .orbit-bullets li {
  float: none;
  display: inline-block;
  border: 0;
  background: #ccc;
  cursor: pointer !important;
  margin-right: .5em;
  width: .75em;
  height: .75em;
}

.slideshow-wrapper .orbit-bullets li.active {
  background: #999;
}

.slideshow-wrapper .orbit-container .orbit-timer {
  display: none;
}

.slideshow-wrapper .orbit-container .orbit-prev,
.slideshow-wrapper .orbit-container .orbit-next {
  top: 50%;
  margin-top: -68px;
  opacity: 0;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.15);
  text-indent: 0 !important;
  height: 5em;
  width: 2em;
  text-align: center;
  line-height: 5em;
  text-decoration: none;
}

.slideshow-wrapper .orbit-container:hover .orbit-prev,
.slideshow-wrapper .orbit-container:hover .orbit-next,
.slideshow-wrapper .orbit-container:focus .orbit-prev,
.slideshow-wrapper .orbit-container:focus .orbit-next {
  opacity: 1;
}

.slideshow-wrapper .orbit-container .orbit-prev:hover,
.slideshow-wrapper .orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.slideshow-wrapper .orbit-container .orbit-prev:before,
.slideshow-wrapper .orbit-container .orbit-next:before {
  font-family: 'good-oatmeal-v2';
  font-size: 1.5em;
}

.slideshow-wrapper .orbit-container .orbit-prev:before {
  content: "\e011";
}

.slideshow-wrapper .orbit-container .orbit-next:before {
  content: "\e012";
}

.slideshow-wrapper .orbit-container .orbit-prev span,
.slideshow-wrapper .orbit-container .orbit-next span {
  display: none;
}

/* ISC Icon Webfont */
[class*="icon-"]:not(".datepicker"), [class*="foundicon-"] {
  font-family: 'good-oatmeal-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="foundicon-"]:before {
  font-family: 'good-oatmeal-v2';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

.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-cart:before {
  content: "\e00a";
}

.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-user:before {
  content: "\e60a";
}

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

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

/* Print Styles */
@media print {
  #footer, .show-for-small {
    display: none !important;
  }
  .header-left {
      float: left !important
  }
  [role="main"] .main-row {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
  }

  a:link, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: "";
  }
}
/* Navigation Styles */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}

/* Android fix - http://timpietrusky.com/advanced-checkbox-hack */
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
/* Nav Bar */
.isc-nav-bar {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  background: DodgerBlue;
  height: 3em;
  text-align: center;
}

.isc-nav-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  display: block;
  height: 100%;
}

.isc-nav {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  background: gray;
  height: 100%;
}

/* Cart Button */
div.cart-button {
  height: 100%;
  float: right;
  line-height: 3em;
}

/* Menu Button */
div.cart-button a.cart-link {
  position: relative;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2em;
  padding: 0 .5em;
}

/*a.cart-link {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}*/

div.cart-button a.cart-link > * {
  vertical-align: top;
}

div.cart-button a.cart-link span {
  display: inline-block;
  margin: 0 auto;
  font-size: .85em;
}

div.cart-button a.cart-link:before, header label.toggle.burger:after {
  content: "\e00a";
  left: 1em;
  position: static;
  font-family: 'good-oatmeal-v2';
  display: inline-block;
  padding-right: .25em;
  color: #fff;
  text-indent: 0;
}

header label.toggle.burger {
  line-height: 1.4em;
  height: 100%;
  position: static;
  float: left;
}

/* Hide natural label to replace with pseudo element icon */
header label.toggle.burger {
  text-indent: -9999px;
  position: relative;
  margin-left: 0.9375rem;
}

header label.toggle.burger:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e601";
  font-family: 'good-oatmeal-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  font-size: 2.4rem;
  /*line-height:2.9rem; */
}

.panel-nav {
  min-height: 100%;
}

#header {
  /* position: relative; */
}

.isc-nav-bar label {
  padding: 0 .666em;
  font: 2em/3em "Arial, Helvetica, Sans-serif";
}

.isc-primary-nav label {
  padding: 0 0.25em;
  font: 3.125em/.96em "Arial, Helvetica, Sans-serif";
  /* Move the content of the labels to make room for icons */
  text-indent: -9999px;
}

.isc-primary-nav label:before {
  color: rgba(255, 255, 255, 0.4);
  font-family: 'good-oatmeal-v2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  text-indent: 0;
  position: absolute;
  top: 35%;
  left: 35%;
}

.isc-primary-nav .subnav .toggle {
  padding: 0 1.5em;
  font: 1em/3em "Arial, Helvetica, Sans-serif";
  top: 0;
}

.isc-primary-nav .subnav .toggle:before {
  content: "\e00c";
  top: 0;
  font-size: 1.5em;
  left: .4em;
}

@media (min-width: 48em) {
  #header label:hover, .isc-primary-nav label:hover, #header label:hover:before, .isc-primary-nav label:hover:before {
    color: rgba(255, 255, 255, 0.5);
  }
}
#main-nav-check, .isc-primary-nav .subnav-check {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.toggle {
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #fff;
}

.container {
  /* background: #fff; */
  min-height: 100%;
  padding: 0;
  margin: 0 auto;
  /*z-index: 60;*/
  /* position: relative; */
  max-width: 1040px;
}

.isc-primary-nav, .isc-primary-nav .subnav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13.75em;
  z-index: 4;
  left: -13.75em;
}

.isc-primary-nav {
  top: -3em;
}

.isc-primary-nav ul {
  line-height: 2.75em;
  text-decoration: none;
  padding: 0;
  list-style: none;
  margin: 0;
  margin-top: 3em;
}

.isc-primary-nav ul li {
  white-space: nowrap;
}

.isc-primary-nav li a {
  display: block;
  font-size: 1em;
  color: #fff !important;
  text-decoration: none;
  line-height: 1.3em;
  min-height: 3em;
  padding: 1em;
  white-space: normal;
  width: 78%;
  /*height: 100%;*/
}

.isc-primary-nav .subnav {
  margin-top: 0;
  overflow: visible;
}

.isc-primary-nav .sub-heading {
  margin-top: 2.9em;
  padding-left: 1.3125em;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.isc-primary-nav .toggle-sub {
  font: bold 1em/normal Arial;
  color: #fff;
  float: right;
  margin-top: 0;
  width: 3rem;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
}

.isc-primary-nav .toggle-sub:before {
  content: "\e605";
  font-size: 1.5rem;
  color: #fff;
}

/* hax http://davidwalsh.name/translate3d */
/* #### - corrects 'unfixing' bug in Safari - uncomment if you have position:fixed elements inside .container - #### */
/* @media screen and (-webkit-min-device-pixel-ratio:0) {
	.container {
		-webkit-transform: none
	}
}
*/
.isc-primary-nav .close-all {
  display: none;
}

.js .isc-primary-nav .close-all {
  display: inline;
}

.js .isc-primary-nav .toggle {
  top: 0;
  z-index: 9999;
}

.js .isc-primary-nav .subnav .toggle {
  left: 0.15em;
  width: 4em;
}

.nav-item-container {
  display: inline-block;
  width: 100%;
  position: relative;
  max-height: 100%;
  /* overflow: hidden;
  */
  /*height: 100%;*/
}

.isc-primary-nav ul ul li a:only-child {
  width: 100%;
}

@media (min-width: 48em) {
  .js .isc-primary-nav .close-all {
    display: none;
  }

  .container, .isc-primary-nav, .isc-primary-nav .subnav {
    /* -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important; */
  }

  .isc-primary-nav label, .isc-primary-nav .subnav, .isc-primary-nav .sub-heading, .isc-nav-bar label {
    display: none;
  }

  .isc-primary-nav {
    left: 0;
    bottom: auto;
    height: 0;
    width: 100%;
    top: -50px;
  }

  .isc-primary-nav .toggle-sub {
    margin-right: 0;
  }

  .isc-primary-nav .toggle-sub, .isc-primary-nav .toggle-sub:hover {
    background: transparent;
    margin: 0;
    padding: 1em .4em;
    width: 2.5em;
  }

  .isc-primary-nav ul ul .toggle-sub {
    margin-right: 0;
  }

  .isc-primary-nav ul li:hover > label {
    color: #ccc;
  }

  .isc-primary-nav > ul > li > span > .toggle-sub {
    right: 0;
    top: 0;
  }

  .isc-primary-nav > ul > li > span > .toggle-sub:before {
    content: "\e608";
    left: 30%;
  }

  .isc-primary-nav > ul {
    float: left;
    width: 90%;
    position: relative;
    z-index: 1;
    top: 2px;
    left: 0;
    margin-top: 0;
    display: inline-table;
    border-right: 0;
    font-size: 0.875rem;
  }

  .isc-primary-nav ul:after {
    content: "";
    clear: both;
    display: block;
  }

  /* Top Level limites to handle overflow on nav bar elements */
  .isc-primary-nav > ul > li {
    /* max-height: 3.32em;
    */
    max-width: 30%;
    height: 3.4em;
  }

  .isc-primary-nav > ul > li > span > a {
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .5em 3.25em .5em 1em;
    line-height: 2.3em;
  }

  .isc-primary-nav ul li {
    float: left;
    position: relative;
    text-align: left;
    display: list-item;
    margin: 0;
    white-space: nowrap;
    line-height: .6em;
  }

  .isc-primary-nav ul li a {
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }

  .isc-primary-nav ul li a:only-child {
    /* padding-right: 1.5em;
    */
    width: 100%;
  }

  .isc-primary-nav ul li:hover > a {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
  }

  .isc-primary-nav ul li:hover > ul {
    display: block;
  }

  .hide-item {
    display: none;
  }

  .isc-primary-nav li ul.subnav.hide-item {
    display: none;
  }

  .isc-primary-nav ul ul {
    position: absolute;
    left: 0;
    margin-left: -1px;
  }

  .isc-primary-nav ul ul li {
    float: none;
    min-width: 13.75em;
    width: 100%;
  }

  .isc-primary-nav ul ul li a {
    padding: .85em 3em .85em 1em;
  }

  .isc-primary-nav ul ul li a:after {
    right: 0.375em;
    margin-top: -1.6875em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .isc-primary-nav ul .subnav {
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    min-width: 100%;
    font-size: 1em;
  }

  .isc-primary-nav ul ul .subnav {
    float: left;
    top: 0;
    left: 100%;
    margin-left: -1px;
    margin-top: -1px;
  }

  .isc-primary-nav ul .fly-left ul {
    left: -13.75em;
    margin-left: -2px;
  }

  .isc-primary-nav ul .fly-left .toggle-sub {
    right: auto;
    left: 0.5em;
    left: 0.375em;
    padding-bottom: 1px;
    border-right: 1px solid #444;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  div.cart-button {
    font-size: .8em;
    line-height: 4em;
  }
}
/* Nav Theme styles */
.isc-primary-nav ul {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.isc-primary-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /*background: rgba(0, 0, 0, 0.08);*/
}

/* Subnav list item theming */
.isc-primary-nav ul ul li {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  */
}

.isc-primary-nav ul li a:only-child {
  width: 100%;
}

/*.isc-primary-nav > ul > li > span > .toggle-sub {
  border-bottom: 1px solid transparent;
}*/

/* Subnav Colors */
.isc-primary-nav, .isc-primary-nav .subnav {
  background: DodgerBlue;
}

@media (min-width: 48em) {
  /* Remove shadows from subnav panels on wide viewport */
  /*.isc-primary-nav .subnav {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .isc-primary-nav > ul > li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid transparent;
  }

  .isc-primary-nav > ul {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }*/

  .isc-primary-nav li a:hover, .isc-primary-nav .toggle-sub:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }

  .isc-primary-nav ul li:hover > a, a.cart-link:hover, a.cart-link:focus {
    background: rgba(255, 255, 255, 0.15);
  }
}
/* End ISC Navigation Styles */
/* Navigation Update */
@media all and (max-width: 767px) {
  /* TO DO 3.7.1 - remove ui-lock and use :after lock */
  [class*="sidebar-"] .ui-lock {
    display: none !important;
  }

  .isc-primary-nav {
    top: 0;
    padding-top: 3em;
    position: fixed;
  }

  .isc-primary-nav ul {
    height: 100%;
    overflow: hidden;
    margin-top: 0;
    border: 0;
  }

  .isc-primary-nav li a {
    width: 84.2%;
  }

  #nwrap, .isc-primary-nav, .isc-primary-nav .subnav {
    /* -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .25s ease;
    transition: transform .25s ease; */
  }

  [class*="sidebar-"] #nwrap, #main-nav-check:checked ~ .isc-primary-nav, .isc-primary-nav .subnav-check:checked ~ .sub-tier-panel, .isc-primary-nav .subnav-check:checked ~ #fof-sub {
    /* -webkit-transform: translate3d(290px, 0, 0);
    -ms-transform: translate3d(290px, 0, 0);
    transform: translate3d(290px, 0, 0); */
  }

  .isc-primary-nav-top {
    width: 100%;
    height: 3em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }

  .isc-primary-nav, .isc-primary-nav .subnav {
    width: 290px;
    left: -290px;
  }

  .isc-primary-nav .subnav {
    top: 3em;
    height: auto;
  }

  .isc-primary-nav .active-nav {
    overflow-y: auto;
  }

  .isc-primary-nav .subnav .subnav {
    top: 0;
  }

  .isc-primary-nav .sub-heading {
    padding: 1rem;
    margin-top: 0;
    font-size: .875rem;
    line-height: 1.4em;
    white-space: normal;
  }

  /* remove this z index once we change to use one back label btn */
  .isc-primary-nav .subnav .toggle {
    z-index: 1;
  }

  .isc-primary-nav .toggle.close-all {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
  }

  .isc-primary-nav .close-all:before {
    content: "\e606";
    font-size: 1.5rem;
    color: #fff;
    top: 0;
    left: auto;
    right: .6rem;
  }

  .isc-primary-nav .toggle-sub:before {
    top: 0;
    left: auto;
    right: .6rem;
    line-height: 3.25rem;
  }

  .isc-primary-nav .isc-primary-nav-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
  }

  .isc-primary-nav .isc-primary-nav-back.isc-hidden {
    display: none;
  }

  .isc-primary-nav .isc-primary-nav-back:before {
    content: "\e604";
    font-size: 2rem;
    color: #fff;
    top: 0;
    left: .35rem;
  }

  .isc-primary-nav label:before {
    line-height: 2.1em !important;
  }

  .isc-primary-nav label.isc-primary-nav-back:before {
    line-height: inherit !important;
  }
  body {
      width: 100%;
  }
  body:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    content: "";
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  }

  body[class*="sidebar-"]:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  body[class*="sidebar-"] {
    position: fixed;
  }
}
@media all and (min-width: 768px) {
  .isc-primary-nav > ul > li > span > .toggle-sub:before {
    font-size: 1.2rem;
    left: .5rem;
    top: .75rem;
  }

  .isc-primary-nav .subnav .toggle-sub:before {
    font-size: 1.2rem;
    left: .5rem;
    top: .6rem;
  }
}
/* Foundation fix for toggling sections */
@media (max-width: 767px) {
  .section-container .content {
    display: none;
  }

  .section-container section.active .content {
    display: block !important;
  }
}
.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.warning-message {
  color: red;
}

.hidden {
  visibility: hidden;
}

.loader {
  margin: 20em auto;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #ebebeb;
  border-right: 1.1em solid #ebebeb;
  border-bottom: 1.1em solid #ebebeb;
  border-left: 1.1em solid dodgerblue;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 .5s infinite linear;
  animation: load8 .5s infinite linear;
  z-index: 10;
}
.loader.loader-content-area {
  position: fixed;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: 5em;
}

.loader-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* START CUSTOM CSS */
/* Header Area Styles Starts */

#header-area{
	/* background:#fff; */
	margin-bottom:20px;
}
	.header-top{
		/* background:#252a2f; */
	}
	
/* Header Links Styles Starts */

		/* .header-links ul{
		}
			.header-links li{
				display:inline-block;
			}
			.header-links li .fa{
				margin-right:3px;
			}
			.header-links li, 
			.header-links li a{
				color:#fff !important;
			}
			.header-links li a{
				padding:12px 15px 12px 0;
			}
			.header-links li a:hover, 
			.header-links li a:focus, 
			.header-links li.active a{
				background:none;
				color:DodgerBlue;
			    text-decoration: none;
			}
            .header-top .container{ min-height: initial;background: none;
            }
            .header-top ul li:before{ content:""} */
			
/* Currency & Languages Drop Down Styles Starts */

	/* .header-top .btn-link{
		color:#fff;
		text-decoration:none;
		margin:0;
	}
	.header-top .open .btn-link{
		color:#72d279;
	}
		.header-top .btn-link i.fa{
			margin-left:5px;
		}
		
        .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
        @media (max-width: 40.063em) {
            
.header-links ul.left {
    float: none !important;
    text-align: center;
    margin: 0px;
}
.header-top .right {
    float: none !important;
    text-align: center;
} */
        }
             
.header-top .container {
    /* padding: 10px; */
}
/* .header-top {
    position: relative;
    z-index: 62;
}
.header-links ul.left {
    margin: 0px;
} */
.hamburger-menu-links .customer-info {
        text-align: right;
    line-height: 20px;
    padding: 15px;
}

        .header-dropdowns button {
            background: none;
            padding: 0px 5px;
        }
        @media (max-width: 767px) {
            .header-dropdowns {
                display:none;
                
            }
            .header-top .container {
                z-index: 55;
                /* text-align: center; */
            }
            .header-top .header-links-container {
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .header-zone {
                text-align: center;
                float: none !important;
                margin: 10px auto;
                width: auto !important;
            }
            .header-zone .logo-container {
                width: auto;
                display: inline-block;
                text-align: left;
            }
        }




.pd-grid, [role="product-slider"], .pd-specs {
  padding: 0 0.9375em;
  margin-bottom: .9375em !important;
}

.detail-info {
  float: left;
  width: 100%;
}

@media all and (max-width: 767px) {
  .detail-info .name-price {
    width: 100%;
  }
}
.name-price [class*="price-"], .name-price .price {
  width: auto;
  display: inline-block;
  padding-right: .9375em;
}

.detail-info h1 {
  margin-top: 0;
  font-size: 1.5em;
    color: black;
}

.detail-info .pd-price-um {
  margin-bottom: 1em;
}

.detail-info .pd-price-um .quote-required {
  margin-right: 1em;
}

.detail-info .pd-price-um .quote-required .quote-tip {
  margin-left: .5em;
}

.detail-info .pd-price {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 600;
}

.detail-info .quantity-pricing {
  margin-bottom: 1em;
}

.detail-info .availability {
  margin-bottom: 1em;
}

.pd-grid ul.attribute-list {
  float: left;
  width: 100%;
  font-size: .9em;
  margin: 0.5em 0 1.5em 0;
  color: inherit;
}

.pd-grid ul.doclinks {
  font-size: .9em;
  margin: 0.5em 0 1.5em 0;
  color: inherit;
  list-style-type: none;
}

.pd-grid ul.doclinks li {
  display: inline-block;
  margin-right: 0.5em;
}


.detail-options .fc-qty label {
  font-size: .875rem;
}

.detail-image {
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

.detail-zoom-share {
  float: left;
  margin-top: 10px;
  text-align: center;
}

.detail-zoom-share a {
  margin-right: 1em;
}


.pd-grid .fc-qty input {
  max-width: 62px;
}

@media all and (min-width: 768px) {
  .pd-grid .fc-um {
    width: 70% !important;
    padding-right: 1em;
  }

  .pd-grid .fc-um select {
    width: auto;
  }

}
.pd-buttons div {
  float: left;
}

.pd-grid .fc-um label {
  font-size: .875rem;
}

.pd-grid .fc-um .columns, .pd-grid .fc-qty .columns {
  padding: 0;
}

.pd-grid .fc-um .pack {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-style: italic;
}

[role="main"] .detail-options a.btn.btn-add-to-cart, [role="main"] .detail-options a.btn.btn-add-to-list {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.primary-button, .secondary-button {
  padding-right: 0;
  margin-right: 0;
}

.pd-grid {
  margin-top: 2em !important;
}

.detail-info .item-num {
  margin-bottom: 1em;
}

.detail-options .panel {
  border: 1px solid #e0e7ea;
  background: none;
}

.pd-buttons, .secondary-button {
  float: left;
  width: 100%;
}

@media all and (max-width: 767px) {
  [role="main"] .detail-options .btn.btn-add-to-cart, [role="main"] .detail-options a.btn.btn-add-to-list {
    font-size: 1.2em;
  }

  
}
@media all and (min-width: 768px) {
  .detail-info {
    padding-right: .9375em;
  }

  .detail-image {
    max-width: 300px !important;
    float: left;
    width: 34% !important;
  }

  .detail-zoom-share {
    max-width: 300px !important;
  }


  .name-price, .pd-grid .pd-cm-wrap, .pd-grid .doclinks {
    float: right;
    width: 64%;
    color: inherit;
    text-align: left;
  }

  .detail-specs {
    width: 75% !important;
    float: left;
    padding-right: 0.9375em;
  }

}
@media all and (min-width: 960px) {

    .detail-image {
    max-width: 300px !important;
    float: left;
    width: 43% !important;
  }
}


@media all and (max-width: 767px) {
  .detail-info h6 {
    margin-top: 0 !important;
  }

  .detail-info ul.attribute-list {
    color: inherit;
  }

  .product-details .productdetail-attribute {
     text-align: left;
    }

  .detail-options {
    margin-bottom: 1.5em;
  }

  .pd-grid .fc-um {
    width: 100%;
    float: left;
    margin-bottom: 0.5em;
    padding-right: 1.5em;
  }

  .pd-grid .fc-qty, .pd-grid .price {
    width: 100% !important;

      text-align: center !important;
  }
  .pd-grid .fc-qty .btn-add-to-list {
      text-align: center !important;
  }
}
#imgZoom .modal-wrap {
  width: auto;
}

@media all and (min-width: 768px) {
  #imgZoom .modal-wrap img {
    max-height: 75vh;
  }
}

/*end product ddetails*/

/*start specification modifcations*/

.tabs dd > a, .tabs .tab-title > a {
    background-color: white;
    color: Dodgerblue;
    padding: .5rem 1.5rem;
    text-decoration: none;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover, .tabs dd > a:focus, .tabs .tab-title > a:focus {
    background-color: #f4f4f4;
    text-decoration: none;
}
.tabs dd.active a, .tabs .tab-title.active a {
    background-color: dodgerblue;
    color: White !important;
    pointer-events: none;
}
ul.tabs {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 4px solid DodgerBlue;
}
.pd-specs {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 0px;
    margin-top: 10px;
}
.pd-specs .content {
    padding: .9375rem;
}
.tab-review .help-block {
    font-size: 10pt;
    font-style: italic;
    margin-bottom: 10px;
}
.input-review {
    margin-bottom: 5px;
}
.tab-review input[name="rating"] {
    margin-right: 0px;
}
.accordion .accordion-navigation > a, .accordion dd > a, .accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background-color: dodgerblue;
    color: White;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
    background-color: #00B0FF;
    color: White;
    text-decoration: none;
}
.accordion .accordion-navigation > a:focus, .accordion dd > a:focus {
    text-decoration: none;
}
		.product-details .product-info-list{
			color:#808080;
			text-transform:uppercase;
		    list-style: none;
		    margin: 10px 0;
		    text-align: left;
		}
			.product-details .product-info-list span{
				min-width:130px;
				display:inline-block;
				color:#2f353b;
			}

            .product-info .product-details .price{
		}
			.product-details .price-head{
				padding-right:10px;
				font-size:24px;
				color:#212121;
				text-transform:uppercase;
			}
			.product-details .price-tax{
				padding-top:2px;
				font-size:14px;
				color:#212121;
				text-transform:uppercase;
			}
			.product-details .price-new{
				color:dodgerblue;
				font-size:24px;
				padding-right:5px;
			}
			.product-details .price-old{
				font-size:18px;
				color:#212121;
				text-decoration:line-through;
			}
            .product-details .price {
                margin: 7px 0;
            }
            .product-details .product-uom {
                max-width: 245px;
                height: initial;
                margin: 0px;
                padding: 1px;
                padding-right: 20px;
            }
            hr {
                border-color: #8c8f92;
            }
            .detail-options .fc-qty label {
                float: none;display: inline-block;
            }
            .pd-grid .fc-qty input {
                display: inline-block;
            }
            .fc-qty .btn-add-to-cart {
                margin-left: 5px;
                margin-bottom: 0px;
            }
            .fc-qty input[name="qty"] {
                margin-bottom: 0px;
            }
            .product-details .btn-add-to-list {
                margin-bottom: 5px !important;
            }

            .dropdown.button:after, button.dropdown:after {
                border: none;
            }

        .container.page-content {
            z-index: 58;
        }

        .profile-dropdown {
            background: white;
            border: solid 1px #cccccc;
            width: 225px !important;
            margin-top: 7px;
            margin-left: -105px;
        }
        .profile-dropdown.active {
            display: block;
        }
        .profile-dropdown ul {
            list-style: none;
            margin: 0px;
        }
        .f-dropdown.right:before {
            
        }

        .f-dropdown li a {
            color: dodgerblue;
        }
        .profile-dropdown ul li:hover, .f-dropdown li:hover {
            background: #f4f4f4;
        }
        .profile-dropdown ul li a {
            width: 100%;
            display: block;
            padding: 5px 10px;
        }
        .profile-dropdown ul li:hover a, .profile-dropdown ul li a:hover, .profile-dropdown ul li a:focus, .f-dropdown li a:hover, .f-dropdown li a:focus {
            text-decoration: none;
        }
        .profile-dropdown .intro {
            padding: 5px;
        }
        .f-dropdown.right:before, .f-dropdown.right:after {
            left: auto !important;
            right: 3px !important;
        }

        .profile-dropdown:before, .profile-dropdown:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            border-color: transparent transparent white transparent;
            border-bottom-style: solid;
            position: absolute;
            top: -12px;
            left: 10px;
            z-index: 89;
        }

        .profile-dropdown.right:before, .profile-dropdown.right:after {
            left: 160px !important;
            right: auto !important;
        }

        .profile-dropdown .intro .change-customers {
            font-size: 11pt;
            font-style: italic;
            text-align: right;
        }
        .header-top .f-dropdown {
            margin-top: 7px;
        }

        .f-dropdown li {
            font-size: .9rem;
            line-height: 1.2rem;
        }

        .orbit-container .orbit-slides-container img {
            width: 100%;
        }

    .isc-primary-nav ul li.hamburger-menu-links {
        display: none;
    }
/* Small Tablet and Higher */
@media (max-width: 767px) {
    .isc-primary-nav ul li.hamburger-menu-links {
        display: block;
    }
}

.panel {
    background-color: #f8f8f8;
}
.panel h2 {
    color: dodgerblue;
}
.widget-panel .teaser-widget .btn.primary.promotion-link {
    display: inline-block;
    margin: 10px auto;
}
.widget-panel .button-container {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
.widget-panel .teaser-widget{
    text-align: center;
    position: relative;
}
.widget-panel .widget-content {
    text-align: center;
}
.widget-panel .widget-content .widget-subcontent {
    margin: 5px;
}
.news-widgets h3 {
    margin-top: .75em;
}

@media (min-width: 480px) and (max-width: 767px) {
    .news-widgets>div {
        width: 100%;
    }
}
@media only screen and (max-width: 40em) {
    .orbit-bullets-container {
        height: 20px;
    }
}

.main-header-container {
    z-index: 61;
}
.widget-panel h1 {
    text-align: center;
    font-size: 33px;
    margin-bottom: 15px;
}
.widget-panel h1:empty {
    display: none;
}
.widget-panel h2 {
    margin-top: 8px;
}
.widget-panel .widget-subcontent strong {
    font-size: 17px;
    display: block;
    margin: 10px 0;
}
.vertical-widget-panel .teaser-widget {
    margin-bottom: 20px;
}
.vertical-widget-panel .teaser-widget {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
}
.vertical-widget-panel .teaser-widget:last-child {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 0px solid lightgrey;
}

.main-row>.row>.columns>* {
    margin-bottom: 20px;
}


.btn-action {
    color: white;
    border: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333;
    font-weight: normal;
    box-shadow: none;
}
.btn-action.secondary {
    background-color: grey ;
    background-image: linear-gradient(to bottom, grey  ,#000030  );
    text-shadow: 1px 1px 0 #000030 ;
    border-bottom: 2px solid #000030 ;
}
.btn-action.primary {
    background-color: #293B7A ;
    background-image: linear-gradient(to bottom, #4bac52  ,#2d6731  );
    text-shadow: 1px 1px 0 #2d6731 ;
    border-bottom: 2px solid #2d6731 ;
}
.btn-action:hover, .btn-action:focus, .btn-checkout:hover, .btn-checkout:focus, button.btn.secondary:hover, button.btn.secondary:focus {
    opacity: 0.9;
    color: white;
}

.ecommerce-widget .actions {
    text-align: right;
}


/* .autocomplete-suggestions strong, a.btn.tertiary:hover, a.btn.tertiary:focus,
button.btn.tertiary:hover, button.btn.tertiary:focus,
div.remove a.btn:hover, div.remove a.btn:focus, li[role="sign-out"] .btn.sign-out,
li[role="sign-in"] .btn.sign-in,
[role="user-msgs"] a, #loginPanel a.ex .foundicon-remove:before, header .foundicon-remove:before, [role="secondary-nav"] .foundicon-remove:before,
[role="primary-nav"] ul:not(.side-nav) li:hover a span, [role="primary-nav"] ul:not(.side-nav) li:focus a span,
[role="primary-nav"] ul:not(.side-nav) li:hover a i, [role="primary-nav"] ul:not(.side-nav) li:focus a i, .pnav-top-qo #qoButton, .pnav-top-account #maButton, .pnav-top-main #lnButton,
.sidebar-main .ln-button, .sidebar-account .ma-button, .sidebar-qo .qo-button,
.pnav-top-main .ln-button a i, .sidebar-main .ln-button a i, .sidebar-qo .qo-button a i, .sidebar-account .ma-button a i,
[role="left-nav"] .nav-panel nav .top-bar-section li a, a:link, a:visited, a:active, #loginPanel .row .small-6 input, #userPanel .foundicon-remove:before,
.accordion > li > a, .accordion > li.active > a, .header-links li a:hover,
.header-links li a:focus, .logo-container h1, tr .tv-last-column a.btn.btn-add-list,
.header-links li.active a, .tabs dd > a, .tabs .tab-title > a, .product-details .price-new, .f-dropdown li a, .panel h2,  .item-list .item-actions .action a, .product-slider h2, .product-slider .item-actions .btn-add-list, .product-details .detail-info .btn-add-to-list, .widget-panel h1 {
    color: #293B7A;
}

.top-bar-section ul li > a:hover, .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.alert:hover, a.btn.primary:link, a.btn.primary:visited, button.primary, .btn.primary, li[role="sign-out"] .btn.sign-out:hover,
li[role="sign-out"] .btn.sign-out:focus,
li[role="sign-in"] .btn.sign-in:hover,
li[role="sign-in"] .btn.sign-in:focus,
[role="user-msgs"] a:hover,
[role="user-msgs"] a:focus, [role="secondary-nav"] .user-button:hover,
[role="secondary-nav"] .user-button:focus,
.topbar-user [role="secondary-nav"] .user-button,
[role="secondary-nav"] a.search:hover,
[role="secondary-nav"] a.search:focus,
.topbar-search [role="secondary-nav"] a.search, .sidebar-main .ln-button, .sidebar-account .ma-button, [role="primary-nav"], #header [role="search"] a.search:hover,
#header [role="search"] a.search:focus,
.topbar-search #header [role="search"] a.search, .isc-nav-bar, .isc-primary-nav, .isc-primary-nav .subnav, .tabs dd.active a, .tabs .tab-title.active a,
.accordion .accordion-navigation > a, .accordion dd > a, .accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background-color: #293B7A;
} */

.page-editor .safic-pe-border-dotted > div {
    padding: 10px
}
.page-editor .safic-pe-border {
    border: 5px #293B7A solid;
    padding: 5px;
    margin: 2px;
}
.page-editor .safic-pe-border-dotted {
    border: 2px #293B7A dotted;
    margin: 2px;
}
.page-editor .safic-pe-tab {
    background-color: #293B7A;
    color: white;
    padding: .5rem 1.5rem !important;
        font-size: 1rem;
    text-transform: uppercase;
}

.page-editor .safic-pe-underlined {
    border-bottom: 2px lightgrey solid;
    padding-bottom: 2px;
    margin: 2px;
    margin-bottom: 10px;
}

.left-navigation .filtration-desktop .nav-head-2, .product-slider .product-item .info:before {
    background-color: #293B7A;
}

.loader {
  border-left: 1.1em solid #293B7A;
}

ul.tabs {
    border-bottom: 4px solid #293B7A;
}
body {
    background: white !important;
}

.page-editor-only {
    display: none;
}
body.page-editor .page-editor-only {
    display: inline-block;
}
body.page-editor .fa.insite-only-field-icon {
    color: blue;
    font-size: 13px;
    line-height: inherit;
    vertical-align: top;
    border-bottom: none;
    -ms-opacity: .75;
    opacity: .75;
}

body.page-editor .insite-only-field.has-tip {
    border-bottom: none;
    font-weight: normal;
}
body.page-editor .fa.insite-only-field-icon:before {
    display: block;
}
body.page-editor .price-new .fa.insite-only-field-icon:before {
    margin-top: -3px;
    margin-left: -2px;
}
body.page-editor .detail-info h1 .fa.insite-only-field-icon:before {
    margin-top: -4px;
}
.tooltip {
    max-width: 400px;
}
body.page-editor .detail-options .displayQuantityInput {
    -ms-opacity: .5;
    opacity: .5;
    pointer-events: none;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
    text-align: center;
}
.page-content .slideshow-wrapper .orbit-container li .orbit-caption {
    text-align: center;
}
.page-content .slideshow-wrapper .orbit-container li .orbit-caption:empty {
    display: none;
}
.page-content .slideshow-wrapper .orbit-container li .btn.primary {
    margin-top: 10px;
}
.page-content .slideshow-wrapper .orbit-container li .btn.primary:empty {
    margin-top: 0px;
}


.footer .main {
    margin-top: 10px;
}

.footer .main, .footer .secondary {
    margin: 0 20px;
    text-align: center;
}
.footer .main li, .footer .secondary li {
    display: inline-block;
    padding: 5px 10px 0;
    font-family: Roboto,sans-serif;
    font-weight: 100;
    font-size: 15px;
    color: #999;
}
.header-links li .btn-group {
    display: block;
}
.header-links li .btn-group button.btn-link {
    background: none;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header-links li .btn-group li a {
    padding: 0.5rem;
}
img.scEmptyImage {
    width: auto !important;
}
.scInsertionHandleCenter {
    height: 24px !important;
}
body.page-editor header .header-left .scEmptyPlaceholder {
    width: 50%;
    float: left;
}
body.page-editor header .header-right .scEmptyPlaceholder {
    width: 50%;
    float: right;
}
.logo-container>div {
    display: inline-block;
    vertical-align: top;
}
.logo-container h1 {
    font-size: 20px;
    margin: 10px 0 0 0;
    line-height: initial;
}
.logo-container img {
    padding-right: 5px;
}
.logo-container h1:empty {
    display: none;
}
.header-right .logo-container {
    text-align: right;
}
.header-right .logo-container .logo-text {
    text-align: left;
}
.head-row .search-container.wide-search .search-input {
    width: 70%;
}
a.btn.loading-indicator, button.btn.loading-indicator {
    pointer-events: none;
    padding: .6em 1.2em !important;
}
.search-input .isc-searchAutoComplete {
    color: black;
}
a#change-customer-continue, #change-customer-cancel {
    vertical-align: top;
}
.cart-component .cart-content, .quick-order-form .quick-order-form-content, .order-confirmation-component .order-confirmation-content {
    margin-bottom: 10px;
}

body.partial-width-layout .header-component, body.partial-width-layout footer {
    max-width: 1040px;
    margin: 0 auto;
}
body.partial-width-layout .header-right>div {
    padding-right: 15px;
}
body.partial-width-layout .header-left>div {
    padding-left: 15px;
}

@media print {
    .header-top, #footer,.header-right {
        display: none;
        }
    .container .cart-items .checkout-item, .container .order-subtotal {
        page-break-inside: avoid;
    }

    .container .item-list {
        border: 1px solid #E0E0E0;
    }

    @page {
        margin-top: 1cm;
    }
}


body.page-editor .not-visible-in-page-editor {
    display: none;
}

.wishlist-popup {
    clear: both;
    text-align: left;
}
.wishlist-popup .thor {
    margin: 0 -0.5rem;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 1.5em;
    text-align: left;
}
.wishlist-popup  .row {
    margin: 0 -0.5rem;
}

.wishlist-popup .item-actions-wrap {
    text-align: left;
}

.wishlist-popup .action {
    float: none;
    margin: 0 -0.5rem;
    text-align: right;
}
.product-details .wishlist-popup .action, #tableView .wishlist-popup .action {
  float: none;
    margin-right: 0.5rem;
    text-align: right;
}

.show-add-to-cart .actions-panel {
    display: none !important
}


.controller-render-error {
    font-size: 1.5em;
    color: red;
    border: 1px red solid;
    padding: 33px;
    background: #ffe5e5;
    text-align: center;
}

