@charset "UTF-8";
table.prdcts {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 145px;
  border: 0;
}
table.prdcts thead th:nth-of-type(1) {
  width: 400px;
}
table.prdcts thead tr th:last-child {
  width: 76px;
}
table.prdcts thead th.label {
  padding: 0 15px 10px 15px !important;
  position: relative;
  height: 45px;
}
table.prdcts thead th.label div {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 13px;
}
table.prdcts tr {
  margin: 0;
  border: 0;
}
table.prdcts td {
  display: table-cell;
  height: 71px;
}
table.prdcts td.border {
  border-left: 2px solid #6e645c;
}
table.prdcts td:nth-child(even) {
  background: #f8f6f5;
}
table.prdcts td:nth-child(odd) {
  background: #fff;
}
table.prdcts .prdct.row {
  padding: 0;
  margin: 0;
}
table.prdcts .prdct.row:before, table.prdcts .prdct.row:after {
  content: none !important;
}
table.prdcts .prdct.row td {
  padding: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  border-bottom: 1px solid #6e645c;
}
table.prdcts .prdct.row th {
  position: relative;
  width: 400px;
  padding: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid #6e645c;
}
table.prdcts .prdct.row th a.table {
  position: relative;
  float: right;
  display: table;
  margin: 20px 0;
  margin-right: 10px;
  text-decoration: none;
}
table.prdcts .prdct.row th a.table:before {
  content: " ";
  font-family: ETmodules, ElegantIcons, sans-serif;
  font-size: 21px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  /*background: white;*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
table.prdcts .prdct.row th a.table__add:before {
  content: "P";
  color: #6e645c;
}
table.prdcts .prdct.row th a.table__add:hover:before {
  content: "";
  color: #6e645c;
}
table.prdcts .prdct.row th a.table__rem:before {
  content: "";
  color: #6e645c;
}
table.prdcts .prdct.row th a.table__rem:hover:before {
  content: "";
  color: #6e645c;
}
table.prdcts .prdct.row th a.table:hover {
  cursor: pointer;
}
table.prdcts .prdct.row .meta {
  position: relative;
}
table.prdcts .prdct.row .meta__information {
  display: none;
}
table.prdcts .prdct.row .meta__image {
  width: 50%;
  height: 71px;
  display: inline-block;
  overflow: hidden;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100px;
}
table.prdcts .prdct.row .meta__image .wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
table.prdcts .prdct.row .meta__image .wrapper img {
  max-width: 100%;
  margin-top: -15%;
}
table.prdcts .prdct.row .meta__description {
  position: absolute;
  width: 370px;
  height: 71px;
  top: 0;
  left: 0;
}
table.prdcts .prdct.row .meta__description a {
  color: #6e645c;
  text-decoration: none;
  background: none;
  padding: 10px 0 10px 110px;
  width: 360px;
  height: 71px;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  text-align: left;
  font-family: BrixSlab-Black, serif;
  font-weight: 300;
  line-height: 0.9em;
}
table.prdcts .prdct.row .meta__description a span {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 0.9em;
  margin-top: 5px;
  display: inline-block;
}
table.prdcts .prdct.row .meta__description a:hover {
  color: #6e645c;
}
table.prdcts .light-table-filter {
  clear: right;
  display: inline-block;
  width: 259px;
  padding: 5px 7px;
  border: 1px solid #888;
  font-size: 16px;
  font-family: "PT Sans", Arial, sans-serif;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
table.prdcts .light-table-filter-label {
  display: inline-block;
  width: 75px;
  text-align: right;
  font-size: 1.1em;
  line-height: 1.1em;
  padding-right: 10px;
  box-sizing: border-box;
}
table.prdcts .range-select {
  display: inline-block;
  width: 75px;
  text-align: right;
  font-size: 1.1em;
  line-height: 1.1em;
  padding-right: 10px;
  box-sizing: border-box;
}
table.prdcts #catFilter {
  display: inline-block;
  width: 275px;
  padding: 5px 7px;
  border: 1px solid #888;
  font-size: 16px;
  font-family: "PT Sans", Arial, sans-serif;
}
table.prdcts select {
  position: relative;
  -webkit-appearance: button;
  -moz-appearance: none;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  overflow: hidden;
  padding: 5px 25px 5px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
table.prdcts select:hover {
  background-image: -webkit-linear-gradient(#EFEFEF, #E4E4E4 40%, #E1E1E1);
}
table.prdcts select::-ms-expand {
  display: none;
}
table.prdcts .select-wrapper {
  position: relative;
  display: inline-block;
}
table.prdcts .select-wrapper:hover:after {
  border-top-color: #666;
}
table.prdcts .select-wrapper:before {
  content: " ";
  color: #fff;
  right: 23px;
  top: 0;
  display: inline-block;
  position: absolute;
  border-right: 1px solid #AAA;
  pointer-events: none;
  height: 100%;
  z-index: 1;
}
table.prdcts .select-wrapper:after {
  content: " ";
  color: #fff;
  right: 8px;
  top: 47%;
  display: inline-block;
  position: absolute;
  border-top: 5px solid #AAA;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  pointer-events: none;
}

.modal-dialog {
  margin: 15% auto !important;
}
.modal-dialog #recipient-name {
  width: 50%;
}

.sticky-bar-bottom {
  bottom: 0;
  width: 100%;
  height: 50px;
  left: 0;
  z-index: 9;
  display: block;
  position: relative;
  border-top: 1px solid #6e645c;
}
.sticky-bar-bottom:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  height: 100%;
  width: 100%;
}
.sticky-bar-bottom .container {
  padding: 8px !important;
  max-width: 100%;
}
.sticky-bar-bottom .product-count {
  font-family: "PT Sans", sans-serif;
  font-size: 1.5em;
  line-height: 36px;
  font-weight: bold;
}
.sticky-bar-bottom .buttons {
  display: inline-block;
}

#nutritional-calculator {
  padding-bottom: 30px;
}

@media screen and (max-width: 999px) {
  table.prdcts thead th.label {
    display: none !important;
  }
  table.prdcts thead th.filters {
    display: table !important;
    width: 100%;
  }
  table.prdcts thead th.filters label {
    line-height: 34px !important;
  }
  table.prdcts thead th.filters input, table.prdcts thead th.filters select, table.prdcts thead th.filters label {
    float: left !important;
  }
  table.prdcts tr th {
    width: 100% !important;
    display: block !important;
    height: 72px !important;
  }
  table.prdcts tr th a.table {
    float: left !important;
  }
  table.prdcts tr th a.meta__information {
    display: table !important;
    position: relative;
    float: right;
    cursor: pointer;
    text-decoration: none;
    padding: 20px;
    margin-right: 0;
  }
  table.prdcts tr th a.meta__information:before {
    font-family: ElegantIcons, ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 71px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    content: "p";
    font-size: 1.5em;
    color: #6e645c;
  }
  table.prdcts tr th a.meta__information:hover:before {
    content: "";
  }
  table.prdcts tr th .meta {
    display: block !important;
    float: left !important;
    height: 71px !important;
    position: relative !important;
    width: 80%;
  }
  table.prdcts tr th .meta__image {
    width: 30% !important;
    max-width: 200px;
    display: block !important;
    float: left !important;
    height: 71px !important;
    position: relative !important;
  }
  table.prdcts tr th .meta__description {
    width: 70% !important;
    display: block !important;
    float: left !important;
    height: 71px !important;
    position: relative !important;
  }
  table.prdcts tr th .meta__description a.link {
    width: 100% !important;
    padding: 10px !important;
    display: block !important;
    float: left !important;
    height: 71px !important;
    position: relative !important;
  }
  table.prdcts tr th .table__add {
    padding: 20px;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.prdcts tr th .table__add:before {
    position: relative;
    font-size: 1.5em;
    top: auto;
    right: auto;
    line-height: 1.5em;
  }
  table.prdcts tr td {
    display: none;
  }

  .btn {
    font-size: 12px;
    margin-right: 5px !important;
    padding: 4px !important;
    margin-top: 4px;
  }

  .product-count {
    font-size: 1.2em !important;
  }

  .sticky-bar-bottom .container {
    padding: 8px 10px !important;
  }
}
#mccainModal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#mccainModal .form-group {
  padding: 5px 0;
  display: table;
  width: 100%;
}
#mccainModal .form-group input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 7px;
  width: 100%;
}
#mccainModal a.add-to-list {
  width: 100%;
  display: block;
  clear: both;
  background: #6e645c;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 7px;
  font-size: 1.2em;
}
#mccainModal .modal-header .close {
  background: #6e645c;
  color: white;
  float: right;
  border: 0;
}
#mccainModal .modal-header .modal-title {
  font-size: 1.5em;
}
#mccainModal .modal-body tr[data-code] td:before {
  content: attr(arial-label);
  display: inline-block;
  width: 60%;
  text-align: right;
  padding-right: 25px;
  font-weight: bold;
}
#mccainModal .modal-body tr[data-code] td {
  font-size: 1.25em;
}
#mccainModal select {
  position: relative;
  -webkit-appearance: button;
  -moz-appearance: none;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  overflow: hidden;
  padding: 5px 25px 5px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#mccainModal select:hover {
  background-image: -webkit-linear-gradient(#EFEFEF, #E4E4E4 40%, #E1E1E1);
}
#mccainModal select::-ms-expand {
  display: none;
}
#mccainModal .select-wrapper {
  position: relative;
  display: inline-block;
}
#mccainModal .select-wrapper:hover:after {
  border-top-color: #666;
}
#mccainModal .select-wrapper:before {
  content: " ";
  color: #fff;
  right: 23px;
  top: 0;
  display: inline-block;
  position: absolute;
  border-right: 1px solid #AAA;
  pointer-events: none;
  height: 100%;
  z-index: 1;
}
#mccainModal .select-wrapper:after {
  content: " ";
  color: #fff;
  right: 8px;
  top: 47%;
  display: inline-block;
  position: absolute;
  border-top: 5px solid #AAA;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  pointer-events: none;
}

i.et:before {
  content: " ";
  font-family: ElegantIcons, ETmodules;
  font-size: 1em;
  font-weight: bold;
  color: #6e645c;
}
i.et-tick:before {
  content: "N";
}

#nutritional-calculator .btn.printPdf, #nutritional-calculator .btn.downloadPdf, #nutritional-calculator .btn.sendPdf {
  background: #6e645c;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 15px;
  cursor: pointer;
}
#nutritional-calculator .btn.printPdf:hover, #nutritional-calculator .btn.downloadPdf:hover, #nutritional-calculator .btn.sendPdf:hover {
  background: #524b45;
}

@media screen and (max-width: 874px) {
  table.prdcts thead th.filters label {
    width: 15% !important;
  }
  table.prdcts thead th.filters input, table.prdcts thead th.filters .select-wrapper {
    width: 80% !important;
  }
  table.prdcts thead th.filters input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.prdcts thead th.filters .select-wrapper select {
    width: 100% !important;
  }
}
/* Mobile view */
@media screen and (max-width: 600px) {
  table.prdcts thead th.filters label {
    width: auto !important;
    clear: both;
  }
  table.prdcts thead th.filters input, table.prdcts thead th.filters .select-wrapper {
    width: 100% !important;
  }
  table.prdcts thead th.filters input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.prdcts thead th.filters .select-wrapper select {
    width: 100% !important;
  }

  table.prdcts .prdct.row .meta__image .wrapper img {
    margin-top: -10% !important;
  }

  .sticky-bar-bottom {
    height: 80px;
  }
  .sticky-bar-bottom .buttons {
    text-align: center;
    display: block;
  }
  .sticky-bar-bottom .container {
    width: 100%;
    padding: 8px 10px !important;
  }
  .sticky-bar-bottom .btn {
    font-size: 12px;
    margin-right: 5px !important;
    padding: 4px !important;
    margin-top: 4px;
  }
  .sticky-bar-bottom .product-count {
    font-size: 1.2em !important;
    clear: both;
    float: none !important;
    text-align: center;
  }
}

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