@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

h1 {
  font-size: 50px;
  line-height: 56px;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: -2px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

h5 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 1;
}

.blue-text {
  color: #3377BC;
}

.yellow-text {
  color: #FFCD03;
}

main ul, main ol {
  padding-left: 40px;
  margin: 10px 0;
}
main ul li, main ol li {
  padding: 3px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
main ul.small-text li, main ol.small-text li {
  font-size: 12px;
  line-height: 20px;
}
main table {
  margin: 0 0 20px;
}
main table tbody tr td {
  font-size: 14px;
  line-height: 22px;
}
main table tbody tr td p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
main table tbody tr td ol, main table tbody tr td ul {
  padding-left: 20px;
}
main table thead tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: left;
}

/**** TABLES ****/
.col.content,
.leaf-table-outer {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.leaf-table-outer {
  overflow: hidden;
}
.leaf-table-outer .leaf-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  border-radius: 14px;
}
.leaf-table-outer .leaf-table-scroll .shop-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 940px;
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  color: #202224;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead {
  background: #00223D;
  border-radius: 6px;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th {
  text-align: left;
  padding: 15px 10px;
  color: white;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col-attr {
  width: 110px;
  text-align: center;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col.shop-table__col--bar {
  width: 50px;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col.shop-table__col--size {
  width: 50px;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col.shop-table__col--lpm {
  width: 50px;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col.shop-table__col--name {
  min-width: 250px;
  max-width: 400px;
  width: 250px;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col.shop-table__col--stock {
  width: 100px;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col.shop-table__col--price {
  width: 120px;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col.shop-table__col--buy {
  width: 72px;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col.shop-table__col--view {
  width: 60px;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col.shop-table__col--image {
  width: 90px;
}
.leaf-table-outer .leaf-table-scroll .shop-table thead th.shop-table__col.shop-table__col--sku {
  width: 130px;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody {
  font-size: 13px;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td {
  padding: 5px;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td a {
  color: #202224;
  text-decoration: none;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td.shop-table__col-attr {
  text-align: center;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td.shop-table__cell.shop-table__cell--image img {
  max-width: 75px;
  max-height: 50px;
  object-fit: contain;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td.shop-table__cell.shop-table__cell--view .btn, .leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td.shop-table__cell.shop-table__cell--buy .btn {
  font-size: 14px;
  padding: 10px;
  gap: 10px;
  border-radius: 6px;
  width: auto;
  justify-content: center;
  color: #ffffff !important;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td.shop-table__cell--buy {
  text-align: right;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td.shop-table__cell.shop-table__cell--view .btn svg, .leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td.shop-table__cell.shop-table__cell--buy .btn svg {
  width: 14px;
  height: auto;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row span.product-card__stock.product-card__stock--instock {
  color: #14b014;
  font-weight: 600;
  letter-spacing: -1px;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row span.woocommerce-Price-amount.amount {
  color: #6f0080;
  font-weight: 600;
  letter-spacing: -1px;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td.shop-table__cell.shop-table__cell--sku {
  font-size: 12px;
  letter-spacing: -0.5px;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td.shop-table__cell.shop-table__cell--name {
  font-weight: 600;
  text-transform: capitalize;
  line-height: 17px;
  letter-spacing: -0.5px;
}
.leaf-table-outer .leaf-table-scroll .shop-table tbody tr.shop-table__row.product-row td.shop-table__cell.shop-table__cell--view .btn {
  background: #00223d;
}

.shop-table__row:nth-child(even) {
  background: rgba(0, 34, 61, 0.0392156863);
}

.shop-table__row:nth-child(odd) {
  background: #FFFFFF;
}

.leaf-table-scroll::-webkit-scrollbar {
  height: 12px;
}

.leaf-table-scroll::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 999px;
}

.leaf-table-scroll::-webkit-scrollbar-thumb {
  background: #00223D;
  border-radius: 999px;
}

.leaf-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.table-container table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 940px;
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  color: #202224;
}
.table-container table thead {
  background: #00223D;
  border-radius: 6px;
}
.table-container table thead th {
  text-align: left;
  padding: 15px 10px;
  color: white;
  text-transform: capitalize;
}
.table-container table tbody {
  font-size: 13px;
}
.table-container table tbody tr:nth-child(even) {
  background: rgba(0, 34, 61, 0.0392156863);
}
.table-container table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}
.table-container table tbody tr td {
  text-align: left !important;
  padding: 5px 10px !important;
}
.table-container table tbody tr td a {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.table-container table tbody tr td a img.external {
  width: 13px;
}

.table-container {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
  margin-bottom: 2rem;
}
.table-container::-webkit-scrollbar {
  height: 8px;
}
.table-container::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.table-container::-webkit-scrollbar-thumb {
  background: #00223D;
  border-radius: 10px;
}
.table-container table.item_table {
  width: 1400px;
  min-width: 1400px;
  max-width: none;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  letter-spacing: -0.5px;
}
.table-container table.item_table td.gel-body-copy {
  white-space: normal;
  min-width: 300px;
}

.responsive-table {
  display: block;
  width: 100%;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}
.responsive-table::-webkit-scrollbar {
  height: 8px;
}
.responsive-table::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.responsive-table::-webkit-scrollbar-thumb {
  background: #00223D;
  border-radius: 10px;
}
.responsive-table table {
  width: max-content;
  min-width: 1000px;
  border-collapse: separate;
  border-spacing: 0;
}

/* TEMPORARY HIDE STOCK COLUMN */
td.shop-table__cell.shop-table__cell--stock,
th.shop-table__col.shop-table__col--stock {
  display: none;
}

/**** TABLES END ****/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  ul li, ol li {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .single-post h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  h2,
  .contact-row .contact-row-bg .two-col-grid h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  background-color: #F8F8F8;
  overflow-x: hidden;
}
body.admin-bar .sticky {
  margin-top: 30px;
}

img {
  width: 100%;
  height: auto;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.wrapper.full {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.wrapper.wide {
  max-width: 2000px;
}

.gap {
  padding-top: 7rem;
}

.gap-b {
  padding-bottom: 7rem;
}

.gap-s {
  padding-top: 2.5rem;
}

.gap-b-s {
  padding-bottom: 2.5rem;
}

.white-bg {
  background-color: #FFFFFF;
}

.dark-bg {
  background-color: #00223D;
}
.dark-bg nav.shop-breadcrumbs ol.shop-breadcrumbs__list {
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
}
.dark-bg nav.shop-breadcrumbs ol.shop-breadcrumbs__list li.shop-breadcrumbs__item {
  font-size: 11px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.75;
}
.dark-bg nav.shop-breadcrumbs ol.shop-breadcrumbs__list li.shop-breadcrumbs__item a {
  color: #FFFFFF;
}
.dark-bg nav.shop-breadcrumbs ol.shop-breadcrumbs__list li.shop-breadcrumbs__item:hover {
  opacity: 1;
}
.dark-bg nav.shop-breadcrumbs ol.shop-breadcrumbs__list li.shop-breadcrumbs__item:hover a {
  color: #3937BD;
  font-weight: 600;
}

.grey-bg.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col:first-child {
  background-color: #FFFFFF;
}

section#white-boxes .col {
  background: #FFFFFF;
  padding: 3rem;
  margin-bottom: 30px;
  border-radius: 14px;
}

.image-text .two-col-grid .col picture img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.text-image .two-col-grid .col:first-child {
  order: 2;
}
.text-image .two-col-grid .col:last-child {
  order: 1;
}
.text-image .two-col-grid .col picture img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/***  ONE COLUMN  ***/
#narrow .one-col {
  margin: 0 auto;
  max-width: 900px;
}

#narrow-left .one-col {
  max-width: 900px;
}

#small-text .one-col {
  max-width: 900px;
}
#small-text .one-col p {
  font-size: 14px;
  line-height: 20px;
}

/***  TWO COLUMN GRID  ***/
.two-col-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
.two-col-grid.left-third {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  grid-gap: 5rem;
}
.two-col-grid.right-third {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  grid-gap: 5rem;
}
.two-col-grid :first-child {
  -ms-grid-column: 1;
}
.two-col-grid :last-child {
  -ms-grid-column: 2;
}

#two-thirds .two-col-grid,
.two-col-grid.two-thirds {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  align-items: flex-start;
}

#two-thirds-reverse .two-col-grid,
.two-col-grid.two-thirds-reverse {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  align-items: flex-start;
}

/***  TWO COLUMN FLEX  ***/
.two-col-flex {
  display: flex;
  grid-gap: 2%;
  flex-wrap: wrap;
}
.two-col-flex .col {
  width: 49%;
}

/***  THREE COLUMN GRID  ***/
.three-col-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
}
.three-col-grid img {
  width: 100%;
  height: auto;
}
.three-col-grid :first-child {
  -ms-grid-column: 1;
}
.three-col-grid :nth-child(2) {
  -ms-grid-column: 2;
}
.three-col-grid :last-child {
  -ms-grid-column: 3;
}

/***  THREE COLUMN FLEX  ***/
.three-col-flex {
  display: flex;
  grid-gap: 2%;
  flex-wrap: wrap;
}
.three-col-flex .col {
  width: 32%;
}

/***  FOUR COLUMN GRID  ***/
.four-col-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.four-col-grid img {
  width: 100%;
  height: auto;
}
.four-col-grid :first-child {
  -ms-grid-column: 1;
}
.four-col-grid :nth-child(2) {
  -ms-grid-column: 2;
}
.four-col-grid :nth-child(3) {
  -ms-grid-column: 3;
}
.four-col-grid :last-child {
  -ms-grid-column: 4;
}

/***  FIVE COLUMN GRID  ***/
.five-col-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.five-col-grid :first-child {
  -ms-grid-column: 1;
}
.five-col-grid :nth-child(2) {
  -ms-grid-column: 2;
}
.five-col-grid :nth-child(3) {
  -ms-grid-column: 3;
}
.five-col-grid :nth-child(4) {
  -ms-grid-column: 4;
}
.five-col-grid :last-child {
  -ms-grid-column: 5;
}

/***  FOUR COLUMN FLEX  ***/
.four-col-flex {
  display: flex;
  grid-gap: 2%;
  flex-wrap: wrap;
}
.four-col-flex .col {
  width: 23%;
}

.col.center {
  display: flex;
  justify-content: center;
}

.align-c {
  align-items: center;
}

.align-b {
  align-items: flex-end;
}

/** Multi Columns **/
.two-col-grid.image-grid .col,
.three-col-grid.image-grid .col,
.four-col-grid.image-grid .col,
.five-col-grid.image-grid .col {
  overflow: hidden;
}
.two-col-grid.image-grid .col .column-link,
.three-col-grid.image-grid .col .column-link,
.four-col-grid.image-grid .col .column-link,
.five-col-grid.image-grid .col .column-link {
  position: relative;
}
.two-col-grid.image-grid .col .column-link picture,
.three-col-grid.image-grid .col .column-link picture,
.four-col-grid.image-grid .col .column-link picture,
.five-col-grid.image-grid .col .column-link picture {
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
}
.two-col-grid.image-grid .col .column-link picture:before,
.three-col-grid.image-grid .col .column-link picture:before,
.four-col-grid.image-grid .col .column-link picture:before,
.five-col-grid.image-grid .col .column-link picture:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  background: rgba(0, 0, 0, 0);
  border-radius: 14px;
}
.two-col-grid.image-grid .col .column-link picture .column-image,
.three-col-grid.image-grid .col .column-link picture .column-image,
.four-col-grid.image-grid .col .column-link picture .column-image,
.five-col-grid.image-grid .col .column-link picture .column-image {
  transition: transform 0.4s ease;
}
.two-col-grid.image-grid .col .column-content p:last-child,
.two-col-grid.image-grid .col .column-content ul:last-child,
.three-col-grid.image-grid .col .column-content p:last-child,
.three-col-grid.image-grid .col .column-content ul:last-child,
.four-col-grid.image-grid .col .column-content p:last-child,
.four-col-grid.image-grid .col .column-content ul:last-child,
.five-col-grid.image-grid .col .column-content p:last-child,
.five-col-grid.image-grid .col .column-content ul:last-child {
  margin-bottom: 0 !important;
}
.two-col-grid.image-grid .col .column-content h3,
.three-col-grid.image-grid .col .column-content h3,
.four-col-grid.image-grid .col .column-content h3,
.five-col-grid.image-grid .col .column-content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.two-col-grid.image-grid .col .column-content .column-heading,
.three-col-grid.image-grid .col .column-content .column-heading,
.four-col-grid.image-grid .col .column-content .column-heading,
.five-col-grid.image-grid .col .column-content .column-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.two-col-grid.image-grid .col .column-content .column-heading a,
.three-col-grid.image-grid .col .column-content .column-heading a,
.four-col-grid.image-grid .col .column-content .column-heading a,
.five-col-grid.image-grid .col .column-content .column-heading a {
  text-decoration: none !important;
  color: #202224;
}
.two-col-grid.image-grid .col .column-content .btn.outline,
.three-col-grid.image-grid .col .column-content .btn.outline,
.four-col-grid.image-grid .col .column-content .btn.outline,
.five-col-grid.image-grid .col .column-content .btn.outline {
  width: 100%;
  background-color: transparent;
  border: 2px solid #00223D;
  color: #00223D;
  margin-top: 20px;
}
.two-col-grid.image-grid .col .column-content .btn.outline svg path,
.three-col-grid.image-grid .col .column-content .btn.outline svg path,
.four-col-grid.image-grid .col .column-content .btn.outline svg path,
.five-col-grid.image-grid .col .column-content .btn.outline svg path {
  fill: #00223D;
}
.two-col-grid.image-grid .col picture,
.three-col-grid.image-grid .col picture,
.four-col-grid.image-grid .col picture,
.five-col-grid.image-grid .col picture {
  overflow: hidden;
  border-radius: 14px;
  display: flex;
}
.two-col-grid.image-grid .col picture .column-image,
.three-col-grid.image-grid .col picture .column-image,
.four-col-grid.image-grid .col picture .column-image,
.five-col-grid.image-grid .col picture .column-image {
  transition: transform 0.4s ease;
  border-radius: 14px;
}
.two-col-grid.image-grid .col:hover .column-link picture:before,
.three-col-grid.image-grid .col:hover .column-link picture:before,
.four-col-grid.image-grid .col:hover .column-link picture:before,
.five-col-grid.image-grid .col:hover .column-link picture:before {
  opacity: 1;
  background: rgba(51, 119, 188, 0.4);
}
.two-col-grid.image-grid .col:hover .column-image,
.three-col-grid.image-grid .col:hover .column-image,
.four-col-grid.image-grid .col:hover .column-image,
.five-col-grid.image-grid .col:hover .column-image {
  transform: scale(1.1);
}
.two-col-grid.image-grid .col:hover .column-heading a,
.three-col-grid.image-grid .col:hover .column-heading a,
.four-col-grid.image-grid .col:hover .column-heading a,
.five-col-grid.image-grid .col:hover .column-heading a {
  color: #3377BC;
}
.two-col-grid.image-grid .col:hover .btn.outline,
.three-col-grid.image-grid .col:hover .btn.outline,
.four-col-grid.image-grid .col:hover .btn.outline,
.five-col-grid.image-grid .col:hover .btn.outline {
  background-color: #3377BC;
  border-color: #3377BC;
  color: #FFFFFF;
}
.two-col-grid.image-grid .col:hover .btn.outline svg path,
.three-col-grid.image-grid .col:hover .btn.outline svg path,
.four-col-grid.image-grid .col:hover .btn.outline svg path,
.five-col-grid.image-grid .col:hover .btn.outline svg path {
  fill: #FFFFFF;
}
.two-col-grid.icon-grid .col.text-left,
.three-col-grid.icon-grid .col.text-left,
.four-col-grid.icon-grid .col.text-left,
.five-col-grid.icon-grid .col.text-left {
  text-align: left;
}
.two-col-grid.icon-grid .col.text-center,
.three-col-grid.icon-grid .col.text-center,
.four-col-grid.icon-grid .col.text-center,
.five-col-grid.icon-grid .col.text-center {
  text-align: center;
}
.two-col-grid.icon-grid .col .column-image,
.three-col-grid.icon-grid .col .column-image,
.four-col-grid.icon-grid .col .column-image,
.five-col-grid.icon-grid .col .column-image {
  margin-bottom: 15px;
  width: auto;
  height: 60px;
  transition: transform 0.4s ease;
}
.two-col-grid.icon-grid .col:hover .column-content h3 a,
.three-col-grid.icon-grid .col:hover .column-content h3 a,
.four-col-grid.icon-grid .col:hover .column-content h3 a,
.five-col-grid.icon-grid .col:hover .column-content h3 a {
  color: #3377BC;
}
.two-col-grid.icon-grid .col .column-content,
.three-col-grid.icon-grid .col .column-content,
.four-col-grid.icon-grid .col .column-content,
.five-col-grid.icon-grid .col .column-content {
  padding: 0;
}
.two-col-grid.icon-grid .col .column-content h3,
.three-col-grid.icon-grid .col .column-content h3,
.four-col-grid.icon-grid .col .column-content h3,
.five-col-grid.icon-grid .col .column-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.two-col-grid.icon-grid .col .column-content p,
.three-col-grid.icon-grid .col .column-content p,
.four-col-grid.icon-grid .col .column-content p,
.five-col-grid.icon-grid .col .column-content p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 24px;
}
.two-col-grid.image-grid.image-h-small .col .column-image,
.three-col-grid.image-grid.image-h-small .col .column-image,
.four-col-grid.image-grid.image-h-small .col .column-image,
.five-col-grid.image-grid.image-h-small .col .column-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.two-col-grid.image-grid.image-h-med .col .column-image,
.three-col-grid.image-grid.image-h-med .col .column-image,
.four-col-grid.image-grid.image-h-med .col .column-image,
.five-col-grid.image-grid.image-h-med .col .column-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.two-col-grid.image-grid.image-h-large .col .column-image,
.three-col-grid.image-grid.image-h-large .col .column-image,
.four-col-grid.image-grid.image-h-large .col .column-image,
.five-col-grid.image-grid.image-h-large .col .column-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.four-col-grid.image-grid .col .column-content p, .five-col-grid.image-grid .col .column-content p {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .two-col-grid, .three-col-grid, .four-col-grid {
    grid-gap: 1.5rem;
  }
  .four-col-grid {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .four-col-grid {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
  .three-col-grid, .two-col-grid {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
  .two-col-grid.alternative-layout .col:first-child {
    order: 1;
  }
  .two-col-grid.alternative-layout .col:last-child {
    order: 2;
  }
}
/** Contact Row **/
.contact-row .contact-row-bg {
  padding-top: 18rem;
  padding-bottom: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.contact-row .contact-row-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 34, 61, 0.7) 0%, #00223D 100%);
}
.contact-row .contact-row-bg .two-col-grid {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.contact-row .contact-row-bg .two-col-grid h2 {
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
.contact-row .contact-row-bg .two-col-grid p {
  color: #FFFFFF;
}
.contact-row .contact-row-bg .two-col-grid a {
  color: #FFCD03;
}
.contact-row .contact-row-bg .two-col-grid #contact-details {
  padding: 0 3rem;
}
.contact-row .contact-row-bg .two-col-grid p:last-child {
  margin-bottom: 0;
}
.contact-row .contact-row-bg .two-col-grid .cr-label {
  display: block;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.contact-row .contact-row-bg .two-col-grid .cr-link {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #202224;
  display: block;
  margin-bottom: 20px;
  color: #FFCD03;
}
.contact-row .contact-row-bg .two-col-grid .cr-link:last-child {
  margin-bottom: 0;
}
.contact-row .contact-row-bg .two-col-grid .cr-link:hover {
  color: #3377BC;
}
.contact-row .three-col-grid {
  padding: 5rem 0;
}
.contact-row .three-col-grid .col {
  padding: 0 25px;
}
.contact-row .three-col-grid .col img {
  margin-bottom: 20px;
  width: auto;
  height: 50px;
}
.contact-row .three-col-grid .col p {
  font-size: 14px;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .contact-row .three-col-grid .col {
    padding: 0;
  }
  .contact-row .contact-row-bg .two-col-grid #contact-details {
    padding: 0;
  }
  .contact-row .contact-row-bg .two-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#contact-details .three-col-grid .column-content h3 {
  opacity: 0.5;
  font-size: 18px;
  line-height: 26px;
}
#contact-details .three-col-grid .column-content p, #contact-details .three-col-grid .column-content a {
  font-size: 22px;
  line-height: 28px;
  color: #3377BC;
  text-decoration: none;
  font-weight: 700;
}
#contact-details .three-col-grid .column-content a:hover {
  color: #202224;
}

#tank-assembly table {
  font-size: 12px;
}
#tank-assembly table tbody tr td {
  font-size: 12px;
}

.wall-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.wall-socials a img {
  width: 40px;
  height: 40px;
}
.wall-socials a:hover {
  opacity: 0.8;
}

.newsletter {
  background-color: #063051;
  padding: 5rem 0;
}
.newsletter h1, .newsletter h2, .newsletter h3, .newsletter h4, .newsletter h5, .newsletter h6, .newsletter p, .newsletter span, .newsletter a {
  color: #FFFFFF;
}

.contact-details-grid {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  row-gap: 10px;
}
.contact-details-grid div {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-details-grid div.contact-details-address {
  grid-column: span 2;
}
.contact-details-grid div svg {
  height: auto;
  width: 16px;
}
.contact-details-grid div svg path {
  fill: #00223D;
}
.contact-details-grid div a {
  color: #00223D;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.contact-details-grid div a span {
  color: #00223D;
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
}
.contact-details-grid div:hover a {
  color: #3377BC;
}
.contact-details-grid div:hover svg path {
  fill: #3377BC;
}
.contact-details-grid div:last-child {
  margin-bottom: 0;
}

.contact-details iframe {
  width: 100%;
}

.partners-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 70px) clamp(20px, 3vw, 50px);
  align-items: center;
  justify-items: center;
  padding: 20px 0;
}

.partners-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: clamp(55px, 7vw, 90px);
}
.partners-logo img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.partners-logo:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .partners-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .partners-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .contact-details-grid {
    grid-template-columns: 1fr;
  }
  .contact-details-grid div {
    margin-bottom: 10px;
  }
  .contact-details-grid div.contact-details-address {
    grid-column: auto;
  }
}
@media screen and (max-width: 767px) {
  .partners-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 25px;
  }
  .partners-logo img {
    max-width: 95px;
    height: 55px;
  }
  .contact-row .contact-row-bg .two-col-grid #contact-details {
    border-top: 1px solid rgba(255, 255, 255, 0.168627451);
    padding-top: 2rem;
  }
  .contact-row .contact-row-bg .two-col-grid .cr-label {
    font-size: 14px;
    line-height: 18px;
  }
  #two-thirds-reverse .two-col-grid, .two-col-grid.two-thirds-reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.four-col-grid {
  grid-gap: 30px;
}

section#values-row .three-col-grid {
  grid-gap: 1.5rem;
}
section#values-row .three-col-grid .col {
  background-color: #fff;
  padding: 3rem;
}
section#values-row .three-col-grid .col h3 {
  font-weight: 700;
  color: #3377BC;
  font-size: 30px;
  line-height: 38px;
}
section#values-row .three-col-grid .col p {
  font-size: 16px;
  line-height: 26px;
}

section#downloads .one-col ul {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section#downloads .one-col ul li a {
  width: 100%;
  justify-content: space-between;
  border-radius: 50px;
}

nav.shop-breadcrumbs ol.shop-breadcrumbs__list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
  row-gap: 5px;
  margin: 0 0 3rem 0;
  list-style-type: none;
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
  padding: 5px 10px;
  border-radius: 8px;
}
nav.shop-breadcrumbs ol.shop-breadcrumbs__list li.shop-breadcrumbs__item {
  font-size: 11px;
  line-height: 16px;
  color: #00223D;
  opacity: 0.75;
}
nav.shop-breadcrumbs ol.shop-breadcrumbs__list li.shop-breadcrumbs__item a {
  color: #00223D;
}
nav.shop-breadcrumbs ol.shop-breadcrumbs__list li.shop-breadcrumbs__item:hover {
  opacity: 1;
}
nav.shop-breadcrumbs ol.shop-breadcrumbs__list li.shop-breadcrumbs__item:hover a {
  color: #3937BD;
  font-weight: 600;
}

.gallery-grid img.gallery-grid__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: white;
  padding: 1rem;
}

