/** Shopify CDN: Minification failed

Line 104:35 Expected "{" but found ";"
Line 1103:28 Expected ":"

**/
:root {
  /* colors variables */

  /* theme green */
  --clr1: #00827e;
  --clr2: #d9ebeb;

  /* border*/
  --borderColor: #dedede;

  /* body font */
  --bodyFontColor: #555555;
}

/* header top bar start*/
.header-top-bar {
  padding: 5px 0;
  z-index: 9999;
  position: relative;
  background: #f7f7f7;

  .trustpilot-widget {
    position: relative;
    width: 850px;
    left: -145px;
    top: 2px;

    @media screen and (max-width: 800px) {
      width: 100%;
      left: 0;
    }
  }

  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    .contact-details-wrapper {
      display: flex;
      gap: 15px;
      > div {
        display: flex;
        align-items: center;
        gap: 5px;
        p {
          margin: 0;
        }
        a {
          color: var(--clr1);
          font-weight: 600;
        }
      }

      @media (max-width: 1400px) {
        display: none;
      }
    }

    @media screen and (max-width: 800px) {
      justify-content: center;
    }
  }
}
/* header top bar end*/

/* header start*/
store-header {
  padding-top: 7px !important;

  .header__logo {
    margin-bottom: 0;

    @media screen and (max-width: 850px) {
      justify-content: center;
      .logo__link > span {
        max-width: 90px !important;
      }
    }

    @media screen and (max-width: 800px) {
      justify-content: center;
      .logo__link > span {
        margin-left: 35px;
      }
    }
  }

  .header__search {
    form.search {
      margin-bottom: 0;
    }
    #header-search {
      background-color: #d9ebeb;
    }
    #product_types {
      background-color: #fff;
      @media screen and (max-width);
    }
    .search__submit {
      background-color: var(--clr1);
      height: 100%;
      padding: 12px 14px;
      color: #fff;
    }
  }

  .header__icons {
    margin-bottom: 0;
  }

  main-menu {
    .main-nav__item--primary.is-active {
      box-shadow: none;
      padding: 7px 0 15px 0;
    }
    .main-nav__child {
      .container {
        padding: 0 25px;
        @media screen and (min-width:800px){
          .child-nav {
            gap: 25px !important;
            grid-template-columns: 1fr 1fr 1fr 1.5fr 1.5fr !important;

            > li:nth-last-child(2),
            li:last-child {
              ul {
                column-gap: 5px !important;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                max-height: 300px;
                li {
                  width: 33%;
                }
              }
            }
          }
        }
      }
    }
  }
}

/* header end*/

/* icon with text start */
.icons-with-text {
  .slider-nav {
    display: none;
  }
}
/* icon with text end */

/* slide banner start */
.slideshow__slide {
  .award-image-wrapper {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 150px;
    right: 50px;
    background-color: #fff;
    transform: translateY(-50%);

    @media screen and (max-width: 768px) {
      top: 25px;
      width: 100px;
      right: 25px;
      transform: none;
    }
  }
}

/* slide banner end */

/* slider grid start */
.slider-grid-wrapper {
  display: grid;
  grid-template-columns: 23.8% 23.8% 23.8% 23.8%;
  justify-content: space-between;

  .block-slide-wrapper {
    position: relative;

    .slide-title {
      position: absolute;
      bottom: 18px;
      margin: 0;
      color: #fff;
      font-weight: 500;
      font-size: 22px;
      left: 23px;
    }

    .block-slide img {
      /* filter: brightness(0.7); */

      &:hover {
        /* filter: brightness(1); */
      }
    }
    .owl-dots {
      position: absolute;
      bottom: 60px;
      left: 25px;

      .owl-dot {
        width: 10px;
        height: 10px;
        background: #c3c3c3;
        border-radius: 50%;
        margin-right: 10px;

        &:hover {
          background: #fff;
        }

        &.active {
          background: #fff;
        }
      }
    }
  }

  @media screen and (max-width: 1100px) {
    grid-template-columns: 49.5% 49.5%;
    row-gap: 10px;
  }
  @media screen and (max-width: 767px) {
    grid-template-columns: 100%;
  }
}
/* slider grid end */

