/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



/* FONTS */
@font-face {
  font-family: Houschka Pro;
  /* src: url("https://cdn.aerohealthcare.com/wp-content/themes/Aero_2018_v4/fonts/hp-medium.woff2"); */
  /* src: url("fonts/HouschkaPro-Medium.ttf"); */
  src: url("fonts/hp-medium.eot");
  src: url("fonts/hp-medium.woff") format("woff"),
    url("fonts/hp-medium.woff2") format("woff2"),
    url("fonts/hp-medium.ttf") format("ttf"),
    url("fonts/hp-medium.svg") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: Houschka Pro;
  src: url("fonts/HouschkaPro-DemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: Houschka Pro;
  /* src: url("https://cdn.aerohealthcare.com/wp-content/themes/Aero_2018_v4/fonts/hp-bold.woff2"); */
  /* src: url("fonts/HouschkaPro-Bold.ttf"); */
  src: url("fonts/hp-bold.eot");
  src: url("fonts/hp-bold.woff") format("woff"),
    url("fonts/hp-bold.woff2") format("woff2"),
    url("fonts/hp-bold.ttf") format("ttf"),
    url("fonts/hp-bold.svg") format("svg");
  font-weight: 700;
}

body * {
  font-family: Houschka Pro, sans-serif !important;
  font-weight: 500;
  text-rendering: auto !important;
  letter-spacing: unset !important;
}
.tooltipster-base * {
  font-size: 16px;
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
  margin-bottom: 0.5rem;
  font-family: Houschka Pro !important;
}
h1 {
  font-size: 64px;
  line-height: 64px;
}
h2 {
  font-size: 56px;
  line-height: 56px;
}
h3 {
  font-size: 48px;
  line-height: 48px;
}
h4 {
  font-size: 40px;
  line-height: 40px;
}
h5 {
  font-size: 32px;
  line-height: 32px;
}
h6 {
  font-size: 24px;
  line-height: 24px;
}
.h7 {
  font-size: 21px;
  line-height: 28px;
}
.body {
  font-size: 16px;
  line-height: 22px;
}

/* BUTTONS */
.woocommerce.single-product .product .yith-ywraq-add-to-quote {
	margin-top:0px !important;
}
.btn-main, .add-request-quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  background-color: #009cde !important;
  transition: 0.25s all ease-in-out;
  border: 2px solid #009cde;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.btn-main span, .add-request-quote-button a {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.btn-main.button:not(.icon):hover, .add-request-quote-button:hover {
  border-radius: 76px 76px 76px 0px !important;
  background: transparent !important;
  box-shadow: none;
  color: #009cde;
}
.btn-main.button:not(.icon):hover span,  {
  color: #009cde;
}
.btn-main.white {
  background-color: white !important;
  border-color: white !important;
}
.btn-main.white span {
  color: #009cde;
}
.btn-main.button.white:not(.icon):hover,
.btn-main.button.white:not(.icon):hover span {
  color: white;
}
.btn-main.secondary, .add-request-quote-button {
  padding: 24px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.btn-main.secondary:focus-visible, .add-request-quote-button:focus-visible {
  outline-color: #009cde !important;
}
.btn-main.secondary span, .add-request-quote-button a {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.btn-main.secondary.sm, .add-request-quote-button {
  padding: 18px 24px;
}
.btn-main.sm.prod {
  width: max-content;
  margin: 36px auto 0;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.primary.is-link span {
  position: relative;
}
.primary.is-link span:before {
  content: "";
  position: absolute;
  width: 110%;
  transform: scaleX(0);
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #009cde;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.primary.is-link:hover span:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.button.is-link span,
.button.is-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;

  color: #009cde;
}
.button.is-link:hover {
  color: #009cde !important;
  text-decoration: underline;
}
.button.is-link i.icon-angle-right {
  margin-left: 8px;
}
.button.is-link i.icon-angle-right:before {
  content: "";
  background: url("images/icon-link-arrow-right.svg");
  background-size: 20px 16px;
  width: 20px;
  height: 16px;
  display: block;
}
.button.is-link {
  min-height: initial !important;
}
.button:focus-visible,
a:focus-visible,
button:focus-visible {
  outline-color: #009cde !important;
}
.button.white:focus-visible,
a.white:focus-visible,
button.white:focus-visible {
  outline-color: #fff !important;
}

/* CONTAINERS */
/* default container class is 1080px */
.container {
  max-width: 1080px !important;
}
.container-lg {
  max-width: 1470px !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* GLOBALS */

.product-title-container h1 {
    font-size: 32px !important;
	font-weight: bold;
}


.custom-shape {
  border-radius: 64px 64px 64px 0;
  overflow: hidden;
}
.custom-shape > div {
  z-index: 2;
  border-radius: 64px 64px 64px 0;
  box-shadow: 10px 10px 64px rgb(0 156 222 / 10%);
  position: relative;
}
.custom-shape:before {
  content: "";
  position: absolute;
  border-radius: 64px 64px 64px 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #009cde;
  mix-blend-mode: multiply;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 2;
}
.custom-shape > div > * {
  position: relative;
}
.custom-radius-full > div {
  border-radius: 64px;
}
.custom-radius > div {
  border-radius: 64px 64px 64px 0;
  overflow: hidden;
}
.select2-results__option {
  font-size: 24px;
  line-height: 28px;
  color: #009cde;
  margin-bottom: 0;
  padding: 25px 20px 0;
}
.select2-dropdown {
  border: 0;
}
.select2-container--open .select2-dropdown {
  /* top: 32px; */
  top: 0;
  background: #ffffff;
  box-shadow: 5px 5px 32px rgba(0, 156, 222, 0.15);
  border-radius: 24px;
  overflow: hidden;
}
.select2-container--default .select2-results__option--selected {
  background: white;
  /* text-decoration: underline; */
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  text-decoration: underline;
  background: white;
  color: #009cde;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
  margin: 0px 5px 20px 0;
}

.select2-results__options::-webkit-scrollbar {
  width: 8px;
  background-clip: padding-box;
}
.select2-results__options::-webkit-scrollbar-track {
  background-color: white;
  height: 8px;
  background-clip: padding-box;
  border: 1px solid gray;
  border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #009cde;
  border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}
#wrapper,
#main {
  background-color: #f2fafd;
}
.single-product #wrapper,
.single-post #wrapper,
.careers-template-default #main {
  background: white;
}
.page-wrapper {
  padding: 0;
}
.post {
  margin: 0;
}
.entry-content {
  padding-bottom: 0;
}
.archive #main,
.blog #main {
  background-color: #fff;
}
.header-wrapper.stuck {
  box-shadow: 0px 4px 8px rgb(0 0 0 / 5%);
}
.header-wrapper.stuck #masthead,
.header-wrapper.stuck #wide-nav {
  background-color: rgba(255, 255, 255, 0.9);
}
.shop-page-title.category-page-title.page-title {
  background-color: #fff;
}
.parallax-fix {
  overflow: hidden;
  border-radius: 64px;
}
@media screen and (max-width: 850px) {
  .parallax-fix {
    border-radius: 0;
  }
}
/* HEADER */
li.html.custom.html_topbar_right span {
  margin: 4px 10px 0 !important;
  font-weight: 700 !important;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #58595b;
}
li.html.custom.html_topbar_right .locations-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
li.woocommerce-MyAccount-navigation-link {
  display: flex;
}
.header-nav-main li.woocommerce-MyAccount-navigation-link + .btn-main {
  display: none;
}
.header-bottom {
  padding-top: 16px;
}
.logo-left .logo {
  margin-right: 70px;
}
.nav:hover > li:not(:hover) > a:before {
  opacity: 1;
}

/* SECTION TITLE */
.section-title-container {
  margin-bottom: 0;
}
.section-title-normal {
  border: none;
}
.section-title-normal span {
  border: none;
  margin: 0;
  padding: 0;
}
.text-center .section-title {
  justify-content: center;
}

/* MEGA MENU */
li.current-dropdown > .nav-dropdown {
  flex-direction: column;
}
li.current-dropdown > .nav-dropdown-full,
li.has-dropdown:hover > .nav-dropdown-full {
  max-width: 100% !important;
  height: calc(100vh - 300px);
  overflow-y: scroll;
  flex-wrap: nowrap;
}
li.has-dropdown:focus-within .nav-dropdown {
  left: -15px;
  max-height: inherit;
  opacity: 1;
  visibility: visible;
}
li.has-dropdown.menu-item-has-block:focus-within .sub-menu.nav-dropdown {
  inset: 42px 0 0;
  width: 1050px;
}
li.has-dropdown.menu-item-design-custom-size:focus-within .nav-dropdown {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  left: 50% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: fixed;
  right: auto;
  transform: translateX(-50%);
  transition: opacity 0.3s !important;
  opacity: 1;
  visibility: visible;
  max-width: 100% !important;
  height: calc(100vh - 300px);
  overflow-y: scroll;
  flex-wrap: nowrap;
  max-width: 100% !important;
}
.nav-dropdown-full > li {
  width: 42%;
  background: linear-gradient(
      0deg,
      rgba(136, 139, 141, 0.08),
      rgba(136, 139, 141, 0.08)
    ),
    #ffffff;
}
.nav-dropdown-full > li:hover {
  background: #ffffff;
}
.sub-menu > li.menu-item-has-children:hover:after {
  display: inline-block;
}
.nav-dropdown li ul {
  display: none;
}
.nav-dropdown > li.nav-dropdown-col {
  width: 42%;
  display: flex;
  align-items: center;
}
.nav-dropdown > li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.nav-dropdown > li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sub-menu > li.menu-item-has-children:after {
  content: "";
  /* display: none; */
  top: 0;
  background-image: url("images/arrow-right.svg");
  background-size: 20px auto;
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  margin: auto 12px auto auto;
}
.nav li.has-icon-left > a > img {
  margin-right: 8px;
  padding: 8px;
  background-color: white;
  border-radius: 8px;
}
.nav-dropdown.nav-dropdown-default:not(.nav-dropdown-full) > li.active > a,
/* .has-dropdown ul:not(.nav-dropdown-full) > li > a:hover, */
.has-dropdown .tabbed-content ul > li:not(.tab):hover > a {
  font-weight: 700;
  color: #009cde;
  text-decoration: underline;
}
.nav-dropdown li.tab:hover > a {
  cursor: default;
}
.nav-dropdown.nav-dropdown-default > li > a,
.nav-dropdown-default .nav-column li > a {
  border: 0;
  margin: 0 10px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  display: flex;
  align-items: center;

  color: #58595b;
  text-transform: none;
}
.nav-dropdown .nav-dropdown-col .menu-item-has-children {
  margin-top: 0;
}
.active > ul.sub-menu:not(.nav-dropdown) {
  display: block !important;
  position: absolute;
  top: 0;
  left: 42%;
  width: 30%;
  z-index: 999;
  padding: 12px 20px;
}
.active a:focus + ul.submenu {
  display: block !important;
  position: absolute;
  top: 0;
  left: 42%;
  width: 30%;
  z-index: 999;
  padding: 12px 20px;
}
.active
  > ul.sub-menu:not(.nav-dropdown)
  .active
  a:focus
  + ul.sub-menu:not(.nav-dropdown) {
  width: 93%;
  left: 100%;
}
.active > ul.sub-menu:not(.nav-dropdown) li {
  display: flex;
  justify-content: flex-start;
}
.active > ul.sub-menu:not(.nav-dropdown) li a {
  font-size: 16px;
  line-height: 23px;

  font-weight: 600 !important;
  color: #58595b;
  padding: 12px 20px;
  max-width: 80%;
}
@media screen and (min-width: 851px) {
  .active > ul.sub-menu:not(.nav-dropdown) > li:hover {
    background: linear-gradient(
        0deg,
        rgba(136, 139, 141, 0.08),
        rgba(136, 139, 141, 0.08)
      ),
      #ffffff;
    border-radius: 8px;
  }
  .active > ul.sub-menu:not(.nav-dropdown) > li:hover > a {
    color: #009cde;
    text-decoration: underline;
  }
}
.active
  > ul.sub-menu:not(.nav-dropdown)
  .active
  > ul.sub-menu:not(.nav-dropdown) {
  width: 93%;
  left: 100%;
}

/* HERO */
.hero {
  padding-top: 30px !important;
  padding-bottom: 132px !important;
}
.hero .container-lg .col-inner {
  overflow: hidden;
}
.banner.has-hover.has-parallax {
  border-radius: 64px;
}
.hero .img-inner {
  border-radius: 64px;
}
.hero .box-row {
  margin: 0 !important;
  position: absolute;
  bottom: -72px;
}
.hero .custom-shape .custom-overlay {
  position: absolute;
  inset: 0;
  background: #009cde;
  mix-blend-mode: multiply;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 2;
  border-radius: 64px 64px 64px 0;
  box-shadow: 10px 10px 64px rgb(0 156 222 / 10%);
}
.hero .banner .bg-loaded {
  border-radius: 64px;
}
.hero .custom-shape h1 {
  margin-bottom: 32px;
}
.hero .text p {
  font-size: 24px;
  line-height: 28px;
}
.hero .btn-main {
  margin-top: 8px;
}

