/**
 * All of the CSS for your frontend-facing functionality should be
 * included in this file.
 */

.menu-products-category-container,
.menu-antibodies-container {
  width: 150px;
}

.menu-products-category-container ul li,
.menu-antibodies-container ul li {
  width: 100%;
  padding: 0;
}

.no-image {
  max-width: 100%;
  background-color: #cccccc;
}

.no-image label {
  text-align: center;
  padding: 0.5em;
  color: #969696;
  word-break: break-all;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.show-more {
  list-style-type: none;
  text-align: right;
}

#g-search-1 {
  background-color: #2874f0;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

#g-search-1 .g-search-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#g-search-1 .g-search-wrapper .g-search-header h3 {
  margin: 1em 0;
  font-size: 1.2rem;
}

#g-search-1 .g-search-wrapper .g-search-content form {
  margin: 1em 0;
  margin-right: 1em;
}

#g-search-1 .g-search-wrapper .g-search-header,
#g-search-1 .g-search-wrapper .g-search-content {
  margin-left: 1em;
}

#g-search-1 .g-search-wrapper .g-search-content {
  width: 90%;
}

#g-search-1 .g-row {
  display: flex;
  flex-flow: row;
}

#g-search-1 .g-search-input {
  width: 100%;
  padding: 11px 16px;
  border-radius: 2px 0 0 2px;
  border: 0 none;
  outline: 0 none;
  font-size: 15px;
  height: 43px;
  border: none !important;
  box-shadow: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#g-search-1 .g-search-button {
  background-color: #ffe11b;
  border: 1px solid #ffe11b;
  border-radius: 0 2px 2px 0;
  color: #565656;
  padding: 10px 0;
  height: 43px;
  cursor: pointer;
  min-width: 3em;
}

@media screen and (max-width: 1599px) {
  #g-search-1 .g-search-input {
    width: 88%;
  }
}

@media screen and (max-width: 540px) {
  #g-search-1 .g-search-wrapper {
    flex-flow: column;
  }

  #g-search-1 .g-search-wrapper .g-search-header h3 {
    margin-bottom: 0.25em;
  }

  #g-search-1 .g-search-wrapper .g-search-content form {
    margin-top: 0.25em;
  }
}

#g-search-2 .g-search-wrapper {
  background-image: linear-gradient(to top, #585858, #3d3d3d);
  padding: 0.5em 0.25em;
}

#g-search-2 .g-search-wrapper .g-search-content form {
  margin: 0;
}

#g-search-2 .g-search-wrapper .g-search-content form > .g-row {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#g-search-2 .g-search-wrapper .g-search-content form > .g-row .g-search-input {
  width: 92.5%;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  > .g-row
  .g-search-button-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5%;
  height: 40px;
  margin-bottom: 0;
  background: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  > .g-row
  .g-search-button-wrapper
  .g-search-button {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  background-color: #ddd;
  position: absolute;
  right: 12%;
  transition: background-color 0.2s linear;
  cursor: pointer;
}

#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  > .g-row
  .g-search-button:hover {
  background-color: #aaa;
}
#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  > .g-row
  .g-search-input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  width: 60%;
}

#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  .g-search-live-results:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: 1px;
  background: rgb(183, 183, 183);
  margin-left: auto;
  margin-right: auto;
}

#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  > .g-row
  .g-search-input.unwrap {
  border-bottom-left-radius: 0;
}

#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  > .g-row
  .g-search-button-wrapper.unwrap {
  border-bottom-right-radius: 0;
}

#g-search-2 .g-search-wrapper .g-search-content form .g-search-live-results {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid rgb(183, 183, 183);
  border-top: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#g-search-2 .g-search-wrapper .g-search-content form .g-search-live-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  .g-search-live-results
  ul
  li {
  padding: 0.2em 0.5em;
  cursor: pointer;
}
#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  .g-search-live-results
  ul
  li:last-child {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  .g-search-live-results
  ul
  li.g-search-live-result.g-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#g-search-2
  .g-search-wrapper
  .g-search-content
  form
  .g-search-live-results
  ul
  li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#g-search-3 .g-search-wrapper {
  margin-bottom: 1em;
  border-radius: 20px;
  border: 2px solid #2476c9;
}

