/*
Theme Name: Controlin
Theme URI: https://www.maatwerkonline.nl
Version: 1.0.0
Author: Maatwerk Online
Author URI: https://www.maatwerkonline.nl/contact/
Description: This Theme is designed and developt by Maatwerk Online
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maatwerkonline
Domain Path: /languages
*/

/* General */

@font-face {
  font-family: "exoSoftNormal";
  src: url("css/fonts/ExoSoft-Light.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/ExoSoft-Light.woff") format("woff"),
    url("css/fonts/ExoSoft-Light.svg#svgFontName") format("svg");
  font-display: fallback;
}

@font-face {
  font-family: "exoSoftNormal";
  font-weight: bold;
  src: url("css/fonts/ExoSoft-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/ExoSoft-SemiBold.woff") format("woff"),
    url("css/fonts/ExoSoft-SemiBold.svg#svgFontName") format("svg");
  font-display: fallback;
}

.content-visibility {
  content-visibility: auto;
}

html {
  font-size: 16px;
  font-family: "exoSoftNormal";
  font-style: normal;
  font-weight: 100;
}

.fullwidth {
  width: 100%;
}

.fullwidth .tmcp-field {
  width: 100%;
}

.color-black {
  color: #1c0000;
}

.background-color-gray {
  background-color: #7b7b7b;
}

body {
  color: #1c0000;
  line-height: 2;
}

.aligncenter {
  text-align: center;
}

.alert-info {
  display: none;
}

.content-container {
  margin-top: 124px;
}

@media (max-width: 970px) {
  .content-container {
    margin-top: 0px;
  }
}

.hidden {
  display: none;
}

.dropdown-toggle {
  cursor: default;
}

.bold .dropdown-toggle {
  font-weight: bold !important;
  margin-bottom: 15px;
  font-size: 16px;
}

.nav-item-depth-1.bold a {
  font-weight: bold !important;
  margin-bottom: 15px;
  font-size: 16px;
}

.bold .nav-item-depth-2 a {
  font-weight: unset !important;
  margin-bottom: unset;
  font-size: unset;
}

.bold .dropdown-toggle:after {
  content: "";
}

.bg-white {
  background-color: #fff !important;
}

.text-red {
  color: #dc3432;
}

.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 1100px) {
  .overflow-xl-normal {
    overflow: unset;
  }
}

.position-sticky {
  position: sticky !important;
}

.position-relative {
  position: relative !important;
}

.admin-bar .fixed-top {
  top: 32px !important;
}
@media (max-width: 782px) {
  .admin-bar .fixed-top {
    top: 46px !important;
  }
}

.row {
  padding: 60px 0px;
}

.logged-in .logged-out {
  display: none;
}

.logged-in .logged-in.menu-item {
  display: block;
}

.logged-in.menu-item {
  display: none;
}

.animo,
.animo-children > * {
  opacity: 0;
}

.clear {
  clear: both;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

p {
  margin-bottom: 1.5rem;
}

.text-muted {
  color: initial !important;
  opacity: 0.5;
}

.text-normal {
  color: #43464b !important;
}

.text-white a {
  color: #fff !important;
}

.wp-bootstrap-blocks-button {
  display: inline-block;
}

a > i.ml-1,
a > i.ml-2,
a > i.ml-3,
a > i.ml-4,
a > i.ml-5,
a > i.right {
  position: relative;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover > i.ml-1,
a:hover > i.ml-2,
a:hover > i.ml-3,
a:hover > i.ml-4,
a:hover > i.ml-5,
a:hover > i.right {
  left: 5px;
}

a:hover > i.mr-1,
a:hover > i.mr-2,
a:hover > i.mr-3,
a:hover > i.mr-4,
a:hover > i.mr-5,
a:hover > i.left {
  right: 5px;
}

a.text-normal:hover {
  color: #ff6600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.4;
  color: #dc3432;
  font-weight: unset;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-weight: unset;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p,
.h6 p {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 50px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 3.5rem;
  }

  .single .blog h1 {
    font-size: 32px !important;
  }
}

@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 25px;
  }
}

.text-black {
  color: #000;
}

.product-card:hover .text-black {
  color: #fff;
}

ul {
  margin-bottom: 2rem;
}

b,
strong,
.strong {
  font-weight: bold;
}

.extra-small,
extra-small {
  font-size: 50%;
  font-weight: 400;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}

a {
  text-decoration: none;
  position: relative;
  transition: all 0.15s ease-in-out;
  color: #dc3432;
}

.link {
  text-decoration: none;
  position: relative;
  transition: all 0.15s ease-in-out;
  color: #dc3432;
  cursor: pointer;
}

.link:hover {
  color: #081e38;
}

#header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

@media (max-width: 767px) {
  #header {
    top: 0;
  }
}

a:focus,
a:hover {
  color: #081e38;
}

.close {
  height: 20px;
  width: 20px;
  position: relative;
  box-sizing: border-box;
  line-height: 20px;
  display: inline-block;
  opacity: 1;
}
.close:before,
.close:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 3px;
  width: 20px;
  background-color: #000;
  transition: all 0.25s ease-out;
}
.text-white .close:before,
.text-white .close:after,
.close.text-white:before,
.close.text-white:after {
  background-color: #fff;
}
.close:after {
  transform: rotate(-135deg);
}
.close:hover:before,
.close:hover:after {
  transform: rotate(0deg);
}
.close span {
  display: none;
}

.col-sticky-holder {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  flex-flow: column nowrap;
}

.sticky-holder {
  position: relative;
  /* display: flex; */
  -webkit-flex: 2;
  flex: 2;
}

.sticky {
  display: block;
}

.border-none {
  border: none !important;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.25;
}

.btn.loading {
  position: relative;
}
.btn.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: inherit;
  opacity: 0.8;
  border-radius: 0.25rem;
}
.btn.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(images/loader-light.svg) no-repeat center center;
}
.btn-link.loading:after,
.btn-transparent.loading:after {
  background: url(images/loader-dark.svg) no-repeat center center;
}