/* CUSTOM HEADER */
.custom-header {
  padding-bottom: 115px !important;
}
.custom-header .row {
  flex-wrap: nowrap;
}
.custom-header .col {
  padding: 0;
}
.custom-header .col-img .bg,
.custom-header .col-img img {
  border-radius: 64px;
}
.section.hero .box-row .col-inner,
.section.wide-image .text-container .col-inner,
.section.featured-products .row.text-box .row,
.custom-header .box-row .col-inner {
  -webkit-backdrop-filter: blur(5px);
}
.custom-header .custom-shape {
  border-radius: 0;
}
.custom-header .custom-shape > div {
  border-radius: 0;
}
.custom-header .selector .sector-selector div {
  display: flex;
  align-items: center;
  font-size: 40px;
  line-height: 55px;
  margin-top: 95px;
}
.custom-header .selector .sector-selector div span {
  flex-shrink: 0;
}
.custom-header .select2-selection__placeholder {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #009cde !important;
}
.custom-header .select2.select2-container.select2-container--default {
  flex: 1;
}
.select2-container--default .select2-search--dropdown {
  margin: 20px 20px 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 3px solid #009cde;
  background: white;
  font-size: 24px;
  line-height: 28px;
  height: 28px;
  color: #009cde;
  box-shadow: none;
}
.custom-header .select2-container .select2-selection {
  background-color: transparent;
  background-image: url("images/chevron-lg.svg");
  background-position: right 0.45em top 50%;
  background-size: auto 40px;
  box-shadow: none;
  border: 0;
  padding-right: 2em;
  padding-left: 0;
  margin-left: 14px;
  height: 60px;
  border-bottom: 3px solid #009cde;
}
.custom-header
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 60px !important;

  color: #009cde !important;
}
.custom-header .custom-shape h1 {
  margin-bottom: 32px;
}
.custom-header .custom-shape p {
  font-size: 21px;
  line-height: 28px;
}

/* CATEGORY BANNER */
.category-header {
  padding-bottom: 0 !important;
}
.category-header .custom-shape h1 {
  margin-bottom: 32px;
}
.category-header .custom-shape p {
  font-size: 21px;
  line-height: 28px;
}

/* CATEGORY OFFER BANNER */
.category-offer-banner {
  background: white;
  border-radius: 24px 24px 24px 0px;
  border: 1px solid rgba(136, 139, 141, 0.2);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
  padding: 16px;
}
.category-offer-banner.no-img {
  padding: 78px 15px 70px;
}
.category-offer-banner .col {
  padding: 0;
}
.category-offer-banner .col .banner-link {
  position: absolute;
  inset: 0;
}
.category-offer-banner .col:nth-of-type(2) {
  overflow: hidden;
  border-radius: 32px;
}
.category-offer-banner h5 {
  font-weight: 600 !important;
  margin-bottom: 16px;
}
.category-offer-banner .copy p {
  font-size: 18px;
  line-height: 22px;
  color: #58595b;
}
.breadcrumbs-wrapper {
  padding-bottom: 12px;
}
.woocommerce-breadcrumb.breadcrumbs {
  width: max-content;
  max-width: 100%;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #f3f3f4;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #58595b;
}
.woof_search_is_going nav.woocommerce-breadcrumb {
  display: block;
}
.single-product .woocommerce-breadcrumb.breadcrumbs {
  margin-top: 25px;
}
.woocommerce-breadcrumb.breadcrumbs a {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #58595b;
}
.woocommerce-breadcrumb.breadcrumbs a:hover {
  text-decoration-line: none;
}
.category-page-title .is-large {
  display: none;
}
.breadcrumbs .divider {
  margin: 0 18px 0 0;
  opacity: 1;
}
.category-page-title .flex-col + .flex-col.medium-text-center {
  flex-basis: 61%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-result-count {
  margin-left: 0;
}
.category-filter-row {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;

  color: #009cde;
}
.category-filter-row .filter-button {
  text-transform: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.category-filter-row .filter-button .icon-equalizer {
  margin-left: 8px;
}
.category-filter-row .filter-button .icon-equalizer:before {
  content: url("images/arrow-next.svg");
}
.woocommerce-result-count {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;

  color: #58595b;
}

// FILTERS
.woof_container {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-woof .widget-title {
  font-weight: 600;
  font-size: 24px;
  /* line-height: 36px; */
  line-height: 76px;

  color: #009cde;
  padding: 0 24px;
}
.widget-woof .is-divider {
  display: none;
}
.widget-woof h4 {
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 18px;
  color: #58595b;
  padding: 30px 24px 16px;
  margin-bottom: 0;
  border-radius: 4px;
  background: rgba(136, 139, 141, 0.05);
}
.widget-woof label {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;

  color: #58595b;
  margin-left: 0 !important;
  margin-right: 7px;
  max-width: 85%;
  margin-bottom: 0;
}
.widget-woof .woof_open_hidden_li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;

  text-decoration-line: underline;
  color: #009cde;
}
.widget-woof .woof_redraw_zone ul li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 13px 24px !important;
}
.widget-woof .woof_redraw_zone ul li:not(.woof_open_hidden_li) {
  border-bottom: 1px solid #888b8d80;
}
.icheckbox_square-aero {
  background-position: 0 0;
  background-color: #ffffff;
  border: 2px solid #009cde;
  border-radius: 4px;
}
.icheckbox_square-aero.hover {
  background-position: 0 0;
  border-color: #006091;
}
.icheckbox_square-aero.checked {
  background-color: #009cde;
  background-image: url("images/checkbox_tick.svg");
  background-position: center;
  background-size: 15px;
}
.woof_list_checkbox li div {
  margin-top: 0;
}
.woof_submit_search_form_container {
  padding: 0 24px;
  margin: 32px 0;
  justify-content: center;
}
.woof_submit_search_form_container button {
  background-color: #009cde;
}
.woof_products_top_panel {
  border-bottom: 1px solid rgba(136, 139, 141, 0.5);
  padding-bottom: 8px;
  z-index: 25;
}
.woof_products_top_panel ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woof_reset_button_2 {
  margin: 0 !important;
  padding: 0;
  color: #009cde;
  text-decoration: underline;
}
.woof_reset_button_2:hover {
  text-decoration: none;
}
.woof_products_top_panel li {
  white-space: nowrap;
}
.woof_products_top_panel li span {
  background-image: url("images/close.png");
  background-size: 10px 10px;
}
.woof_products_top_panel_ul li {
  margin-bottom: 4px !important;
}
.woof_products_top_panel_ul li a {
  text-transform: capitalize;
}
.woof_products_top_panel_ul li > ul > li:first-child {
  font-weight: 600;
  /* color: #009cde; */
}
.woof_products_top_panel_ul li > ul > li:not(:first-child) {
  border-radius: 32px;
  border: 1px solid #009cde;
  padding: 0px 6px;
}
.archive .off-canvas-left.mfp-ready .mfp-content,
.blog .off-canvas-left.mfp-ready .mfp-content {
  width: 370px !important;
}
.off-canvas .sidebar-inner {
  padding: 0 !important;
}
@media only screen and (max-width: 850px) {
  .archive .off-canvas-left.mfp-ready .mfp-content,
  .blog .off-canvas-left.mfp-ready .mfp-content {
    width: 100vw !important;
  }
}

/* CUSTOM SLIDER */
.custom-carousel .flickity-viewport {
  overflow: visible;
}
.custom-carousel .slider-nav-circle .flickity-prev-next-button {
  opacity: 1;
  top: 0;
}
.custom-carousel .slider-nav-circle .flickity-prev-next-button svg,
.custom-carousel .slider-nav-circle .flickity-prev-next-button:hover svg {
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 5px 5px 32px rgba(0, 156, 222, 0.15);
  border: 0 !important;
}
.custom-carousel .slider-nav-circle .flickity-prev-next-button:hover svg {
  background-color: white !important;
}
.custom-carousel .slider-nav-circle .flickity-prev-next-button svg path {
  fill: #58595b;
}
.custom-carousel .slider-nav-circle .flickity-prev-next-button:hover .arrow,
.custom-carousel .slider-nav-circle .flickity-prev-next-button:hover svg path {
  fill: #009cde !important;
}
.custom-carousel .slider-nav-outside .flickity-prev-next-button.next {
  left: 99%;
}
.custom-carousel .slider-nav-outside .flickity-prev-next-button.previous {
  right: 99%;
}
.flickity-page-dots .dot {
  background-color: white;
  border: 1px solid #009cde;
}
.flickity-page-dots .dot.is-selected {
  background-color: #009cde;
}
.slider-nav-outside .flickity-page-dots {
  bottom: -24px;
}
.custom-carousel {
  max-width: 94% !important;
  margin: 0 auto;
}
.custom-carousel .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.custom-carousel .section-title-container {
  padding-left: 75px;
}
.custom-carousel .subtitle {
  margin-bottom: 4rem;
  padding-left: 75px;
}
.custom-carousel .subtitle p {
  font-weight: 600;
}
.custom-carousel .slider-wrapper .box-label {
  overflow: visible;
}
.custom-carousel .slider-wrapper .box-label .box-text {
  right: 0;
  margin: 0 0 0 auto;
  width: 85%;
  padding: 2vh 3vw;
  transform: none;
  mix-blend-mode: normal;
  opacity: 0.8;
  box-shadow: 10px 10px 64px rgba(0, 156, 222, 0.2);
  border-radius: 64px 64px 0 0;
}
.custom-carousel .slider-wrapper .box-label .box-text h5 {
  font-weight: 600 !important;
  margin-bottom: 0;
}
.custom-carousel .slider-wrapper .bubble-bottom {
  margin: 0 0 0 auto;
  width: 85%;
  height: 100%;
  padding: 2vh 3vw 1vh;
  transform: none;
  background: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
  box-shadow: 10px 10px 64px rgba(0, 156, 222, 0.2);
  border-radius: 0 0 64px 0;
}
.custom-carousel .slider-wrapper .bubble-bottom p {
  font-size: 18px;
  line-height: 22px;
  max-width: 90%;
}
.custom-carousel .slider-wrapper img {
  opacity: 0.8;
  background: #d9d9d9;
  border-radius: 64px 64px 0px 64px;
}
.custom-carousel .btn-wrapper {
  margin-top: 24px;
}
.custom-carousel .flickity-page-dots {
  bottom: 0;
}

/* USING THESE FOR THIS SLIDER ONLY */
@media screen and (max-width: 1280px) {
  .custom-carousel .slider-wrapper .box-label .box-text {
    padding: 1vh 3vw;
  }
  .custom-carousel .slider-wrapper .box-label .box-text h5 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 850px) {
  /* SLIDER CHANGES TO MOBILE HERE */
  .custom-carousel .hide-for-medium {
    display: none;
  }
  .custom-carousel .show-for-medium {
    display: block !important;
  }
  .custom-carousel .section-title-container {
    padding-left: 15px;
  }
  .custom-carousel .subtitle {
    margin-bottom: 32px;
    padding-left: 15px;
  }
  .custom-carousel .subtitle p {
    margin-bottom: 0;
  }
  .custom-carousel .banner {
    background: none;
  }
  .custom-carousel .banner .banner-inner.fill {
    margin: 0 10px !important;
  }
  .custom-carousel .slider-wrapper img {
    border-radius: 32px 32px 0 0;
  }
  .custom-carousel .slider-wrapper .box-label .box-text {
    width: 100%;
    padding: 0 16px;
    border-radius: 32px 32px 0 0;
    padding: 2vh 3vw;
  }
  .custom-carousel .slider-wrapper .bubble-bottom {
    width: 100%;
    border-radius: 0 0 32px 0;
  }
  .custom-carousel .slider-wrapper .bubble-bottom p {
    font-size: 17px;
    line-height: 21px;
    max-width: 100%;
  }
  .custom-carousel .flickity-prev-next-button {
    top: 27%;
    width: 48px;
  }
  /* CUSTOM SLIDER */
  .custom-carousel .flickity-prev-next-button.previous {
    left: -7%;
    right: unset;
  }
  .custom-carousel .slider-nav-circle .flickity-prev-next-button {
    top: 27%;
  }
  .custom-carousel .slider-nav-outside .flickity-prev-next-button.next {
    right: -7%;
    left: unset;
  }
  .custom-carousel .slider-nav-outside .flickity-page-dots {
    bottom: -10px;
  }
  .custom-carousel .flickity-slider > .row:not(.is-selected) {
    opacity: 1;
  }

  @media screen and (max-width: 768px) {
    .custom-carousel
      .slider-wrapper
      .box-label
      .box-text
      .subtitle.container
      p {
      font-size: 17px;
      line-height: 21px;
      display: block;
      padding-bottom: 34px;
      max-width: 97%;
    }
  }
}

/* WIDE IMAGE */
.wide-image {
  padding-top: 130px !important;
}
.wide-image .col {
  padding: 0;
}
.wide-image .banner {
  background: none;
}
.wide-image .banner .bg-loaded {
  border-radius: 64px;
}
.wide-image .image-container {
  margin-bottom: -110px;
}
.wide-image .col-inner p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.wide-image h2 {
  margin-bottom: 32px;
}

/* ICON BOX */
section.icon-box {
  padding: 0 0 60px !important;
}
.icon-box .col {
  padding: 0;
}
.icon-box .row h2 {
  max-width: 80%;
  margin-bottom: 40px;
}
.icon-box .icon-row {
  justify-content: space-between;
}
.icon-box .icon-row > div {
  max-width: 280px;
  margin: 0 auto 78px;
}
.icon-box .icon-row img {
  max-width: 126px;
}
.icon-box .icon-row .h7 {
  font-weight: 600;
  margin-bottom: 3px;
}
.icon-box .icon-row p:not(.h7) {
  line-height: 22px;
  font-weight: 600;
}
.icon-box .btn {
  margin-top: -38px;
}

/* FEATURED PRODUCTS */
section.featured-products {
  padding: 85px 0 160px !important;
}
.featured-products .absolute-box {
  position: absolute;
  border-radius: 64px;
  overflow: hidden;
}
.featured-products .text-box .row {
  margin-left: 0;
}
.featured-products .custom-shape > div {
  margin: 0 !important;
}
.featured-products h2 {
  max-width: 65%;
}
.featured-products .custom-shape p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.featured-products.paginating .current-view {
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  color: #58595b;
  margin: 35px auto 33px;
}

/* CATEGORY BOXES */
.load-more-btn {
  margin-top: 8px;
}

/* PRODUCT BOX */
.products .product .col-inner {
  background: white;
  border-radius: 24px;
  padding: 12px 12px 20px;
  height: 100%;
  border: 1px solid rgba(136, 139, 141, 0.3);
}
.products .product:hover .col-inner {
  box-shadow: 5px 5px 32px rgb(0 156 222 / 15%);
}
/* .products .product:focus-within {
  border: 2px solid #58595b;
} */
.products .product .product-small.box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products .product .product-small .box-image {
  border: 3px solid #f9f9f9;
  border-radius: 24px;
  margin-bottom: 20px;
  width: 100%;
  /* JR removed 13 june 2024. Vipul request */
  /* height: 296px; */
}
.products .product .product-small .box-image > div {
  height: 100%;
}
.products .product .product-small .box-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.products .product .product-small .box-image img {
  object-fit: none;
}
.badge-container {
  margin: 20px 0 0;
  left: auto !important;
  right: 20px;
}
.badge-inner.on-sale {
  border: 2px solid #009cde;
  border-radius: 30px;
  background-color: white !important;
}
.badge-inner.on-sale .onsale {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;

  text-transform: uppercase;
  color: #58595b;
  padding: 0 6px;
}
.products .product .product-small .box-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
}
.products .product .product-small .box-text .title-wrapper {
  padding-bottom: 24px;
  margin-bottom: auto;
}
.products .product .product-small .box-text .price-wrapper .custom-price {
  align-items: baseline;
  padding: 20px 0;
  border-top: 3px solid #009cde;
  border-bottom: 2px solid rgba(136, 139, 141, 0.2);
}
.products .product .product-small .box-text .price-wrapper .custom-sale-price *,
.products .product .product-small .box-text .price-wrapper .price-divider {
  font-weight: 600 !important;
  font-size: 21px;
  line-height: 21px;

  color: #58595b !important;
}
.price-divider {
  margin: 0 8px;
}
.products .product .product-small .box-text .price-wrapper .old-price,
.woocommerce-price-suffix {
  font-size: 16px;
  line-height: 21px;
  color: #58595b;
}
.products
  .product
  .product-small
  .box-text
  .price-wrapper
  .old-price
  .amount
  bdi {
  text-decoration: line-through;
}
.woocommerce-price-suffix {
  text-decoration: none;
  padding-top: 20px;
}
.woocommerce-price-suffix .amount * {
  font-weight: 600;
  font-size: 21px;
  color: #58595b;
}
.products .product .product-small .product-title {
  color: #58595b;
  font-weight: 600;
    /* JR removed 13 june 2024. Vipul request */

  /* font-size: 24px;
  line-height: 28px; */
}
/* .products .product .product-small .product-title a:hover {
  text-decoration-line: underline;
} */
.products .product .box-text .box-excerpt.custom {
  font-size: 16px;
  line-height: 22px;
  color: #58595b;
  max-width: 87%;
  margin-top: -10px;
}
.price-wrapper > .price {
  display: flex;
  flex-direction: column;
}
.price-wrapper > .price > span.woocommerce-Price-amount.amount {
  align-items: baseline;
  padding: 20px 0 0 0;
  border-top: 3px solid #009cde;
  /* border-bottom: 2px solid rgba(136, 139, 141, 0.2); */
}
.price-wrapper > .price > span.woocommerce-Price-amount.amount *,
.price-wrapper > .price > .price_on_application {
  font-weight: 600 !important;
  font-size: 21px;
  line-height: 21px;
  color: #58595b !important;
}

