/*
Theme Name: webmix
Author: webmix
Author URI: https://www.webmix.nl
Description: Webmix Custom Theme
*/
/* Reset Stylesheet */
/* Box-sizing: make sure padding and border are included in element width */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
figure {
  margin-bottom: 0px !important;
}
/* Remove default padding and margin from body */
body, h1, h2, h3, h4, h5, h6, p, blockquote, figure, dl, dd, ol, ul {
  margin: 0;
  padding: 0;
}
/* Remove list styles on lists */
ul, ol {
  list-style: none;
}
/* Remove quotes from blockquote */
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}
/* Remove default table spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Reset links */
a {
  text-decoration: none;
  color: inherit;
}
/* Remove focus outlines but keep accessibility */
button, input, textarea, select {
  font: inherit;
  /* Inherit fonts */
  border: none;
  /* Remove borders */
  outline: none;
  background: none;
  padding: 0;
}
/* Normalize images and media */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Set a base font size and smooth scrolling */
html {
  font-size: 100%;
  /* 16px default */
  line-height: 1.5;
  scroll-behavior: smooth;
}
/* Make body inherit base font-family */
body {
  font-family: sans-serif;
  /* Set your preferred default font-family */
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}
/* Remove focus outline for mouse users but keep it for keyboard users */
:focus:not(:focus-visible) {
  outline: none;
}
/* Classes Stylesheet */
.primary-bg {
  background-color: #EA411F;
}
.secondary-bg {
  background-color: #015681;
}
.tertiary-bg {
  background-color: #FFFCEE;
}
.box-shadow {
  -webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.05);
}
.buttons-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.button, .checkout-button.button.wc-forward {
  border-radius: 10px;
  display: block;
  padding: 15px 20px;
  font-size: 1rem !important;
  width: fit-content;
  line-height: 1;
  border-style: solid !important;
  border-width: 1px !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn-primary, .checkout-button.button.wc-forward, .woocommerce_checkout_place_order, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background-color: #EA411F !important;
  border-color: #EA411F !important;
  color: #FFF !important;
}
.btn-primary:hover, .checkout-button.button.wc-forward:hover, .woocommerce_checkout_place_order:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  color: #EA411F !important;
  border-color: #EA411F !important;
  background-color: transparent !important;
}
.btn-outline {
  background-color: transparent;
  border-color: #EA411F;
  color: #EA411F;
}
.btn-outline.btn-outline-white {
  border-color: #FFF;
  color: #FFF;
}
.btn-outline:hover {
  background-color: #FFF;
  color: #000;
  border-color: #FFF;
}
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0px;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  .site-header {
    background: transparent;
  }
  .site-header .container.header-inner {
    -webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.05);
  }
  .site-header .header-inner {
    margin: 0px;
    width: 100%;
    max-width: 100%;
  }
}
.site-header .header-inner {
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  pointer-events: all;
}
.site-header .header-inner .site-logo .logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.site-header .header-inner .site-logo img {
  height: 100px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 420px) {
  .site-header .header-inner .site-logo img {
    height: 55px !important;
  }
}
.site-header .header-inner .site-logo .logo-text {
  font-size: 1.5rem;
  margin-left: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-decoration: none !important;
  text-decoration-style: none !important;
  display: inline-block;
}
.site-header .header-inner .main-menu .menu {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.site-header .header-inner .main-menu .menu li a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.site-header .header-inner .main-menu .menu li a:hover {
  color: #000;
}
.site-header .header-inner .header-cta {
  display: flex !important;
  align-items: center !important;
}
@media screen and (max-width: 991px) {
  .site-header .header-inner .header-cta {
    margin-left: auto;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-inner .header-cta a.button {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .site-header .header-inner .header-cta {
    margin-right: 25px;
  }
}
.site-header .header-inner .header-cta a.button {
  padding: 10px 24px;
  font-size: 0.9rem;
}
.site-header .header-inner .header-cta .shopping-cart-link {
  display: inline-grid;
}
.site-header .header-inner .header-cta .shopping-cart-link a {
  padding: 0px 20px;
  padding-right: 0px;
  height: 100%;
  display: flex;
  height: 100%;
}
.site-header .header-inner .header-cta .shopping-cart-link a img {
  height: 20px;
}
.site-header .header-inner .mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  cursor: pointer;
}
.site-header .mobile-nav {
  display: none;
  background: #f9f9f9;
  padding: 1rem 2rem;
  padding-top: 50px;
  background-color: #005782;
  height: calc(100vh - 76px);
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  pointer-events: all;
}
.site-header .mobile-nav.open {
  transform: translateX(0);
  display: block;
}
.site-header .mobile-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
}
.site-header .mobile-nav .menu ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.site-header .mobile-nav .menu li {
  margin: 10px 0;
}
.site-header .mobile-nav .menu li a {
  text-decoration: none;
  color: #FFF;
  position: relative;
}
.site-header .mobile-nav .menu li a::before {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #FFF;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -2px;
  left: 0px;
}
.site-header .mobile-nav .menu li a:hover::before {
  width: 100%;
}
@media (max-width: 991px) {
  .site-header .header-inner .main-menu, .site-header .header-inner .header-cta {
    display: none;
  }
  .site-header .header-inner .mobile-menu-toggle {
    display: block;
  }
}
body.mobile-menu-active .site-header {
  height: 100vh;
  border-bottom: none;
}
body.scrolled .header-inner .site-logo img {
  height: 60px;
}
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  width: 30px;
  height: 24px;
  z-index: 999;
}
.mobile-menu-toggle .toggle-icon {
  width: 100%;
  height: 3px;
  background-color: #212529;
  transition: all 0.3s ease;
  border-radius: 900px;
  display: block;
}
.mobile-menu-toggle.active .toggle-icon:nth-child(1) {
  transform: rotate(45deg) translate(6.5px, 6px) scale(1.1);
}
.mobile-menu-toggle.active .toggle-icon:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active .toggle-icon:nth-child(3) {
  transform: rotate(-45deg) translate(5.5px, -6px) scale(1.1);
}
@media screen and (max-width: 991px) {
  .mobile-nav {
    display: block !important;
  }
  .mobile-menu-toggle {
    display: flex !important;
    justify-content: space-between;
    height: 20px;
  }
}
section.home-header .col-left {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 75px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section.home-header .col-middle figure.image-wrapper {
  display: flex;
  margin-top: auto !important;
  margin-bottom: auto !important;
}
section.home-header .col-middle figure.image-wrapper img {
  height: 500px;
  object-fit: contain;
  max-width: 100%;
}
section.home-header .col-right {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section.home-header .col-right ul {
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
section.home-header .col-right ul li.list-item {
  position: relative;
  padding-left: 30px;
}
section.home-header .col-right ul li.list-item::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/06/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 3px;
  filter: brightness(0) invert(1);
}
.text-green {
  color: #85d25d;
}
.text-red {
  color: red;
}
.text-orange {
  color: orange;
}
.woocommerce-price-suffix {
  font-size: 0.7rem;
  margin-left: 8px;
  margin-top: auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .container-xl {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
body:not(.woocommerce) section:first-of-type.home-header-new {
  padding-top: 0px !important;
}
.home-header-new {
  margin-top: calc(40px + 3rem) !important;
}
.home-header-new.pt-0 {
  padding-top: 0px !important;
}
.home-header-new p {
  line-height: 1.3;
  font-size: 0.9rem;
}
.home-header-new .col-left, .home-header-new .col-image, .home-header-new .col-right {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .home-header-new .col-left, .home-header-new .col-image, .home-header-new .col-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.home-header-new .col-left {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .home-header-new .col-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.home-header-new .col-left ul.list {
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-flow: row;
  gap: 1rem;
  padding-left: 0px;
  flex-wrap: wrap;
}
.home-header-new .col-right ul.list {
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-flow: row;
  gap: 1rem;
  padding-left: 0px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
  .home-header-new .col-left ul.list {
    gap: 2rem;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-header-new .col-left ul.list {
    display: none;
  }
}
.home-header-new .col-left ul.list li.list-item {
  position: relative;
  padding-left: 30px;
}
.home-header-new .col-right ul.list li.list-item {
  position: relative;
  padding-left: 30px;
}
.home-header-new .col-left ul.list li.list-item::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/06/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 3px;
  filter: brightness(0) invert(1);
}
.home-header-new .col-right ul.list li.list-item::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/06/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 3px;
}
.home-header-new .col-image {
  padding-right: 0px;
  padding-left: 0px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .home-header-new .col-image {
    display: none !important;
  }
}
.home-header-new .col-image img {
  max-width: 100%;
  max-height: 100%;
  height: 85%;
  object-fit: contain;
  object-position: right;
}
.home-header-new .col-right {
  position: relative;
  padding-left: 100px;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .home-header-new .col-right {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.home-header-new .col-right .divider-secondary {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 150px;
  display: inline-block;
  background-color: #015681;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .home-header-new .col-right .divider-secondary {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .home-header-new .col-right .divider-secondary {
    display: none !important;
  }
}
.home-header-new .col-right .divider-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: calc(100% + 2px);
  background: none;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #FFF;
}
@media screen and (max-width: 1199px) {
  .home-header-new .col-right .divider-secondary::before {
    width: 100px;
  }
}
.home-header-new .col-right .content-wrapper {
  flex-flow: column;
  justify-content: center;
  text-align: right;
  margin-top: auto;
  height: 100%;
  display: flex;
  position: relative;
  max-width: 100%;
  width: 450px;
  margin-left: auto;
}
.home-header-new .col-right .content-wrapper .buttons-wrapper {
  justify-content: end;
}
.main-menu li.current-menu-item a {
  color: #000;
  font-weight: 600;
}
.main-menu li a:hover {
  color: #000;
  font-weight: 600;
}
body.woocommerce-shop .pre-footer {
  display: none !important;
}
p a {
  color: #EA411F;
}
body.woocommerce-order-received section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body.woocommerce-order-received .woocommerce section.woocommerce-order-details {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
body.woocommerce-order-received .thumbnail-wrapper img {
  width: 40px;
  height: 40px;
  object-size: contain;
  object-position: center;
}
body.woocommerce-order-received section.woocommerce-columns.woocommerce-columns--addresses.addresses {
  padding-top: 0px !important;
}
body.woocommerce-order-received section.order-details-wrapper {
  max-width: 100%;
  overflow: hidden;
}
body.woocommerce-order-received .woocommerce-customer-details > h2, body.woocommerce-order-received .woocommerce-customer-details > p {
  display: none;
}
body:not(.woocommerce) section:first-of-type, body.post-type-archive-product section:first-of-type {
  padding-top: calc(117px + 3rem) !important;
}
@media screen and (max-width: 420px) {
  body:not(.woocommerce) section:first-of-type, body.post-type-archive-product section:first-of-type {
    padding-top: calc(17px + 3rem) !important;
  }
}
body.woocommerce section.woocommerce-custom-single-product-template, body.woocommerce-cart .cart-container, body.woocommerce-page > .container {
  padding-top: 117px;
}
body.woocommerce-page .woocommerce {
  margin-top: 117px;
}
section {
  padding-top: 75px;
  padding-bottom: 75px;
}
.link-bb {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.link-bb::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: #FFF;
  transition: all 0.3s ease-in-out;
}
.link-bb:hover::before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.home-header .col-middle {
    display: none !important;
  }
  section.home-header .col-right {
    display: none !important;
  }
}
section.steps-section .steps-row {
  row-gap: 75px;
}
section.steps-section .step-item {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: 220px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.steps-section .step-item .step-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
section.steps-section .step-item .step-icon img {
  height: 45px;
  width: 45px;
  object-fit: contain;
  object-position: center;
}
section.steps-section .step-item .step-content .step-title {
  margin-bottom: 20px;
}
section.steps-section .step-item .step-content .step-text {
  font-weight: 300;
}
section.steps-section .step-item .button {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  font-size: 12px;
}
section.steps-section .step-arrow-right {
  position: relative;
}
section.steps-section .step-arrow-right::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/webmix/images/long-arrow.svg");
  position: absolute;
  width: 110px;
  height: 12px;
  right: -60px;
  top: 14px;
  background-size: contain;
}
section.steps-section .steps-row .step-arrow-right:last-of-type::after {
  display: none !important;
}
section.steps-section .steps-row .col-lg-4.step-arrow-right:nth-of-type(3n)::after {
  display: none;
}
section.steps-section .steps-row .col-lg-3.step-arrow-right:nth-of-type(4n)::after {
  display: none;
}
@media screen and (max-width: 991px) {
  section.steps-section .steps-row .step-arrow-right::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.steps-section .step-item .step-content .step-title {
    margin-bottom: 10px;
  }
  section.steps-section .steps-row {
    row-gap: 40px;
  }
  section.steps-section .step-item .step-icon {
    margin-bottom: 10px;
  }
}
section.review-section .main-carousel {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  section.review-section .main-carousel {
    width: 700px;
  }
}
section.review-section .main-carousel .carousel-cell {
  width: calc((100% - 30px) / 3);
  /* your 3-cell layout */
  margin-right: 15px;
  display: flex;
  /* so children can stretch */
  align-items: center;
  /* or stretch */
  justify-content: center;
  padding: 20px;
  /* gives the cell "height" */
  box-sizing: border-box;
  min-height: fit-content;
  height: 100%;
}
@media screen and (max-width: 991px) {
  section.review-section .main-carousel .carousel-cell {
    width: calc((100% - 10px) / 2);
    margin-right: 5;
  }
}
@media screen and (max-width: 576px) {
  section.review-section .main-carousel .carousel-cell {
    width: calc((100% - 10px));
    margin-right: 5;
  }
}
section.review-section .main-carousel .carousel-cell .review {
  height: 100%;
  min-height: fit-content;
}
section.review-section .review-info {
  gap: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  section.review-section .review-info {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
section.review-section .review-info div.bold-text {
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  section.review-section .review-info div.bold-text {
    display: none;
  }
}
section.review-section .review-info div.normal-text {
  color: #8e8e8e;
}
section.review-section .review-info .review-link img {
  width: 100px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}
section.review-section .review-stars {
  display: flex;
  gap: 3px;
}
section.review-section .review-stars img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}
section.review-section .reviews-wrapper {
  margin-top: 35px;
  row-gap: 35px;
  gap: 35px;
  justify-content: center;
}
section.review-section .review {
  width: 300px;
  max-width: 100%;
  background-color: #FFF;
  padding: 35px 20px;
}
section.review-section .review .review-title {
  font-size: 1rem;
  font-weight: 600;
}
section.review-section .review .review-stars {
  justify-content: center;
  margin-top: 25px;
}
section.review-section .review .review-stars img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}
section.review-section .review .review-text {
  margin-top: 25px;
  font-size: 0.8rem;
}
section.cards-selection .card-col .product-card {
  width: 100%;
}
section.cards-selection .cards-row {
  row-gap: 30px;
}
section.cards-selection .product-card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: none;
  color: #000;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}
section.cards-selection .product-card:hover .card-image img {
  transform: scale(1.05);
}
section.cards-selection .product-card:hover .btn-primary {
  background-color: transparent !important;
  color: #EA411F !important;
  border-color: #EA411F !important;
}
section.cards-selection .product-card .card-image {
  height: 140px;
  overflow: hidden;
}
section.cards-selection .product-card .card-image img {
  height: 140px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
section.cards-selection .product-card .card-body {
  padding: 25px 20px;
  padding-bottom: 20px;
}
section.cards-selection .product-card .card-body .card-title {
  margin-bottom: 5px;
}
section.cards-selection .product-card .card-body .card-subtitle {
  margin-bottom: 15px;
}
section.cards-selection .product-card .card-body ul.list-items {
  gap: 3px;
  display: flex;
  flex-flow: column;
  padding-left: 0px;
}
section.cards-selection .product-card .card-body ul.list-items li {
  position: relative;
  padding-left: 20px;
  font-weight: 300;
  font-size: 0.8rem;
}
section.cards-selection .product-card .card-body ul.list-items li img {
  width: 12px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(86%) sepia(78%) saturate(418%) hue-rotate(37deg) brightness(87%) contrast(88%);
  position: absolute;
  left: 0px;
  top: 3px;
}
section.cards-selection .product-card .card-body .btn-primary {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 10px;
  border-width: 2px !important;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 576px) {
  section.cards-selection .card-col .product-card .card-image {
    height: 85px;
  }
  section.cards-selection .card-col .product-card .card-image img {
    height: 85px;
    width: 100%;
  }
  section.cards-selection .card-col .product-card .card-body {
    padding: 10px 10px;
    padding-bottom: 5px;
  }
  section.cards-selection .card-col .product-card .card-body .card-title {
    font-size: 0.85rem;
    text-align: center;
  }
  section.cards-selection .card-col .product-card .card-body div.btn-primary {
    width: calc(100% - 20px);
    font-size: 12px !important;
  }
  section.cards-selection .card-col .product-card .card-body .card-subtitle {
    display: none;
  }
  section.cards-selection .card-col .product-card .card-body .list-items {
    display: none;
  }
}
section.text-form .gform_heading {
  display: none;
}
@media screen and (max-width: 991px) {
  section.text-form .form-col {
    margin-top: 110px;
  }
}
section.text-form .form-col label {
  color: #FFF;
}
@media screen and (min-width: 1199px) {
  section.text-form .text-col {
    padding-right: 50px;
  }
}
section.text-form .text-col {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section.text-form .form-col img {
  width: 175px !important;
  height: 150px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px !important;
  margin-top: -120px;
  transform: translate(10px, 10px);
}
section.text-form .form-col .gfield_label.gform-field-label {
  display: none;
}
section.text-form .form-col .gform-field-label.gform-field-label--type-sub {
  display: none;
}
section.text-form .form-col .form-wrapper {
  padding: 40px;
  border-radius: 10px;
}
section.text-form .form-col .form-wrapper > img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
section.text-form .form-col .gfield_label {
  color: #FFF;
  font-weight: 300;
}
section.text-form .form-col .ginput_container input {
  text-align: left;
  background: #669AB3;
  border: none;
  outline: none;
  border-radius: 10px;
  box-shadow: none;
  color: white;
  padding: 24px 20px;
}
section.text-form .form-col .gform-body.gform_body .gform_fields.top_label {
  grid-row-gap: 10px;
}
section.text-form .form-col .gform-footer {
  justify-content: center;
}
section.text-form .form-col .gform-footer input[type="submit"] {
  background: #EA411F !important;
  color: #EA411F;
  border: 2px solid #EA411F;
  font-weight: 500;
  padding: 10px 20px;
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
section.text-form .form-col .gform-footer input[type="submit"]:hover {
  background-color: transparent !important;
  color: #EA411F !important;
  border-color: #EA411F !important;
  cursor: pointer;
}
.accordion {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.accordion .accordion-item {
  border: none;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.accordion .accordion-item .accordion-button {
  font-size: 0.8rem;
  background-color: #015681;
  color: #FFF;
  box-shadow: none !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  outline: none !important;
}
.accordion .accordion-item .accordion-button::after {
  filter: brightness(0) invert(1) !important;
  transform: scale(0.8) !important;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: scale(0.8) var(--bs-accordion-btn-icon-transform) !important;
}
.accordion .accordion-item .accordion-body {
  color: #3e3e3e;
  font-size: 0.8rem;
}
.accordion .accordion-item .accordion-body p:last-of-type {
  margin-bottom: 0px;
}
@media screen and (min-width: 1199px) {
  section.text-tabs .col-text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  section.text-tabs .col-tabs {
    margin-top: 35px;
  }
}
section.text-media .col-content {
  padding-right: 50px;
}
section.small-header {
  position: relative;
  overflow: hidden;
  min-height: 325px;
  display: flex;
  align-items: end;
}
section.small-header figure.background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
section.small-header figure.background-image::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.3;
}
section.small-header figure.background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0px, 0px, 0.1px);
}
section.small-cards .cards-row {
  row-gap: 20px;
}
section.small-cards .card-wrapper {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFF;
}
section.small-cards .card-link {
  text-decoration: none;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
}
section.small-cards .card-link:hover .icon img {
  width: 0px;
  height: 0px;
  transition: all 0.3s ease-in-out;
}
section.small-cards .card-link:hover .card-image {
  opacity: 1 !important;
}
section.small-cards .card-link .card-head {
  height: 130px;
  position: relative;
  overflow: hidden;
  background: #015681;
}
section.small-cards .card-link .card-head .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40%;
  width: 40%;
  transform: translate(-50%, -50%);
}
section.small-cards .card-link .card-head .icon img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
  object-fit: contain;
  object-position: center;
}
section.small-cards .card-link .card-head .card-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
section.small-cards .card-link .card-head .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.small-cards .card-link .card-body {
  padding: 20px 15px;
}
@media screen and (max-width: 576px) {
  section.small-cards .card-link .card-head {
    height: 90px;
  }
}
.pre-footer {
  background-color: #FFF;
  padding-top: 25px;
  padding-bottom: 25px;
}
.pre-footer a {
  color: #EA411F;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1;
}
.pre-footer a img.arrow-right {
  width: 18px;
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}
.pre-footer a:hover img.arrow-right {
  transform: translateX(3px);
}
footer .top-row .col-left {
  padding-top: 20px;
}
footer .top-row .col-left ul.link-wrapper {
  column-count: 2;
  padding-left: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 420px) {
  footer .top-row .col-left ul.link-wrapper {
    column-count: 1;
  }
}
footer .top-row .col-left ul.link-wrapper li {
  margin-bottom: 5px;
}
footer .top-row .col-left ul.link-wrapper li a {
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
}
footer .top-row .col-middle {
  padding-top: 20px;
}
footer .top-row .col-middle ul.link-wrapper-w-icons {
  padding-left: 0px;
  margin-bottom: 0px;
}
footer .top-row .col-middle ul.link-wrapper-w-icons li {
  margin-bottom: 5px;
  margin-left: 25px;
}
footer .top-row .col-middle ul.link-wrapper-w-icons li a {
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
}
footer .top-row .col-middle ul.link-wrapper-w-icons li a img {
  filter: invert(1) brightness(1);
  width: 14px;
  height: 14px;
  object-fit: contain;
  object-position: left;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 420px) {
  footer .top-row .col-right {
    margin-top: 35px;
    justify-content: center !important;
  }
}
footer .top-row .logo-link {
  text-decoration: none;
}
footer .top-row .logo-link .logo-wrapper img {
  height: 140px;
  width: auto;
  object-fit: contain;
}
footer .bottom-row {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #122F3A;
}
@media screen and (max-width: 576px) {
  footer .bottom-row .container-xl > .row {
    flex-flow: column-reverse;
    margin-top: 0px;
  }
}
footer .bottom-row p {
  margin-bottom: 0px;
}
footer .bottom-row .bottom-link {
  color: #FFF;
  text-decoration: none;
}
footer .bottom-row .col-left {
  color: #FFF;
}
footer .bottom-row .col-left a {
  color: #FFF;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  footer .bottom-row .col-left {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  footer .bottom-row .col-left {
    padding-top: 15px !important;
  }
}
footer .bottom-row .col-right .link-wrapper {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  footer .bottom-row .col-right {
    justify-content: center !important;
  }
}
@media screen and (max-width: 576px) {
  footer .bottom-row .col-right .link-wrapper {
    justify-content: center !important;
    gap: 15px;
    row-gap: 0px;
    width: 100%;
    flex-wrap: wrap;
  }
}
footer .bottom-row a.website-by-webmix img {
  width: 15px;
  display: inline-block;
}
footer .bottom-row a.website-by-webmix::before {
  bottom: -3px;
}
body.contact section.text-form .gform-body.gform_body .gform_fields {
  row-gap: 15px !important;
}
body.contact section.text-form .gform-body.gform_body input {
  text-align: left;
  color: #FFF;
  padding: 12px 12px;
  font-size: 0.8rem;
}
body.contact section.text-form .gform-body.gform_body input[type="checkbox"]::before {
  color: #FFF;
}
body.contact section.text-form .gform-body.gform_body textarea {
  min-height: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #679bb3;
  border: none;
  color: #FFF;
}
body.contact section.text-form .gform-body.gform_body label.gform-field-label {
  color: #FFF;
  display: flex;
  align-items: center;
}
body.contact section.text-form .gform-footer.gform_footer.top_label {
  justify-content: start !important;
}
section.news-overview .news-cards {
  row-gap: 25px;
}
section.news-overview .news-cards .card-wrapper {
  height: 100%;
  border: solid 3px #005782;
  text-decoration: none;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFF;
}
section.news-overview .news-cards .card-wrapper .img-holder {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
section.news-overview .news-cards .card-wrapper .img-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
section.news-overview .news-cards .card-wrapper .text {
  height: calc(100% - 200px);
}
section.news-overview .news-cards .card-wrapper .text .btn {
  margin-top: auto;
}
section.news-overview .news-cards .card-wrapper:hover .img-holder img {
  transform: scale(1.05);
}
section.news-overview .news-cards .card-wrapper:hover .text .btn {
  color: #EA411F !important;
  border-color: #EA411F !important;
  background-color: transparent !important;
}
section.news-overview .news-cards .card-wrapper .text {
  padding: 20px;
}
section.news-overview .news-cards .card-wrapper .text h4 {
  color: #015681;
}
section.news-overview .news-cards .card-wrapper .text p {
  color: #000;
}
.woocommerce-info {
  border-top-color: #015681;
}
.woocommerce-info::before {
  color: #015681;
}
.woocommerce-form-coupon-toggle a {
  color: #015681 !important;
}
section.shipping-calculator-form, #add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body.woocommerce .woocommerce-message {
  display: flex;
  align-items: center;
  outline: none !important;
}
body.woocommerce .woocommerce-message a.button {
  margin-left: auto;
}
body.woocommerce .woocommerce-error::before, body.woocommerce .woocommerce-info::before, body.woocommerce .woocommerce-message::before {
  top: 50%;
  transform: translateY(-50%);
}
body.woocommerce.single-product {
  background-color: #FFFCEE;
}
body.woocommerce.single-product .single-product-price {
  font-size: 1.5rem;
}
body.woocommerce.single-product .product-summary {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
body.woocommerce.single-product .product-summary .summary {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0px;
}
body.woocommerce.single-product section.bigbag-wel-niet .row {
  row-gap: 2rem;
}
@media screen and (max-width: 576px) {
  body.woocommerce.single-product section.bigbag-wel-niet .row h3 {
    text-align: center;
  }
}
body.woocommerce.single-product section.bigbag-wel-niet .inner-content {
  margin-top: 1rem;
  padding: 1.25rem 1.5rem;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.05);
  height: calc(100% - 45px);
}
body.woocommerce.single-product section.bigbag-wel-niet .inner-content ul.list {
  padding-left: 0px;
  margin-bottom: 0px;
}
body.woocommerce.single-product section.bigbag-wel-niet .inner-content ul.list svg {
  display: inline-block;
  width: 1rem;
  margin-right: 3px;
}
body.woocommerce.single-product section.bigbag-wel-niet .inner-content ul.list.list-checkmark-green svg {
  color: #85d25d;
}
body.woocommerce.single-product section.bigbag-wel-niet .inner-content ul.list.list-x-red svg {
  color: red;
}
body.woocommerce form.cart .quantity {
  margin-top: 1px !important;
}
@media screen and (max-width: 576px) {
  body.woocommerce form.cart .quantity {
    margin-bottom: 10px !important;
  }
}
body.woocommerce form.cart input[type="number"] {
  height: 36px;
  border-radius: 5px;
  background-color: #FFF;
  border: solid 1px #000;
}
.woocommerce div.product form.cart {
  margin-top: 25px;
  margin-bottom: 0px;
}
.woocommerce div.product form.cart .button {
  background-color: #EA411F !important;
  border-radius: 5px;
}
.woocommerce div.product form.cart .button:hover {
  background-color: transparent !important;
  color: #EA411F !important;
  border-color: #EA411F !important;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  border-bottom: none !important;
}
.product-summary-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .product-summary-container figure.woocommerce-product-gallery__wrapper img {
    height: 200px !important;
    object-fit: contain;
    object-position: center;
  }
}
body.woocommerce-cart .quantity {
  margin-top: 1px !important;
}
body.woocommerce-cart .woocommerce {
  padding-top: 0px !important;
}
body.woocommerce-cart .woocommerce .producten {
  margin-bottom: 50px;
}
body.woocommerce-cart .woocommerce .producten .cart-header {
  margin-top: 35px;
  margin-bottom: 15px;
}
body.woocommerce-cart .woocommerce .producten .cart-header .cart-title {
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .producten .cart-body .cart_item {
  max-width: 100%;
  margin: 0px;
  border: solid 1px;
  border-top: none;
  padding: 10px;
}
body.woocommerce-cart .woocommerce .producten .cart-body .cart_item:first-of-type {
  border-top: solid 1px;
}
body.woocommerce-cart .woocommerce .producten .cart-body .cart_item .product-name {
  color: #000;
}
body.woocommerce-cart .woocommerce .producten .cart-body .cart_item .product-name a {
  color: #000;
}
body.woocommerce-cart .woocommerce .producten .cart-body .cart_item input[type=number] {
  padding: 10px 5px;
  background: #efefef;
}
body.woocommerce-cart .woocommerce .producten .cart-body .cart_item input[type=number]::-webkit-inner-spin-button, body.woocommerce-cart .woocommerce .producten .cart-body .cart_item input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
body.woocommerce-cart .woocommerce .producten .cart-body .cart-actions.row {
  margin-top: 25px;
}
body.woocommerce-cart .woocommerce .producten .cart-body .product-thumbnail img {
  height: auto;
  max-width: 100%;
  height: 50px;
  object-fit: contain;
  width: auto;
}
body.woocommerce-cart .woocommerce .cart-actions .btn:disabled {
  background-color: #eb4120 !important;
  border-color: #eb4120 !important;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
body.woocommerce-cart .woocommerce .order-back {
  margin-top: 35px;
  display: inline-block;
  color: #ea4120;
  text-decoration: none;
  position: relative;
  padding-left: 0px;
}
body.woocommerce-cart .woocommerce .order-back img {
  width: 12px;
  object-fit: contain;
  object-position: center;
  display: inline-block;
  margin-left: 6px;
  transition: all 0.3s ease-in-out;
}
body.woocommerce-cart .woocommerce .order-back:hover img {
  transform: translateX(3px);
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100%;
  padding-left: 35px;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    padding-left: 0px;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
body.woocommerce-cart .woocommerce .shop_table {
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .woocommerce .shop_table {
    margin-top: 0px;
  }
}
body.woocommerce-cart .woocommerce .shop_table .shipping-calculator-button {
  text-decoration: none;
  border: 1px solid;
  border-radius: 10px;
  overflow: hidden;
  padding: 4px 10px;
  transition: all 0.3s ease-in-out;
  font-size: 0.8rem;
}
body.woocommerce-cart .woocommerce .shop_table .shipping-calculator-button:hover {
  background-color: #EA411F;
  color: #FFF;
}
body.woocommerce-cart .woocommerce .shop_table .shipping-calculator-button::after {
  font-size: 0.7rem;
}
body.woocommerce-cart .woocommerce .shop_table .col-title {
  color: #EA411F;
}
body.woocommerce-cart .woocommerce .shop_table .shipping-calculator-button {
  color: #EA411F;
}
body.woocommerce-cart .woocommerce .shop_table section.shipping-calculator-form {
  padding: 3px 15px 3px 15px !important;
  background: #d3d3d361;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  margin-bottom: 15px;
  border-radius: 10px;
}
body.woocommerce-cart .woocommerce .shop_table section.shipping-calculator-form p.form-row {
  padding: 0px;
}
body.woocommerce-cart .woocommerce .shop_table .woocommerce-shipping-totals.shipping.row {
  margin-top: 15px;
  margin-bottom: 35px;
}
body.woocommerce-cart .woocommerce .shop_table ul#shipping_method .amount {
  float: right;
}
body.woocommerce-cart .woocommerce .shop_table ul#shipping_method li {
  line-height: 1;
}
body.woocommerce-cart .woocommerce .shop_table .order-total {
  padding: 10px 0px;
  border-radius: 10px;
}
body.woocommerce-cart .woocommerce .checkout-button {
  margin-top: 25px;
  padding: 10px 15px;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .woocommerce {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart .product-remove {
    display: none !important;
  }
  body.woocommerce-cart .product-quantity {
    margin-left: 0px;
    display: flex;
    justify-content: end;
  }
  body.woocommerce-cart .cart_item .product-subtotal {
    margin-left: 0px !important;
  }
  body.woocommerce-cart .product-thumbnail {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  body.woocommerce-cart .woocommerce .quantity .qty {
    width: 30px;
  }
  body.woocommerce-cart .product-quantity {
    justify-content: start;
  }
}
.woocommerce form.checkout .woocommerce-shipping-fields {
  margin-top: 50px;
}
.woocommerce form.checkout .customer-details .woocommerce-billing-fields {
  background-color: #e6ecf1;
  padding: 15px;
  border-radius: 5px;
}
.woocommerce #add_payment_method #payment, .woocommerce .woocommerce-cart #payment, .woocommerce .woocommerce-checkout #payment {
  background: transparent !important;
}
.woocommerce ul.wc_payment_methods {
  margin-top: 50px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.woocommerce .form-row.place-order {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 576px) {
  body.woocommerce-checkout .checkout-details {
    margin-top: 15px;
  }
  body.woocommerce-checkout .shop_table .review-order-body {
    margin-top: 0px;
  }
}
.woocommerce-checkout-review-order .shop_table {
  margin-bottom: 35px;
}
.woocommerce-checkout-review-order .shop_table .woocommerce-shipping-totals .col-title {
  color: #EA411F;
}
.woocommerce-checkout-review-order .shop_table .review-order-body {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-flow: column;
  border-radius: 5px;
}
.woocommerce-checkout-review-order .shop_table .review-order-body .cart-item {
  margin-bottom: 0px !important;
  width: 100%;
  padding: 10px;
}
.woocommerce-checkout-review-order .shop_table .review-order-body .cart-item .product-total {
  padding-right: 0px;
}
.woocommerce-checkout-review-order .shop_table .review-order-body .cart-item .product-name {
  padding-left: 0px;
}
.woocommerce-checkout-review-order .shop_table .review-order-body .cart-item .product-name span {
  width: calc(100% - 70px);
}
.woocommerce-checkout-review-order .shop_table .review-order-body .cart-item .product-name .thumbnail-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 70px;
}
.woocommerce-checkout-review-order .shop_table .review-order-body .cart-item .product-name .thumbnail-wrapper .product-quantity {
  width: 25px;
}
.woocommerce-checkout-review-order .shop_table .review-order-body .cart-item .product-name .thumbnail-wrapper img {
  width: 25px;
  object-fit: contain;
  height: 25px;
  margin-right: 10px;
}
.woocommerce-checkout-review-order .shop_table .review-order-body .cart-item:nth-child(even) {
  background: #f6f6f6;
}
.woocommerce-checkout-review-order .shop_table .review-order-foot {
  margin-top: 25px;
}
.woocommerce-checkout-review-order .shop_table .review-order-foot .woocommerce-Price-amount.amount {
  float: right;
}
.woocommerce-checkout-review-order .shop_table .order-total.row {
  position: relative;
  margin-top: 15px;
}
.woocommerce-checkout-review-order .shop_table .order-total.row::before {
  content: "";
  width: calc(100% - 20px);
  background-color: #000;
  height: 1px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before, body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before, body.single-product div.product .woocommerce-tabs ul.tabs li.active::before, body.single-product div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none !important;
}
body.single-product .tabs {
  overflow: visible;
  padding-left: 0px !important;
}
body.single-product .tabs .description_tab {
  padding-left: 0px;
  position: relative;
  border: none !important;
  margin: 0px;
}
body.single-product .tabs li {
  pointer-events: none;
  background: transparent !important;
  padding-left: 0px !important;
  position: relative;
  border: none;
  margin: 0px !important;
  color: #000 !important;
  font-size: 1.5rem;
}
body.single-product .woocommerce-tabs li {
  pointer-events: all;
}
form.cart .quantity {
  margin-right: 1.5rem !important;
  display: flex;
  gap: 1rem;
}
.woocommerce-cart-form .quantity {
  display: flex;
  flex-flow: row;
  gap: 0.5rem;
}
.woocommerce-cart-form .quantity input[type="number"]::-webkit-inner-spin-button, .woocommerce-cart-form .quantity input[type="number"]::-webkit-outer-spin-button, form.cart .quantity input[type="number"]::-webkit-inner-spin-button, form.cart .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart-form .quantity input[type="number"], form.cart .quantity input[type="number"] {
  -moz-appearance: textfield;
}
.product-summary .payment-methods ul.list {
  padding-left: 0px !important;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-bottom: 0px;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0.5rem;
}
.product-summary .payment-methods ul.list li img {
  height: 24px;
  width: auto;
  object-fit: contain;
  object-position: center;
}
body.single-product .product-summary-container .woocommerce-product-rating {
  display: none !important;
}
.woocommerce-tabs {
  display: none !important;
}
body.single-product div.product .woocommerce-tabs ul.tabs li::before, body.single-product div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
body.single-product div.product .woocommerce-tabs ul.tabs li a {
  color: #FFF !important;
  font-size: 1rem;
  font-weight: 500;
}
body.single-product .woocommerce-tabs {
  display: block !important;
}
body.single-product .woocommerce-tabs .tabs.wc-tabs {
  background-color: #015681;
  margin-bottom: 0px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1rem !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none !important;
}
body.single-product .woocommerce-tabs .tabs.wc-tabs li {
  border: none !important;
}
body.single-product .woocommerce-tabs .tabs.wc-tabs li a:hover {
  border-bottom: solid 2px #EA411F !important;
}
body.single-product .woocommerce-tabs .tabs.wc-tabs li.active a {
  border-bottom: solid 2px #EA411F !important;
}
body.single-product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}
body.single-product .woocommerce-tabs ul.tabs::before li::before, body.single-product .woocommerce-tabs ul.tabs::before li::after {
  display: none !important;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  background: #015681;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 2rem !important;
  padding-top: 1.5rem !important;
  color: white;
  font-size: 0.8rem;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .accordion-button.active.faq-block-button {
  background-color: #FFF;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .accordion .accordion-item {
  background-color: #FFF !important;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .accordion .accordion-item.active-faq {
  background-color: #FFF !important;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .accordion .accordion-item .accordion-button {
  background-color: #FFF !important;
  color: #015681 !important;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .accordion .accordion-item .accordion-button::after {
  filter: brightness(0) invert(0) !important;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .accordion .accordion-body {
  padding-top: 0px !important;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .gform_wrapper .gform_title {
  display: none;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .gform_wrapper label {
  color: #FFF !important;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .gform_wrapper legend {
  color: #FFF !important;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .gform_wrapper input[type="submit"] {
  background-color: #EA411F !important;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .gform_wrapper textarea {
  min-height: 170px;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .gform_wrapper .gform-body .gform_fields {
  row-gap: 1rem;
}
body.single-product .woocommerce-tabs ol.commentlist {
  padding-left: 0px !important;
  padding-top: 1rem !important;
}
body.single-product .woocommerce-tabs ol.commentlist p.meta {
  color: #FFF !important;
}
body.single-product .woocommerce-tabs ol.commentlist li.review .woocommerce-product-rating .rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: WooCommerce;
}
body.single-product .woocommerce-tabs ol.commentlist li.review .woocommerce-product-rating .rating::before {
  content: "sssss";
  color: #cfc8d8;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
body.single-product .woocommerce-tabs ol.commentlist li.review .woocommerce-product-rating .rating .rating-bg {
  width: 100%;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
body.single-product .woocommerce-tabs ol.commentlist li.review .woocommerce-product-rating .rating .rating-bg::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
body.single-product .woocommerce-tabs .faq-accordions {
  width: 600px;
  max-width: 100%;
}
body.single-product .woocommerce-tabs form.comment-form textarea {
  background-color: #FFF;
  padding: 10px;
  color: #000;
}
body.single-product .woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 1.25rem;
}
body.single-product ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}
body.single-product .summary {
  padding: 2rem 1.5rem;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.05);
}
body.single-product .summary .product_title {
  font-size: 1.75rem;
  font-weight: 400;
}
body.single-product .summary .single-product-price {
  font-weight: 600;
}
body.single-product .summary .woocommerce-product-details__short-description {
  font-weight: 300;
  margin-top: 0.5rem;
}
body.single-product .summary .woocommerce-product-details__short-description p:last-of-type {
  margin-bottom: 0px !important;
}
body.single-product .product-summary .product-usps {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 23px 5px rgba(0, 0, 0, 0.05);
}
body.single-product .product-summary .product-usps ul.list {
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-flow: row;
  gap: 1.5rem;
  row-gap: 0.5rem;
  padding-left: 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  body.single-product .product-summary .product-usps ul.list {
    gap: 2rem;
    row-gap: 0.5rem;
  }
}
body.single-product .product-summary .product-usps ul.list li.list-item {
  position: relative;
  padding-left: 30px;
}
body.single-product .product-summary .product-usps ul.list li.list-item::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/06/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 3px;
  filter: brightness(0) saturate(100%) invert(75%) sepia(31%) saturate(716%) hue-rotate(54deg) brightness(96%) contrast(86%);
}