#map_canvas_1, #map_canvas_2 {
  width: 100%;
  height: 400px;
}

.shop-breadcrumbs__item + .shop-breadcrumbs__item::before {
  content: "›";
  display: inline-block;
  margin: 0 5px;
  color: #00223D;
}

img.alignnone.size-full.wp-image-9947, img.alignnone.size-full.wp-image-9948 {
  height: 80px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

img.alignnone.wp-image-9959 {
  width: 200px;
}

.custom-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.custom-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}

.custom-lightbox__close {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: 0;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.video-modal[hidden] {
  display: none;
}
.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(79, 79, 79, 0.75);
}
.video-modal__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 90%;
  margin: 10vh auto;
  background: #ffffff;
  padding: 2rem;
}
.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 2rem;
  background: transparent;
  border: none;
}
.video-modal video {
  width: 100%;
  height: auto;
}

.shop-boxes-grid .shop-box {
  border-radius: 14px;
  padding: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  position: relative;
  display: flex;
  min-height: 250px;
}
.shop-boxes-grid .shop-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 34, 61, 0) 0%, #00223D 91.6%);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}
.shop-boxes-grid .shop-box .shop-box__overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.shop-boxes-grid .shop-box .shop-box__overlay h3.shop-box__title {
  color: #FFFFFF;
  z-index: 2;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 28px;
}
.shop-boxes-grid .shop-box .shop-box__overlay p.shop-box__price {
  margin-bottom: 0;
  color: #45FAF4;
  z-index: 2;
  position: relative;
  font-weight: 600;
  display: none;
}
.shop-boxes-grid .shop-box .shop-box__overlay p.shop-box__price span {
  font-size: 12px;
  color: #FFFFFF;
}
.shop-boxes-grid .shop-box:hover:before {
  background: linear-gradient(180deg, rgba(0, 34, 61, 0) 0%, #00223D 81.6%);
}
.shop-boxes-grid .shop-box:hover .shop-box__overlay h3.shop-box__title {
  color: #45FAF4;
}
.shop-boxes-grid .shop-box--system-design {
  grid-column: span 2;
}

.brand-archive-header {
  padding: 3rem 0;
}
.brand-archive-header h1, .brand-archive-header h2, .brand-archive-header h3, .brand-archive-header h4, .brand-archive-header h5, .brand-archive-header h6, .brand-archive-header p, .brand-archive-header li, .brand-archive-header span, .brand-archive-header strong {
  color: #FFFFFF;
}

.hero-area {
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-area .hero-area-image {
  position: relative;
}
.hero-area .hero-area-image:before {
  background: linear-gradient(0deg, rgba(1, 22, 39, 0.7), rgba(1, 22, 39, 0.7));
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-area .hero-area-image img.accreditations {
  width: auto;
  height: 70px;
}
.hero-area .hero-area-image .hero-video-usp-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 3rem;
  margin-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.hero-area .hero-area-image .hero-video-usp-wrapper .hero-video-usp svg {
  height: 20px;
  width: auto;
}
.hero-area .hero-area-image .hero-video-usp-wrapper .hero-video-usp svg path {
  fill: #FFFFFF;
}
.hero-area .hero-area-image .hero-video-usp-wrapper .hero-video-usp p {
  color: #FFFFFF;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: -1px;
}
.hero-area .hero-area-image .hero-video-usp-wrapper .hero-video-usp span {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.6;
}
.hero-area .hero-area-image .wrapper {
  position: relative;
  z-index: 2;
  padding: 10rem 30px;
}
.hero-area .hero-area-image .wrapper .hero-area-text {
  max-width: 900px;
}
.hero-area .hero-area-image .wrapper .hero-area-text h1, .hero-area .hero-area-image .wrapper .hero-area-text h2, .hero-area .hero-area-image .wrapper .hero-area-text h3, .hero-area .hero-area-image .wrapper .hero-area-text h4, .hero-area .hero-area-image .wrapper .hero-area-text h5, .hero-area .hero-area-image .wrapper .hero-area-text h6, .hero-area .hero-area-image .wrapper .hero-area-text p, .hero-area .hero-area-image .wrapper .hero-area-text span {
  color: #FFFFFF;
}
.hero-area .hero-area-image .wrapper .hero-area-text p {
  font-size: 20px;
  margin-bottom: 30px;
}
.hero-area .hero-area-image .wrapper .hero-area-text ul li {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}
.hero-area .hero-area-image .wrapper .hero-area-text p:last-child {
  margin-bottom: 0;
}

.hero-area-video-wrapper {
  position: relative;
}
.hero-area-video-wrapper .wrapper {
  max-width: unset;
  padding: 0;
}
.hero-area-video-wrapper .wrapper .hero-area-video {
  position: relative;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-container {
  position: relative;
  overflow: hidden;
  height: 900px;
  min-height: 650px;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 22, 39, 0.8);
  z-index: 3;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-container video.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-container picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-container .hero-poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-container.is-ready video.hero-video {
  opacity: 1;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 4;
  padding: 3rem;
  max-width: 1400px;
  margin: 0 auto;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay h1, .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay h2, .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay h3, .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay h4, .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay h5, .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay h6 {
  color: #FFFFFF;
  max-width: 890px;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 32px;
  max-width: 860px;
  margin-bottom: 30px;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .btn {
  background-color: #3937BD;
  color: #FFFFFF;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .btn:hover {
  background-color: #FFFFFF;
  color: #3937BD;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .btn:hover svg path {
  fill: #3937BD;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .btn.hy-video {
  background-color: #FFFFFF;
  color: #3937BD;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .btn.hy-video:hover {
  background-color: #3937BD;
  color: #FFFFFF;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .btn.hy-video:hover svg path {
  fill: #FFFFFF;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .hero-video-usp-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 3rem;
  margin-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .hero-video-usp-wrapper .hero-video-usp svg {
  height: 20px;
  width: auto;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .hero-video-usp-wrapper .hero-video-usp svg path {
  fill: #FFFFFF;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .hero-video-usp-wrapper .hero-video-usp p {
  color: #FFFFFF;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .hero-video-usp-wrapper .hero-video-usp span {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.6;
}

.scrolling-logos-wrapper {
  background-color: #FFFFFF;
  padding: 25px 0;
  overflow: hidden;
}
.scrolling-logos-wrapper .logos-marquee {
  width: 100%;
  overflow: hidden;
}
.scrolling-logos-wrapper .logos-track {
  display: flex;
  width: max-content;
  animation: logos-scroll 125s linear infinite;
  will-change: transform;
}
.scrolling-logos-wrapper .logos-group {
  display: flex;
  align-items: center;
  gap: 45px;
  flex: 0 0 auto;
  padding-right: 45px;
}
.scrolling-logos-wrapper img {
  display: block;
  max-height: 28px;
  max-width: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.scrolling-logos-wrapper:hover .logos-track {
  animation-play-state: paused;
}

@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1200px) {
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-container {
    height: 760px;
  }
}
@media screen and (max-width: 991px) {
  .hero-area .wrapper .product-boxes {
    display: none;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-container {
    height: 700px;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay {
    padding: 2rem;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .hero-video-usp-wrapper .hero-video-usp p {
    font-size: 16px;
    line-height: 18px;
  }
  .hero-area .hero-area-image .hero-video-usp-wrapper .hero-video-usp p {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-area {
    padding: 0;
  }
  .hero-area .wrapper {
    padding: 0;
  }
  .hero-area .wrapper .hero-area-image img {
    border-radius: 0;
  }
  .hero-area .wrapper .hero-area-image .hero-area-text {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  .hero-area .hero-area-image .wrapper {
    padding: 5rem 30px;
  }
  .hero-area .hero-area-image .wrapper .hero-area-text ul li {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
  }
  .hero-area .hero-area-image .wrapper .hero-area-text p {
    font-size: 16px;
    line-height: 28px;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-container {
    height: 760px;
    min-height: 760px;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay {
    padding: 30px;
    justify-content: center;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay p {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay p:last-child {
    margin-bottom: 0;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .btn.hy-video {
    display: none;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .hero-video-usp-wrapper {
    gap: 10px;
    row-gap: 20px;
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .hero-video-usp-wrapper .hero-video-usp span {
    font-size: 10px;
    line-height: 14px;
  }
  .hero-area-video-wrapper .wrapper .hero-area-video .hero-video-overlay .hero-video-usp-wrapper .hero-video-usp p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .hero-area .hero-area-image .hero-video-usp-wrapper {
    gap: 10px;
    row-gap: 20px;
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-area .hero-area-image .hero-video-usp-wrapper .hero-video-usp span {
    font-size: 10px;
    line-height: 14px;
  }
  .hero-area .hero-area-image .hero-video-usp-wrapper .hero-video-usp p {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 0 !important;
  }
  .shop-hero-area p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 575px) {
  .shop-boxes-grid.four-col-grid {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
  .shop-boxes-grid .shop-box--system-design {
    grid-column: span 1;
  }
  .shop-boxes-grid .shop-box {
    min-height: 200px;
  }
}
.btn {
  border: none;
  background-color: #3377BC;
  color: #FFFFFF;
  padding: 20px 30px;
  text-align: center;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  gap: 10px; /* Space between text and arrow */
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  gap: 50px;
}
.btn:hover {
  background-color: #00223D;
}
.btn.right-arrow {
  justify-content: space-between;
  text-align: left;
}
.btn.right-arrow svg {
  width: 21px;
  height: 14.73px;
}
.btn.right-arrow svg path {
  fill: #FFFFFF;
}
.btn.hy-video {
  background-color: #FFFFFF;
  color: #3937BD;
}
.btn.hy-video:hover {
  background-color: #3937BD;
  color: #FFFFFF;
}
.btn.hy-video:hover svg path {
  fill: #FFFFFF;
}

.btn.outline {
  width: auto;
  background-color: transparent;
  border: 2px solid #3377BC;
  color: #3377BC;
  margin-top: 20px;
  justify-content: space-between;
  gap: 20px;
}
.btn.outline:hover {
  background-color: #3377BC;
  color: #FFFFFF;
}
.btn.outline.right-arrow svg {
  width: 21px;
  height: 14.73px;
}
.btn.outline.right-arrow svg path {
  fill: #3377BC;
}
.btn.outline.right-arrow:hover svg path {
  fill: #FFFFFF;
}
.btn.outline.hy-download {
  border-radius: 50px;
}
.btn.outline.hy-download svg {
  width: 27px;
  height: 24px;
}
.btn.outline.hy-download svg path {
  fill: #3377BC;
}
.btn.outline.hy-download:hover svg path {
  fill: #FFFFFF;
}

header .navbar-top-bar {
  background-color: #EAEAEA;
  padding: 14px 0;
}
header .navbar-top-bar .wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
header .navbar-top-bar .navbar-cart-area {
  position: relative;
  display: inline-block;
}
header .navbar-top-bar .navbar-cart-area .navbar-cart {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  font-weight: 400;
  color: #202224;
}
header .navbar-top-bar .navbar-cart-area .navbar-cart:hover {
  color: #3937BD;
}
header .navbar-top-bar .navbar-cart-area .navbar-cart:hover svg path {
  fill: #3937BD;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 14px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 3;
  width: 300px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  list-style-type: none;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay p.woocommerce-mini-cart__empty-message {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: red;
  margin: 0;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  width: 100%;
  margin: 0;
  gap: 5px;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay p.woocommerce-mini-cart__buttons.buttons a {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  width: 50%;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  border: none;
  border-radius: 14px;
  color: #FFFFFF;
  background-color: #202224;
  letter-spacing: -0.5px;
  margin-right: 0;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay p.woocommerce-mini-cart__buttons.buttons a:last-child {
  background-color: #3377BC;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay p.woocommerce-mini-cart__buttons.buttons a:hover {
  opacity: 0.9;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay a {
  color: #202224;
  text-decoration: none;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay a:hover {
  color: #3377BC;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay dl.variation {
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0 !important;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay dl.variation dt {
  font-weight: 600 !important;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay dl.variation dt, header .navbar-top-bar .navbar-cart-area .cart-overlay dl.variation dd {
  font-size: 12px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 16px;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay dl.variation dt p, header .navbar-top-bar .navbar-cart-area .cart-overlay dl.variation dd p {
  font-size: 12px;
  line-height: 16px;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay .widget_shopping_cart .cart_list li {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay .widget_shopping_cart .cart_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay .widget_shopping_cart .cart_list li img {
  border-radius: 4px;
}
header .navbar-top-bar .navbar-cart-area .cart-overlay p.woocommerce-mini-cart__total.total {
  font-size: 14px;
  letter-spacing: -0.5px;
  margin: 10px 0 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.0588235294) !important;
}
header .navbar-top-bar .navbar-cart-area.is-open .cart-overlay, header .navbar-top-bar .navbar-cart-area:hover .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .navbar-top-bar .navbar-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  font-weight: 400;
  color: #202224;
}
header .navbar-top-bar .navbar-login:hover {
  color: #3937BD;
}
header .navbar-top-bar .navbar-login:hover svg path {
  fill: #3937BD;
}
header .navbar-top-bar .navbar-tel {
  color: #3937BD;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  display: flex;
  gap: 7px;
  align-items: center;
  text-decoration: none;
}
header .navbar-top-bar .navbar-tel svg {
  width: auto;
  height: 14px;
}
header .navbar-top-bar .navbar-tel svg path {
  fill: #3937BD;
}
header .navbar-top-bar .navbar-tel:hover {
  color: #00223D;
}
header .navbar-top-bar .navbar-tel:hover svg path {
  fill: #00223D;
}

header {
  background-color: #FFFFFF;
  position: relative;
  z-index: 101;
}
header .navbar {
  padding: 20px 0;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}
header .navbar .navbar-logo {
  width: 20%;
  min-width: 100px;
}
header .navbar .navbar-logo img {
  max-width: 290px;
  width: 100%;
  height: auto;
}
header .navbar .navbar-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(80% - 25px);
  gap: 20px;
  justify-content: flex-end;
}
header .navbar .navbar-content .navbar-main-navigation #mega-menu-primary > li > a {
  font-weight: 600 !important;
}
header .navbar .navbar-content .navbar-main-navigation .mega-sub-menu .highlight-row > ul > li {
  padding-right: 10px !important;
}
header .navbar .navbar-content .navbar-main-navigation .mega-sub-menu .highlight-row > ul > li:last-child {
  padding-right: 0 !important;
}
header .navbar .navbar-content .navbar-main-navigation .mega-sub-menu .menu-heading a {
  font-size: 14px !important;
  font-weight: 600 !important;
}
header .navbar .navbar-content .navbar-main-navigation .mega-sub-menu .menu-highlight a {
  font-size: 14px !important;
  font-weight: 600 !important;
  background-color: #5B40F3 !important;
  color: #FFFFFF !important;
  text-align: center !important;
  border-radius: 14px !important;
  padding: 10px 20px !important;
}
header .navbar .navbar-content .navbar-main-navigation .mega-sub-menu .menu-brochure a {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #3377BC !important;
  border: 1px solid rgba(243, 64, 76, 0.15) !important;
  border-radius: 14px !important;
  padding: 10px 20px !important;
  text-align: center !important;
}
header .navbar .navbar-content .navbar-main-navigation .menu {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
header .navbar .navbar-content .navbar-main-navigation .menu li {
  position: relative;
}
header .navbar .navbar-content .navbar-main-navigation .menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #202224;
  text-decoration: none;
}
header .navbar .navbar-content .navbar-main-navigation .menu li a:hover {
  color: #3377BC;
}
header .navbar .navbar-content .navbar-main-navigation .menu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  min-width: 250px;
  border-radius: 0;
  list-style-type: none;
}
header .navbar .navbar-content .navbar-main-navigation .menu li > ul li {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 10px;
}
header .navbar .navbar-content .navbar-main-navigation .menu li > ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
header .navbar .navbar-content .navbar-main-navigation .menu li > ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #202224;
  font-weight: 400;
  font-size: 14px;
}
header .navbar .navbar-content .navbar-main-navigation .menu li > ul li a:after {
  content: "";
  width: 16px; /* Adjust size */
  height: 10px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.162 61.291'%3E%3Cpath d='M226.734 39.422l25.774 25.556.215.2a4.939 4.939 0 0 1 1.439 3.316l0 .448A4.857 4.857 0 0 1 252.9 71.91l-.3.31L226.734 97.869a4.917 4.917 0 0 1-6.918 0 4.867 4.867 0 0 1 0-6.918L237.673 73.24l-71.771 0a4.881 4.881 0 1 1 0-9.763l71.2 0L219.816 46.34a4.867 4.867 0 0 1 0-6.918 4.917 4.917 0 0 1 6.918 0Z' transform='translate(-161 -38)' fill='%23122C42'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
header .navbar .navbar-content .navbar-main-navigation .menu li > ul li a:hover {
  color: #3377BC;
}
header .navbar .navbar-content .navbar-main-navigation .menu li > ul li a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 93.162 61.291'%3E%3Cpath d='M226.734 39.422l25.774 25.556.215.2a4.939 4.939 0 0 1 1.439 3.316l0 .448A4.857 4.857 0 0 1 252.9 71.91l-.3.31L226.734 97.869a4.917 4.917 0 0 1-6.918 0 4.867 4.867 0 0 1 0-6.918L237.673 73.24l-71.771 0a4.881 4.881 0 1 1 0-9.763l71.2 0L219.816 46.34a4.867 4.867 0 0 1 0-6.918 4.917 4.917 0 0 1 6.918 0Z' transform='translate(-161 -38)' fill='%23EE3330'/%3E%3C/svg%3E") no-repeat center;
}
header .navbar .navbar-content .navbar-main-navigation .menu li:hover > ul {
  opacity: 1;
  display: block;
}

.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  margin-left: 0;
  vertical-align: middle;
}
.menu-item-has-children > a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
}

.navbar {
  position: relative;
}
.navbar .navbar-search {
  position: static;
}
.navbar form.nav-search {
  position: static;
  display: flex;
}
.navbar form.nav-search ::placeholder {
  color: #202224;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.navbar form.nav-search input#nav-search-input {
  width: 225px;
  padding: 12px 14px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-radius: 50px 0 0 50px;
  background-color: transparent !important;
  color: #202224;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.navbar form.nav-search input#nav-search-input:focus {
  outline: none;
}
.navbar form.nav-search button.nav-search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-radius: 0 50px 50px 0;
  background-color: transparent !important;
  color: #202224;
}
.navbar form.nav-search button.nav-search__button svg path {
  fill: #202224;
}
.navbar form.nav-search button.nav-search__button:hover {
  cursor: pointer;
}
.navbar form.nav-search button.nav-search__button:hover svg path {
  fill: #3377BC;
}
.navbar .nav-search__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  display: none;
  width: 100%;
  max-width: none;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.navbar .nav-search__dropdown.is-open {
  display: block;
}
.navbar .nav-search__item {
  display: flex;
  padding: 10px 12px;
  text-decoration: none;
  border-bottom: 1px solid #f3f3f3;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 0px;
}
.navbar .nav-search__item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.navbar .nav-search__title {
  width: auto;
  color: #202224;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.navbar .nav-search__meta {
  margin: 3px 0;
  color: #202224;
  font-size: 12px;
  opacity: 0.5;
}
.navbar .nav-search__price {
  color: #3477bc;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  width: 100%;
}

/* Mobile Flyout Styles */
.nbar-tog {
  border-radius: 14px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.nbar-tog #nav-button {
  display: block;
  width: 32px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #202224;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease-out;
}
.hamburger-line:nth-child(1) {
  top: 0;
}
.hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 85%;
}
.hamburger-line:nth-child(3) {
  bottom: 0;
}

.open .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.open .hamburger-line:nth-child(2) {
  opacity: 0;
}
.open .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.closed#nav-button:hover .hamburger-line:nth-child(1) {
  transform: rotate(15deg) translate(0px, 0px);
}
.closed#nav-button:hover .hamburger-line:nth-child(3) {
  transform: rotate(-15deg) translate(0px, 0px);
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1215686275);
}
header.sticky .navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.sticky .navbar .navbar-logo img {
  max-width: 200px;
}
/* Sticky Area Styling */
.flyout {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: -100%; /* Start hidden above the top */
  background-color: #F8F8F8;
  overflow-x: hidden;
  padding-top: 12rem;
  transition: top 0.2s; /* Animate the top property */
}
.flyout .menu {
  list-style-type: none;
}
.flyout .menu .menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}
.flyout .menu > li.menu-item-has-children > a:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
  height: 26px;
  width: 20px;
  content: "";
  background-size: contain;
  position: absolute;
  margin-left: 10px;
}
.flyout .menu li {
  text-align: left;
}
.flyout .menu li ul.sub-menu {
  padding-left: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: none;
  list-style-type: none;
}
.flyout .menu li ul.sub-menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.flyout .menu li a {
  padding: 8px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -1px;
  display: inline-block;
  color: #00223D;
  text-decoration: none;
}
.flyout form.nav-search {
  position: static;
  display: flex;
  width: 100%;
}
.flyout form.nav-search ::placeholder {
  color: #202224;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.flyout form.nav-search input#nav-search-input {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-radius: 50px 0 0 50px;
  background-color: transparent !important;
  color: #202224;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.flyout form.nav-search input#nav-search-input:focus {
  outline: none;
}
.flyout form.nav-search button.nav-search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-radius: 0 50px 50px 0;
  background-color: transparent !important;
  color: #202224;
}
.flyout form.nav-search button.nav-search__button svg path {
  fill: #202224;
}
.flyout form.nav-search button.nav-search__button:hover {
  cursor: pointer;
}
.flyout form.nav-search button.nav-search__button:hover svg path {
  fill: #3377BC;
}

.flyout-search {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.mobile-menu .submenu-open > a:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
  transform: rotate(180deg);
}

.mobile-menu .menu-item-has-children > a:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
}

#menu-what-we-do li a,
#menu-footer-company li a {
  position: relative;
  padding-left: 28px; /* space for arrow */
  display: inline-block;
}
#menu-what-we-do li a:before,
#menu-footer-company li a:before {
  content: "→";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6); /* muted like your screenshot */
  transition: 0.25s ease;
}
#menu-what-we-do li a:hover:before,
#menu-footer-company li a:hover:before {
  color: #FFCD03;
}

.components-mega .mega-menu-row > .mega-sub-menu {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px !important;
}
.components-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column {
  padding: 15px 10px !important;
  width: 100% !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.components-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column:empty {
  display: none !important;
}
.components-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item {
  padding: 0 !important;
  text-align: center !important;
}
.components-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > a.mega-menu-link {
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 14px !important;
}
.components-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > a.mega-menu-link .mega-menu-title {
  font-size: 12px !important;
  line-height: 14px !important;
}
.components-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item a img {
  max-height: 50px;
  width: auto;
  margin-bottom: 5px !important;
}
.components-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
}
.components-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column:hover > .mega-sub-menu > .mega-menu-item > a.mega-menu-link {
  color: #3377BC !important;
  font-weight: 700 !important;
}

.services-mega .mega-menu-row > .mega-sub-menu {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px !important;
}
.services-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column {
  padding: 0 !important;
  width: 100% !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.services-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column:empty {
  display: none !important;
}
.services-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item {
  padding: 0 !important;
  text-align: center !important;
}
.services-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > a.mega-menu-link {
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  margin-top: 10px !important;
}
.services-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > a.mega-menu-link .mega-menu-title {
  font-size: 12px !important;
  line-height: 14px !important;
}
.services-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item a {
  position: relative;
  display: flex;
}
.services-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item a img {
  height: 120px !important;
  width: 100%;
  margin-bottom: 0 !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  position: relative;
  z-index: 1;
}
.services-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column:hover > .mega-sub-menu > .mega-menu-item > a.mega-menu-link {
  color: #3377BC !important;
  font-weight: 700 !important;
}
.services-mega .mega-menu-row > .mega-sub-menu > .mega-menu-column:hover > .mega-sub-menu > .mega-menu-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 22, 39, 0.5);
  z-index: 2;
  border-radius: 12px;
}

.services-mega > .mega-sub-menu > .mega-menu-row.mega-menu-custom-title > .mega-sub-menu,
.components-mega > .mega-sub-menu > .mega-menu-row.mega-menu-custom-title > .mega-sub-menu {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 15px !important;
}
.services-mega > .mega-sub-menu > .mega-menu-row.mega-menu-custom-title > .mega-sub-menu > .mega-menu-column,
.components-mega > .mega-sub-menu > .mega-menu-row.mega-menu-custom-title > .mega-sub-menu > .mega-menu-column {
  padding: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.services-mega > .mega-sub-menu > .mega-menu-row.mega-menu-custom-title > .mega-sub-menu > .mega-menu-column p,
.components-mega > .mega-sub-menu > .mega-menu-row.mega-menu-custom-title > .mega-sub-menu > .mega-menu-column p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  color: black;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.hide-column > ul.mega-sub-menu > li.mega-menu-item {
  display: none;
}

@media screen and (max-width: 1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar {
    justify-content: space-between;
  }
  header .navbar .navbar-content .navbar-main-navigation {
    display: none;
  }
  header .navbar .nbar-tog {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .navbar-search {
    display: none;
  }
  header .navbar-top-bar .navbar-tel,
  header .navbar-top-bar .navbar-cart-area .navbar-cart,
  header .navbar-top-bar .navbar-login {
    font-size: 10px;
    line-height: 14px;
  }
  header .navbar-top-bar .wrapper {
    justify-content: center;
    gap: 15px;
  }
  header .navbar {
    gap: 8px;
    padding: 15px 0;
  }
  header .navbar .navbar-logo {
    width: 150px;
  }
  header .navbar .navbar-content {
    width: auto;
  }
  header .navbar-top-bar .navbar-cart-area .cart-overlay {
    position: fixed;
    top: 80px;
    left: 16px;
    right: 16px;
    width: auto;
    max-width: none;
    margin-top: 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
}
footer {
  background: #00223D;
  padding: 5rem 0 0;
}
footer .wrapper .footer-widget-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
footer .wrapper .footer-widget-columns .col hr {
  border: 1px solid rgba(255, 255, 255, 0.155);
  margin-bottom: 20px;
}
footer .wrapper .footer-widget-columns .col .footer-contact div {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
footer .wrapper .footer-widget-columns .col .footer-contact div svg {
  height: 16px;
  width: auto;
}
footer .wrapper .footer-widget-columns .col .footer-contact div svg path {
  fill: #FFFFFF;
}
footer .wrapper .footer-widget-columns .col .footer-contact div a {
  color: #FFCD03;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
footer .wrapper .footer-widget-columns .col .footer-contact div a span {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
}
footer .wrapper .footer-widget-columns .col .footer-contact div:hover a {
  color: #F8F8F8;
}
footer .wrapper .footer-widget-columns .col .footer-contact div:hover svg path {
  fill: #F8F8F8;
}
footer .wrapper .footer-widget-columns .col .footer-contact div:last-child {
  margin-bottom: 0;
}
footer .wrapper .footer-widget-columns .col h2.widgettitle {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.155);
  padding: 0 15px 15px 15px;
  margin-bottom: 20px;
}
footer .wrapper .footer-widget-columns .col p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
footer .wrapper .footer-widget-columns .col .menu li {
  padding: 4px 15px;
}
footer .wrapper .footer-widget-columns .col .menu li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
}
footer .wrapper .footer-widget-columns .col .menu li a:hover {
  color: #FFCD03;
}
footer .wrapper .social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 15px;
  padding-right: 15px;
}
footer .wrapper .social-icons a {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 6px;
}
footer .wrapper .social-icons a svg {
  width: auto;
  height: 18px;
  max-width: 18px;
  display: flex;
}
footer .wrapper .social-icons a svg path {
  fill: #FFFFFF;
}
footer .wrapper .social-icons a:hover svg path {
  fill: #FFCD03;
}
footer .wrapper .payment-cards {
  text-align: center;
  margin-top: 30px;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
footer .wrapper .payment-cards span {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
footer .wrapper .payment-cards svg {
  height: 40px;
  width: auto;
}
footer .wrapper .legal-links {
  border-top: 1px solid rgba(255, 255, 255, 0.155);
  margin-top: 20px;
  padding: 2rem 0;
}
footer .wrapper .legal-links .menu {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  row-gap: 5px;
}
footer .wrapper .legal-links .menu li a {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.8;
  text-decoration: none;
}
footer .wrapper .legal-links .menu li a:hover {
  opacity: 1;
  color: #FFCD03;
}
footer ul {
  list-style-type: none;
}

.bottom-bar {
  padding: 30px 0;
  background-color: #001B31;
}
.bottom-bar .wrapper .wrapper-inner {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.bottom-bar p, .bottom-bar a {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  display: inline-block;
  opacity: 1;
}
.bottom-bar a:hover {
  color: #FFCD03;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  footer {
    padding-top: 3rem;
  }
  footer .wrapper .footer-widget-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .wrapper .bottom-bar {
    justify-content: flex-start;
    gap: 25px;
    flex-wrap: wrap;
    padding: 2rem 2rem 0;
    row-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 3rem;
  }
  footer .wrapper .footer-widget-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  footer .wrapper .footer-widget-columns .col:first-child .footer-address, footer .wrapper .footer-widget-columns .col:first-child .footer-contact {
    padding: 0;
    border: none;
  }
  footer .wrapper .footer-widget-columns .col:first-child .footer-address {
    margin-top: 20px;
  }
  footer .wrapper .footer-widget-columns .col:first-child .textwidget img {
    padding: 0;
  }
  footer .wrapper .bottom-bar {
    padding: 2rem 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer .widget_nav_menu .footer-menu-toggle + .menu-footer-company-container,
  footer .widget_nav_menu .footer-menu-toggle + .menu-what-we-do-container {
    display: none;
  }
  footer .widget_nav_menu .footer-menu-toggle {
    position: relative;
    cursor: pointer;
    padding-right: 25px;
  }
  /* Down arrow by default */
  footer .widget_nav_menu .footer-menu-toggle::after {
    content: "▾"; /* arrow */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.25s ease;
    font-size: 0.9em;
  }
  /* Rotate arrow when open */
  footer .widget_nav_menu .footer-menu-toggle.is-open::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  footer .widget_nav_menu .footer-menu-toggle.is-open + .menu-footer-company-container,
  footer .widget_nav_menu .footer-menu-toggle.is-open + .menu-what-we-do-container {
    display: block;
  }
}
.tabs .tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
}
.tabs .tab-buttons .tab-button {
  border: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #202224;
  cursor: pointer;
  padding: 5px 10px;
  position: relative;
  font-family: "Manrope", sans-serif;
  background-color: transparent;
}
.tabs .tab-buttons .tab-button.active {
  color: #3377BC;
  border-bottom: 2px solid #3377BC;
}
.tabs .tab-buttons .tab-button:hover {
  color: #3377BC;
}
.tabs .tabs-inner .tab-contents .tab-content {
  display: none;
  /***  TWO COLUMN GRID  ***/
}
.tabs .tabs-inner .tab-contents .tab-content.active {
  display: block;
}
.tabs .tabs-inner .tab-contents .tab-content .panel-layout div:first-child .panel-row-style {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  grid-gap: 3rem;
}
.tabs .tabs-inner .tab-contents .tab-content .panel-layout div:first-child .panel-row-style :first-child {
  -ms-grid-column: 1;
}
.tabs .tabs-inner .tab-contents .tab-content .panel-layout div:first-child .panel-row-style :last-child {
  -ms-grid-column: 2;
}
.tabs .tabs-inner .tab-contents .tab-content table#datasheets, .tabs .tabs-inner .tab-contents .tab-content table {
  width: 100%;
  margin-bottom: 3rem;
}
.tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td:first-child, .tabs .tabs-inner .tab-contents .tab-content table tbody tr td:first-child {
  width: 200px;
}
.tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td:first-child img, .tabs .tabs-inner .tab-contents .tab-content table tbody tr td:first-child img {
  width: 100px;
  height: auto;
}
.tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td:nth-child(5), .tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td:nth-child(6), .tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td:nth-child(7), .tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td:nth-child(8), .tabs .tabs-inner .tab-contents .tab-content table tbody tr td:nth-child(5), .tabs .tabs-inner .tab-contents .tab-content table tbody tr td:nth-child(6), .tabs .tabs-inner .tab-contents .tab-content table tbody tr td:nth-child(7), .tabs .tabs-inner .tab-contents .tab-content table tbody tr td:nth-child(8) {
  width: 100px;
  text-align: center;
}
.tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td:nth-child(5) img, .tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td:nth-child(6) img, .tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td:nth-child(7) img, .tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td:nth-child(8) img, .tabs .tabs-inner .tab-contents .tab-content table tbody tr td:nth-child(5) img, .tabs .tabs-inner .tab-contents .tab-content table tbody tr td:nth-child(6) img, .tabs .tabs-inner .tab-contents .tab-content table tbody tr td:nth-child(7) img, .tabs .tabs-inner .tab-contents .tab-content table tbody tr td:nth-child(8) img {
  height: 30px;
  width: auto;
}
.tabs .tabs-inner .tab-contents .tab-content table#datasheets tbody tr td, .tabs .tabs-inner .tab-contents .tab-content table tbody tr td {
  padding: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #202224;
}
.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col:first-child {
  background-color: transparent;
  padding: 3rem;
}
.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col p {
  margin-bottom: 1rem;
}
.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col img {
  max-width: 100%;
  height: 100%;
  background: #f2f2f2;
  object-fit: cover;
  border-radius: 14px;
}

.dark-bg.tabs .tab-buttons .tab-button {
  color: #FFFFFF;
}
.dark-bg.tabs .tab-buttons .tab-button.active {
  color: #FFCD03;
  border-bottom: 2px solid #FFCD03;
}
.dark-bg.tabs .tab-buttons .tab-button:hover {
  color: #FFCD03;
}
.dark-bg.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col p, .dark-bg.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col li, .dark-bg.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col h2, .dark-bg.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col h3, .dark-bg.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col h4, .dark-bg.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col h5, .dark-bg.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col h6, .dark-bg.tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col strong {
  color: #FFFFFF;
}
.single-product .tabs .tabs-inner {
  margin-top: 0;
}
.single-product .tabs .tabs-inner .tab-buttons {
  background: #F2F2F2;
  padding: 30px;
  justify-content: center;
  margin-bottom: 0;
}
.single-product .tabs .tabs-inner .tab-buttons .tab-button {
  background: transparent;
  color: #202224;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
}
.single-product .tabs .tabs-inner .tab-buttons .tab-button.active {
  color: #3377BC;
}
.single-product .tabs .tabs-inner .tab-contents {
  background-color: #FFFFFF;
  padding: 4rem 30px;
}
.single-product .tabs .tabs-inner .tab-contents .tab-content {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tabs .tabs-inner .tab-contents .tab-content .two-col-grid {
    grid-template-columns: 1fr;
  }
  .tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col:first-child {
    background-color: transparent;
    padding: 1rem;
    order: 2;
  }
  .tabs .tabs-inner .tab-contents .tab-content .two-col-grid .col img {
    height: 300px;
  }
  .tabs .tab-buttons {
    gap: 5px;
    flex-wrap: wrap;
  }
  .tabs .tab-buttons .tab-button {
    padding: 10px 15px;
    font-size: 12px;
  }
  .single-product .tabs .tabs-inner .tab-buttons {
    gap: 5px;
    flex-wrap: wrap;
  }
  .single-product .tabs .tabs-inner .tab-buttons .tab-button {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
.posts-grid article.col picture {
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
}
.posts-grid article.col picture:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  background: rgba(0, 0, 0, 0);
  border-radius: 14px;
  overflow: hidden;
}
.posts-grid article.col picture .column-image {
  transition: transform 0.4s ease;
  border-radius: 14px;
  overflow: hidden;
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.posts-grid article.col h4 {
  margin-top: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.posts-grid article.col .post-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.posts-grid article.col .post-details .post-category {
  display: flex;
  padding: 5px 10px;
  background-color: #FFFFFF;
  color: #202224;
  font-size: 12px;
  line-height: 16px;
  border-radius: 6px;
}
.posts-grid article.col .post-details .post-category:hover {
  background-color: #00223D;
  color: #FFFFFF;
}
.posts-grid article.col .post-details time {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.posts-grid article.col a {
  text-decoration: unset;
  color: #202224;
}
.posts-grid article.col a:hover {
  color: #3377BC;
}
.posts-grid article.col:hover picture:before {
  opacity: 1;
  background: rgba(51, 119, 188, 0.4);
}
.posts-grid article.col:hover .column-image {
  transform: scale(1.1);
}
.posts-grid article.col:hover h4 {
  color: #3377BC;
}

form.posts-filter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #ececec;
  margin-bottom: 1rem;
  padding-bottom: 3rem;
}
form.posts-filter select#post-category-filter {
  width: 100%;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 22px !important;
  font-family: "Manrope", sans-serif;
  line-height: 18px;
  font-weight: 700;
  border-radius: 14px;
  padding: 15px;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
  letter-spacing: -0.5px;
}
form.posts-filter select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}

.news-grid.posts-grid article.col picture .column-image {
  transition: transform 0.4s ease;
  border-radius: 14px;
  overflow: hidden;
  height: 250px;
  width: 100%;
  object-fit: cover;
  background: white;
}
.news-grid.posts-grid article.col time {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.news-grid.posts-grid article.col h4 {
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.single-post .blog-hero-image {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}
.single-post .col.sidebar {
  border-left: 1px solid #ececec;
}
.single-post .col.sidebar > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-post .col.sidebar > ul .widget {
  padding: 30px;
  border-bottom: 1px solid #ececec;
}
.single-post .col.sidebar > ul .widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-post .col.sidebar > ul .widget ul li {
  padding: 5px 0;
}
.single-post .col.sidebar > ul .widget ul li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #202224;
}
.single-post .col.sidebar > ul .widget ul li a:hover {
  color: #3377BC;
}
.single-post .col.sidebar > ul .widget .post-date {
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0.5;
}
.single-post .col.sidebar > ul .widget .widgettitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-post h1 {
  font-size: 40px;
  line-height: 50px;
}
.single-post .post-meta {
  display: flex;
  gap: 20px;
  padding: 15px 5px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.single-post .post-meta .meta-author {
  display: flex;
  gap: 10px;
}
.single-post .post-meta .meta-author img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  border: 1px solid #ececec;
}
.single-post .post-meta .meta-author div span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.single-post .post-meta .meta-author div strong, .single-post .post-meta .meta-author div a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #202224;
  text-decoration: none;
}
.single-post .post-meta .meta-author div strong:hover, .single-post .post-meta .meta-author div a:hover {
  color: #3377BC;
}
.single-post .post-meta .meta-updated, .single-post .post-meta .meta-category {
  display: flex;
  gap: 10px;
}
.single-post .post-meta .meta-updated .meta-square, .single-post .post-meta .meta-category .meta-square {
  width: 20px;
  height: 20px;
  border-radius: 14px;
  background-color: rgba(57, 114, 184, 0.5);
  display: inline-flex;
}
.single-post .post-meta .meta-updated div span, .single-post .post-meta .meta-category div span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.single-post .post-meta .meta-updated div strong, .single-post .post-meta .meta-updated div a, .single-post .post-meta .meta-category div strong, .single-post .post-meta .meta-category div a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #202224;
  text-decoration: none;
}
.single-post .post-meta .meta-updated div strong:hover, .single-post .post-meta .meta-updated div a:hover, .single-post .post-meta .meta-category div strong:hover, .single-post .post-meta .meta-category div a:hover {
  color: #3377BC;
}
.single-post .post-meta .meta-category .meta-square {
  background-color: rgba(38, 184, 182, 0.451);
}

.single-news .blog-hero-image {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}
.single-news .col.sidebar {
  border-left: 1px solid #ececec;
}
.single-news .col.sidebar > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-news .col.sidebar > ul .widget {
  padding: 30px;
  border-bottom: none;
}
.single-news .col.sidebar > ul .widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-news .col.sidebar > ul .widget ul li {
  padding: 5px 0;
}
.single-news .col.sidebar > ul .widget ul li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #202224;
}
.single-news .col.sidebar > ul .widget ul li a:hover {
  color: #3377BC;
}
.single-news .col.sidebar > ul .widget .post-date {
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0.5;
}
.single-news .col.sidebar > ul .widget .widgettitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-news h1 {
  font-size: 40px;
  line-height: 50px;
}
.single-news .post-meta {
  display: flex;
  gap: 20px;
  padding: 15px 5px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 2rem;
  justify-content: space-between;
}
.single-news .post-meta .meta-author {
  display: flex;
  gap: 10px;
}
.single-news .post-meta .meta-author img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  border: 1px solid #ececec;
}
.single-news .post-meta .meta-author div span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.single-news .post-meta .meta-author div strong, .single-news .post-meta .meta-author div a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #202224;
  text-decoration: none;
}
.single-news .post-meta .meta-author div strong:hover, .single-news .post-meta .meta-author div a:hover {
  color: #3377BC;
}
.single-news .post-meta .meta-updated, .single-news .post-meta .meta-category {
  display: flex;
  gap: 10px;
}
.single-news .post-meta .meta-updated .meta-square, .single-news .post-meta .meta-category .meta-square {
  width: 20px;
  height: 20px;
  border-radius: 14px;
  background-color: rgba(57, 114, 184, 0.5);
  display: inline-flex;
}
.single-news .post-meta .meta-updated div span, .single-news .post-meta .meta-category div span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.single-news .post-meta .meta-updated div strong, .single-news .post-meta .meta-updated div a, .single-news .post-meta .meta-category div strong, .single-news .post-meta .meta-category div a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #202224;
  text-decoration: none;
}
.single-news .post-meta .meta-updated div strong:hover, .single-news .post-meta .meta-updated div a:hover, .single-news .post-meta .meta-category div strong:hover, .single-news .post-meta .meta-category div a:hover {
  color: #3377BC;
}
.single-news .post-meta .meta-category .meta-square {
  background-color: rgba(38, 184, 182, 0.451);
}

.pagination {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.pagination span.dots {
  background-color: #3377BC;
  border-radius: 14px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 700;
}
.pagination a {
  background-color: white;
  border-radius: 14px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #202224;
  font-weight: 700;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #3377BC;
  color: #FFFFFF;
}
.pagination .pagination-summary {
  margin-left: 3rem;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.woocommerce ul.product_list_widget li img {
  float: left;
  background: white;
  padding: 10px;
  width: 75px;
  margin: 0 10px 0 0;
}
.woocommerce ul.product_list_widget li span.product-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #202224;
}
.woocommerce ul.product_list_widget li span.woocommerce-Price-amount.amount {
  font-size: 12px;
  font-weight: 600;
  color: #3377BC;
}
.woocommerce ul.product_list_widget li small.woocommerce-price-suffix {
  font-size: 10px;
}

.author-header {
  display: flex;
  gap: 2rem;
}
.author-header img {
  width: 160px;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
}

@media screen and (max-width: 991px) {
  .single-post > .two-col-grid {
    padding-bottom: 0;
    grid-template-columns: 1fr;
  }
  .single-post > .two-col-grid .col:first-child {
    order: 2;
  }
  .single-post > .two-col-grid .col:last-child {
    order: 1;
  }
  .single-post > .two-col-grid .blog-hero-image {
    height: 350px;
  }
  .single-post > .two-col-grid .post-meta {
    margin-bottom: 2rem;
  }
  .single-post > .two-col-grid.two-thirds {
    grid-template-columns: 1fr;
  }
  .single-post > .two-col-grid.two-thirds .col.content {
    order: 1;
  }
  .single-post > .two-col-grid.two-thirds .col.content p:first-child {
    font-size: 20px;
    line-height: 30px;
  }
  .single-post > .two-col-grid.two-thirds .col.content p {
    font-size: 16px;
    line-height: 28px;
  }
  .single-post > .two-col-grid.two-thirds .col.sidebar {
    order: 2;
    border-left: none;
    border-top: 1px solid #ececec;
  }
  .single-post > .two-col-grid.two-thirds .col.sidebar > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .single-post > .two-col-grid.two-thirds .col.sidebar > ul .widget {
    border-left: 1px solid #ececec;
  }
}
@media screen and (max-width: 767px) {
  .author-header {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .author-header img {
    width: 120px;
    height: 150px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
  }
  .author-header div {
    width: 100%;
  }
  .post-meta .meta-author div strong a, .post-meta .meta-author div strong strong, .post-meta div a, .post-meta div strong {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .post-meta .meta-author div strong span, .post-meta div span {
    font-size: 10px !important;
    line-height: 14px !important;
    margin-bottom: 1px !important;
  }
  .single-post .post-meta {
    gap: 10px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .single-post .post-meta .meta-author {
    width: 100%;
  }
  .single-post h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .single-post section {
    padding-top: 2rem;
  }
  .single-post .two-col-grid .blog-hero-image {
    height: 250px;
  }
  .single-post > .two-col-grid.two-thirds {
    grid-template-columns: 1fr;
  }
  .single-post > .two-col-grid.two-thirds .col.content {
    order: 1;
  }
  .single-post > .two-col-grid.two-thirds .col.content p:first-child {
    font-size: 16px;
    line-height: 28px;
  }
  .single-post > .two-col-grid.two-thirds .col.content p {
    font-size: 16px;
    line-height: 28px;
  }
  .single-post > .two-col-grid.two-thirds .col.sidebar > ul {
    grid-template-columns: 1fr;
  }
  .single-post > .two-col-grid.two-thirds .col.sidebar > ul .widget {
    border-left: none;
  }
  .news-grid.posts-grid article.col picture .column-image {
    height: 200px;
  }
}
.portfolio-posts {
  margin-top: 3rem;
}
.portfolio-posts .portfolio-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.portfolio-posts .portfolio-card .portfolio-card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: flex;
}
.portfolio-posts .portfolio-card .portfolio-card-content {
  padding: 3rem;
  background-color: #FFFFFF;
}
.portfolio-posts .portfolio-card .portfolio-card-content a {
  text-decoration: none;
}
.portfolio-posts .portfolio-card .portfolio-card-content h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}
.portfolio-posts .portfolio-card .portfolio-card-content h2 a {
  color: #202224;
}

label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

#catalogue-request,
#contact-form {
  border-radius: 14px;
}
#catalogue-request .frm_forms,
#contact-form .frm_forms {
  background-color: #EFEFEF;
  padding: 3rem 3rem 2rem 3rem;
}
#catalogue-request label,
#contact-form label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
#catalogue-request fieldset,
#contact-form fieldset {
  margin: 0;
  padding: 0;
}
#catalogue-request .form-field:last-child,
#contact-form .form-field:last-child {
  margin-bottom: 0 !important;
}
#catalogue-request input[type=text],
#catalogue-request input[type=password],
#catalogue-request input[type=email],
#catalogue-request input[type=number],
#catalogue-request input[type=url],
#catalogue-request input[type=tel],
#catalogue-request input[type=search],
#catalogue-request select,
#catalogue-request textarea,
#contact-form input[type=text],
#contact-form input[type=password],
#contact-form input[type=email],
#contact-form input[type=number],
#contact-form input[type=url],
#contact-form input[type=tel],
#contact-form input[type=search],
#contact-form select,
#contact-form textarea {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 18px;
  font-weight: 700;
  border-radius: 14px;
  padding: 15px;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
}
#catalogue-request button.frm_button_submit,
#contact-form button.frm_button_submit {
  background-color: #3377BC;
  border-radius: 14px;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: "Manrope", sans-serif;
  margin: 0;
}
#catalogue-request button.frm_button_submit:hover,
#contact-form button.frm_button_submit:hover {
  background-color: #202224;
}

#contact-form .frm_forms {
  background-color: transparent;
  padding: 0;
}
#contact-form input[type=text],
#contact-form input[type=password],
#contact-form input[type=email],
#contact-form input[type=number],
#contact-form input[type=url],
#contact-form input[type=tel],
#contact-form input[type=search],
#contact-form select,
#contact-form textarea {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 18px;
  font-weight: 700;
  border-radius: 14px;
  padding: 15px;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
}

#catalogue-download .btn {
  font-size: 14px;
  line-height: 18px;
}
#catalogue-download .btn strong {
  display: block;
  font-size: 18px;
  line-height: 22px;
}

