﻿

/*Begin Product List*/


.pl4-cm {
  margin-bottom: 1.5em;
}

@media all and (max-width: 767px) {
  .breadcrumbs {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
/* Left Nav BS From 3.4 */
/* ----  Left Navigation 2  ---- */
.left-navigation {
  position: relative;
  /* display: block;
  */
}

@media all and (min-width: 768px) {
  .left-navigation ul li {
    font-size: 0.875em;
  }

  .f-dropdown.content.open {
    right: -25px;
    left: inherit !important;
  }
  .f-dropdown.content.open:before {
    right: 28px !important;
    left: inherit !important;
  }
  .f-dropdown.content.open:after {
    right: 27px !important;
    left: inherit !important;
  }
}
@media all and (max-width: 480px) {
  .f-dropdown.content.open {
    left: -30px !important;
  }
  .f-dropdown.content.open:before {
    left: 134px !important;
  }
  .f-dropdown.content.open:after {
    left: 133px !important;
  }
}
.left-navigation ul {
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 2px;
}
.left-navigation article.accord-content {
    margin-bottom: 0px !important;
}
.left-navigation .filtration-desktop .nav-head-2 {
    background: #333;
    padding: 12px;
    margin: 7px 0;
    color: white;
}
.left-navigation .filtration-desktop .nav-head-2 h3 {
    margin: 0px;
    color: #fff;
}

.ln2-wrap .nav-head {
  margin: 1.2em;
}

.ln2-wrap .nav-head h2 {
  font-weight: 600;
}

.ln2-wrap .nav-head ul li {
  line-height: 1.25em;
  margin-bottom: 0.75em;
}

.ln2-wrap h2 {
  margin-top: 0;
}

.ln2-wrap h3 {
  font-weight: 600;
}

.ln2-wrap .nav-cats li {
  margin-bottom: 5px;
}

/* ----  Left Navigation 2 - Advanced Filtering  ---- */
.n-filter {
  display: none;
  margin-top: 20px;
}

.nav-head-2 {
  margin: 0 1.2em;
}

.n-filtered {
  margin: 0 1.5em;
  margin-bottom: 1.5em;
  font-weight: normal;
  font-style: normal;
}

.n-filtered ul {
  margin-bottom: 10px;
}

.n-filtered li {
  margin-bottom: 10px;
  background: url("/Themes/Responsive/Styles/template/../../css/img/Default/icon-filter-remove.png") no-repeat left 6px;
}

.n-filtered li a:link, .n-filtered li a:visited, .n-filtered li a:active {
  color: inherit;
  display: inline-block;
  padding-left: 22px;
  line-height: 22px;
  color: #696969;
  position: relative;
}

.n-filtered li a:before {
  content: "\e606";
  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;
  position: absolute;
  left: 0;
  top: 0;
}

.n-filtered li em {
  font-style: normal;
}

.n-filtered .clear-all {
  font-size: .875rem;
}

/* ----  LN2 - Accordion Panels ---- */
ul.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: none;
  border-left: none;
}

ul.accordion:after, [role="compare"] ul.accordion:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.accordion > li, [role="compare"] .accordion > li {
  cursor: pointer;
  padding: 0 !important;
  margin: 0 0 9px 0;
  float: left;
  display: block;
  width: 100%;
}

[role="compare"] .accordion > li, [role="mobile-filters"] .accordion > li {
  margin: 0;
}

.accordion li > div {
  width: 100%;
  display: block;
  clear: both;
  float: left;
  cursor: auto;
}

.accordion .f-wrap {
  margin: auto;
  padding: 0;
  overflow: auto;
  max-height: 300px;
  width: 100%;
  display: block;
}

.ln2-wrap .f-cat:not([role="mobile-filters"]) .accordion .content {
  width: 100%;
  padding: 0;
}

.ln2-wrap .f-cat:not([role="mobile-filters"]) .accordion .content .f-wrap {
  padding: 1em 0;
}

.ln2-wrap .f-wrap .jspVerticalBar {
  width: 8px;
  background: none;
}

.ln2-wrap .f-wrap .jspTrack {
  background: none;
}

.ln2-wrap .f-wrap .jspDrag {
  background: #ddddde;
}

/* Left Navigation Filter Sections */
.n-filter .accordion ul {
  margin: 0;
  padding-left: 1.25em;
  padding-top: .5em;
}

.n-filter .accordion ul li {
  margin-bottom: 5px;
  position: relative;
}

.n-filter .accordion ul li a {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}

.n-filter .accordion ul li:before {
  content: "\e60c";
  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;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1rem;
  color: #ccc;
}

.n-filter .accordion ul li.f-selected:before {
  content: "\e60b";
  color: DodgerBlue;
}

.n-filter .accordion ul li.f-selected {
  margin-bottom: 5px;
  font-weight: 600;
}

.n-filter .f-count {
  color: #999;
}

.n-filter {
  display: none !important;
}

/* Filter Panels */
[role="compare"], [role="mobile-filters"] {
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  border-collapse: collapse;
}

@media all and (min-width: 768px) {
  [role="mobile-filters"] {
    padding: 0;
  }

  .left-navigation .f-cat[role="mobile-filters"] label.accord-head {
    display: inline-block;
  }
}
[role="compare"] {
  margin-bottom: 1.5em;
}

/* Mobile Filter Panel */
.left-navigation .f-cat[role="mobile-filters"] {
  margin: 1.5em 0;
}

@media all and (min-width: 768px) {
  .left-navigation .f-cat[role="mobile-filters"] {
    margin: 0;
      margin-bottom: 20px;
  }
}
.filter-option-container {
  padding: .25em 1em;
}

@media ALL and (min-width: 768px) {
  .filter-option-container {
    float: left;
    width: 33.3333%;
  }
}
.left-navigation .f-cat[role="mobile-filters"] .accord-content label {
  display: none;
}

.left-navigation .f-cat[role="mobile-filters"] select {
  margin: 1em 0;
}

.filter-buttons {
  float: right;
  width: 50%;
  text-align: right;
  clear: both;
}

.filter-buttons a {
  float: right;
  width: 45%;
  text-align: right;
  white-space: nowrap;
}

.filter-buttons .btn-apply {
  float: right;
  margin-left: 5%;
  width: 50%;
}

/* Compare Panel */
.f-cat .btn {
  padding: 5px 0;
  font-size: .5em;
}

.n-filter .f-price-slider {
  margin-top: 10px;
  margin-bottom: 10px;
}

.n-filter .f-price-slider input {
  border: 0;
  color: inherit;
  height: auto;
  padding: 0;
  text-indent: 0;
  margin-bottom: 5px;
}

/* Slider UI Styling */
.n-filter #slider-range {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0 0.6em;
}

