#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
  background-color: #ffffff;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.gbg-grants-api-sign-up-container {
  position: relative;
}

.gbg-matcher-50off {
  position: absolute;
  top: -40px;
}

.gbg-blog-links {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.gbg-blog-links>div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fcfcfc;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
}

.gbg-blog-links>div>div:last-of-type {
  margin-top: auto;
}

.gbg-blog-links>div>h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  color: #3668af;
}

.button.gbg-button {
  display: block;
  margin: 20px 0 10px 0;
  text-align: center;
  background-color: #FF6900;
}

.button.gbg-button:hover {
  background-color: #e55e00;
}

.gbg-request-demo-cb label {
  margin-left: 10px;
  font-size: 1.2em !important;
}

.gbg-request-demo-cb input[type='checkbox'] {
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  transform: scale(2);
  padding: 10px;
}

/* ul.gbg-innovate-list li {
  list-style-image: url('/wp-content/uploads/list_tick.png');
} */

ul.gbg-innovate-list li {
  margin: 0;
  padding: 0 0 36px 44px;
  list-style: none;
  /*background-image: url("/wp-content/uploads/list_tick.png");*/
  background-image: url("/wp-content/uploads/green_tick_24x24.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px;
}

.gbg-request-demo-list {
  margin-left: 1em;
}

.gbg-innovate-image-container img {
  border: 1px solid #ccc;
  box-shadow: 5px 5px 5px #ccc;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  -khtml-box-shadow: 5px 5px 5px #ccc;
}

.gbg-horizontal-word-line {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  padding: 40px 0;
}

.gbg-horizontal-word-line>span {
  position: relative;
  display: inline-block;
}

.gbg-horizontal-word-line>span:before,
.gbg-horizontal-word-line>span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: grey;
}

.gbg-horizontal-word-line>span:before {
  right: 100%;
  margin-right: 15px;
}

.gbg-horizontal-word-line>span:after {
  left: 100%;
  margin-left: 15px;
}

.product_meta .sku_wrapper {
    display: none;
}

.single_variation_wrap > .woocommerce-variation.single_variation {
  margin-bottom: 20px;
}

@media (max-width: 768px) {

  /* CSS in here for mobile only */
  .gbg-blog-links {
    flex-direction: column;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {

  /* CSS in here for tablet only */
  .gbg-blog-links {
    gap: 10px;
  }

  .gbg-blog-links>div {
    padding: 10px;
  }
}