/* PARTNERS */
.partners .content-box > div > .col-inner {
  box-shadow: 10px 10px 64px rgba(0, 156, 222, 0.2);
}
.partners .row.title {
  margin-left: auto !important;
  margin-right: auto !important;
}
.partners .section-title {
  margin-bottom: 20px;
}
.partners .img .img-inner {
  max-height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .text p {
  font-size: 18px;
  line-height: 22px;
}

/* TESTIMONIALS */
.testimonials .section-title {
  margin-bottom: 60px;
}
.testimonials .custom-radius > div {
  overflow: inherit;
}
.testimonials .ux-logo {
  margin-bottom: 30px;
}
.testimonials .ux-logo .ux-logo-link {
  padding: 0 !important;
}
.testimonials .slider-nav-outside .flickity-prev-next-button.next {
  left: 115%;
}
.testimonials .slider-nav-outside .flickity-prev-next-button.previous {
  right: 115%;
}
.testimonials .slider-nav-outside .flickity-page-dots {
  bottom: -30px;
}
.testimonials .flickity-slider .col-inner .text p {
  font-size: 21px;
  line-height: 28px;
  color: #58595b;
  margin-bottom: 40px;
}
.testimonials .flickity-slider .col-inner .text .name,
.testimonials .flickity-slider .col-inner .text .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  color: #58595b;
  margin-bottom: 7px;
}
.testimonials .slider-nav-circle .flickity-prev-next-button {
  opacity: 1;
}
.testimonials .slider-nav-circle .flickity-prev-next-button svg,
.testimonials .slider-nav-circle .flickity-prev-next-button:hover svg,
.testimonials .slider-nav-circle .flickity-prev-next-button:focus svg {
  background-color: #009cde !important;
  border: 0 !important;
}
.testimonials .slider-nav-circle .flickity-prev-next-button svg path {
  fill: rgba(255, 255, 255, 0.7);
}
.testimonials .slider-nav-circle .flickity-prev-next-button:hover svg path,
.testimonials .slider-nav-circle .flickity-prev-next-button:focus svg path {
  fill: #fff !important;
}

/* BLOG POSTS */
.blog-wrapper.blog-archive {
  padding: 60px 0;
}
.nav-pagination > li > .current,
.nav-pagination > li > a:hover {
  background-color: #009cde !important;
  border-color: #009cde !important;
}
.posts h3 {
  margin-bottom: 26px !important;
}
.posts .text p {
  font-size: 18px;
  line-height: 22px;
}
.posts .post-item .col-inner {
  height: 100%;
  border-radius: 32px 32px 32px 0;
  box-shadow: 5px 5px 32px rgba(0, 156, 222, 0.15);
}
.box-blog-post {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 32px 32px 32px 0;
  /* filter: drop-shadow(5px 5px 32px rgba(0, 156, 222, 0.15));
  -webkit-filter: drop-shadow(5px 5px 32px rgba(0, 156, 222, 0.15)); */
}
.box-blog-post .blog-post-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-blog-post .box-image {
  margin: unset;
  overflow: visible;
}
.box-blog-post .box-text {
  height: 100%;
  padding: 16px 16px 26px;
}
.box-blog-post .box-text .post-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  color: #58595b;
  margin-bottom: 8px;
}
.box-blog-post .box-text .is-divider {
  display: none;
}
.box-blog-post .box-text .from_the_blog_excerpt {
  font-size: 16px;
  line-height: 21px;
  color: #58595b;
}
.box-blog-post .blog-post-inner button {
  margin: auto 0;
  padding: 0;
  border-radius: 0;
}

/* CONTACT US - 2 COLS */
.two-cols-with-img .bg.section-bg {
  background-size: 625px 413px !important;
}
.two-cols-with-img .box-text {
  margin: -90px 0 0 auto;
  padding: 0 45px;
  transform: none;
  max-width: 88%;
  background: white;
  mix-blend-mode: normal;
  opacity: 0.9;
  box-shadow: 10px 10px 64px rgb(0 156 222 / 20%);
  border-radius: 64px 64px 64px 0px;
}
.two-cols-with-img .box-text h5 {
  font-weight: 600 !important;
  padding-top: 20px;
  margin-bottom: 70px;
  color: #009cde;
}
.two-cols-with-img .box-text p {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 25px;
  max-width: 90%;
}
.two-cols-with-img img {
  border-radius: 64px 64px 0px 64px;
  mix-blend-mode: normal;
  background: #d9d9d9;
}

/* NAVIGATION */
.wide-nav > .flex-row > .flex-col {
  width: 100%;
}
.wide-nav > .flex-row > .flex-col > ul {
  justify-content: space-between;
}
.wide-nav > .flex-row > .flex-col > ul > li:not(.has-dropdown)::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  top: 30px;
  left: 0;
  background-color: #009cde;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.wide-nav > .flex-row > .flex-col > ul > li:not(.has-dropdown):hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.nav-dropdown {
  background: white;
  box-shadow: 10px 10px 64px rgba(0, 156, 222, 0.2);
  border-radius: 16px;
  padding: 8px;
}
.nav-dropdown-has-border .nav-dropdown {
  border: 0;
}
.header-bottom-nav > li > a {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;

  color: #009cde;
  padding-bottom: 16px;
}
.header-bottom-nav > li.menu-item-has-children .icon-angle-down {
  margin-left: 12px;
  transition: 0.25s all ease-in-out;
}
.header-bottom-nav > li.menu-item-has-children .icon-angle-down:before {
  content: "";
  background: url("images/chevron-sm.svg");
  display: block;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}
