.woocommerce-page ul.products li.product .product-overlay {
  bottom: 0;
  left: 0;
  width: 100%;
}

#sidebarDownloads {
  position: sticky;
  top: 180px;
}


#downloads-app #sidebarDownloads p.mb-2:after {
  content: ' (Max 40 Images per download)';
  font-size: 0.7em;
}

#downloads-app .form-check-input {
  display: none;
}

#downloads-app .form-check {
  padding-left: 0;
}

#downloads-app .form-check-label {
  background: #68b6ff;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  margin-top: 10px;
}

#downloads-app .form-check-label::after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f00c";
  display: none;
}

#downloads-app  .form-check-label svg {
  display: none;
  margin-left: 5px;
}

#downloads-app input:checked + .form-check-label svg {
  display: inline-block;
}

.hide_label .form-check-label {
  pointer-events: none;
  display: none;
}

.hide_label .form-check::after{
  content: '(Max 40 images per download)';
}

.hide_label .form-check {
  width: 100%;
}

.the_product_tag {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 3px 10px;
  background: #68b6ff;
  color: #ffff;
}


.icon-lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

.icon-lightbox-inner {
  padding: clamp(30px, 8vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  max-width: 400px;
  box-shadow: 0px 0 20px rgba(0,0,0,0.2);
  gap: 20px;
  text-align: center;
  position: relative;
  z-index: 99999;
}

.active .icon-lightbox {
  display: flex;
}

.close-parent {
  position: absolute;
  cursor: pointer;
  top: 8px;
  right: 15px;
}

.close-parent svg {font-size: 25px;}

.sidebar-features .feature-group ul li {
  margin-bottom: 0;
}

.sidebar-features .feature-group ul {
  gap: 20px;
}

.sidebar-features {
  margin-top: 1rem;
}


.fabric-lightbox-loader {
  cursor: pointer;
}
.close-parent:hover,
.fabric-lightbox-loader:hover {
  animation: pulse 1s;
}

.stick-sidebar {
  position: sticky;
  top: 180px;
  z-index: 10;
}

.footer-sponsors .d-flex {
  gap: 15px;
}


.the-sidebar-cart {
  position: relative;
}

.the-sidebar-cart .woocommerce-notices-wrapper {
  display: none;
}
.product-tag__item {
  position: relative;
}


.product-tag__item:nth-child(2) .product-tool-tip {
  min-width: 120px;
}


.product-tool-tip {
  position: absolute;
  font-size: 11px;
  background: #68b6ff;
  padding: 6px;
  border-radius: 2px;

  top: -24px;
  text-align: center;
  min-width: 78px;
  display: none;
  left: 50%;
  font-weight: 600;
  transform: translateX(-50%) translateY(-50%);
}
.product-tag__item:hover .product-tool-tip {
  display: block;
}

.product-tool-tip:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #68b6ff;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}



@keyframes pulse {
  0%,
  100% {
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(1.1);
  }
}

.showsite-wrapper > .col-12 {
  padding: 0;
  min-width: 100%;
}

.showsite-wrapper img {
  width: 100%;
}


.showsite-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
}

.showsite-image {
  background: no-repeat center / cover;
  width: 100%;
}
.contact-section .email-address {
  font-size: clamp(18px , 1.5vw, 21px) ;
}