img,
svg {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.btn-primary:focus {
  color: #ffffff;
}

.btn-primary-inversed {
  color: #dd3531;
  background-color: #ffffff;
  transition: all ease 0.1s;
}

.btn-primary-inversed:hover {
  color: #dd3531;
  transition: all ease 0.1s;
}

.top-shape {
  background: url("/wp-content/uploads/2021/04/schermafbeelding-2021-04-11-om-16.21.16.png");
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  height: 110px;
  width: calc(50% + 250px);
}

@media (max-width: 970px) {
  .top-shape {
    background-size: 160% 100%;
    width: 100%;
  }
}

.front-page.top-shape {
  display: none;
}

@media (max-width: 768px) {
  .front-page.top-shape {
    display: block;
  }

  .home .front-page.top-shape {
    display: none;
  }
}

.mb-p-0 p {
  margin-bottom: 0px;
}

.hidden-xs-up {
  display: none;
}

/* Logged In */
.logged-in .visible-logged-in,
.hidden-logged-in,
.visible-logged-out,
.logged-in .hidden-logged-out {
  display: inherit !important;
}

.visible-logged-in,
.logged-in .hidden-logged-in,
.logged-in .visible-logged-out,
.hidden-logged-out {
  display: none !important;
}

/* Navbar */
.navbar .badge-pill {
  position: absolute;
  right: 0px;
  top: 22px;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 0.4em;
  padding-bottom: 0.3em;
}

.mobile-cart-badge {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-cart-badge img {
  margin: 0px;
}

.screen-reader-text {
  display: none;
}

.searchform #s {
  width: 467px;
  margin-left: 80px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-appearance: none;
  border-right: unset;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.searchform #searchsubmit {
  -webkit-appearance: none;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: unset;
  background-color: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: -10px;
  color: transparent;
  cursor: pointer;
}

.searchform {
  position: relative;
}

.searchform:after {
  content: "\e922";
  font-family: "Linearicons";
  position: absolute;
  top: 5px;
  z-index: -1;
  right: 20px;
}

#default-topbar {
  width: 360px;
}

#default-topbar ul {
  display: flex;
  justify-content: space-evenly;
}

#default-topbar .dropdown-toggle:after {
  margin-left: 10px;
}

.searchform #s:focus {
  outline: none;
}

.searchform #searchsubmit:focus {
  outline: none;
}

#menu-toggle {
  cursor: pointer;
}

.mobile-menu-label {
  float: left;
  line-height: 51px;
  color: #fff;
  position: relative;
  top: 1px;
}

.hamburger {
  float: left;
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 13px 0 14px 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  transform: scale(0.6);
  transform-origin: center left;
}

.hamburger-box {
  position: relative;
  display: block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}

#menu-toggle.active .hamburger .hamburger-inner,
#menu-toggle.active .hamburger .hamburger-inner:after,
#menu-toggle.active .hamburger .hamburger-inner:before {
  background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

#menu-toggle.active .hamburger .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger-inner:after {
  bottom: -10px;
}

#menu-toggle.active .hamburger .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.navbar {
  font-weight: light;
  text-transform: normal;
  font-size: 12px;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 970px) {
  nav.navbar.navbar-light {
    display: none;
  }
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: none;
}

.navbar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  justify-content: unset;
}

.navbar .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar .navbar-brand {
  padding-top: 13px;
  padding-bottom: 13px;
}

.navbar .navbar-brand img {
  max-height: 30px;
  width: auto;
}

.navbar .contact-menu {
  position: absolute;
  right: 0px;
}

.navbar-toggler {
  border: none !important;
  font-size: 25px !important;
}

.navbar .navbar-nav .btn {
  font-weight: lighter;
  min-width: 0px;
  text-transform: unset;
  padding: 7px 10px;
  transition: unset;
  background-color: #dd3531;
}

.navbar .navbar-nav .btn:hover {
  background: linear-gradient(270deg, #dc3432 0%, #ac0b0b 100%);
  color: #fff;
  transition: unset;
}

.navbar li:not .nav-link > i {
  font-size: 23px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.navbar.navbar-inverse .nav-item {
  padding: 3px 0;
}

#default-menu ul {
  display: flex;
  justify-content: space-between;
}

#default-menu ul li a {
  padding: 1.7rem 0rem;
  line-height: 1.3;
}

#default-menu ul .contact {
  padding: 0.9rem 0rem;
}

#default-menu ul .contact a {
  padding: 0px;
}

#default-menu ul li .btn {
  padding: 12px 40px;
  color: #ffffff;
  margin-top: 15px;
}

.bottom-footer-menu-class {
  display: inline-block;
}

.bottom-footer-menu-class ul {
  list-style: none;
  padding-left: 0px;
}

.bottom-footer-menu-class ul a, 
.bottom-footer a
{
  color: #ffffff;
  font-size: 12px;
}

.bottom-footer .diffuse-cookie-settings {
    margin-right: 30px;
}

.bottom-footer-menu-class ul li {
  display: inline;
  margin-right: 30px;
}

.bottom-footer span {
  color: #ffffff;
  font-size: 12px;
  display: inline;
}

@media (max-width: 782px) {
  .bottom-footer-menu-class ul {
    padding-left: 10px;
  }

  .bottom-footer span {
    display: block;
    padding-left: 10px;
  }
}

.navbar-main {
  background-color: #fdf5f5;
}

@media (max-width: 991px) {
  .navbar-main {
    background-color: #d92e2c;
    border-bottom: 1px solid #d92e2c;
  }
}

.navbar-main a {
  color: #dc3432;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1;
}

/* Navbar Divider */
.navbar .navbar-divider {
  height: 20px;
  margin-top: 0.425rem;
  margin-bottom: 0.425rem;
  width: 1px;
}

.navbar-inverse .navbar-divider {
  background-color: #fff;
}

.navbar-light .navbar-divider {
  background-color: #000;
}

.navbar a {
  line-height: 1;
}

.quotation-button {
  background: #dd3430;
  border-radius: 5px;
  padding: 6px 8px;
}

.quotation-button img {
  height: 15px;
}