.parts-checkbox .frm_opt_container {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2705882353);
  padding-bottom: 10px;
}
.parts-checkbox .frm_primary_label {
  font-size: 12px !important;
  line-height: 26px !important;
  font-weight: 400;
}

div#mc_embed_signup_scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mc-field-group {
  display: flex;
  flex-direction: column;
}
.mc-field-group input {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 18px;
  font-weight: 700;
  border-radius: 14px;
  padding: 15px 25px;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: white !important;
}
.mc-field-group label {
  color: white;
  display: none;
}
.mc-field-group ::placeholder {
  color: white;
}

.mc-field-group.input-group {
  order: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.mc-field-group.input-group label {
  display: inline;
}
.mc-field-group.input-group ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mc-field-group.input-group ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}

button#mc-embedded-subscribe {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #063051;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: "Manrope", sans-serif;
  margin: 0;
}

@media screen and (max-width: 767px) {
  div#mc_embed_signup_scroll {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  div#mc_embed_signup_scroll .mc-field-group {
    width: 100%;
  }
  div#mc_embed_signup_scroll .mc-field-group input {
    width: 100%;
  }
  div#mc_embed_signup_scroll .mc-field-group.input-group {
    order: 10;
    width: 100%;
    display: flex;
    gap: 5px;
  }
  div#mc_embed_signup_scroll .mc-field-group.input-group label {
    display: inline;
  }
  div#mc_embed_signup_scroll .mc-field-group.input-group ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  div#mc_embed_signup_scroll .mc-field-group.input-group ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
  div#mc_embed_signup_scroll .mc-field-group.input-group ul li input[type=checkbox] {
    width: auto !important;
  }
}
/****************************************************
****** WOOCOMMERCE ACCOUNT ********************
****************************************************/
.woocommerce-MyAccount-navigation ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  padding: 20px 30px;
  background-color: #f4f4f4;
  color: #202224;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 14px;
  position: relative;
  text-decoration: none;
  margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li a:after {
  background-image: url(/wp-content/themes/hydrastore/assets/svg/rfp-right-arrow-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 25px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 22px;
  z-index: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
  background-color: #3377BC;
  color: #FFFFFF;
}
.woocommerce-MyAccount-navigation ul li.is-active a:after, .woocommerce-MyAccount-navigation ul li:hover a:after {
  background-image: url(/wp-content/themes/hydrastore/assets/svg/rfp-right-arrow.svg);
}
.woocommerce-MyAccount-navigation ul li.is-active a:after {
  background-image: url(/wp-content/themes/hydrastore/assets/svg/rfp-right-arrow.svg);
}

.woocommerce-MyAccount-content header {
  background-color: unset;
  box-shadow: unset;
}
.woocommerce-MyAccount-content header h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}
.woocommerce-MyAccount-content .addresses .title .edit {
  float: left;
  font-weight: 600;
  margin-bottom: 2rem;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
  padding: 25px;
  border: 2px solid #e7e7e7;
  margin: 20px 0;
  border-radius: 4px;
}
form.woocommerce-EditAccountForm.edit-account fieldset legend {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

/****************************************************
****** WOOCOMMERCE CHECKOUT ********************
****************************************************/
.woocommerce-checkout > main > .wrapper {
  padding: 2rem 0;
}

.wc-block-components-checkout-place-order-button {
  border: none;
  background-color: #3377BC;
  color: #FFFFFF;
  padding: 20px 50px;
  text-align: center;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  gap: 10px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  gap: 50px;
  font-family: "Manrope", sans-serif;
}
.wc-block-components-checkout-place-order-button:hover {
  background-color: #00223D;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label,
.wc-blocks-components-select .wc-blocks-components-select__label {
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 400 !important;
  opacity: 0.5 !important;
  transform: scale(0.82);
  top: 10px;
  left: 21px;
  color: black;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  font-family: "Manrope", sans-serif;
  color: #3377BC;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
  height: 60px;
  letter-spacing: -0.5px;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=password],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=password],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
  padding: 35px 20px 20px;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  left: 20px;
  top: 30px;
  font-family: "Manrope", sans-serif;
  color: #3377BC;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  font-family: "Manrope", sans-serif;
  color: #3377BC;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
  height: 60px;
  letter-spacing: -0.5px;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: transparent !important;
}