.n-filter .ui-slider-horizontal .ui-slider-range {
  background: #f5f5f5;
}

.n-filter #slider-range a {
  background: url("/Themes/Responsive/Styles/template/../../css/img/Default/icon-slider-arrow-left.png") no-repeat center center #5d5d5d;
  width: 15px;
  height: 14px;
  border: 0;
  border-radius: 0;
  top: -2px;
}

.n-filter #slider-range a:hover, .n-filter #slider-range a:focus {
  cursor: pointer;
  background-color: #000 !important;
}

.n-filter #slider-range a:last-child {
  background: url("/Themes/Responsive/Styles/template/../../css/img/Default/icon-slider-arrow-right.png") no-repeat center center #5d5d5d;
}

/* Products */
.product-list .plist-right .results-count {
  margin-bottom: 1.5em;
}

.item-block .product-compare-add {
  text-align: left;
  margin: 0.5em 0;
}

/* Compare Button */
a.compare-link {
  font-size: .875em;
  padding: .25em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5em;
}

a.compare-link:before {
  content: "\e60c";
  font-family: 'good-oatmeal-v2';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -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;
  margin-right: .5em;
  font-size: 1rem;
  color: #ccc;
  vertical-align: bottom;
}

.vm-list .compare-link {
  width: 100%;
  text-align: center;
}

a.compare-active:before {
  content: "\e60b";
  color: DodgerBlue;
}

@media all and (min-width: 480px) {
  .pl-item .pl-img {
    width: 25%;
    padding-right: 0;
    max-width: 177px;
  }

  ul.sorting {
    display: inline-block !important;
    height: 32px;
  }
}
.left-navigation {
  padding: 0;
}

.paginator-34.pbtm {
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .paginator-34 {
    text-align: right;
  }

  .plist-right {
    padding: 0;
  }
}
@media all and (min-width: 1000px) {
  .main-row > div.right.columns {
    width: 72%;
  }
}
.viewmode-selector {
  display: none;
  float: left;
}

.viewmode-selector > a,
.viewmode-selector > button {
  display: inline-block;
  width: 25px;
  height: 35px;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
}

.viewmode-selector > a:before,
.viewmode-selector > button:before {
  color: #b8b8b8;
  text-indent: 0px !important;
  font-family: 'good-oatmeal-v2';
  font-size: 2em;
  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;
  position: absolute;
  top: 15%;
  left: 5%;
}

.viewmode-selector a:hover:before, .viewmode-selector a:focus:before {
  color: #333;
}

.viewmode-selector button.btn-columns {
  width: 100px;
  text-indent: 1.75em;
  font-size: .8em;
  line-height: 1.5em;
  display: none;
}

#choosecolumns.f-dropdown.content {
  padding: .75em 1em .25em 1em;
}

.viewmode-selector a.vms-grid:before {
  content: "\e653";
}

.viewmode-selector a.vms-list:before {
  content: "\e654";
}

.viewmode-selector a.vms-table:before {
  content: "\e652";
}
.viewmode-selector a.vms-table-small:before {
  content: "\e652";
}

.viewmode-selector button.btn-columns:before {
  content: "\e650";
  font-size: 20px;
  top: .4em;
  left: .4em;
}

.vm-table .viewmode-selector button.btn-columns, .vm-table-small .viewmode-selector button.btn-columns {
  display: inline-block;
  margin: 0;
  margin-left: .5em;
}

.vm-grid .viewmode-selector a.vms-grid:before, .vm-list .viewmode-selector a.vms-list:before, .vm-table .viewmode-selector a.vms-table:before, .vm-table-small .viewmode-selector a.vms-table-small:before {
  color: #333;
}

.tv-table {
  display: none;
  float: left;
  /* firefox fix */
}

.vm-table ul.column-selection, .vm-table-small ul.column-selection {
  list-style-type: none;
}

.vm-table ul.column-selection > li, .vm-table-small ul.column-selection > li {
  display: block;
  width: 100%;
  text-align: left;
  float: left;
  margin-bottom: .75em;
  background: none;
}

.vm-table ul.column-selection > li > *, .vm-table-small ul.column-selection > li > * {
  display: inline-block;
  vertical-align: top;
}

.vm-table ul.column-selection > li input, .vm-table-small ul.column-selection > li input {
  margin-top: 0.15em;
  margin-right: .5em;
}

.vm-table ul.column-selection > li label, .vm-table-small ul.column-selection > li label {
  width: 100%;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 600;
  white-space: normal;
  line-height: 1.25em;
  cursor: pointer;
}

#choosecolumns.f-dropdown:before, #choosecolumns.f-dropdown:after {
  display: none;
}