.header-bottom-nav > li.menu-item-has-children:hover .icon-angle-down {
  transform: rotate(-180deg);
}
.nav-line > li > a:before {
  content: "";
  background: url("images/arrow-right.svg");
  width: 20px !important;
  height: 15px !important;
  right: 8px !important;
  width: 20px !important;
  z-index: 1;
  transform: translateY(-50%);
  top: 50% !important;
  background-color: transparent !important;
  opacity: 1;
}
.nav > li > a span,
.nav-dropdown.nav-dropdown-default > li > a {
  font-size: 16px;
  line-height: 23px;

  font-weight: 600 !important;
  color: #58595b;
  max-width: 85%;
}
.nav .nav > li.active > a {
  background: white;
  border-radius: 8px;
}
/* .nav > li:not(.tab) > a span,
.nav-dropdown.nav-dropdown-default:not(.nav-dropdown-full) > li > a:hover,
.has-dropdown ul:not(.nav-dropdown-full) > li > a:hover {
  color: #009cde;
  font-weight: 700;
  text-decoration: underline;
} */
.nav > li.tab.active > a span {
  color: #009cde;
  font-weight: 700;
}
.nav-dropdown.nav-dropdown-default > li > a {
  border: 0;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
  border-width: 12px !important;
  margin-left: -12px !important;
}
/*matching products and our customers nav design*/
@media only screen and (min-width: 850px) {
  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.nav-dropdown-col.has-icon-left {
    border: 10px solid #f6f6f6;
    border-bottom: 0;
    background: #f6f6f6;
    transition: all 0.2s;
  }
  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.nav-dropdown-col.has-icon-left:last-of-type {
    border-bottom: 10px solid #f6f6f6;
  }

  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.nav-dropdown-col.has-icon-left:hover {
    background: white;
  }

  .customers-mega-menu .nav-vertical > li {
    padding: 2px !important;
  }
  .customers-mega-menu .nav-vertical > li:last-of-type {
    margin-bottom: 0 !important;
  }
  .customers-mega-menu .nav-vertical > li.active a {
    border-radius: 0 !important;
  }
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:after {
  display: none !important;
}

/* SEARCH BAR */
input[type="search"] {
  padding: 10px 64px 10px 32px;
}
.form-flat input:not([type="submit"]) {
  background-color: white;
  border-color: rgba(136, 139, 141, 0.2);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;

  color: #58595b;
  min-height: 60px;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
  margin-left: -5em;
}
.icon-search {
  background: #009cde;
  padding: 12px !important;
  border-radius: 100%;
  color: white;
  width: 48px;
  height: 48px;
}
.icon-search:before {
  content: "";
  background-image: url("images/icon-search-white.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.autocomplete-suggestion img {
  border-radius: 8px;
}
.autocomplete-suggestion .search-name {
  line-height: 18px;
}
.autocomplete-suggestion .search-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.autocomplete-suggestion .custom-price * {
  font-size: 14px;
}
.autocomplete-suggestion .price-divider {
  margin: 0 4px;
}
.autocomplete-suggestion .woocommerce-Price-amount.amount {
  width: max-content;
}
.autocomplete-suggestion .woocommerce-Price-amount.amount * {
  font-size: 14px;
}
.autocomplete-suggestion .woocommerce-price-suffix {
  padding-top: 0;
}
.autocomplete-suggestion .woocommerce-price-suffix .amount * {
  font-size: 16px;
}
.autocomplete-suggestion .price_on_application {
  font-size: 14px;
}

/* ACCOUNT */
.nav > li.account-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav > li.account-item > a span {
  font-weight: 700 !important;
  font-size: 12px;
  line-height: 12px;

  color: #58595b;
  margin-top: 4px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
.nav > li.account-item > a:before {
  content: "";
  background: url("images/user.svg");
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}

/* CUTOMERS MEGA MENU */
.customers-mega-menu {
  padding: 8px !important;
}
.customers-mega-menu .section-content > .row {
  margin: 0;
}
.customers-mega-menu .nav-vertical {
  background: linear-gradient(
      0deg,
      rgba(136, 139, 141, 0.08),
      rgba(136, 139, 141, 0.08)
    ),
    #ffffff;
  border-radius: 16px;
  width: 33%;
  padding: 8px !important;
}
.customers-mega-menu .nav-vertical > li {
  padding: 0 4px;
  border: 0 !important;
  margin: 0 0 4px;
}
.customers-mega-menu .nav-vertical > li a {
  padding: 16px;
}
.customers-mega-menu .nav-vertical > li a span {
  max-width: 70%;
}
.customers-mega-menu .nav-line > li > a:before {
  right: 16px !important;
}
.nav-vertical + .tab-panels {
  border: 0 !important;
  padding-left: 53px !important;
}
.customers-mega-menu .menu-subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;

  text-transform: uppercase;
  color: #58595b;
  margin-bottom: 16px;
}
.ux-menu-link__link {
  align-items: center;
  border: 0;
}
.ux-menu-link__link span {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;

  color: #58595b;
}
.ux-menu-link:hover .ux-menu-link__link span {
  text-decoration: underline;
  color: #009cde;
}

/* PRODUCTS MEGGA MENU */
.products-mega-menu {
  padding: 8px !important;
}
.products-mega-menu .section-content {
  border-radius: 16px;
}
.products-mega-menu .section-content > .row {
  max-width: 100vw !important;
}
.products-mega-menu .tabbed-content {
  /* padding: 16px 8px 24px; */
}
.products-mega-menu .tabbed-content > ul {
  background: linear-gradient(
      0deg,
      rgba(136, 139, 141, 0.08),
      rgba(136, 139, 141, 0.08)
    ),
    #ffffff;
  border-radius: 16px;
  padding: 4px;
}
.sub-menu.nav-dropdown .accordion-inner {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
.products-mega-menu .nav-vertical {
  width: 42%;
  overflow: scroll;
  max-height: 65vh;
}
.products-mega-menu .nav-vertical > li {
  padding: 4px;
  border: 0 !important;
}
.products-mega-menu .nav-vertical + .tab-panels {
  border: 0 !important;
  padding-left: 38px !important;
  background: linear-gradient(
      0deg,
      rgba(136, 139, 141, 0.08),
      rgba(136, 139, 141, 0.08)
    ),
    #ffffff;
}
.accordion-title {
  border: 0;
}

/* FOOTER */
footer .img {
  width: 37% !important;
}
footer .custom-payment-icons {
  width: 142px;
  height: 28px;
}
footer .ux-menu-link__text {
  color: white;
  font-size: 16px;
  line-height: 16px;
}
footer .ux-menu-link:hover .ux-menu-link__link span {
  opacity: 0.8;
  color: white;
}
footer .ux-menu-link__link {
  min-height: inherit;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
footer .button.is-link span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;

  color: #ffffff;
}
footer .row > .col {
  padding-bottom: 0;
}
.absolute-footer {
  display: none;
}
.dark .social-icons .button.is-outline {
  border: 0;
  background: transparent;
  color: transparent !important;
}
.social-icons a:hover {
  border: 1px solid red;
}
footer .icon.button:focus i {
  outline: 2px solid #fff !important;
  outline-offset: 2px;
}
footer i[class^="icon-"]:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-flex;
}
footer .icon-facebook:before {
  background: url("images/icon-fcb.svg");
}
footer .icon-instagram:before {
  background: url("images/icon-insta.svg");
}
footer .icon-twitter:before {
  background: url("images/icon-twt.svg");
}
footer .icon-linkedin:before {
  background: url("images/icon-linked.svg");
}

/* IMAGE LEFT/RIGHT */
.image-left-right {
  padding-bottom: 125px;
}
.image-left-right .text-left p {
  max-width: 85%;
}
.image-left-right p {
  font-size: 18px;
  line-height: 22px;
}
.image-left-right .button {
  margin-top: 40px;
}
.date {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #58595b;
}

/* IMAGE BOX */
.custom-image-box p {
  font-size: 18px;
  line-height: 22px;
}
.image-box {
  border-radius: 64px 64px 64px 0;
}

/* MESSAGE BOX */
.msg-box h3 {
  max-width: 95%;
}
.msg-box .text p {
  font-size: 18px;
  line-height: 22px;
}
.phone {
  margin-bottom: 24px;
}
.phone a {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;

  color: #ffffff;
}

/* PRODUCT CATEGORIES */
.row-small > .product-category.col {
  padding-bottom: 40px;
}
.product-category.col > .col-inner {
  height: 100%;
  border: 1px solid rgba(136, 139, 141, 0.2);
  border-radius: 24px 24px 24px 0px;
  background: white;
  padding: 16px;
}
.product-category.col:hover > .col-inner {
  box-shadow: 5px 5px 32px rgba(0, 156, 222, 0.15);
}
/* .product-category.col:focus-within {
  border: 2px solid #58595b;
} */
.product-category.col:hover > .col-inner h5,
.product-category.col:focus-within h5 {
  text-decoration: underline;
}
.product-category.col .box-category {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-category.col .box-category .box-image {
  height: 298px;
  width: 100%;
  border-radius: 24px 24px 24px 0px;
  border: 3px solid rgba(136, 139, 141, 0.05);
  margin-bottom: 16px;
}
.product-category.col .box-category .box-image > div {
  height: 100%;
}
.product-category.col .box-category .box-image img {
  height: inherit;
  object-fit: contain;
}
.products .product-category .header-title,
.product-category.col .box-category .box-text * {
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 27px;

  color: #58595b;
  text-transform: none !important;
}
.product-category.col .box-category .box-text {
  margin: auto;
  padding: 0 10px;
}
.product-category.col .box-category .box-text .count {
  display: none;
}
.sub-categories .btn-main span {
  font-size: 24px;
}

/* MAIN OFFICE */
.main-office h3 {
  color: #58595b;
}

.main-office address {
  font-size: 24px;
  line-height: 28px;
  color: #58595b;
  margin-bottom: 24px;
}

/* CONTACT US FORM */
.h7 p {
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
}
.contact-us .brand-left {
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 522px !important;
  height: 588px;
  transform: rotate(180deg);
}
.contact-us .bg.section-bg {
  background-size: 522px 588px !important;
}
.contact-us input,
.contact-us textarea,
.contact-us select {
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #58595b;
}

.contact-us label span {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: white;
}
.contact-us label span a {
  color: white;
}
.hs-form .field {
  margin-bottom: 32px;
}
.hs-form .field.hs-fieldtype-file {
  margin-bottom: 18px;
}
.hs-error-msgs label {
  list-style: none;
}
fieldset,
input,
select,
textarea {
  margin-bottom: 5px;
}
textarea {
  resize: none;
}
.hs-error-msgs label {
  color: #ed1c24;
  text-align: center;
  background-color: rgba(255, 255, 255);
  border-radius: 7px;
}
.col-inner ul.hs-error-msgs li {
  margin-left: 0;
}
.application-form .hs-error-msgs label,
.catalogue-form .hs-error-msgs label {
  color: #ed1c24;
  background-color: transparent;
  border: 0;
  text-align: left;
}
.hs-form-booleancheckbox {
  max-width: 80%;
}
.hs-form-booleancheckbox-display {
  display: flex;
  align-items: baseline;
}
.hs-form-booleancheckbox-display > span {
  margin-left: 12px !important;
  line-height: 16px;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 16px;
  line-height: 16px;
  max-width: 80%;
}
.legal-consent-container .hs-form-booleancheckbox-display p a {
  font-weight: 600;
  text-decoration: underline;
}
.hs-form-booleancheckbox {
  margin-left: 0 !important;
}
.submitted-message {
  text-align: center;
  color: #45a545;
  font-size: 24px;
  background-color: white;
  border-radius: 5px;
  font-weight: 600;
}
input[type="checkbox"].hs-input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  max-width: 22px;
  height: 22px;
  flex: 1 0 22px;
  border: 2px solid #009cde;
  border-radius: 6px;
  display: grid;
  place-content: center;
}
input[type="checkbox"].hs-input::before {
  content: "";
  width: 14px;
  height: 14px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
  background-color: CanvasText;
  transform-origin: bottom left;
  clip-path: polygon(20% 47%, 46% 74%, 78% 8%, 86% 15%, 48% 95%, 18% 63%);
}
input[type="checkbox"].hs-input:checked {
  background: #009cde;
}
input[type="checkbox"].hs-input:checked::before {
  transform: scale(1);
  background: #fff;
}
input[type="checkbox"].hs-input:focus {
  border-color: #006091;
}
.legal-consent-container {
  color: #fff;
}
.inputs-list {
  list-style-type: none;
}

.contact-us .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.contact-us input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s all ease-in-out;
  border: 2px solid white;
  padding: 18px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;

  background-color: white !important;
  color: #009cde !important;
  text-transform: none !important;
}
.contact-us input[type="submit"]:hover,
.contact-us input[type="submit"]:focus {
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none;
  border-radius: 76px 76px 76px 0 !important;
}

/* OFFICES ACCORDION */
.offices-accordion .section-title-main {
  font-size: 48px;
  line-height: 52px;
  color: #009cde;
}
.offices-accordion .offices-title {
  margin-bottom: 60px;
}
.accordion .accordion-title {
  font-size: 32px;
  line-height: 36px;
  color: #58595b;
}
/* MAPS */
.main-address {
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  color: #58595b;
}
.google-map {
  border-radius: 32px;
  border: 7px solid white;
}
.google-map .map-height {
  border-radius: 32px;
}
.office-accordion-title span {
  font-size: 32px;
  line-height: 36px;
}
.accordion button i {
  top: -22px;
}
.accordion .active button i {
  top: -3px;
}
.accordion .icon-angle-down:before {
  content: "";
  background: url("images/chevron-lg.svg");
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: inline-flex;
}
.accordion .accordion-item:last-of-type {
  border-bottom: 1px solid rgba(136, 139, 141, 0.5);
}
.accordion .accordion-inner {
  padding-right: 15px !important;
  padding-left: 40px !important;
}
.accordion .accordion-title,
.accordion-title.active {
  border-top: 1px solid;
  border-color: rgba(136, 139, 141, 0.5) !important;
  background-color: transparent;
  color: #009cde !important;
}
.accordion-title.active {
  color: #58595b !important;
}
.accordion-title.active .icon-angle-down:before {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.office-accordion-address {
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  color: #58595b;
  margin-bottom: 36px;
}
.accordion .accordion-inner h5 {
  margin-bottom: 16px;
}
.office-accordion-details {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #58595b;
}
.office-accordion-details svg {
  margin-right: 10px;
}

/* PRODUCT LISTING */
.term-description {
  display: none;
}
.woocommerce-ordering .select2-container .select2-selection {
  background-color: transparent;
  background-image: url("images/chevron-sm.svg");
  background-position: right 0.45em top 50%;
  background-size: auto 12px;
  box-shadow: none;
  border: 0;
  padding: 0 16px;
  height: 18px;
}
.woocommerce-ordering
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;

  color: #009cde;
}
ul[id^="select2-orderby-"] .select2-results__option {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;

  color: #58595b;
  padding: 15px 15px 0 30px;
}
ul[id^="select2-orderby-"]
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  text-decoration: underline;
  color: #009cde;
}
ul[id^="select2-orderby-"] .select2-results__option--selected {
  font-weight: 700 !important;
  color: #009cde !important;
  text-decoration: none !important;
  position: relative;
}
ul[id^="select2-orderby-"] .select2-results__option--selected:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("images/tick.svg");
  background-size: 16px auto;
  display: inline-block;
  position: absolute;
  left: 10px;
}

/* GATEGORIES */
.full-list {
  visibility: hidden;
  height: 0;
  transition: 0.25 all ease-in-out;
}
.full-list.loaded {
  visibility: visible;
  height: 100%;
}