.wc-blocks-components-select label {
  display: none !important;
}

.woocommerce-checkout h1 {
  background: #00223D;
  padding: 10px 20px;
  color: white;
  border-radius: 14px;
  margin-bottom: 10px !important;
}

.wc-block-components-title.wc-block-components-title {
  font-weight: 700;
  color: #00223d;
}

.wp-block-woocommerce-checkout-order-summary-block {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
  letter-spacing: -0.5px;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  font-family: "Manrope", sans-serif;
  color: #00223d;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 14px;
  padding: 20px;
  border: unset;
  background-color: #FFFFFF;
  letter-spacing: -0.5px;
  box-shadow: inset 0 0 0 1px #eaeaea;
}

.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after {
  display: none;
}

.wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info {
  margin-top: 10px;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=password],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=password],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
  padding: 35px 20px 20px !important;
  color: #3377BC;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout {
  padding-left: 25px;
}

.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__input {
  top: 18px;
}

.woocommerce-cart ul.cart-overlay, .woocommerce-checkout ul.cart-overlay {
  display: none !important;
}

/****************************************************
****** WOOCOMMERCE CART ********************
****************************************************/
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 18px;
  font-weight: 700;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
}

button.woocommerce-Button.button {
  background-color: #3377BC;
  border-radius: 14px;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: "Manrope", sans-serif;
  margin: 0;
}
button.woocommerce-Button.button:hover {
  background-color: #202224;
}