.quote-required {
  font-size: .8em;
  white-space: nowrap;
}

.vm-table .left-navigation, .vm-table-small .left-navigation {
  width: 100%;
  border: 0;
  background: none;
  margin-bottom: 1.5em;
}


  .left-navigation .f-cat[role="desktop-filters"] {
      display: none;
  }

@media all and (min-width: 768px) {
  .viewmode-selector {
    display: inline-block;
    margin-bottom: .5em;
  }

  /* Width of the list container */
  /* Grid and List */
  .vm-grid .plist-right, .vm-list .plist-right {
    max-width: 460px;
    width: 70%;
  }

  /* Table */
  .vm-table .plist-right, .vm-table-small .plist-right {
    width: 100% !important;
  }


  .left-navigation {
    padding: 0;
    margin: 0;
  }

  /* Show/hide the correct filters for each view mode */
  /* Grid and List */
  .vm-list .n-filter, .vm-grid .n-filter {
    display: block !important;
  }

  .vm-list .left-navigation .accordion li .f-cat, .vm-grid .left-navigation .accordion li .f-cat {
    display: block;
  }

  .vm-list .left-navigation .f-cat[role="mobile-filters"], .vm-grid .left-navigation .f-cat[role="mobile-filters"], .vm-table-small .left-navigation .f-cat[role="mobile-filters"] {
    display: none !important;
  }

  .left-navigation .f-cat[role="desktop-filters"] {
      display: block;
  }

  /* Table */
  .vm-table .nav-head {
    /* display: none; */
  }

  .vm-table .content-wrapper, .vm-table-small .content-wrapper {
    overflow: hidden;
  }

  .vm-table table tr.even, .vm-table table tr.alt, .vm-table table tr:nth-of-type(2n), .vm-table-small table tr.even, .vm-table-small table tr.alt, .vm-table-small table tr:nth-of-type(2n) {
    background: none transparent;
  }

  /* Pertains to all view modes */
  .item-list .item-block .item-details .item-price {
    margin-bottom: 32px;
  }

  /* List-mode-specific classes */
  .vm-list .item-list .item-block .item-price {
    float: right;
    width: 30%;
  }

  .vm-list .item-details {
    width: 75%;
    padding-right: 2em !important;
  }

  .vm-list div.item-details div.item-inf-wrapper {
    float: left;
    width: 65%;
    margin-bottom: 1em;
  }

  .vm-list .item-block .item-thumb {
    margin-bottom: 0;
  }

  .vm-list .item-block ul.attribute-list li {
    line-height: 1.3em;
    padding: 0;
    margin-bottom: .25em;
  }

  .vm-list .item-block .item-price {
    text-align: right;
  }

  .vm-list .item-block .item-price > * {
    /* display: block;
    */
  }

  /* Grid-mode block grid classes */
  .vm-list .item-list .item-block .item-price {
    float: right;
    width: 35%;
    margin-bottom: 50px;
  }

  .vm-grid .item-list {
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-bottom: 0;
  }

  .vm-grid .item-details {
    width: 100%;
    padding: 1em !important;
  }

  .vm-grid .item-details .item-inf-wrapper {
    width: 100%;
  }

  .vm-grid .item-block {
    width: 33.3333%;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
  }

  .vm-grid .item-block {
    border-right: 1px solid #E0E0E0;
    border-collapse: collapse;
  }

  .vm-grid .actions-panel .item-actions {
    position: absolute;
    z-index: 5000;
  }

  .vm-grid .actions-panel .item-actions.open {
    -webkit-box-shadow: 3px 6px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 6px 5px 0 rgba(0, 0, 0, 0.2);
  }

  .vm-grid .item-list .item-actions .action a {
    width: 100%;
  }

  .vm-grid .item-block .item-thumb {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .vm-grid .item-block .item-description {
    width: 100%;
  }

  .vm-grid .item-block .item-name {
    font-size: .8em;
  }

  .vm-grid .item-block .product-compare-add {
    text-align: center;
  }

  .vm-grid .item-block ul.attribute-list {
    display: none;
  }

  .vm-grid .item-block .availability {
    display: block;
  }

  .vm-grid .item-block .item-price > * {
    display: inline-block;
  }

  .vm-grid .item-block .item-price > * + span {
    /* margin-left: 1em;
    */
  }

  .vm-grid .quantity-pricing {
    margin: 0;
    display: block !important;
  }

  /* Table-mode block grid classes */
  /* Can be removed, used for switching grids to change column order in the example ui */
  .vm-table .item-list, .vm-table-small .item-list {
    display: none;
  }

  /* A different instance of the list - the only difference is the source order so that the columns align */
  .vm-table .item-list.table-view, .vm-table-small .item-list.table-view {
    display: table;
  }

  /* Headers */
  .table-view-headers {
    display: none;
    width: 100%;
    border: 1px solid #ddd;
    font-weight: 600;
    border-bottom: 3px solid #ccc;
  }

  .vm-table .table-view-headers, .vm-table-small .table-view-headers {
    display: table;
  }

  .table-view-headers > div {
    display: table-cell;
    border-right: 1px solid #e0e0e0;
    text-align: left;
    line-height: 1.5em;
    padding: 1em 5px;
    background-color: #f6f6f6;
  }

  .table-view-headers .tv-description {
    width: 30%;
  }

  .table-view-headers .tv-att1 {
    width: 10%;
  }

  .table-view-headers .tv-att2 {
    width: 10%;
  }

  .table-view-headers .tv-att3 {
    width: 11%;
  }

  .table-view-headers .tv-rating {
    width: 11%;
  }

  .table-view-headers .tv-availability {
    width: 11%;
  }

  .table-view-headers .tv-price {
    width: 7%;
  }

  .table-view-headers .tv-um {
    width: 10%;
  }

  /* Adjust the padding on cells */
  .vm-table .item-block .item-details, .vm-table .item-block .item-thumb, .vm-table-small .item-block .item-details, .vm-table-small .item-block .item-thumb {
    padding: 0 !important;
  }

  .vm-table .item-details .item-inf-wrapper, .vm-table .item-details .item-description, .vm-table .item-block ul.attribute-list, .vm-table .item-block ul.attribute-list li,
  .vm-table-small .item-details .item-inf-wrapper, .vm-table-small .item-details .item-description, .vm-table-small .item-block ul.attribute-list, .vm-table-small .item-block ul.attribute-list li {
    padding: 0;
  }

  /* Style divs like table cells */
  .vm-table .item-details, .vm-table-small .item-details {
    width: 85%;
  }

  .vm-table .item-details > div, .vm-table-small .item-details > div {
    display: table-cell;
    vertical-align: top;
  }

  .vm-table .item-details .item-inf-wrapper, .vm-table-small .item-details .item-inf-wrapper {
    width: 86%;
  }

  .vm-table .item-details .item-inf-wrapper > div, .vm-table-small .item-details .item-inf-wrapper > div {
    display: table-cell;
    vertical-align: top;
  }

  .vm-table .item-details .item-description, .vm-table-small .item-details .item-description {
    width: 27%;
  }
  .vm-table .item-block ul.attribute-list, .vm-table-small .item-block ul.attribute-list {
    display: table-cell;
  }

  /* Hide the attribute names */
  .vm-table .item-block ul.attribute-list .attrib-name, .vm-table-small .item-block ul.attribute-list .attrib-name {
    display: none;
  }

  /* Table View Scaling and positioning */
  .vm-table .item-thumb, .vm-table-small .item-thumb {
    width: 17%;
    display: inline-block;
  }

  .vm-table .item-thumb img, .vm-table-small .item-thumb img {
    width: 100%;
  }

  .vm-table .item-description, .vm-table-small .item-description {
    display: inline-block;
    vertical-align: top;
    padding-left: 2%;
    width: 77%;
    font-size: 1em;
    line-height: 1.25em;
  }

  .vm-table .compare-link, .vm-table-small .compare-link {
    /* min-width: 100px;
    */
    text-align: center;
  }

  .vm-table .tv-table, .vm-table-small .tv-table {
    display: table;
    font-size: 100%;
  }
  
  .vm-table .tv-description, .vm-table-small .tv-description {
    width: 45%;
  }
  .vm-table-small .tv-description, .vm-table-small .tv-description {
    width: 35%;
  }

  .vm-table .item-name, .vm-table-small .item-name {
    display: inline-block;
    margin-bottom: .5em;
  }

  .vm-table .item-num, .vm-table-small .item-num {
    display: block;
  }

  .vm-table .tv-attr1, .vm-table .tv-attr2, .vm-table .tv-attr3, .vm-table-small .tv-attr1, .vm-table-small .tv-attr2, .vm-table-small .tv-attr3 {
    width: 20%;
  }

  .vm-table .tv-rating, .vm-table-small .tv-rating {
    width: 75px;
  }

  .vm-table .tv-availability, .vm-table-small .tv-availability {
    width: 95px;
    white-space: nowrap;
  }

  .vm-table .instock-filter, .vm-table-small .instock-filter {
    display: block;
    white-space: nowrap;
  }

  .vm-table .instock-filter > *, .vm-table-small .instock-filter > * {
    display: inline-block;
    vertical-align: middle;
  }

  .vm-table .tv-availability input, .vm-table .tv-availability label, .vm-table-small .tv-availability input, .vm-table-small .tv-availability label {
    width: 13px;
    margin-right: .5em;
  }

  .vm-table .tv-availability label, .vm-table-small .tv-availability label {
    width: 80px;
    font-size: 85%;
  }

  .vm-table .tv-price, .vm-table-small .tv-price {
    width: 50px;
  }

  .price-sale + .price-old {
    display: block;
  }

  .vm-table .tv-um, .vm-table-small .tv-um {
    width: 65px;
  }
  
  .vm-table .tv-action, .vm-table-small .tv-action {
    vertical-align: bottom;
    padding-bottom: 0;
    width: 85px;
    text-align: right;
  }
  .vm-table-small .tv-action, .vm-table-small .tv-action {
    width: 95px;
  }

  .vm-table .footable-row-detail-inner, .vm-table-small .footable-row-detail-inner {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    margin: 0 !important;
    border-bottom: 0;
    text-align: right;
    position: relative;
    z-index: 100;
    background: none transparent;
    -moz-transition: all .125s ease;
    -ms-transition: all .125s ease;
    -o-transition: all .125s ease;
    -webkit-transition: all .125s ease;
    transition: all .125s ease;
  }

  .vm-table .footable-row-detail-cell, .vm-table-small .footable-row-detail-cell {
    padding: 0;
  }

  .vm-table .footable-row-detail, .vm-table-small .footable-row-detail {
    display: table-row !important;
    height: 0px;
    overflow: hidden;
  }

  .vm-table .footable-detail-show + .footable-row-detail .footable-row-detail-inner, .vm-table-small .footable-detail-show + .footable-row-detail .footable-row-detail-inner {
    max-height: 100%;
  }

  .vm-table .footable-detail-show + .footable-row-detail .footable-row-detail-cell, .vm-table-small .footable-detail-show + .footable-row-detail .footable-row-detail-cell {
    padding: 1em !important;
  }

  .vm-table .footable-row-detail-row, .vm-table-small .footable-row-detail-row {
    max-width: 50%;
    vertical-align: top;
    width: 40%;
    float: left;
    clear: left;
  }

  .vm-table .footable-row-detail-row:last-child, .vm-table-small .footable-row-detail-row:last-child {
    width: 25%;
    float: none;
    display: inline-block;
    text-align: right;
  }

  .vm-table .footable-row-detail-row:last-child .footable-row-detail-name, .vm-table-small .footable-row-detail-row:last-child .footable-row-detail-name {
    display: none;
  }

  /* Quantity Pricing Tooltip offset */
  .vm-table .quantity-pricing .f-dropdown.content, .vm-table-small .quantity-pricing .f-dropdown.content {
    margin-left: -100px;
  }

  .vm-table .f-dropdown:before, .vm-table-small .f-dropdown:before {
    left: 50%;
  }

  .vm-table .f-dropdown:after, .vm-table-small .f-dropdown:after {
    left: 50%;
  }
}
@media all and (min-width: 768px) {
  .vm-grid .item-block {
    width: 50%;
  }
}
@media all and (min-width: 920px) {
  .vm-grid .item-block {
    width: 33.3333%;
  }
}
@media all and (min-width: 1235px) {
  /* Correction for strange foundation offset positioning within table.  Remove if possible */
  .vm-table .quote-required .f-dropdown.content, .vm-table-small .quote-required .f-dropdown.content {
    margin-left: -116px;
  }

  .vm-table .quote-required .f-dropdown:before, .vm-table .quote-required .f-dropdown:after, .vm-table-small .quote-required .f-dropdown:before, .vm-table-small .quote-required .f-dropdown:after {
    left: 50%;
  }
}
@media all and (min-width: 800px) {
  .vm-grid .plist-right, .vm-list .plist-right {
    max-width: 500px;
  }
}
@media all and (min-width: 900px) {
  .vm-grid .plist-right, .vm-list .plist-right {
    max-width: none;
  }
}

.footable-row-detail-inner {
  float: right;
}

@media all and (min-width: 767px) {
  .vm-table .item-actions, .vm-table-small .item-actions {
    border: 0;
    display: none;
  }
}
.vm-table tr.table-panel-visible, .vm-table-small tr.table-panel-visible {
  display: table-row;
}

/* Footable Plugin Overrides View */
a.footable-toggle, .vm-table .btn.primary.btn-view-details, a.footable-toggle, .vm-table-small .btn.primary.btn-view-details {
  text-align: center;
  vertical-align: middle;
  padding-right: 0 !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.footable-toggle {
  display: inline-block;
  background-color: DodgerBlue;
  text-decoration: none !important;
}

a.footable-toggle:before {
  content: "\e00a" !important;
  color: #fff;
  font-family: 'good-oatmeal-v2';
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -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: 0;
  left: 0;
}

.vm-table .btn.primary.btn-view-details:hover, .vm-table-small .btn.primary.btn-view-details:hover {
  opacity: 1;
}

.vm-table .btn.primary.btn-view-details:before, .vm-table-small .btn.primary.btn-view-details:before {
  left: 50% !important;
  margin-left: -.5em;
}

.vm-table .btn.primary.btn-view-details:hover:before, .vm-table-small .btn.primary.btn-view-details:hover:before {
  color: rgba(255, 255, 255, 0.8);
}

.vm-table .tv-table .item-actions-wrap {
  /*float: right;*/
  width: 25%;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: auto;
  overflow: hidden;
}

.vm-table .tv-table .item-actions-wrap, .vm-table-small .tv-table .item-actions-wrap {
  width: 100%;
}
.vm-table .tv-table .item-actions-wrap .uom-selector, .vm-table-small .tv-table .item-actions-wrap .uom-selector {
  font-size: 14px;
}
.vm-table .item-actions-wrap .action a, .vm-table-small .item-actions-wrap .action a {
  width: auto;
}
.vm-table .item-actions-wrap .action a.btn-add-list, .vm-table-small .item-actions-wrap .action a.btn-add-list {
  width: auto;
  float: right;
  margin: 0 0 1em 1em;
}

/*Small Table Customization*/
.vm-table-small .isc-productContainer-tv .item-thumb {
    display: none; 
}


.table-panel-visible .item-actions-wrap {
  max-height: none;
}

.info-tbl td.tv-last-column {
  vertical-align: middle;
  text-align: center;
  padding-bottom: 0;
}

/* Compare Hopper */
.compare-hopper {
  position: fixed;
  padding: 1em;
  width: 320px;
  right: 50%;
  bottom: 0;
  background: #fff;
  margin-right: -160px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.3);
}

.compare-item {
  border: 1px solid #f6f6f6;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: .5em;
  width: 100%;
}

.compare-item:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}