/* slider with text start */
.slider-with-text {
  border-bottom: 1px solid #fff;
  .owl-carousel2 {
    width: 100%;
    display: none;
    &:has(.owl-stage-outer) {
      display: block;
    }

    .owl-stage {
      display: flex;
    }
    .owl-nav.disabled {
      display: none;
    }
    .owl-dots {
      position: absolute;
      bottom: 7px;
      right: 7px;

      .owl-dot {
        width: 10px;
        height: 10px;
        background: #c3c3c3;
        border-radius: 50%;
        margin-right: 10px;

        &:hover {
          background: #fff;
        }

        &.active {
          background: #fff;
        }
      }
    }

    .item {
      position: relative;

      .slide-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #0000006e;
        font-size: 20px;
        padding: 6px 16px 10px 16px;
      }

      p {
        margin: 0;
        max-width: 325px;
        line-height: normal;
        font-weight: 500;
      }
    }
  }
}
/* slider with text end */

/* footer start */

body:has(.product-main) {
  .shopify-section-group-footer-group {
    .section:has(.trustpilot-widget) {
      display: none;
    }
  }
}
footer.footer {
  padding-top: 30px;
}
@media screen and (max-width: 800px) {
  footer.footer {
    padding-top: 0;
  }
}
/* footer end */

/* pdp page start */
.product {
  .product-info {
    .product-info__price {
      .price__amount {
        font-size: 28px;
      }
      .price__vat {
        color: var(--bodyFontColor);
        font-size: 18px;
      }
      .price__was {
        font-size: 16px;
        &:not(:empty) {
          &::after {
            content: "RRP";
          }
        }
      }
      .price__savings {
        font-size: 16px;
        color: rgb(var(--sale-price-color));
        margin-left: 5px;
      }
    }
    .product-info__title {
      margin-top: 0 !important;
    }
    .product-info__block {
      margin: 18px 0;
      variant-picker {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 10px;
      }
      .option-selector:not(:last-child) {
        margin-bottom: 18px;
        width: 100%;
      }
    }

    .meta-details-wrapper {
      p {
        margin-bottom: 5px;
      }
      svg {
        width: 13px;
        position: relative;
        top: 1px;
        margin-right: 4px;
      }
    }
    .additional-info-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 7px;

      .additional-info-left {
        background-color: #027f7a;
        color: #fff;
      }
      .additional-info-right {
        background-color: var(--clr2);
        color: #6a696b;
      }

      > div {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        font-size: 12px;
      }

      svg {
        width: 30px;
        height: auto;
      }
      @media screen and (max-width: 1200px) {
        grid-template-columns: 1fr;
        gap: 10px;
      }
    }
    .inventory-status-wrapper {
      > p {
        display: flex;
        gap: 10px;
        align-items: center;

        span.out-of-stock {
          color: #c22f2f;
          font-weight: 600;
        }
      }
      svg {
        width: 30px;
        height: 30px;
      }
    }

    .product-sku {
      font-size: 16px;
      & > span:first-child {
        font-weight: 600;
      }
    }

    .trustpilot-mini {
      margin-top: 6px;
      .trustpilot-widget{
        margin-left:-55px;
      }
    }

    .product-info__block:has(.product-sku) {
      display: flex;
      /* grid-template-columns:max-content max-content;
      align-items: center; */
      gap:20px;
      flex-wrap:wrap;
    }
  }
}

.product-info__block.product-options {
  max-width: 100%;
  /* order: 1; */
}