/* PRODUCT TEMPLATE */
.product-title-container .badge-container {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 0 30px 0;
}
.product-title-container .badge-container .badge-frame {
  height: auto;
}
.prod-details {
  padding-bottom: 0 !important;
}
.custom-product-page .custom-product-page .product-thumbnails {
  margin: 0 !important;
}
.custom-product-page .flickity-slider {
  height: 100%;
}
.custom-product-page .flickity-slider > div {
  background: none;
  border-radius: 16px;
  border: 1px solid rgba(136, 139, 141, 0.05);
  margin-right: 1%;
  min-height: 100%;
}
.custom-product-page
  .custom-product-page
  .product-thumbnails
  .flickity-slider
  > div {
  border-radius: 8px;
}
.custom-product-page .product-thumbnails a {
  background: none;
  border: 0;
}
.custom-product-page .product-thumbnails img {
  margin-bottom: 0;
  opacity: 1;
  transition: opacity 0.6s !important;
}
.custom-product-page .product-thumbnails .is-selected {
  border: 1px solid rgba(136, 139, 141, 0.3);
}
.custom-product-page .product-thumbnails .is-nav-selected a,
.custom-product-page .product-thumbnails a {
  /* border: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-product-page .product-thumbnails .is-nav-selected a img,
.custom-product-page .product-thumbnails a:hover img {
  transform: none;
}
.custom-product-page .product-thumbnails .is-nav-selected a img,
.custom-product-page .product-thumbnails a:hover img {
  border-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transform: none;
}

.product-title-container h1 {
  font-size: 32px;
  line-height: 32px;
  color: #009cde;
  margin-bottom: 17px;
}
.custom-product-page .sku {
  font-size: 16px;
  line-height: 16px;
  color: #58595b;
  margin-bottom: 7px;
}
.custom-product-page .sku span.code {
  font-weight: 600;
}
.product-page-price:not(.price-on-sale) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.custom-product-page h4.variation-title {
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 18px;
  color: #58595b;
}
.custom-product-page .select2-container {
  margin-bottom: 24px;
}
.custom-product-page .select2-container .select2-selection {
  box-shadow: 2px 2px 5px rgb(0 156 222 / 15%);
  border-radius: 8px;
  padding: 16px 60px 16px 16px;
  font-size: 21px;
  background-color: white;
  background-image: url("images/chevron-lg.svg");
  background-position: right 0.45em top 50%;
  background-size: auto 24px;
}
.custom-product-page .select2-container .select2-selection__rendered,
.custom-product-page
  .select2-container--default
  .select2-selection__placeholder,
body.single-product .select2-results__option {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #58595b;
}
body.single-product .select2-container--open .select2-dropdown {
  top: -1px;
  background: #ffffff;
  box-shadow: 14px 17px 26px -17px rgba(0, 156, 222, 0.15);
  border: 1px solid rgba(136, 139, 141, 0.3);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.cases {
  margin-bottom: 50px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(136, 139, 141, 0.3);
}
.cases .item {
  max-width: 100px;
  height: 100px;
  background: rgba(136, 139, 141, 0.05);
  border-radius: 8px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cases .item:hover {
  cursor: pointer;
  box-shadow: 0px 3px 16px rgba(0, 156, 222, 0.15);
}
.cases .item:focus-within {
  border: 2px solid #58595b;
}
.cases .item .selected-case {
  text-transform: capitalize;
}
.cases .item label {
  margin-bottom: 0;
}
.cases .item img {
  padding: 10px;
}
.custom-product-page .overview h3 {
  margin-bottom: 15px;
}
.custom-product-page .overview ul li {
  margin-bottom: 0;
}
.custom-product-page h6 {
  color: #009cde;
  margin-bottom: 16px;
  text-transform: none;
  opacity: 1;
}
.custom-product-page p,
.custom-product-page li {
  font-size: 16px;
  line-height: 24px;
  color: #58595b;
}
.custom-product-page li {
  line-height: 20px;
  margin-bottom: 0;
}
.custom-product-page li::marker {
  font-size: 26px;
}
.custom-product-page .prod-details .extra-field p {
  max-width: 90%;
  line-height: 20px;
}
.custom-product-page .prod-details .extra-field p.body {
  font-weight: 700;
  color: #58595b;
  max-width: 100%;
}
.buy-copy {
  margin-bottom: 24px;
}
.buy-copy p {
  margin-bottom: 6px;
  font-size: 18px;
}
.buy-copy a {
  font-weight: 600;
}
.resources-col {
  padding: 24px 16px 24px 16px;
  background-color: rgb(249, 249, 249);
  border-radius: 8px;
}
div.product-resources h6 {
  color: #58595b;
  margin-bottom: 24px;
}
div.product-resources .is-divider {
  margin: 0;
}

ul.product-resources {
  list-style: none;
}
ul.product-resources .resource-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid rgba(136, 139, 141, 0.3);
}
ul.product-resources .resource-item .actions,
ul.product-resources .resource-item .actions a {
  display: flex;
  align-items: baseline;
}
ul.product-resources .resource-item .actions a.view {
  margin-right: 30px;
}
ul.product-resources .resource-item .lock {
  margin-right: 5px;
}
ul.product-resources .resource-item .actions a span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;

  color: #009cde;
  margin-right: 8px;
}
ul.product-resources.restricted .resource-item {
  justify-content: flex-start;
}
ul.product-resources .resource-item .resource-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;

  color: #58595b;
}
p.further {
  font-size: 24px;
  line-height: 24px;
  color: #58595b;
  margin-top: 54px;
}
p.further + div a {
  font-weight: 600;
  color: #009cde;
  text-decoration-line: underline;
}
.custom-product-page .prod-desc {
  max-width: 85%;
  margin-bottom: 32px;
}
.custom-product-page .extra-field {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 28px;
  color: #58595b;
  margin-bottom: 30px;
}
.custom-product-page .extra-field p.body {
  font-weight: 600;
  color: #58595b;
  margin-bottom: 0;
}
.custom-product-page .extra-field img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.custom-product-page .desc-img {
  margin-bottom: 65px;
}
.custom-product-page .video {
  margin-bottom: 60px;
}
.custom-product-page .accordion .accordion-item:last-of-type {
  border-bottom: none;
}
.custom-product-page .accordion .accordion-inner {
  padding-left: 56px !important;
}
.custom-product-page .accordion .toggle {
  width: 56px;
}
.custom-product-page .accordion .accordion-title {
  padding-left: 56px;
}
.custom-product-page .accordion table {
  max-width: 80%;
  border-collapse: collapse;
}
.custom-product-page .accordion table,
th,
td {
  font-weight: 600;

  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.custom-product-page .accordion table tr th {
  font-size: 18px;
  line-height: 18px;
  color: #009cde;
  border: 1px solid #c3c5c6;
  text-transform: none;
}
.custom-product-page .accordion table tr td {
  font-size: 14px;
  line-height: 14px;
  color: #58595b;
  border: 1px solid #c3c5c6;
}

.custom-product-page .custom-price {
  display: flex;
  align-items: center;
}
.product-page-price:not(.price-on-sale) .amount bdi,
.custom-product-page .custom-sale-price .amount bdi,
.custom-product-page .woocommerce-price-suffix .amount bdi {
  font-weight: 600;
  font-size: 24px;
  line-height: 21px;
  color: #58595b;
}
.custom-product-page .old-price,
.custom-product-page .woocommerce-price-suffix {
  font-size: 18px;
  color: #58595b;
}
.custom-product-page .old-price .amount bdi {
  text-decoration-line: line-through;
}
.custom-product-page .price-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(136, 139, 141, 0.3);
  margin-bottom: 32px;
}
.custom-product-page .woocommerce-price-suffix {
  padding: 0;
  margin-left: auto;
}
.custom-product-page .price_on_application {
  font-weight: 600;
  font-size: 24px;
  line-height: 21px;
  color: #58595b;
}
.custom-product-page .accordion li {
  line-height: 32px;
}
.custom-product-page .accordion li p {
  margin-bottom: 0;
}

/* POST TEMPLATE */
.blog-single {
  background: white;
}
.blog-single h4 {
  color: #58595b;
  margin-bottom: 16px;
}
.blog-single p,
.blog-single li {
  font-size: 18px;
  line-height: 22px;

  color: #58595b;
}
.blog-single img {
  border-radius: 8px;
}
.post-header {
  padding-bottom: 0 !important;
  background: #f2fafd;
}
.post-header .box-row {
  padding: 0 15px;
}
.post-header .row + .row {
  position: absolute;
  bottom: 0;
  background: #fff;
}
.post-header .custom-shape {
  padding: 64px 61px 40px;
}
.post-header .custom-shape .category {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
}
.post-header .custom-shape h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 24px;
}
.post-header .custom-shape p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  color: #fff;
}
.single .blog-share p {
  font-size: 24px;
  line-height: 28px;
  color: #58595b;
  margin-bottom: 16px;
}
.single .blog-share {
  padding: 0 15px 80px;
}
.single .share-icons {
  display: flex;
  align-items: center;
}
.single .share-icons a {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-right: 24px;
  margin-bottom: 0;
}
.single .share-icons a i::before {
  content: "";
  width: 56px;
  height: 56px;
  display: inline-flex;
}
.single .share-icons a .icon-facebook::before {
  background: url("images/share_fcb.svg");
}
.single .is-outline {
  color: transparent;
}
.icon.button:hover,
.icon.button:focus {
  color: transparent !important;
  background-color: transparent !important;
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}
/* .icon.button:focus i {
  outline: 2px solid #58595b;
  outline-offset: 2px;
} */
.single .share-icons a .icon-twitter::before {
  background: url("images/share_tt.svg");
}
.single .share-icons a .icon-linkedin::before {
  background: url("images/share_linked.svg");
}
.single .share-icons a .icon-instagram::before {
  background: url("images/share_insta.svg");
}
.related-posts {
  background-color: #f2fafd;
  padding: 160px 0;
}
.related-posts h3 {
  color: #009cde;
  margin-bottom: 16px;
}

.related-posts img {
  border-radius: 0;
}
.related-posts .col-inner {
  height: 100%;
}

/* CAREERS TEMPLATE */
.single-careers {
  background: white;
}
.single-careers h4 {
  color: #58595b;
  margin-bottom: 16px;
}
.single-careers p,
.single-careers li {
  font-size: 18px;
  line-height: 22px;

  color: #58595b;
}
.single-careers #view-vacancies {
  margin-top: 40px;
}

/* APPLICATION FORM */
.application-form {
  padding: 160px 0;
  background: url("images/brand-shape-top-left.png") left 0 top 0 / 20%
      no-repeat,
    url("images/brand-shape-top-right.png") right 0 top 15% / 20% no-repeat,
    url("images/brand-shape-bottom-left.png") left 0 bottom 5% / 20% no-repeat,
    url("images/brand-shape-bottom-right.png") right 0 bottom 0 / 20% no-repeat,
    #f2fafd;
}
.application-form .row,
.application-form .hbspt-form {
  max-width: 530px;
  margin: 0 auto !important;
}
.application-form input,
.application-form select {
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #58595b;
  border: 2px solid #c3c5c6;
}
.application-form input[type="file"] {
  width: 100%;
  background: #fff;
}
.application-form label span {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: #58595b;
}
.application-form h2 {
  color: #009cde;
}
.application-form .h7 {
  text-align: center;
  font-size: 21px;
  line-height: 28px;
}
.application-form .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-form .legal-consent-container {
  color: #58595b;
}
.application-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s all ease-in-out;
  border: 2px solid #009cde;
  padding: 18px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;

  background-color: #009cde !important;
  color: #fff !important;
  text-transform: none !important;
  margin-top: 32px;
}
.application-form input[type="submit"]:hover,
.application-form input[type="submit"]:focus {
  background-color: transparent !important;
  color: #009cde !important;
  box-shadow: none;
  border-radius: 76px 76px 76px 0 !important;
}
.application-form input[type="file"]::file-selector-button {
  margin-right: 20px;
  border: 0;
  border-radius: 10px !important;
  cursor: pointer;
  padding: 18px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;

  background-color: #009cde !important;
  color: #fff !important;
  text-transform: none !important;
}

.application-form .hs-error-msgs label {
  color: #ed1c24;
  border: 0;
  text-align: left;
}
.application-form .hs-richtext p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  color: #58595b;
}