.compare-item > * {
  vertical-align: top;
}

.compare-item .item-name {
  display: inline-block;
  padding-left: 1em;
  width: 60%;
}

.compare-item img {
  display: inline-block;
}

a.compare-remove {
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

a.compare-remove:before {
  content: "\e000";
  font-size: 0.7em;
  font-family: 'good-oatmeal-v2';
  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: 0;
}

.compare-tray {
  background: #e0e0e0;
  float: left;
  clear: both;
  width: 100%;
  padding: .5em;
  font-weight: bold;
  margin-bottom: .5em;
  border: 2px solid transparent;
}

.compare-tray:hover, .compare-tray:focus {
  background: #e5e5e5;
  border-color: #d8d8d8;
}

.compare-container {
  display: none;
}

.compare-hopper.showtray .compare-container {
  display: inline-block;
}

.compare-container div.compare-item:first-child {
  margin-left: 0;
}

.compare-buttons {
  float: right;
  width: 100%;
  text-align: left;
}

.compare-buttons .btn-compare, .compare-buttons .btn-clear {
  font-size: .875em;
  padding: .5em .75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* color: #fff;
  */
  width: 48%;
  height: 30px;
}

.compare-buttons .btn-clear {
  line-height: 1em;
  padding: .25em 0;
}

.compare-buttons .btn-compare:before {
  content: "\e61d";
  font-family: 'good-oatmeal-v2';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -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;
  padding-right: .5em;
  font-size: 0.875em;
}

@media all and (min-width: 768px) {
  .compare-hopper {
    bottom: 0;
    width: 60%;
    margin-right: -30%;
    background: #fff;
    max-width: 600px;
    padding: 1em;
    white-space: nowrap;
  }

  .compare-container, .compare-buttons {
    display: inline-block;
    vertical-align: top;
  }

  .compare-tray {
    display: none;
  }

  .compare-container {
    width: 75%;
    float: left;
    white-space: nowrap;
    vertical-align: top;
  }

  .compare-item {
    width: 13.2%;
    margin-left: 2%;
    padding: .25em;
  }

  .compare-item .item-name {
    display: none;
  }

  a.compare-remove {
    width: 1em;
    height: 1em;
    line-height: 1em;
  }

  .compare-buttons {
    width: 20%;
    display: inline-block;
    min-width: 100px;
  }

  .compare-buttons .btn-compare {
    margin-bottom: 7px;
    margin-left: 0;
    float: left;
    width: 100%;
    /* background: #555;
    */
  }

  .compare-buttons .btn-clear {
    float: left;
    width: 100%;
    text-align: center;
    /* background: #888;
    */
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 880px) {
  .compare-hopper {
    width: 600px;
    margin-right: -300px;
  }
}
/* Compare Hopper */
.compare-hopper {
  position: fixed;
  padding: 1em;
  width: 320px;
  right: 50%;
  bottom: 0;
  background: #fff;
  margin-right: -160px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.3);
  z-index: 8000;
}

.compare-item {
  border: 1px solid #f6f6f6;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: .5em;
  width: 100%;
}

.compare-item:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}