#g-search-3 .g-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#g-search-3 .g-search-wrapper .g-search-content .g-row .search-icon {
  width: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757575;
}

#g-search-3 .g-search-wrapper .g-search-content .g-row .search-input {
  width: 100%;
}

#g-search-3
  .g-search-wrapper
  .g-search-content
  .g-row
  .search-input
  .g-search-input {
  width: 100%;
  border: none;
  outline: none;
  background: none;
}

#g-search-3 svg {
  height: 1.7rem;
}

#g-search-4 .g-search-wrapper {
  padding: 40px;
}

#g-search-4 .g-search-wrapper .search-box {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  padding: 4px 55px 4px 15px;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#g-search-4 .g-search-wrapper .search-box:hover,
#g-search-4 .g-search-wrapper .search-box:active {
  border: 1px solid #aaa;
}

#g-search-4 .g-search-wrapper .search-box input[type="text"] {
  width: 100%;
  border: none;
  box-shadow: none;
  display: inline-block;
  padding: 4.5px 0;
  color: #555;
  background: transparent;
}

#g-search-4 .g-search-wrapper .search-box input[type="text"]:hover,
#g-search-4 .g-search-wrapper .search-box input[type="text"]:focus,
#g-search-4 .g-search-wrapper .search-box input[type="text"]:active {
  box-shadow: none;
}

#g-search-4 .g-search-wrapper .search-box .search-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #aaa;
  background: none;
  border: none;
  border-radius: 3px;
  font-size: 21px;
  padding: 5px 10px 1px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#g-search-4 .g-search-wrapper .search-box .search-btn:hover {
  color: #fff;
  background-color: #8fbe00;
}

#g-search-4 .g-search-wrapper,
#g-search-5 .g-search-wrapper,
#g-search-6 .g-search-wrapper {
  margin-bottom: 1em;
}

#g-search-5 .g-search-wrapper .g-search-content {
  width: 100%;
  position: relative;
}

#g-search-5 .g-search-wrapper .g-search-content .search-form {
  height: 40px;
}

#g-search-5 .g-search-wrapper .g-search-content .g-search-input {
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  border: 3px solid #00b4cc;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  color: #9dbfaf;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#g-search-5 .g-search-wrapper .g-search-content .g-search-input:focus {
  color: #00b4cc;
}

#g-search-5 .g-search-wrapper .g-search-content .searchButton {
  width: 40px;
  height: 100%;
  border: 1px solid #00b4cc;
  background: #00b4cc;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#g-search-6 .g-search-wrapper .search-form {
  display: flex;
  flex-flow: row;
  background-color: rgb(241, 243, 244);
  border-radius: 20px;
}

#g-search-6 .g-search-wrapper .search-form .search-input {
  width: calc(100% - 44px);
}

#g-search-6 .g-search-wrapper .search-form .g-search-input {
  width: 100%;
  background-color: transparent;
  border: none;
  height: 44px;
}

#g-search-6 .g-search-wrapper .search-form .search-btn {
  width: 44px;
  border-radius: 100%;
  border: none;
  background-color: rgb(241, 243, 244);
}

#g-search-6 .g-search-wrapper .search-form .search-btn:hover {
  transition: 0.2s all ease-in;
  background-color: rgba(128, 134, 139, 0.1);
}

.template-1.table,
.template-1 h1,
.template-1 h2,
.template-1 h3,
.template-1 h4,
.template-1 h5,
.template-1 h6 {
  margin: 0;
  padding: 0;
}

.template-1 .g-description {
  word-break: break-all;
}

.template-1 .image-container {
  vertical-align: middle;
}

.template-1 .g-element {
  border-top: 1px solid #ddd;
}

.template-1 .g-element > td {
  padding-top: 0.5em;
}

.template-1 .g-element td {
  word-break: break-word;
}

.template-1.table,
.template-1 td {
  vertical-align: top;
}

.template-1.table,
.template-1 td,
.template-1 th {
  border: none;
}

.template-1 td {
  padding: 0.15em;
}

.template-2.table,
.template-2 h1,
.template-2 h2,
.template-2 h3,
.template-2 h4,
.template-2 h5,
.template-2 h6 {
  margin: 0;
  padding: 0;
}

.template-2 h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.template-2 h2:hover {
  color: #c00;
}