/* CATALOGUE FORM */
.catalogue-form {
  padding: 160px 0;
}
.catalogue-form .h7 {
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
}
.catalogue-form {
  background: url("images/brand-shape-light-blue-top.png") left 0 top 0 / 20%
      no-repeat,
    url("images/brand-shape-light-blue-bottom.png") right 0 bottom 5% / 20%
      no-repeat,
    #fff;
}
.catalogue-form .hbspt-form {
  max-width: 530px;
  margin: 0 auto !important;
}
.catalogue-form ul {
  list-style-type: none;
}
.catalogue-form input,
.catalogue-form select {
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #58595b;
  border: 2px solid #c3c5c6;
}
.catalogue-form label span {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: #58595b;
}
.catalogue-form .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogue-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s all ease-in-out;
  border: 2px solid #009cde;
  padding: 18px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;

  background-color: #009cde !important;
  color: #fff !important;
  text-transform: none !important;
  margin-top: 28px;
}
.catalogue-form input[type="submit"]:hover,
.catalogue-form input[type="submit"]:focus {
  background-color: transparent !important;
  color: #009cde !important;
  box-shadow: none;
  border-radius: 76px 76px 76px 0 !important;
}
.catalogue-form .legal-consent-container {
  color: #58595b;
}
/* FOLLOW US */
.follow-block .button span {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
.follow-block img {
  border-radius: 32px 32px 32px 0;
  border: 4px solid white;
}
.follow-link a {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  cursor: pointer;
  color: inherit;
}
.follow-link a:hover {
  text-decoration: underline;
}

/* VIDEO */
.block-video {
  padding-top: 80px !important;
  padding-bottom: 120px !important;
}
.block-video .text {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 48px;
}
.block-video .text h3 {
  margin-bottom: 16px;
}
.block-video .text p {
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  color: #58595b;
}
.block-video .video {
  border-radius: 8px;
}

/* ARTICLE - BOX */
body[class*="post-type-archive-"] #post-list,
body.blog #post-list {
  padding-bottom: 120px;
}
body[class*="post-type-archive-"] article,
body.blog article {
  border: 1px solid rgba(136, 139, 141, 0.2);
  padding: 40px 32px;
  border-radius: 24px 24px 24px 0;
  margin-bottom: 32px;
}
body[class*="post-type-archive-"] article.has-post-thumbnail,
body.blog article.has-post-thumbnail {
  padding: 24px;
}
body[class*="post-type-archive-"] article *,
body.blog article * {
  padding: 0;
  margin: 0;
}
body[class*="post-type-archive-"] article.resources .article-inner,
body.blog article .article-inner {
  display: flex;
  justify-content: space-between;
}
body[class*="post-type-archive-"] article .article-inner .details,
body.blog article .article-inner .details {
  display: flex;
  flex-direction: column;
}
body[class*="post-type-archive-"] article .entry-header,
body.blog article .entry-header {
  margin-bottom: 16px;
}
body[class*="post-type-archive-"] article.has-post-thumbnail .entry-header,
body.blog article.has-post-thumbnail .entry-header {
  margin-top: 24px;
}
body[class*="post-type-archive-"] article .entry-image,
body.blog article .entry-image {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
body[class*="post-type-archive-"] article .entry-image .wrapper,
body.blog article .entry-image .wrapper {
  border: 1px solid rgba(136, 139, 141, 0.2);
  width: 41%;
  border-radius: 32px;
  padding-top: 41%;
  position: relative;
  overflow: hidden;
}
body.blog article .entry-image .wrapper {
  background-color: transparent;
}
body[class*="post-type-archive-"] article .entry-image img,
body.blog article .entry-image img {
  border-radius: 32px;
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.blog article .entry-image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
body[class*="post-type-archive-"] article .entry-header h6,
body.blog article .entry-header h6 {
  text-transform: none;
  color: #009cde;
  opacity: 1;
}
body[class*="post-type-archive-"] article .entry-content,
body.blog article .entry-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.post-type-archive-resources .entry-summary {
  margin-bottom: 44px;
}
body.blog .entry-summary {
  margin-bottom: 36px;
}
body[class*="post-type-archive-"] article .entry-summary p,
body.blog article .entry-summary p {
  font-size: 16px;
  line-height: 22px;

  color: #58595b;
  margin-bottom: 36px;
  max-width: 94%;
}
body[class*="post-type-archive-"] article .text-left,
body.blog article .text-left {
  margin-top: auto;
}
body[class*="post-type-archive-"] article p,
body.blog article p {
  font-size: 18px;
  line-height: 22px;
  color: #58595b;
  margin-bottom: 8px;
}
body[class*="post-type-archive-"] article p:last-of-type,
body.blogarticle p:last-of-type {
  margin-bottom: 16px;
}
body[class*="post-type-archive-"] article p .tag,
body.blog article p .tag {
  font-weight: 600;
}
body[class*="post-type-archive-"]:not(.post-type-archive-product)
  .category-filter-row,
body.blog .category-filter-row {
  padding: 18px 0;
  border-bottom: 1px solid rgba(136, 139, 141, 0.5);
  margin-bottom: 32px;
}
body.post-type-archive-careers article a.button {
  margin-top: 36px;
}
body.post-type-archive-resources article a.button {
  width: 200px;
  margin-right: 24px;
  margin-bottom: 4px;
}
body[class*="post-type-archive-"] a.button,
body.blog a.button {
  align-items: end;
}
body[class*="post-type-archive-"] a.button.transparent {
  background-color: transparent !important;
  color: #009cde !important;
}
body[class*="post-type-archive-"] a.button.transparent:hover {
  background-color: #009cde !important;
  color: #fff !important;
}
body[class*="post-type-archive-"] a.button.disabled {
  background-color: #58595b !important;
  border: #58595b !important;
  color: white !important;
}
body[class*="post-type-archive-"] a.button.disabled:hover {
  background-color: #58595b !important;
  border: #58595b !important;
  color: white !important;
  border-radius: 76px !important;
}
body[class*="post-type-archive-"] a.button.transparent.disabled {
  background-color: transparent !important;
  color: #58595b !important;
  border: 2px solid #58595b !important;
}

.awaiting-approval {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20vh 0;
}
.awaiting-approval h4 {
  max-width: 85%;
  text-align: center;
}

/* NUMBERS */
.numbers {
  padding-top: 160px !important;
  padding-bottom: 80px !important;
}
.numbers h2 + p {
  font-size: 18px;
  line-hight: 22px;
}
.numbers .count-up-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.numbers .count-up-number p {
  font-size: 48px;
  line-height: 52px;
  color: #58595b;
  margin-bottom: 16px;
}
.numbers .copy p {
  font-size: 32px;
  line-height: 36px;
  color: #58595b;
  margin: 0 auto 0;
}

/* ACCOUNT */
.post-header.account p {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
}
.post-header.account .custom-shape {
  padding-bottom: 80px;
}
.post-header.account + .page-title {
  background-color: #fff;
  padding-top: 81px;
  padding-bottom: 60px;
}
.post-header.account + .page-title .row {
  padding: 0 15px;
}
.post-header.account + .page-title h2 {
  color: #009cde;
}
.page-wrapper.my-account.mb {
  background-color: #fff;
}
.vertical-tabs {
  align-items: flex-start;
  padding-bottom: 200px;
}
.vertical-tabs .large-4.col {
  background: rgba(136, 139, 141, 0.08);
  border-radius: 8px;
  padding: 32px 16px 24px;
}
.vertical-tabs .large-4.col .account-user {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #c3c5c6;
}
.vertical-tabs .large-4.col .account-user .user-name {
  padding: 0 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;

  color: #58595b;
  display: block;
}
.vertical-tabs .large-4.col .account-user .business-name {
  padding: 0 16px;
  font-size: 16px;
  line-height: 22px;

  color: #58595b;
  display: block;
}
.vertical-tabs .large-8.col .woocommerce {
  max-width: 80%;
  margin: 0 auto;
}
#my-account-nav li {
  padding: 25px 16px;
  border: none;
}
#my-account-nav li .account-icon {
  width: 24px;
  height: 24px;
}
#my-account-nav li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  color: #58595b;
  padding: 0 0 0 10px;
}
#my-account-nav li.active {
  background: #fff;
  border-radius: 8px;
}
#my-account-nav li.active a {
  color: #009cde;
  font-weight: 700;
  text-decoration-line: underline;
}
#my-account-nav .button {
  margin-top: 16px;
}
.woocommerce-form-row {
  margin-bottom: 32px;
}
.woocommerce-form-row label {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: #58595b;
  margin-bottom: 0;
}
.woocommerce-form-row input {
  background: #ffffff;
  border: 2px solid #c3c5c6;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  color: #58595b;
}
.dashboard {
  margin-bottom: 25px;
}
.dashboard p span {
  display: block;
}
.dashboard p span {
  font-size: 16px;
  line-height: 22px;

  color: #58595b;
}
.dashboard p span.h8 {
  font-weight: 600;
  font-size: 18px;
}
.dashboard-links {
  margin: 0;
}
.dashboard-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #009cde !important;
  transition: 0.25s all ease-in-out;
  border-radius: 76px !important;
  border: 2px solid #009cde;
  padding: 18px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;

  color: #fff;
  width: max-content;
}
.dashboard-links a:hover {
  border-radius: 76px 76px 76px 0px !important;
  background: transparent !important;
  box-shadow: none;
  color: #009cde;
}
.lightbox-content {
  border-radius: 32px;
  padding-top: 100px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
}
.account-container h3 {
  text-align: center;
  color: #009cde;
}
.account-container p {
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  color: #58595b;
  max-width: 80%;
  margin: 0 auto;
}
.account-container p span,
.account-container p a {
  font-weight: 700;
  color: #009cde;
}
.account-container p span .woocommerce-password-strength.short,
.account-container p span .woocommerce-password-strength.bad,
.account-container p span .woocommerce-password-hint {
  color: #ed1c24;
}

.account-container p span:hover,
.account-container p a:hover {
  /* text-decoration-line: underline; */
  cursor: pointer;
}
.account-container form {
  max-width: 80%;
  margin: 40px auto 0;
}
.account-container form p {
  max-width: 100%;
}
.woocommerce-form-row label {
  text-align: left;
}
.account-container form .lost_password {
  text-align: right;
}
.account-container form button.woocommerce-form-login__submit,
.account-container form .woocommerce-privacy-policy-text {
  margin-top: 56px;
}
.woocommerce-lost-password .lost_reset_password {
  padding: 75px 0;
}
.woocommerce-lost-password h2 {
  margin-bottom: 24px;
}
.woocommerce-lost-password h2 + p {
  max-width: 60%;
}
.woocommerce-lost-password
  form.lost_reset_password
  .woocommerce-form-row
  input {
  font-size: 22px;
}
.woocommerce-lost-password .post-header.account .custom-shape {
  padding-top: 100px;
}
.woocommerce-form-register .select2-container {
  width: 100% !important;
}
.woocommerce-edit-account .select2-container .select2-selection,
.woocommerce-form-register .select2-container .select2-selection {
  padding: 16px 60px 16px 16px;
  box-shadow: none;
  font-size: 21px;
  background-color: white;
  background-image: url(images/chevron-lg.svg);
  background-position: right 0.45em top 50%;
  background-size: auto 24px;
  border: 2px solid #c3c5c6;
  border-radius: 10px;
}
.woocommerce-edit-account .select2-container .select2-selection__rendered,
.woocommerce-form-register .select2-container .select2-selection__rendered {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #58595b;
}
.woocommerce-edit-account .select2-container--open .select2-dropdown,
.woocommerce-form-register .select2-container--open .select2-dropdown {
  top: 32px;
  border: 2px solid #c3c5c6;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  box-shadow: none;
}
.woocommerce-edit-account .select2-results__option,
#select2-reg_industry_type-results .select2-results__option {
  font-size: 18px;
  line-height: 21px;
  color: #58595b;
}
.delete-account-copy {
  font-size: 16px;
  line-height: 22px;

  color: #58595b;
  margin-bottom: 24px;
}

/* COOKIES */
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  padding: 26px 15px;
  border-radius: 32px 32px 0 0;
  box-shadow: 10px 10px 64px rgba(0, 156, 222, 0.2);
  border: none !important;
}
.moove-gdpr-info-bar-container {
  max-width: 995px;
  margin: 0 auto;
  padding: 0 !important;
}
.moove-gdpr-cookie-notice p span {
  font-weight: 600;
  font-size: 14px !important;
  line-height: 22px;
  color: #58595b;
}
.moove-gdpr-button-holder button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s all ease-in-out;
  border: 2px solid #009cde !important;
  padding: 18px 24px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 18px !important;
}
.moove-gdpr-button-holder button:hover {
  border-radius: 76px 76px 76px 0px !important;
  background: transparent !important;
  box-shadow: none;
  color: #009cde !important;
}
.login-page {
  padding: 165px 0 250px;
  background: url("images/brand-shape-light-blue-top.png") left 0 top 0 / 20%
      no-repeat,
    url("images/brand-shape-light-blue-bottom.png") right 0 top 35% / 25%
      no-repeat,
    #fff;
}

/* TABS */
.custom-tabs .nav-tabs + .tab-panels {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 32px 24px 26px;
  background: #ffffff;
  border: 1px solid #c3c5c6;
  border-radius: 0 16px 16px 16px;
}
.custom-tabs .tab-panels .entry-content {
  padding: 0;
  max-width: 77%;
  font-size: 16px;
  line-height: 22px;
  color: #58595b;
}
.custom-tabs .nav-tabs > li {
  min-width: 15%;
  margin-right: 0;
}
.custom-tabs .nav-tabs > li > a {
  border: 0;
  border-bottom: 1px solid #c3c5c6;
  border-radius: 16px 16px 0 0;
  background: #f3f3f4;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #58595b;
  width: 100%;
  padding: 14px;
  display: inline-block;
  text-align: center;
}
.custom-tabs .nav-tabs > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  box-shadow: 5px 0px 4px -4px rgb(0 0 0 / 25%);
  border-radius: 16px 16px 0 0;
  z-index: 2;
  pointer-events: none;
}
.custom-tabs .nav-tabs > li.active:before {
  box-shadow: 4px 0px 4px -4px rgb(0 0 0 / 25%),
    -4px 0px 4px -4px rgb(0 0 0 / 25%);
}
.custom-tabs .nav-tabs > li.active > a {
  border-top-color: #c3c5c6;
  background: #fff;
  color: #009cde;
  border: 1px solid #c3c5c6;
  border-bottom: 0;
  z-index: 5;
  position: relative;
}
.custom-tabs .nav-tabs > li.active > a span {
  text-decoration: none;
}