.compare-item > * {
  vertical-align: top;
}

.compare-item .item-name {
  display: inline-block;
  padding-left: 1em;
  width: 60%;
}

.compare-item img {
  display: inline-block;
  width: 15%;
}

@media all and (min-width: 768px) {
  .compare-item img {
    display: inline-block;
    width: 100%;
  }
}
a.compare-remove {
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #fff;
}

a.compare-remove:before {
  content: "\e000";
  font-size: 0.7em;
  font-family: 'good-oatmeal-v2';
  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: 0;
}

.compare-tray {
  background: #e0e0e0;
  float: left;
  clear: both;
  width: 100%;
  padding: .5em;
  font-weight: bold;
  margin-bottom: .5em;
  border: 2px solid transparent;
}

.compare-tray:hover, .compare-tray:focus {
  background: #e5e5e5;
  border-color: #d8d8d8;
}

.compare-container {
  display: none;
}

.compare-hopper.showtray .compare-container {
  display: inline-block;
}

@media all and (max-width: 768px) {
  .compare-hopper .compare-container {
    width: 100%;
  }
}
.compare-container div.compare-item:first-child {
  margin-left: 0;
}

.compare-buttons {
  float: right;
  width: 100%;
  text-align: left;
  padding: 0 1%;
}

.modal-wrap .compare-buttons {
  text-align: center;
  width: 30%;
  margin: 0 auto;
  display: inline-block;
  float: none;
}