.product-info__add-to-cart {
  .qty-input__input {
    border: 1px solid var(--borderColor) !important;
    color: var(--bodyFontColor) !important;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  product-form .product-info__add-to-cart quantity-input {
    flex-basis: 125px;
  }
}

/* product tabber and recommendation carousel css start */
.recommendations {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  .section {
    margin: 0;
  }

  .recommendation-carousel {
    width: 100%;

    .owl-stage {
      display: flex;
    }
    .card__title {
      text-align: left;
    }
    .product-card__price {
      justify-content: start;
      margin: 10px 0;
      .price {
        padding-top: 0 !important;
      }
    }
    .card__quick-add {
      display: block;
      button,
      quantity-input {
        display: none;
      }
      .quick-add-view-btn {
        width: 100%;
        font-size: 15px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px;
      }
    }
    .owl-nav.disabled {
      display: none;
    }
  }

  .recommendation-heading {
    background-color: var(--clr1);
    color: #fff;
    font-weight: 500;
    width: fit-content;
    padding: 10px 22px;
    line-height: normal;
    margin-bottom: 0 !important;
  }
}

.tabber {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  .descData {
    h3 {
      font-size: 20px;
    }
  }
  .tabs {
    display: block !important;
  }

  @media screen and (min-width: 901px) and (max-width: 1025px) {
    ul.tabs li {
      padding: 10px 10px !important;
    }
  }

  ul.tabs,
  .prouct-page-tab {
    margin: 0px;
    padding: 0;
    list-style: none;
  }

  .ootb-tabcordion--tabs .tab {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background: #ededed;
    color: #222 !important;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 0px !important;
  }

  ul.tabs li {
    background-color: var(--clr2) !important;
    padding: 10px 22px;
    cursor: pointer;
    font-style: normal;
    line-height: normal;
    text-align: center;
    font-weight: 500;
  }

  ul.tabs li.current {
    color: #fff !important;
    background-color: var(--clr1) !important;
  }

  .heading {
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #000000;
    padding-bottom: 5px;
  }

  .ootb-tabcordion--tabs .tab.is-active {
    background: #ffed03;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: #fff !important;
    border-radius: 0px;
  }

  .accordion-body {
    padding: 20px;
    background-color: #f8f7f3;
  }

  .tab-content {
    display: none;
    padding: 20px;
    background-color: #f8f7f3;
    min-height: 204px;
  }

  .tab-content.current,
  .tab-content.active {
    display: inherit;
  }

  #tab3 .wrapper {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
  }

  span.first-line,
  .recently-viewed-title {
    font-style: normal;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #ffed03;
  }

  @media (max-width: 900px) {
    .descData {
      grid-template-columns: 1fr;
      row-gap: 15px;
    }

    .accordion-header img {
      padding-right: 8px;
    }

    .cv_Collection_form_product {
      gap: 8px;
      flex-direction: column;
    }

    .accordion-body {
      color: #000;
      display: none;
    }

    .accordion__item > .accordion-header:after {
      content: "";
      background: url(/cdn/shop/files/close-sm-svgrepo-com.svg?v=1746443872);
      background-size: cover;
      transition: 0.3s all;
      transform: rotate(45deg);
      height: 13px;
      width: 13px;
      position: absolute;
      right: 30px;
      display: inline-block;
      background-repeat: no-repeat;
    }

    .accordion__item.active > .accordion-header:after {
      transform: rotate(0deg);
      filter: brightness(5);
    }

    .accordion-header {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 16px;
      padding: 20px 25px !important;
      cursor: pointer;
      transition: all 0.3s;
      background-color: var(--clr2) !important;
      border-bottom: 1px solid silver;
    }

    .accordion__item.active .accordion-header {
      background-color: var(--clr1) !important;
      color: #ffffff;
    }

    .accordion__item .accordion__item .accordion-header {
      background: #f1f1f1;
      color: #353535;
    }

    .desk {
      display: none !important;
    }
  }

  .ad .ad__mobile {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .ad .ad__desktop {
      display: none;
    }
    .ad .ad__mobile {
      display: block;
    }
  }
}
/* product tabber and recommendation carousel css end */