/* PRIVACY POLICY */
body.privacy-policy #wrapper #main,
.page-template-privacy-policy #main {
  background: #fff;
}
body.privacy-policy .row.page-wrapper,
.page-template-privacy-policy .row.page-wrapper {
  padding: 60px 0;
}
body.privacy-policy .entry-header .is-divider {
  display: none;
}
body.privacy-policy a,
.page-template-privacy-policy a {
  color: #009cde;
  font-weight: 700;
}
body.privacy-policy a:hover,
.page-template-privacy-policy a:hover {
  text-decoration-line: underline;
}

/* FAQ ACCORDION */
.accordion.faq .accordion-inner a {
  color: #009cde;
  font-weight: 600;
}
.accordion.faq .accordion-inner a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 850px) {
  /*************** ADD TABLET CSS HERE  ***************/
  .custom-shape {
    border-radius: 32px 32px 32px 0;
  }
  .custom-shape:before {
    border-radius: 32px 32px 32px 0;
  }
  .custom-radius-full > div {
    border-radius: 32px;
  }
  .custom-radius > div {
    border-radius: 32px 32px 32px 0;
  }
  .header-wrapper.stuck #masthead,
  .header-wrapper.stuck #wide-nav {
    background-color: #f2fafd;
  }
  #logo img,
  #header .stuck #logo img {
    max-height: 50px !important;
  }
  .flickity-prev-next-button {
    width: 48px;
    height: 48px;
  }
  .select2-container--open .select2-dropdown {
    top: 0;
  }
  .select2-container--default .select2-search--dropdown {
    margin: 20px 10px 0;
  }

  .legal-consent-container .hs-form-booleancheckbox-display span {
    line-height: 26px;
  }

  /* HEADER AND MENU */
  .has-off-canvas-left .mfp-bg {
    background: none;
  }
  .header-main li.html.custom {
    display: block;
    margin: 0 8px 0 0;
  }
  .icon-search {
    border: 0;
    background-color: transparent;
    paddng: 12px 0 !important;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .icon-search:before {
    content: "";
    background-image: url("images/icon-search.svg");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .off-canvas-left .mfp-content {
    background-color: white;
    width: 100%;
    top: 90px;
    box-shadow: none;
  }
  .nav-sidebar.nav-vertical {
    min-height: calc(100vh - 90px);
  }
  .off-canvas .sidebar-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sidebar-menu .search-form {
    display: none !important;
  }
  .header-search-dropdown .nav-dropdown {
    right: -35px !important;
    left: auto !important;
    min-width: 320px;
  }
  li.html_topbar_right.current-dropdown > .nav-dropdown {
    left: 15px;
    top: -100%;
  }
  .form-flat input:not([type="submit"]) {
    width: 92%;
  }

  .search-form {
    width: 100% !important;
  }

  .header-button .button.icon {
    padding: 0;
    background-color: transparent !important;
    border: none;
  }
  .header-button .button.icon:hover {
    box-shadow: none;
  }
  .mobile-nav li > a {
    padding: 10px 0 16px;
  }

  .nav.nav-sidebar > li {
    padding: 0 16px;
    border-bottom: 1px solid #009cde;
  }
  .nav.nav-sidebar > li a {
    padding: 17px 0 !important;
    margin: 8px 0;
  }
  .nav.nav-sidebar > li > a {
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
    color: #009cde;
    width: max-content;
  }
  .nav-vertical > li {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #009cde;
  }
  .nav-vertical > li > a {
    width: 100%;
  }
  .active > ul.sub-menu:not(.nav-dropdown) {
    width: 100%;
  }
  .sub-menu > li.menu-item-has-children:after {
    margin: 0;
  }
  .nav-sidebar.nav-vertical > li.active > a {
    background: #ffffff;
    font-weight: 700;
    background: none;
    border: 0;
  }
  .nav-vertical li li.menu-item-has-children > a {
    text-transform: none;
  }
  .nav-sidebar.nav-vertical li .toggle {
    display: none;
  }
  .nav-sidebar.nav-vertical li li li {
    padding-left: 0 !important;
  }
  .nav-sidebar.nav-vertical li li > a {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;

    color: #58595b;
  }
  .nav-vertical li li.menu-item-has-children,
  .nav-vertical li li.menu-item-has-children:not(:first-child) {
    margin: 0;
  }
  .nav-sidebar.nav-vertical li li.menu-item-has-children > a {
    font-weight: 600;
    font-size: 21px;
    line-height: 23px;
    color: #58595b;
    min-height: 56px;
  }
  .nav.nav-sidebar .menu-item-has-children {
    position: relative;
  }
  .nav.nav-sidebar .menu-item-has-children:after {
    background: url("images/menu-down.svg") center center no-repeat;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    transform: rotate(0);
    transform-origin: center;
    transition: transform 0.2s ease-out;
    top: 30px;
  }
  .nav.nav-sidebar .menu-item-has-children .menu-item-has-children:after {
    pointer-events: none;
    right: 15px;
    margin: 0;
  }
  .nav-sidebar.nav-vertical > li.menu-item.active {
    background: none;
    padding: 0;
  }
  .nav.nav-sidebar > .menu-item-has-children.active {
    padding-left: 15px !important;
  }
  .nav.nav-sidebar > .menu-item-has-children.active > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: calc(100% - 72px);
    right: 0;
    width: 100vw;
    background: linear-gradient(
        0deg,
        rgba(136, 139, 141, 0.08),
        rgba(136, 139, 141, 0.08)
      ),
      #ffffff !important;
    z-index: -1;
  }
  .nav.nav-sidebar .menu-item-has-children.active:after,
  .nav.nav-sidebar
    .menu-item-has-children
    .menu-item-has-children.active:after {
    transform: rotate(-180deg);
    transform-origin: center;
  }
  .active > ul.sub-menu:not(.nav-dropdown) {
    padding: 0;
    position: relative;
  }
  .active > ul.sub-menu:not(.nav-dropdown) li {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .active > ul.sub-menu:not(.nav-dropdown) li > a {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 23px;
    color: #58595b;
    min-height: 56px;
    width: fit-content;
    position: relative;
  }
  .active > ul.sub-menu:not(.nav-dropdown) > li.active > a:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -15px;
    bottom: -8px;
    right: 0;
    width: 100vw;
    background: linear-gradient(
        0deg,
        rgba(136, 139, 141, 0.08),
        rgba(136, 139, 141, 0.08)
      ),
      #ffffff !important;
    z-index: -1;
  }
  .active > ul.sub-menu:not(.nav-dropdown) .menu-item-has-children.active > a {
    color: #009cde;
    text-decoration: underline;
    padding-left: 0 !important;
  }
  .active
    > ul.sub-menu:not(.nav-dropdown)
    .active
    > ul.sub-menu:not(.nav-dropdown) {
    width: 100%;
    left: 0;
  }

  .nav > li > a {
    color: #009cde;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    padding-left: 0;
  }
  .nav-sidebar .sub-menu .sub-menu {
    display: none;
  }
  .nav-sidebar .sub-menu .sub-menu.active {
    display: block;
  }
  .menu-footer {
    position: sticky;
    bottom: 0;
    margin-top: auto;
    z-index: 999;
    background: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    box-shadow: 0px -2px 9px rgba(0, 0, 0, 0.15);
    padding: 14px 0;
  }
  .menu-footer .account-item,
  .menu-footer .html.custom.html_topbar_right {
    padding: 14px 0 !important;
    width: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .menu-footer .account-item {
    border-left: 1px solid #c3c5c6;
  }
  .menu-footer .account-item a,
  .menu-footer .html.custom.html_topbar_right a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .menu-footer .account-item a span,
  .menu-footer .html.custom.html_topbar_right span {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;

    color: #58595b;
    margin: 0 4px !important;
  }
  .menu-footer li.account-item > a:before {
    content: "";
    background: url("images/user.svg");
    display: block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin: auto;
  }
  .mfp-close {
    top: 17px;
    right: 5px;
    color: #009cde;
    opacity: 1 !important;
  }

  /* CUSTOM HEADER */
  .custom-header {
    padding-top: 0 !important;
    padding-bottom: 65px !important;
  }
  .custom-header .section-content {
    display: flex;
    flex-direction: column;
  }
  .custom-header .box-row {
    order: 1;
  }
  .custom-header .selector {
    order: 2;
  }
  .custom-header .selector .sector-selector div {
    margin-top: 48px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-header .select2-container .select2-selection {
    height: 32px;
  }
  .custom-header .selector .sector-selector div span,
  .custom-header
    .select2-container
    .select2-selection
    .select2-selection__rendered {
    font-weight: 500 !important;
    font-size: 28px !important;
    line-height: 32px !important;

    text-transform: capitalize;
    color: #58595b;
  }
  .custom-header
    .select2-container
    .select2-selection
    .select2-selection__rendered {
    font-weight: 700 !important;
  }
  .custom-header .select2-container .select2-selection {
    background-size: auto 24px;
    background-position: right 0.5em top 70%;
  }
  .custom-header .select2.select2-container.select2-container--default {
    max-width: 100%;
  }
  .custom-header .select2-container .select2-selection {
    margin-left: 0;
  }

  .custom-header .row.container-md {
    /* margin-top: -120px; */
    padding: 0 16px;
  }
  .custom-header .col-img .bg,
  .custom-header .col-img img {
    border-radius: 0;
  }
  .custom-header .custom-shape h1,
  .category-header .custom-shape h1 {
    margin-bottom: 24px;
  }
  .custom-header .custom-shape p,
  .category-header .custom-shape p {
    font-size: 18px;
    line-height: 24px;
  }

  /* CATEGORY BANNER */
  .category-header .custom-shape h1 {
    max-width: 73%;
  }
  .category-header .row.container-md.box-row {
    padding: 0 15px;
  }

  /* CATEGORY OFFER BANNER */
  .category-offer-banner.no-img {
    padding: 30px 15px 0;
  }
  .cat-offer-banner .section-content {
    margin: 0 15px;
  }
  .category-offer-banner .col:nth-of-type(2) {
    margin-bottom: 24px;
  }

  /* PRODUCT LISTING */
  .category-page-title .page-title-inner {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .category-page-title .flex-col + .flex-col.medium-text-center {
    margin-left: auto;
    flex-basis: content;
  }

  /* HERO */
  .hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .hero .row.container-lg {
    padding: 0;
  }
  .hero .banner .bg-loaded {
    border-radius: 0;
  }
  .banner.has-hover.has-parallax {
    border-radius: 0;
  }
  .hero .box-row {
    position: relative;
    max-width: 100% !important;
    bottom: unset;
    margin-top: -84px !important;
  }
  .hero .custom-shape h1 {
    margin-bottom: 16px;
  }
  .hero .text p {
    font-size: 17px;
    line-height: 21px;
  }

  /* WIDE IMAGE */
  .wide-image {
    padding-top: 35px !important;
  }
  .wide-image .container-lg {
    max-width: 100% !important;
    padding: 0;
  }
  .wide-image .banner .bg-loaded {
    border-radius: 0;
  }
  .wide-image .text-container {
    max-width: calc(100% - 32px) !important;
  }
  .wide-image .col-inner p {
    font-size: 17px;
    line-height: 21px;
  }
  .wide-image .image-container {
    margin-bottom: -70px;
  }

  /* FEATURED PRODUCTS */
  section.featured-products {
    padding-bottom: 65px !important;
  }
  .featured-products .container-lg {
    max-width: 100% !important;
    padding: 0;
  }
  .featured-products .text-box .row {
    max-width: 100% !important;
  }
  .featured-products h2 {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .featured-products .featured-copy {
    font-size: 17px;
    line-height: 21px;
    max-width: 80%;
  }
  .featured-products.paginating .current-view {
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
  }
  .wide-image h2 {
    margin-bottom: 16px;
  }

  /* PARTNERS */
  .row.title {
    max-width: 100 !important;
  }
  .partners .text p {
    line-height: 28px;
  }

  /* TESTIMONILAS */
  .testimonials .section-content > .row {
    max-width: 100% !important;
  }
  .testimonials .slider-nav-outside .flickity-prev-next-button.next {
    right: -18px;
    left: unset;
  }
  .testimonials .slider-nav-outside .flickity-prev-next-button.previous {
    left: -18px;
    right: unset;
  }
  .testimonials .slider-nav-outside .flickity-page-dots {
    bottom: -50px;
  }
  .testimonials .flickity-slider .col-inner .text p {
    margin-bottom: 24px;
    font-size: 20px;

    line-height: 24px;
  }

  /* BLOG POSTS */
  .posts h3 {
    margin-bottom: 16px !important;
  }
  .posts .text p {
    margin-bottom: 0;
  }
  .posts .text p,
  .box-blog-post .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .box-blog-post .box-text .post-title {
    font-size: 20px;
  }
  .box-blog-post {
    border-radius: 32px 32px 32px 0;
  }

  /* CONTQCT US - 2 COLS */
  .two-cols-with-img .bg.section-bg {
    background-size: 375px !important;
  }
  .two-cols-with-img img {
    border-radius: 32px 32px 0px 32px;
  }
  .two-cols-with-img .box-text {
    margin-top: -75px;
    padding: 0 15px;
    max-width: 95%;
    border-radius: 32px 32px 32px 0px;
  }
  .two-cols-with-img .box-text h5 {
    margin-bottom: 40px;
  }
  .two-cols-with-img .box-text p {
    font-size: 17px;
    line-height: 21px;
  }

  /* CONTACT US */
  .accordion .accordion-inner {
    padding-left: 15px !important;
  }

  /* MAIN OFFICE */
  .main-office h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .main-office address {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  /* OFFICES ACCORDION */
  .offices-accordion .section-title-main {
    font-size: 36px;
    line-height: 40px;
  }
  .offices-accordion .offices-title {
    margin-bottom: 40px;
  }

  .accordion .accordion-title {
    font-size: 30px;
    line-height: 34px;
  }
  .office-accordion-title span {
    font-size: 30px;
    line-height: 34px;
  }
  .accordion .accordion-inner h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .office-accordion-details {
    font-size: 16px;
    line-height: 34px;
  }
  .office-accordion-address {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .accordion .icon-angle-down:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  /* VIDEO */
  .block-video {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .block-video .text {
    max-width: 90%;
    margin-bottom: 24px;
  }

  /* ARTICLE BOX */
  body[class*="post-type-archive-"] #post-list,
  body.blog #post-list {
    padding-bottom: 90px;
  }
  body[class*="post-type-archive-"] article,
  body.blog article {
    padding: 24px;
  }
  body[class*="post-type-archive-"] article.resources .article-inner,
  body.blog .article-inner {
    flex-direction: column;
  }
  body[class*="post-type-archive-"] article .article-inner .details,
  body.blog article .article-inner .details {
    order: 1;
  }
  body[class*="post-type-archive-"] article .entry-image .wrapper,
  body.blog article .entry-image .wrapper {
    width: 100%;
    padding-top: 65%;
    margin-bottom: 16px;
    border-radius: 24px;
  }
  body[class*="post-type-archive-"] .entry-image img,
  body.blog article .entry-image img {
    min-height: unset;
    border-radius: 24px;
  }
  body.post-type-archive-resources article a.button {
    width: unset;
    margin-right: 16px;
  }
  .awaiting-approval {
    padding: 10vh 0;
  }

  /* NUMBERS */
  .numbers {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .numbers h2 + p {
    font-size: 17px;
    line-hight: 21px;
  }
  .numbers .count-up-number p {
    font-size: 30px;
    line-height: 34px;

    margin-bottom: 16px;
  }
  .numbers .copy p {
    font-size: 25px;
    line-height: 29px;
  }

  /* ACCOUNT */
  .post-header.account + .page-title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .post-header.account + .page-title h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .vertical-tabs {
    padding: 0 15px 15px;
  }
  #my-account-nav li {
    flex-flow: row nowrap;
  }
  .vertical-tabs .large-4.col {
    margin-bottom: 24px;
  }
  .vertical-tabs .large-8.col .woocommerce {
    max-width: 100%;
  }

  /* FORGOTTEN PASSWORD */
  .woocommerce-lost-password h2 {
    margin-bottom: 16px;
  }
  .woocommerce-lost-password h2 + p {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .woocommerce-lost-password .woocommerce-form-row input {
    font-size: 18px;
  }
  .woocommerce-lost-password .post-header.account .custom-shape {
    padding: 55px 35px;
  }
  /* PRODUCT TEMPLATE */
  .custom-product-page .accordion .accordion-inner table {
    max-width: 100%;
  }
  .custom-product-page .accordion .accordion-title {
    padding-left: 42px;
  }
  .custom-product-page .accordion .toggle {
    width: 24px;
  }

  /* IMAGE BOX */
  .custom-image-box p {
    font-size: 17px;
    line-height: 21px;
  }
  /* MESSAGE BOX */
  .msg-box {
    padding: 60px 0 30px !important;
  }
  .msg-box h3 {
    max-width: 100%;
  }
  .msg-box .text p {
    font-size: 17px;
    line-height: 21px;
  }
  .phone a {
    font-size: 28px;
    line-height: 28px;
  }

  .login-page {
    padding: 120px 0;
    background: url("images/brand-shape-light-blue-top.png") left 0 top 0 / 20%
        no-repeat,
      url("images/brand-shape-light-blue-bottom.png") right 0 bottom 15% / 25%
        no-repeat,
      #fff;
  }

  /* IMAGE LEFT/RIGHT */
  .image-left-right .text-left p {
    max-width: 100%;
  }
  .image-left-right p {
    font-size: 17px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE - 768px, theme's mobile BP is 550px ***************/
  h1 {
    font-size: 38px;
    line-height: 38px;
  }
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
  h3 {
    font-size: 30px;
    line-height: 30px;
  }
  h4 {
    font-size: 28px;
    line-height: 28px;
  }
  h5 {
    font-size: 25px;
    line-height: 25px;
  }
  h6 {
    font-size: 23px;
    line-height: 23px;
  }
  .h7 {
    font-size: 20px;
    line-height: 24px;
  }
  .body {
    font-size: 16px;
    line-height: 24px;
  }

  /* HEADER AND MENU */
  .off-canvas-left .mfp-content {
    background-color: white;
    width: 100%;
    top: 70px;
  }
  .nav-sidebar.nav-vertical {
    min-height: calc(100vh - 70px);
  }

  /* CUSTOM HEADER */
  .custom-header .row.container-md {
    /* margin-top: -45px; */
  }

  /* BREADCRUMBS */
  /* .breadcrumbs-wrapper {
    padding-bottom: 12px;
  } */
  .woocommerce-breadcrumb.breadcrumbs {
    padding: 4px 16px;
  }
  .woocommerce-breadcrumb.breadcrumbs a {
    line-height: 24px;
  }
  .breadcrumbs .divider {
    margin: 0 8px 0 0;
  }

  /* TESTIMONIALS */
  .testimonials .flickity-prev-next-button {
    top: 100%;
    bottom: 0;
  }
  .testimonials .slider-wrapper .flickity-prev-next-button {
    display: block;
    margin-top: 16px;
  }

  /* PARTNERS */
  .white-box > .col-inner {
    border-radius: 32px 32px 32px 32px !important;
  }

  /* FOOTER */
  footer .img {
    width: 100% !important;
    max-width: 153px;
  }
  h4 {
    font-size: 21px;
    line-height: 21px;
  }
  footer .ux-menu-link__text {
    font-size: 18px;
    line-height: 18px;
  }
  h4.payment-title {
    font-size: 18px;
    line-height: 18px;
  }
  footer .ux-menu-link__link {
    padding-top: 18px;
  }
  footer .row > .col {
    padding-bottom: 30px;
  }
  .social-icons {
    margin-top: 8px;
    margin-bottom: 30px;
  }
  .social-icons + p {
    font-size: 18px;
    line-height: 24px;
  }
  .dark .social-icons .button.is-outline {
    margin-right: 32px;
  }
  //email and phone
  .button.white.is-link.is-small {
    font-size: 18px;
    line-height: 18px;
  }
  .mobile-phone,
  .mobile-email {
    display: block;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 18px;

    color: #ffffff;
  }
  .copyright-mobile .button.is-link span {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;

    color: white;
  }
  /* ICON BOX */
  section.icon-box {
    padding: 0 !important;
  }
  .icon-box .icon-row > div {
    margin: 0 auto 24px;
  }
  .icon-box .btn {
    margin: 0;
  }
  .icon-box .text .h7 {
    font-size: 18px;
    line-height: 28px;
  }
  .icon-box .text .h7 + p {
    font-size: 14px;
    line-height: 18px;
    max-width: 75%;
    margin: 0 auto;
  }

  footer i[class^="icon-"]:before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  /* PRODUCT BOX */
  .product .product-small .box-text .title-wrapper {
    padding-bottom: 16px;
  }
  .product .product-small .product-title {
    font-size: 23px;
    line-height: 27px;
  }

  /* CATEGORY BOXES */
  .stack.load-more-btn {
    padding-bottom: 65px;
  }

  /* CONTACT US FORM */
  .contact-us .h7 {
    font-size: 18px;
  }
  .contact-us label span {
    line-height: 24px;
  }
  .contact-us .brand-left {
    width: 375px !important;
    bottom: -110px;
    height: auto;
  }
  .contact-us .bg.section-bg {
    background-size: 375px !important;
  }

  /* CATALOGUE FORM */
  .catalogue-form .h7 {
    font-size: 18px;
  }
  .hs-form-booleancheckbox {
    max-width: 100%;
  }

  /* POST TEMPLATE */
  .post-header .custom-shape {
    padding: 24px 15px 32px;
  }
  .post-header .custom-shape .category {
    font-size: 21px;
    line-height: 28px;
  }
  .post-header .custom-shape h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  .single .blog-share {
    padding-bottom: 60px;
  }
  .related-posts {
    padding: 60px 0;
  }

  /* CAREERS TEMPLATE */
  .single-careers #view-vacancies {
    margin-top: 30px;
  }

  /* APPLICATION FORM */
  .application-form {
    padding: 60px 0;
  }
  .application-form input,
  .application-form select {
    font-size: 18px;
    line-height: 20px;
  }
  .application-form label span {
    font-size: 16px;
    line-height: 30px;
  }

  /* FOLLOW US */
  .follow-block {
    padding: 60px 0 !important;
  }
  .follow-block .button span {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
  }
  .follow-link a {
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 550px) {
  /*************** THEME'S MOBILE BP IS 550px ***************/
  /* BUTTONS */
  .btn-main {
    padding: 18px 32px;
  }
  .btn-main span {
    font-size: 18px;
    line-height: 18px;
  }
  .btn-main.secondary,
  .btn-main.secondary span {
    font-size: 16px;
    line-height: 16px;
  }
  .stack.btn {
    margin: 0 15px;
  }
  .btn-main.mobile-expand {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  /* GLOBALS */
  .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
  }

  /* TITLE */
  .text-center .section-title {
    justify-content: flex-start;
  }

  /* HERO */
  .hero .box-row {
    margin-top: -67px !important;
  }

  /* WIDE IMAGE */
  .wide-image .image-container {
    margin-bottom: -50px;
  }

  /* CUSTOM SLIDER */
  .custom-carousel {
    padding-top: 0 !important;
  }
  .custom-carousel .box-image .image-cover {
    padding-top: 91% !important;
  }
  .slider-wrapper .flickity-prev-next-button {
    display: block;
  }

  /* MAPS */
  .accordion .accordion-inner {
    padding: 15px;
  }
  .accordion .col.map {
    padding: 0;
  }
  .accordion .col.map .google-map,
  .accordion .col.map .google-map .map-height {
    border: 0;
    border-radius: 24px;
  }

  /* CONTACT US FORM */
  .contact-us .brand-left {
    bottom: -65px;
  }

  /* APPLICATION FORM */
  .application-form .h7 {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }
  .application-form input[type="file"]::file-selector-button {
    max-height: 45px;
  }

  /* NUMBERS */
  .numbers {
    padding-bottom: 0 !important;
  }
  .numbers .copy p {
    margin-bottom: 42px;
  }

  /* Produst Page template */

  .custom-product-page .accordion .accordion-inner table {
    width: 100%;
    overflow-y: scroll;
    margin: 0;
  }
  .custom-product-page .accordion .accordion-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Archive listing */
  body[class*="post-type-archive-"] article .text-left,
  body.blog article .text-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .flatsome-cookies {
    padding: 18px 15px;
    border-radius: 24px 24px 0 0;
  }
  .flatsome-cookies__text p {
    font-size: 17px;
    line-height: 21px;
    text-align: left;
  }
  .flatsome-cookies__buttons a span {
    font-size: 16px;
    line-height: 16px;
  }

  .login-page {
    padding: 120px 0;
    background: url("images/brand-shape-light-blue-top.png") left 0 top 0 / 30%
        no-repeat,
      url("images/brand-shape-light-blue-bottom.png") right 0 bottom 15% / 45%
        no-repeat,
      #fff;
  }

  /* TABS */
  .custom-tabs .nav-tabs > li {
    margin-top: -4px;
  }
  .custom-tabs .nav-tabs > li > a {
    border: 1px solid #c3c5c6;
  }
  .custom-tabs .nav-tabs > li.active > a {
    z-index: unset;
  }
}

.flickity-viewport {
  /* you can modify it till it reaches the maximum allowed height for all slides on all screens (library things) */
  min-height: 130px;
}
.flickity-slider {
  /* that's the container of all slides (library things) */
  min-height: 100%;
}
.flickity-slider > .col {
  /* the slides (library things) */
  display: flex;
  min-height: 100%;
}
.flickity-slider > .col > .box {
  /* I have a card inside each slide with class "box", each card has an img with constant height and .text with the rest of card height to fill the full height of card (my things) */
  display: flex;
  flex-direction: column;
}
.flickity-slider > .col > .box > .text {
  flex: 1;
}

// FILTERS