.modal-wrap .compare-buttons a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}

.modal-wrap .compare-buttons button {
  width: 100%;
}

.modal-wrap.compare-wrap {
  text-align: center;
}

.compare-buttons .btn-compare, .compare-buttons .btn-clear {
  font-size: .875em;
  padding: .5em .75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* color: #fff;
  */
  width: 48%;
  height: 30px;
}

.compare-buttons .btn-clear {
  line-height: 1em;
  padding: .25em 0;
}

.compare-buttons .btn-compare:before {
  content: "\e61d";
  font-family: 'good-oatmeal-v2';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -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;
  padding-right: .5em;
  font-size: 0.875em;
}

@media all and (min-width: 768px) {
  .compare-hopper {
    bottom: 0;
    width: 60%;
    margin-right: -225px;
    background: #fff;
    max-width: 450px;
    padding: 1em;
    white-space: nowrap;
  }

  .compare-container, .compare-buttons {
    display: inline-block;
    vertical-align: top;
  }

  .compare-tray {
    display: none;
  }

  .compare-container {
    width: 100%;
    float: left;
    white-space: nowrap;
    vertical-align: top;
    margin-bottom: 1em;
  }

  .compare-item {
    width: 13.2%;
    margin-left: 3.5%;
    padding: .25em;
  }

  .compare-item .item-name {
    display: none;
  }

  a.compare-remove {
    width: 1em;
    height: 1em;
    line-height: 1em;
  }

  .compare-buttons {
    width: 40%;
    display: inline-block;
    min-width: 300px;
  }

  .compare-buttons a {
    float: right;
    width: 48%;
    margin-left: 2%;
  }

  .modal-wrap .compare-buttons {
    width: 100%;
  }

  .compare-buttons .btn-compare {
    margin-bottom: 7px;
    margin-left: 0;
    float: left;
    width: 100%;
  }

  .compare-buttons .btn-clear {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
.modal-wrap .compare-buttons .btn-compare {
  text-align: center;
  float: none;
  max-width: 200px;
  min-width: 100px;
}

/* Compare Hopper */
.compare-hopper {
  position: fixed;
  padding: 1em;
  width: 320px;
  right: 50%;
  bottom: 0;
  background: #fff;
  margin-right: -160px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.3);
  z-index: 8000;
}

.compare-item {
  border: 1px solid #f6f6f6;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: .5em;
  width: 100%;
}

.compare-item:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}