/* Dropdown */
.dropdown-menu {
  display: block !important;
  position: absolute !important;
  background: #dd3430;
  visibility: hidden;
  font-size: 14px;
  border-radius: 0;
  top: 110%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.dropdown-menu a {
  color: #fff !important;
}

.dropdown-toggle:after {
  font-family: "Linearicons";
  content: "\e93a";
  font-size: 8px;
}

.dropdown:hover .dropdown-menu,
.dropdown.hover .dropdown-menu {
  visibility: visible;
  top: 130%;
  opacity: 1;
}

.dropdown-item {
  position: relative;
  background-color: transparent !important;
}

.dropdown-item a {
  display: block;
  color: #fff;
}

.dropdown-item .title {
  background: transparent !important;
  cursor: default;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 600;
}

.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown.hover .dropdown-menu {
  display: block;
}

/* Mega Menu */
.navbar ul > li.mega-menu {
  position: static;
}

.mega-menu .dropdown-menu {
  background-color: #ffffff;
  border: unset;
}

.mega-menu li {
  padding: 0px;
  margin-bottom: 10px;
}

.mega-menu li a {
  padding: 0px 15px !important;
}

.mega-menu .dropdown-menu a {
  color: #ef0303 !important;
}

.dropdown-item a:hover {
  color: #081e38 !important;
}

.dropdown-item a:hover {
  color: #081e38 !important;
  cursor: pointer;
}

.mega-menu .nav-item-depth-1 {
  padding-top: 40px;
}

.mega-menu .menu-depth-2 {
  padding-bottom: 30px;
}

.mega-menu .dropdown-menu.menu-depth-1:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 400%;
  left: -200%;
  height: 100%;
}

.mega-menu .dropdown-toggle {
  overflow: hidden;
}

.mega-menu .dropdown-toggle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: -4px;
  left: 0px;
  background-color: #ffffff;
  transition: all 0.3s ease 0s;
}

.mega-menu:hover .dropdown-toggle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0px;
  background-color: #dc3432;
  transition: all 0.3s ease 0s;
}

#default-menu .nav-item-depth-0 .nav-link {
  overflow: hidden;
  color: #dc3432;
}

#default-menu .nav-item-depth-0 .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0px;
  background-color: #dc3432;
  transition: all 0.3s ease 0s;
}

#default-menu .nav-item-depth-0:hover .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0px;
  background-color: #dc3432;
  transition: all 0.3s ease 0s;
}

#default-menu .nav-item-depth-0 .dropdown-menu .nav-link:after {
  background-color: unset;
}

.mega-menu:hover .menu-depth-1 .dropdown-toggle:after {
  background-color: unset;
}

.navbar ul > li.mega-menu > ul {
  width: 100%;
  left: 0;
  padding: 0;
  display: flex !important;
  justify-content: flex-start !important;
  z-index: 9999;
  margin: 0;
  top: 100%;
  padding-bottom: 10px;
}

.mega-menu:hover .dropdown-menu {
  top: 100% !important;
}

.navbar ul > li.mega-menu > ul ul {
  position: static !important;
  display: block !important;
}
.navbar ul > li.mega-menu > ul ul ul:before {
  display: none;
}
.navbar ul > li.mega-menu > ul ul li {
  text-transform: initial;
}

.navbar ul > li.mega-menu > ul li.no-title > span {
  display: none;
}
.navbar ul > .columns-1 > ul > li {
  flex: 0 0 100%;
  max-width: 100%;
}
.navbar ul > .columns-2 > ul > li {
  flex: 0 0 50%;
  max-width: 50%;
}
.navbar ul > .columns-3 > ul > li {
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.navbar ul > .columns-4 > ul > li {
  flex: 0 0 25%;
  max-width: 25%;
}
.navbar ul > .columns-5 > ul > li {
  flex: 0 0 20%;
  max-width: fit-content;
  margin-right: 70px;
}

.navbar ul > .columns-6 > ul {
  flex: unset !important;
}

.navbar ul > .columns-5 > ul {
  flex: unset !important;
}

.navbar ul > .columns-6 > ul > li {
  flex: 0 0 16.66666666666667%;
  max-width: fit-content;
  margin-right: 70px;
}
.navbar ul > .columns-7 > ul > li {
  flex: 0 0 14.28571428571429%;
  max-width: 14.28571428571429%;
}

/* Mobile Menu */

#sidebar-wrapper {
  background-color: #d92e2c;
}

#sidebar-wrapper .text-red {
  color: #fff !important;
}

.menu-mobile-menu {
  position: sticky;
  top: 0px;
}

.navbar-nav li.my-account .nav-link:after {
  content: "\e71e";
  font-family: "Linearicons";
  float: left;
  margin-right: 0.5rem;
  position: relative;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#sidebar-wrapper .navbar-nav .nav-link {
  width: 100%;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
}

#sidebar-wrapper .navbar-nav .nav-link:hover {
  background: #e58787;
}

#sidebar-wrapper .navbar-nav .my-account .nav-link,
#sidebar-wrapper .navbar-nav .account .nav-link {
  border-bottom: 1px solid #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
}

#sidebar-wrapper .navbar-nav .my-account .nav-link {
  padding-top: 22px;
  padding-bottom: 22px;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

/* note (2 May 2024 - Rob) - overflow hidden was preventing the dropdown for the language switcher to show */
/* by commenting it out, I don't see any weird behaviour at this moment, not sure why overflow was set to hidden */
#sidebar-wrapper .nav {
  width: 15rem;
  /* overflow: hidden; */
}
.dropdown-toggle:after {
  margin-left: 10px;
}
#sidebar-wrapper .dropdown-menu {
  top: 100%;
  width: 100%;
}
#sidebar-wrapper .dropdown:hover .dropdown-menu, #sidebar-wrapper .dropdown.hover .dropdown-menu {
  top: 110%;
}

#wrapper {
  overflow-x: hidden;
}

#page-content-wrapper {
  min-width: 100vw;
  position: relative;
}

#wrapper.toggled #page-content-wrapper:before {
  content: "";
  position: absolute;
  z-index: 2080;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: default;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

/* Forms */
form.bg-white,
form.bg-primary,
form.bg-secondary,
form.bg-success,
form.bg-info,
form.bg-warning,
form.bg-danger,
form.bg-inverse,
form.bg-faded {
  background-color: transparent !important;
}
form.bg-white .gform_body,
form.bg-white .gform_footer {
  background-color: #fff !important;
}
form.bg-primary .gform_body,
form.bg-primary .gform_footer {
  background-color: #ff6600 !important;
}
form.bg-secondary .gform_body,
form.bg-secondary .gform_footer {
  background-color: #232d62 !important;
}
form.bg-success .gform_body,
form.bg-success .gform_footer {
  background-color: #37bd37 !important;
}
form.bg-info .gform_body,
form.bg-info .gform_footer {
  background-color: #5bc0de !important;
}
form.bg-warning .gform_body,
form.bg-warning .gform_footer {
  background-color: #f0ad4e !important;
}
form.bg-danger .gform_body,
form.bg-danger .gform_footer {
  background-color: #d9534f !important;
}
form.bg-inverse .gform_body,
form.bg-inverse .gform_footer {
  background-color: #292b2c !important;
}
form.bg-faded .gform_body,
form.bg-faded .gform_footer {
  background-color: #f7f7f7 !important;
}

form ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.form-group {
  position: relative;
}
.form-group.input-icon .form-control ~ i {
  position: absolute;
  top: 0;
  padding: 0.65rem 0.75rem;
}
.form-group.input-icon .form-control {
  padding-left: 2.5rem;
}
.form-group.input-icon .form-control-sm ~ i {
  padding: 0.25rem 0.5rem;
}
.form-group.input-icon .form-control-sm {
  padding-left: 2rem;
}
.form-group.input-icon .form-control-lg ~ i {
  padding: 1rem 1.5rem;
}
.form-group.input-icon .form-control-lg {
  padding-left: 4rem;
}
.form-control {
  border-color: transparent;
  background-color: #f5f6f8;
}
.form-control:focus {
  border-color: #f5f6f8;
}
.form-white .form-control,
.form-white .gform_fileupload_multifile .gform_drop_area {
  background-color: #fff;
}
.hidden_label > label {
  display: none;
}
.form-check {
  line-height: 1.75rem;
}
.form-check-input {
  margin-left: 0;
}
.form-check-label {
  padding-left: 2rem;
}
.form-text {
  padding: 0 1rem;
}
.custom-control {
  padding-left: 0;
}
.custom-control-indicator {
  top: 0.5rem;
}
.custom-control-description {
  padding-left: 10px;
  cursor: pointer;
}

.gfield .row {
  padding: 0px;
}

.gform_body {
  margin-left: -15px;
  margin-right: -15px;
}

.ui-datepicker-calendar {
  background-color: #ffffff;
}

.ui-datepicker-calendar td {
  width: 40px;
}

.ui-datepicker-prev {
  display: none;
}

.ui-datepicker-next {
  display: none;
}

.form-control {
  border-color: transparent;
  background-color: #ffffff;
  font-size: 14px;
  color: #1c0000;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
}

legend {
  display: none;
}

.ginput_container select {
  padding: 0px 0.7rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  color: #1c0000;
  height: 40px;
}

.ginput_container input {
  padding: 0.6rem 0.7rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  font-size: 14px;
}

@media (min-width: 992px) {
  .w-xl-50 {
    width: 50%;
  }

  .button-leaflet {
    width: calc(50% - 15px);
  }
}

.newsletter-form {
  display: flex;
}

.newsletter-form .gform_body {
  width: 60%;
  margin-left: unset;
  margin-right: unset;
}

.newsletter-form .gform_body .ginput_container input {
  padding: 1.1rem 1.7rem;
  font-size: 16px;
  border-radius: unset;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.newsletter-form .gform_footer {
  width: 40%;
}

.btn-newsletter {
  padding: 10px 20px;
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: unset;
  background-color: transparent;
  font-weight: bold;
  font-size: 17.5px;
}

@media (max-width: 575px) {
  .newsletter-form {
    display: block;
  }

  .newsletter-form .gform_body {
    width: 100%;
  }

  .newsletter-form .gform_body .ginput_container input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .newsletter-form .gform_footer {
    width: 100%;
  }

  .btn-newsletter {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 1px solid #fff;
  }
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
}

.gform_fields li {
  list-style: none;
}

#gform_fields_2 {
  display: unset;
  flex-wrap: unset;
}

.gfield_error > .validation_message {
  position: absolute;
  z-index: 1020;
  top: -30px;
  right: 10px;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  padding: 5px 0;
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #f03827;
  border-radius: 0.25rem;
}

