.grouped_placeholder {
  text-align: center;
  font-size: 40px;
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 20px; }

.table.data.grouped-main {
  width: 100%;
  border-collapse: unset;
  table-layout: fixed !important;
  border-spacing: 0;
  max-width: 100%;
  table-layout: auto;
  word-wrap: break-word; }

.toolheading th {
  background-color: #333;
  border-right: 1px solid #333;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

.input-text.qty {
  width: 40px;
  justify-content: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  margin-right: 2px;
  height: 32px; }

.add-simple .tocart {
  -ms-flex-pack: center;
  justify-content: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 105px;
  padding: 0 4px;
  border-radius: 0px;
  background: #e76020 !important;
  border: 1px solid #e76020 !important;
  border-bottom-color: #333 !important;
  color: white;
  font-weight: 600;
  height: 32px;
  text-transform: uppercase; }

.add-simple {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0 20px;
  margin: 0px; }

.add-simple > span {
  margin-top: 5px; }

.table.data.grouped-main td {
  padding: 7px 1px !important;
  text-align: center;
  vertical-align: middle;
  border-top: none;
  border-collapse: unset;
  border: none; }

.table.data.grouped-main th {
  padding: 10px 0px !important;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  vertical-align: middle;
  text-align: center; }

.table.data.grouped-main .simple-section:nth-child(2n) {
  background-color: #e5e5e5; }

.table.data.grouped-main td a[aria-controls="wishlist-dropdown"] {
  padding: 0px;
  border: none;
  font-weight: 700; }

.table.data.grouped-main td a[aria-controls="wishlist-dropdown"] .fa {
  color: #222;
  font-weight: 600;
  font-size: 16px; }

td.col.item[sort-arrt-code="sku"] a {
  color: #0033FF;
  min-width: 90px;
  display: block;
  text-decoration: none; }

.table.data.grouped-main td[sort-arrt-code="Brand"] {
  min-width: 120px; }

.table.data.grouped-main td a[aria-controls="wishlist-dropdown"] {
  margin: 0px; }

.table.data.grouped-main td form.form.form-wishlist.form-action {
  margin: 0px; }

.table.data.grouped-main td i.fa.fa-camera {
  cursor: pointer; }

.table-wishlist-dropdown {
  position: absolute;
  background: #fff;
  padding: 10px;
  left: 50%;
  top: 40px;
  width: 200px;
  margin-left: -100px;
  list-style-type: none;
  margin-bottom: 0px;
  z-index: 999;
  border: 1px solid #222;
  border-radius: 3px; }

.table.data.grouped-main td.item[sort-arrt-code="wishlist"] {
  position: relative; }

.table-wishlist-dropdown li {
  display: block;
  padding: 4px;
  border-bottom: 1px solid #222; }

.table-wishlist-dropdown li input {
  padding: 0px;
  border: none;
  background: transparent;
  outline: none !important; }

.table-wishlist-dropdown li input:focus {
  outline: none !important; }

.table-wishlist-dropdown li:last-child {
  border-bottom: none;
  padding-bottom: 0px; }

.table-wishlist-dropdown li:first-child {
  padding-top: 0px; }

.table-wishlist-dropdown ul {
  margin: 0px;
  padding: 0px; }

th.col.item.header.add-arrow::after {
  position: absolute;
  top: -5px;
  right: 0;
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3e%3c/svg%3e");
  width: 10px;
  height: 20px;
  filter: invert(1); }

th.col.item.header.add-arrow.asc:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3e%3c/svg%3e");
  width: 10px;
  height: 20px;
  filter: invert(1);
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  right: 0; }

.grouped_table p {
  font-family: 'Open Sans',sans-serif !important;
  color: #222 !important;
  font-size: 14px; }

.grouped_table select {
  background: #fff url("https://store-byznwdb8us.mybigcommerce.com/content/images/select-bg.svg") no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }

.grouped-table-filters p {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  line-height: 48px; }

.grouped-table-filter {
  float: left;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

.grouped-table-filter select {
  text-align: center;
  height: 36px;
  border: 2px solid #939393;
  border-radius: 11px;
  font-size: 15px;
  padding-right: 15px;
  padding-left: 0px;
  min-width: 140px;
  text-align: -webkit-center;
  -webkit-appearance: none;
  color: black !important;
  text-indent: 5px; }

.grouped-table-applied-filters {
  clear: both; }

.grouped-table-filters p {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  line-height: 48px; }

body .grouped-table-applied-filter {
  width: auto;
  padding-right: 20px; }

.grouped-table-applied-filter {
  float: left;
  margin-right: 10px;
  position: relative;
  margin-top: 5px;
  height: 32px;
  border: 2px solid #939393;
  border-radius: 11px;
  width: 64px;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  padding-left: 5px; }

.grouped-table-applied-filter .clear-filter {
  position: absolute;
  right: 2px;
  cursor: pointer;
  background: transparent;
  top: 3px;
  width: 12px;
  padding-left: 5px;
  height: 24px;
  line-height: 24px; }

.table-filters-clearall {
  background: #e5e5e5;
  text-align: center;
  height: 32px;
  line-height: 32px;
  float: left;
  cursor: pointer;
  margin-top: 8px;
  border-radius: 11px;
  width: 86px; }

.sort-info {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  font-size: 12px !important;
  color: gray !important; }

.container {
  padding: 0 20px;
  max-width: 1440px; }

th.col.item.header[attr-code="CuttingHeight"],
th.col.item.header[attr-code="OverallLength"],
th.col.item.header[attr-code="SurfaceCoating"] {
  min-width: 150px; }

th.col.item.header.price-h,
th.col.item.header.wish-list-h {
  min-width: 90px; }

.grouped_table.fixed tr.toolheading {
  /*top: 0;
    width: 100%;
    max-width: 1239px;
    position: sticky;
    z-index: 1000;*/
  position: initial; }

td.col.item.in_mobile {
  display: none; }

td.col.item.in_mobile.m_price,
td.col.item.in_mobile.wish_m,
td.col.item.in_mobile.add_m {
  display: table-cell; }

span.actual-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px; }

span.msrp-price {
  color: #666;
  text-decoration: line-through;
  font-size: 16px;
  display: block; }

td.col.item.in_mobile.wish_m {
  position: relative; }

td.col.item.in_mobile.wish_m i.fa.fa-heart-o {
  cursor: pointer; }

.table.data.grouped-main tr.simple-section-mobile {
  display: none; }

.wish-new {
  text-decoration: none; }

.err-message {
  position: absolute;
  bottom: -7px;
  right: 0px;
  color: red;
  font-style: italic;
  min-width: 1000px;
  text-align: right; }

.err-close {
  display: none; }

.form.add-simple {
  position: relative; }

.table.data.grouped-main th,
.table.data.grouped-main td {
  width: auto;
  font-family: Open Sans,sans-serif; }

@media only screen and (max-width: 767px) {
  .productView[product-type=grouped] td.col.item.in_mobile.add_m .form-action {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-top: 0; }
  .productView[product-type=grouped] td.col.item.in_mobile.add_m .form.add-simple {
    display: block !important;
    width: 100%; }
  .productView[product-type=grouped] input.input-text.qty.form-qty-addToCart {
    display: inline-block;
    vertical-align: middle; }
  .form.add-simple:before {
    margin-top: 0;
    vertical-align: middle;
    display: inline-block; }
  .productView[product-type=grouped] .add-simple .tocart {
    margin-bottom: 0; }
  .add-simple > .err-message {
    display: block; }
  .err-message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.6);
    bottom: initial;
    left: 0px;
    right: 0px;
    min-width: 100%;
    z-index: 99999; }
  .err-message .err-wrap {
    display: block;
    position: absolute;
    top: 100px;
    left: 5%;
    min-width: 90%;
    text-align: center;
    background: #fff;
    z-index: 999;
    font-size: 16px;
    width: 90%;
    font-style: normal;
    padding: 15px;
    bottom: initial; }
  span.err-close {
    display: block;
    position: absolute;
    top: -40px;
    right: 0px;
    color: #fff;
    cursor: pointer; }
  span.err-close:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3e%3cpath d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3e%3c/svg%3e");
    width: 35px;
    height: 35px;
    filter: invert(99%) sepia(6%) saturate(1040%) hue-rotate(150deg) brightness(119%) contrast(100%);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%; }
  .table.data.grouped-main th, .table.data.grouped-main td {
    font-size: 9px; }
  header.header #super-product-table-mobile tbody {
    display: none !important; }
  .grouped-table-filters p {
    clear: both;
    float: left;
    width: 100%;
    font-size: 18px; }
  .table-filters-clearall {
    margin-top: 5px; }
  .sort-info {
    border-bottom: 1px solid #e5e5e5;
    font-size: 0 !important;
    padding-top: 20px;
    margin-bottom: 15px; }
  .header-mob {
    min-width: 150px; }
  table#super-product-table > tbody {
    display: flex;
    flex-flow: row wrap; }
  p.fixed-head {
    font-size: 13px;
    margin: 0px auto 0px;
    top: 61px;
    position: fixed;
    background: #eeeeee;
    width: 100%;
    padding: 5px 10px;
    z-index: 111; }
  header.header {
    z-index: 10000; }
  header.header #super-product-table-mobile {
    top: 0;
    position: fixed;
    margin: 0;
    z-index: 111;
    background: white; }
  .productView-brand,
  .productView-price,
  .productView-rating,
  dl.productView-info,
  section.productView-images,
  section.productView-details.product-options {
    display: none; }
  .grouped-table-filters-list > p {
    width: 100%;
    font-size: 18px; }
  .productView-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: black; }
  .productView-description {
    display: none; }
  td.col.item.in_mobile {
    display: block; }
  td.col.item:not(.in_mobile) {
    display: none; }
  table#super-product-table thead {
    display: none; }
  tr.simple-section {
    position: relative;
    display: block;
    padding-bottom: 150px;
    float: left; }
  td.col.item.in_mobile.m_simpletable {
    left: 0px;
    bottom: 0;
    width: 100%; }
  td.col.item.in_mobile.m_simpletable thead {
    display: table-header-group; }
  table#super-product-table-mobile thead {
    display: table-header-group; }
  tr.simple-section-mobile td.col.item,
  .table.data.grouped-main th,
  header.header th.col.item.header-mob {
    display: none; }
  .table.data.grouped-main th:nth-child(1), .table.data.grouped-main th:nth-child(2), .table.data.grouped-main th:nth-child(3), .table.data.grouped-main th:nth-child(4),
  header.header th.col.item.header-mob:nth-child(1), header.header th.col.item.header-mob:nth-child(2), header.header th.col.item.header-mob:nth-child(3), header.header th.col.item.header-mob:nth-child(4) {
    display: table-cell;
    border: 1px solid #c2c2c2; }
  tr.simple-section-mobile td.col.item:nth-child(1), tr.simple-section-mobile td.col.item:nth-child(2), tr.simple-section-mobile td.col.item:nth-child(3), tr.simple-section-mobile td.col.item:nth-child(4) {
    display: table-cell;
    width: initial;
    font-size: 13px;
    padding: 5px 0px !important;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #c2c2c2;
    text-align: center; }
  td.col.item.in_mobile.m_galley,
  td.col.item.in_mobile.m_name {
    display: block;
    float: left;
    width: 50%; }
  td.col.item.in_mobile.m_galley img {
    width: 100%;
    border: solid 1px grey;
    max-width: 118px; }
  table#super-product-table-mobile tbody {
    display: table-row-group !important;
    flex-flow: unset !important; }
  table#super-product-table-mobile tbody tr {
    display: table-row !important;
    float: none;
    padding: 0px !important; }
  table#super-product-table-mobile thead {
    display: table-header-group; }
  table#super-product-table-mobile tr.toolheading {
    display: table-row; }
  .table.data.grouped-main th {
    font-size: 13px; }
  table#super-product-table-mobile {
    table-layout: fixed;
    display: table;
    border-collapse: collapse !important; }
  .form.add-simple:before {
    float: left;
    line-height: 30px;
    content: "Quantity";
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 3px; }
  .add-simple .tocart {
    background-color: #009e01 !important;
    border-color: #009e01 !important;
    padding: 5px 10px;
    border-radius: 0;
    font-weight: bold !important;
    font-size: 16px;
    height: 34px;
    min-width: 140px; }
  td.col.item.in_mobile.m_price:before {
    content: 'Price: ';
    float: left;
    font-size: 13px;
    line-height: 1.3;
    color: #222;
    margin-right: 5px;
    margin-top: 2px; }
  td.col.item.in_mobile.m_name a {
    font-size: 13px;
    font-weight: bold;
    color: #222 !important;
    line-height: 1.3;
    text-decoration: none;
    text-align: left; }
  td.col.item.in_mobile.m_galley {
    max-width: 145px; }
  td.col.item.in_mobile.m_name {
    width: 100%;
    max-width: calc(100% - 145px);
    text-align: left; }
  a.more-info:after {
    position: absolute;
    padding-left: 2px;
    content: "\00bb";
    color: #006bb4;
    font-weight: bold !important;
    padding-right: 30px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: right 7px;
    padding-top: 10px;
    margin-top: -10px; }
  td.col.item.in_mobile.m_name a.more-info {
    display: block;
    color: #006bb4 !important;
    font-weight: bold;
    font-size: 13px;
    margin-top: 5px;
    text-decoration: underline; }
  .add-simple > span {
    display: none; }
  td.col.item.in_mobile.m_price {
    width: 100%;
    max-width: calc(100% - 145px);
    text-align: left;
    float: right; }
  .grouped_table td.col.item.in_mobile.m_price {
    max-width: 100%;
    text-align: left;
    float: left;
    clear: both;
    padding-left: 103px !important; }
  td.col.item.in_mobile.wish_m {
    display: table-footer-group;
    width: 50px;
    float: right; }
  td.col.item.in_mobile.wish_m .fa-heart-o:before {
    content: "\f08a";
    background: #e77900;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    box-sizing: border-box; }
  input.input-text.qty.form-qty-addToCart {
    margin-left: 4px;
    margin-top: 7px;
    width: 38%;
    height: 22px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    margin-right: 25px;
    font-weight: 600; }
  td.col.item.in_mobile.add_m .form.add-simple {
    padding: 0; }
  .table.data.grouped-main .simple-section:nth-child(2n) {
    background-color: white; }
  .table.data.grouped-main {
    border: none; }
  tr.simple-section {
    position: relative;
    display: block;
    padding-bottom: 0px;
    float: left;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px; }
  span.msrp-price {
    display: inline-block;
    margin-right: 4px;
    text-decoration: line-through;
    color: #666;
    font-size: 13px; }
  span.actual-price {
    font-size: 13px !important;
    color: #e77900;
    font-weight: bold;
    margin-left: 3px; }
  .table-wishlist-dropdown {
    left: inherit;
    top: 45px;
    right: 5px; }
  .simple-gallery-pop-up {
    max-width: 320px;
    left: calc(50% - 165px);
    display: flex;
    flex-direction: column; }
  .simple-gallery-pop-up .simple-gallery {
    max-width: 100%;
    width: 100%;
    height: auto;
    order: 2;
    overflow: auto;
    float: none;
    display: inherit; }
  .simple-gallery-pop-up .single-image.active {
    border: 1px solid #ff5501; }
  .simple-gallery-pop-up .simple-gallery .single-image {
    max-width: 60px; }
  .big-image {
    width: 100%; }
  th.col.item.header-mob.add-arrow:after {
    content: "";
    position: absolute;
    top: -2px;
    right: 4px;
    font-size: 18px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3e%3c/svg%3e");
    filter: invert(1);
    width: 11px;
    height: 24px;
    background-repeat: no-repeat; }
  th.col.item.header-mob.asc.add-arrow:after {
    top: 3px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3e%3c/svg%3e");
    filter: invert(1);
    width: 11px;
    height: 24px;
    background-repeat: no-repeat;
    content: ""; } }