.compare-item > * {
  vertical-align: top;
}

.compare-item .item-name {
  display: inline-block;
  padding-left: 1em;
  width: 60%;
}

.compare-item img {
  display: inline-block;
  width: 15%;
}

@media all and (min-width: 768px) {
  .compare-item img {
    display: inline-block;
    width: 100%;
  }
}
a.compare-remove {
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #fff;
}

a.compare-remove:before {
  content: "\e000";
  font-size: 0.7em;
  font-family: 'good-oatmeal-v2';
  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: 0;
}

.compare-tray {
  background: #e0e0e0;
  float: left;
  clear: both;
  width: 100%;
  padding: .5em;
  font-weight: bold;
  margin-bottom: .5em;
  border: 2px solid transparent;
}

.compare-tray:hover, .compare-tray:focus {
  background: #e5e5e5;
  border-color: #d8d8d8;
}

.compare-container {
  display: none;
}

.compare-hopper.showtray .compare-container {
  display: inline-block;
}

@media all and (max-width: 768px) {
  .compare-hopper .compare-container {
    width: 100%;
  }
}
.compare-container div.compare-item:first-child {
  margin-left: 0;
}

.compare-buttons {
  float: right;
  width: 100%;
  text-align: left;
  padding: 0 1%;
}

.modal-wrap .compare-buttons {
  text-align: center;
}

.modal-wrap.compare-wrap {
  text-align: center;
}

.compare-buttons .btn-compare, .compare-buttons .btn-clear {
  font-size: .875em;
  padding: .5em .75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* color: #fff;
  */
  width: 48%;
  height: 30px;
}

.compare-buttons .btn-clear {
  line-height: 1em;
  padding: .25em 0;
}

.compare-buttons .btn-compare:before {
  content: "\e61d";
  font-family: 'good-oatmeal-v2';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -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;
  padding-right: .5em;
  font-size: 0.875em;
}