.gfield_error > .validation_message:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  border-top-color: #f03827;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-input:active ~ .custom-control-indicator {
  background-color: rgba(255, 102, 0, 0.25);
}
.custom-controls-stacked ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-inline .gform_body,
.form-inline .gform_footer {
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-inline .gform_body > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-group {
  margin-bottom: 0;
}
.form-inline .gform_footer {
  margin-left: -8px !important;
  margin-top: 0 !important;
}
.form-inline.w-100 .gform_footer {
  margin-left: 0 !important;
  margin-top: -8px !important;
}
@media (min-width: 576px) {
  .form-inline.w-sm-100 .gform_footer {
    margin-left: 0 !important;
    margin-top: -8px !important;
  }
  .form-inline.w-sm-auto .gform_footer {
    margin-left: -8px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .form-inline.w-md-100 .gform_footer {
    margin-left: 0 !important;
    margin-top: -8px !important;
  }
  .form-inline.w-md-auto .gform_footer {
    margin-left: -8px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .form-inline.w-lg-100 .gform_footer {
    margin-left: 0 !important;
    margin-top: -8px !important;
  }
  .form-inline.w-lg-auto .gform_footer {
    margin-left: -8px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .form-inline.w-xl-100 .gform_footer {
    margin-left: 0 !important;
    margin-top: -8px !important;
  }
  .form-inline.w-xl-auto .gform_footer {
    margin-left: -8px !important;
    margin-top: 0 !important;
  }
}

.w-100 > .gform_body,
.w-100 > .gform_body .form-group,
.w-100 > .gform_body .form-group > div,
.w-100 > .gform_body .form-control,
.w-100 > .gform_footer,
.w-100 > .gform_footer .btn {
  width: 100% !important;
}

@media (min-width: 576px) {
  .w-sm-100 > .gform_body,
  .w-sm-100 > .gform_body .form-group,
  .w-sm-100 > .gform_body .form-group > div,
  .w-sm-100 > .gform_body .form-control,
  .w-sm-100 > .gform_footer,
  .w-sm-100 > .gform_footer .btn {
    width: 100% !important;
  }
  .w-sm-auto > .gform_body,
  .w-sm-auto > .gform_body .form-group,
  .w-sm-auto > .gform_body .form-group > div,
  .w-sm-auto > .gform_body .form-control,
  .w-sm-auto > .gform_footer,
  .w-sm-auto > .gform_footer .btn {
    width: auto !important;
  }
  .h-sm-100 > .gform_body,
  .h-sm-100 > .gform_body .form-group,
  .h-sm-100 > .gform_body .form-group > div,
  .h-sm-100 > .gform_body .form-control,
  .h-sm-100 > .gform_footer,
  .h-sm-100 > .gform_footer .btn {
    height: 100% !important;
  }
  .h-sm-auto > .gform_body,
  .h-sm-auto > .gform_body .form-group,
  .h-sm-auto > .gform_body .form-group > div,
  .h-sm-auto > .gform_body .form-control,
  .h-sm-auto > .gform_footer,
  .h-sm-auto > .gform_footer .btn {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-100 > .gform_body,
  .w-md-100 > .gform_body .form-group,
  .w-md-100 > .gform_body .form-group > div,
  .w-md-100 > .gform_body .form-control,
  .w-md-100 > .gform_footer,
  .w-md-100 > .gform_footer .btn {
    width: 100% !important;
  }
  .w-md-auto > .gform_body,
  .w-md-auto > .gform_body .form-group,
  .w-md-auto > .gform_body .form-group > div,
  .w-md-auto > .gform_body .form-control,
  .w-md-auto > .gform_footer,
  .w-md-auto > .gform_footer .btn {
    width: auto !important;
  }
  .h-md-100 > .gform_body,
  .h-md-100 > .gform_body .form-group,
  .h-md-100 > .gform_body .form-group > div,
  .h-md-100 > .gform_body .form-control,
  .h-md-100 > .gform_footer,
  .h-md-100 > .gform_footer .btn {
    height: 100% !important;
  }
  .h-md-auto > .gform_body,
  .h-md-auto > .gform_body .form-group,
  .h-md-auto > .gform_body .form-group > div,
  .h-md-auto > .gform_body .form-control,
  .h-md-auto > .gform_footer,
  .h-md-auto > .gform_footer .btn {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 > .gform_body,
  .w-lg-100 > .gform_body .form-group,
  .w-lg-100 > .gform_body .form-group > div,
  .w-lg-100 > .gform_body .form-control,
  .w-lg-100 > .gform_footer,
  .w-lg-100 > .gform_footer .btn {
    width: 100% !important;
  }
  .w-lg-auto > .gform_body,
  .w-lg-auto > .gform_body .form-group,
  .w-lg-auto > .gform_body .form-group > div,
  .w-lg-auto > .gform_body .form-control,
  .w-lg-auto > .gform_footer,
  .w-lg-auto > .gform_footer .btn {
    width: auto !important;
  }
  .h-lg-100 > .gform_body,
  .h-lg-100 > .gform_body .form-group,
  .h-lg-100 > .gform_body .form-group > div,
  .h-lg-100 > .gform_body .form-control,
  .h-lg-100 > .gform_footer,
  .h-lg-100 > .gform_footer .btn {
    height: 100% !important;
  }
  .h-lg-auto > .gform_body,
  .h-lg-auto > .gform_body .form-group,
  .h-lg-auto > .gform_body .form-group > div,
  .h-lg-auto > .gform_body .form-control,
  .h-lg-auto > .gform_footer,
  .h-lg-auto > .gform_footer .btn {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 > .gform_body,
  .w-xl-100 > .gform_body .form-group,
  .w-xl-100 > .gform_body .form-group > div,
  .w-xl-100 > .gform_body .form-control,
  .w-xl-100 > .gform_footer,
  .w-xl-100 > .gform_footer .btn {
    width: 100% !important;
  }
  .w-xl-auto > .gform_body,
  .w-xl-auto > .gform_body .form-group,
  .w-xl-auto > .gform_body .form-group > div,
  .w-xl-auto > .gform_body .form-control,
  .w-xl-auto > .gform_footer,
  .w-xl-auto > .gform_footer .btn {
    width: auto !important;
  }
  .h-xl-100 > .gform_body,
  .h-xl-100 > .gform_body .form-group,
  .h-xl-100 > .gform_body .form-group > div,
  .h-xl-100 > .gform_body .form-control,
  .h-xl-100 > .gform_footer,
  .h-xl-100 > .gform_footer .btn {
    height: 100% !important;
  }
  .h-xl-auto > .gform_body,
  .h-xl-auto > .gform_body .form-group,
  .h-xl-auto > .gform_body .form-group > div,
  .h-xl-auto > .gform_body .form-control,
  .h-xl-auto > .gform_footer,
  .h-xl-auto > .gform_footer .btn {
    height: auto !important;
  }
}

img.gform_ajax_spinner {
  display: none;
}

.gform_fileupload_multifile .gform_drop_area {
  border: 2px dashed #ddd;
}

.gform_delete {
  margin-top: -3px;
  margin-bottom: 0;
}

/* Search */
.form-group.input-icon .form-control ~ #close {
  right: 0;
  cursor: pointer;
}
.form-group.input-icon .form-control ~ #close,
.search-results .search-results-header {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.inactive .form-group.input-icon .form-control ~ #close,
.inactive ~ .search-results .search-results-header {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.loading ~ .search-results {
  min-height: 90px;
}

.loading ~ .search-results {
  background: url("images/loader-dark.svg") no-repeat center center transparent;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
  align-items: center;
  justify-content: center;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Post List */
#list,
#list article {
  position: relative;
  padding-bottom: 100px;
}
#list .header-content {
  position: relative;
  z-index: 1010;
  background: #fff;
  border: 1px solid #f2f2f2;
}
#list .entry-content {
  position: relative;
  z-index: 1010;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-top: 0;
}
#list *:hover > .anchorjs-link {
  margin-left: -3.5rem !important;
  padding-right: 2.2rem !important;
}
#list.list-center:before {
  content: "";
  position: absolute;
  z-index: 1020;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
}
#list.list-center:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 50%;
  right: inherit;
}
#list.list-center article:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: inherit;
}
#list.list-left:before {
  content: "";
  position: absolute;
  z-index: 1020;
  top: -20px;
  left: 0;
  margin-left: -10px;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
}
#list.list-left:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  right: inherit;
}
#list.list-left article:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: inherit;
  z-index: -1;
}

/* Comments */
#comments .commentlist {
  font-size: 0.85rem;
}
.comment-text p {
  margin-bottom: 0;
}
.comment-reply-link,
.comment-edit-link {
  color: #bbb;
}
.comment-reply-link:hover,
.comment-edit-link:hover {
  color: #636c72;
}
.children .avatar {
  width: 40px;
}

/* Google Map */
#map {
  height: 600px;
}

.google-map-marker {
  display: none;
}