.woocommerce-account h1,
.woocommerce-checkout h1,
.woocommerce-cart h1 {
  font-size: 30px;
  line-height: 40px;
  border-bottom: 2px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.woocommerce-cart a.wc-block-components-product-name {
  color: black;
  font-weight: 700;
}
.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  border: none;
  background-color: #3377BC;
  color: #FFFFFF;
  padding: 20px 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  gap: 10px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  gap: 50px;
}
.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background-color: #202224;
  color: #FFFFFF;
}

/****************************************************
****** NOTICES ********************
****************************************************/
main .woocommerce-error,
main .woocommerce-info,
main .woocommerce-message {
  border-radius: 14px;
  color: black;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 13px 10px 13px 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  background: unset;
}
main .woocommerce-error a,
main .woocommerce-info a,
main .woocommerce-message a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
main .woocommerce-error .woocommerce-Button, main .woocommerce-error .button,
main .woocommerce-info .woocommerce-Button,
main .woocommerce-info .button,
main .woocommerce-message .woocommerce-Button,
main .woocommerce-message .button {
  background: unset;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #3377BC;
  margin-left: 20px;
}
main .woocommerce-error .woocommerce-Button:hover, main .woocommerce-error .button:hover,
main .woocommerce-info .woocommerce-Button:hover,
main .woocommerce-info .button:hover,
main .woocommerce-message .woocommerce-Button:hover,
main .woocommerce-message .button:hover {
  color: #202224;
}
main .woocommerce-info:before {
  color: #202224;
}
main .woocommerce-error {
  border-color: rgba(218, 46, 43, 0.285);
}
main .woocommerce-error:before {
  color: rgb(218, 46, 43);
}
main .woocommerce-message {
  border-color: rgba(18, 203, 98, 0.285);
}
main .woocommerce-message:before {
  color: rgb(18, 203, 98);
}
main .woocommerce-Button,
main .button {
  background-color: #3377BC;
  padding: 20px 50px;
  color: #FFFFFF;
  border: none;
  border-radius: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
}