/* faq and trustpilot */
.faq-link-box-wrapper {
  max-height: 256px;
  height: 235px;
  display: flex;
  align-items: center;

  .faq-link-box {
    background-color: #f7ebed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 15px;

    h3 {
      margin-bottom: 5px;
    }
    a {
      color: var(--clr1);
      font-weight: 600;
    }
    p {
      font-weight: 500;
    }
  }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  .product-main {
    .product-media {
      width: 100% !important;
      padding-right: 0 !important;
    }
    .product-info {
      width: 100% !important;
      padding-left: 0 !important;
    }
  }
}
@media screen and (max-width: 1000px) {
  .recommendations .section {
    margin: 0;
  }
  .faq-link-box-wrapper {
    max-height: fit-content;
    height: fit-content;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .faq-link-box-wrapper + .product-info {
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .faq-link-box {
    h3 {
      font-size: 22px;
    }
    p {
      text-align: center;
    }
  }
  .price__amount.price__current {
    padding-right: 0;
  }
  .price__savings {
    text-wrap-mode: nowrap;
  }
  .product .product-info .additional-info-wrapper > div {
    justify-content: center;
  }
}
@media screen and (min-width: 700px) {
  .product-info__block.product-price {
    margin-top: -18px !important;
  }
}
/* pdp page end */

/* product card */
product-card {
  .card__swatches {
    justify-content: start;
  }
}

/* mega menu design start */
ul.main-nav {
  > li {
    font-weight: 500;
    &:hover {
      background-color: #5f636a;
      color: #fff;
      > a {
        color: #fff;
      }
    }
    > a.main-nav__item {
      padding: 15px 0 !important;
      &:hover {
        box-shadow: none;
      }
    }
  }
}
.js-mega-nav {
  @media screen and (min-width: 769px) {
    .md\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    a.main-nav__item--primary {
      padding: 15px 0 !important;
    }
    .main-nav__child {
      background-color: #5f636a;
      color: #fff;
    }
    .child-nav__item {
      padding: 0px 0 10px !important;
      font-size: 19.5px !important;
      font-weight: 500;
      line-height: normal;
      &:hover {
        color: #fff;
      }
    }
    ul.main-nav__grandchild {
      gap: 0 !important;
      padding: 0 !important;
      li {
        a.grandchild-nav__item {
          padding: 0 !important;
          margin-top: 4px;
          font-size: 15.5px;
          font-weight: 500;
          &:hover {
            color: #fff !important;
          }
        }
      }
    }
    .mega-nav--columns .child-nav__item--toggle:not(.nav__item--no-underline) {
      border-bottom: 2px solid #fff;
    }
    .mega-nav--sidebar .child-nav__item--toggle:hover a,
    .mega-nav--sidebar .child-nav__item--toggle.is-visible a {
      color: #fff !important;
    }
  }
}

/* custom services start */
.custom-services-wrapper {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
    h2 {
      text-align: center;
    }
    .block-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      padding-top: 10px;

      @media screen and (max-width: 1024px) {
        grid-template-columns: repeat(2, 1fr);
      }
      @media screen and (max-width: 768px) {
        grid-template-columns: repeat(1, 1fr);
      }

      > div {
        padding: 15px;
        background-color: #fff;
        h3 {
          text-transform: uppercase;
          font-size: 20px;
          text-align: center;
          margin: 15px 0;
        }
        p {
          text-align: center;
        }
      }
    }
    .section-btn {
      display: flex;
      justify-content: center;
      margin-top: 30px;
      a {
        padding: 13px 25px;
        text-align: center;
      }
    }
  }
}
/* custom services end */

