/*
		Theme Name: Basilisk
		Version: 1.1
		Author: Luke Molnar
		*/
.zero {
  margin: 0;
  padding: 0;
}
.zero-i {
  margin: 0 !important;
  padding: 0 !important;
}
.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1300px) {
  .desktop-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media screen and (max-width: 800px) {
  .mobile-show {
    display: inherit !important;
  }
}
.tablet-show {
  display: none;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .tablet-show {
    display: inherit !important;
  }
}
.desktop-show {
  display: none;
}
@media screen and (min-width: 1300px) {
  .desktop-show {
    display: inherit !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.c-pad {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .c-pad {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .c-pad {
    padding-right: 15px !important;
  }
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns .column {
  flex: 1 1 0;
}
.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
body:not(.admin-bar) .debug-box {
  display: none !important;
}
.debug-box {
  margin: 20px;
  padding: 20px;
  border: #be6eff solid 2px;
  background-color: rgba(213,176,255,0.9);
  border-radius: 10px;
  overflow: scroll;
  max-height: 800px;
  position: relative;
  z-index: 9999;
}
.debug-box span.debug-message {
  color: #8250d7;
  font-weight: bold;
  font-size: 1.2em;
}
.debug-box pre {
  color: #8250d7;
  background: none;
  border: none;
}
.alignfull {
  max-width: 100%;
}
.alignwide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.aligncenter div {
  text-align: center;
}
.wp-block-columns {
  margin: 0 auto;
  max-width: 1100px;
}
.wp-block-separator {
  width: 50%;
  border: solid 1px #666666;
  margin: 50px auto;
}
.wp-block-image.middle {
  display: flex;
  height: 100%;
  align-items: center;
}
img.alignright {
  float: right;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #7b7e81;
  line-height: 1.6em;
}
@media screen and (max-width: 800px) {
  html,
  body {
    font-size: 14px !important;
  }
}
img {
  max-width: 100%;
}
a {
  color: #0069AA;
}
ins {
  background: unset;
}
input:focus-visible {
  outline: none;
}
@font-face {
  font-family: "Block";
  src: url('dna/fonts/apron/block.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Script";
  src: url('dna/fonts/apron/script.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url('dna/fonts/Inter/Inter-VariableFont_opsz,wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url('dna/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
}
.base-font {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .base-font {
    font-size: 14px !important;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2em;
  color: #0069AA;
  text-wrap: balance;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em {
  font-style: normal;
  color: #232020;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  text-decoration: none !important;
  display: inline;
  position: relative;
  z-index: 2;
}
h1 span::after,
h2 span::after,
h3 span::after,
h4 span::after,
h5 span::after {
  content: "";
  border-bottom: solid 4px #f39200;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  z-index: -1;
}
h1:has(+ h1),
h1:has(+ h2),
h1:has(+ h3),
h1:has(+ h4),
h1:has(+ h5),
h1:has(+ h6),
h2:has(+ h1),
h2:has(+ h2),
h2:has(+ h3),
h2:has(+ h4),
h2:has(+ h5),
h2:has(+ h6),
h3:has(+ h1),
h3:has(+ h2),
h3:has(+ h3),
h3:has(+ h4),
h3:has(+ h5),
h3:has(+ h6),
h4:has(+ h1),
h4:has(+ h2),
h4:has(+ h3),
h4:has(+ h4),
h4:has(+ h5),
h4:has(+ h6),
h5:has(+ h1),
h5:has(+ h2),
h5:has(+ h3),
h5:has(+ h4),
h5:has(+ h5),
h5:has(+ h6) {
  margin-bottom: 20px;
}
h1 {
  font-size: 48px;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 34px !important;
  }
}
h2 {
  font-size: 38px;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 28px !important;
  }
}
h3 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 22px !important;
  }
}
h4 {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  h4 {
    font-size: 16px !important;
  }
}
h5 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  h5 {
    font-size: 14px !important;
  }
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  #wpadminbar {
    transition: 0.5s !important;
  }
}
body.scrolled header.main #upper-header {
  height: 0;
  padding: 0;
  overflow: hidden;
}
body.scrolled header.main #lower-header {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
@media screen and (max-width: 800px) {
  body.scrolled header.main #lower-header .menu-mobile-main-menu-container {
    top: 85px !important;
  }
}
body.scrolled header.main #lower-header .search-container.active {
  top: 105px;
}
@media screen and (max-width: 800px) {
  body.site-notice-active header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    top: 127px !important;
  }
}
@media screen and (max-width: 800px) {
  body.site-notice-active.scrolled header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    top: 85px !important;
  }
}
body.admin-bar header.main {
  top: 32px;
}
@media screen and (max-width: 800px) {
  body.admin-bar header.main {
    top: 46px !important;
  }
}
@media screen and (max-width: 800px) {
  body.admin-bar header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    top: 132px !important;
  }
}
@media screen and (max-width: 800px) {
  body.admin-bar.scrolled #wpadminbar {
    top: -46px !important;
  }
}
@media screen and (max-width: 800px) {
  body.admin-bar.scrolled header.main {
    top: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.admin-bar.scrolled header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    top: 85px !important;
  }
}
body.site-notice-active.admin-bar header.main {
  top: 32px;
}
@media screen and (max-width: 800px) {
  body.site-notice-active.admin-bar header.main {
    top: 46px !important;
  }
}
@media screen and (max-width: 800px) {
  body.site-notice-active.admin-bar header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    top: 171px !important;
  }
}
@media screen and (max-width: 800px) {
  body.site-notice-active.admin-bar.scrolled header.main {
    top: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.site-notice-active.admin-bar.scrolled header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    top: 85px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  body.site-notice-active.admin-bar.scrolled header.main #lower-header .header-inner .search-container.active {
    bottom: calc(100vh - 190px) !important;
  }
}
@media screen and (max-width: 800px) {
  body.site-notice-active.admin-bar.scrolled header.main #lower-header .header-inner .search-container.active {
    bottom: calc(100vh - 160px) !important;
  }
}
header.main {
  transition: 0.5s;
  position: fixed;
  z-index: 30;
  left: 0;
  right: 0;
  top: 0;
}
header.main #upper-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0069AA;
  color: white;
  transition: 0.4s;
  height: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  header.main #upper-header {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #upper-header {
    padding-right: 15px !important;
  }
}
header.main #upper-header .header-inner {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 800px) {
  header.main #upper-header .header-inner {
    justify-content: start !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #upper-header .header-inner {
    overflow: scroll !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #upper-header .header-inner {
    white-space: nowrap !important;
  }
}
header.main #upper-header .header-inner .site-notice {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
header.main #upper-header .header-inner .site-notice a {
  color: white;
}
header.main #lower-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.4s;
  height: 85px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  background-color: white;
  display: flex;
}
@media screen and (max-width: 800px) {
  header.main #lower-header {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header {
    padding-right: 15px !important;
  }
}
header.main #lower-header .header-inner {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}
header.main #lower-header .header-inner .logo-container img {
  min-width: 327px;
  width: 327px;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main #lower-header .header-inner .logo-container img {
    width: 250px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main #lower-header .header-inner .logo-container img {
    min-width: 250px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .logo-container img {
    width: 220px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .logo-container img {
    min-width: 220px !important;
  }
}
@media screen and (min-width: 1300px) {
  header.main #lower-header .header-inner .menu-main-menu-container {
    display: flex !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container {
    display: none !important;
  }
}
@media screen and (min-width: 1300px) {
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    display: flex !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container,
header.main #lower-header .header-inner .menu-mobile-main-menu-container {
  justify-content: start;
  flex-grow: 1;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    top: 85px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    position: fixed !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    justify-content: start !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    pointer-events: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    transition: 0.4s !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    background-color: white !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container.active,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container.active {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container.active,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container.active {
    pointer-events: all !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0;
  align-items: center;
  background-color: #f5f5f5;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul {
    overflow-y: auto !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li {
  display: none;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li:first-child,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li:first-child {
  display: block;
  padding: 0 10px;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li:first-child::before,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li:first-child::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f0ca';
  font-weight: 900;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li:first-child::before,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li:first-child::before {
  font-size: 20px;
  margin-left: 10px;
  color: black;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li:first-child::before,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li:first-child::before {
    display: none !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li:first-child > a,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li:first-child > a {
  padding-left: 7px;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li {
  margin: 0;
  padding: 0;
  transition: 0.4s;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li {
    padding: 29px 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li {
    height: unset !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li {
    border-bottom: solid 1px #e7e7e7 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li {
    align-items: start !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li > a,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li > a {
  white-space: nowrap;
  padding: 29px 15px;
  transition: 0.2s;
  color: #232020;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li > a,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li > a {
    padding: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li > a,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li > a {
    width: 100% !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li > a::after,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li > a::after {
  content: "";
  transition: 0.4s;
  display: block;
  height: 2px;
  background-color: #0069AA;
  width: 0%;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li > a::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li > a::after {
    display: none !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li > a:hover::after,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li > a:hover::after {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li:first-child,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li:first-child {
    border-top: solid 1px #e7e7e7 !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children {
    position: relative !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
  transition: 0.5s;
  position: relative;
  right: 10px;
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f078';
  font-weight: 900;
  font-size: 14px;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    position: absolute !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    right: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    border: solid 2px #646464 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    border-radius: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    width: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    height: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    justify-content: center !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    align-items: center !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    top: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.menu-item-has-children::after {
    pointer-events: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.active > a,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.active > a {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.active > .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.active > .sub-menu {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after {
    transition: 0s !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after {
    content: "Tap here / all categories" !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after {
    border-color: transparent !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after {
    width: unset !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after {
    font-family: "Inter" !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after {
    top: 23px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.active:not(:last-child).menu-item-has-children::after {
    font-weight: 500 !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li > .sub-menu,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li > .sub-menu {
  position: absolute;
}
@media screen and (min-width: 1300px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li > .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li > .sub-menu {
    top: 65px !important;
  }
}
@media screen and (min-width: 1300px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li > .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li > .sub-menu {
    right: unset !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  border-top: solid 4px #0069AA;
  background-color: white;
  padding: 0;
  list-style: none;
  margin: 0;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  position: absolute;
  right: -300px;
  width: 300px;
  top: -4px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
    pointer-events: all !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
    position: relative !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
    inset: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
    padding: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
    right: unset !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu {
    top: unset !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu .sub-menu .sub-menu,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu .sub-menu .sub-menu {
  right: 280px;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li:first-child > a,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li:first-child > a {
  padding-top: 15px;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li:last-child > a,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li:last-child > a {
  padding-bottom: 15px;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li.menu-item-has-children::after,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li.menu-item-has-children::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f054";
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li.menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li.menu-item-has-children::after {
    display: none !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li a,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li a {
  transition: 0.2s;
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li a,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li a {
    padding: 10px 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li a,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li a {
    font-size: 20px !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li a:hover,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li a:hover {
  color: #0069AA;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li:hover > a,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li:hover > a {
  background-color: #f3f3f3;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu li:hover > .sub-menu,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li .sub-menu:hover,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li .sub-menu:hover {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.current_page_item,
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.current_page_ancestor,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.current_page_item,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.current_page_ancestor {
    background-color: rgba(213,213,218,0.4) !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.current_page_item,
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li.current_page_ancestor,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.current_page_item,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.current_page_ancestor {
    border-bottom: #f39200 4px solid !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li.current_page_item:not(:last-child),
header.main #lower-header .header-inner .menu-main-menu-container > ul > li.current_page_ancestor:not(:last-child),
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.current_page_item:not(:last-child),
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li.current_page_ancestor:not(:last-child) {
  background-color: #f0f0f5;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li:hover:not(:last-child),
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li:hover:not(:last-child) {
  background-color: #f5f5f5;
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li:hover:not(:last-child).menu-item-has-children::after,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li:hover:not(:last-child).menu-item-has-children::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .menu-main-menu-container > ul > li:hover:not(:last-child).menu-item-has-children::after,
  header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li:hover:not(:last-child).menu-item-has-children::after {
    transform: rotate(0deg) !important;
  }
}
header.main #lower-header .header-inner .menu-main-menu-container > ul > li:hover > .sub-menu,
header.main #lower-header .header-inner .menu-mobile-main-menu-container > ul > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
header.main #lower-header .header-inner .slider-menu {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}
header.main #lower-header .header-inner .slider-menu .menu-slider-button {
  transition: 0.2s;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  background-color: #7b7e81;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
  font-size: 11px;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main #lower-header .header-inner .slider-menu .menu-slider-button {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .slider-menu .menu-slider-button {
    display: none !important;
  }
}
header.main #lower-header .header-inner .slider-menu .menu-slider-button::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f04b";
  font-weight: 900;
  color: white;
}
header.main #lower-header .header-inner .slider-menu .menu-slider-button:hover {
  background-color: #0069AA;
}
header.main #lower-header .header-inner .slider-menu #move-menu-left {
  transform: rotate(180deg);
  left: 0;
}
header.main #lower-header .header-inner .slider-menu #move-menu-right {
  right: 0;
}
header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container {
  justify-content: start;
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container {
    display: none !important;
  }
}
header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container #menu-main-menu-featured {
  margin: 0;
  padding: 0;
  padding: 0 30px;
  list-style: none;
  display: flex;
  gap: 0;
  align-items: center;
}
header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container #menu-main-menu-featured > li {
  margin: 0;
  padding: 0;
  transition: 0.4s;
  height: 100%;
  display: flex;
  align-items: center;
}
header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container #menu-main-menu-featured > li > a {
  white-space: nowrap;
  padding: 10px 10px;
  transition: 0.2s;
  color: #232020;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  user-select: none;
  color: grey;
}
header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container #menu-main-menu-featured > li > a::after {
  content: "";
  transition: 0.4s;
  display: block;
  height: 2px;
  background-color: #0069AA;
  width: 0%;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container #menu-main-menu-featured > li > a::after {
    display: none !important;
  }
}
header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container #menu-main-menu-featured > li > a:hover {
  color: black;
}
header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container #menu-main-menu-featured > li > a:hover::after {
  width: 100%;
  opacity: 1;
}
header.main #lower-header .header-inner .slider-menu .menu-main-menu-featured-container #menu-main-menu-featured > li.current-menu-item {
  opacity: 0.5;
}
header.main #lower-header .header-inner .shop-pages-menu {
  transition: 0.4s;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu {
    position: fixed !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu {
    left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu {
    right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu {
    bottom: -200px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu {
    background-color: #e7e7e7 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu {
    padding: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu.active {
    bottom: 0px !important;
  }
}
header.main #lower-header .header-inner .shop-pages-menu .button {
  text-wrap: nowrap;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu .button {
    flex: 1 1 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu .button {
    font-size: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu .button {
    justify-content: center !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu .button {
    align-items: center !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu .button {
    height: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main #lower-header .header-inner .shop-pages-menu .button::before {
    font-size: 20px !important;
  }
}
header.main #lower-header .header-inner .shop-pages-menu .button.cart-icon::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f07a';
  font-weight: 900;
}
header.main #lower-header .header-inner .shop-pages-menu .button.account-icon::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f007';
  font-weight: 900;
}
header.main #lower-header .header-inner .shop-pages-menu .button.search-icon::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f002';
  font-weight: 900;
}
header.main #lower-header .header-inner #mobile-menu-button {
  transition: 0.4s;
}
@media screen and (min-width: 1300px) {
  header.main #lower-header .header-inner #mobile-menu-button {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main #lower-header .header-inner #mobile-menu-button {
    display: none !important;
  }
}
header.main #lower-header .header-inner #mobile-menu-button img {
  width: 34px;
}
header.main #lower-header .header-inner #mobile-menu-button.active {
  transform: rotate(90deg);
}
header.main #search-tint {
  transition: 0.4s;
  position: fixed;
  z-index: 10;
  background-color: rgba(255,255,255,0.7);
  inset: 0;
  pointer-events: none;
  opacity: 0;
  backdrop-filter: blur(4px);
}
header.main #search-tint.active {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
header.main .search-container {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  position: fixed;
  z-index: 11;
  display: flex;
  justify-content: center;
  left: 20px;
  right: 20px;
  top: 150px;
  bottom: 20px;
}
@media screen and (max-width: 800px) {
  header.main .search-container {
    top: 110px !important;
  }
}
header.main .search-container.active {
  opacity: 1;
}
header.main .search-container.active * {
  pointer-events: all;
}
header.main .search-container form.woocommerce-product-search {
  position: relative;
  display: flex;
  gap: 0;
  height: 48px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  header.main .search-container form.woocommerce-product-search {
    justify-content: right !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main .search-container form.woocommerce-product-search {
    justify-content: right !important;
  }
}
header.main .search-container form.woocommerce-product-search .tint {
  transition: 0.4s;
  background-color: rgba(0,0,0,0);
  pointer-events: none;
  position: absolute;
  inset: -1000vh;
  cursor: pointer;
  z-index: -1;
}
@media screen and (min-width: 1300px) {
  header.main .search-container form.woocommerce-product-search .tint {
    display: none !important;
  }
}
header.main .search-container form.woocommerce-product-search input.search-field {
  transition: 0.2s;
  border-radius: 10px 0 0 10px;
  border-right: none;
  border-color: #0069AA;
  overflow: hidden;
  padding: 10px 15px;
  z-index: 2;
  width: 700px;
  max-width: calc(100% - 140px);
  flex-grow: 1;
}
@media screen and (max-width: 800px) {
  header.main .search-container form.woocommerce-product-search input.search-field {
    width: unset !important;
  }
}
header.main .search-container form.woocommerce-product-search #search-results {
  transition: 0.4s;
  position: absolute;
  background: white;
  width: 100%;
  right: 0;
  top: 60px;
  border-radius: 10px;
  border: solid 2px #0069AA;
  z-index: 1;
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main .search-container form.woocommerce-product-search #search-results {
    max-height: calc(100vh - 300px) !important;
  }
}
@media screen and (max-width: 800px) {
  header.main .search-container form.woocommerce-product-search #search-results {
    max-height: calc(100vh - 200px) !important;
  }
}
header.main .search-container form.woocommerce-product-search #search-results > p {
  padding: 15px 30px;
  color: black;
  font-weight: 600;
  display: block;
}
header.main .search-container form.woocommerce-product-search #search-results ul {
  margin: 0;
  padding: 0;
  display: block;
}
header.main .search-container form.woocommerce-product-search #search-results ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
header.main .search-container form.woocommerce-product-search #search-results ul li a {
  text-decoration: none;
  transition: 0.4s;
  padding: 10px 15px;
  background-color: white;
  color: #646464;
  font-weight: 600;
  font-size: 14px;
  display: block;
  border-bottom: solid 1px #e7e7e7;
}
header.main .search-container form.woocommerce-product-search #search-results ul li a:hover {
  background-color: #e7e7e7;
  color: black;
}
header.main .search-container form.woocommerce-product-search #search-results ul li a .amount,
header.main .search-container form.woocommerce-product-search #search-results ul li a .screen-reader-text,
header.main .search-container form.woocommerce-product-search #search-results ul li a del,
header.main .search-container form.woocommerce-product-search #search-results ul li a ins {
  display: none !important;
}
header.main .search-container form.woocommerce-product-search #search-results ul li:first-child a {
  padding-top: 20px;
}
header.main .search-container form.woocommerce-product-search #search-results ul li:last-child a {
  padding-bottom: 20px;
  border-bottom: none;
}
header.main .search-container form.woocommerce-product-search > button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  border-radius: 0 10px 10px 0;
  padding-left: 25px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 140px;
  z-index: 2;
  margin-bottom: 0;
}
header.main .search-container form.woocommerce-product-search > button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
header.main .search-container form.woocommerce-product-search > button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
header.main .search-container form.woocommerce-product-search > button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
header.main .search-container form.woocommerce-product-search > button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
header.main .search-container form.woocommerce-product-search > button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
header.main .search-container form.woocommerce-product-search > button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
header.main .search-container form.woocommerce-product-search > button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
header.main .search-container form.woocommerce-product-search > button[disabled],
header.main .search-container form.woocommerce-product-search > button:disabled[disabled],
header.main .search-container form.woocommerce-product-search > button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
header.main .search-container form.woocommerce-product-search > button[disabled]:hover,
header.main .search-container form.woocommerce-product-search > button:disabled[disabled]:hover,
header.main .search-container form.woocommerce-product-search > button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
header.main .search-container form.woocommerce-product-search > button::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f002';
  font-weight: 900;
}
header.main .search-container form.woocommerce-product-search > button::before {
  transition: 0.3s;
  position: relative;
  left: 0;
}
header.main .search-container form.woocommerce-product-search > button::after {
  transition: 0.4s;
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f057";
  font-weight: 900;
  width: 30px;
  height: 30px;
  right: -50px;
  font-size: 30px;
  position: absolute;
  pointer-events: none;
  color: #0069AA;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main .search-container form.woocommerce-product-search > button::after {
    right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  header.main .search-container form.woocommerce-product-search > button::after {
    right: 0 !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  header.main .search-container form.woocommerce-product-search > button::after {
    top: -50px !important;
  }
}
@media screen and (max-width: 800px) {
  header.main .search-container form.woocommerce-product-search > button::after {
    top: -50px !important;
  }
}
footer {
  display: flex;
  flex-direction: column;
}
footer .upper-footer {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #313233;
  color: white;
}
@media screen and (max-width: 800px) {
  footer .upper-footer {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  footer .upper-footer {
    padding-right: 15px !important;
  }
}
footer .upper-footer .footer-inner {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  footer .upper-footer .footer-inner {
    flex-direction: column !important;
  }
}
footer .upper-footer .footer-inner .logo-column {
  flex-basis: 450px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  footer .upper-footer .footer-inner .logo-column {
    flex-basis: unset !important;
  }
}
footer .upper-footer .footer-inner .logo-column a.footer-logo {
  display: block;
  margin-bottom: 30px;
}
footer .upper-footer .footer-inner .logo-column a.footer-logo img {
  width: 250px;
}
footer .upper-footer .footer-inner .logo-column .site-description {
  display: block;
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  text-wrap: balance;
}
footer .upper-footer .footer-inner .footer-menu .footer-menu-title {
  font-size: 14px;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer .upper-footer .footer-inner .footer-menu .menu-footer-menu-1-container,
footer .upper-footer .footer-inner .footer-menu .menu-footer-menu-2-container {
  margin: 0;
  padding: 0;
}
footer .upper-footer .footer-inner .footer-menu .menu-footer-menu-1-container ul.menu,
footer .upper-footer .footer-inner .footer-menu .menu-footer-menu-2-container ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .upper-footer .footer-inner .footer-menu .menu-footer-menu-1-container ul.menu li a,
footer .upper-footer .footer-inner .footer-menu .menu-footer-menu-2-container ul.menu li a {
  margin: 5px 0;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
footer .upper-footer .footer-inner .footer-menu .menu-footer-menu-1-container ul.menu li a:hover,
footer .upper-footer .footer-inner .footer-menu .menu-footer-menu-2-container ul.menu li a:hover {
  text-decoration: underline;
}
footer .upper-footer .footer-inner .footer-menu .menu-footer-menu-1-container ul.menu li a:hover,
footer .upper-footer .footer-inner .footer-menu .menu-footer-menu-2-container ul.menu li a:hover {
  color: #ffffff;
}
footer .upper-footer .footer-inner .form-column .form-subscribe-title {
  color: white;
  font-weight: 700;
  font-size: 22px;
  text-wrap: balance;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  footer .upper-footer .footer-inner .form-column .form-subscribe-title {
    font-size: 18px !important;
  }
}
footer .upper-footer .footer-inner .form-column .social-media .social-title {
  font-size: 14px;
  font-weight: 800;
  color: white;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
}
footer .upper-footer .footer-inner .form-column .social-media .social-list {
  display: flex;
  gap: 10px;
}
footer .upper-footer .footer-inner .form-column .social-media .social-list a.social-icon {
  transition: 0.4s;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: white;
  border: solid 2px white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
footer .upper-footer .footer-inner .form-column .social-media .social-list a.social-icon i {
  transition: 0.4s;
  color: #313233;
}
footer .upper-footer .footer-inner .form-column .social-media .social-list a.social-icon:hover {
  background-color: #313233;
  text-decoration: none;
}
footer .upper-footer .footer-inner .form-column .social-media .social-list a.social-icon:hover i {
  color: white;
}
footer .lower-footer {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  background-color: #1b1b1b;
  color: white;
}
@media screen and (max-width: 800px) {
  footer .lower-footer {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  footer .lower-footer {
    padding-right: 15px !important;
  }
}
footer .lower-footer .footer-inner {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer .lower-footer .footer-inner {
    flex-direction: column !important;
  }
}
footer .lower-footer .footer-inner .site-copyright {
  color: #969696;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  footer .lower-footer .footer-inner .site-copyright {
    margin-bottom: 20px !important;
  }
}
footer .lower-footer .footer-inner .site-tc_pp {
  display: flex;
  justify-content: end;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  footer .lower-footer .footer-inner .site-tc_pp {
    justify-content: space-between !important;
  }
}
footer .lower-footer .footer-inner .site-tc_pp a {
  color: #969696;
}
#unavailable-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 0 10px black;
  padding: 50px 20px;
  z-index: 99;
}
#unavailable-modal.remove-modal {
  display: none !important;
}
#unavailable-modal .inner-content {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}
#unavailable-modal-tint {
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 98;
}
#unavailable-modal-tint.remove-modal {
  display: none !important;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.admin-bar {
  min-height: calc(100vh - calc(32px));
}
body.site-notice-active main {
  padding-top: 125px;
}
body main {
  flex-grow: 1;
  padding-top: 86px;
}
body main .legacy-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  body main .legacy-content {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  body main .legacy-content {
    padding-right: 15px !important;
  }
}
body main .legacy-content .legacy-column {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
body.error404 main {
  padding-top: 200px;
  padding-bottom: 150px;
}
.bask-page-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .bask-page-padding {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .bask-page-padding {
    padding-right: 15px !important;
  }
}
.bask-page-padding .bask-page-column {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.bask-columns {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 800px) {
  .bask-columns {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .bask-columns {
    padding-right: 15px !important;
  }
}
.bask-columns .columns-inner {
  display: grid;
  grid-gap: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .bask-columns .columns-inner {
    grid-gap: 20px !important;
  }
}
.bask-columns.bask-columns-1 .columns-inner {
  grid-template-columns: 1fr;
}
.bask-columns.bask-columns-2 .columns-inner {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .bask-columns.bask-columns-2 .columns-inner {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .bask-columns.bask-columns-2 .columns-inner {
    grid-template-columns: 1fr !important;
  }
}
.bask-columns.bask-columns-3 .columns-inner {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .bask-columns.bask-columns-3 .columns-inner {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .bask-columns.bask-columns-3 .columns-inner {
    grid-template-columns: 1fr !important;
  }
}
.bask-columns.bask-columns-4 .columns-inner {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .bask-columns.bask-columns-4 .columns-inner {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .bask-columns.bask-columns-4 .columns-inner {
    grid-template-columns: 1fr !important;
  }
}
.bask-columns.full-width {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.bask-columns.full-width .columns-inner {
  width: 100%;
  max-width: 100%;
}
.bask-columns.content-contained .columns-inner {
  max-width: 1400px;
}
.bask-columns.layout-contained {
  width: 100%;
  max-width: calc(1400px + calc(40px));
  margin-left: auto;
  margin-right: auto;
}
.bask-columns.layout-contained .columns-inner {
  max-width: 1400px;
}
.spacer {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  display: none;
}
@media screen and (min-width: 1300px) {
  .spacer.desktop-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .spacer.tablet-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .spacer.mobile-spacer {
    display: block !important;
  }
}
.background-tinted {
  background-color: #f5f7fa;
}
.background-tinted-darker {
  background-color: #f2f2f2;
}
.background-primary-tinted {
  background-color: rgba(0,105,170,0.05);
}
.background-primary {
  background-color: #0069AA;
}
.background-primary * {
  color: white;
}
.background-primary .af-form .af-fields .af-submit button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: #f39200;
  border-color: #f39200;
}
.background-primary .af-form .af-fields .af-submit button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.background-primary .af-form .af-fields .af-submit button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.background-primary .af-form .af-fields .af-submit button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.background-primary .af-form .af-fields .af-submit button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.background-primary .af-form .af-fields .af-submit button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.background-primary .af-form .af-fields .af-submit button[disabled],
.background-primary .af-form .af-fields .af-submit button:disabled[disabled],
.background-primary .af-form .af-fields .af-submit button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.background-primary .af-form .af-fields .af-submit button[disabled]:hover,
.background-primary .af-form .af-fields .af-submit button:disabled[disabled]:hover,
.background-primary .af-form .af-fields .af-submit button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.background-primary .af-form .af-fields .af-submit button:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.pagination {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pagination .page-numbers {
  transition: 0.4s;
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
  color: #0069AA;
  font-weight: 500;
}
.pagination .page-numbers.current {
  border-color: #232020;
  color: #232020;
}
.pagination a.page-numbers:hover {
  border-color: #0069AA;
}
.bask-column .breadcrumb-container {
  position: relative;
  width: calc(100% + calc(40px));
  left: -20px;
}
.breadcrumb-container {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .breadcrumb-container {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .breadcrumb-container {
    padding-right: 15px !important;
  }
}
.breadcrumb-container #woocommerce-category-browser {
  transition: 0.3s;
  margin-right: 30px;
  cursor: pointer;
  border: solid 1px #7b7e81;
  font-weight: 600;
  border-radius: 5px;
  padding: 0px 10px;
  user-select: none;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .breadcrumb-container #woocommerce-category-browser {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .breadcrumb-container #woocommerce-category-browser {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 800px) {
  .breadcrumb-container #woocommerce-category-browser {
    padding: 5px 10px !important;
  }
}
.breadcrumb-container #woocommerce-category-browser::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f03a';
  font-weight: 900;
  margin-right: 5px;
}
.breadcrumb-container #woocommerce-category-browser:hover {
  color: #0069AA;
  border-color: #f39200;
}
.breadcrumb-container .woocommerce-breadcrumb {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  font-size: .92em;
  color: #767676;
}
@media screen and (max-width: 800px) {
  .breadcrumb-container .woocommerce-breadcrumb .breadcrumbs-list {
    display: none !important;
  }
}
.breadcrumb-container .woocommerce-breadcrumb a {
  transition: 0.4s;
  text-decoration: none;
  font-weight: 600;
  font-size: .92em;
  color: #767676;
}
.breadcrumb-container .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
  color: black;
}
.breadcrumb-container .woocommerce-breadcrumb::after {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  inset: -15px -50vw;
  display: block;
  z-index: -1;
}
.button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.button[disabled],
.button:disabled[disabled],
.button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.button[disabled]:hover,
.button:disabled[disabled]:hover,
.button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
p + .button {
  margin-top: 2em;
}
p .button {
  margin-right: 20px;
  margin-bottom: 20px;
}
p .button:last-of-type {
  margin-right: 0;
}
.button-orange {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: #f39200;
  border-color: #f39200;
}
.button-orange:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button-orange.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.button-orange.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.button-orange.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.button-orange.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.button-orange[disabled],
.button-orange:disabled[disabled],
.button-orange:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.button-orange[disabled]:hover,
.button-orange:disabled[disabled]:hover,
.button-orange:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.button-orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button-outline {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: transparent;
  color: #0069AA;
}
.button-outline:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button-outline.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.button-outline.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button-outline.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.button-outline.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.button-outline[disabled],
.button-outline:disabled[disabled],
.button-outline:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.button-outline[disabled]:hover,
.button-outline:disabled[disabled]:hover,
.button-outline:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.button-outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.button-ve-green {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: #98cc53;
  border-color: #98cc53;
}
.button-ve-green:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button-ve-green.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.button-ve-green.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button-ve-green.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.button-ve-green.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.button-ve-green[disabled],
.button-ve-green:disabled[disabled],
.button-ve-green:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.button-ve-green[disabled]:hover,
.button-ve-green:disabled[disabled]:hover,
.button-ve-green:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.button-ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.button-disabled {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: #646464;
  border-color: #646464;
  opacity: 1;
}
.button-disabled:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button-disabled.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.button-disabled.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button-disabled.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.button-disabled.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.button-disabled.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.button-disabled.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.button-disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.button-full-width {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  width: 100%;
  font-size: 20px;
  padding: 15px 40px;
}
.button-full-width:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button-full-width.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.button-full-width.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.button-full-width.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.button-full-width.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.button-full-width.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.button-full-width.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.button-full-width[disabled],
.button-full-width:disabled[disabled],
.button-full-width:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.button-full-width[disabled]:hover,
.button-full-width:disabled[disabled]:hover,
.button-full-width:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.af-form .af-fields .af-field {
  padding: 0;
  border-top: none;
}
.af-form .af-fields .af-field .af-label label,
.af-form .af-fields .af-field .acf-label label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: black;
}
.af-form .af-fields .af-field .af-input input,
.af-form .af-fields .af-field .acf-input input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .af-form .af-fields .af-field .af-input input,
  .af-form .af-fields .af-field .acf-input input {
    font-size: 14px !important;
  }
}
.af-form .af-fields .af-field .af-input input:placeholder-shown,
.af-form .af-fields .af-field .acf-input input:placeholder-shown {
  border-color: #e7e7e7;
}
.af-form .af-fields .af-field .af-input input:focus,
.af-form .af-fields .af-field .acf-input input:focus {
  border-color: #0069AA;
}
.af-form .af-fields .af-field .af-input input:not(:placeholder-shown):not(:focus):valid,
.af-form .af-fields .af-field .acf-input input:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
.af-form .af-fields .af-field .af-input input:not(:placeholder-shown):invalid,
.af-form .af-fields .af-field .acf-input input:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.af-form .af-fields .af-field .af-input textarea,
.af-form .af-fields .af-field .acf-input textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .af-form .af-fields .af-field .af-input textarea,
  .af-form .af-fields .af-field .acf-input textarea {
    font-size: 14px !important;
  }
}
.af-form .af-fields .af-field .af-input textarea:placeholder-shown,
.af-form .af-fields .af-field .acf-input textarea:placeholder-shown {
  border-color: #e7e7e7;
}
.af-form .af-fields .af-field .af-input textarea:focus,
.af-form .af-fields .af-field .acf-input textarea:focus {
  border-color: #0069AA;
}
.af-form .af-fields .af-field .af-input textarea:not(:placeholder-shown):not(:focus):valid,
.af-form .af-fields .af-field .acf-input textarea:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
.af-form .af-fields .af-field .af-input textarea:not(:placeholder-shown):invalid,
.af-form .af-fields .af-field .acf-input textarea:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.af-form .af-fields .af-submit {
  margin-top: 20px;
  padding: 0;
}
.af-form .af-fields .af-submit button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.af-form .af-fields .af-submit button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.af-form .af-fields .af-submit button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.af-form .af-fields .af-submit button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.af-form .af-fields .af-submit button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.af-form .af-fields .af-submit button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.af-form .af-fields .af-submit button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.af-form .af-fields .af-submit button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.af-form .af-fields .af-submit button[disabled],
.af-form .af-fields .af-submit button:disabled[disabled],
.af-form .af-fields .af-submit button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.af-form .af-fields .af-submit button[disabled]:hover,
.af-form .af-fields .af-submit button:disabled[disabled]:hover,
.af-form .af-fields .af-submit button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  input {
    font-size: 14px !important;
  }
}
input:placeholder-shown {
  border-color: #e7e7e7;
}
input:focus {
  border-color: #0069AA;
}
input:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
input:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  textarea {
    font-size: 14px !important;
  }
}
textarea:placeholder-shown {
  border-color: #e7e7e7;
}
textarea:focus {
  border-color: #0069AA;
}
textarea:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
textarea:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.form-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
}
@media screen and (max-width: 800px) {
  .form-text {
    font-size: 14px !important;
  }
}
.form-label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: black;
}
.input-field {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .input-field {
    font-size: 14px !important;
  }
}
.input-field:placeholder-shown {
  border-color: #e7e7e7;
}
.input-field:focus {
  border-color: #0069AA;
}
.input-field:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
.input-field:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.select-field {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
  height: unset;
}
@media screen and (max-width: 800px) {
  .select-field {
    font-size: 14px !important;
  }
}
.select-field:placeholder-shown {
  border-color: #e7e7e7;
}
.select-field:focus {
  border-color: #0069AA;
}
.select-field:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
.select-field:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.woocommerce-input-wrapper .select2.select2-container .selection .select2-selection {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
}
@media screen and (max-width: 800px) {
  .woocommerce-input-wrapper .select2.select2-container .selection .select2-selection {
    font-size: 14px !important;
  }
}
.woocommerce-input-wrapper .select2.select2-container .selection .select2-selection .select2-selection__arrow {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-input-wrapper .select2.select2-container .selection .select2-selection .select2-selection__arrow b {
  margin: 0;
  padding: 0;
  position: initial;
  height: 4px;
  display: block;
}
@media screen and (max-width: 800px) {
  .subscribe-banner h3,
  .subscribe-banner h5 {
    text-align: center !important;
  }
}
.subscribe-banner form .af-fields {
  display: flex;
  align-items: center;
  gap: 10px;
}
.subscribe-banner form .af-fields .af-field {
  flex-grow: 1;
  max-width: 300px;
}
.subscribe-banner form .af-fields .af-field .af-label,
.subscribe-banner form .af-fields .af-field .acf-label {
  display: none !important;
}
.subscribe-banner form .af-fields .af-field .af-input input,
.subscribe-banner form .af-fields .af-field .acf-input input {
  height: 50px;
  border-color: white;
}
.subscribe-banner form .af-fields .af-field .af-input input:placeholder-shown,
.subscribe-banner form .af-fields .af-field .acf-input input:placeholder-shown {
  border-color: white;
}
.subscribe-banner form .af-fields .af-field .af-input input:focus,
.subscribe-banner form .af-fields .af-field .acf-input input:focus {
  border-color: #f39200;
}
.subscribe-banner form .af-fields .af-field .af-input input:not(:placeholder-shown):valid,
.subscribe-banner form .af-fields .af-field .acf-input input:not(:placeholder-shown):valid {
  border-color: #00aa17;
}
.subscribe-banner form .af-fields .af-field .af-input input:not(:placeholder-shown):invalid,
.subscribe-banner form .af-fields .af-field .acf-input input:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.subscribe-banner form .af-fields .af-field .af-input .acf-notice.acf-error-message,
.subscribe-banner form .af-fields .af-field .acf-input .acf-notice.acf-error-message {
  display: none;
}
.subscribe-banner form .af-fields .af-submit {
  margin-top: 0;
}
.subscribe-banner form .af-fields .af-submit button {
  height: 50px;
}
footer .form-column form .af-fields {
  display: flex;
  align-items: center;
}
footer .form-column form .af-fields .af-field {
  flex-grow: 1;
}
footer .form-column form .af-fields .af-field .af-label {
  display: none !important;
}
footer .form-column form .af-fields .af-field .af-input input {
  transition: 0.4s;
  border: solid 2px #0069AA;
  border-radius: 5px 0 0 5px;
  height: 50px;
  padding: 10px 20px;
  background: transparent;
  color: white;
}
footer .form-column form .af-fields .af-field .af-input input:focus {
  outline: none;
  background-color: white;
  color: black;
}
footer .form-column form .af-fields .af-field .af-input .acf-notice.acf-error-message {
  display: none;
}
footer .form-column form .af-fields .af-submit {
  margin-top: 0;
}
footer .form-column form .af-fields .af-submit button {
  border: none;
  border-radius: 0 5px 5px 0;
  height: 50px;
  border-color: #0069AA;
  background-color: #0069AA;
  color: white;
  margin-bottom: 0;
}
footer .form-column form .af-fields .af-submit button:hover {
  border-color: #f39200;
  background-color: #f39200;
  color: white;
}
.prescription-upload {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.prescription-upload label {
  flex-grow: 1;
  font-weight: 700;
}
.prescription-upload label .instructions {
  font-size: 0.8em;
  font-weight: 500;
}
.prescription-upload input {
  flex-grow: 1;
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .prescription-upload input {
    max-width: 100% !important;
  }
}
.special-offer {
  font-weight: bold;
  background-color: #a30000;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
  display: block;
}
body.theme-blackfriday.page-id-19 {
  background: #131421;
  color: white;
}
body.theme-blackfriday.page-id-19 .product-category-card {
  box-shadow: 0px 0px 20px rgba(129,173,255,0.8);
}
body.theme-blackfriday.page-id-19 .product-category-card:hover {
  box-shadow: 0px 0px 30px rgba(255,177,88,0.9);
}
body.theme-blackfriday.page-id-19 h1,
body.theme-blackfriday.page-id-19 h2,
body.theme-blackfriday.page-id-19 h3,
body.theme-blackfriday.page-id-19 h4,
body.theme-blackfriday.page-id-19 h5 {
  color: #4ebbff;
}
body.theme-blackfriday.page-id-19 .background-primary {
  background-color: #131421;
}
body.tax-product_cat .background-category {
  position: relative;
}
@media screen and (max-width: 800px) {
  body.tax-product_cat .background-category {
    padding: 0 !important;
  }
}
body.tax-product_cat .background-category .background-banner {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #f0f0f0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  body.tax-product_cat .background-category .background-banner {
    position: relative !important;
  }
}
body.tax-product_cat .background-category .background-banner .mobile-banner {
  display: none;
}
@media screen and (max-width: 800px) {
  body.tax-product_cat .background-category .background-banner .mobile-banner {
    display: block !important;
  }
}
body.tax-product_cat .background-category.top-aligned .background-banner {
  background-position: top center;
}
body.tax-product_cat .background-category.center-aligned .background-banner {
  background-position: center center;
}
body.tax-product_cat .background-category.bottom-aligned .background-banner {
  background-position: bottom center;
}
body.tax-product_cat .background-category .category-description-container {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 30px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px;
  user-select: none;
  backdrop-filter: blur(5px);
  color: #292929;
}
@media screen and (max-width: 800px) {
  body.tax-product_cat .background-category .category-description-container {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.tax-product_cat .background-category .category-description-container {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.tax-product_cat .background-category .category-description-container {
    background-color: white !important;
  }
}
@media screen and (max-width: 800px) {
  body.tax-product_cat .background-category .category-description-container {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.tax-product_cat .background-category .category-description-container {
    height: unset !important;
  }
}
body.tax-product_cat .background-category .category-description-container h1,
body.tax-product_cat .background-category .category-description-container h2,
body.tax-product_cat .background-category .category-description-container h3,
body.tax-product_cat .background-category .category-description-container h4,
body.tax-product_cat .background-category .category-description-container h5,
body.tax-product_cat .background-category .category-description-container h6 {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  body.tax-product_cat .background-category.no-image .background-banner {
    height: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.tax-product_cat .background-category.no-image .category-description-container {
    margin-top: 0 !important;
  }
}
.card-grid {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .card-grid {
    grid-gap: 15px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .card-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .card-grid {
    grid-template-columns: 1fr !important;
  }
}
.card-grid.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .card-grid.grid-4 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .card-grid.grid-4 {
    grid-template-columns: 1fr !important;
  }
}
.card-grid.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .card-grid.grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .card-grid.grid-5 {
    grid-template-columns: 1fr 1fr !important;
  }
}
.product-category-grid-container {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-category-grid-container {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .product-category-grid-container {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .product-category-grid-container {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  .product-category-grid-container {
    padding-bottom: 50px !important;
  }
}
.product-category-grid-container::before {
  background-color: rgba(0,105,170,0.05);
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.product-category-grid-container .inner-grid {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .product-category-grid-container .inner-grid {
    grid-gap: 15px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .product-category-grid-container .inner-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .product-category-grid-container .inner-grid {
    grid-template-columns: 1fr !important;
  }
}
.product-category-grid-container .inner-grid.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .product-category-grid-container .inner-grid.grid-4 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .product-category-grid-container .inner-grid.grid-4 {
    grid-template-columns: 1fr !important;
  }
}
.product-category-grid-container .inner-grid.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .product-category-grid-container .inner-grid.grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .product-category-grid-container .inner-grid.grid-5 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .product-category-grid-container .inner-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .product-category-grid-container .inner-grid {
    grid-template-columns: 1fr !important;
  }
}
.highlight-card {
  transition: 0.2s;
  color: white;
  background-color: #0069AA;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.highlight-card .product-image,
.highlight-card .product-category-image {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: unset;
}
.highlight-card .product-image i,
.highlight-card .product-category-image i {
  font-size: 80px;
}
.highlight-card .product-content,
.highlight-card .product-category-content {
  padding: 0;
}
.highlight-card .product-content .product-title,
.highlight-card .product-content .product-category-title,
.highlight-card .product-category-content .product-title,
.highlight-card .product-category-content .product-category-title {
  color: white;
  letter-spacing: -0.015em;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 1.2em;
  text-wrap: balance;
}
.highlight-card.link-back-to-imaging-solutions {
  gap: 0;
  background-color: #0069AA;
}
.highlight-card.link-back-to-imaging-solutions:hover {
  background-color: #f39200;
}
.highlight-card.link-back-to-imaging-solutions h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 40px;
}
.highlight-card.link-back-to-imaging-solutions h5 {
  font-weight: 800;
  margin-bottom: 5px;
}
.highlight-card.link-back-to-imaging-solutions h4 {
  margin-bottom: 5px;
}
.highlight-card.link-back-to-imaging-solutions h3,
.highlight-card.link-back-to-imaging-solutions h4,
.highlight-card.link-back-to-imaging-solutions h5 {
  color: white;
  text-align: center;
}
.highlight-card.primary {
  background-color: #0069AA;
}
.highlight-card.primary:hover {
  background-color: #f39200;
}
.highlight-card.primary h3,
.highlight-card.primary h4,
.highlight-card.primary h5 {
  color: white;
  text-align: center;
}
.highlight-card.orange {
  background-color: #f39200;
}
.highlight-card.orange:hover {
  background-color: #0069AA;
}
.product-category-card {
  padding: 0;
  box-shadow: 0px 5px 10px rgba(212,212,212,0.7);
  border-radius: 5px;
  text-decoration: none;
  transition: 0.4s;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  border: solid 1px #c8c8c8;
}
.product-category-card.highlight {
  transition: 0.2s;
  color: white;
  background-color: #0069AA;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.product-category-card.highlight .product-image,
.product-category-card.highlight .product-category-image {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: unset;
}
.product-category-card.highlight .product-image i,
.product-category-card.highlight .product-category-image i {
  font-size: 80px;
}
.product-category-card.highlight .product-content,
.product-category-card.highlight .product-category-content {
  padding: 0;
}
.product-category-card.highlight .product-content .product-title,
.product-category-card.highlight .product-content .product-category-title,
.product-category-card.highlight .product-category-content .product-title,
.product-category-card.highlight .product-category-content .product-category-title {
  color: white;
  letter-spacing: -0.015em;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 1.2em;
  text-wrap: balance;
}
.product-category-card.highlight.link-back-to-imaging-solutions {
  gap: 0;
  background-color: #0069AA;
}
.product-category-card.highlight.link-back-to-imaging-solutions:hover {
  background-color: #f39200;
}
.product-category-card.highlight.link-back-to-imaging-solutions h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 40px;
}
.product-category-card.highlight.link-back-to-imaging-solutions h5 {
  font-weight: 800;
  margin-bottom: 5px;
}
.product-category-card.highlight.link-back-to-imaging-solutions h4 {
  margin-bottom: 5px;
}
.product-category-card.highlight.link-back-to-imaging-solutions h3,
.product-category-card.highlight.link-back-to-imaging-solutions h4,
.product-category-card.highlight.link-back-to-imaging-solutions h5 {
  color: white;
  text-align: center;
}
.product-category-card.highlight.primary {
  background-color: #0069AA;
}
.product-category-card.highlight.primary:hover {
  background-color: #f39200;
}
.product-category-card.highlight.primary h3,
.product-category-card.highlight.primary h4,
.product-category-card.highlight.primary h5 {
  color: white;
  text-align: center;
}
.product-category-card.highlight.orange {
  background-color: #f39200;
}
.product-category-card.highlight.orange:hover {
  background-color: #0069AA;
}
.product-category-card .product-category-image {
  height: 200px;
  overflow: hidden;
  display: flex;
  margin: 20px;
}
.product-category-card .product-category-image img {
  transition: 0.2s;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}
.product-category-card .product-category-content {
  flex-grow: 1;
  margin: 0;
  padding: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #0069AA;
  transition: 0.2s;
}
.product-category-card .product-category-content .product-category-title {
  transition: 0.2s;
  color: white;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  text-wrap: balance;
}
.product-category-card:hover {
  text-decoration: none;
  box-shadow: 0px 25px 25px rgba(0,0,0,0.2);
}
.product-category-card:hover .product-category-content {
  background-color: #f39200;
}
.product-category-card:hover .product-category-content .product-category-title {
  letter-spacing: -0.0173em;
  font-weight: 700;
}
.product-grid-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .product-grid-container {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .product-grid-container {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .product-grid-container {
    margin-top: 50px !important;
  }
}
.product-grid {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .product-grid {
    grid-gap: 15px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .product-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .product-grid {
    grid-template-columns: 1fr !important;
  }
}
.product-grid.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .product-grid.grid-4 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .product-grid.grid-4 {
    grid-template-columns: 1fr !important;
  }
}
.product-grid.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .product-grid.grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .product-grid.grid-5 {
    grid-template-columns: 1fr 1fr !important;
  }
}
.product-grid::before {
  display: none;
}
.product-card-container {
  perspective: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.product-card-container .product-card {
  height: 100%;
  width: 100%;
  top: 0;
  box-shadow: 0px 5px 10px rgba(212,212,212,0.7);
  border-radius: 5px;
  border: solid 1px #c8c8c8;
  text-decoration: none;
  transition: 0.4s;
  overflow: hidden;
  background-color: white;
  z-index: 1;
  position: relative;
}
.product-card-container .product-card .apron-customiser-tag {
  transition: 0.6s;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: white;
  border-radius: 100px;
  z-index: 2;
}
.product-card-container .product-card .apron-customiser-tag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: solid 2px white;
  border-radius: 100px;
}
.product-card-container .product-card .apron-customiser-label {
  transition: 0.6s;
  position: absolute;
  right: 20px;
  bottom: 25px;
  transform-origin: 100%;
  background: #0069AA;
  color: white;
  padding: 0px 30px 0 10px;
  overflow: hidden;
  text-align: center;
  width: 0;
  text-wrap: nowrap;
  opacity: 0;
  z-index: 1;
  border-radius: 5px 0 0 5px;
  height: 30px;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.product-card-container .product-card:hover .apron-customiser-label {
  width: 160px;
  opacity: 1;
  right: 40px;
}
.product-card-container .product-card.highlight {
  transition: 0.2s;
  color: white;
  background-color: #0069AA;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.product-card-container .product-card.highlight .product-image,
.product-card-container .product-card.highlight .product-category-image {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: unset;
}
.product-card-container .product-card.highlight .product-image i,
.product-card-container .product-card.highlight .product-category-image i {
  font-size: 80px;
}
.product-card-container .product-card.highlight .product-content,
.product-card-container .product-card.highlight .product-category-content {
  padding: 0;
}
.product-card-container .product-card.highlight .product-content .product-title,
.product-card-container .product-card.highlight .product-content .product-category-title,
.product-card-container .product-card.highlight .product-category-content .product-title,
.product-card-container .product-card.highlight .product-category-content .product-category-title {
  color: white;
  letter-spacing: -0.015em;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 1.2em;
  text-wrap: balance;
}
.product-card-container .product-card.highlight.link-back-to-imaging-solutions {
  gap: 0;
  background-color: #0069AA;
}
.product-card-container .product-card.highlight.link-back-to-imaging-solutions:hover {
  background-color: #f39200;
}
.product-card-container .product-card.highlight.link-back-to-imaging-solutions h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 40px;
}
.product-card-container .product-card.highlight.link-back-to-imaging-solutions h5 {
  font-weight: 800;
  margin-bottom: 5px;
}
.product-card-container .product-card.highlight.link-back-to-imaging-solutions h4 {
  margin-bottom: 5px;
}
.product-card-container .product-card.highlight.link-back-to-imaging-solutions h3,
.product-card-container .product-card.highlight.link-back-to-imaging-solutions h4,
.product-card-container .product-card.highlight.link-back-to-imaging-solutions h5 {
  color: white;
  text-align: center;
}
.product-card-container .product-card.highlight.primary {
  background-color: #0069AA;
}
.product-card-container .product-card.highlight.primary:hover {
  background-color: #f39200;
}
.product-card-container .product-card.highlight.primary h3,
.product-card-container .product-card.highlight.primary h4,
.product-card-container .product-card.highlight.primary h5 {
  color: white;
  text-align: center;
}
.product-card-container .product-card.highlight.orange {
  background-color: #f39200;
}
.product-card-container .product-card.highlight.orange:hover {
  background-color: #0069AA;
}
.product-card-container .product-card .on-sale-tag {
  position: absolute;
  top: 20px;
  left: -70px;
  background-color: #f39200;
  color: white;
  font-weight: bold;
  min-height: unset;
  min-width: unset;
  display: inline-block;
  padding: 10px 80px;
  line-height: 1em;
  font-size: 14px;
  transform: rotate(-45deg);
  z-index: 1;
}
.product-card-container .product-card .product-image {
  height: 300px;
  overflow: hidden;
  padding: 20px 20px 0 20px;
}
.product-card-container .product-card .product-image img {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
  display: block;
}
.product-card-container .product-card .product-brand {
  transition: 0.2s;
  position: absolute;
  right: 0;
  background-color: #646464;
  color: white;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  line-height: 1.8em;
  padding: 0 14px;
  top: 15px;
  opacity: 0.4;
  font-weight: 600;
}
.product-card-container .product-card .product-content {
  padding: 30px 30px 60px 30px;
}
.product-card-container .product-card .product-content .product-title {
  transition: 0.2s;
  color: #313233;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
  text-wrap: balance;
}
.product-card-container .product-card .product-content .product-price-review .product-price {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  color: grey;
}
.product-card-container .product-card .product-content .product-price-review .product-price del .amount bdi {
  color: grey;
}
.product-card-container .product-card .product-content .product-price-review .product-price .mri-tag {
  float: right;
}
.product-card-container .product-card .product-content .product-price-review .star-rating {
  position: absolute;
  right: 24px;
  bottom: 37px;
  overflow: visible;
  font-size: 15px;
  float: none;
}
.product-card-container .product-card .product-content .product-price-review .star-rating span {
  font-size: 0;
  height: 100%;
}
.product-card-container .product-card .product-content .product-price-review .star-rating span::before {
  font-size: 15px;
}
.product-card-container .product-card:hover {
  top: -8px;
  box-shadow: 0px 25px 25px rgba(0,0,0,0.2);
  transform: rotate3d(1,0,0,0.8deg);
}
.product-card-container .product-card:hover .product-brand {
  opacity: 1;
  background-color: #0069AA;
}
.product-card-container .product-card:hover .product-content .product-title {
  letter-spacing: -0.015em;
  font-weight: 700;
}
@media screen and (min-width: 1300px) {
  body.single-product.admin-bar .uk-lightbox {
    top: 32px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  body.single-product.admin-bar .uk-lightbox {
    top: 32px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.admin-bar .uk-lightbox {
    top: 46px !important;
  }
}
body.single-product > .uk-lightbox {
  background: rgba(255,255,255,0.8);
  color: black;
}
body.single-product > .uk-lightbox .uk-lightbox-toolbar {
  background: rgba(0,0,0,0.5);
}
body.single-product > .uk-lightbox .uk-lightbox-items > div.uk-slide-active img {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  max-height: 90vh;
  background-color: white;
  border-radius: 5px;
}
body.single-product.site-notice-active .breadcrumb-container .woocommerce-breadcrumb {
  padding: 140px 0 0 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body.single-product .breadcrumb-container .woocommerce-breadcrumb {
  padding: 100px 0 0 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
body.single-product #primary.content-area main {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body.single-product #primary.content-area main .product {
  margin-top: 50px;
}
body.single-product #primary.content-area main .product .product-columns {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  align-items: start;
  padding: 20px;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns {
    flex-direction: column !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 0;
  max-width: calc(calc(1400px / calc(2)) - calc(25px));
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .product-gallery-container {
    max-width: calc(100vw - calc(calc(2) * calc(15px))) !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container .master-product-gallery {
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container .master-product-gallery .slide {
  border: solid 2px #dddddd;
  border-radius: 10px;
  overflow: hidden;
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container .master-product-gallery .slide img {
  width: calc(98%);
  height: calc(98%);
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .product-gallery-container .master-product-gallery .slide img {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .product-gallery-container .master-product-gallery .slide img {
    height: 100% !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container .slave-product-gallery {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  max-width: 100%;
  flex-direction: row;
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container .slave-product-gallery .slide-button {
  transition: 0.2s;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
  border: solid 2px #dddddd;
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container .slave-product-gallery .slide-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container .slave-product-gallery .slide-button:hover {
  opacity: 1;
  border: solid 2px #c9c9c9;
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container .slave-product-gallery .slide-button.active {
  border: solid 2px #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container .slave-product-gallery .slide-button.variation-match {
  border-color: #f39200;
}
body.single-product #primary.content-area main .product .product-columns .product-gallery-container .slave-product-gallery::before {
  display: none;
}
body.single-product #primary.content-area main .product .product-columns .summary {
  flex: 1 1 0;
}
body.single-product #primary.content-area main .product .product-columns .summary h1.product_title {
  font-size: 34px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary h1.product_title {
    font-size: 24px !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary h1.product_title .mri-tag {
  float: right;
  margin-left: 20px;
}
body.single-product #primary.content-area main .product .product-columns .summary h3.product-brand {
  color: #f39200;
  font-size: 22px;
}
body.single-product #primary.content-area main .product .product-columns .summary .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
body.single-product #primary.content-area main .product .product-columns .summary span.onsale {
  background-color: white;
  color: #f39200;
  min-height: unset;
  min-width: unset;
  display: inline-block;
  border-radius: 4px;
  border: solid 2px #f39200;
  padding: 8px 15px 7px 15px;
  line-height: 1em;
  font-size: 14px;
  position: relative;
  inset: 0;
  margin: 0 20px 20px 0;
  text-transform: uppercase;
}
body.single-product #primary.content-area main .product .product-columns .summary .stock {
  background-color: white;
  min-height: unset;
  min-width: unset;
  display: block;
  border-radius: 4px;
  padding: 8px 15px 7px 15px;
  line-height: 1em;
  font-size: 14px;
  font-weight: 700;
  margin: 15px 0;
  text-transform: uppercase;
  width: fit-content;
}
body.single-product #primary.content-area main .product .product-columns .summary .stock.in-stock {
  border: solid 2px #00aa17;
  color: #00aa17;
}
body.single-product #primary.content-area main .product .product-columns .summary .stock.out-of-stock {
  border: solid 2px #aa0000;
  color: #aa0000;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block {
  border-radius: 10px;
  padding: 20px;
  background: #e8f1f7;
  position: relative;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block {
    padding: 20px 0 !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block::after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  bottom: 0;
  background: #e8f1f7;
  display: block;
  z-index: -1;
}
@media screen and (min-width: 1300px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block::after {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block::after {
    display: none !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header {
    align-items: center !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header {
    margin-bottom: 20px !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header .apron-customiser-logo {
  margin-bottom: 20px;
  width: 200px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header .apron-customiser-logo {
    margin: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header .apron-customiser-logo {
    float: unset !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header .apron-customiser-logo {
    display: block !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  font-size: 12px;
  float: right;
  background-color: #f39200;
  border-color: #f39200;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button[disabled],
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button:disabled[disabled],
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button[disabled]:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button:disabled[disabled]:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button .fa-ruler {
  font-family: "Font Awesome 6 Pro";
  position: relative;
  left: -5px;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .apron-customiser-header #view-sizing-button:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options {
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.1em;
  height: 350px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  padding: 10px;
  border-radius: 10px;
  background: white;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options {
    height: 160px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options {
    overflow-y: hidden !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options {
    overflow-x: scroll !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options {
    max-width: calc(100vw - 40px) !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options .woocommerce-Tabs-panel {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options .woocommerce-Tabs-panel {
    padding: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options .woocommerce-Tabs-panel {
    flex-direction: row !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options .woocommerce-Tabs-panel {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options .woocommerce-Tabs-panel {
    gap: 0 !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-options select {
  display: none;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-option {
  position: relative;
  cursor: pointer;
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  user-select: none;
  width: 100px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-option {
    flex: 1 1 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-option {
    gap: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-option {
    min-width: 100px !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-option .thumbnail-container {
  transition: 0.4s;
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  border: solid 5px transparent;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-option .thumbnail-container img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2.5);
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-option br {
    display: none !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-option.selected .thumbnail-container {
  border-color: #f39200;
  border-radius: 10px !important;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .fabric-option:hover .thumbnail-container {
  border-radius: 30px;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block.using-ppom .woocommerce-variation-price {
  display: none;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block .add-to-cart-qty-and-button .single_add_to_cart_button {
  flex-grow: 1;
  margin-right: auto;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #embroidery-preview {
  padding: 20px;
  border-radius: 10px;
  background: grey;
  color: black;
  font-size: 30px;
  text-align: center;
  font-family: 'Block';
  background-position: center;
  background-size: cover;
  line-height: 1.2em;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #embroidery-preview.script-font {
  font-family: 'Script';
  font-size: 36px;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav {
  display: none;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav {
    position: fixed !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav {
    left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav {
    right: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav {
    z-index: 10 !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button.orange,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button.orange:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button.outline,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button.outline:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button.ve-green,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button.ve-green:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button[disabled],
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button:disabled[disabled],
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button:disabled,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button[disabled],
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button:disabled[disabled],
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button[disabled]:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button:disabled[disabled]:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button:disabled:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button[disabled]:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button:disabled[disabled]:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button.disable,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button.disable {
  opacity: 0.5;
  filter: saturate(0);
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button.disable,
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button.disable {
    opacity: 0 !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button::before {
  margin-right: 10px;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button.swatch-icon::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f5c3';
  font-weight: 900;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button.options-icon::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f0ae';
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-back-button {
    border-radius: 0 10px 0 0 !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button::after {
  margin-left: 10px;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button.options-icon::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f0ae';
  font-weight: 900;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button.cart-icon::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f07a';
  font-weight: 900;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-block #apron-customiser-nav #apron-customiser-next-button {
    border-radius: 10px 0 0 0 !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart #tab-Ripstop .fabric-option .thumbnail-container img {
  transform: scale(10);
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart #pa_pattern-fabric {
  display: none;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-option.trim-colour-select .apron-customiser-option-title {
  font-size: 16px;
  font-weight: bold;
  color: #515151;
  margin-bottom: 10px;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-option.trim-colour-select .trim-colour-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background: white;
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-option.trim-colour-select .trim-colour-list {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-option.trim-colour-select .trim-colour-list {
    max-width: calc(100vw - 40px) !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-option.trim-colour-select .trim-colour-list {
    overflow: scroll !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-option.trim-colour-select .trim-colour-list .trim-colour-button {
  transition: 0.4s;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: solid 2px #d8d8d8;
  user-select: none;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-option.trim-colour-select .trim-colour-list .trim-colour-button {
    min-width: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-option.trim-colour-select .trim-colour-list .trim-colour-button {
    min-height: 100px !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-option.trim-colour-select .trim-colour-list .trim-colour-button:hover {
  border-radius: 10px;
  border-color: grey;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .apron-customiser-option.trim-colour-select .trim-colour-list .trim-colour-button.active {
  border-radius: 5px;
  border-color: #f39200;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .trim-colours-selector,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .trim-colours-selector * {
  display: none;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .option-title {
  font-size: 16px;
  font-weight: bold;
  color: #515151;
  margin-bottom: 10px;
  display: flex;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .option-title #selected-color-name {
  text-transform: capitalize;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .pallet-colour-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background: white;
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .pallet-colour-list {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .pallet-colour-list {
    max-width: calc(100vw - 40px) !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .pallet-colour-list {
    overflow: scroll !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .pallet-colour-list .colour-button {
  transition: 0.4s;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: solid 2px #d8d8d8;
  user-select: none;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .pallet-colour-list .colour-button {
    min-width: 50px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .pallet-colour-list .colour-button {
    min-height: 100px !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .pallet-colour-list .colour-button:hover {
  border-radius: 10px;
  border-color: grey;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .color-option-selector .pallet-colour-list .colour-button.active {
  border-radius: 5px;
  border-color: #f39200;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .pallet-colours-selector,
body.single-product #primary.content-area main .product .product-columns .summary form.cart .pallet-colours-selector * {
  display: none;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .quantity {
  margin: 0;
  float: unset;
  display: inline-block;
  height: auto;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .quantity {
    width: 100% !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .quantity input {
  transition: 0.4s;
  width: 5em;
  border: solid 2px #c8c8c8;
  border-radius: 5px;
  outline: none;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .quantity input {
    height: 60px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .quantity input {
    width: 100% !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .quantity input:focus {
  border-color: grey;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  height: auto;
  float: unset;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart button[disabled],
body.single-product #primary.content-area main .product .product-columns .summary form.cart button:disabled[disabled],
body.single-product #primary.content-area main .product .product-columns .summary form.cart button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart button[disabled]:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart button:disabled[disabled]:hover,
body.single-product #primary.content-area main .product .product-columns .summary form.cart button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart button {
    min-height: 60px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart button {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart button {
    margin-top: 20px !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .price {
  height: 46px;
  padding: 0 30px;
  border-radius: 5px;
  background: #6ba56b;
  font-size: 16px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  order: 10;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .price {
    order: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .price {
    width: 100% !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .add-to-cart-qty-and-button {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary form.cart .add-to-cart-qty-and-button {
    min-height: 60px !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary form.cart .add-to-cart-qty-and-button .single_add_to_cart_button {
  margin-right: auto;
}
body.single-product #primary.content-area main .product .product-columns .summary .product_meta {
  background-color: #f5f7fa;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  font-size: 13px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .product_meta {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .product_meta {
    padding: 14px 20px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .product_meta {
    width: 100% !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary .product_meta > span {
  font-weight: 700;
}
body.single-product #primary.content-area main .product .product-columns .summary .product_meta > span a {
  color: #7b7e81;
  font-weight: 450;
  text-decoration: none;
}
body.single-product #primary.content-area main .product .product-columns .summary .product_meta > span a:hover {
  text-decoration: underline;
}
body.single-product #primary.content-area main .product .product-columns .summary .product_meta > span > span {
  font-weight: 500;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations label[for=pa_pattern-fabric] {
  display: none !important;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .woocommerce-tabs.wc-tabs-wrapper {
  padding: 0;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  margin-bottom: 10px;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr {
    flex-direction: column !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td {
  flex-grow: 1;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
  font-size: 16px !important;
  width: 100%;
  margin: 0;
  border-color: grey;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select {
    font-size: 14px !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select:placeholder-shown {
  border-color: #e7e7e7;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select:focus {
  border-color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select option {
  font-size: 16px !important;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select:placeholder-shown {
  border-color: #646464;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select:focus {
  border-color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select:not(:placeholder-shown):not(:focus):valid {
  border-color: #646464;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td select:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td.value,
body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td.label {
  width: 50%;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td.value,
  body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td.label {
    width: 100% !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td.value,
  body.single-product #primary.content-area main .product .product-columns .summary .variations tbody tr td.label {
    width: 100% !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  margin-top: 20px;
  font-size: 13px;
  padding: 0px 20px;
  float: right;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations[disabled],
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations:disabled[disabled],
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations[disabled]:hover,
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations:disabled[disabled]:hover,
body.single-product #primary.content-area main .product .product-columns .summary .variations .reset_variations:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
body.single-product #primary.content-area main .product .product-columns .summary .single_variation_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .single_variation_wrap {
    margin-top: 40px !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary .single_variation_wrap .woocommerce-variation.single_variation {
  order: 10;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .single_variation_wrap .woocommerce-variation.single_variation {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .product-columns .summary .single_variation_wrap .woocommerce-variation.single_variation {
    order: 0 !important;
  }
}
body.single-product #primary.content-area main .product .product-columns .summary .single_variation_wrap .woocommerce-variation.single_variation .price {
  width: 100%;
}
body.single-product #primary.content-area main .product .product-columns .summary .single_variation_wrap .woocommerce-variation-add-to-cart {
  flex-grow: 1;
}
body.single-product #primary.content-area main .product .product-columns .summary .single_variation_wrap .woocommerce-variation-add-to-cart > br {
  display: none;
}
body.single-product #primary.content-area main .product .product-columns .summary .single_variation_wrap .woocommerce-variation-add-to-cart br + div {
  display: none;
}
body.single-product #primary.content-area main .product .woocommerce-tabs {
  padding: 50px 20px 0 20px;
}
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs {
  padding: 0 0 0 5px;
  margin-bottom: 40px;
}
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs::before,
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs::after {
  display: none;
}
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li {
  background-color: #f2f2f2;
  border-radius: 0;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li {
    border-top: none !important;
  }
}
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li::before,
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li::after {
  display: none;
}
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li.active {
  background-color: #ffffff;
  border-bottom-color: #cfc8d8;
}
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li:first-child {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li:first-child {
    border-radius: 10px 10px 0 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li:first-child {
    border-top: 1px solid #cfc8d8 !important;
  }
}
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li:last-child {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li:last-child {
    border-radius: 0 0 10px 10px !important;
  }
}
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li:last-child:first-child {
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li:last-child:first-child {
    border-radius: 10px !important;
  }
}
body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li a {
  font-weight: 600;
  user-select: none;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .woocommerce-tabs .tabs.wc-tabs > li a {
    width: 100% !important;
  }
}
body.single-product #primary.content-area main .product .woocommerce-tabs .woocommerce-Tabs-panel > .bask-columns {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .woocommerce-tabs .woocommerce-Tabs-panel > .bask-columns {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .woocommerce-tabs .woocommerce-Tabs-panel > .bask-columns {
    padding-right: 0 !important;
  }
}
body.single-product #primary.content-area main .product .woocommerce-tabs #tab-additional_information table tbody tr th {
  text-align: left;
}
body.single-product #primary.content-area main .product .woocommerce-tabs #tab-reviews #reviews #comments h2.woocommerce-Reviews-title {
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  body.single-product #primary.content-area main .product .woocommerce-tabs #tab-reviews #reviews #comments h2.woocommerce-Reviews-title {
    font-size: 18px !important;
  }
}
body.single-product #primary.content-area main .product .woocommerce-tabs #tab-reviews #reviews #comments h2.woocommerce-Reviews-title span {
  font-weight: 600;
}
body.single-product #primary.content-area main .product .woocommerce-tabs #tab-reviews #reviews #comments h2.woocommerce-Reviews-title span::after {
  border-bottom: none;
}
body.single-product #primary.content-area main .product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist {
  padding: 0;
}
body.single-product #primary.content-area main .product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist .review .comment_container .comment-text {
  margin-left: 0;
  border-radius: 10px;
}
body.single-product #primary.content-area main .product .woocommerce-tabs #tab-reviews #reviews .woocommerce-verification-required {
  border: solid 1px #f39200;
  background-color: bisque;
  padding: 10px 20px;
  border-radius: 10px;
  color: black;
}
.related.products {
  clear: both;
  position: relative;
  margin-top: 100px;
  padding: 50px 20px;
  overflow: hidden;
}
.related.products::after {
  content: "";
  background-color: rgba(0,105,170,0.05);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
}
.related.products h2 {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .related.products h2 {
    font-size: 28px !important;
  }
}
.related.products .products.columns-4 {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .related.products .products.columns-4 {
    grid-gap: 15px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .related.products .products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .related.products .products.columns-4 {
    grid-template-columns: 1fr !important;
  }
}
.related.products .products.columns-4.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .related.products .products.columns-4.grid-4 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .related.products .products.columns-4.grid-4 {
    grid-template-columns: 1fr !important;
  }
}
.related.products .products.columns-4.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .related.products .products.columns-4.grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .related.products .products.columns-4.grid-5 {
    grid-template-columns: 1fr 1fr !important;
  }
}
.related.products .products.columns-4::before {
  display: none;
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active .search-container {
    display: none !important;
  }
}
body.single-product.apron-customiser-active #primary.content-area {
  overflow: visible;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns {
  align-items: stretch;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container {
    padding-top: 0 !important;
  }
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group {
  z-index: 5;
  top: 150px;
  position: sticky;
  width: 100%;
  padding-top: 100%;
  user-select: none;
  overflow: hidden;
  border-radius: 10px;
  border: solid 2px #dddddd;
  height: 0;
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group.mobile-preview {
    position: fixed !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group.mobile-preview {
    left: 50% !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group.mobile-preview {
    translate: -50% !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group.mobile-preview {
    width: 80vw !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group.mobile-preview {
    height: 80vw !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group.mobile-preview {
    padding: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group.mobile-preview .apron-selected-bubble {
    bottom: -45px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group.mobile-preview .apron-selected-bubble {
    left: 50px !important;
  }
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group.mobile-preview .apron-selected-bubble:not(.selected-colour)::before {
  content: "Close";
  top: 16px;
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group.mobile-preview #apron-selected-trim {
    bottom: -50px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group:not(.mobile-preview) #apron-selected-trim {
    bottom: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group:not(.mobile-preview) .apron-selected-bubble:not(.selected-colour) {
    bottom: 15px !important;
  }
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble {
  text-align: center;
  border: solid 2px #c8c8c8;
  position: absolute;
  z-index: 9;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 20px;
  border-radius: 100px;
  overflow: hidden;
  transform: scale(0.0);
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble:not(.selected-colour)::before {
  transition: 0.4s;
  opacity: 0;
  content: "Preview";
  color: white;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 16px;
  top: 34px;
  background: rgba(0,0,0,0.4);
  border-radius: 5px;
  padding: 0px 5px;
  text-align: center;
  text-shadow: 0 1px 5px black;
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble:not(.selected-colour)::before {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble {
    translate: -50% !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble {
    border: none !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble {
    position: fixed !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble {
    width: 90px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble {
    height: 90px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble {
    top: unset !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble {
    left: 50% !important;
  }
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble.selected-colour {
  top: 80px;
  width: 50px;
  height: 50px;
  left: 70px;
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble.selected-colour {
    width: 100px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble.selected-colour {
    height: 100px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble.selected-colour {
    z-index: 8 !important;
  }
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(5.0);
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble.active {
  transition: 0.5s;
  transform: scale(1.0);
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .apron-selected-bubble.active.selected-colour {
  transition: 0.5s 0.3s;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group #apron-front,
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group #apron-back {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 3;
  pointer-events: none;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group #apron-fabric {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-color: #2b2b2b;
  pointer-events: none;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group #apron-trim-front,
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group #apron-trim-back {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group::before,
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group::after {
  content: "";
  background: white;
  position: absolute;
  z-index: 4;
  inset: -2px;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group::before {
  right: 70%;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group::after {
  left: 70%;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container {
  z-index: 5;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container {
    bottom: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container {
    right: 10px !important;
  }
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  border-radius: 50px;
  padding: 10px;
  font-size: 25px;
  width: 60px;
  height: 60px;
  transition: transform 0s ease, background-color 0.1s ease;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button[disabled],
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button:disabled[disabled],
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button[disabled]:hover,
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button:disabled[disabled]:hover,
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
body.single-product.apron-customiser-active #primary.content-area main .product .product-columns .product-gallery-container #apron-image-group .rotate-button-container button:hover {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform: rotate(360deg);
}
#sizing-modal {
  right: -100vw;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  position: fixed;
  top: 0;
  height: 100%;
  background: white;
  z-index: 40;
  padding: 50px 20px 100px 20px;
  overflow: auto;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
  width: 800px;
  max-width: 90%;
}
#sizing-modal.active {
  pointer-events: all;
  opacity: 1;
  right: 0;
}
#sizing-modal .modal-buttons {
  display: flex;
  justify-content: end;
  padding: 20px 0 10px 0;
}
#sizing-modal .modal-buttons .icon-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
#sizing-modal .modal-buttons .icon-button i {
  font-size: 20px;
  color: #7b7e81;
}
@media screen and (max-width: 800px) {
  #sizing-modal .modal-buttons .icon-button i {
    font-size: 30px !important;
  }
}
#sizing-modal .modal-buttons .icon-button span {
  color: transparent;
}
#sizing-modal .modal-buttons .icon-button#close-sizing-modal:hover span {
  color: #7b7e81;
}
#sizing-modal .modal-buttons .icon-button#close-sizing-modal:hover i {
  color: #aa0000;
}
@media screen and (max-width: 800px) {
  #sizing-modal .bask-columns {
    padding: 0 !important;
  }
}
#sizing-modal .bask-columns .bask-column {
  overflow: hidden;
}
#sizing-modal .table-scroller {
  max-width: 100%;
  overflow-x: scroll;
}
#sizing-modal .table-scroller table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sizing-modal .table-scroller table thead tr th {
  padding: 5px;
  font-weight: 700;
  font-size: 12px;
  width: calc(100% / 7);
  min-width: 100px;
  background-color: #0069AA;
  color: white;
  overflow: hidden;
}
#sizing-modal .table-scroller table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
#sizing-modal .table-scroller table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
#sizing-modal .table-scroller table tbody tr:nth-child(even) {
  background-color: rgba(128,128,128,0.1);
}
#sizing-modal .table-scroller table tbody tr td {
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  width: calc(100% / 7);
  min-width: 100px;
  text-align: center;
}
#sizing-modal-tint {
  transition: 0.4s;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  inset: 0;
  z-index: 35;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
}
#sizing-modal-tint.active {
  pointer-events: all;
  opacity: 1;
}
.sku-customiser-hidden {
  display: none !important;
}
.sku-customiser-disabled {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
  cursor: not-allowed;
}
.woocommerce-notices-wrapper {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-message {
  margin-top: 20px;
  background: #0069AA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: white;
  outline: none;
  border-radius: 10px;
  border: none;
}
.woocommerce-message a {
  color: white;
}
.woocommerce-message::before,
.woocommerce-message::after {
  display: none;
}
.woocommerce-message .button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: #f39200;
  border-color: #f39200;
}
.woocommerce-message .button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-message .button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-message .button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-message .button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-message .button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-message .button[disabled],
.woocommerce-message .button:disabled[disabled],
.woocommerce-message .button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-message .button[disabled]:hover,
.woocommerce-message .button:disabled[disabled]:hover,
.woocommerce-message .button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce-message .button:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-error {
  margin-top: 20px;
  background: #0069AA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: white;
  outline: none;
  border-radius: 10px;
  border: none;
  background: #f39200;
  justify-content: flex-start;
}
.woocommerce-error a {
  color: white;
}
.woocommerce-error::before,
.woocommerce-error::after {
  display: none;
}
.woocommerce-error .button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: #f39200;
  border-color: #f39200;
}
.woocommerce-error .button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-error .button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-error .button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-error .button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-error .button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-error .button[disabled],
.woocommerce-error .button:disabled[disabled],
.woocommerce-error .button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-error .button[disabled]:hover,
.woocommerce-error .button:disabled[disabled]:hover,
.woocommerce-error .button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce-error .button:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-error li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.woocommerce-error li .button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.woocommerce-error li .button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-error li .button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.woocommerce-error li .button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-error li .button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-error li .button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-error li .button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-error li .button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-error li .button[disabled],
.woocommerce-error li .button:disabled[disabled],
.woocommerce-error li .button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-error li .button[disabled]:hover,
.woocommerce-error li .button:disabled[disabled]:hover,
.woocommerce-error li .button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce-info {
  margin-top: 20px;
  background: #0069AA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: white;
  outline: none;
  border-radius: 10px;
  border: none;
}
.woocommerce-info a {
  color: white;
}
.woocommerce-info::before,
.woocommerce-info::after {
  display: none;
}
.woocommerce-info .button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: #f39200;
  border-color: #f39200;
}
.woocommerce-info .button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-info .button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-info .button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-info .button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-info .button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-info .button[disabled],
.woocommerce-info .button:disabled[disabled],
.woocommerce-info .button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-info .button[disabled]:hover,
.woocommerce-info .button:disabled[disabled]:hover,
.woocommerce-info .button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce-info .button:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-info.cart-empty {
  margin-top: 20px;
  background: #0069AA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  color: white;
  outline: none;
  border-radius: 10px;
  border: none;
  background: #f39200;
  justify-content: flex-start;
}
.woocommerce-info.cart-empty a {
  color: white;
}
.woocommerce-info.cart-empty::before,
.woocommerce-info.cart-empty::after {
  display: none;
}
.woocommerce-info.cart-empty .button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: #f39200;
  border-color: #f39200;
}
.woocommerce-info.cart-empty .button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-info.cart-empty .button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-info.cart-empty .button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-info.cart-empty .button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-info.cart-empty .button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-info.cart-empty .button[disabled],
.woocommerce-info.cart-empty .button:disabled[disabled],
.woocommerce-info.cart-empty .button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-info.cart-empty .button[disabled]:hover,
.woocommerce-info.cart-empty .button:disabled[disabled]:hover,
.woocommerce-info.cart-empty .button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce-info.cart-empty .button:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-info.cart-empty li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.woocommerce-info.cart-empty li .button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.woocommerce-info.cart-empty li .button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-info.cart-empty li .button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.woocommerce-info.cart-empty li .button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-info.cart-empty li .button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-info.cart-empty li .button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-info.cart-empty li .button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-info.cart-empty li .button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-info.cart-empty li .button[disabled],
.woocommerce-info.cart-empty li .button:disabled[disabled],
.woocommerce-info.cart-empty li .button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-info.cart-empty li .button[disabled]:hover,
.woocommerce-info.cart-empty li .button:disabled[disabled]:hover,
.woocommerce-info.cart-empty li .button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce-form-coupon-toggle p {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    flex-direction: column !important;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  color: white;
}
form.checkout_coupon.woocommerce-form-coupon * {
  flex-grow: 1;
}
form.checkout_coupon.woocommerce-form-coupon p {
  text-wrap: balance;
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon p {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    justify-content: center !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    align-items: center !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last button {
    width: 100% !important;
  }
}
.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.woocommerce-account .woocommerce::before {
  display: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  border-radius: 20px;
  background-color: rgba(0,105,170,0.05);
  padding: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: transparent;
  color: #0069AA;
  border-color: rgba(255,255,255,0);
  color: #232020;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a[disabled],
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:disabled[disabled],
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:disabled[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background-color: transparent;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover[disabled],
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover:disabled[disabled],
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover:disabled[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li a:hover:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li.is-active a {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li.is-active a:hover {
  background-color: gray;
  border-color: gray;
  cursor: default;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 800px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
    grid-gap: 20px !important;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns::before,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns::after {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 {
  float: unset;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header {
  position: relative;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit {
  float: unset;
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit.orange,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit.orange:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit.outline,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit.outline:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit.ve-green,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit.ve-green:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit[disabled],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit:disabled[disabled],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit:disabled,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit[disabled],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit:disabled[disabled],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit:disabled[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 header a.edit:disabled:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit:disabled[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column2 header a.edit:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: black;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input {
    font-size: 14px !important;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input:placeholder-shown {
  border-color: #e7e7e7;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input:focus {
  border-color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
  height: unset;
}
@media screen and (max-width: 800px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection {
    font-size: 14px !important;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection:placeholder-shown {
  border-color: #e7e7e7;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection:focus {
  border-color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection .select2-selection__rendered {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
}
@media screen and (max-width: 800px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper .selection span.select2-selection .select2-selection__rendered {
    font-size: 14px !important;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button {
  margin-top: 20px;
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button[disabled],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button:disabled[disabled],
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button:disabled[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields button.button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
form.woocommerce-cart-form table.shop_table.cart {
  border-color: #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}
form.woocommerce-cart-form table.shop_table.cart thead {
  background-color: #0069AA;
  color: white;
  border-radius: 10px 10px 0 0;
}
form.woocommerce-cart-form table.shop_table.cart tbody tr td input {
  min-width: 100px;
}
form.woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
  display: flex;
}
@media screen and (min-width: 1300px) {
  form.woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon input {
    width: 170px !important;
  }
}
.cart-collaterals {
  margin-top: 50px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  width: 100%;
  font-size: 20px;
  padding: 15px 40px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.orange,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.orange:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.outline,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.outline:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.ve-green,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.ve-green:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward[disabled],
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:disabled[disabled],
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:disabled,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button[disabled],
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:disabled[disabled],
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward[disabled]:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:disabled[disabled]:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:disabled:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button[disabled]:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:disabled[disabled]:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward::before,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f09d';
  font-weight: 900;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward::before,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button::before {
  margin-right: 5px;
}
#order_review_heading {
  margin-top: 50px;
}
#place_order {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
#place_order:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
#place_order.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
#place_order.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
#place_order.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
#place_order.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
#place_order.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
#place_order.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
#place_order[disabled],
#place_order:disabled[disabled],
#place_order:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
#place_order[disabled]:hover,
#place_order:disabled[disabled]:hover,
#place_order:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce form .form-row label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: black;
}
.woocommerce form .form-row input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .woocommerce form .form-row input {
    font-size: 14px !important;
  }
}
.woocommerce form .form-row input:placeholder-shown {
  border-color: #e7e7e7;
}
.woocommerce form .form-row input:focus {
  border-color: #0069AA;
}
.woocommerce form .form-row input:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
.woocommerce form .form-row input:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.woocommerce form .form-row .input-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .woocommerce form .form-row .input-text {
    font-size: 14px !important;
  }
}
.woocommerce form .form-row .input-text:placeholder-shown {
  border-color: #e7e7e7;
}
.woocommerce form .form-row .input-text:focus {
  border-color: #0069AA;
}
.woocommerce form .form-row .input-text:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
.woocommerce form .form-row .input-text:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.woocommerce form .form-row.form-row-first {
  float: none;
  display: inline-block;
  width: calc(50% - calc(15px));
}
.woocommerce form .form-row.form-row-last {
  float: none;
  display: inline-block;
  padding-left: 20px;
  width: calc(50% + calc(10px));
}
.woocommerce form button.button,
.woocommerce form .button.wc-backward,
.woocommerce form .button.wc-forward {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.woocommerce form button.button:hover,
.woocommerce form .button.wc-backward:hover,
.woocommerce form .button.wc-forward:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce form button.button.orange,
.woocommerce form .button.wc-backward.orange,
.woocommerce form .button.wc-forward.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.woocommerce form button.button.orange:hover,
.woocommerce form .button.wc-backward.orange:hover,
.woocommerce form .button.wc-forward.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce form button.button.outline,
.woocommerce form .button.wc-backward.outline,
.woocommerce form .button.wc-forward.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce form button.button.outline:hover,
.woocommerce form .button.wc-backward.outline:hover,
.woocommerce form .button.wc-forward.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce form button.button.ve-green,
.woocommerce form .button.wc-backward.ve-green,
.woocommerce form .button.wc-forward.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce form button.button.ve-green:hover,
.woocommerce form .button.wc-backward.ve-green:hover,
.woocommerce form .button.wc-forward.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce form button.button[disabled],
.woocommerce form button.button:disabled[disabled],
.woocommerce form button.button:disabled,
.woocommerce form .button.wc-backward[disabled],
.woocommerce form .button.wc-backward:disabled[disabled],
.woocommerce form .button.wc-backward:disabled,
.woocommerce form .button.wc-forward[disabled],
.woocommerce form .button.wc-forward:disabled[disabled],
.woocommerce form .button.wc-forward:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce form button.button[disabled]:hover,
.woocommerce form button.button:disabled[disabled]:hover,
.woocommerce form button.button:disabled:hover,
.woocommerce form .button.wc-backward[disabled]:hover,
.woocommerce form .button.wc-backward:disabled[disabled]:hover,
.woocommerce form .button.wc-backward:disabled:hover,
.woocommerce form .button.wc-forward[disabled]:hover,
.woocommerce form .button.wc-forward:disabled[disabled]:hover,
.woocommerce form .button.wc-forward:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-form-login {
  width: 500px;
  max-width: 100%;
  border-radius: 20px;
  border: solid 2px #e7e7e7;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) label {
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  float: unset;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button:hover {
  text-decoration: none;
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button.orange {
  background-color: #f39200;
  border-color: #f39200;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button.orange:hover {
  background-color: white;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button.outline {
  background-color: transparent;
  border-color: #0069AA;
  color: #0069AA;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button.outline:hover {
  background-color: #0069AA;
  border-color: #0069AA;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button.ve-green {
  background-color: #98cc53;
  border-color: #98cc53;
  color: white;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button.ve-green:hover {
  background-color: white;
  border-color: #98cc53;
  color: #98cc53;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button[disabled],
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button:disabled[disabled],
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button:disabled {
  background-color: #646464;
  border-color: #646464;
  color: white;
  opacity: 1;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button:disabled[disabled]:hover,
.woocommerce-account .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button:disabled:hover {
  background-color: #646464;
  border-color: #646464;
  color: white;
}
.select2-container .select2-dropdown {
  border: solid 2px #e7e7e7;
}
.select2-container .select2-dropdown input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .select2-container .select2-dropdown input {
    font-size: 14px !important;
  }
}
.select2-container .select2-dropdown input:placeholder-shown {
  border-color: #e7e7e7;
}
.select2-container .select2-dropdown input:focus {
  border-color: #0069AA;
}
.select2-container .select2-dropdown input:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
.select2-container .select2-dropdown input:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 18px;
  color: black;
  line-height: 1em;
  border-radius: 8px;
  padding: 10px 15px;
  border: solid 2px #e7e7e7;
  outline: none;
}
@media screen and (max-width: 800px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px !important;
  }
}
.select2-container--default .select2-search--dropdown .select2-search__field:placeholder-shown {
  border-color: #e7e7e7;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #0069AA;
}
.select2-container--default .select2-search--dropdown .select2-search__field:not(:placeholder-shown):not(:focus):valid {
  border-color: #00aa17;
}
.select2-container--default .select2-search--dropdown .select2-search__field:not(:placeholder-shown):invalid {
  border-color: #aa0000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
#billing_address_1 {
  margin-bottom: 10px;
}
form.woocommerce-EditAccountForm fieldset {
  margin: 20px 0;
}
#category-modal {
  left: -100vw;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  position: fixed;
  top: 0;
  height: 100%;
  background: white;
  z-index: 40;
  padding: 50px 30px 100px 30px;
  overflow: auto;
  box-shadow: 0 0 50px rgba(0,0,0,0.5);
  max-width: 90%;
}
#category-modal.active {
  pointer-events: all;
  opacity: 1;
  left: 0;
}
#category-modal .modal-buttons {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 10px 0;
}
#category-modal .modal-buttons .icon-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
#category-modal .modal-buttons .icon-button i {
  font-size: 20px;
  color: #7b7e81;
}
@media screen and (max-width: 800px) {
  #category-modal .modal-buttons .icon-button i {
    font-size: 30px !important;
  }
}
#category-modal .modal-buttons .icon-button span {
  color: transparent;
}
#category-modal .modal-buttons .icon-button#close-category-modal:hover span {
  color: #7b7e81;
}
#category-modal .modal-buttons .icon-button#close-category-modal:hover i {
  color: #aa0000;
}
#category-modal .modal-buttons .icon-button#expand-categories,
#category-modal .modal-buttons .icon-button#collapse-categories {
  display: none;
  font-size: 16px;
}
#category-modal .modal-buttons .icon-button#expand-categories.active,
#category-modal .modal-buttons .icon-button#collapse-categories.active {
  display: flex;
}
#category-modal .modal-buttons .icon-button#expand-categories:hover span,
#category-modal .modal-buttons .icon-button#collapse-categories:hover span {
  color: #7b7e81;
}
#category-modal .modal-buttons .icon-button#expand-categories:hover i,
#category-modal .modal-buttons .icon-button#collapse-categories:hover i {
  color: #0069AA;
}
#category-modal-tint {
  transition: 0.4s;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  inset: 0;
  z-index: 35;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
}
#category-modal-tint.active {
  pointer-events: all;
  opacity: 1;
}
.woocommerce-category-tree {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree {
    gap: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree {
    padding: 0 0 0 30px !important;
  }
}
.woocommerce-category-tree li {
  list-style: none;
  display: block;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  user-select: none;
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li {
    font-size: 20px !important;
  }
}
.woocommerce-category-tree li.current {
  order: -1;
}
.woocommerce-category-tree li a.category-menu-item.current {
  font-weight: 700;
  color: #0069AA;
}
.woocommerce-category-tree li a.category-menu-item.current::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: '\f005';
  font-weight: 900;
}
.woocommerce-category-tree li a.category-menu-item.current.exact::before,
.woocommerce-category-tree li a.category-menu-item.current.exact::after {
  font-weight: 700;
}
.woocommerce-category-tree li a.category-menu-item.current::before {
  margin-right: 5px;
  font-weight: 500;
}
.woocommerce-category-tree li a.category-menu-item.current::after {
  margin-left: 5px;
  font-weight: 500;
}
.woocommerce-category-tree li .expander {
  position: relative;
  bottom: -13px;
  left: -3px;
}
.woocommerce-category-tree li .expander > a {
  position: absolute;
  left: -24px;
  bottom: -10px;
  transition: 0.3s;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  border: solid 2px #7b7e81;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  user-select: none;
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li .expander > a {
    left: -35px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li .expander > a {
    bottom: -13px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li .expander > a {
    width: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li .expander > a {
    height: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li .expander > a {
    font-size: 22px !important;
  }
}
.woocommerce-category-tree li .expander > a:hover {
  opacity: 1;
  text-decoration: none;
  border-color: #f39200;
}
.woocommerce-category-tree li .expander > a:hover.contract {
  background-color: #f39200;
}
.woocommerce-category-tree li .expander .expand {
  display: inline-flex;
}
.woocommerce-category-tree li .expander .contract {
  display: none;
  background: #7b7e81;
  color: white;
}
.woocommerce-category-tree li.active > .sub-category {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li.active > .sub-category {
    gap: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li.active > .sub-category {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-category-tree li.active > .sub-category {
    padding-bottom: 20px !important;
  }
}
.woocommerce-category-tree li.active > .sub-category > li {
  display: block;
}
.woocommerce-category-tree li.active > .expander .expand {
  display: none;
}
.woocommerce-category-tree li.active > .expander .contract {
  display: inline-flex;
}
.woocommerce-category-tree > li > a.category-menu-item {
  transition: 0.1s;
  color: #646464;
  font-weight: 600;
}
.woocommerce-category-tree > li > a.category-menu-item:hover {
  text-decoration: none;
  color: #f39200;
}
.woocommerce-category-tree > li li {
  display: none;
}
.woocommerce-category-tree > li li a.category-menu-item {
  transition: 0.1s;
  color: #646464;
  font-weight: 500;
  font-size: 0.8em;
}
.woocommerce-category-tree > li li a.category-menu-item:hover {
  text-decoration: none;
  color: #f39200;
}
.clearance-products .clearance-section {
  margin-bottom: 20px;
}
.clearance-products .clearance-section .clearance-category-handle {
  transition: 0.3s;
  background-color: #0069AA;
  padding: 50px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.clearance-products .clearance-section .clearance-category-handle .category-name {
  color: white;
  font-weight: 600;
  font-size: 30px;
  user-select: none;
  position: relative;
  z-index: 2;
}
.clearance-products .clearance-section .clearance-category-handle .category-description {
  display: none;
}
.clearance-products .clearance-section .clearance-category-handle .category-background {
  position: absolute;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.clearance-products .clearance-section .clearance-category-handle .category-background::after,
.clearance-products .clearance-section .clearance-category-handle .category-background::before {
  transition: 0.5s;
  position: absolute;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  opacity: 1;
  background: linear-gradient(90deg,#0069AA 0%,rgba(0,105,170,0) 35%,rgba(255,255,255,0) 100%);
}
.clearance-products .clearance-section .clearance-category-handle .category-background::before {
  background: linear-gradient(90deg,#0069AA 0%,rgba(0,105,170,0.75) 35%,rgba(255,255,255,0) 100%);
}
.clearance-products .clearance-section .clearance-category-handle .category-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.clearance-products .clearance-section .clearance-category-handle:hover {
  background: #0069AA;
}
.clearance-products .clearance-section .clearance-category-handle:hover .category-background::before {
  opacity: 0;
}
.clearance-products .clearance-section .clearance-category-expander {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 20px 0;
}
@media screen and (max-width: 800px) {
  .clearance-products .clearance-section .clearance-category-expander {
    grid-gap: 15px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .clearance-products .clearance-section .clearance-category-expander {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .clearance-products .clearance-section .clearance-category-expander {
    grid-template-columns: 1fr !important;
  }
}
.clearance-products .clearance-section .clearance-category-expander.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .clearance-products .clearance-section .clearance-category-expander.grid-4 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .clearance-products .clearance-section .clearance-category-expander.grid-4 {
    grid-template-columns: 1fr !important;
  }
}
.clearance-products .clearance-section .clearance-category-expander.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .clearance-products .clearance-section .clearance-category-expander.grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .clearance-products .clearance-section .clearance-category-expander.grid-5 {
    grid-template-columns: 1fr 1fr !important;
  }
}
.clearance-products .clearance-section .clearance-category-expander::before {
  display: none;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin: 0 auto 50px auto;
  font-size: 30px;
  font-weight: bold;
  color: black;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding-left: 0;
}
.communications-profile-checkout {
  margin: 50px auto;
  background: #0069AA;
  border-radius: 10px;
  padding: 2em 3em;
  color: white;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .communications-profile-checkout {
    padding: 1em 1em !important;
  }
}
@media screen and (max-width: 800px) {
  .communications-profile-checkout {
    padding: 1em 1em !important;
  }
}
@media screen and (max-width: 800px) {
  .communications-profile-checkout {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .communications-profile-checkout {
    grid-gap: 20px !important;
  }
}
.communications-profile-checkout > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-grow: 1;
}
.communications-profile-checkout > div h3 {
  color: white;
}
.communications-profile-checkout > div p {
  font-weight: 500;
  font-size: 16px;
  text-wrap: balance;
}
.communications-profile-checkout > div .button {
  margin-bottom: 0;
}
.communications-profile-checkout > div.graphic-column {
  align-items: center;
  flex-grow: 1;
  max-height: 280px;
}
.communications-profile-checkout > div.graphic-column img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.search-header {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .search-header {
    margin-top: 50px !important;
  }
}
.search-results-list {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 50px 0 100px 0;
}
@media screen and (max-width: 800px) {
  .search-results-list {
    grid-gap: 15px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .search-results-list {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .search-results-list {
    grid-template-columns: 1fr !important;
  }
}
.search-results-list.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .search-results-list.grid-4 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .search-results-list.grid-4 {
    grid-template-columns: 1fr !important;
  }
}
.search-results-list.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .search-results-list.grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .search-results-list.grid-5 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 800px) {
  .search-results-list {
    margin-bottom: 50px !important;
  }
}
#utility-header {
  background: #0069aa;
  color: #fff;
  font-size: 13px;
}
#utility-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4px 20px;
}
#utility-header .utility-contact a {
  color: #fff;
  text-decoration: none;
  margin-right: 18px;
}
#utility-header .utility-contact a i {
  margin-right: 5px;
}
#utility-header .utility-location select.geot_dropdown {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 13px;
}
#utility-header .utility-location select.geot_dropdown option {
  color: #333;
}
.shop-pages-menu .quote-basket-menu {
  display: inline-block;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle;
}
.shop-pages-menu .quote-basket-menu li.wc-quote-li {
  list-style: none;
  position: relative;
}
.shop-pages-menu .quote-basket-menu li.wc-quote-li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.shop-pages-menu .quote-basket-menu li.wc-quote-li > a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.shop-pages-menu .quote-basket-menu li.wc-quote-li ul,
.shop-pages-menu .quote-basket-menu li.wc-quote-li .wc-quote-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 200;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  min-width: 260px;
  padding: 10px;
  list-style: none;
}
.latest-news-grid .news-card .product-category-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.tutor-wrap a.tutor-btn-primary,
.tutor-wrap .tutor-btn.tutor-btn-primary {
  background-color: #0069aa;
  border-color: #0069aa;
}
.tutor-wrap a.tutor-btn-primary:hover,
.tutor-wrap .tutor-btn.tutor-btn-primary:hover {
  background-color: #f7941d;
  border-color: #f7941d;
}
.tutor-wrap .tutor-course-name a,
.tutor-wrap a.tutor-course-name {
  color: #0069aa;
}
.tutor-course-archive-page,
.tutor-dashboard,
.tutor-course-details-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.banner-slider {
  overflow: hidden;
  max-height: 800px;
  max-width: 100vw;
  width: 100%;
  position: relative;
  left: calc(0px - calc(20px));
}
@media screen and (max-width: 800px) {
  .banner-slider {
    max-height: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider {
    left: calc(0px - calc(15px)) !important;
  }
}
.banner-slider.banner {
  width: calc(100vw + calc(40px));
}
@media screen and (max-width: 800px) {
  .banner-slider.banner {
    width: calc(100% + calc(30px)) !important;
  }
}
.banner-slider.banner .slide {
  height: 50vh;
  min-height: 300px;
  max-height: 700px;
}
@media screen and (max-width: 800px) {
  .banner-slider.banner .slide {
    height: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider.banner .slide {
    min-height: unset !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider.banner .slide {
    max-height: unset !important;
  }
}
.banner-slider.slider .slick-list .slick-track {
  display: flex;
  min-height: 400px;
}
.banner-slider.slider .slick-list .slick-track .slick-slide {
  height: unset;
}
.banner-slider.slider .slick-dots {
  margin: 0;
  padding: 0;
  bottom: 30px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  gap: 10px;
  width: 100%;
}
.banner-slider.slider .slick-dots li {
  font-size: 0;
}
.banner-slider.slider .slick-dots li button {
  transition: 0.4s;
  background-color: transparent;
  border: solid 2px #0069AA;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-size: 0;
}
.banner-slider.slider .slick-dots li.slick-active button {
  background-color: #0069AA;
  border-color: #0069AA;
}
.banner-slider .slide {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .banner-slider .slide {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide {
    padding-right: 15px !important;
  }
}
.banner-slider .slide .slide-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-image {
    max-height: 50vw !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-image.multi-layered-image {
    max-height: unset !important;
  }
}
.banner-slider .slide .slide-image img.background-image,
.banner-slider .slide .slide-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner-slider .slide .slide-image img.foreground-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  position: absolute;
  top: 0;
}
.banner-slider .slide .slide-link {
  z-index: 3;
  position: absolute;
  inset: 0;
}
.banner-slider .slide .slide-content {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content {
    margin-top: 50vw !important;
  }
}
.banner-slider .slide .slide-content .slide-content-inner {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 30px 10px 30px;
  width: 40%;
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px;
  user-select: none;
  backdrop-filter: blur(5px);
  color: #292929;
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    padding: 30px 15px 90px 15px !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    margin: auto !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    width: 60% !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    background-color: rgba(255,255,255,0.5) !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .banner-slider .slide .slide-content .slide-content-inner {
    height: unset !important;
  }
}
.banner-slider .slide .slide-content .slide-content-inner h1,
.banner-slider .slide .slide-content .slide-content-inner h2,
.banner-slider .slide .slide-content .slide-content-inner h3,
.banner-slider .slide .slide-content .slide-content-inner h4,
.banner-slider .slide .slide-content .slide-content-inner h5,
.banner-slider .slide .slide-content .slide-content-inner h6 {
  margin-bottom: 15px;
}
.banner-slider .slide .slide-content .slide-content-inner .button {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.banner-slider .slide .slide-content .slide-content-inner .button:last-of-type {
  margin-right: 0;
}
.banner-slider .slide .slide-content .slide-content-inner p + .button {
  margin-top: 20px;
}
.banner-slider .slide:not(.slick-slide):not(:first-child) {
  display: none !important;
}
.content-contained .commerce-slider,
.layout-contained .commerce-slider {
  overflow-x: hidden;
}
.commerce-slider {
  height: 550px;
  max-width: calc(100vw - calc(20px * calc(2)));
  width: 100%;
}
@media screen and (max-width: 800px) {
  .commerce-slider {
    max-width: calc(100vw - calc(15px * calc(2))) !important;
  }
}
.commerce-slider .slider {
  padding: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.commerce-slider .slider.slick-initialized .slick-list {
  overflow: visible;
}
.commerce-slider .slider.slick-initialized .slick-list .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 460px;
}
.commerce-slider .slider.slick-initialized .slick-list .slick-track .slick-slide.product-card-container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 10px;
}
.commerce-slider .slider.slick-initialized .slick-list .slick-track .slick-slide.product-card-container .product-card {
  flex-grow: 1;
}
.commerce-slider .slider .slick-dots {
  margin: 0;
  padding: 0;
  bottom: -80px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: absolute;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .commerce-slider .slider .slick-dots {
    bottom: -60px !important;
  }
}
.commerce-slider .slider .slick-dots li {
  font-size: 0;
}
.commerce-slider .slider .slick-dots li button {
  transition: 0.4s;
  background-color: transparent;
  border: solid 2px #0069AA;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-size: 0;
}
.commerce-slider .slider .slick-dots li.slick-active button {
  background-color: #0069AA;
  border-color: #0069AA;
}
img.image-block {
  display: block;
}