@media all and (min-width: 768px) {
  .compare-hopper {
    bottom: 0;
    width: 60%;
    margin-right: -225px;
    background: #fff;
    max-width: 450px;
    padding: 1em;
    white-space: nowrap;
  }

  .compare-container, .compare-buttons {
    display: inline-block;
    vertical-align: top;
  }

  .compare-tray {
    display: none;
  }

  .compare-container {
    width: 100%;
    float: left;
    white-space: nowrap;
    vertical-align: top;
    margin-bottom: 1em;
  }

  .compare-item {
    width: 13.2%;
    margin-left: 3.5%;
    padding: .25em;
  }

  .compare-item .item-name {
    display: none;
  }

  a.compare-remove {
    width: 1em;
    height: 1em;
    line-height: 1em;
  }

  .compare-buttons {
    width: 40%;
    display: inline-block;
    min-width: 300px;
  }

  .compare-buttons a {
    float: right;
    width: 48%;
    margin-left: 2%;
  }

  .modal-wrap .compare-buttons {
    width: 100%;
  }

  .compare-buttons .btn-compare {
    margin-bottom: 7px;
    margin-left: 0;
    float: left;
    width: 100%;
  }

  .compare-buttons .btn-clear {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
.modal-wrap .compare-buttons .btn-compare {
  text-align: center;
  float: none;
  max-width: 200px;
  min-width: 100px;
}

/* Compare Hopper */
.compare-hopper {
  position: fixed;
  padding: 1em;
  width: 320px;
  right: 50%;
  bottom: 0;
  background: #fff;
  margin-right: -160px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, 0.3);
  z-index: 8000;
}

.compare-item {
  border: 1px solid #f6f6f6;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: .5em;
  width: 100%;
}

.compare-item:hover {
  cursor: pointer;
  border-color: #b8b8b8;
}

.compare-item > * {
  vertical-align: top;
}

.compare-item .item-name {
  display: inline-block;
  padding-left: 1em;
  width: 60%;
}

.compare-item img {
  display: inline-block;
  width: 15%;
}

@media all and (min-width: 768px) {
  .compare-item img {
    display: inline-block;
    width: 100%;
  }
}
a.compare-remove {
  width: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #fff;
}

a.compare-remove:before {
  content: "\e000";
  font-size: 0.7em;
  font-family: 'good-oatmeal-v2';
  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: 0;
}

.compare-tray {
  background: #e0e0e0;
  float: left;
  clear: both;
  width: 100%;
  padding: .5em;
  font-weight: bold;
  margin-bottom: .5em;
  border: 2px solid transparent;
}

.compare-tray:hover, .compare-tray:focus {
  background: #e5e5e5;
  border-color: #d8d8d8;
}

.compare-container {
  display: none;
}

.compare-hopper.showtray .compare-container {
  display: inline-block;
}

@media all and (max-width: 768px) {
  .compare-hopper .compare-container {
    width: 100%;
  }
}
.compare-container div.compare-item:first-child {
  margin-left: 0;
}

.compare-buttons {
  float: right;
  width: 100%;
  text-align: left;
  padding: 0 1%;
}

.modal-wrap .compare-buttons {
  text-align: center;
}

.modal-wrap.compare-wrap {
  text-align: center;
}

.compare-buttons .btn-compare, .compare-buttons .btn-clear {
  font-size: .875em;
  padding: .5em .75em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* color: #fff;
  */
  width: 48%;
  height: 30px;
}

.compare-buttons .btn-clear {
  line-height: 1em;
  padding: .25em 0;
}

.compare-buttons .btn-compare:before {
  content: "\e61d";
  font-family: 'good-oatmeal-v2';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -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;
  padding-right: .5em;
  font-size: 0.875em;
}

@media all and (min-width: 768px) {
  .compare-hopper {
    bottom: 0;
    width: 60%;
    margin-right: -225px;
    background: #fff;
    max-width: 450px;
    padding: 1em;
    white-space: nowrap;
  }

  .compare-container, .compare-buttons {
    display: inline-block;
    vertical-align: top;
  }

  .compare-tray {
    display: none;
  }

  .compare-container {
    width: 100%;
    float: left;
    white-space: nowrap;
    vertical-align: top;
    margin-bottom: 1em;
  }

  .compare-item {
    width: 13.2%;
    margin-left: 3.5%;
    padding: .25em;
  }

  .compare-item .item-name {
    display: none;
  }

  a.compare-remove {
    width: 1em;
    height: 1em;
    line-height: 1em;
  }

  .compare-buttons {
    width: 40%;
    display: inline-block;
    min-width: 300px;
  }

  .compare-buttons a {
    float: right;
    width: 48%;
    margin-left: 2%;
  }

  .modal-wrap .compare-buttons {
    width: 100%;
  }

  .compare-buttons .btn-compare {
    margin-bottom: 7px;
    margin-left: 0;
    float: left;
    width: 100%;
  }

  .compare-buttons .btn-clear {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
.modal-wrap .compare-buttons .btn-compare {
  text-align: center;
  float: none;
  max-width: 200px;
  min-width: 100px;
}

/* Filter Section Accordions */
.vm-list .n-filter .f-cat, .vm-grid .n-filter .f-cat {
  margin-bottom: .25em;
}

.n-filter .accordion input.accord-check:checked ~ article.accord-content {
  padding: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}

.n-filter .accordion label.accord-head {
  border-left: 0;
  border-right: 0;
  padding-top: .25em;
  padding-bottom: .25em;
  padding-right: .75em;
}

/* Action Panel */
@media all and (min-width: 768px) {
  .item-list .item-actions .um-pack select,
  .item-actions .um-pack select {
    overflow: visible;
    margin-right: 0;
  }
}
@media all and (max-width: 1060px) {
  .uibar.tertiary.ptop {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .uibar.tertiary.ptop .pagination a.next-prev:link, .uibar.tertiary.ptop .pagination a.next-prev:visited {
    width: 20px;
  }

  .paginator-34 .results-list,
  .paginator-34 .sort-list {
    margin-right: 0.3em;
  }
}

/*End Product List */

.filtration-desktop, .featured-component {
    margin-bottom: 20px;
}

.featured-component .overlay {
    /*border-top-left-radius: 8em 2.5em;*/
    background-color: #293B7A;
    background-color: rgba(41,59,122, 0.6);
    display: block;
    position: absolute;
    bottom: 0px;
    margin: 0;
    padding: 0em 1em 1em;
    color: #fff;
    text-align: right;
    width: 100%;
}
.featured-component .overlay h2 {
    margin: 5px 0;
}
.featured-component .overlay h2 a {
    color: white !important;
}
.featured-component .overlay div {
    line-height: 17px;
    font-size: 15px;
}

.featured-component .image-container {
    width: 100%;
}
.banner {
    position: relative;
    text-align: center;
    min-height: 75px;
}
.banner img {
    width: 100%
}
.banner .overlay, .slideshow-wrapper .overlay {
    position: absolute;
    color: white;
    margin: 0 auto;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .overlay .content, .slideshow-wrapper .overlay .content {
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}
    .banner .overlay .content h1 {
        font-size: 28px;
        font-weight: 700;
        margin: 0px;
    }
.vm-table .filtration-desktop {
    display: none;
}


@media (min-width: 767px) {

    .banner .overlay .content h1 {
        font-size: 48px;
        margin: 0 0 5px 0;
    }


}



.banner img.scEmptyImage {
    width: 100px !important;
    margin: 0px 30px 100px;
}
.banner .btn:empty {
    display: none;
}
.banner .btn {
    margin-top: 15px;
}


/*.vm-table .btn.primary.btn-view-details, .vm-table-small .btn.primary.btn-view-details {
    display: none !important;
}*/


.featured-component {
    position: relative;
}

@media (min-width: 768px) {
    .vm-table .featured-component {
        width: 50%;
        margin: 0 auto 20px;

    }
    .vm-table .widget-panel .teaser-widget {
        width: 50%;
        float: left;
        border-bottom: none;
    }
     .vm-list .left-navigation .accordion[role="desktop-filters"] {
        display: block !important;
    }

    .vm-list .left-navigation .filter-option-container[role="mobile-filters"] {
        display: none !important;
    }
}
.item-list .item-block img {
    max-height: 125px;
}
.item-list .item-block .item-thumb {
    max-height: 190px;
}
table td.tv-last-column .btn-add-cart {
    margin-bottom: 5px;
}
.vm-list .item-list .item-block .item-thumb {
    margin-bottom: 1em;
}

#productListing.vm-list .isc-productContainer .item-details {
    padding-bottom: 2px !important;
}


@media (max-width: 767px) {
    .vm-list .left-navigation .filter-option-container[role="mobile-filters"] {
        display: block !important;
    }
     .vm-list .left-navigation .accordion[role="desktop-filters"] {
        display: none !important;
    }
     .vm-list .results-count {
        margin-left:1em;
    }
}

.vm-list .actions-panel .panel-trigger {
    clear: both;
}
.actions-panel .btn.primary.outofstock-product {
    clear: both;
}


.actions-panel .btn.primary.style-products-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;
    clear: both;
}