/* custom multi grid start */
.custom-multi-grid-wrapper {
  .block-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(6 * var(--space-unit));
    @media screen and (max-width: 1024px) {
      grid-template-columns: repeat(2, 1fr);
    }
    @media screen and (max-width: 768px) {
      grid-template-columns: repeat(1, 1fr);
    }
    > div {
      position: relative;

      &:last-child p {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgb(0, 0, 0, 0.5);
        color: #ffffff;
        font-size: 29px;
        max-width: 392px;
        padding: 10px;
        margin: 0;
        @media screen and (max-width: 768px) {
          padding: 20px;
        }
      }
      a img:hover {
        filter: brightness(0.7);
      }
      p {
        font-size: 26px;
        margin: 17px 0 6px 0;
        text-align: center;
        font-weight: 500;
      }
    }
  }
}
/* custom multi grid end */

/* custom multi grid end */
.image-banner {
  @media (max-width: 767px) {
    .banner-logo {
      max-width: 290px;
      img {
        margin-bottom: 25px;
      }
    }
  }
}

/* pdp variant and hulk variant */
.variant-app-wrapper {
  variant-picker {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;

    & > div {
      width: 31%;
      margin-bottom: 5px !important;
      @media screen and (max-width:767px){
        width:100%;
      }
    }

    .option-selector {
      .text-start {
        text-wrap-mode: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
      .custom-select__listbox {
        top: 100%;
        left: 0px;
      }
      .custom-select__btn {
        padding: 11px 15px !important;
      }
    }
    .hulkapps_option {
      position: relative;
      .hulkapps_option_name {
        padding: 0 !important;
        margin-bottom: 0.8em !important;
        display: block;
        margin: 0 0 calc(2 * var(--space-unit));
        font-size: 0.88em;
        font-weight: 700;
        text-align: start;
      }
      .hulkapps_option_value {
        select.hulkapps_option_child {
          color: rgb(var(--input-text-color)) !important;
          font-size: 13px !important;
          line-height: 20px;
          font-weight: 700;
          padding: 11px 45px 11px 15px !important;

          text-wrap-mode: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;

          option {
          }
        }
      }
      &:after {
        content: "";
        display: block;
        width: 9.5px;
        height: 9.5px;
        border: 2px solid #555555;
        border-width: 0px 1px 1px 0px;
        position: absolute;
        transform: rotate(45deg);
        bottom: 19px;
        right: 16px;
      }
    }
  }

  .hulkapps_product_options {
    height: 0px;
    width: 0px;
    visibility: hidden;
  }
}
/* pdp variant and hulk variant end*/

.cart-item__qty .qty-input__input{
  color: #555555 !important;
  font-size: 16px;
  font-weight: 500;
}

.article-content img {
  margin-bottom: 20px !important;
}

@media screen and (min-width:800px){
  main-menu ul.main-nav > li:first-child .child-nav > li:nth-child(3) .main-nav__grandchild > li:nth-last-child(2) a{
    color:yellow !important;
  }
}
@media screen and (max-width:800px){
  .descData{
    iframe{
      width:100%;
      height:auto;
    }
  }
}

.article-wrapper .gallery > div > div { 
    padding: 0;
}

.article-wrapper .gallery .media {
    position: relative;
}

.article-wrapper .gallery .img-fit {
    object-fit: contain;
    object-position: inherit !important;
    position: relative;
}

.productTabberTableWrapper ul{
      list-style-type: disc;
      padding-left:30px;
      margin-top:10px;
      margin-bottom:10px;
}
@media(min-width:769px){
  ul.main-nav>li:nth-child(2) .child-nav>li:nth-child(5) .main-nav__grandchild>li:nth-last-child(2) a {
  color:#ff0;
}
}


/* Mailchimp form styling for free events */

#mc_embed_signup{
  background: #F9F9F9; false;
  clear: left; 
  font: 14px Quicksand,sans-serif;
  width: 800px;
}
#mc_embed_signup form {
	margin: 0 !important;
}
.button {
	background-color: #FDAEC2 !important;
	color: #333 !important;
	text-transform: uppercase !important;
	width: 96% !important;
	padding: 5px 20px !important;
	height: auto !important;
	font-size: 16px !important;  
	font-weight: 500 !important;      	
}