.the_showsite_form {
  position: fixed;
  width: 100%;
  z-index: 99992;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.showsiteform-wrapper form input::placeholder {
  font-size: 10px!important;
}
.the_showsite_form.open {
  display: block;
}
.content .other-showsites .contact-info a {
  color: #000000;
}
.content .other-showsites .contact-info a:hover {
  color: #68b6ff;
}

.close_form {
  background: rgba(0,0,0,0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.showsiteform-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: scroll;
  margin-top: 2vh;

}

.showsiteform-wrapper > div {
  max-width: 500px;
  background: #fff;
  padding: 3rem;
  box-sizing: border-box;
  width: 90%;
  position: relative;
}

.showsiteform-wrapper nf-rows-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.showsiteform-wrapper nf-rows-wrap .nf-row:nth-child(5) ,
.showsiteform-wrapper nf-rows-wrap .nf-row:nth-child(7),
.showsiteform-wrapper nf-rows-wrap .nf-row:nth-child(6),
.showsiteform-wrapper nf-rows-wrap .nf-row:nth-child(9){
  grid-column: span 2;
}

.showsiteform-wrapper nf-rows-wrap .hidden_field {
  display: none;
}



body .showsiteform-wrapper  #ninja_forms_required_items,body .showsiteform-wrapper  .nf-field-container {
  margin-bottom: 0!important;
}

.close-button {
  cursor: pointer;
  top: 2.5rem;
  right: 2.5rem;
  position: absolute;
  width: 40px;
  height: 40px;
  background: no-repeat center / contain url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M38 12.8 35.2 10 24 21.2 12.8 10 10 12.8 21.2 24 10 35.2l2.8 2.8L24 26.8 35.2 38l2.8-2.8L26.8 24z'/%3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3C/svg%3E");
}

.showsiteform-wrapper nf-rows-wrap .nf-row:nth-child(n + 10) {
  display: none;
}
.nf-form-title h3 {
  margin-bottom: 1rem;
  font-size: 20px;
}
a.mobile-logo {
  padding: 20px 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-basket:hover,
.mobile-basket {
  color: #fff;
  position: fixed;
  bottom: 62px;
  right: 10px;
  z-index: 9;
  padding: 20px 20px 20px 60px;
  background: #68b6ff no-repeat 20px center / 29px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 576 512'%3E%3Cpath fill='%23fff' d='M0 24A24 24 0 0 1 24 0h45.5a56 56 0 0 1 50.6 32h411a40 40 0 0 1 38.6 50.4l-41 152.3a72.1 72.1 0 0 1-69.5 53.3H170.7l5.4 28.5a24 24 0 0 0 23.6 19.5H488a24 24 0 1 1 0 48H199.7a72 72 0 0 1-70.7-58.5l-51.6-271a8 8 0 0 0-7.9-6.5H24A24 24 0 0 1 0 24zm128 440a48 48 0 1 1 96 0 48 48 0 1 1-96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z'/%3E%3C/svg%3E");
}

.mobile-basket {
  display: none;
}
.tab_titles {
  gap: 2px;
  position: relative;
  z-index: 2;
}
.tab_titles > div {
  cursor: pointer;
  background: #efefef;
  padding: 0.7rem 1.5rem;
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: square721,Helvetica,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 257.143% */
  letter-spacing: -0.21px;
  text-transform: uppercase;

}
.mobile_tab_title svg,
.tab_titles > div svg {
  width: 20px;
  height: 20px;
}

.tab_titles > div.active svg {
  filter: brightness(0) invert(1);
}
.tab_titles > div.active {
  background: #68b6ff;
  color:#fff ;
}
.mobile_tab_title {
  display: none;
}

.the_tabbed_content {
  padding: 2rem;
  border: 1px solid #d7d6d6;
  margin-top: -1px;

}

.tabbed_wrapper {
  display: none;
}

.tabbed_wrapper.active {
  display: block;
}

.content .other-showsites .nf-field-element ul li {
  margin: 0!important;
}

.content .other-showsites .listcheckbox-wrap .nf-field-element  ul {
  display: grid;
  flex-wrap: wrap;
  gap: 10px 5px;
  grid-template-columns: 0.8fr 1.2fr;
}

.content .other-showsites .listcheckbox-wrap .nf-field-element  ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.other-showsites .list-checkbox-wrap .nf-field-element li input {
  margin: 0!important;
}
.other-showsites  .list-checkbox-wrap .nf-field-element li label {
  margin: 0!important;
  text-transform: none;
}

.other-showsites > .row {
  gap: 20px 0;
}

.label-right .field-wrap {
  gap: 10px;
}

.pum-theme-default-theme .pum-container {
  padding: 0!important;
  max-width: 90%;
  width: 500px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pum-content * {
  color: #fff;
}

.pum-content  h3 {
  font-weight: bold;
}
.pum-content .button {
  margin-top: 10px;
}
.pum-theme-default-theme .pum-content + .pum-close {
  text-indent: -99999px;
  background: url("data:image/svg+xml,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' fill='%2368B6FF'/%3E%3Cpath d='M15.2 5 6 15m9.2 0L6 5' stroke='%23fff' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  left: -10px;
  right: auto;
  width: 21px;
  top: -10px;
  aspect-ratio: 1 / 1;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .showsite-wrapper {
    grid-template-columns: 1fr;
  }

  .showsite-image {
    aspect-ratio: 10 / 7;
  }
}

@media (max-width: 768px) {
  .sidebar-cart {
    top: 97px;
  }
  body.scrolled .sidebar-cart {
    top: 55px;
  }
  .mobile-basket {
    display: block;
  }

  .tab_titles_wrapper {
    display: none;
  }
  .tabbed_wrapper {
    display: block;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
  }


  .tabbed_wrapper:last-child {
    border-bottom: 1px solid #B3B3B3;
  }


  .mobile_tab_title {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    background: #F2F2F2;
    position: relative;
    text-transform: uppercase;
    gap: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
  }

  .active  .mobile_tab_title {
    background: #68B6FF;
    color: #fff;
  }

  .active .mobile_tab_title:before ,
  .active .mobile_tab_title:after {
    background: #fff;
  }
  .active .mobile_tab_title svg {
    filter: brightness(0) invert(1);
  }

  .tab_block .col-12 {
    display: grid;
  }
  .the_tabbed_content {
    display: none;
  }

  .active .the_tabbed_content {
    display: block;
  }

  .mobile_tab_title::before ,
  .mobile_tab_title::after {
    content: '';
    width: 15px;
    height: 2px;
    background: #68B6FF;
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mobile_tab_title::after {
    transform: rotate(90deg);
  }

  .active .mobile_tab_title:after {
    transform: unset;
  }

  .our-showsite > .row {
    gap: 40px;
  }
  .the_tabbed_content {
    border: none;
  }
}


@media (max-width: 640px) {
  .showsiteform-wrapper > div {
    padding: 1rem;
  }
  .nf-field-element textarea {
    height: 80px;
  }
}


@media (max-width: 767px) {
 .feature-group ul li {
    width: 40px;
  }
}