.info-content.contact-info {
  max-width: 300px;
  padding: 20px;
}
.info-content.contact-info h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.info-content.contact-info p {
  margin: 0;
}
.info-content.contact-info p.visiting-address {
  margin-bottom: 24px;
}
.contact-info .phone-email > a {
  position: relative;
  color: #000000;
}
.contact-info .phone-email > a > i {
  position: absolute;
  left: 0;
  top: 3px;
}
.route {
  background: #43464b;
  border-radius: 50px;
  height: 30px;
  line-height: 30px;
  color: #fff !important;
  text-align: center;
  display: inline-block;
}
.route:hover {
  background: #ff6600;
}
.route > i {
  width: 30px;
}

/* Sidebar */

aside img {
  margin-bottom: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
aside .widget:hover img {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.widget_wcapf-attribute-filter h4 {
  cursor: pointer;
}

.widget_wcapf-attribute-filter h4:before {
  content: "\e93a";
  font-family: "Linearicons";
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 10px;
}

.widget_wcapf-attribute-filter h4.active:before {
  content: "\e939";
  font-family: "Linearicons";
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 10px;
}

.woof_reset_search_form {
  font-weight: lighter;
  min-width: 0px;
  text-transform: unset;
  background-color: #dd3531;
  padding: 8px 40px;
  color: #ffffff;
  margin-top: 15px;
  border-radius: 5px;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
}

.woof_reset_search_form:focus {
  border: none;
  outline: unset;
}

h2 p span {
  color: #091f38;
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6,
.sidebar .h1,
.sidebar .h2,
.sidebar .h3,
.sidebar .h4,
.sidebar .h5,
.sidebar .h6 {
  position: relative;
  padding-bottom: 10px;
}

.sidebar .widget {
  margin-bottom: 2rem;
}

.sidebar .widget:hover h1:after,
.sidebar .widget:hover h2:after,
.sidebar .widget:hover h3:after,
.sidebar .widget:hover h4:after,
.sidebar .widget:hover h5:after,
.sidebar .widget:hover h6:after,
.sidebar .widget:hover .h1:after,
.sidebar .widget:hover .h2:after,
.sidebar .widget:hover .h3:after,
.sidebar .widget:hover .h4:after,
.sidebar .widget:hover .h5:after,
.sidebar .widget:hover .h6:after {
  width: 70px;
}

.sidebar dl,
.sidebar ol,
.sidebar ul {
  padding-left: 0px;
}

/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  color: #1c0000;
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
}

.breadcrumb i {
  font-size: 10px;
  color: #dc3432;
  margin-right: 5px;
  margin-left: 5px;
}

.breadcrumb a {
  color: #dc3432;
}

.breadcrumb a:hover {
  color: #1c0000;
}

/* Post Share */
.meta-share .share-list,
.entry-share .share-list {
  display: flex;
  align-items: center;
}

.meta-share {
  background: #fff;
  border: 1px solid #f2f2f2;
  border-top: 0;
}

.share-list {
  font-size: 14px;
  line-height: 1.714285714286em;
  letter-spacing: 0.25px;
  color: #fff;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.share-list .share {
  display: block;
  clear: both;
}

.share-list .share:first-child {
  margin-top: 0;
}

.share-list .share a {
  display: block;
  float: right;
  width: 90px;
  padding: 9px 20px;
  color: inherit;
  text-decoration: none;
  text-align: right;
  border-radius: 2.5em;
  margin: 5px 0 0 0;
  -webkit-transition: width 300ms;
  transition: width 300ms;
}

.share-list .share a:hover {
  width: 100px;
}

.share-list .share i {
  font-size: 1.5rem;
  float: left;
}

@media (max-width: 575px) {
  .share-list .share a {
    width: 55px !important;
    padding: 10px 0 5px;
    text-align: center;
  }
  .share-list .share i {
    float: none;
  }
}

.share-list .twitter a {
  background-color: #1da1f2;
}

.share-list .facebook a {
  background-color: #3b5998;
}

.share-list .linkedin a {
  background-color: #0077b5;
}

.share-list .whatsapp a {
  background-color: #25d366;
}

.share-list .comments a {
  background-color: #ff6600;
}

/* Waves */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -o-radial-gradient(
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -moz-radial-gradient(
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -o-radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -moz-radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}

/* Modal */
@media (max-width: 575px) {
  .modal {
    top: unset;
    padding-top: 40px;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .modal.modal-full {
    height: 100%;
  }
  .modal.is-pointer-down {
    -webkit-transition: none;
    transition: none;
  }
  .modal.fade {
    opacity: 1;
  }
  .modal-open .modal {
    overflow-y: hidden;
  }
  .modal-open .modal:after {
    content: "";
    height: 1000px;
    width: 100%;
    background: #fff;
  }
  .modal-content:before {
    content: "";
    position: relative;
    top: -15px;
    left: calc(50% - 30px);
    width: 60px;
    height: 7px;
    background: #e5e5e5;
    border-radius: 5px;
  }
  .modal-dialog {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    height: 100%;
  }
  .modal-header {
    padding: 5px 20px 10px;
    margin-bottom: 5px;
  }
  .modal-title {
    font-size: 1rem;
  }
  .modal-body {
    overflow: scroll;
  }
  .modal-content {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

/* Pagination */
.previous-post,
.next-post {
  padding: 30px 10px 30px 60px;
  width: 50%;
  position: relative;
  color: inherit !important;
}

.next-post {
  float: right;
  text-align: right;
  padding: 30px 60px 30px 10px;
}

.previous-post .blognav-meta,
.next-post .blognav-meta {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.5;
}

.previous-post a,
.next-post a {
  width: 100%;
  height: 100%;
  line-height: 55px;
  display: block;
}

.next-post a {
  text-align: right;
}

.previous-post i,
.next-post i {
  position: absolute;
  top: 26px;
  left: 5px;
  opacity: 0.3;
  font-size: 48px;
}

.next-post i {
  right: 5px;
}

.previous-post:hover i,
.next-post:hover i {
  opacity: 1;
}

div[id$="hotjar_branding"] {
  display: none !important;
}

/* wp colors */

.has-dark-color {
  color: #1c0000;
}

/* Footer */
#footer section {
  background-image: url("/wp-content/uploads/2021/03/footer_controlin.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .row {
  padding: 150px 0px 50px 0px;
}

#footer #media_image-2 {
  width: 185px;
}

#footer .footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 3.5;
}

#footer .footer-menu a {
  color: #fff;
}

#footer .social-icons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li {
  display: inline-block;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  padding-top: 5px;
  padding-left: 7px;
}

#footer .social-icons ul li i {
  color: #e51d1c;
  font-size: 25px;
}

@media (max-width: 1100px) {
  footer img {
    margin: 50px 0px;
    max-width: 170px !important;
  }
}

/* Home */

.home .row {
  padding: 90px 0px;
}

@media (max-width: 1100px) {
  .home .row {
    padding: 60px 0px;
  }

  .mobile-correction-specialities {
    margin-top: 60px;
  }
}

/* My Account */

.nav-tabs .nav-item.is-active a {
  background-color: #dc3432;
  color: #fff;
}

.password-text {
  color:#dc3432 !important;
  opacity: 1 !important;
}

/* My Account Updates */

.card h4 {
  line-height: 1;
}

.updates-filter h4 {
  border-bottom: 1px solid #dddddd;
}

.term-filter label {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0px;
}

.top-bar-updates {
  background-color: #f6f6f6;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  color: #280d0d;
}

input[type="checkbox"] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 13px;
  height: 13px;
  margin-top: 13px;
  margin-right: 10px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}