.template-2 h3 {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  margin-top: 0.5em;
  color: #000;
}

.template-3 {
  display: flex;
  flex-flow: column;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.template-3 .g-row {
  padding: 0.5em;
  border-bottom: 1px solid #ddd;
}

.template-3 .g-row .g-item {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.template-3 .g-row .g-item .g-item-thumbnail {
  position: relative;
  width: 20%;
  min-height: 150px;
}

.template-3 .g-row .g-item .g-item-thumbnail .no-image {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-3 .g-row .g-item .g-item-content {
  width: 80%;
}

.template-3 .g-row .g-item .g-item-content .g-item-data {
  display: flex;
  flex-flow: column;
  margin-bottom: 2em;
  margin-left: 0.5em;
}

.template-3 .g-row .g-item .g-item-content .g-item-data .g-item-header h2 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.template-3
  .g-row
  .g-item
  .g-item-content
  .g-item-data
  .g-item-info-wrapper
  .g-item-info {
  display: inline-block;
  color: #777;
  margin-right: 10px;
}

.template-4 .widgettitle {
  font-size: 1rem;
  letter-spacing: -.02em;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 15px;
  margin-top: 0;
}

.template-4 ul{
  font-size: .9286em;
  border-bottom: 1px solid;
  border-bottom-color: rgba(0,0,0,.06);
}

.template-4 ul.product_list_widget{
  list-style: none outside;
  padding: 0;
  margin: 0;
  border-width: 0!important;
}

.template-5 .products-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 1em;
  margin-right: -10px;
  padding: 0;
  list-style: none outside;
}

.template-5 .products-container .product-col {
  margin-bottom: 20px;
  text-align: left;
}

.template-5 .products-container .product-col .product-inner .product-image {
  margin-bottom: 1rem;
  min-height: 90px;
}

.template-5 .products-container .product-col .product-inner .product-image a {
  outline: none;
}

.template-5 .products-container .product-col .product-inner .product-image a:hover {
  text-decoration: none;
}

.template-5 .products-container .product-col .product-inner .product-image a .inner {
  display: block;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}

.template-5 .products-container .product-col .product-inner .product-image a .inner img {
  display: inline-block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out 0s;
  transform: translateZ(0);
}

.template-5 .products-container .product-col .product-inner .product-image a .inner .no-image {
  height: 120px;
  max-width: 120px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.template-5 .products-container .product-col .product-inner .product-content {
  padding-bottom: 1px;
}

.template-5 .products-container .product-col .product-inner .product-content .product-id {
  display: block;
  font-size: .9rem;
  opacity: .8;
  text-transform: uppercase;
  line-height: 1.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-5 .products-container .product-col .product-inner .product-content .product-loop-title {
  font-size: 1em;
  text-decoration: none;
}

.template-5 .products-container .product-col .product-inner .product-content .product-loop-title h3 {
  font-family: 'Open Sans';
  color: #222529;
  font-size: 1.2857em;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.35;
  margin-bottom: .45rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-5 .products-container .product-col .product-inner .product-content .description {
  display: block;
  margin-top: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

.template-5 .products-container .product-col .product-inner .product-content .price {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #444;
}

.template-5 .products-container .product-col .product-inner .product-content .price ins {
  text-decoration: none;
}

.template-5 .products-container .product-col .product-inner .product-content a:hover, .template-5 .products-container .product-col .product-inner .product-content a:hover h3 {
  text-decoration: none;
  color: #08c;
}

@media (min-width: 576px) {
  .template-5 .products-container .product-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 95%;
  }
  .template-5 .products-container .product-col .product-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .template-5 .products-container .product-col .product-inner .product-image {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin: 0 20px 0 0;
  }
  .template-5 .products-container .product-col .product-inner .product-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(100% - 120px);
  }
}

@media screen and (max-width: 640px) {
  .template-3 .g-row .g-item {
    flex-flow: column;
  }

  .template-3 .g-row .g-item .g-item-thumbnail {
    width: 90%;
    margin-bottom: 1em;
  }

  .template-3 .g-row .g-item .g-item-content .g-item-data .g-item-header h2 {
    font-size: 2rem;
  }

  .template-3 .g-row .g-item .g-item-content .g-item-data .g-item-info-wrapper {
    display: flex;
    flex-flow: column;
  }

  .template-3
    .g-row
    .g-item
    .g-item-content
    .g-item-data
    .g-item-info-wrapper
    .g-item-info {
    font-size: 1.5rem;
  }
}

.g-promotions {
  position: relative;
}

.g-promotions .g-promotion-wrapper {
  min-height: 10em;
}

.g-promotions .g-promotion-wrapper .g-promotion {
  display: flex;
  margin-bottom: 1em;
}

.g-promotions .g-promotion-wrapper .g-promotion .g-promotion-header {
  position: relative;
  min-width: 200px;
  max-width: 200px;
  min-height: 10em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.g-promotions .g-promotion-wrapper .g-promotion .g-promotion-header.fake-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cccccc;
  text-align: center;
  color: #969696;
  word-break: break-all;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.g-promotions .g-promotion-wrapper .g-promotion .g-promotion-header a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g-promotions .g-promotion-wrapper .g-promotion .g-promotion-header a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.g-promotions
  .g-promotion-wrapper
  .g-promotion
  .g-promotion-header.fake-bg
  span {
  font-size: 2.5rem;
}

.g-promotions .g-promotion-wrapper .g-promotion .g-promotion-body {
  margin-left: 1em;
}

.g-promotions .g-promotion-wrapper .g-promotion .g-promotion-body h3 a {
  font-size: 24px;
  color: #222;
  text-transform: none;
  text-decoration: none;
}

.g-promotions .g-promotion-wrapper .g-promotion .g-promotion-body h3 a:after,
.g-promotions .g-promotion-wrapper .g-promotion .g-promotion-header a:after {
  content: unset;
}

.g-promotions .g-promotion-wrapper .g-promotion .g-promotion-body p {
  font-size: 16px;
  color: #666;
}

.g-none {
  display: none !important;
}

.g-table {
  margin: 1em 0;
}

.g-table,
.g-table .g-table-inner {
  width: 100%;
}

.g-table.g-bordered {
  border: 1px solid #666;
}

.g-table.g-bordered th,
.g-table.g-bordered td {
  border: 1px solid #666;
  padding: 0.2em 0.5em;
}

.g-table.g-stripped tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.1);
}

.g-table.g-bordered .g-table-inner th,
.g-table.g-bordered .g-table-inner tr td {
  border: none;
}

.g-table.g-bordered .g-table-inner th,
.g-table.g-bordered .g-table-inner tr td:first-child {
  border-right: 1px solid #666;
}

.g-table.g-bordered .g-table-inner th,
.g-table.g-bordered .g-table-inner tr:not(:last-child) td {
  border-bottom: 1px solid #666;
}

.g-table.g-stripped .g-table-inner tr {
  background-color: transparent;
}

.g-input-spinner:after {
  content: "\f110";
  position: absolute;
  font: normal normal normal 16px/1 FontAwesome;
}

#g-search-2 .g-input-spinner:after {
  right: 7.5%;
  color: #666;
}

.g-data-loading-spinner {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #666;
}

.g-input-spinner:after,
.g-data-loading-spinner i {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-page {
  display: none !important;
}

.g-page-row.g-page-show {
  display: table-row !important;
}

.g-pagination-row .g-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.g-pagination-row .g-pagination ul li:not(:first-child) {
  margin-left: 0.5em;
}

.g-pagination-row .g-pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.supplier-logo img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}

.cart-extra-meta {
    list-style: none;
    margin: 0;
}

.loading-spinner i {
    font-size: 20px;
    position: relative;
    display: inline-block;
    animation: spin 1.6s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.d-none {
    display: none;
}



/**
 * post-image-grid
 */
.supplier-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 6fr));
}

.supplier-grid img {
    max-width: 100%;
    height: auto;
}

.supplier-grid .item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #a6a6a6;
    height: 100%;

}

.supplier-grid .item img {
    vertical-align: middle;
}

.supplier-grid .caption {
    margin: 0;
    padding: 1em;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    box-sizing: border-box;
    transition: transform 0.5s;
    transform: translateY(100%);
    background: rgba(0, 0, 0, 0.7);
    color: rgb(255, 255, 255);
}

.supplier-grid .item:hover .caption {
    transform: translateY(0%);
}