/****************************************************
****** WOOCOMMERCE BLOCK GRID (USED ON BASKET) *******
****************************************************/
.wc-block-grid__products {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.wc-block-grid__products li.wc-block-grid__product {
  background-color: #FFFFFF;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  text-align: left;
  border: unset;
  flex: unset !important;
  max-width: unset !important;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {
  width: 100%;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image img {
  max-height: 140px;
  width: auto;
  display: flex;
  margin: 0 auto 20px;
}
.wc-block-grid__products .wc-block-grid__product-title {
  font-size: 16px;
  line-height: 24px;
  color: #202224;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.wc-block-grid__products span.woocommerce-Price-amount.amount {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.wc-block-grid__products small.woocommerce-price-suffix {
  font-weight: 400;
  font-size: 12px;
}
.wc-block-grid__products .wc-block-grid__product-image,
.wc-block-grid__products .wc-block-grid__product-link {
  text-decoration: none;
  width: 100%;
}
.wc-block-grid__products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  border: none;
  background-color: #F3404B;
  color: #FFFFFF;
  padding: 20px 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  width: 100%;
  justify-content: center;
  gap: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.wc-block-grid__products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  background-color: #202224;
  color: #FFFFFF;
}

/****************************************************
****** WOOCOMMERCE SINGLE PRODUCT PAGE *******
****************************************************/
.product-single p.stock-status {
  background: #FFCD03;
  display: inline-flex;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 12px;
  color: #202224;
  font-weight: 600;
  border-radius: 14px;
  text-transform: capitalize;
}
.product-single p.stock-status.out {
  background-color: #3377BC;
}
.product-single p.sku {
  font-size: 12px;
  color: black;
  margin-bottom: 5px;
  opacity: 0.5;
  letter-spacing: -0.5px;
}
.product-single h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.product-single form.cart {
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-single form.cart .quantity .qty {
  padding: 17px 0;
  border-radius: 14px;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  font-weight: 600;
  font-family: "Manrope";
  letter-spacing: -0.5px;
}
.product-single form.cart button.single_add_to_cart_button.button {
  background-color: #3937BD;
  padding: 17px 20px;
  color: #FFFFFF;
  border: none;
  font-family: "Manrope", sans-serif;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none !important;
  width: 100%;
  justify-content: space-between;
}
.product-single form.cart button.single_add_to_cart_button.button svg {
  width: 16px;
  height: auto;
}
.product-single form.cart button.single_add_to_cart_button.button:hover {
  background-color: #00223D;
}
.product-single span.woocommerce-Price-amount.amount {
  font-size: 24px;
  font-weight: 700;
  color: #3377BC;
}
.product-single small.woocommerce-price-suffix {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}
.product-single .variations {
  width: 100%;
}
.product-single .variations tbody tr {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.product-single .variations tbody tr th label {
  font-weight: 600;
}
.product-single .variations tbody tr td {
  display: flex;
  width: 100%;
}
.product-single .variations tbody tr td select {
  border: none;
  background: #F2F2F2;
  width: 100%;
  padding: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 14px;
}
.product-single .variations tbody tr td a.reset_variations {
  color: black;
  font-size: 12px;
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 300;
  display: none !important;
}
.product-single .variations tbody tr td a.reset_variations:hover {
  font-weight: 400;
}
.product-single .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1.5rem;
}
.product-single .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt {
  border: none;
  background-color: #F3404B;
  color: #FFFFFF;
  padding: 20px 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  width: 100%;
  justify-content: center;
  gap: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.product-single .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt:hover {
  background-color: #202224;
  color: #FFFFFF;
}
.product-single .woocommerce-variation-add-to-cart .quantity .qty {
  border: none;
  background: #EBEBEB;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  padding: 20px 5px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/****************************************************
****** WOOCOMMERCE ARCHIVE PRODUCT PAGE *******
****************************************************/
.woocommerce .woocommerce-ordering {
  display: none;
}

.shop-archive--leaf .wrapper {
  max-width: 1800px;
}
.shop-archive--leaf .wrapper .two-col-grid.align-c.has-image {
  max-width: 1400px;
  margin: 0 auto;
}

.category-header .category-brand,
.brand-archive .category-brand,
.brand-archive-header .category-brand,
.product-form .category-brand {
  display: inline-flex;
}
.category-header .category-brand .category-brand__link picture img,
.brand-archive .category-brand .category-brand__link picture img,
.brand-archive-header .category-brand .category-brand__link picture img,
.product-form .category-brand .category-brand__link picture img {
  background: white;
  border-radius: 14px;
  padding: 1rem;
  max-height: 70px;
  width: auto;
}

.category-cards-hero-dark {
  background: #00223d;
  padding: 3rem 0 5rem;
  margin-bottom: 3rem;
}
.category-cards-hero-dark nav.shop-breadcrumbs ol.shop-breadcrumbs__list li.shop-breadcrumbs__item {
  color: #FFFFFF;
}
.category-cards-hero-dark nav.shop-breadcrumbs ol.shop-breadcrumbs__list li.shop-breadcrumbs__item a {
  color: #FFFFFF;
}
.category-cards-hero-dark .category-cards-header {
  padding-bottom: 0 !important;
  border-bottom: unset !important;
  margin-bottom: 0 !important;
}
.category-cards-hero-dark .category-cards-header h1, .category-cards-hero-dark .category-cards-header h2, .category-cards-hero-dark .category-cards-header h3, .category-cards-hero-dark .category-cards-header h4, .category-cards-hero-dark .category-cards-header h5, .category-cards-hero-dark .category-cards-header h6, .category-cards-hero-dark .category-cards-header p, .category-cards-hero-dark .category-cards-header li, .category-cards-hero-dark .category-cards-header span {
  color: #FFFFFF;
}
.category-cards-hero-dark .category-cards-header .shop-header-two-col-image {
  object-fit: contain;
  height: 400px;
  background: white;
  padding: 2rem;
  border-radius: 14px;
}
.category-cards-hero-dark .category-cards-header .category-brand {
  display: inline-flex;
}
.category-cards-hero-dark .category-cards-header .category-brand .category-brand__link picture img {
  background: white;
  border-radius: 14px;
  padding: 1rem;
  max-height: 70px;
  width: auto;
}

.shop-archive .shop-header-two-col-image {
  object-fit: contain;
  height: 400px;
  background: white;
  padding: 2rem;
  border-radius: 14px;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar {
  grid-template-columns: 1fr 3fr;
  grid-gap: 1.5rem;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > h3 {
  background: #3377BC;
  color: white;
  padding: 18px;
  margin-bottom: 0;
  border-radius: 14px 14px 0 0;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li:last-child, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  background: white;
  border-radius: 0 0 14px 14px;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li:last-child .bapf_body, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div:last-child .bapf_body {
  border-radius: 0 0 14px 14px;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li h3, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li h2, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div h3, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div h2 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 20px;
  background-color: #FFFFFF;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li h3 i, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li h2 i, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div h3 i, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div h2 i {
  margin-right: 20px;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li h3:hover, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li h2:hover, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div h3:hover, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div h2:hover {
  background-color: #3377BC;
  color: #FFFFFF;
  cursor: pointer;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf_sfilter, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf_sfilter {
  margin-bottom: 0;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf_body input[type=checkbox], .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf_body input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf-clean-rounded .bapf_body input[type=checkbox] + label::before,
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf-clean-rounded .bapf_body input[type=checkbox] + label::after, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf-clean-rounded .bapf_body input[type=checkbox] + label::before,
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf-clean-rounded .bapf_body input[type=checkbox] + label::after {
  display: none !important;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .berocket_single_filter_widget .bapf-clean-rounded li.checked label, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .berocket_single_filter_widget .bapf-clean-rounded li.checked label {
  padding: 3px 15px;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf_body input[type=checkbox] + label::before, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf_body input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 2px solid #ccc;
  border-radius: 14px;
  background: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  transition: background 0.2s, border-color 0.2s;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf_body input[type=checkbox]:checked + label::before, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf_body input[type=checkbox]:checked + label::before {
  background: #3377BC;
  border-color: #3377BC;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf_body input[type=checkbox]:checked + label::after, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf_body input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  margin-left: 6px;
  margin-top: -2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf_body, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf_body {
  padding: 5px 20px 20px 20px;
  background-color: #FFFFFF;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf_body ul li, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf_body ul li {
  margin-bottom: 5px;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf_body ul li label, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf_body ul li label {
  position: relative;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .bapf_body ul li ul, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .bapf_body ul li ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li button.bapf_button.bapf_reset, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div button.bapf_button.bapf_reset {
  border: none;
  background: #ebebeb;
  color: #24272A;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: -0.5px;
  font-weight: 600;
  width: 100%;
  padding: 10px;
  border-radius: 14px;
  opacity: 0.7;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li button.bapf_button.bapf_reset:hover, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div button.bapf_button.bapf_reset:hover {
  opacity: 1;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .irs--flat .irs-from, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .irs--flat .irs-single, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .irs--flat .irs-to, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .irs--flat .irs-from, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .irs--flat .irs-single, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .irs--flat .irs-to {
  font-family: "Manrope", sans-serif;
  background: #3377BC;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li .irs--flat .irs-bar, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div .irs--flat .irs-bar {
  background: #3377BC;
}
.shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar .clear-filter .bapf_body {
  padding: 20px !important;
}

.berocket_single_filter_widget .bapf-clean-rounded li input:checked + label {
  padding-left: 15px;
  background: #3681de;
  color: white;
}

.shop-header {
  position: relative;
}
.shop-header.has-image {
  margin-bottom: 3rem;
}
.shop-header.has-image .shop-header__image {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.shop-header.has-image .shop-header__image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}
.shop-header.has-image .shop-header__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(178.81deg, rgba(0, 0, 0, 0) 59.98%, rgba(0, 0, 0, 0.8) 77.18%);
}
.shop-header.has-image .shop-header-overlay {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
}
.shop-header.has-image .shop-header-overlay h1, .shop-header.has-image .shop-header-overlay p {
  color: #FFFFFF;
}
.shop-header.has-image .shop-header-overlay h1 {
  margin-bottom: 0;
}
.shop-header.has-image .shop-header-overlay .term-description p {
  color: #FFFFFF;
  margin: 10px 0 0 0;
  max-width: 800px;
  font-size: 14px;
  line-height: 24px;
}
.shop-header.has-image .shop-header-overlay .term-description strong {
  letter-spacing: -0.5px;
}

.product-grid {
  grid-gap: 1rem;
}
.product-grid .product-card {
  background-color: #FFFFFF;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.product-grid .product-card p.sku {
  font-size: 12px;
  color: black;
  margin-bottom: 5px;
  opacity: 0.5;
}
.product-grid a {
  text-decoration: none;
}
.product-grid h3 {
  font-size: 16px;
  line-height: 24px;
  color: #202224;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product-grid .product-card__link .product-card__image {
  max-height: 140px;
  width: auto;
  display: flex;
  margin: 0 auto 20px;
}
.product-grid .btn {
  width: 100%;
  gap: 20px;
  padding: 20px 10px;
  font-family: "Manrope", sans-serif;
}
.product-grid .stock-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-grid .stock-price .product-card__price {
  font-size: 16px;
  line-height: 24px;
}
.product-grid .stock-price .product-card__price span {
  font-weight: 600;
}
.product-grid .stock-price .product-card__price small {
  font-weight: 400;
  font-size: 12px;
}
.product-grid .stock-price .product-card__stock {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #3377BC;
}
.product-grid .stock-price .product-card__stock.product-card__stock--instock {
  color: #03BE00;
}
.product-grid.category-grid .product-card {
  padding: 2rem;
  border-radius: 14px;
}
.product-grid.category-grid .product-card .product-card__link h3 {
  font-size: 18px;
  line-height: 26px;
  color: #00223D;
  font-weight: 600;
  width: 100%;
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #f6f6f6;
  margin-top: 15px;
  padding-top: 15px;
}
.product-grid.category-grid .product-card .product-card__link h3 svg {
  flex: 0 0 auto;
  width: 20px;
  min-width: 20px;
  height: auto;
  margin-top: 5px;
}
.product-grid.category-grid .product-card .product-card__link h3 svg path {
  fill: #00223D;
}
.product-grid.category-grid .product-card .product-card__link .product-card__image {
  height: 140px;
  width: auto;
  display: flex;
  margin: 0 auto 20px;
  object-fit: contain;
}
.product-grid.category-grid .product-card .product-card-count {
  font-size: 12px;
  line-height: 18px;
  color: black;
  background: #FFCD03;
  padding: 5px 10px;
  border-radius: 12px;
  display: inline-block;
  margin-top: 10px;
}
.product-grid.category-grid .product-card .product-card-count--quote {
  background-color: #F8F8F8;
}
.product-grid.category-grid .product-card:hover {
  box-shadow: 0px 0px 10px rgba(52, 119, 188, 0.2);
}
.product-grid.category-grid .product-card:hover .product-card__link h3 {
  color: #3377BC;
}
.product-grid.category-grid .product-card:hover .product-card__link svg path {
  fill: #3377BC;
}

.shop-header-gallery {
  width: 100%;
}
.shop-header-gallery__main {
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
}
.shop-header-gallery__main picture,
.shop-header-gallery__main img {
  display: block;
  width: 100%;
}
.shop-header-gallery__main img {
  height: 520px;
  object-fit: contain;
  padding: 40px;
}
.shop-header-gallery__thumbs {
  display: flex;
  gap: 8px;
}
.shop-header-gallery__thumb {
  border: none;
  background: #FFFFFF;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
}
.shop-header-gallery__thumb img {
  display: block;
  width: 100%;
  height: 75px;
  object-fit: contain;
  padding: 5px;
}
.shop-header-gallery__thumb.is-active {
  border: 1px solid #3377BD;
}

.archive.tax-product_cat .shop-archive--leaf-category,
.archive.tax-product_cat .shop-archive.shop-archive--category-cards {
  padding-top: 2rem;
}
.archive.tax-product_cat h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

.hero-area.shop-hero-area .hero-area-image .wrapper {
  padding: 5rem 30px;
}

.product-description li {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
}
.product-description p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.product-description p em {
  font-size: 14px;
  line-height: 20px;
}

.category-documents h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 24px;
}
.category-documents p {
  font-size: 16px;
  line-height: 26px;
}
.category-documents ul.category-documents__list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  row-gap: 5px;
  flex-wrap: wrap;
}
.category-documents ul.category-documents__list li.category-documents__item a {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  color: #202224;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
}
.category-documents ul.category-documents__list li.category-documents__item a::after {
  content: "";
  background-image: url(https://hydrastore.co.uk/wp-content/themes/hydrastore/assets/svg/rfp-download-black.svg);
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.category-documents ul.category-documents__list li.category-documents__item a:hover {
  background-color: #00223D;
  color: #FFFFFF;
}
.category-documents ul.category-documents__list li.category-documents__item a:hover::after {
  background-image: url(https://hydrastore.co.uk/wp-content/themes/hydrastore/assets/svg/rfp-download-white.svg);
}

/****************************************************
****** MEDIA QUERIES ALL *******
****************************************************/
@media screen and (max-width: 991px) {
  .shop-archive .two-col-grid.two-thirds-reverse.sidebar {
    grid-template-columns: 1fr;
  }
  .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar {
    border: none;
  }
  .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar ul {
    border: none;
    padding: 0;
  }
  .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar ul > li, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar ul > div {
    margin: 0;
    padding: 0;
  }
  .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar ul > li h3, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar ul > li h2, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar ul > div h3, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar ul > div h2 {
    margin-bottom: 0;
  }
  .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li h3:hover, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > li h2:hover, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div h3:hover, .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > div h2:hover {
    background: white;
    color: black;
  }
  .shop-archive .two-col-grid.two-thirds-reverse.sidebar .col.sidebar > ul > h3 {
    font-size: 18px;
    padding: 10px 20px;
  }
  .shop-header-gallery__main img {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .category-cards-hero-dark .category-cards-header .col:last-child {
    order: -1;
  }
  .category-cards-hero-dark .category-cards-header .col:last-child .shop-header-two-col-image {
    height: 300px;
  }
  .category-header .col:last-child {
    order: -1;
  }
  .category-header .col:last-child .shop-header-two-col-image {
    height: 300px;
  }
  .product-single h1,
  .archive.tax-product_cat h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .four-col-grid.product-grid.category-grid {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
}
.products-slider__track {
  margin-top: 3rem;
}
.products-slider__track .flickity-viewport {
  margin-bottom: 1.5rem;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card {
  background-color: #FFFFFF;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  width: calc(25% - 15px);
  margin: 0 10px;
  border-radius: 14px;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card img {
  height: 140px;
  width: 100%;
  display: flex;
  margin: 0 auto 20px;
  object-fit: contain;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card a {
  text-decoration: none;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card p.sku {
  font-size: 12px;
  color: black;
  margin-bottom: 5px;
  opacity: 0.5;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card h3 {
  font-size: 16px;
  line-height: 24px;
  color: #202224;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #F8F8F8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  letter-spacing: -0.5px;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card h3 svg {
  display: none;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card .stock-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card .stock-price .product-card__price {
  font-size: 16px;
  line-height: 24px;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card .stock-price .product-card__price span {
  font-weight: 600;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card .stock-price .product-card__price small {
  font-weight: 400;
  font-size: 12px;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card .stock-price .product-card__stock {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #3377BC;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card .stock-price .product-card__stock.product-card__stock--instock {
  color: #000000;
  background: #FFCD03;
  padding: 0 5px;
  border-radius: 6px;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card button {
  width: 100%;
  justify-content: center;
  gap: 20px;
  font-family: "Manrope", sans-serif;
}
.products-slider__track .flickity-viewport .flickity-slider .product-card button svg {
  width: 18px;
  height: auto;
}

.flickity-nav-wrapper {
  display: flex;
  align-items: center;
}
.flickity-nav-wrapper .flickity-page-dots {
  position: relative !important;
  bottom: unset !important;
  display: inline-block !important;
  text-align: left;
  width: auto;
  order: 3;
  margin-left: 10px !important;
}
.flickity-nav-wrapper .flickity-page-dots .dot {
  width: 15px !important;
  height: 15px !important;
  border-radius: 4px !important;
  margin: 0 3px !important;
}
.flickity-nav-wrapper .flickity-button {
  position: relative !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  bottom: unset !important;
  transform: unset !important;
  background: unset !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 4px !important;
  order: 1;
}

.grid-item {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.grid-item img {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
}

/* swiper gallery for single products */
.wc-swiper-main,
.wc-swiper-thumbs {
  width: 100%;
}

.wc-swiper-main .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.wc-swiper-thumbs {
  margin-top: 10px;
}
.wc-swiper-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.7;
  border-radius: 16px;
  width: auto !important;
}
.wc-swiper-thumbs .swiper-slide img {
  border-radius: 14px;
  width: 100px;
  height: auto;
  padding: 10px;
}

.wc-swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.wc-swiper-prev,
.wc-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  cursor: pointer;
}

.wc-swiper-prev {
  left: 0.5rem;
}

.wc-swiper-next {
  right: 0.5rem;
}

.swiper-slide {
  width: 100% !important;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
}
.swiper-slide img {
  padding: 3rem;
}

@media screen and (max-width: 991px) {
  .products-slider__track .flickity-viewport .flickity-slider .product-card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .products-slider__track .flickity-viewport .flickity-slider .product-card {
    width: 100%;
  }
}
#symbols-boxes .col a {
  display: flex;
  flex-direction: column;
  background-color: #3377BC;
  padding: 3rem;
  border-radius: 14px;
  text-decoration: none;
}
#symbols-boxes .col a img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
#symbols-boxes .col a h2, #symbols-boxes .col a p {
  color: #FFFFFF;
}
#symbols-boxes .col a p:last-child {
  margin-bottom: 0;
}
#symbols-boxes .col a .btn.right-arrow {
  background-color: #FFFFFF;
  color: #3377BC;
  justify-content: space-between;
}
#symbols-boxes .col a .btn.right-arrow svg path {
  fill: #3377BC;
}
#symbols-boxes .col a:hover h2 {
  color: #00223D;
}
#symbols-boxes .col a:hover .btn {
  background-color: #00223D;
  color: #FFFFFF;
}
#symbols-boxes .col a:hover .btn svg path {
  fill: #FFFFFF;
}
#symbols-boxes .col:last-child a {
  background-color: #00223D;
}
#symbols-boxes .col:last-child a .btn.right-arrow {
  background-color: #FFFFFF;
  color: #00223D;
}
#symbols-boxes .col:last-child a .btn.right-arrow svg path {
  fill: #00223D;
}
#symbols-boxes .col:last-child a:hover h2 {
  color: #3377BC;
}
#symbols-boxes .col:last-child a:hover .btn {
  background-color: #3377BC;
  color: #FFFFFF;
}
#symbols-boxes .col:last-child a:hover .btn svg path {
  fill: #FFFFFF;
}

.symbol-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.symbol-category-grid .symbol-category-card {
  padding: 2rem;
}
.symbol-category-grid .symbol-category-card .product-card__link .symbol-card__image {
  height: 70px;
  width: auto;
  display: flex;
  margin: 0 auto 20px;
  max-width: 120px;
}
.symbol-category-grid .symbol-category-card .product-card__link .product-box__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -1px;
  color: #00223D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.symbol-category-grid .symbol-category-card .product-card__link .product-box__title svg path {
  fill: #00223D;
}
.symbol-category-grid .symbol-category-card:hover .product-card__link .product-box__title {
  color: #3377BC;
}
.symbol-category-grid .symbol-category-card:hover .product-card__link .product-box__title svg path {
  fill: #3377BC;
}

.symbol-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.symbol-grid .symbol-card .symbol-card__image {
  height: 70px;
  width: auto;
  display: flex;
  margin: 0 auto 20px;
  max-width: 120px;
}
.symbol-grid .symbol-card .product-box__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -1px;
  color: #00223D;
}
.symbol-grid .symbol-card .product-box__title svg {
  display: none;
}
.symbol-grid .symbol-card ul {
  padding-left: 0;
  list-style-type: none;
}
.symbol-grid .symbol-card ul li a.btn.rfp-download {
  justify-content: space-between !important;
  padding: 12px 30px !important;
  color: #00223D !important;
  margin-bottom: 5px;
  border-radius: 6px;
  background: #e9e9e9 !important;
}
.symbol-grid .symbol-card ul li a.btn.rfp-download svg {
  width: auto;
  height: 16px;
}
.symbol-grid .symbol-card ul li a.btn.rfp-download svg path {
  fill: #00223D;
}
.symbol-grid .symbol-card ul li a.btn.rfp-download:hover {
  background: #00223D !important;
  color: #FFFFFF !important;
}
.symbol-grid .symbol-card ul li a.btn.rfp-download:hover svg path {
  fill: #FFFFFF;
}

p.symbol-back-link {
  margin-top: 3rem;
}

@media screen and (max-width: 991px) {
  .symbol-category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .symbol-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .symbol-category-grid {
    grid-template-columns: 1fr;
  }
  .symbol-grid {
    grid-template-columns: 1fr;
  }
}
.careers-grid {
  margin: 0 auto;
  max-width: 900px;
}
.careers-grid .careers-grid-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 3rem;
}

.job-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin: 1.5rem 0;
}
.job-details span {
  display: flex;
  padding: 10px 15px;
  background-color: #f4f4f4;
  color: #202224;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-radius: 4px;
}

.career-apply-wrapper {
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 3rem auto 0;
  max-width: 900px;
}
.career-apply-wrapper .career-apply {
  background-color: #00223D;
  padding: 3rem;
  border-radius: 14px;
}
.career-apply-wrapper .career-apply h2, .career-apply-wrapper .career-apply p {
  color: #FFFFFF;
}

.partners-list .partner-item {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 3rem;
  padding: 3rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  align-items: start;
}
@media (max-width: 900px) {
  .partners-list .partner-item {
    grid-template-columns: 1fr;
  }
}
.partners-list .partner-main {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.partners-list .partner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 25px;
}
.partners-list .partner-header h2 {
  margin: 0;
}
.partners-list .partner-header .partner-logo {
  max-height: 50px;
  width: auto;
  object-fit: contain;
}
.partners-list .partner-content p {
  margin-bottom: 1rem;
}
.partners-list .partner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.partners-list .partner-actions .btn {
  white-space: nowrap;
}
.partners-list .partner-actions .btn.hy-video {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.partners-list .partner-video-panel {
  display: none;
  margin-top: 1rem;
}
.partners-list .partner-video-panel:target {
  display: block;
}
.partners-list .partner-video-panel iframe,
.partners-list .partner-video-panel video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  border-radius: 10px;
}
.partners-list .partner-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: start;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.partners-list .partner-images img {
  width: 100%;
  height: clamp(160px, 14vw, 230px);
  border-radius: 10px;
  object-fit: contain;
  background: #FFFFFF;
  padding: 1rem;
}

.brands-grid {
  grid-gap: 20px;
}
.brands-grid .col.brand-card {
  background-color: #FFFFFF;
  padding: 3rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.brands-grid .col.brand-card .brand-card__image {
  margin-bottom: 20px;
  display: flex;
}
.brands-grid .col.brand-card .brand-card__image img {
  height: 60px;
  width: 100%;
  object-fit: contain;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.brands-grid .col.brand-card .brand-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.brands-grid .col.brand-card .brand-card__content .brand-card__description p {
  font-size: 16px;
  line-height: 28px;
}
.brands-grid .col.brand-card .btn {
  margin-top: auto;
  text-align: left;
  gap: 15px;
}

@media screen and (max-width: 900px) {
  .partners-list .partner-images {
    border-left: none;
    flex-direction: row;
  }
  .partners-list .partner-actions .btn {
    white-space: normal;
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .partners-list .partner-header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .partners-list .partner-images img {
    height: clamp(80px, 14vw, 140px);
    padding: 0;
  }
}
.hydraulic-calculators__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 45px;
  align-items: flex-start;
}

.hydraulic-calculators__column {
  flex: 1 1 0;
  min-width: 0;
}

.hydraulic-calculators__grid > .hydraulic-calculator {
  flex: 0 0 calc(50% - 22.5px);
}

.hydraulic-calculator {
  width: 100%;
  margin: 0;
  background: #f4f4f4;
}

.hydraulic-calculators__column .hydraulic-calculator {
  margin: 0 0 30px;
}

.hydraulic-calculator__title {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}
.hydraulic-calculator__title span {
  letter-spacing: -1px;
}

.hydraulic-calculator__toggle {
  width: 100%;
  min-height: 70px;
  padding: 20px 52px 20px 28px;
  border: 0;
  background: #00508f;
  color: #fff;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  position: relative;
  border-radius: 14px;
}

.hydraulic-calculator__toggle::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #ffcc00;
}

.hydraulic-calculator.is-open .hydraulic-calculator__toggle::after {
  border-top: 0;
  border-bottom: 12px solid #ffcc00;
}

.hydraulic-calculator__panel {
  padding: 28px;
}
.hydraulic-calculator__panel .hydraulic-calculator__intro p {
  font-size: 14px;
  line-height: 20px;
}

.hydraulic-calculator__form fieldset {
  border: unset;
}
.hydraulic-calculator__form fieldset legend {
  font-weight: 700;
  margin-bottom: 10px;
}
.hydraulic-calculator__form fieldset .hydraulic-calculator__field {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 15px;
  margin-bottom: 10px;
  align-items: center;
}
.hydraulic-calculator__form fieldset .hydraulic-calculator__field input {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 14px;
  font-weight: 700;
  border-radius: 14px;
  padding: 10px;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
}
.hydraulic-calculator__form .hydraulic-calculator__actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.hydraulic-calculator__form .hydraulic-calculator__actions .btn {
  padding: 10px 15px;
  font-size: 14px;
}
.hydraulic-calculator__form .hydraulic-calculator__note p {
  font-size: 12px;
  line-height: 18px;
}

.hydraulic-calculators--single .hydraulic-calculator {
  margin-bottom: 2rem;
}
.hydraulic-calculators--single .hydraulic-calculator__toggle {
  cursor: default;
}
.hydraulic-calculators--single .hydraulic-calculator__toggle:after {
  display: none;
}

@media (max-width: 767px) {
  .hydraulic-calculators__grid {
    display: block;
  }
  .hydraulic-calculators__grid > .hydraulic-calculator {
    width: 100%;
    margin: 0 0 30px;
  }
}
.accordion-wrapper .accordion-item {
  margin-top: 1rem;
  border-top: 1px solid rgba(1, 66, 103, 0.1058823529);
  padding-top: 1rem;
}
.accordion-wrapper .accordion-item:last-child {
  border-bottom: 1px solid rgba(1, 66, 103, 0.1058823529);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.accordion-wrapper .accordion-item .accordion-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 5px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  transition: background 0.3s ease;
  position: relative;
  font-family: "Manrope", sans-serif;
  color: #00223D;
  letter-spacing: -1px;
}
.accordion-wrapper .accordion-item .accordion-toggle .accordion-icon {
  transition: transform 0.3s ease;
}
.accordion-wrapper .accordion-item .accordion-toggle .accordion-icon::before {
  content: "+";
  font-size: 2rem;
  line-height: 28px;
}
.accordion-wrapper .accordion-item .accordion-toggle.open .accordion-icon {
  transform: rotate(45deg);
}
.accordion-wrapper .accordion-item .accordion-toggle:hover {
  color: #00223D;
}
.accordion-wrapper .accordion-item .accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  padding: 0;
}
.accordion-wrapper .accordion-item .accordion-content p {
  font-size: 16px;
  line-height: 28px;
}
.accordion-wrapper .accordion-item .accordion-content.open {
  padding-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .accordion-wrapper .accordion-item .accordion-toggle {
    font-size: 16px;
    line-height: 24px;
    gap: 25px;
    font-weight: 700;
  }
}
/* ========================================
   Hose selector pages
   Gates:   page-id-9336
   Balflex: page-id-9339
======================================== */
.page-id-9336 .bar,
.page-id-9339 .bar {
  width: 20px;
  height: 20px;
}
.page-id-9336 .bar_0,
.page-id-9339 .bar_0 {
  background-color: #00ffff;
}
.page-id-9336 .bar_50,
.page-id-9339 .bar_50 {
  background-color: #F9AC85;
}
.page-id-9336 .bar_100,
.page-id-9339 .bar_100 {
  background-color: #fff200;
}
.page-id-9336 .bar_200,
.page-id-9339 .bar_200 {
  background-color: #38CAFF;
}
.page-id-9336 .bar_300,
.page-id-9339 .bar_300 {
  background-color: #C9C9CF;
}
.page-id-9336 .bar_400,
.page-id-9339 .bar_400 {
  background-color: #25D4B1;
}
.page-id-9336 table.hose_selector,
.page-id-9339 table.hose_selector {
  margin: 12px 0;
}
.page-id-9336 table.hose_selector th,
.page-id-9339 table.hose_selector th {
  vertical-align: bottom;
  font-size: 12px;
  line-height: 110%;
}
.page-id-9336 table.hose_selector th,
.page-id-9336 table.hose_selector td,
.page-id-9339 table.hose_selector th,
.page-id-9339 table.hose_selector td {
  padding: 6px;
}
.page-id-9336 table.hose_selector td,
.page-id-9339 table.hose_selector td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
.page-id-9336 table.hose_selector td:nth-of-type(1), .page-id-9336 table.hose_selector td:nth-of-type(2),
.page-id-9339 table.hose_selector td:nth-of-type(1),
.page-id-9339 table.hose_selector td:nth-of-type(2) {
  text-align: left;
}
.page-id-9336 table.hose_selector td img,
.page-id-9339 table.hose_selector td img {
  max-width: 50px;
}
.page-id-9336 table.hose_selector tr,
.page-id-9339 table.hose_selector tr {
  border-bottom: 1px solid #ccc;
}

/* Gates-specific */
/* Balflex-specific */
.page-id-9339 table.hose_selector .texmaster-1-hose td:nth-of-type(3),
.page-id-9339 table.hose_selector .balflon-sae-100r14 td:nth-of-type(3) {
  text-align: left;
}
.page-id-9339 table td.standard_range {
  background-color: #f5f5f5;
}
.page-id-9339 table td.application_specific {
  background-color: #eaeaea;
}
.page-id-9339 tbody tr.texmaster-1-hose td:nth-child(6),
.page-id-9339 tbody tr.texmaster-1-hose td:nth-child(7),
.page-id-9339 tbody tr.texmaster-1-hose td:nth-child(8),
.page-id-9339 tbody tr.texmaster-1-hose td:nth-child(9),
.page-id-9339 tbody tr.texmaster-1-hose td:nth-child(10),
.page-id-9339 tbody tr.texmaster-1-hose td:nth-child(11),
.page-id-9339 tbody tr.texmaster-1-hose td:nth-child(12),
.page-id-9339 tbody tr.texmaster-1-hose td:nth-child(13),
.page-id-9339 tbody tr.texmaster-3t td:nth-child(12),
.page-id-9339 tbody tr.texmaster-3t td:nth-child(13),
.page-id-9339 tbody tr.texmaster-3t td:nth-child(14),
.page-id-9339 tbody tr.tornare-4-hose td:nth-child(10),
.page-id-9339 tbody tr.tornare-4-hose td:nth-child(11),
.page-id-9339 tbody tr.tornare-4-hose td:nth-child(12),
.page-id-9339 tbody tr.tornare-4-hose td:nth-child(13),
.page-id-9339 tbody tr.tornare-4-hose td:nth-child(14),
.page-id-9339 tbody tr.tornare-4-hose td:nth-child(15),
.page-id-9339 tbody tr.tornare-4-hose td:nth-child(16),
.page-id-9339 tbody tr.tornare-4-hose td:nth-child(17),
.page-id-9339 tbody tr.tornare-4-hose td:nth-child(18),
.page-id-9339 tbody tr.forza-uno-hose td:nth-child(14),
.page-id-9339 tbody tr.forza-uno-hose td:nth-child(15),
.page-id-9339 tbody tr.forza-uno-hose td:nth-child(16) {
  background-color: #00ffff;
}
.page-id-9339 tbody tr.texmaster-3t td:nth-child(5),
.page-id-9339 tbody tr.texmaster-3t td:nth-child(6),
.page-id-9339 tbody tr.texmaster-3t td:nth-child(7),
.page-id-9339 tbody tr.zetaflex-hose td:nth-child(6),
.page-id-9339 tbody tr.zetaflex-hose td:nth-child(7),
.page-id-9339 tbody tr.zetaflex-hose td:nth-child(8),
.page-id-9339 tbody tr.zetaflex-hose td:nth-child(9),
.page-id-9339 tbody tr.zetaflex-hose td:nth-child(10),
.page-id-9339 tbody tr.forza-due-hose td:nth-child(12),
.page-id-9339 tbody tr.balmaster-bestflex-4sp-hose td:nth-child(14),
.page-id-9339 tbody tr.balmaster-bestflex-r12-hose td:nth-child(14),
.page-id-9339 tbody tr.balmaster-bestflex-r12-hose td:nth-child(15),
.page-id-9339 tbody tr.balflon-sae-100r14 td:nth-child(7),
.page-id-9339 tbody tr.balflon-sae-100r14 td:nth-child(8),
.page-id-9339 tbody tr.balflon-sae-100r14 td:nth-child(9),
.page-id-9339 tbody tr.balflon-sae-100r14 td:nth-child(10),
.page-id-9339 tbody tr.balflon-sae-100r14 td:nth-child(11),
.page-id-9339 tbody tr.balflon-convoluted-hose td:nth-child(5),
.page-id-9339 tbody tr.balflon-convoluted-hose td:nth-child(6),
.page-id-9339 tbody tr.balflon-convoluted-hose td:nth-child(7),
.page-id-9339 tbody tr.balflon-convoluted-hose td:nth-child(8) {
  background-color: #fff200;
}
.page-id-9339 tbody tr.texmaster-3t td:nth-child(8),
.page-id-9339 tbody tr.texmaster-3t td:nth-child(9),
.page-id-9339 tbody tr.texmaster-3t td:nth-child(10),
.page-id-9339 tbody tr.texmaster-3t td:nth-child(11),
.page-id-9339 tbody tr.zetaflex-hose td:nth-child(11),
.page-id-9339 tbody tr.zetaflex-hose td:nth-child(12),
.page-id-9339 tbody tr.forza-uno-hose td:nth-child(12),
.page-id-9339 tbody tr.forza-uno-hose td:nth-child(13),
.page-id-9339 tbody tr.forza-due-hose td:nth-child(13),
.page-id-9339 tbody tr.forza-due-hose td:nth-child(14),
.page-id-9339 tbody tr.forza-due-hose td:nth-child(15),
.page-id-9339 tbody tr.forza-due-hose td:nth-child(16),
.page-id-9339 tbody tr.balflon-sae-100r14 td:nth-child(12),
.page-id-9339 tbody tr.balflon-sae-100r14 td:nth-child(13),
.page-id-9339 tbody tr.balflon-convoluted-hose td:nth-child(9),
.page-id-9339 tbody tr.balflon-convoluted-hose td:nth-child(10),
.page-id-9339 tbody tr.balflon-convoluted-hose td:nth-child(11) {
  background-color: #F9AC85;
}
.page-id-9339 tbody tr.zetaflex-hose td:nth-child(5),
.page-id-9339 tbody tr.balpac-3000-sharkskin-hose td:nth-child(6),
.page-id-9339 tbody tr.balpac-3000-sharkskin-hose td:nth-child(7),
.page-id-9339 tbody tr.balpac-3000-sharkskin-hose td:nth-child(8),
.page-id-9339 tbody tr.balpac-3000-sharkskin-hose td:nth-child(9),
.page-id-9339 tbody tr.balpac-premium-sharkskin-hose td:nth-child(10),
.page-id-9339 tbody tr.balpac-premium-sharkskin-hose td:nth-child(11),
.page-id-9339 tbody tr.balpac-premium-sharkskin-hose td:nth-child(12),
.page-id-9339 tbody tr.balmaster-bestflex-4sp-hose td:nth-child(12),
.page-id-9339 tbody tr.balmaster-bestflex-4sp-hose td:nth-child(13),
.page-id-9339 tbody tr.powerspir-bestflex-4sh td:nth-child(14),
.page-id-9339 tbody tr.balmaster-bestflex-r12-hose td:nth-child(8),
.page-id-9339 tbody tr.balmaster-bestflex-r12-hose td:nth-child(9),
.page-id-9339 tbody tr.balmaster-bestflex-r12-hose td:nth-child(10),
.page-id-9339 tbody tr.balmaster-bestflex-r12-hose td:nth-child(11),
.page-id-9339 tbody tr.balmaster-bestflex-r12-hose td:nth-child(12),
.page-id-9339 tbody tr.balmaster-bestflex-r12-hose td:nth-child(13),
.page-id-9339 tbody tr.balflon-sae-100r14 td:nth-child(5),
.page-id-9339 tbody tr.balflon-sae-100r14 td:nth-child(6) {
  background-color: #38CAFF;
}
.page-id-9339 tbody tr.balpac-premium-sharkskin-hose td:nth-child(6),
.page-id-9339 tbody tr.balpac-premium-sharkskin-hose td:nth-child(7),
.page-id-9339 tbody tr.balpac-premium-sharkskin-hose td:nth-child(8),
.page-id-9339 tbody tr.balmaster-bestflex-4sp-hose td:nth-child(7),
.page-id-9339 tbody tr.balmaster-bestflex-4sp-hose td:nth-child(8),
.page-id-9339 tbody tr.balmaster-bestflex-4sp-hose td:nth-child(9),
.page-id-9339 tbody tr.powerspir-bestflex-4sh td:nth-child(10),
.page-id-9339 tbody tr.powerspir-bestflex-4sh td:nth-child(11),
.page-id-9339 tbody tr.powerspir-bestflex-r15 td:nth-child(12),
.page-id-9339 tbody tr.powerspir-bestflex-r15 td:nth-child(13),
.page-id-9339 tbody tr.powerspir-bestflex-r15 td:nth-child(14) {
  background-color: #25D4B1;
}
.page-id-9339 tbody tr.balpac-premium-sharkskin-hose td:nth-child(9),
.page-id-9339 tbody tr.balmaster-bestflex-4sp-hose td:nth-child(10),
.page-id-9339 tbody tr.balmaster-bestflex-4sp-hose td:nth-child(11),
.page-id-9339 tbody tr.powerspir-bestflex-4sh td:nth-child(12),
.page-id-9339 tbody tr.powerspir-bestflex-4sh td:nth-child(13),
.page-id-9339 tbody tr.powerspir-bestflex-r13-hose td:nth-child(12),
.page-id-9339 tbody tr.powerspir-bestflex-r13-hose td:nth-child(13),
.page-id-9339 tbody tr.powerspir-bestflex-r13-hose td:nth-child(14) {
  background-color: #C9C9CF;
}

.plot-key {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  row-gap: 10px;
}
.plot-key > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.plot-key > div span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00223D;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.plot-key > div span:before {
  content: "";
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 50%;
}
.plot-key > div p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
.plot-key > div.plot-green span {
  background-color: #F3404B;
}
.plot-key > div.plot-green p {
  color: #F3404B;
}
.plot-key > div.plot-blue span {
  background-color: #3377BC;
}
.plot-key > div.plot-blue p {
  color: #3377BC;
}
.plot-key > div.plot-red span {
  background-color: #FFCD03;
}
.plot-key > div.plot-red p {
  color: #FFCD03;
}

.plotted-points .highlight {
  animation: pulse 1s ease infinite;
}

.power-unit {
  position: relative;
  display: flex;
  justify-content: center;
}
.power-unit .power-unit-img {
  position: relative;
  max-width: 730px;
}
.power-unit .power-unit-img img {
  width: 100%;
  height: auto;
  max-width: 730px;
  display: block;
  margin: 0 auto;
}
.power-unit .power-unit-img .plotted-points > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.power-unit .power-unit-img .plotted-points > div .plot-dot {
  width: 60px;
  height: 60px;
  background: #3377BC;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  border: 1px solid white;
}
.power-unit .power-unit-img .plotted-points > div .plot-dot:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://hydrastore.co.uk/wp-content/uploads/2026/05/plot-hand.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.power-unit .power-unit-img .plotted-points > div .plot-dot:hover {
  width: 60px;
  height: 60px;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
}
.power-unit .power-unit-img .plotted-points > div .plot-dot:hover:before {
  width: 12px;
  height: 12px;
  transition: all 0.25s ease-in-out;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  background-color: white;
  width: 80%;
  max-width: 400px;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
  border-radius: 14px;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-products {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-products .plot-product {
  text-align: center;
  padding: 12px;
  width: 33.333%;
  align-self: stretch;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-products .plot-product img {
  width: auto;
  height: 60px;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-products .plot-product span {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  display: block;
  text-transform: capitalize;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-title {
  background: #00223D;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px 14px 0 0;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-title button.close-btn {
  border: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6392156863);
  border-radius: 50px;
  cursor: pointer;
}
.power-unit .power-unit-img .plotted-points > div .plotted-content .plot-title button.close-btn:hover {
  background: #ffffff;
}
.power-unit .power-unit-img .plotted-points [data-type=control] .plot-dot {
  background-color: #FFCD03;
}
.power-unit .power-unit-img .plotted-points [data-type=hydraulics] .plot-dot {
  background-color: #F3404B;
}
.power-unit .power-unit-img .plotted-points div.plot-1 .plot-dot {
  top: 50%;
  left: 40%;
}
.power-unit .power-unit-img .plotted-points div.plot-2 .plot-dot {
  top: 36%;
  left: 57%;
}
.power-unit .power-unit-img .plotted-points div.plot-3 .plot-dot {
  top: 28%;
  left: 71%;
}
.power-unit .power-unit-img .plotted-points div.plot-4 .plot-dot {
  top: 17%;
  left: 80%;
}

.ship-unit {
  position: relative;
  display: flex;
  justify-content: center;
}
.ship-unit .ship-unit-img {
  position: relative;
  max-width: 1400px;
}
.ship-unit .ship-unit-img img {
  width: 100%;
  height: auto;
  max-width: 1400px;
  display: block;
  margin: 0 auto;
  border-radius: 14px;
}
.ship-unit .ship-unit-img .plotted-points > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ship-unit .ship-unit-img .plotted-points > div .plot-dot {
  width: 60px;
  height: 60px;
  background: #ff6486;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  border: 1px solid white;
}
.ship-unit .ship-unit-img .plotted-points > div .plot-dot:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://hydrastore.co.uk/wp-content/uploads/2026/05/plot-hand.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ship-unit .ship-unit-img .plotted-points > div .plot-dot:hover {
  width: 60px;
  height: 60px;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
}
.ship-unit .ship-unit-img .plotted-points > div .plot-dot:hover:before {
  width: 12px;
  height: 12px;
  transition: all 0.25s ease-in-out;
}
.ship-unit .ship-unit-img .plotted-points > div .plotted-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  background-color: white;
  width: 80%;
  max-width: 400px;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
  border-radius: 14px;
}
.ship-unit .ship-unit-img .plotted-points > div .plotted-content.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.ship-unit .ship-unit-img .plotted-points > div .plotted-content .plot-content {
  padding: 2rem;
}
.ship-unit .ship-unit-img .plotted-points > div .plotted-content .plot-content p {
  margin-bottom: 10px;
}
.ship-unit .ship-unit-img .plotted-points > div .plotted-content .plot-content p:last-child {
  margin-bottom: 0;
}
.ship-unit .ship-unit-img .plotted-points > div .plotted-content .plot-title {
  background: #ff6486;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px 14px 0 0;
}
.ship-unit .ship-unit-img .plotted-points > div .plotted-content .plot-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.ship-unit .ship-unit-img .plotted-points > div .plotted-content .plot-title button.close-btn {
  border: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6392156863);
  border-radius: 50px;
  cursor: pointer;
}
.ship-unit .ship-unit-img .plotted-points > div .plotted-content .plot-title button.close-btn:hover {
  background: #ffffff;
}
.ship-unit .ship-unit-img .plotted-points div.plot-1 .plot-dot {
  top: 45%;
  left: 30%;
}
.ship-unit .ship-unit-img .plotted-points div.plot-2 .plot-dot {
  top: 56%;
  left: 57%;
}
.ship-unit .ship-unit-img .plotted-points div.plot-3 .plot-dot {
  top: 21%;
  left: 48%;
}

.powerpack-configurator h2 {
  text-align: center;
}
.powerpack-configurator #powerpack-selector fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border: none;
  justify-content: center;
  align-items: flex-end;
}
.powerpack-configurator #powerpack-selector fieldset a#ppk_select_reset {
  background-color: #3377BC;
  border-radius: 14px;
  padding: 18px 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: "Manrope", sans-serif;
  margin: 0;
  display: flex;
  text-decoration: none;
}
.powerpack-configurator #powerpack-selector fieldset a#ppk_select_reset:hover {
  background-color: #00223D;
}
.powerpack-configurator #powerpack-selector fieldset .selector_grid_1,
.powerpack-configurator #powerpack-selector fieldset .selector_grid_2,
.powerpack-configurator #powerpack-selector fieldset .selector_grid_3 {
  display: flex;
  flex-direction: column;
}
.powerpack-configurator #powerpack-selector fieldset .selector_grid_1 label,
.powerpack-configurator #powerpack-selector fieldset .selector_grid_2 label,
.powerpack-configurator #powerpack-selector fieldset .selector_grid_3 label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.powerpack-configurator #powerpack-selector fieldset .selector_grid_1 select,
.powerpack-configurator #powerpack-selector fieldset .selector_grid_2 select,
.powerpack-configurator #powerpack-selector fieldset .selector_grid_3 select {
  width: 220px;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 22px !important;
  font-family: "Manrope", sans-serif;
  line-height: 18px;
  font-weight: 700;
  border-radius: 14px;
  padding: 15px;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
  letter-spacing: -0.5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}

#powerpack-results {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
#powerpack-results table {
  width: 100%;
  min-width: 1100px;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 40px;
}
#powerpack-results table thead tr th {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 5px;
}
#powerpack-results table tbody tr td {
  font-size: 12px;
  line-height: 18px;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .power-unit .power-unit-img .plotted-points > div .plot-dot,
  .ship-unit .ship-unit-img .plotted-points > div .plot-dot {
    width: 40px;
    height: 40px;
  }
  .power-unit .power-unit-img .plotted-points > div .plot-dot:before,
  .ship-unit .ship-unit-img .plotted-points > div .plot-dot:before {
    width: 14px;
    height: 14px;
  }
  .power-unit .power-unit-img .plotted-points > div .plot-dot:hover,
  .ship-unit .ship-unit-img .plotted-points > div .plot-dot:hover {
    width: 40px;
    height: 40px;
  }
  .powerpack-configurator #powerpack-selector fieldset .selector_grid_1 select, .powerpack-configurator #powerpack-selector fieldset .selector_grid_2 select, .powerpack-configurator #powerpack-selector fieldset .selector_grid_3 select {
    width: 100%;
    font-size: 14px;
  }
  .powerpack-configurator #powerpack-selector fieldset .selector_grid_1 label, .powerpack-configurator #powerpack-selector fieldset .selector_grid_2 label, .powerpack-configurator #powerpack-selector fieldset .selector_grid_3 label {
    font-size: 12px;
    line-height: 14px;
  }
}

/*# sourceMappingURL=main.css.map */