input[type="checkbox"]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 13px;
  width: 13px;
  left: 0;
  top: 0;
  font-size: 10px;
  -webkit-box-shadow: inset 0 1px 1px #dc3432, 0 1px 0 #dc3432;
  -moz-box-shadow: inset 0 1px 1px #dc3432, 0 1px 0 #dc3432;
  box-shadow: inset 0 1px 1px #dc3432, 0 1px 0 #dc3432;
  background: #dc3432;
}

input[type="checkbox"]:hover:after,
input[type="checkbox"]:checked:hover:after {
  background: #dc3432;
  content: "\2714";
  color: #fff;
}

input[type="checkbox"]:checked:after {
  background: #dc3432 !important;
  content: "\2714" !important;
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.support-section {
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
  padding: 70px 0px;
}

/* News Archive */

.post-filter {
  border-top: 1px solid #e1e1e1;
}

.count-posts {
  font-size: 14px;
  color: #838383;
}

select {
  padding: 0px 0.7rem;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  color: #1c0000;
  height: 40px;
}

.image-holder {
  height: 180px;
  overflow: hidden;
}

.image-holder img {
  object-fit: cover;
  height: 180px;
  border-radius: 5px;
}

.content-post .title h3 {
  color: #1c0000;
  font-size: 24px;
}

.content-post:hover .title h3 {
  color: #dc3432;
}

.content-post img {
  transition: transform 0.2s;
}

.content-post:hover img {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.content-post .text p {
  color: #1c0000;
}

.content-post .read-more {
  font-size: 14px;
  color: #dc3432;
}

.content-post .read-more i {
  font-size: 10px;
  margin-left: 20px;
}

.content-post {
  padding-left: 7px;
  padding-right: 7px;
}

.most-read-content {
  color: #1c0000;
  padding: 15px 0px;
  border-bottom: 1px solid #e1e1e1;
}

.most-read-content:hover {
  color: #dc3432;
}

.sticky-content {
  position: sticky;
  top: 135px;
}

.cta-card {
  margin-top: 35px;
  background-color: #dd3230;
  background: linear-gradient(270deg, #dc3432 0%, #ef0303 100%);
  border-radius: 5px;
  margin-bottom: 20px;
  padding-top: 0px !important;
}

.cta-card .icon {
  padding: 0px 0px;
  font-size: 60px;
}

.cta-card h3 {
  margin-bottom: 30px;
}

.title-read-more {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
}

.bd-bottom {
  border-bottom: 1px solid #e1e1e1;
}

.bd-top {
  border-top: 1px solid #e1e1e1;
}

.border-bottom {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 50px;
}

.blog .support-section {
  border-top: unset;
  margin-top: 0px;
  padding-top: 0px;
}

/* News Single */

.single .blog h1 {
  font-size: 70px;
}

.single .blog .excerpt {
  font-size: 22px;
}

.single .blog .blog-info {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding: 15px 0px;
  margin: 20px 0px;
  font-size: 14px;
  font-weight: bold;
}

.single .blog .blog-info .share {
  font-size: 19px;
  background-color: #dc3432;
  color: #fff;
  display: inline-block;
  padding: 6px;
  width: 32px;
  margin: 0px;
  text-align: center;
  border-radius: 5px;
  margin-left: 5px;
}

.single .post-thumbnail img {
  border-radius: 5px;
}

.news-item .post-image {
  height: 193px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.news-item .post-content {
  margin-top: -20px;
  background-color: #f6f6f6;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #1c0000;
  border-top-left-radius: 30px;
}

.news-item .post-content h3 {
  color: #1c0000;
}

.news-item:hover .post-content h3 {
  color: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-item:hover .post-content {
  color: #ffffff;
  background-color: #dd3230;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-item .read-more {
  color: #d61016;
  font-size: 14px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-item .read-more i {
  font-size: 10px;
}

.news-item:hover .read-more {
  color: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Search page */

.searchform-page #s {
  width: 60%;
  padding: 10px 35px;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: unset;
}

.searchform-page #s:focus {
  outline: unset;
}

.searchform-page #search-in {
  height: 55px;
  border-left: unset;
  width: 20%;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-left: -6px;
}

.searchform-page #search-in:focus {
  outline: unset;
}

.searchform-page #searchsubmit {
  width: 20%;
  padding: 10px 35px;
  border-left: unset;
  margin-left: -4px;
  border-top: 1px solid #ec0909;
  border-bottom: 1px solid #ec0909;
  border-right: 1px solid #ec0909;
  background-color: #ec0909;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
}

.search-results-count {
  font-weight: bold;
  background-color: #f6f6f6;
  padding: 10px 30px;
  border-radius: 5px;
}

.banner-search {
  border-radius: 5px;
  background-color: #ec0909;
  color: #ffffff;
}

.ac_results {
  background-color: #fff;
  border: 1px solid #dadada;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 464px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: fixed;
  z-index: 10000;
  top: 40px !important;
}

.search .image-holder {
  height: 280px;
  overflow: hidden;
}

.search .image-holder img {
  object-fit: cover;
  height: 280px;
  border-radius: 5px;
}

.search .product .image-holder img {
  object-fit: contain;
  height: 280px;
  border-radius: 5px;
}

.search .product.solution .image-holder img {
  object-fit: cover;
  height: 280px;
  border-radius: 5px;
}

/* Login */

.login-logo img {
  height: 200px;
}

/* 404 */

.error404 input,
.error404 button {
  color: rgba(0, 0, 0, 0.9);
}

.error404 input[type="search"] {
  width: 80%;
  padding: 10px 35px;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: unset;
}

@media (max-width: 575px) {
  .error404 input[type="search"] {
    width: auto;
  }

  .error404 .wp-block-search__inside-wrapper {
    width: auto !important;
  }
}

.error404 button[type="submit"] {
  padding: 10px 35px;
  border-left: unset;
  margin-left: -4px;
  border-top: 1px solid #ec0909;
  border-bottom: 1px solid #ec0909;
  border-right: 1px solid #ec0909;
  background-color: #ec0909;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
}

.tcfa-question-circle {
  display: none !important;
}

.prev-button {
  cursor: pointer;
}

.tc-container-disabled {
  display: none;
}

#a-whitepapers {
  display: none;
}

.list-buttons .btn {
  width: 100%;
  margin-left: 0px !important;
  margin-bottom: 20px !important;
}

/* Video embed correction */

figure video {
  max-width: 100%;
}

/* Tooltip */

.question-btn {
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  line-height: 0;
  border: unset;
  text-align: end;
  width: 20px;
  margin-left: 10px;
  height: 20px;
  background-color: #dd3430;
}

/* Fix */
.image-slider-section .slick-initialized .slick-slide {
  flex-direction: column;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
}

/* Single product document list */

.locked-message {
  display: inline-block;
  position: fixed;
  background-color: #dd3430;
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 9999;
  transition: 0.25s opacity ease-out;
  opacity: 0;
}

/* li.locked:hover{
    cursor: not-allowed;
} */

.wp-block-button__link {
  color: #fff;
  background-color: #dd3230;
  background: linear-gradient(270deg, #dc3432 0%, #ef0303 100%);
  transition: all ease 0.1s;
  top: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 17px 32px;
  line-height: 1.25;
  border-radius: 5px;
  transition: all 0.15s ease-in-out;
  font-size: 16px;
  min-width: 200px;
  border: unset;
}

.wp-block-button__link:hover {
  background: linear-gradient(270deg, #dc3432 0%, #ac0b0b 100%);
  color: #fff;
  transition: all ease 0.1s;
}

.diffuse_cookie-bar__container {
  background: linear-gradient(145deg, #dc3432 0%, #ef0303 100%) !important;
  color: #ffffff;
}

iframe {
  border: unset !important;
}

.heading2 {
  font-size: 1rem;
}

.heading3 {
  font-size: 24px;
}

.heading6 {
  font-size: 1rem;
}

.woof_radio_term_reset img {
  display: none;
}

input[type="radio"]:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -8px;
  left: -2px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type="radio"]:checked:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -8px;
  left: -2px;
  position: relative;
  background-color: #dc3432;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.woof_block_html_items {
  max-height: 280px;
  overflow-y: scroll;
  overflow-x: clip;
}

.woof_container_slider .woof_block_html_items {
  overflow-y: unset;
  overflow-x: unset;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.footer_subscribe_title {
  font-size: 24px;
  margin-bottom: 0px;
  color: #ffffff;
}

.blog-card .title p {
  font-size: 24px;
}

/* FAQ products styling */

.product-faq .tab-title-faq {
  cursor: pointer;
  padding: 15px 0px;
  border-bottom: 1px solid #e1e1e1;
}

.product-faq .tab-title-faq h3 {
  font-size: 16px;
  width: calc(100% - 26px);
}

.product-faq .tab-title-faq span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  width: 26px;
}

.product-faq .tab-content-faq {
  padding-top: 20px;
  display: none;
}

.product-faq .tab-content-faq.active {
  display: block;
}

.product-faq .faq-answers-categories {
  position: sticky;
  top: 130px;
}

@media only screen and (max-width: 970px) {
  .product-faq .faq-answers .faq {
    padding-right: 0rem;
  }
}

/* Additional content h2 styling */
.additional-content h2 {
  color: #000;
  font-size: 24px;
}


/* Correction for lost password */

.woocommerce-lost-password .woocommerce {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
}

.woocommerce-lost-password .woocommerce .alert-success {
  display: none;
}

/* Styling for AB test */
.first-related-cat {
  display: none;
}

#gform_widget-4 .w-70{
  width: 100%;
}

.page-numbers.dots {
  margin:0px 10px;
}

.irs-with-grid {
  max-width: 90%;
}

.woof_container_slider .woof_block_html_items .irs-with-grid {
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}

.irs--round .irs-handle {
  border: 4px solid #dc3432 !important
}

.irs--round .irs-bar {
  background-color: #dc3432 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: #dc3432 !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  border-top-color: #dc3432 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  z-index: 100;
}

.wpsunshine-gf-search-noresults {
  display: none;
}

.wpsunshine-gf-search-result {
  cursor: pointer;
}

.wpsunshine-gf-search-result:hover {
  color: #dd3531;
}

.wpsunshine-gf-search-result {
  padding: 5px 10px !important;
  border-bottom: 1px solid #dadada;
}

#company_suggestions {
  margin-bottom: 20px;
}

#billing_company {
  margin-bottom: 0px !important;
}

/* styling landing page */
.content-container.landing-page {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .content-container.landing-page {
    margin-top: 0;
  }
}

/* styling textareas */
textarea {
  width: 100%;
}
.gfield--type-textarea {
  width: 100%;
}

/* GCLID field check-out */

#gclid_field {
  display: none !important;
}

/* product animatie */

.product-animatie {
  margin: 30px 0;
  display: flex;
  justify-content: center;

  & > iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
  }
}

/* product slider */
.product-slider {
  width: 100%;
  margin-top: 30px;
}

.product-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* footer subscribe button */
.footer-subscribe-button {
  padding: 10px 20px;
  width: 228px;
  border-radius: 5px;
  color: #fff !important;
  border: 1px solid #fff;
  background-color: transparent;
  font-weight: bold;
  font-size: 17.5px;
  display: inline-block;
  text-align: center;
}

/* product page: external section */
.external-section {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e1e1e1;
}