@font-face {
  font-family: 'CaslonGraphiqueEF';
  src: url('../fonts/CaslonGraphiqueEF.eot');
  src: url('../fonts/CaslonGraphiqueEF.eot?#iefix') format('embedded-opentype'), url('../fonts/CaslonGraphiqueEF.woff2') format('woff2'), url('../fonts/CaslonGraphiqueEF.woff') format('woff'), url('../fonts/CaslonGraphiqueEF.ttf') format('truetype'), url('../fonts/CaslonGraphiqueEF.svg#CaslonGraphiqueEF') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Selima';
  src: url('../fonts/Selima.eot');
  src: url('../fonts/Selima.eot?#iefix') format('embedded-opentype'), url('../fonts/Selima.woff2') format('woff2'), url('../fonts/Selima.woff') format('woff'), url('../fonts/Selima.ttf') format('truetype'), url('../fonts/Selima.svg#Selima') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.eot');
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.eot?#iefix') format("embedded-opentype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.woff2') format("woff2"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.woff') format("woff"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.ttf') format("truetype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-brands-400.svg#fontawesome') format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.eot');
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.eot?#iefix') format("embedded-opentype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.woff2') format("woff2"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.woff') format("woff"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.ttf') format("truetype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-regular-400.svg#fontawesome') format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.eot');
  src: url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.eot?#iefix') format("embedded-opentype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.woff2') format("woff2"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.woff') format("woff"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.ttf') format("truetype"), url('//use.fontawesome.com/releases/v5.8.2/webfonts/fa-solid-900.svg#fontawesome') format("svg");
}
/* Webshop - Category item */
body {
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Proxima Nova', serif;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
body.toggled #sidebar-navigation {
  right: 0;
  opacity: 1;
  pointer-events: inherit;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
#sidebar-navigation {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: -275px;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  height: 200px;
  border-radius: 50em;
  overflow-y: auto;
  overflow-x: hidden;
  border-left: 1px solid #ddd;
  padding: 0;
  background: #f7f7f7;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#sidebar-navigation .navbar-toggler {
  top: 0;
  right: 0;
  height: 75px;
}
#sidebar-navigation .navbar-toggler:after {
  color: #000;
  bottom: 0;
}
#sidebar-navigation .navbar-toggler .inner span {
  background: #000;
}
#sidebar-navigation .sidebar-logo {
  text-align: center;
  padding: 35px 20px;
  background: #fff;
  width: 250px;
}
#sidebar-navigation .sidebar-logo a.brand-link {
  display: block;
  text-decoration: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
#sidebar-navigation .sidebar-logo a.brand-link:hover,
#sidebar-navigation .sidebar-logo a.brand-link:focus,
#sidebar-navigation .sidebar-logo a.brand-link:active {
  text-decoration: none;
}
#sidebar-navigation .sidebar-logo img {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 85%;
  max-height: 50px;
  height: auto;
  width: auto;
}
#sidebar-navigation .sidebar-logo h3 {
  text-transform: uppercase;
  color: brown;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 15px;
  font-weight: 500;
}
#sidebar-navigation ul#menu-mainmenu-2 li a {
  font-weight: 700;
}
#sidebar-navigation ul {
  margin: 0;
  list-style-type: none;
  font-size: 20px;
  padding: 35px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-top: 0 solid #ddd;
}
#sidebar-navigation ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
  cursor: pointer;
  word-wrap: break-word;
}
#sidebar-navigation ul li.menu-item-has-children {
  width: calc(100% - 50px);
  position: relative;
}
#sidebar-navigation ul li.menu-item-has-children .icon_submenu {
  position: absolute;
  right: -50px;
  width: 75px;
  background: transparent;
  top: 0;
  bottom: 0;
  text-align: center;
}
#sidebar-navigation ul li.menu-item-has-children .icon_submenu i {
  position: relative;
  top: 24px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#sidebar-navigation ul li.menu-item-has-children .icon_submenu.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}
#sidebar-navigation ul li.menu-item-has-children ul.sub-menu {
  display: none;
  width: calc(100% + 50px);
  position: relative;
  z-index: 1;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  background: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 10px;
}
#sidebar-navigation ul li.menu-item-has-children ul.sub-menu.active {
  display: block;
}
#sidebar-navigation ul li.menu-item-has-children ul.sub-menu li:nth-child(3) {
  position: relative;
}
#sidebar-navigation ul li.menu-item-has-children ul.sub-menu li:last-of-type {
  border-bottom-width: 0;
}
#sidebar-navigation ul li.menu-item-has-children ul.sub-menu li.current-menu-item a {
  color: #FD5050;
}
#sidebar-navigation ul li.menu-item-has-children ul.sub-menu li a {
  font-weight: 500;
}
#sidebar-navigation ul li.menu-item-has-children ul.sub-menu li a.menu-image-title-after {
  padding: 10px;
  font-weight: 600;
  text-align: center;
}
#sidebar-navigation ul li.menu-item-has-children ul.sub-menu li a img {
  display: block;
  width: 100%;
  height: 225px;
  margin: 0 0 5px;
  padding: 0;
  object-fit: cover;
  -webkit-object-fit: cover;
}
#sidebar-navigation ul li.current_page_item > a {
  background: transparent;
  color: #FD5050;
  text-decoration: none;
  box-shadow: inset 4px 0 0 #FD5050;
}
#sidebar-navigation ul li a {
  color: #000;
  font-weight: 600;
  display: block;
  padding: 20px 75px;
}
#sidebar-navigation ul li a:hover,
#sidebar-navigation ul li a:focus,
#sidebar-navigation ul li a:active {
  background: transparent;
  color: #FD5050;
  text-decoration: none;
}
#sidebar-navigation .sidebar-social {
  padding: 0;
  margin: 0;
}
#sidebar-navigation .sidebar-social a {
  color: #333;
}
#sidebar-navigation .sidebar-social a:hover,
#sidebar-navigation .sidebar-social a:focus,
#sidebar-navigation .sidebar-social a:active {
  color: #FD5050;
}
#sidebar-navigation .sidebar-social ul {
  padding: 0 30px;
}
#sidebar-navigation .sidebar-social ul li {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0;
}
#sidebar-navigation .sidebar-social ul li a {
  display: inline-block;
  padding: 0;
  margin-right: 30px;
}
#sidebar-navigation .sidebar-cta {
  margin-top: 20px;
}
#sidebar-navigation .sidebar-cta ul {
  padding-left: 15px;
  padding-right: 15px;
}
#sidebar-navigation .sidebar-cta a {
  color: #fff;
  padding: 12px 7px;
}
#sidebar-navigation .sidebar-cta a:hover,
#sidebar-navigation .sidebar-cta a:focus,
#sidebar-navigation .sidebar-cta a:active {
  background: #333;
  color: #fff;
}
#sidebar-navigation .mobile_company_details {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.025);
  position: fixed;
  background: #fd3737;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 45px;
}
#sidebar-navigation .mobile_company_details .items .item a {
  color: #194b53;
}
.navbar-toggler {
  border-width: 0;
  border-color: #ddd;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  outline: 0 none;
  width: 70px;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  background: transparent;
  border-radius: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler:after {
  content: 'Menu';
  position: absolute;
  bottom: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 11px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.navbar-toggler .inner {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 18px;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
  top: 0;
  width: 105%;
}
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
  top: 9px;
  left: 4px;
  width: 85%;
}
.navbar-toggler span:nth-child(4) {
  top: 18px;
  width: 115%;
}
.navbar-toggler.open span:nth-child(1) {
  top: 7px;
  width: 0;
  left: 50%;
}
.navbar-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler.open span:nth-child(4) {
  top: 7px;
  width: 0;
  left: 50%;
}
#mobile_visibility {
  display: none;
}
p {
  margin: 0 0 40px;
}
em {
  font-style: italic;
}
a {
  color: #FD5050;
  outline: 0 none!important;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #194b53;
  outline: 0 none!important;
}
.primarycolor {
  background: #FD5050;
}
.secondarycolor {
  background: #194b53;
}
::-moz-selection {
  color: #FD5050;
  background: #194b53;
}
.container {
  max-width: 1450px;
}
.container-fluid {
  margin-left: 75px;
  margin-right: 75px;
  width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-family: 'CaslonGraphiqueEF', sans-serif;
  font-weight: 400;
}
h1,
.h1 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 400;
}
h2,
.h2 {
  font-size: 52px;
  line-height: 44px;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
}
h5,
.h5 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}
::selection {
  color: #FD5050;
  background: #194b53;
}
.font-fancy {
  font-family: 'Selima', sans-serif;
}
.color-primary {
  color: #FD5050;
}
.color-primary a {
  color: #FD5050;
}
.color-primary a:before {
  color: #FD5050;
}
.color-secondary {
  color: #194b53;
}
.color-secondary a {
  color: #194b53;
}
.color-secondary a:before {
  color: #194b53;
}
.color-default {
  color: #000;
}
.color-default a {
  color: #000;
}
.color-default a:before {
  color: #000;
}
/* From text editor */
span.btn {
  padding: 0!important;
}
span.btn p {
  margin: 0;
}
span.btn:after {
  display: none;
}
span.btn a {
  display: block;
  color: #fff;
  padding: 12px 28px;
}
span.btn a:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.btn {
  font-family: 'Proxima Nova', serif;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  text-decoration: none!important;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn.btn-primary {
  font-family: 'Proxima Nova', serif;
  background: #FD5050;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #fd3737 !important;
  color: #fff;
  box-shadow: none!important;
}
.btn.btn-secondary {
  font-family: 'Proxima Nova', serif;
  background: #194b53;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background: #13393f !important;
  color: #fff;
  box-shadow: none!important;
}
.btn.btn-default {
  font-family: 'Proxima Nova', serif;
  background: #194b53;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background: #13393f !important;
  color: #fff;
  box-shadow: none!important;
}
.btn.btn-white {
  font-family: 'Proxima Nova', serif;
  background: #fff;
  color: #555;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
  background: #e1e1e1 !important;
  color: #222;
  box-shadow: none!important;
}
input,
textarea {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
input:focus,
textarea:focus {
  border-color: #fc0404;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 45px;
  font-size: 17px;
  margin: 0 0 7px;
  width: 100%;
  padding: 0 15px;
}
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
select.wpcf7-not-valid {
  border-color: red;
  border-width: 1px;
}
select {
  margin: 0;
}
select option:hover {
  background: #FD5050;
  color: #fff;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 10px 20px;
  font-size: 16px;
}
input[type="submit"] {
  font-family: 'Proxima Nova', serif;
  background: #FD5050;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: #fd3737 !important;
  color: #fff;
  box-shadow: none!important;
}
.lgc-column:nth-of-type(odd) {
  padding-right: 35px;
}
.radio label {
  padding-left: 21px;
  position: relative;
}
.radio label:before {
  content: '\f00c';
  font-family: FontAwesome;
  width: 15px;
  height: 15px;
  border: 1px solid #b1b1b1;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.17s;
  transition: all 0.17s;
  font-size: 3px;
  color: transparent;
  line-height: 11px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50em;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}
.radio label input[type=radio] {
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
.radio label.checked:before {
  content: '';
  font-family: FontAwesome;
  background: #fff;
  border-color: #6b97fd;
  color: #fff;
  font-size: 8px;
  border-width: 5px;
}
.radio label:hover:before,
.radio label:focus:before,
.radio label:active:before {
  border-color: #6b97fd;
}
ul.clean {
  list-style-type: none;
  margin: 0 0 30px;
  padding-left: 0!important;
}
header.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  min-height: calc(88px + 48px);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header.active_banner {
  min-height: 168px;
}
header.header.scrolled {
  top: -45px;
}
header.header.bordered {
  border-top: 10px solid #f7f7f7;
}
header.header .search-wrapper {
  background: #FD5050;
  height: 0;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .search-wrapper.active {
  height: 90px;
  pointer-events: inherit;
  opacity: 1;
  display: block;
  padding: 20px;
}
header.header .search-wrapper .search-inner #searchform {
  width: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .search-wrapper .search-inner #searchform input[type=text] {
  width: calc(50% - 100px);
  display: inline-block;
  vertical-align: top;
  height: 50px;
  border: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0 15px;
  font-size: 15px;
  box-shadow: none;
}
header.header .search-wrapper .search-inner #searchform input[type=submit] {
  background: #194b53;
  color: #fff;
  width: 100px;
  height: 50px;
  font-size: 16px;
  padding: 0 10px;
  margin-left: -5px;
  display: inline-block;
  vertical-align: top;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
header.header .sale_banner {
  background: #fa2d2d;
  color: #fff;
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
}
header.header .sale_banner p {
  margin: 0;
}
header.header .topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #f7f7f7;
  color: #000;
  font-size: 12px;
  height: 48px;
  line-height: 48px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .topbar.active_banner {
  top: 32px;
}
header.header .topbar.away {
  height: 0;
  z-index: 100;
  overflow: hidden;
}
header.header .topbar a {
  color: #000;
  text-decoration: none;
}
header.header .topbar a:hover,
header.header .topbar a:focus,
header.header .topbar a:active {
  text-decoration: none;
  color: #FD5050;
}
header.header .topbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header.header .topbar ul li {
  display: inline-block;
  margin: 0 20px;
}
header.header .topbar ul li i {
  margin-right: 3px;
  font-size: 17px;
  position: relative;
  top: 2px;
}
header.header .topbar ul li img {
  margin-right: 3px;
  position: relative;
  top: -2px;
  height: 16px;
  width: auto;
}
header.header .topbar ul li a {
  text-decoration: none;
}
header.header .topbar ul li a:hover,
header.header .topbar ul li a:focus,
header.header .topbar ul li a:active {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
header.header .topbar ul li.current-menu-item a {
  color: rgba(255, 255, 255, 0.65);
}
header.header .topbar .right .right-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header.header .topbar .right .right-item:last-of-type {
  margin-right: 0;
}
header.header .topbar .right .right-item.search-icon {
  cursor: pointer;
}
header.header .topbar .right .right-item.socials a {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
}
header.header .topbar .right .right-item.socials a:hover,
header.header .topbar .right .right-item.socials a:focus,
header.header .topbar .right .right-item.socials a:active {
  color: rgba(255, 255, 255, 0.65);
}
header.header .topbar .feedback_rating {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
  margin-top: 6px;
}
header.header .topbar .feedback_rating .__fbcw__bar-widget {
  font-size: 13px!important;
  color: #000;
}
header.header .topbar .feedback_rating .__fbcw__bar-widget__stars {
  width: 80px!important;
  margin: 0px 7px 0 !important;
}
header.header .topbar .feedback_rating .__fbcw__bar-widget__score {
  font-weight: 700!important;
  font-size: 13px!important;
  color: #000 !important;
}
header.header .topbar .feedback_rating .__fbcw__bar-widget__amount-of-reviews {
  font-weight: 700!important;
  font-size: 13px!important;
  color: #000 !important;
}
header.header .topbar .feedback_rating .__fbcw__bar-widget__feedback-company-logo {
  display: inline-block !important;
  vertical-align: top!important;
}
header.header .topbar .search {
  position: relative;
  width: 435px;
  margin: 5px 0;
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}
header.header .topbar .search:after {
  content: '\f002';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #FD5050;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 18px;
  z-index: 2;
}
header.header .topbar .search .aws-container .aws-search-form {
  height: auto;
}
header.header .topbar .search .aws-container .aws-search-form .aws-search-clear {
  right: 13px;
}
header.header .topbar .search .aws-container .aws-search-field {
  background: #fff;
  border: 1px solid #eee;
  color: #000;
  height: 38px;
  opacity: 1;
  width: 433px;
  padding: 0 15px;
  border-radius: 0!important;
  font-size: 12px;
  font-weight: 700;
}
header.header .topbar .search .aws-container .aws-search-field:focus {
  border-color: #ccc;
}
header.header .topbar .search .aws-container .aws-search-field::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
header.header .topbar .search .aws-container .aws-search-field::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
header.header .topbar .search .aws-container .aws-search-field::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
header.header .topbar .search .aws-container .aws-search-field:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
header.header .navigation {
  position: fixed;
  top: 48px;
  height: 88px;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid #e8e8e0;
  left: 0;
  right: 0;
  margin: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .navigation.active_banner {
  top: 80px;
}
header.header .navigation.above {
  top: 0;
  position: fixed;
}
header.header .navigation.fixed {
  margin-top: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
header.header .navigation.secondary {
  top: 45px;
}
header.header .navigation .navigation-inner {
  width: calc(100% - 100px);
  margin: 0 auto;
}
header.header .navigation .the_nav {
  float: right;
}
header.header .navigation .the_nav .search #searchform {
  position: relative;
}
header.header .navigation .the_nav .search #searchform input[type=text] {
  border-width: 0;
  background: transparent;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: inset 0 -1px 0 #999;
}
header.header .navigation .the_nav .search #searchform #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30px;
  padding: 0 15px;
  border-radius: 50em;
}
header.header .navigation .the_nav ul.shop_cart {
  list-style-type: none;
  margin: 0 0 0 40px;
  padding: 0;
}
header.header .navigation .the_nav ul.shop_cart .cart_price {
  position: relative;
  top: 2px;
  margin-left: 3px;
}
header.header .navigation ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
header.header .navigation ul.menu li {
  display: inline-block;
  vertical-align: middle;
  line-height: 88px;
  text-transform: uppercase;
}
header.header .navigation ul.menu li.button {
  margin-left: 115px;
}
header.header .navigation ul.menu li.button a {
  display: inline;
  padding: 19px 80px 19px 47px!important;
  font-family: 'Proxima Nova', serif;
  background: #194b53;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
header.header .navigation ul.menu li.button a:hover,
header.header .navigation ul.menu li.button a:focus,
header.header .navigation ul.menu li.button a:active {
  background: #13393f !important;
  color: #fff;
  box-shadow: none!important;
}
header.header .navigation ul.menu li:first-of-type a {
  padding-left: 0;
}
header.header .navigation ul.menu li:last-of-type a {
  padding-right: 0;
}
header.header .navigation ul.menu li a {
  display: inline-block;
  padding: 0 20px;
  color: #04121D;
  font-weight: 500;
}
header.header .navigation ul.menu li a:hover,
header.header .navigation ul.menu li a:focus,
header.header .navigation ul.menu li a:active {
  color: #FD5050;
}
header.header .navigation ul.menu li.menu-item-has-children {
  position: static;
}
header.header .navigation ul.menu li.menu-item-has-children > a:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #04121D;
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-left: 11px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .navigation ul.menu li.active > a:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
}
header.header .navigation ul.menu li > .sub-menu {
  position: absolute;
  background: #ddd;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  margin-top: 15px;
  margin-left: 0;
}
header.header .navigation ul.menu li > .sub-menu.active {
  transition-delay: 0.15s;
  margin-top: 0;
  opacity: 1;
  pointer-events: inherit;
}
header.header .navigation ul.menu li > .sub-menu > li {
  display: block;
  width: 100%;
  line-height: 30px;
  position: relative;
}
header.header .navigation ul.menu li > .sub-menu > li a {
  padding: 10px 30px;
}
header.header .navigation ul.menu li > .sub-menu > li > .sub-menu {
  left: 100%;
  top: 0;
}
header.header .navigation ul.menu li.megamenu {
  position: static;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px 0 100px;
  margin: 15px auto;
  background: #fafafa;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu li {
  display: inline-block;
  width: 19.5%;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu li a {
  font-weight: 600;
  padding: 10px;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu li img {
  max-width: 100%;
  height: auto;
  max-height: 140px;
  margin-bottom: 5px;
  object-fit: cover;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu.active {
  margin-top: 0;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu:before {
  content: '';
  position: absolute;
  left: -999px;
  width: 999px;
  top: 0;
  bottom: 0;
  background: #fafafa;
  pointer-events: none;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu:after {
  content: '';
  position: absolute;
  right: -999px;
  width: 999px;
  top: 0;
  bottom: 0;
  background: #fafafa;
  pointer-events: none;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap {
  margin-bottom: 20px;
  border: 1px solid red;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap li {
  width: 100%;
  line-height: normal;
  vertical-align: top;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap li a {
  padding: 0;
  color: red;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap li a:after {
  display: none;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap li:first-of-type a {
  color: #151515;
  font-size: 1.5px;
  padding: 0;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap .sub-menu {
  position: relative!important;
  display: block!important;
  opacity: 1!important;
  margin-top: 0;
  padding: 0;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap .sub-menu li {
  display: block;
  width: 100%;
  line-height: 25px;
}
header.header .navigation ul.menu li.megamenu > ul.sub-menu .column_wrap .sub-menu li a {
  width: 100%;
  font-size: 1.4rem;
  color: #FD5050;
  font-weight: 400;
  padding: 0;
}
header.header .navigation ul.menu li.magnummenu {
  position: static;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px 0 100px;
  margin-top: 15px;
  background: #f7f7f7;
  min-height: 350px;
  height: calc(100vh - 168px) !important;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu.active {
  margin-top: 0;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu:before {
  content: '';
  position: absolute;
  left: -999px;
  width: 1325px;
  top: 0;
  bottom: 0;
  background: #ffffff;
  pointer-events: none;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu:after {
  content: '';
  position: absolute;
  right: -999px;
  width: 999px;
  top: 0;
  bottom: 0;
  background: #f7f7f7;
  pointer-events: none;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu li {
  position: static;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level {
  display: block;
  width: 326px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a {
  display: block;
  color: #151515;
  padding: 15px 25px;
  background: transparent;
  position: relative;
  font-family: 'CaslonGraphiqueEF', sans-serif;
  text-transform: none;
  font-size: 23px;
  font-weight: 500;
  z-index: 1;
  border-radius: 3px;
  margin-bottom: 1px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a:after {
  display: none;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a:hover,
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a:focus,
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a:active,
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > a.active {
  background: #f7f7f7;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu {
  left: 315px;
  width: calc(100% - 300px);
  position: absolute;
  top: 0;
  padding: 50px;
  margin-top: 0;
  background: transparent;
  height: 100%;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap {
  margin-bottom: 20px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap li {
  width: 100%;
  line-height: normal;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap li a {
  text-transform: none;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap li a:after {
  display: none;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap li:first-of-type a {
  color: #151515;
  font-size: 1.5rem;
  padding: 0;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap li:first-of-type a span {
  font-size: 19px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap .sub-menu {
  position: relative!important;
  display: block!important;
  opacity: 1!important;
  margin-top: 0;
  background: transparent;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap .sub-menu li {
  display: block;
  width: 100%;
  line-height: 25px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap .sub-menu li a {
  width: 100%;
  text-transform: none;
  font-size: 17px;
  color: #111;
  font-weight: 400;
  padding: 0;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap .sub-menu li a span {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap .sub-menu li a:hover,
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap .sub-menu li a:focus,
header.header .navigation ul.menu li.magnummenu > ul.sub-menu > li.first_level > .sub-menu .column_wrap .sub-menu li a:active {
  color: #FD5050;
}
header.header .navigation nav.navbar {
  width: 100%;
  float: left;
  background: transparent;
  padding: 0;
  margin: 0;
  border-width: 0;
  border-radius: 0;
  height: 88px;
}
header.header .navigation nav.navbar .navbar-toggler {
  color: #FD5050;
}
header.header .navigation nav.navbar .navbar-toggler:hover,
header.header .navigation nav.navbar .navbar-toggler:focus,
header.header .navigation nav.navbar .navbar-toggler:active {
  color: #194b53;
  box-shadow: none!important;
  border-color: #194b53;
}
header.header .navigation nav.navbar .navbar-brand {
  margin-right: 40px;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
header.header .navigation nav.navbar .navbar-brand .img {
  position: relative;
  display: inline;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
header.header .navigation nav.navbar .navbar-brand .img img {
  width: auto;
  height: 55px;
}
header.header .navigation nav.navbar .navbar-collapse {
  background: transparent;
  padding: 0;
  margin: 0;
  border-width: 0;
  height: 88px;
}
header.header .navigation nav.navbar .navbar-collapse ul.cta_btn .small_text {
  display: none;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav {
  font-family: 'Proxima Nova', serif;
  float: left;
  background: transparent;
  padding: 0;
  margin: 0;
  border-width: 0;
  font-size: 16px;
  font-weight: 400;
  height: 88px;
  text-transform: uppercase;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li > a {
  white-space: nowrap;
  line-height: 88px;
  color: #000;
  background: transparent;
  padding: 0 25px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li > a i {
  margin-left: 3px;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li > a.dropdown-toggle {
  position: relative;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li > a.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border: 0;
  font-size: 14px;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  left: 5px;
  top: 0;
  right: inherit;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li > a:hover,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li > a:focus,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li > a:active {
  background: transparent;
  color: #FD5050;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.button {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.button a {
  display: inline;
  font-family: 'Proxima Nova', serif;
  background: #FD5050;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.button a:hover,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.button a:focus,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.button a:active {
  background: #fd3737 !important;
  color: #fff;
  box-shadow: none!important;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.link_contact {
  display: none;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.megamenu {
  position: static;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.megamenu .dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 35px 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.megamenu .dropdown-menu:before {
  content: '';
  position: absolute;
  left: -999px;
  width: 999px;
  background: #fff;
  top: 0;
  bottom: 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.megamenu .dropdown-menu:after {
  content: '';
  position: absolute;
  right: -999px;
  width: 999px;
  background: #fff;
  top: 0;
  bottom: 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.megamenu .dropdown-menu a:nth-child(3) {
  position: relative;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.columns_3 .dropdown-menu {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.columns_3 .dropdown-menu a.dropdown-item {
  break-inside: avoid-column;
  position: relative;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.columns_4 .dropdown-menu {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.columns_4 .dropdown-menu a.dropdown-item {
  break-inside: avoid-column;
  position: relative;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.current_page_item > a,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.current-page-parent > a,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.current-menu-parent > a,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.active > a {
  color: #FD5050;
  box-shadow: none;
  background: transparent;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu {
  display: block;
  margin-top: -75px;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  color: #000;
  border-radius: 0;
  border: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu.show {
  margin-top: 0;
  opacity: 1;
  pointer-events: inherit;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item {
  line-height: normal;
  padding: 12px 30px;
  color: #000;
  font-size: 16px;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item:hover,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item:focus,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item:active {
  box-shadow: none;
  background: #FD5050;
  color: #fff;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.active {
  background: #FD5050;
  color: #fff;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0 0 15px;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img.active {
  background: transparent;
  color: #FD5050;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img .menu_item_image {
  display: block;
  vertical-align: top;
  width: 100%;
  padding: 35% 0;
  margin: 0 0 15px;
  border-radius: 3px;
  position: relative;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img .menu_item_title {
  display: block;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img .menu_item_title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #eee;
  width: 0;
  z-index: -1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img:hover,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img:focus,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img:active {
  background: transparent;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img:hover .menu_item_image,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img:focus .menu_item_image,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img:active .menu_item_image {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img:hover .menu_item_title,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img:focus .menu_item_title,
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img:active .menu_item_title {
  color: #FD5050;
}
header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li.show > a.dropdown-toggle:after {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
header.header .navigation nav.navbar .navbar-nav {
  margin-right: 0;
  height: 88px;
}
header.header .navigation nav.navbar .navbar-nav ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
header.header .navigation nav.navbar .navbar-nav ul li {
  line-height: 88px;
}
header.header .navigation nav.navbar .navbar-nav.navbar-right ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  line-height: 85px;
}
header.header .navigation nav.navbar .navbar-nav.navbar-right ul li img {
  height: 21px;
}
header.header .navigation nav.navbar .navbar-nav.navbar-right ul li a.wishlist-count img {
  height: 18px;
}
header.header .navigation nav.navbar .navbar-nav.navbar-right ul li a img {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
header.header .navigation nav.navbar .navbar-nav.navbar-right ul li a:hover img,
header.header .navigation nav.navbar .navbar-nav.navbar-right ul li a:focus img,
header.header .navigation nav.navbar .navbar-nav.navbar-right ul li a:active img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
header.header .navigation nav.navbar .navbar-nav.navbar-right ul li .badge {
  background: #FD5050;
  color: #fff;
  border-radius: 50em;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
}
.aws-search-result .aws_rsult_item {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.aws-search-result .aws_rsult_item.hover {
  background: #aaa;
}
.aws-search-result ul li {
  border-bottom: 1px solid #eee;
}
.aws-search-result .aws_result_link {
  padding: 15px;
}
.aws-search-result .aws_result_title {
  font-size: 14px;
  font-weight: 700;
  color: #FD5050;
}
.aws-search-result .aws_result_excerpt {
  margin: 5px 0;
  font-size: 13px;
}
.aws-search-result .aws_result_price {
  margin-top: 5px;
}
.aws-search-result .aws_result_price .woocommerce-Price-amount {
  font-size: 16px;
}
.aws-search-result .aws_search_more a {
  color: #194b53;
}
.wrapper {
  background: #fff;
  position: relative;
  -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
  -o-transition: top 0.25s;
  transition: top 0.25s;
}
.wrapper.page {
  background: #edf2f8;
}
.wrapper img {
  max-width: 100%;
  height: auto;
}
.wrapper ul {
  list-style-type: circle;
  margin: 0;
  padding: 0 0 0 35px;
}
.well {
  background: #fff;
  padding: 50px;
}
.well.primary {
  background: #FD5050;
  color: #fff;
}
.well.primary h1,
.well.primary h2,
.well.primary h3,
.well.primary h4,
.well.primary h5 {
  color: #fff;
}
.well.secondary {
  background: #194b53;
  color: #fff;
}
.well.secondary h1,
.well.secondary h2,
.well.secondary h3,
.well.secondary h4,
.well.secondary h5 {
  color: #fff;
}
.well.default {
  background: #000;
  color: #fff;
}
.well.default h1,
.well.default h2,
.well.default h3,
.well.default h4,
.well.default h5 {
  color: #fff;
}
.well.grey {
  background: #f7f7f7;
}
.well.well_contact p {
  margin: 0 0 15px;
}
.well.well_contact label {
  font-weight: 700;
}
.wrapper-base {
  background: #fff;
}
.wrapper-base .headerimg {
  position: relative;
  background: #1c1d21;
  color: #f7f7f7;
}
.wrapper-base .headerimg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
}
.wrapper-base .headerimg .img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.wrapper-base .headerimg .breadcrumbs {
  padding-top: 15px;
}
.wrapper-base .headerimg .breadcrumbs .woocommerce-breadcrumb {
  color: #cfcfcf;
  margin: 0 0 30px;
}
.wrapper-base .headerimg .breadcrumbs .woocommerce-breadcrumb a {
  color: #cfcfcf;
}
.wrapper-base .headerimg .caption {
  color: #f7f7f7;
  text-align: left;
  padding-right: 50px;
  padding-bottom: 50px;
}
.wrapper-base .headerimg .caption h1 {
  font-size: 55px;
  line-height: 65px;
}
.wrapper-base .headerimg .caption .text {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #cfcfcf;
}
.wrapper-base .headerimg .caption .text p {
  margin: 0;
}
.wrapper-base .headerimg .caption .text .term-description .read_full_tern_description {
  color: #FD5050;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wrapper-base .headerimg .caption .text .term-description .read_full_tern_description:hover,
.wrapper-base .headerimg .caption .text .term-description .read_full_tern_description:focus,
.wrapper-base .headerimg .caption .text .term-description .read_full_tern_description:active {
  color: #fff;
}
.wrapper-base .headerimg .caption .text .term-description i {
  font-size: 11px;
}
.wrapper-base .headerimg .caption .text .term-description h2 {
  font-size: 35px;
  line-height: 45px;
}
.wrapper-base .section {
  padding: 50px 0;
}
.wrapper-base .section.product_section {
  padding: 15px 0 50px;
}
.wrapper-base .section:nth-of-type(odd) {
  background: #fff;
}
.wrapper-base .section:nth-of-type(odd) .block-carousel .item .card {
  background: #eff5ff;
  box-shadow: none;
}
.wrapper-base .section:nth-of-type(odd) .blocks .item .card,
.wrapper-base .section:nth-of-type(odd) .blocks .item .cardblock {
  background: #eff5ff;
  box-shadow: none;
}
.wrapper-base .section:nth-of-type(even) {
  background: #f7f7f7;
}
.wrapper-base .section.visual {
  padding: 0;
  display: flex;
}
.wrapper-base .section.visual .container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.wrapper-base .section.visual .flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.wrapper-base .section.visual .flex.text {
  padding: 75px;
}
.wrapper-base .section.visual .flex.img {
  position: relative;
}
.wrapper-base .section.visual .flex.img.top {
  object-position: center top;
}
.wrapper-base .section.visual .flex .inside-grid-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.wrapper-base .section.visual .flex .inside-grid-column img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  top: 0;
  bottom: 0;
}
.wrapper-base .wrapper-inner {
  padding: 30px 0;
}
.wrapper-base .wrapper-inner .wrapper-content h1,
.wrapper-base .wrapper-inner .wrapper-content h2,
.wrapper-base .wrapper-inner .wrapper-content h3,
.wrapper-base .wrapper-inner .wrapper-content h4,
.wrapper-base .wrapper-inner .wrapper-content h5 {
  margin: 0 0 30px;
}
.wrapper-base .wrapper-inner .wrapper-content h6 {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  font-family: 'Proxima Nova', serif;
}
.wrapper-base .wrapper-inner .wrapper-content .table {
  background: #fff;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar {
  margin-left: 25px;
  font-size: 17px;
  line-height: 29px;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw {
  margin: 0 0 30px;
  padding: 30px;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw h5 {
  padding: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw h5::before {
  display: none;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw ul {
  list-style-type: none;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw ul li {
  padding: 0;
  line-height: 31px;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw ul li:before {
  display: none;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw .h4 {
  color: #FD5050;
  font-size: 22px;
  line-height: 28px;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw p:last-of-type {
  margin: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw ul:last-of-type {
  margin: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .naw a {
  color: #FD5050;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap {
  background: #256e7a;
  color: #000;
  padding: 30px;
  margin: 0 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .heading h5 {
  margin: 0 0 15px;
  color: #000;
  padding: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .heading h5:before {
  display: none;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .open_text {
  color: #000;
  font-weight: 600;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #000;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item:last-of-type {
  border: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all i {
  color: #000;
  margin-left: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:hover,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:focus,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:active {
  color: #FD5050;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:hover i,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:focus i,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .openinghours_wrap .time-item-all:active i {
  color: #FD5050;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .seo-form {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 30px 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .seo-form p {
  margin: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .seo-form input {
  font-size: 17px;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-sidebar .seo-form .agree_terms {
  margin: 20px 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-usps {
  margin: 30px 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-usps ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-usps ul li {
  position: relative;
  padding-left: 40px;
  margin: 0 0 10px;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-usps ul li:before {
  position: absolute;
  left: 0;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #194b53;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #194b53;
  border-radius: 50em;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-reviews {
  margin: 25px 0;
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-reviews p {
  margin: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-reviews .wpcf7-form p {
  margin: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-reviews .review {
  position: relative;
  background: #fff;
  padding: 25px;
  height: 100%;
  border: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-reviews .review:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group {
  border-radius: 0;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a {
  border-radius: 0;
  color: #000;
  font-weight: 500;
  box-shadow: inset 5px 0 0 #194b53;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a i {
  margin-right: 10px;
  color: #194b53;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:hover,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:focus,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:active {
  background: #194b53;
  color: #fff;
  box-shadow: inset 10px 0 0 #194b53;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:hover i,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:focus i,
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a:active i {
  color: #fff;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .list-group a.active {
  background: #194b53;
  border: 0;
  color: #fff;
}
.wrapper-base .wrapper-inner .wrapper-content.seo-content .seo-route iframe {
  width: 100%;
}
.wrapper-base .wrapper-inner img {
  max-width: 100%;
  height: auto;
}
.wrapper-base .wrapper-inner .main-heading {
  margin: 0 0 50px;
}
.wrapper-base .wrapper-inner .main-heading h1 {
  color: #000;
  font-size: 64px;
  line-height: 60px;
  margin: 0;
}
.wrapper-base .wrapper-inner .main-heading.short h1 {
  margin: 0 0 20px;
  text-align: center;
}
.wrapper-base .breadcrumbs {
  font-size: 14px;
  color: #000;
  margin: 0 0 30px;
  text-align: left;
}
.wrapper-base .breadcrumbs .bread-heading {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.wrapper-base .breadcrumbs #crumbs {
  display: inline-block;
  vertical-align: top;
}
.wrapper-base .breadcrumbs #crumbs a {
  color: #000;
}
.wrapper-base .breadcrumbs #crumbs a:hover,
.wrapper-base .breadcrumbs #crumbs a:focus,
.wrapper-base .breadcrumbs #crumbs a:active {
  color: #FD5050;
}
.wrapper-base .breadcrumbs #crumbs .delimiter {
  margin: 0 5px;
  font-size: 10px;
}
.wrapper-base .pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.wrapper-base .pagination .pagination_inner {
  margin: 50px 0;
}
.wrapper-base .pagination .pagination_inner ul {
  padding: 0;
}
.wrapper-base .pagination ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
.wrapper-base .pagination ul li {
  display: inline-flex;
  margin: 0 5px 5px 0;
  padding: 0;
  color: #999;
}
.wrapper-base .pagination ul li.text a,
.wrapper-base .pagination ul li.text span {
  background: transparent;
}
.wrapper-base .pagination ul li a {
  padding: 15px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
  color: #666;
}
.wrapper-base .pagination ul li a:hover,
.wrapper-base .pagination ul li a:focus,
.wrapper-base .pagination ul li a:active {
  background: #FD5050;
  color: #fff;
  text-decoration: none;
}
.wrapper-base .pagination ul li span {
  padding: 10px 20px;
}
.wrapper-base .pagination ul li span.current {
  padding: 15px 25px;
  border-radius: 2px;
  background: #194b53;
  color: #fff;
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
.loading:after {
  content: '\f01e';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #194b53;
  border-radius: 50em;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
ul.sitemap_ul {
  margin: 0 0 30px!important;
}
ul.sitemap_ul li ul.children {
  padding-left: 25px;
  border-left: 1px solid #ddd;
  margin-left: 10px;
}
ul.sitemap_ul h3 {
  margin: 15px 0 15px!important;
}
.news .content {
  margin: 15px 0 0 0;
}
.news .content .date {
  opacity: 0.65;
  margin: 0 0 40px;
}
.gallery_row .img-base {
  margin-bottom: 30px;
}
.gallery_row .img-base .img {
  padding-top: 35%;
  padding-bottom: 35%;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  box-shadow: inset 0 0 0 10px #fff, 1px 1px 10px rgba(0, 0, 0, 0.1);
}
#comments-list .comments-title {
  display: none;
}
#comments-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#comments-list ul li {
  background: rgba(0, 0, 0, 0.05);
  margin: 0 0 25px;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#comments-list ul li .fn {
  font-weight: bold;
}
#comments-list .comment-author {
  float: left;
  margin-bottom: 10px;
}
#comments-list .comment-author img {
  float: left;
  margin-right: 10px;
}
#comments-list .comment-meta {
  float: right;
  text-align: right;
  margin-bottom: 10px;
}
#comments-list .comment-meta a {
  text-decoration: none;
  pointer-events: none;
  color: #888;
}
#comments-list p {
  clear: both;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
#comments-list .reply {
  display: none;
}
.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.gallery.contain .gallery-item img {
  object-fit: contain;
  -o-object-fit: contain;
}
.gallery.full .gallery-item a {
  padding: 0;
}
.gallery.full .gallery-item a img {
  position: relative;
}
.gallery.no_shadow .gallery-item img {
  box-shadow: none;
}
.gallery.yes_background .gallery-item .gallery-icon {
  background: #fff;
  padding: 15px;
}
.gallery.card-columns {
  display: block;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  padding: 0;
  margin: 0;
}
.gallery.card-columns.gallery-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.gallery.card-columns.gallery-columns-2 .gallery-item {
  margin: 0 0 20px!important;
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.gallery.card-columns.gallery-columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.gallery.card-columns.gallery-columns-3 .gallery-item {
  margin: 0 0 20px!important;
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.gallery.card-columns .gallery-item {
  float: none!important;
  width: 100%!important;
}
.gallery.card-columns .gallery-item a {
  padding: 0;
  height: auto;
  overflow: auto;
  float: none;
  margin: 0;
}
.gallery.card-columns .gallery-item a img {
  position: relative;
}
.gallery.gallery-columns-2 .gallery-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  -ms-flex: 0 0 14.285714%;
  flex: 0 0 14.285714%;
  max-width: 14.285714%;
}
.gallery.gallery-columns-8 .gallery-item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  -ms-flex: 0 0 11.111111;
  flex: 0 0 11.111111;
  max-width: 11.11111%;
}
.gallery .gallery-item {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}
.gallery .gallery-item a {
  padding: 35% 0;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-item a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-width: 0;
  object-fit: cover;
  min-height: 100%;
}
.gallery .gallery-item .gallery-icon {
  padding: 0!important;
}
.gallery .gallery-item .no_link {
  pointer-events: none;
}
.gallery .gallery-item img {
  width: 100%;
  border-width: 0;
  object-fit: cover;
}
.gallery .gallery-item a {
  display: block;
}
.gallery .gallery-item a:hover,
.gallery .gallery-item a:focus,
.gallery .gallery-item a:active {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}
table.zebra tr,
table.zebra th,
table.zebra td {
  border-width: 0;
}
table.zebra tr:nth-of-type(odd) {
  background: #f7f7f7;
  color: auto;
}
table.zebra tr td {
  padding: 25px;
}
.sidebar {
  margin: 0 0 0 30px;
}
.headlines {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.headlines h3 {
  color: #FD5050;
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 0 45px;
}
.headlines h3:after {
  content: '';
  height: 3px;
  width: 100%;
  background: #FD5050;
  position: absolute;
  top: 50%;
  margin-left: 5px;
}
.headlines .headline {
  margin: 0 0 25px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
  padding: 15px;
  border-radius: 6px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headlines .headline .img-base .img {
  width: 100%;
  padding-top: 35%;
  padding-bottom: 35%;
  min-height: 85px;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  border-radius: 5px;
}
.headlines .headline .content .date {
  color: #aaa;
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headlines .headline .content .heading {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headlines .headline:hover,
.headlines .headline:focus,
.headlines .headline:active {
  background: #FD5050;
  color: #fff;
}
.headlines .headline:hover .content .date,
.headlines .headline:focus .content .date,
.headlines .headline:active .content .date,
.headlines .headline:hover .content .heading,
.headlines .headline:focus .content .heading,
.headlines .headline:active .content .heading {
  color: #fff;
}
.headlines .more {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
}
.headlines .more a {
  color: #333;
}
.headlines .more a:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 5px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headlines .more a:hover,
.headlines .more a:focus,
.headlines .more a:active {
  color: #FD5050;
}
.headlines .more a:hover:after,
.headlines .more a:focus:after,
.headlines .more a:active:after {
  margin-right: 10px;
}
.album_images .img-base {
  width: 100%;
  margin-bottom: 30px;
}
.album_images .img-base .img {
  width: 100%;
  padding-top: 35%;
  padding-bottom: 35%;
  box-shadow: inset -10px -10px 0 #fff, inset 10px 10px 0 #fff, 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.album_images .img-base .img:hover,
.album_images .img-base .img:focus,
.album_images .img-base .img:active {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
i.fa,
i.fas,
i.fab {
  font-weight: 700;
}
.ugb-container .ugb-container__content-wrapper > * {
  margin-bottom: 40px!important;
}
.ugb-container {
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 100px 0;
}
.ugb-container:nth-child(odd) {
  background-color: #edf2f8 !important;
}
.ugb-container:nth-child(even) {
  background-color: #fff !important;
}
.ugb-container .ugb-container__wrapper {
  width: 1450px;
  margin: 0 auto;
}
.ugb-container .ugb-container__wrapper .ugb-container__content-wrapper h1,
.ugb-container .ugb-container__wrapper .ugb-container__content-wrapper h2,
.ugb-container .ugb-container__wrapper .ugb-container__content-wrapper h3,
.ugb-container .ugb-container__wrapper .ugb-container__content-wrapper h4,
.ugb-container .ugb-container__wrapper .ugb-container__content-wrapper h5 {
  margin: 0 0 40px;
}
.ugb-container .ugb-container__wrapper h1 {
  font-size: 65px;
  line-height: 75px;
}
.ugb-container .ugb-container__wrapper h2 {
  font-size: 50px;
  line-height: 60px;
}
.ugb-container .ugb-container__wrapper h3 {
  font-size: 50px;
  line-height: 60px;
}
.ugb-container .ugb-container__wrapper h4 {
  font-size: 40px;
  line-height: 50px;
}
.ugb-container .ugb-container__wrapper .faq_groups h3,
.ugb-container .ugb-container__wrapper .faq_groups h4,
.ugb-container .ugb-container__wrapper .faq_groups h5 {
  font-size: 25px;
  line-height: 32px;
}
.ugb-container .ugb-container__wrapper .faq_groups .card {
  margin: 0 0 5px;
}
.ugb-container .ugb-container__wrapper .faq_groups .card .card-header {
  background: #edf2f8;
  color: #FD5050;
  padding: 0;
}
.ugb-container .ugb-container__wrapper .faq_groups .card .card-header h5 {
  margin: 0;
}
.ugb-container .ugb-container__wrapper .faq_groups .card .card-header button {
  color: #FD5050;
}
.ugb-container .ugb-container__wrapper .faq_groups .card .card-header button:before {
  content: "\f139";
  font-family: "Font Awesome 5 Free";
}
.ugb-container .ugb-container__wrapper .faq_groups .card .card-header button.collapsed:before {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
}
.accordion .accordion-group {
  margin: 0 0 30px;
}
.accordion .accordion-group .card {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #E8E8DF;
  padding: 0;
  margin: 0;
  background: transparent;
}
.accordion .accordion-group .card .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}
.accordion .accordion-group .card .card-header a {
  display: block;
  width: 100%;
  text-transform: inherit;
  font-size: 24px;
  line-height: 32px;
  color: #FD5050;
  padding: 15px 30px 15px 0;
  font-weight: 700;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.accordion .accordion-group .card .card-header a:after {
  content: '-';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  color: #FD5050;
}
.accordion .accordion-group .card .card-header a:hover,
.accordion .accordion-group .card .card-header a:focus,
.accordion .accordion-group .card .card-header a:active {
  box-shadow: none;
  border: 0;
  color: #FD5050;
}
.accordion .accordion-group .card .card-header a.collapsed {
  color: #000;
}
.accordion .accordion-group .card .card-header a.collapsed:after {
  content: '+';
}
.accordion .accordion-group .card .card-body {
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0;
}
.accordion .accordion-group .card .card-body p:last-of-type {
  margin: 0;
}
.header-carousel-wrapper {
  height: auto;
  background-color: #e9eeef;
  position: relative;
}
.header-carousel-wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background: #fff;
}
.header-carousel-wrapper .header-carousel-container {
  margin: 0 auto;
}
.header-carousel-wrapper #header-carousel-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-carousel-wrapper #header-carousel-nav .owl-prev,
.header-carousel-wrapper #header-carousel-nav .owl-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 45px;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  top: 50%;
  z-index: 2;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-carousel-wrapper #header-carousel-nav .owl-prev:hover,
.header-carousel-wrapper #header-carousel-nav .owl-next:hover,
.header-carousel-wrapper #header-carousel-nav .owl-prev:focus,
.header-carousel-wrapper #header-carousel-nav .owl-next:focus,
.header-carousel-wrapper #header-carousel-nav .owl-prev:active,
.header-carousel-wrapper #header-carousel-nav .owl-next:active {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
}
.header-carousel-wrapper #header-carousel-nav .owl-prev {
  position: absolute;
  left: 25px;
}
.header-carousel-wrapper #header-carousel-nav .owl-next {
  position: absolute;
  right: 25px;
}
.header-carousel-wrapper #header-carousel-nav.circle .owl-prev,
.header-carousel-wrapper #header-carousel-nav.square .owl-prev,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev,
.header-carousel-wrapper #header-carousel-nav.circle .owl-next,
.header-carousel-wrapper #header-carousel-nav.square .owl-next,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next {
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
}
.header-carousel-wrapper #header-carousel-nav.circle .owl-prev:hover,
.header-carousel-wrapper #header-carousel-nav.square .owl-prev:hover,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev:hover,
.header-carousel-wrapper #header-carousel-nav.circle .owl-next:hover,
.header-carousel-wrapper #header-carousel-nav.square .owl-next:hover,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next:hover,
.header-carousel-wrapper #header-carousel-nav.circle .owl-prev:focus,
.header-carousel-wrapper #header-carousel-nav.square .owl-prev:focus,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev:focus,
.header-carousel-wrapper #header-carousel-nav.circle .owl-next:focus,
.header-carousel-wrapper #header-carousel-nav.square .owl-next:focus,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next:focus,
.header-carousel-wrapper #header-carousel-nav.circle .owl-prev:active,
.header-carousel-wrapper #header-carousel-nav.square .owl-prev:active,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev:active,
.header-carousel-wrapper #header-carousel-nav.circle .owl-next:active,
.header-carousel-wrapper #header-carousel-nav.square .owl-next:active,
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next:active {
  color: rgba(0, 0, 0, 0.85);
}
.header-carousel-wrapper #header-carousel-nav.circle .owl-prev,
.header-carousel-wrapper #header-carousel-nav.circle .owl-next {
  border-radius: 50em;
}
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev {
  left: 41px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.header-carousel-wrapper #header-carousel-nav.triangle .owl-prev i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next {
  right: 41px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.header-carousel-wrapper #header-carousel-nav.triangle .owl-next i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-carousel-wrapper #header-carousel {
  position: relative;
  height: auto;
}
.header-carousel-wrapper #header-carousel div:not(.owl-controls) {
  height: 100%;
}
.header-carousel-wrapper #header-carousel .owl-stage {
  height: auto;
}
.header-carousel-wrapper #header-carousel .owl-item {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.header-carousel-wrapper #header-carousel .owl-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background: #fff;
}
.header-carousel-wrapper #header-carousel .owl-item.active .slider_images {
  transform: scale(1);
}
.header-carousel-wrapper #header-carousel .owl-item.active .slider_images .img_item {
  animation-name: fadeScaleIn;
  animation-duration: 0.45s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeScaleIn;
  -webkit-animation-duration: 0.45s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}
.header-carousel-wrapper #header-carousel .owl-item.active .slider_images .img_item:nth-child(1) {
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
}
.header-carousel-wrapper #header-carousel .owl-item.active .slider_images .img_item:nth-child(2) {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
.header-carousel-wrapper #header-carousel .owl-item.active .slider_images .img_item:nth-child(3) {
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
}
.header-carousel-wrapper #header-carousel .owl-item.active .slider_images .img_item:nth-child(4) {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
}
.header-carousel-wrapper #header-carousel .owl-item.active .slider_images .img_item.owl-lazy {
  max-height: inherit;
}
.header-carousel-wrapper #header-carousel .owl-item.active .owl-text .inner {
  animation-name: slideIn;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.35s;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.35s;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images {
  transform: scale(0.75);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item {
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.55);
  -o-transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin-left: 25px;
  opacity: 0;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:hover,
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:focus,
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:hover .price,
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:focus .price,
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:active .price {
  background: #dbab81;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item .price {
  background: #FD5050;
  border-radius: 50em;
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item .price .decimal-part {
  font-size: 12px;
  position: relative;
  top: -4px;
  margin-left: -4px;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(1) {
  position: absolute;
  bottom: 60px;
  left: 4%;
  height: 315px;
  width: 214px;
  background-color: transparent;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(1) .price {
  position: absolute;
  left: -25px;
  top: -25px;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(2) {
  position: absolute;
  top: 16px;
  left: 12%;
  height: 265px;
  width: 265px;
  border-radius: 50em;
  background-color: transparent;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(2) .price {
  position: absolute;
  left: 10px;
  top: 0;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) {
  position: absolute;
  top: 25px;
  left: 45%;
  height: 475px;
  width: 475px;
  border-radius: 50em;
  background-color: transparent;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) .price {
  position: absolute;
  top: 15px;
  left: 45px;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(4) {
  position: absolute;
  top: 50px;
  right: 0;
  height: 174px;
  width: 255px;
  background-color: transparent;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(4) .price {
  position: absolute;
  left: -25px;
  top: -25px;
}
.header-carousel-wrapper #header-carousel .owl-item .img-base {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
  right: 0;
}
.header-carousel-wrapper #header-carousel .owl-item .img-base .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.header-carousel-wrapper #header-carousel .owl-item .img-base .overlay.black {
  background: #000;
}
.header-carousel-wrapper #header-carousel .owl-item .img-base .overlay.white {
  background: #fff;
}
.header-carousel-wrapper #header-carousel .owl-item .img-base img {
  position: relative;
  opacity: 1;
  left: 0;
  right: 0;
}
.header-carousel-wrapper #header-carousel .owl-item .container {
  position: relative;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text {
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 23%;
  width: 345px;
  text-align: center;
  padding: 0;
  z-index: 99999;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner {
  opacity: 0;
  text-align: left;
  height: auto;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner.text-center {
  right: 0;
  margin: 0 auto;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .curly_title {
  font-style: inherit;
  font-weight: 400;
  font-family: 'Selima', sans-serif;
  font-size: 50px;
  line-height: 50px;
  position: relative;
  top: 5px;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1,
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 {
  display: inline;
  letter-spacing: 0.15px;
  margin: 0;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1 p,
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 p {
  margin: 0;
  padding: 0;
  font-size: 64px;
  line-height: 55px;
  font-family: 'CaslonGraphiqueEF', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .description {
  margin: 5px 0 10px;
}
.header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .description p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.header-carousel-wrapper #header-carousel .owl-dots {
  position: absolute;
  bottom: 45px;
  left: -225px;
  right: 0;
  text-align: center;
  z-index: 2;
  height: 50px!important;
}
.header-carousel-wrapper #header-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 50em;
}
.header-carousel-wrapper #header-carousel .owl-dots .owl-dot.active {
  background: #000;
}
.welcome_wrapper {
  padding: 35px 0 25px;
}
.welcome_wrapper.welcome_bottom_wrapper {
  background: #fff;
  padding-bottom: 50px;
}
.welcome_wrapper.welcome_bottom_wrapper .welcome-text {
  font-size: 18px;
  line-height: 28px;
}
.welcome_wrapper .welcome-text {
  text-align: center;
  font-size: 17px;
  width: 65%;
  margin: 0 auto;
  line-height: 27px;
}
.welcome_wrapper .welcome-text h2 {
  margin: 0;
  font-weight: 400;
}
.welcome_wrapper .welcome-text p {
  margin-top: 50px;
}
ol,
ul,
dl {
  list-style-position: inside;
}
.homepage_category {
  padding: 0 0 35px;
}
.homepage_category ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  font-size: 24px;
  font-family: 'CaslonGraphiqueEF', sans-serif;
}
.homepage_category ul li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 18px;
  border-right: 1px solid #555;
}
.homepage_category ul li:last-of-type {
  border: 0;
}
.homepage_category ul li a {
  color: #000;
}
.homepage_category ul li a:hover,
.homepage_category ul li a:focus,
.homepage_category ul li a:active {
  color: #FD5050;
}
#usp_slider {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: calc(100% - 150px);
}
#usp_slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 30px;
  list-style: none;
}
#usp_slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  background: transparent;
  text-align: left;
  line-height: 30px;
}
.main_header {
  position: relative;
}
.main_header .item_part:nth-child(2),
.main_header .item_part:nth-child(3),
.main_header .item_part:nth-child(4),
.main_header .item_part:nth-child(5) {
  display: none;
}
.main_header img {
  width: 100%;
}
.main_header .owl-text {
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 23%;
  width: 345px;
  text-align: center;
  padding: 0;
  z-index: 1;
}
.main_header .owl-text .inner {
  opacity: 0;
  text-align: center;
  height: auto;
  animation-name: slideIn;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
}
.main_header .owl-text .inner.text-center {
  right: 0;
  margin: 0 auto;
}
.main_header .owl-text .inner .curly_title {
  font-style: inherit;
  font-weight: 400;
  font-family: 'Selima', sans-serif;
  font-size: 50px;
  line-height: 50px;
  position: relative;
  top: 5px;
}
.main_header .owl-text .inner .heading h1,
.main_header .owl-text .inner .heading .h1 {
  display: inline;
  letter-spacing: 0.15px;
  margin: 0;
}
.main_header .owl-text .inner .heading h1 p,
.main_header .owl-text .inner .heading .h1 p {
  margin: 0;
  padding: 0;
  font-size: 64px;
  line-height: 55px;
  font-family: 'CaslonGraphiqueEF', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}
.main_header .owl-text .inner .description {
  margin: 5px 0 10px;
}
.main_header .owl-text .inner .description p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.sticky .inside-grid-column {
  position: sticky;
  top: 175px;
}
.tab-mm-wrapper ul.tab-mm-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tab-mm-wrapper ul.tab-mm-tabs li {
  display: block;
  border-bottom: 1px solid #E8E8DF;
}
.tab-mm-wrapper ul.tab-mm-tabs li.active a {
  background: transparent;
  color: #FD5050;
}
.tab-mm-wrapper ul.tab-mm-tabs li.active a:before {
  color: #FD5050;
}
.tab-mm-wrapper ul.tab-mm-tabs li a {
  display: block;
  width: 100%;
  text-transform: inherit;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  padding: 15px 30px 15px 0;
  font-weight: 700;
  text-align: left;
  position: relative;
}
.tab-mm-wrapper ul.tab-mm-tabs li a:before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 10px;
  font-size: 15px;
}
/* Diensten */
.block-carousel-wrapper {
  padding: 25px 0;
  background: #fff;
}
.block-carousel-wrapper .heading {
  text-align: center;
}
.block-carousel-wrapper .heading h2 {
  color: #FD5050;
  text-transform: none;
  border-bottom: 0 dashed #194b53;
  padding: 0 0 10px;
}
.block-carousel-wrapper .heading .sub_heading {
  color: rgba(255, 255, 255, 0.75);
  font-size: 22px;
}
.block-carousel-inner {
  position: relative;
  margin: 0;
}
.block-carousel-inner .block-navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.block-carousel-inner .block-navigation .owl-prev,
.block-carousel-inner .block-navigation .owl-next {
  width: 56px;
  height: 56px;
  line-height: 48px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 35px;
  background: transparent;
  color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  top: 50%;
  z-index: 2;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-carousel-inner .block-navigation .owl-prev:hover,
.block-carousel-inner .block-navigation .owl-next:hover,
.block-carousel-inner .block-navigation .owl-prev:focus,
.block-carousel-inner .block-navigation .owl-next:focus,
.block-carousel-inner .block-navigation .owl-prev:active,
.block-carousel-inner .block-navigation .owl-next:active {
  color: #333;
}
.block-carousel-inner .block-navigation .owl-prev {
  position: absolute;
  left: -75px;
}
.block-carousel-inner .block-navigation .owl-next {
  position: absolute;
  right: -75px;
}
.block-carousel-inner .block-navigation.circle .owl-prev,
.block-carousel-inner .block-navigation.square .owl-prev,
.block-carousel-inner .block-navigation.triangle .owl-prev,
.block-carousel-inner .block-navigation.circle .owl-next,
.block-carousel-inner .block-navigation.square .owl-next,
.block-carousel-inner .block-navigation.triangle .owl-next {
  color: rgba(0, 0, 0, 0.15);
  border: 6px solid rgba(0, 0, 0, 0.1);
}
.block-carousel-inner .block-navigation.circle .owl-prev:hover,
.block-carousel-inner .block-navigation.square .owl-prev:hover,
.block-carousel-inner .block-navigation.triangle .owl-prev:hover,
.block-carousel-inner .block-navigation.circle .owl-next:hover,
.block-carousel-inner .block-navigation.square .owl-next:hover,
.block-carousel-inner .block-navigation.triangle .owl-next:hover,
.block-carousel-inner .block-navigation.circle .owl-prev:focus,
.block-carousel-inner .block-navigation.square .owl-prev:focus,
.block-carousel-inner .block-navigation.triangle .owl-prev:focus,
.block-carousel-inner .block-navigation.circle .owl-next:focus,
.block-carousel-inner .block-navigation.square .owl-next:focus,
.block-carousel-inner .block-navigation.triangle .owl-next:focus,
.block-carousel-inner .block-navigation.circle .owl-prev:active,
.block-carousel-inner .block-navigation.square .owl-prev:active,
.block-carousel-inner .block-navigation.triangle .owl-prev:active,
.block-carousel-inner .block-navigation.circle .owl-next:active,
.block-carousel-inner .block-navigation.square .owl-next:active,
.block-carousel-inner .block-navigation.triangle .owl-next:active {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.75);
}
.block-carousel-inner .block-navigation.circle .owl-prev,
.block-carousel-inner .block-navigation.circle .owl-next {
  border-radius: 50em;
}
.block-carousel-inner .block-navigation.triangle .owl-prev {
  left: -75px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.block-carousel-inner .block-navigation.triangle .owl-prev i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block-carousel-inner .block-navigation.triangle .owl-next {
  right: -75px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.block-carousel-inner .block-navigation.triangle .owl-next i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tarieven tr td:nth-of-type(2) {
  text-align: right;
}
.card-columns .card {
  break-inside: avoid;
}
.block-carousel {
  margin: 0 auto;
  width: 85%;
  position: relative;
  z-index: 1;
}
.block-carousel.masonry .card {
  background: #eee;
  border-radius: 0;
  border-width: 0;
}
.block-carousel.masonry .card .img-base img.block_image {
  display: block;
}
.block-carousel.masonry .card .inner {
  padding: 30px;
}
.block-carousel.masonry .card .inner .heading {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0 0 15px;
}
.block-carousel .owl-stage {
  display: flex;
  padding: 0;
}
.block-carousel .owl-stage .owl-item {
  display: flex;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.block-carousel .owl-stage .owl-item .item {
  margin: 0;
}
.block-carousel .owl-stage .owl-item:hover,
.block-carousel .owl-stage .owl-item:focus,
.block-carousel .owl-stage .owl-item:active {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.065), -2px -2px 5px rgba(0, 0, 0, 0.065);
}
.block-carousel .owl-stage .owl-item:hover .item:not(.nolink) .img-base .img,
.block-carousel .owl-stage .owl-item:focus .item:not(.nolink) .img-base .img,
.block-carousel .owl-stage .owl-item:active .item:not(.nolink) .img-base .img {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}
.block-carousel .owl-dots {
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  text-align: center;
}
.block-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50em;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.block-carousel .owl-dots .owl-dot:hover,
.block-carousel .owl-dots .owl-dot:focus,
.block-carousel .owl-dots .owl-dot:active {
  background: rgba(0, 0, 0, 0.35);
}
.block-carousel .owl-dots .owl-dot.active {
  background: #FD5050;
}
.block-carousel .item {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.block-carousel .item:nth-child(3),
.block-carousel .item:nth-child(4) {
  display: none!important;
}
.block-carousel .item.bordercolor-primary .card {
  border-bottom: 5px solid #FD5050;
}
.block-carousel .item.bordercolor-secondary .card {
  border-bottom: 5px solid #194b53;
}
.block-carousel .item.bordercolor-default .card {
  border-bottom: 5px solid #000;
}
.block-carousel .item.bordercolor-lightgray .card {
  border-bottom: 5px solid #ccc;
}
.block-carousel .item.type_rows:not(.nolink) .card {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
}
.block-carousel .item.type_rows:not(.nolink) .card:hover,
.block-carousel .item.type_rows:not(.nolink) .card:focus,
.block-carousel .item.type_rows:not(.nolink) .card:active {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.065), -2px -2px 5px rgba(0, 0, 0, 0.065);
}
.block-carousel .item.type_rows:not(.nolink) .card:hover .img,
.block-carousel .item.type_rows:not(.nolink) .card:focus .img,
.block-carousel .item.type_rows:not(.nolink) .card:active .img,
.block-carousel .item.type_rows:not(.nolink) .card:hover .img_more,
.block-carousel .item.type_rows:not(.nolink) .card:focus .img_more,
.block-carousel .item.type_rows:not(.nolink) .card:active .img_more {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.block-carousel .item .card {
  width: 100%;
  border: 0;
  border-radius: 0;
}
.block-carousel .item .card.horizontal {
  margin-left: 0;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}
.block-carousel .item .card.horizontal .img {
  width: inherit;
  padding-top: inherit;
  padding-bottom: inherit;
  background-size: cover!important;
}
.block-carousel .item .card.horizontal .img.img_absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.block-carousel .item .card.horizontal .inner.has-btn {
  padding: 30px 30px 125px 30px;
}
.block-carousel .item .card.horizontal .inner.has-btn .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.block-carousel .item .card.horizontal .inner.has-btn .btn.fullwidth {
  display: block;
  left: 30px;
  right: 30px;
}
.block-carousel .item .card.horizontal .inner.has-btn .btn.items-5 {
  font-size: 15px;
}
.block-carousel .item .img-base {
  overflow: hidden;
}
.block-carousel .item .img-base .img {
  width: 100%;
  padding-top: 40%;
  padding-bottom: 40%;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.block-carousel .item .img-base .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.block-carousel .item .img-base .img.img_more {
  padding-top: 50%;
  padding-bottom: 50%;
  max-height: 575px;
}
.block-carousel .item .img-base .img.img_absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.block-carousel .item .inner {
  padding: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.block-carousel .item .inner.overlay_inner,
.block-carousel .item .inner .overlay_inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.block-carousel .item .inner .date {
  color: #666;
}
.block-carousel .item .inner .text_inner {
  position: absolute;
}
.block-carousel .item .inner .text_inner.position_top {
  top: 35px;
}
.block-carousel .item .inner .text_inner.position_center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-carousel .item .inner .text_inner.position_bottom {
  bottom: 35px;
}
.block-carousel .item .inner .text_inner.position_left {
  left: 35px;
}
.block-carousel .item .inner .text_inner.position_middle {
  left: 35px;
  right: 35px;
}
.block-carousel .item .inner .text_inner.position_right {
  right: 35px;
}
.block-carousel .item .inner .text_inner .text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
}
.block-carousel .item .inner .text_inner .text p {
  margin: 0;
}
.block-carousel .item .inner .text_inner .text i,
.block-carousel .item .inner .text_inner .text em {
  font-family: 'Selima', sans-serif;
  font-style: inherit;
  font-weight: 400;
}
.block-carousel .item .inner .text_inner .text h2 {
  font-size: 80px;
  line-height: 75px;
  margin: 0;
  font-weight: 400;
}
.block-carousel .item .inner .text_inner .text h3 {
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  font-weight: 400;
}
.block-carousel .item .inner .text_inner .text h4 {
  font-size: 35px;
  line-height: 40px;
  margin: 0;
  font-weight: 400;
}
.block-carousel .item .inner .text_inner .text span.btn {
  display: inline-block;
  padding: 12px 25px!important;
  margin-top: 15px;
}
.block-carousel .item .inner .text_inner .text blockquote {
  width: 132px;
  height: 132px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  background: #fad022;
  text-align: center;
  pointer-events: none;
  border-radius: 50em;
}
.block-carousel .item .inner .text_inner .text blockquote p {
  position: relative;
  top: 30%;
}
.block-carousel .item .inner .text_inner .text blockquote strong {
  font-size: 65px;
  line-height: 32px;
  display: block;
}
.block-carousel .item .inner .text_inner .text blockquote em {
  font-family: 'Selima', sans-serif;
}
.block-carousel .item .inner .text_inner .subheading {
  margin: 5px 0 15px 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}
.block-carousel .item .inner .text_inner .subheading.items-4 {
  font-size: 17px;
  line-height: 32px;
}
.block-carousel .item .inner .text_inner .subheading.items-5 {
  font-size: 17px;
  line-height: 32px;
}
.block-carousel .item .card-footer {
  border: 0;
  background: transparent;
  text-align: center;
  padding: 0 30px 30px 30px;
}
.block-carousel .item .card-footer .btn.fullwidth {
  display: block;
}
.block-carousel .item .card-footer .btn.items-5 {
  font-size: 15px;
}
/* 5 columns row */
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
ul.subpages {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.subpages li {
  border: 1px solid #ddd;
  margin: 0 0 -1px 0;
}
ul.subpages li.current_page_item a {
  background: #FD5050;
  color: #fff;
}
ul.subpages li.current_page_item a:hover,
ul.subpages li.current_page_item a:focus,
ul.subpages li.current_page_item a:active {
  background: #FD5050;
  color: #fff;
}
ul.subpages li a {
  display: block;
  padding: 10px 15px;
  color: #000;
}
ul.subpages li a:hover,
ul.subpages li a:focus,
ul.subpages li a:active {
  color: #FD5050;
}
.reviews-wrapper {
  padding: 65px 0;
  background: #194b53;
  color: #fff;
}
.reviews-wrapper .heading {
  text-align: center;
}
.reviews-wrapper .heading h3 {
  color: #fff;
  font-size: 52px;
  line-height: 44px;
  margin: 0;
}
.reviews-wrapper .heading .sub_heading {
  color: rgba(255, 255, 255, 0.65);
  font-size: 22px;
  margin: 10px 0 40px;
}
.reviews-wrapper .reviews-carousel-wrapper {
  position: relative;
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav.amount-1 {
  width: 65%;
  margin: 0 auto;
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev,
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 45px;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  top: 50%;
  z-index: 2;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev:hover,
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next:hover,
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev:focus,
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next:focus,
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev:active,
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next:active {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev {
  position: absolute;
  left: -50px;
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next {
  position: absolute;
  right: -50px;
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel.amount-1 {
  width: 65%;
  margin: 0 auto;
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item {
  padding: 50px;
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review {
  background: #f7f7f7;
  border-radius: 5px;
  color: #222;
  padding: 35px 50px;
  margin: 0;
  position: relative;
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #f7f7f7 transparent;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review .review-comment {
  font-size: 22px;
  line-height: 35px;
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review .review-comment p:before {
  content: '"';
}
.reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review .review-comment p:after {
  content: '"';
}
.agenda-wrapper {
  background: #f8f8f8;
  padding: 50px 0 75px;
}
.agenda-wrapper .heading {
  text-align: center;
}
.agenda-wrapper .heading h3 {
  font-size: 52px;
}
.blocks_vertical {
  margin: 0 0 0 15px;
}
.blocks_vertical a {
  color: #FD5050;
}
.blocks_vertical a:hover .item,
.blocks_vertical a:focus .item,
.blocks_vertical a:active .item {
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  transform: scale(1.025);
}
.blocks_vertical .item {
  background: #fff;
  color: #000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
  margin: 0 0 35px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.blocks_vertical .item.light {
  background: #194b53;
  color: #fff;
  box-shadow: none;
}
.blocks_vertical .item.ml-min-15 {
  margin-left: -15px;
}
.blocks_vertical .item .img {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.blocks_vertical .item .content {
  padding: 35px;
}
.blocks_vertical .item .content .heading {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}
.blocks_vertical .item .content .subheading {
  margin: 5px 0 15px 0;
  color: rgba(0, 0, 0, 0.65);
}
.blocks_vertical .item .content .btn {
  margin: 15px 0 0 0;
}
.blocks_vertical .item .content .mobile-content .read i {
  margin-left: 5px;
}
.blocks_vertical .item .content .mobile-content .read .read_more i {
  position: relative;
  top: 1px;
}
.blocks_vertical .item .content .mobile-content .read .read_less i {
  position: relative;
  top: 6px;
}
.contact_options {
  width: 550px;
  margin: 0 auto;
  text-align: center;
}
.newest_products {
  background: #f7f7f7;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.newest_products:before {
  content: '';
  position: absolute;
  top: -250px;
  height: 250px;
  left: 0;
  right: 0;
  z-index: 0;
  background: #f7f7f7;
}
.newest_products .heading h3 {
  margin: 0;
}
.newest_products .heading small {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 50px;
}
.newest_products .bottom {
  margin: 30px 0;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.newest_products .bottom a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: 300;
}
.newest_products .bottom a:hover,
.newest_products .bottom a:focus,
.newest_products .bottom a:active {
  border-width: 0;
}
.width-75 {
  width: 75%;
  margin: 0 auto;
}
.newest-carousel-wrapper {
  position: relative;
}
.newest-carousel-wrapper .newest-carousel-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.newest-carousel-wrapper .newest-carousel-nav.amount-1 {
  width: 65%;
  margin: 0 auto;
}
.newest-carousel-wrapper .newest-carousel-nav .owl-prev,
.newest-carousel-wrapper .newest-carousel-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50em;
  text-align: center;
  padding: 0;
  font-size: 15px;
  background: #FD5050;
  color: #fff;
  cursor: pointer;
  top: 50%;
  z-index: 2;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newest-carousel-wrapper .newest-carousel-nav .owl-prev.disabled,
.newest-carousel-wrapper .newest-carousel-nav .owl-next.disabled {
  background: #ddd;
  color: #aaa;
}
.newest-carousel-wrapper .newest-carousel-nav .owl-prev.disabled:hover,
.newest-carousel-wrapper .newest-carousel-nav .owl-next.disabled:hover,
.newest-carousel-wrapper .newest-carousel-nav .owl-prev.disabled:focus,
.newest-carousel-wrapper .newest-carousel-nav .owl-next.disabled:focus,
.newest-carousel-wrapper .newest-carousel-nav .owl-prev.disabled:active,
.newest-carousel-wrapper .newest-carousel-nav .owl-next.disabled:active {
  background: #ddd;
  color: #aaa;
}
.newest-carousel-wrapper .newest-carousel-nav .owl-prev:hover,
.newest-carousel-wrapper .newest-carousel-nav .owl-next:hover,
.newest-carousel-wrapper .newest-carousel-nav .owl-prev:focus,
.newest-carousel-wrapper .newest-carousel-nav .owl-next:focus,
.newest-carousel-wrapper .newest-carousel-nav .owl-prev:active,
.newest-carousel-wrapper .newest-carousel-nav .owl-next:active {
  background: #194b53;
  color: #fff;
}
.newest-carousel-wrapper .newest-carousel-nav .owl-prev {
  position: absolute;
  left: -20px;
  bottom: 0;
}
.newest-carousel-wrapper .newest-carousel-nav .owl-next {
  position: absolute;
  right: -20px;
  bottom: 0;
}
.newest-carousel-wrapper .newest-carousel-nav .owl-dots {
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.newest-carousel-wrapper .newest-carousel-nav .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  width: 11px;
  height: 11px;
  border-radius: 50em;
  background: #ccc;
}
.newest-carousel-wrapper .newest-carousel-nav .owl-dots .owl-dot:hover,
.newest-carousel-wrapper .newest-carousel-nav .owl-dots .owl-dot:focus,
.newest-carousel-wrapper .newest-carousel-nav .owl-dots .owl-dot:active {
  background: #888;
}
.newest-carousel-wrapper .newest-carousel-nav .owl-dots .owl-dot.active {
  background: #FD5050;
}
.newest-carousel-wrapper #newest-carousel-inner {
  margin: 0 auto;
  padding: 15px 0;
}
.newest-carousel-wrapper .newest-carousel-products.amount-1 {
  width: 65%;
  margin: 0 auto;
}
.newest-carousel-wrapper .newest-carousel-products .owl-stage {
  display: flex;
}
.newest-carousel-wrapper .newest-carousel-products .owl-dots {
  position: relative;
  margin: 30px 0 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.newest-carousel-wrapper .newest-carousel-products .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  width: 11px;
  height: 11px;
  border-radius: 50em;
  background: #ccc;
}
.newest-carousel-wrapper .newest-carousel-products .owl-dots .owl-dot:hover,
.newest-carousel-wrapper .newest-carousel-products .owl-dots .owl-dot:focus,
.newest-carousel-wrapper .newest-carousel-products .owl-dots .owl-dot:active {
  background: #888;
}
.newest-carousel-wrapper .newest-carousel-products .owl-dots .owl-dot.active {
  background: #FD5050;
}
.newest-carousel-wrapper .newest-carousel-products .item {
  padding: 0;
  background: #fff;
  border: 0 solid #eee;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  height: 100%;
  width: 100%;
}
.newest-carousel-wrapper .newest-carousel-products .item .banner {
  position: absolute;
  left: 30px;
}
.newest-carousel-wrapper .newest-carousel-products .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.newest-carousel-wrapper .newest-carousel-products .item .img-base {
  position: relative;
  padding: 0;
}
.newest-carousel-wrapper .newest-carousel-products .item .img-base .img {
  border: 0 solid #ccc;
  width: 100%;
  padding: 50% 0;
  background-size: contain!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.newest-carousel-wrapper .newest-carousel-products .item .img-base .wishicon {
  position: absolute;
  top: 15px;
  left: 15px;
}
.newest-carousel-wrapper .newest-carousel-products .item .img-base .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:before {
  background: url('../img/heart_red.svg');
  background-repeat: no-repeat !important;
  transform: scale(1.1);
}
.newest-carousel-wrapper .newest-carousel-products .item .img-base .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:hover:before,
.newest-carousel-wrapper .newest-carousel-products .item .img-base .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:focus:before,
.newest-carousel-wrapper .newest-carousel-products .item .img-base .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:active:before {
  background: url('../img/heart_red.svg');
  background-repeat: no-repeat !important;
}
.newest-carousel-wrapper .newest-carousel-products .item .img-base .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:before {
  content: '';
  background: url('../img/heart.svg');
  background-repeat: no-repeat !important;
  display: block;
  width: 22px;
  height: 20px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.newest-carousel-wrapper .newest-carousel-products .item .img-base .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:hover:before,
.newest-carousel-wrapper .newest-carousel-products .item .img-base .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:focus:before,
.newest-carousel-wrapper .newest-carousel-products .item .img-base .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:active:before {
  background: url('../img/heart_fill.svg');
  background-repeat: no-repeat !important;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner {
  padding: 15px 15px 40px 15px;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  font-family: 'CaslonGraphiqueEF', sans-serif;
  margin: 0 0 5px;
  padding-right: 85px;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .price {
  margin: 5px 0 15px 0;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .price .strike_price {
  position: relative;
  top: 8px;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .price del {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #194b53;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .price del .woocommerce-Price-amount {
  font-size: 18px;
  color: #000;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .price ins .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 50em;
  padding: 8px 12px;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .price .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 50em;
  padding: 8px 12px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .price .woocommerce-Price-amount .int-part:after {
  content: ',';
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .price .woocommerce-Price-amount .int-part.no_decimals:after {
  display: none;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .price .woocommerce-Price-amount sup {
  font-size: 65%;
  margin-left: 2px;
}
.newest-carousel-wrapper .newest-carousel-products .item .inner .category {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 17px;
}
.newest-carousel-wrapper .newest-carousel-products .item .more {
  font-size: 15px;
}
.newest-carousel-wrapper .newest-carousel-products .item .more a {
  color: #FD5050;
}
.newest-carousel-wrapper .newest-carousel-products .item:hover .inner .price .woocommerce-Price-amount,
.newest-carousel-wrapper .newest-carousel-products .item:focus .inner .price .woocommerce-Price-amount,
.newest-carousel-wrapper .newest-carousel-products .item:active .inner .price .woocommerce-Price-amount {
  background: #FD5050;
}
.newest-carousel-wrapper .newest-carousel-products .item:hover .inner .price del .woocommerce-Price-amount,
.newest-carousel-wrapper .newest-carousel-products .item:focus .inner .price del .woocommerce-Price-amount,
.newest-carousel-wrapper .newest-carousel-products .item:active .inner .price del .woocommerce-Price-amount {
  background: transparent;
}
.project_categories.fixed {
  position: fixed;
  overflow: auto;
}
.project_categories .project_categories_collapse {
  border: 1px solid #eee;
  background: #fcfcfc;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.project_categories .project_categories_collapse:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.project_categories .project_categories_collapse.active:after {
  transform: translateY(-50%) scaleY(-1);
  -moz-transform: translateY(-50%) scaleY(-1);
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
}
.project_categories .project_categories_collapse:hover,
.project_categories .project_categories_collapse:focus,
.project_categories .project_categories_collapse:active {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 10px 12px 10px;
  color: #FD5050;
}
.project_categories ul#project_categories_filter {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.project_categories ul#project_categories_filter li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.project_categories ul#project_categories_filter li a {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 10px 20px;
  color: #000;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.project_categories ul#project_categories_filter li a:before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-weight: 700;
}
.project_categories ul#project_categories_filter li a:hover,
.project_categories ul#project_categories_filter li a:focus,
.project_categories ul#project_categories_filter li a:active {
  color: #194b53;
  padding-left: 25px;
}
.project_categories ul#project_categories_filter li a.active {
  color: #194b53;
}
.project .project_sidebar {
  margin: 0 0 0 50px;
}
.project .project_sidebar .project-img img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}
.project .project_sidebar .project-cta {
  margin-top: 30px;
}
.project .project_sidebar .project-cta .btn {
  display: block;
  margin: 0 0 15px;
}
.project .project-images .img-base {
  width: 100%;
  margin-bottom: 30px;
}
.project .project-images .img-base .img {
  width: 100%;
  padding-top: 35%;
  padding-bottom: 35%;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.project .project-images .img-base .img:hover,
.project .project-images .img-base .img:focus,
.project .project-images .img-base .img:active {
  box-shadow: inset -10px -10px 0 #fff, inset 10px 10px 0 #fff, 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.prevnext-projects {
  margin-top: 100px;
  color: #444;
  font-size: 16px;
}
.prevnext-projects a {
  color: #444;
}
.prevnext-projects strong {
  font-size: 18px;
}
.prevnext-projects .right {
  text-align: right;
}
.ship_options_wrapper {
  margin-top: 15px;
}
.ship_options_wrapper input[type="radio"],
.ship_options_wrapper input[type="checkbox"] {
  display: none;
}
.ship_options_wrapper input[type="radio"]:checked + label,
.ship_options_wrapper input[type="checkbox"]:checked + label {
  background-color: #FD5050;
  color: #fff;
}
.ship_options_wrapper input[type="radio"]:checked + label .method:after,
.ship_options_wrapper input[type="checkbox"]:checked + label .method:after {
  opacity: 1;
}
.ship_options_wrapper input[type="radio"]:checked + label .text,
.ship_options_wrapper input[type="checkbox"]:checked + label .text {
  color: #fff;
}
.ship_options_wrapper label {
  display: block;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  line-height: 21px;
  margin: 0 0 15px;
  font-weight: 700;
  padding: 16px 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.ship_options_wrapper label .method {
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding-left: 35px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.ship_options_wrapper label .method:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -3px;
  margin-right: 10px;
  border-radius: 50em;
  background: #fff;
  border: 1px solid #bbb;
}
.ship_options_wrapper label .method:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 2px;
  margin-right: 10px;
  border-radius: 50em;
  background: #222;
  opacity: 0;
}
.ship_options_wrapper label .text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.review {
  text-align: center;
}
.review .inner {
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  color: #14272e;
  margin: 0 0 30px;
}
.review .inner p {
  display: inline;
}
.review .inner:before {
  content: '\f10d';
  font-family: "Font Awesome 5 Free";
  color: #194b53;
  font-size: 20px;
  margin-right: 5px;
}
.review .inner:after {
  content: '\f10e';
  font-family: "Font Awesome 5 Free";
  color: #194b53;
  font-size: 20px;
  margin-left: 5px;
}
.review .customer {
  font-size: 18px;
  font-weight: 500;
  color: #777;
}
.lazy {
  background: #d3d3d3 !important;
  position: relative;
}
.lazy:after {
  content: "";
  position: absolute;
  background: transparent!important;
  left: calc(50% - 16px) !important;
  top: calc(50% - 16px) !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 8px solid #ccc;
  border-top: 8px solid #aaa;
  border-radius: 50%!important;
  width: 50px;
  height: 50px;
  animation-name: lazyloadSpin;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes lazyloadSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* News */
.blocks .amount {
  margin: 0 0 20px;
  opacity: 0.5;
}
.blocks .row_block {
  background: #fff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
}
.blocks .row_block .img {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.blocks .item {
  margin-bottom: 45px;
}
.blocks .item.item-project {
  display: none!important;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.blocks .item.scale-anm {
  display: flex!important;
  opacity: 1;
}
.blocks .item a {
  width: 100%;
}
.blocks .item.vertical_row {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.blocks .item.vertical_row a {
  display: block;
  width: 100%;
}
.blocks .item.vertical_row .block {
  display: block;
  width: 100%;
  border: 1px solid #aaa;
}
.blocks .item.vertical_row .block .img-base {
  float: left;
  width: 30%;
}
.blocks .item.vertical_row .block .inner {
  float: right;
  width: 70%;
}
.blocks .item .card,
.blocks .item .cardblock {
  background: #fff;
  width: 100%;
  border: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
}
.blocks .item .card .card-footer,
.blocks .item .cardblock .card-footer {
  border: 0;
  background: transparent;
  text-align: center;
  padding: 0 30px 30px 30px;
}
.blocks .item .img-base.left {
  display: inline-block;
  vertical-align: top;
  width: 350px;
}
.blocks .item .img-base.left .img {
  padding-top: 40%;
  padding-bottom: 40%;
}
.blocks .item .img-base .img {
  width: 100%;
  padding-top: 25%;
  padding-bottom: 25%;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.blocks .item .img-base .icon {
  padding-top: 25%;
  padding-bottom: 25%;
  text-align: center;
  font-size: 30px;
  background-color: #edf2f8;
}
.blocks .item .inner {
  padding: 30px;
}
.blocks .item .inner.right {
  display: inline-block !important;
  vertical-align: top;
  width: calc(100% - 355px);
}
.blocks .item .inner .heading {
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
}
.blocks .item .inner .categories {
  color: #999;
  margin: 10px 0 0;
}
.blocks .item .inner .categories a {
  color: #999;
}
.blocks .item .inner h4 {
  margin: 0;
  font-size: 23px;
  line-height: 29px;
}
.blocks .item .inner .subtitle {
  margin: 5px 0 15px 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 17px;
  line-height: 28px;
}
.blocks .item .inner .description {
  margin: 35px 0 40px;
}
.news-filter {
  background: #FD5050;
  color: #333;
  padding: 35px;
  margin: 0 0 30px;
}
.news-filter .dropdown.show button:after {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.news-filter .dropdown button {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  font-size: 18px;
  padding: 15px 25px;
  text-align: left;
  letter-spacing: 0.25px;
  position: relative;
}
.news-filter .dropdown button:after {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.news-filter .dropdown ul.dropdown-menu {
  width: 100%;
  font-size: 18px;
  background: #fff;
}
.news-filter .dropdown ul.dropdown-menu li a {
  display: block;
  padding: 10px 25px;
  color: #FD5050;
}
.news-filter .dropdown ul.dropdown-menu li a:hover,
.news-filter .dropdown ul.dropdown-menu li a:focus,
.news-filter .dropdown ul.dropdown-menu li a:active {
  color: #194b53;
}
.news-filter #searchform,
.news-filter #search-form {
  width: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.news-filter #searchform input[type=text],
.news-filter #search-form input[type=text] {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 18px;
  box-shadow: none;
  border-color: #ddd;
  margin: 0;
}
.news-filter #searchform button[type=submit],
.news-filter #search-form button[type=submit] {
  border: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-filter #searchform input[type=submit],
.news-filter #search-form input[type=submit] {
  width: 140px;
  background: #194b53;
  margin-left: -5px;
  display: inline-block;
  padding: 15px 25px;
  vertical-align: top;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.news-filter #searchform input[type=submit]:hover,
.news-filter #search-form input[type=submit]:hover,
.news-filter #searchform input[type=submit]:focus,
.news-filter #search-form input[type=submit]:focus,
.news-filter #searchform input[type=submit]:active,
.news-filter #search-form input[type=submit]:active {
  background: #0d282c;
}
ul.check {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
ul.check li {
  position: relative;
  padding-left: 40px;
}
ul.check li:before {
  position: absolute;
  left: 0;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #FD5050;
}
ul.check.secondary li:before {
  color: #194b53;
}
ul.check.default li:before {
  color: #000;
}
ul.two {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.two li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
ul.three {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
ul.three li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
#map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#map .marker {
  background-image: url('../img/favicon.png');
  background-size: contain!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#map .mapboxgl-popup {
  min-width: 150px;
  max-width: 225px;
}
#map .mapboxgl-popup-content {
  padding: 40px 25px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Proxima Nova', serif;
}
#map .mapboxgl-popup-content .mapboxgl-popup-close-button {
  top: 5px;
  right: 5px;
  font-size: 20px;
}
#map .mapboxgl-popup-content h5,
#map .mapboxgl-popup-content p {
  margin: 0 0 20px;
}
.gastenboek_form #post_guestbook_message {
  margin: 0 auto;
  text-align: center;
}
.gastenboek_form #post_guestbook_message table {
  background: transparent;
  text-align: center;
  margin: 0 auto;
}
.gastenboek_form #post_guestbook_message table label {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  line-height: 52px;
}
.gastenboek_form #post_guestbook_message table input,
.gastenboek_form #post_guestbook_message table textarea,
.gastenboek_form #post_guestbook_message table button {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  background: rgba(0, 0, 0, 0.05);
  text-align: left;
}
.gastenboek_form #post_guestbook_message table input.error,
.gastenboek_form #post_guestbook_message table textarea.error,
.gastenboek_form #post_guestbook_message table button.error {
  border-color: red;
}
.gastenboek_form #post_guestbook_message table td,
.gastenboek_form #post_guestbook_message table th,
.gastenboek_form #post_guestbook_message table tr {
  border-width: 0;
}
.gastenboek_form #post_guestbook_message table tr td {
  padding: 5px 25px;
}
.gastenboek_form #post_guestbook_message table tr td:first-of-type {
  padding-right: 35px;
}
.gastenboek_form #post_guestbook_message table tr td label {
  font-weight: 700;
  vertical-align: top;
}
.gastenboek_form #post_guestbook_message button[type=submit] {
  font-family: 'Proxima Nova', serif;
  background: #194b53;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.gastenboek_form #post_guestbook_message button[type=submit]:hover,
.gastenboek_form #post_guestbook_message button[type=submit]:focus,
.gastenboek_form #post_guestbook_message button[type=submit]:active {
  background: #13393f !important;
  color: #fff;
  box-shadow: none!important;
}
.gastenboek_wrapper .gastenboek_item {
  background: #fff;
  padding: 25px 25px 95px 25px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  position: relative;
}
.gastenboek_wrapper .gastenboek_item .date {
  color: #194b53;
  font-size: 16px;
  margin: 0 0 5px;
}
.gastenboek_wrapper .gastenboek_item .inner p:last-of-type {
  margin-bottom: 0;
}
.gastenboek_wrapper .gastenboek_item .gastenboek_footer {
  font-size: 16px;
  padding: 10px 25px;
  border-top: 1px solid #dfdfdf;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.visual {
  position: relative;
  width: 100%;
  padding: 150px 0 110px;
}
.visual .visual-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
}
.visual .visual-overlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.visual .visual-inner {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.visual .visual-inner .inner {
  margin: 0 25px;
}
.visual .visual-inner .inner h1,
.visual .visual-inner .inner h2,
.visual .visual-inner .inner h3,
.visual .visual-inner .inner h4,
.visual .visual-inner .inner h5,
.visual .visual-inner .inner h6 {
  font-size: 55px;
  line-height: 65px;
}
.visual .visual-inner .inner a {
  font-family: 'Proxima Nova', serif;
  background: #194b53;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.visual .visual-inner .inner a:hover,
.visual .visual-inner .inner a:focus,
.visual .visual-inner .inner a:active {
  background: #13393f !important;
  color: #fff;
  box-shadow: none!important;
}
.wpcf7-not-valid-tip {
  margin: 0 0 7px;
}
.submit_form {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.submit_form .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background-color: #fff;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  padding: 20px!important;
  border-radius: 50em;
}
div.wpcf7-response-output {
  padding: 15px 25px;
  font-size: 16px;
  line-height: 25px;
}
/* Error message */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  box-shadow: inset 5px 0 0 red;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* Success message */
div.wpcf7-mail-sent-ok {
  box-shadow: inset 5px 0 0 #398f14;
  color: #398f14;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contactpage .heading {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 30px;
  color: #FD5050;
}
.contactpage .wpcf7-form p {
  margin: 0 0 5px;
}
.contactpage .wpcf7-form label {
  display: none;
  font-weight: 600;
}
.contactpage .wpcf7-form label + br {
  display: none;
}
.contactpage .wpcf7-form .agree_terms {
  display: block;
  margin: 10px 0 20px;
}
.contactpage .wpcf7-form .agree_terms span.wpcf7-list-item {
  margin: 0;
}
.contactpage .wpcf7-form .submit_form {
  margin: 15px 0 0 0;
}
.contactpage .contactcol {
  padding: 75px;
  line-height: 35px;
  margin: 0 auto;
}
.contactpage .contactcol.first {
  padding: 75px 35px 75px 75px;
}
.contactpage .contactcol.second {
  padding: 75px 75px 75px 35px;
}
.contactpage .contactcol.second i {
  width: 25px;
  color: #194b53;
}
.contactpage .contactcol.second a {
  color: #000;
}
.contactpage .contactcol .contactcol_inner .openinghours {
  width: 100%;
  min-width: 300px;
}
.openinghours.contact .time-item {
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #eee;
  line-height: 40px;
}
.openinghours.contact .time-item:before {
  content: '\f017';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  color: #194b53;
}
footer.footer {
  background: #f7f7f7;
  padding: 50px 0 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  position: relative;
}
footer.footer a {
  color: #000;
}
footer.footer .footcol {
  line-height: 24px;
  max-width: 90%;
  margin: 0 auto;
}
footer.footer .footcol .footcol_inner {
  display: table;
  vertical-align: top;
  margin: 0 auto;
}
footer.footer .footcol .footcol_inner .openinghours {
  width: 100%;
  min-width: 285px;
}
footer.footer .footcol .footcol_inner strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 0 25px 0;
}
footer.footer .footcol .footcol_inner .wpcf7-form p {
  margin: 0 0 5px;
}
footer.footer .footcol .footcol_inner .wpcf7-form label {
  display: none;
}
footer.footer .footcol .footcol_inner .wpcf7-form label.agree_terms {
  display: block;
}
footer.footer .footcol .footcol_inner .wpcf7-form label + br {
  display: none;
}
footer.footer .footcol .footcol_inner .wpcf7-form input[type="submit"] {
  font-family: 'Proxima Nova', serif;
  background: #194b53;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
footer.footer .footcol .footcol_inner .wpcf7-form input[type="submit"]:hover,
footer.footer .footcol .footcol_inner .wpcf7-form input[type="submit"]:focus,
footer.footer .footcol .footcol_inner .wpcf7-form input[type="submit"]:active {
  background: #13393f !important;
  color: #fff;
  box-shadow: none!important;
}
footer.footer .footcol ul {
  padding: 0;
  list-style-type: none;
}
footer.footer .footcol ul.first {
  font-size: 22px;
  line-height: 30px;
}
footer.footer .footcol ul.first li a {
  font-weight: 600;
}
footer.footer .footcol ul li {
  display: block;
}
footer.footer .footcol ul li a {
  font-weight: 400;
  color: #000;
}
footer.footer .footcol ul li a:hover,
footer.footer .footcol ul li a:focus,
footer.footer .footcol ul li a:active {
  color: #FD5050;
}
footer.footer .footcol ul li img {
  display: none;
}
footer.footer .footcol .socials {
  margin-top: 35px;
}
footer.footer .footcol .socials a {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #444;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 33px;
  margin-right: 5px;
  border-radius: 50em;
}
footer.footer .footcol .socials a i {
  font-size: 16px;
}
footer.footer .footcol .socials a:hover,
footer.footer .footcol .socials a:focus,
footer.footer .footcol .socials a:active {
  color: #FD5050;
}
footer.footer .footcol.form label {
  font-weight: normal;
}
footer.footer .footcol.form .heading-form {
  margin-bottom: 25px;
}
footer.footer .footcol.form a {
  text-decoration: underline;
}
footer.footer .footcol .footerimg {
  position: absolute;
  bottom: -45px;
}
footer.footer .footcol .footerimg img {
  height: 175px;
}
footer.footer .copyr {
  background: #fff;
  color: #777;
  margin-top: 75px;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0;
}
footer.footer .copyr .bottom_logos p {
  margin: 0;
}
footer.footer .copyr .bottom_logos .gallery .gallery-item a {
  padding: 0;
  height: 26px;
}
footer.footer .copyr .bottom_logos .gallery .gallery-item a img {
  object-fit: contain!important;
  -o-object-fit: contain!important;
}
footer.footer .copyr .creator {
  display: block;
  margin-top: 10px;
  text-align: right;
}
footer.footer .copyr .creator a {
  color: #333;
  font-weight: 600;
}
footer.footer .copyr .creator a:hover,
footer.footer .copyr .creator a:focus,
footer.footer .copyr .creator a:active {
  color: #FD5050;
}
footer.footer .copyr .creator img {
  display: inline-block;
  left: 2px;
  position: relative;
  top: -3px;
  margin: 0;
  width: auto;
  height: 13px;
}
.seo_content {
  margin-top: 50px;
}
.modal_popup.noshow {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.modal_popup.type_bottom {
  background: #FD5050;
  padding: 30px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.modal_popup.type_bottom.display_popup {
  bottom: 0;
  opacity: 1;
  pointer-events: inherit;
  z-index: 9999;
}
.modal_popup.type_bottom .close {
  color: #fff;
  font-size: 40px;
  line-height: 20px;
  font-weight: normal;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.modal_popup.type_bottom .text {
  padding-right: 50px;
}
.modal_popup.type_bottom .text p:last-of-type {
  margin: 0;
}
.modal_popup .modal-dialog {
  max-width: 975px;
}
.modal_popup .modal-content {
  border: 0;
}
.modal_popup .modal-header {
  background: #194b53;
  color: #fff;
  padding: 20px 50px 20px 30px;
}
.modal_popup .modal-header h4 {
  font-family: 'Proxima Nova', serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
}
.modal_popup .modal-header .close {
  position: absolute;
  right: 25px;
  text-shadow: none;
  color: #fff;
  font-weight: 100;
  font-size: 50px;
}
.modal_popup .modal-body {
  position: relative;
  padding: 0 15px 15px 0;
}
.modal_popup .modal-body .col_1,
.modal_popup .modal-body .col_2,
.modal_popup .modal-body .col_3,
.modal_popup .modal-body .col_4,
.modal_popup .modal-body .col_5,
.modal_popup .modal-body .col_6,
.modal_popup .modal-body .col_7,
.modal_popup .modal-body .col_8,
.modal_popup .modal-body .col_9,
.modal_popup .modal-body .col_10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.modal_popup .modal-body .col_1 {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.modal_popup .modal-body .col_2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.modal_popup .modal-body .col_3 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.modal_popup .modal-body .col_4 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.modal_popup .modal-body .col_5 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.modal_popup .modal-body .col_6 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.modal_popup .modal-body .col_7 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.modal_popup .modal-body .col_8 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.modal_popup .modal-body .col_9 {
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
.modal_popup .modal-body .col_10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.modal_popup .modal-body h2 {
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 20px;
}
.modal_popup .modal-body h3,
.modal_popup .modal-body h4,
.modal_popup .modal-body h5 {
  margin: 0 0 20px;
}
.modal_popup .modal-body .text {
  padding: 35px;
}
.modal_popup .modal-body .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.modal_popup .modal-body .img.contain {
  background-size: contain!important;
}
.modal_popup .modal-body .close_popup_wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal_popup .modal-body .close_popup {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 0 35px;
  color: #FD5050;
  text-decoration: underline;
  cursor: pointer;
}
.modal_popup .modal-body .close_popup:hover,
.modal_popup .modal-body .close_popup:focus,
.modal_popup .modal-body .close_popup:active {
  color: #000;
  text-decoration: none;
}
/* Cookie */
.cookies-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  right: 0;
  margin: 0;
  padding: 20px 15px;
  border-top-left-radius: 5px;
  z-index: 9999;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  animation-name: slide-in;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
  -webkit-animation-name: slide-in;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
}
.cookies-popup.noshow {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.cookies-popup #cookies {
  font-size: 15px;
  line-height: 22px;
}
.cookies-popup #cookies h3 {
  margin: 0 0 20px;
  font-size: 30px;
}
.cookies-popup #cookies .cookie-text {
  position: relative;
  top: 10px;
}
.cookies-popup #cookies .accept-btn-wrapper .accept-btn {
  background: #c7d063;
  border-radius: 2px;
  color: #111;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.cookies-popup #cookies .accept-btn-wrapper .accept-btn:hover,
.cookies-popup #cookies .accept-btn-wrapper .accept-btn:focus,
.cookies-popup #cookies .accept-btn-wrapper .accept-btn:active {
  background: #b9c43c;
  text-decoration: none;
}
.cookies-popup #cookies .accept-btn-wrapper .more-btn {
  background: #555;
  border-radius: 2px;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 0;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.cookies-popup #cookies .accept-btn-wrapper .more-btn:hover,
.cookies-popup #cookies .accept-btn-wrapper .more-btn:focus,
.cookies-popup #cookies .accept-btn-wrapper .more-btn:active {
  background: #222;
  text-decoration: none;
}
body.page-id-1925 .wrapper-content .gallery-icon:after,
body.page-id-2297 .wrapper-content .gallery-icon:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  background: #e8e8e0;
  color: #000;
  font-size: 15px;
  border-radius: 50em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
  bottom: 35px;
  right: 35px;
}
body.post-type-archive li.product.post-2263 {
  display: none;
}
.chat_window {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #13393f;
  box-shadow: inset 35px -2px 35px rgba(0, 0, 0, 0.1);
  padding: 15px 75px 15px 85px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  height: 65px;
  font-size: 16px;
  z-index: 9999;
}
.chat_window img {
  height: 75px;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.grecaptcha-badge {
  display: none;
}
li.payment_method_buckaroo_afterpay,
li.payment_method_buckaroo_sofortbanking {
  display: none;
}
.captcha-image {
  border: 0!important;
  padding: 0;
  text-align: left!important;
}
.captcha-image .cf7ic_instructions span {
  color: #FD5050 !important;
}
.captcha-image label {
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center!important;
}
.captcha-image label.checked {
  border-color: #FD5050;
}
.captcha-image label input[type=checkbox] {
  opacity: 0;
}
.wpcf7 label {
  font-weight: 700;
}
.wpcf7 p {
  margin-bottom: 20px!important;
}
.related_collections .item {
  position: relative;
}
.related_collections .item .img-base {
  overflow: hidden;
}
.related_collections .item .img-base .img {
  padding: 40% 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.related_collections .item .img-base .img:after {
  content: '';
  background: rgba(0, 0, 0, 0.23);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.related_collections .item .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #fff;
}
.related_collections .item .inner h4 {
  margin: 0;
}
.related_collections .item .inner .sub {
  position: relative;
  top: 5px;
}
.related_collections .item:hover .img,
.related_collections .item:focus .img,
.related_collections .item:active .img {
  transform: scale(1.05);
}
#whatsapp_chat {
  display: inline-block;
  background-color: #45c555;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50em;
  margin: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 1000;
  opacity: 1;
}
#whatsapp_chat:after {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-size: 28px;
  line-height: 59px;
  color: #fff;
}
#whatsapp_chat:hover,
#whatsapp_chat:focus,
#whatsapp_chat:active {
  cursor: pointer;
  background-color: #FD5050;
}
#chatra.chatra--side-bottom {
  right: 15px!important;
  bottom: 83px!important;
}
.mark,
mark {
  color: #fff;
  padding: 5px;
  border-radius: 50em;
  font-family: 'Proxima Nova', serif;
}
body.page-id-8975 .product-category h2 {
  font-family: 'CaslonGraphiqueEF', sans-serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #111;
}
.plexiglas_message {
  display: block;
  background: #194b53;
  padding: 10px 20px;
  line-height: 23px;
  color: #fff;
  margin-top: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 2px solid #0d282c;
}
.plexiglas_message i {
  color: #fecd58;
}
.section_tips {
  background: #194b53 !important;
  color: #fff;
  padding: 5.5% 0 !important;
  position: relative;
}
.section_tips .heading {
  margin-bottom: 15px;
}
.section_tips .tips_title {
  position: absolute;
  right: 0;
  bottom: 40px;
  color: #fff;
  pointer-events: none;
  font-size: 15.85vw;
  font-family: 'Selima', sans-serif;
}
.section_tips .blog_item .card {
  height: 100%;
}
.section_tips .blog_item .card .img-base {
  height: 100%;
}
.section_tips .blog_item .card .img-base .img {
  height: 100%;
  position: relative;
  z-index: 1;
}
.section_tips .blog_item .card .inner {
  max-width: 85%;
  padding: 0;
}
.section_tips .blog_item .card .inner .categories {
  margin-bottom: 20px;
}
.section_tips .blog_item .card .inner .heading a {
  color: #fff;
}
.section_tips .blog_item .card .inner .blog_content {
  padding-bottom: 35px;
}
.section_tips .blog_item .card .inner .blog_content a {
  font-weight: 700;
}
.section_tips .blog_item .card .inner .blog_content a:hover,
.section_tips .blog_item .card .inner .blog_content a:focus,
.section_tips .blog_item .card .inner .blog_content a:active {
  color: #fff;
}
.section_archive_more_blogs {
  padding: 8% 0 5%!important;
}
.section_archive_more_blogs .heading_single {
  text-align: center;
  margin-bottom: 5%;
}
.section_archive_more_blogs .heading_single h2 {
  font-size: 44px;
  line-height: 1.1;
}
.section_archive_more_blogs .blog_row {
  margin: 0 -35px 0 -25px;
}
.section_archive_more_blogs .blog_row.blog_row_single {
  margin: 0 -7px 0 -21px;
}
.section_archive_more_blogs .blog_row .col_item {
  padding: 0 35px;
}
.section_archive_more_blogs .blog_row .show_more_blogs {
  margin: -30px auto 0;
  background: #000;
  position: relative;
  z-index: 1;
}
.section_archive_more_blogs .blog_row .show_more_blogs:after {
  content: '';
  display: inline-block;
  background: url('../img/arrow_down.svg');
  width: 13px;
  height: 8px;
  background-size: contain!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  margin-left: 10px;
}
.blog_item.first_col .card {
  margin-right: -7px;
}
.blog_item.first_col .card .inner .btn {
  min-width: 211px;
}
.blog_item.first_col:first-of-type {
  position: relative;
  margin-bottom: 15%;
}
.blog_item.first_col:first-of-type:before {
  content: '';
  position: absolute;
  right: -16%;
  top: 18%;
  bottom: -30px;
  left: -50%;
  background: #f7f7f7;
}
.blog_item.second_col {
  margin-left: 69px;
  margin-top: -18px;
}
.blog_item.second_col:first-of-type .card {
  margin-bottom: 35%;
}
.blog_item.second_col:first-of-type .card .img-base {
  position: relative;
  z-index: 0;
}
.blog_item.second_col:first-of-type .card .img-base:before {
  content: '';
  position: absolute;
  right: -21px;
  top: -24px;
  bottom: 21px;
  left: 51px;
  z-index: -1;
  background: #f4e6d9;
}
.blog_item.second_col:last-of-type .card .img-base .img {
  padding: 70% 0;
}
.blog_item.second_col .card .inner {
  padding: 15px 0;
}
.blog_item.second_col .card .inner .heading h4 {
  font-size: 32px;
}
.blog_item.second_col .card .img-base .img {
  padding: 55% 0;
}
.blog_item.small_variant .card .img-base .img {
  padding: 33.5% 0;
}
.blog_item.small_variant .card .inner {
  padding: 15px 0;
}
.blog_item.small_variant .card .inner.inner_single {
  padding: 25px 0;
}
.blog_item.small_variant .card .inner.inner_single .heading {
  color: #000;
  margin-top: 5px;
  max-width: 75%;
}
.blog_item.small_variant .card .inner .categories {
  margin-bottom: 0;
}
.blog_item.small_variant .card .inner .heading h5 {
  font-size: 25px;
  line-height: 1.15;
  color: #000;
}
.blog_item .card {
  margin-bottom: 50px;
  background: transparent;
  border: 0;
}
.blog_item .card .img-base .img {
  padding: 29% 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.blog_item .card .inner {
  padding: 30px 0;
}
.blog_item .card .inner .categories {
  font-size: 11px;
  text-transform: uppercase;
  color: #FD5050;
  font-weight: 600;
  margin-bottom: 5px;
}
.blog_item .card .inner .categories span {
  margin-right: 15px;
}
.blog_item .card .inner .categories span:last-of-type {
  margin-right: 0;
}
.blog_item .card .inner .heading a {
  color: #000;
}
.blog_item .card .inner .heading h4 {
  line-height: 1.1;
  margin: 0;
}
.blog_item .card .inner .blog_content {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
}
.blog_item .card .inner .blog_content p {
  margin: 0;
}
.blog_item .card .inner .btn {
  display: inline-block;
  margin-top: 20px;
  background: #000;
  width: fit-content;
}
.blog_post {
  font-size: 16px;
  line-height: 24px;
}
.blog_post h2,
.blog_post h3,
.blog_post h4 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 35px;
}
.blog_post .btn-default {
  background: #000 !important;
}
.blog_post .section {
  background: #fff !important;
}
.blog_post .smaller_content {
  max-width: 850px;
  margin: 0 auto!important;
  text-align: center;
}
.blog_post .smaller_content p:last-of-type {
  margin: 0;
}
.blog_post .main-heading {
  max-width: 850px;
  margin: 0 auto!important;
}
.blog_post .main-heading .page_title {
  font-family: 'Selima', sans-serif;
  font-size: 66px;
  line-height: 42px;
  color: #FD5050;
  margin-bottom: 15px;
}
.blog_post .main-heading h1 {
  max-width: 91%;
  margin: 0 auto 30px!important;
}
.blog_post .main-heading .toptext {
  font-size: 24px;
  line-height: 32px;
}
.blog_post .cat_links {
  margin-top: 8%;
  margin-bottom: 30px;
}
.blog_post .main_image {
  max-width: 1045px;
  margin: 0 auto;
  position: relative;
}
.blog_post .main_image .img {
  width: 100%;
  padding: 30% 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.blog_post .main_image .first_caption {
  position: absolute;
  right: -50px;
  bottom: -54%;
  pointer-events: none;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 92px;
  line-height: 76px;
  font-family: 'Selima', sans-serif;
}
.blog_post .background_light {
  position: relative;
  z-index: 0;
}
.blog_post .background_light:before {
  content: '';
  background: #f4e6d9;
  position: absolute;
  bottom: 1%;
  z-index: -1;
  height: 55%;
  width: 120%;
  left: -10%;
  transform: rotate(-7.5deg);
}
.blog_post .second_alin {
  padding-top: 8%;
}
.blog_post .post_socials {
  padding: 6% 0;
}
.blog_post .follow_social {
  text-align: center;
}
.blog_post .follow_social .heading {
  font-weight: 700;
  margin-bottom: 30px;
}
.blog_post .follow_social a {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 50em;
  text-align: center;
  line-height: 55px;
  background: #f7f7f7;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-right: 15px;
}
.blog_post .follow_social a.pinterest {
  display: none;
}
.blog_post .follow_social a i {
  font-weight: 300;
}
.blog_post .follow_social .quote {
  font-family: 'Selima', sans-serif;
  font-size: 64px;
  line-height: 54px;
  background: #fff;
  padding: 12% 5% 8%;
  margin-bottom: -22%;
  position: relative;
  z-index: 2;
}
.blog_post .follow_social .quote:after {
  content: '-';
  position: absolute;
  height: 3px;
  width: 15px;
  font-family: 'Selima', sans-serif;
  color: #FD5050;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 75px;
  pointer-events: none;
}
.blog_post .post_alinea2 .col_vert .inner {
  background: #f4e6d9;
  width: 115px;
  float: right;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  left: 25px;
  position: relative;
}
.blog_post .post_alinea2 .col_vert .inner .big {
  font-size: 120px;
  line-height: 52px;
  font-family: 'CaslonGraphiqueEF', sans-serif;
  position: relative;
  left: 45px;
  margin-bottom: 30px;
  padding-top: 45px;
}
.blog_post .post_alinea2 .col_vert .inner .subtext {
  font-size: 64px;
  line-height: 0;
  font-family: 'Selima', sans-serif;
  text-align: right;
  position: relative;
  top: 30px;
}
.blog_post .post_alinea2 .img-base {
  position: relative;
  left: 28px;
}
.blog_post .post_alinea2 .img-base .img {
  width: 51.5%;
  height: 662px;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.blog_post .post_alinea2 .img-base .caption {
  position: absolute;
  bottom: 50px;
  left: 24.5%;
  background: #fff;
  padding: 70px 78px 57px;
  max-width: 70%;
}
.blog_post .post_alinea2 .img-base .caption h3,
.blog_post .post_alinea2 .img-base .caption h4 {
  font-size: 32px;
  line-height: 40px;
}
.blog_post .post_alinea2 .img-base .caption p:last-of-type {
  margin-bottom: 0;
}
.blog_post .post_alinea3 {
  padding-bottom: 0;
  padding-top: 20px;
}
.blog_post .post_alinea3 .caption {
  text-align: center;
}
.blog_post .post_alinea3 .caption h2,
.blog_post .post_alinea3 .caption h3,
.blog_post .post_alinea3 .caption h4 {
  font-family: 'Selima', sans-serif;
  font-size: 60px;
  line-height: 69px;
}
.blog_post .post_alinea3 .img-base {
  position: relative;
  z-index: 1;
  width: 84%;
  margin: 7% auto 0;
}
.blog_post .post_alinea3 .img-base .img {
  width: 100%;
  padding: 16.5% 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.blog_post .post_alinea4 {
  position: relative;
  z-index: 0;
  padding: 65px 0 85px;
}
.blog_post .post_alinea4:before {
  content: '';
  position: absolute;
  left: 75px;
  right: 75px;
  top: -50px;
  bottom: 0;
  background: #f4e6d9;
  z-index: -1;
}
.blog_post .post_alinea4 .smaller_content {
  width: 750px;
}
.blog_post .post_alinea4 h2,
.blog_post .post_alinea4 h3,
.blog_post .post_alinea4 h4 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.blog_post .post_alinea5 {
  padding: 10% 0 0;
}
.blog_post .post_alinea5 .container {
  max-width: 1370px;
}
.blog_post .post_alinea5 .img-base {
  padding-left: 0;
}
.blog_post .post_alinea5 .img-base .img {
  height: 100%;
  min-height: 550px;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.blog_post .post_alinea5 .col_first {
  background: #f4e6d9;
  position: relative;
  left: 0;
}
.blog_post .post_alinea5 .col_first .inner {
  padding: 16% 15% 7.5%;
  text-align: center;
}
.blog_post .post_alinea6 {
  margin-top: 6%;
}
.blog_post .post_alinea7 {
  margin-top: 7%;
}
.blog_post .post_alinea7:before {
  top: 0;
  background: #f7f7f7;
  left: 125px;
}
.blog_post .post_alinea7 .img {
  height: 100%;
  min-height: 435px;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.blog_post .post_alinea7 .caption {
  padding: 10%;
}
.blog_post .post_alinea8 .smaller_content {
  width: 850px;
}
.blog_post .section_related {
  background: #f4e6d9 !important;
  padding-top: 14%;
  padding-bottom: 10%;
  position: relative;
}
.blog_post .section_related.section_related_2 {
  margin-top: 5%;
  padding-top: 7%;
}
.blog_post .section_related .container-fluid {
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}
.blog_post .section_related .heading {
  text-align: center;
  margin: 0 0 45px;
}
.blog_post .section_related .woocommerce ul.products li.product {
  background: transparent;
}
.blog_post .section_related .vanaf {
  top: -8px;
}
.blog_post .section_related .bottom {
  position: absolute;
  bottom: 32px;
  font-size: 21vw;
  pointer-events: none;
  color: #fff;
  font-family: 'Selima', sans-serif;
  left: 0;
  right: 0;
  text-align: center;
}
.related_collections_single {
  padding-top: 5%;
}
.related_collections_single .heading {
  margin-bottom: 55px;
}
.cat_links .cat_link {
  display: inline-block;
  border: 1px solid #000;
  padding: 4px 23px;
  border-radius: 50em;
  font-size: 14px;
  color: #000;
  margin-right: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 #000;
}
.cat_links .cat_link:last-of-type {
  margin-right: 0;
}
.cat_links .cat_link:hover,
.cat_links .cat_link:focus,
.cat_links .cat_link:active {
  box-shadow: inset 0 -40px 0 #000;
  color: #fff;
}
.blog_archive .breadcrumbs {
  margin-left: 20px;
}
.blog_archive .wrapper-content {
  max-width: 92.5%;
  margin-left: 20px;
  padding-bottom: 1%;
}
.blog_archive .main-heading {
  max-width: 60%;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px!important;
}
.blog_archive .main-heading h1 {
  margin-bottom: 30px!important;
}
.blog_archive .main-heading .cat_links {
  margin-bottom: 8%;
}
.inspiratie_advies_wrapper {
  padding: 145px 0 100px;
}
.inspiratie_advies_wrapper .within {
  margin: 0 auto;
  width: 85%;
}
.inspiratie_advies_wrapper .img-base {
  position: relative;
  z-index: 0;
}
.inspiratie_advies_wrapper .img-base:before {
  content: '';
  position: absolute;
  left: -45px;
  top: -45px;
  bottom: 45px;
  right: 45px;
  z-index: -1;
  background: #f4e6d9;
}
.inspiratie_advies_wrapper .img-base .img {
  position: relative;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  z-index: 1;
  height: 100%;
  min-height: 600px;
}
.inspiratie_advies_wrapper .inner_text {
  padding-right: 60px;
  text-align: center;
}
.inspiratie_advies_wrapper .inner_text h2 {
  font-size: 100px;
}
.inspiratie_advies_wrapper .inner_text h3 {
  font-family: 'Selima', sans-serif;
  color: #FD5050;
  font-size: 80px;
}
.inspiratie_advies_wrapper .inner_text .inner-text {
  margin-top: 35px;
  line-height: 27px;
}
.inspiratie_advies_wrapper .inner_text .btn {
  background: #000;
}
.banner {
  padding: 4px 12px;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.banner.expected {
  background: #000;
  color: #fff;
  right: 0;
  left: auto!important;
}
.banner.showmodel {
  background: #FD5050;
  color: #fff;
  right: 0;
  border-radius: 3px;
  left: auto!important;
}
.banner.weektopper {
  background: #FD5050;
  color: #fff;
}
.banner.new {
  background: #FD5050;
  color: #fff;
}
.banner.new.also_sale {
  right: 60px;
}
.banner.sale {
  background: #194b53;
  color: #fff;
}
.banner.opruiming {
  background: #9f794c;
  color: #fff;
}
.banner.soldout {
  background: #c13600;
  color: #fff;
}
.select2-container {
  height: 45px;
}
.select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  height: 45px;
  line-height: 42px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 10px;
}
.attributes {
  margin: 0 0 20px;
}
.attributes .card .card-header {
  font-weight: 700;
  background: #FD5050;
  color: #fff;
}
.attributes .card .card-inner .eigenschap_item .eigenschap_col {
  padding-right: 0;
  display: flex;
}
.attributes .card .card-inner .eigenschap_item .value_col {
  padding-left: 0;
  display: flex;
}
.attributes .card .card-inner .eigenschap_item .eigenschap {
  width: 100%;
  font-weight: 700;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f6f5ec;
}
.attributes .card .card-inner .eigenschap_item .value {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
  color: #000;
  margin: 0 0 50px;
}
.woocommerce .woocommerce-breadcrumb a {
  margin: 0 5px;
  color: #000;
}
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus,
.woocommerce .woocommerce-breadcrumb a:active {
  color: #FD5050;
}
.woocommerce .woocommerce-breadcrumb i {
  font-size: 10px;
}
.woocommerce table.shop_table {
  border: 1px solid #ddd;
  background: #eee;
  font-size: 16px;
  line-height: 30px;
  border-radius: 0;
}
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th {
  border: 0;
}
.woocommerce table.shop_table td {
  line-height: 30px;
}
.woocommerce table.shop_table th {
  padding: 5px 15px;
}
.woocommerce table.shop_table tr td,
.woocommerce table.shop_table tr th {
  padding: 5px 15px;
}
.woocommerce table.shop_table tr td.actions #coupon_code {
  width: 185px;
  padding: 0 15px;
}
.woocommerce table.shop_table tr td.product-name {
  font-weight: 700;
}
.woocommerce table.shop_table tr td.product-name a {
  color: #FD5050;
}
.woocommerce table.shop_table tr td.product-name .variation {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.woocommerce table.shop_table tr td.product-name ul.wc-item-meta {
  font-weight: 400;
}
.woocommerce table.shop_table tr td .quantity input {
  height: 43px;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.woocommerce table.shop_table tr td .quantity input ::-webkit-outer-spin-button,
.woocommerce table.shop_table tr td .quantity input ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce table.shop_table thead {
  display: none;
}
.woocommerce table.shop_table thead tr th {
  background: #FD5050;
  color: #fff;
  padding: 20px;
}
.woocommerce table.shop_table tfoot tr th,
.woocommerce table.shop_table tfoot tr td {
  color: #000;
  border: 0;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th,
.woocommerce table.shop_table tfoot tr.cart-subtotal td {
  padding-top: 20px;
}
.woocommerce table.shop_table tfoot tr.woocommerce-shipping-totals th,
.woocommerce table.shop_table tfoot tr.woocommerce-shipping-totals td {
  padding-bottom: 20px;
}
.woocommerce table.shop_table tfoot tr.order-total {
  background: #eee;
}
.woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce table.shop_table tfoot tr.order-total td {
  padding-top: 20px;
  background: transparent;
}
.woocommerce table.shop_table tfoot tr.order-total th {
  color: #000;
}
.woocommerce table.shop_table tfoot tr.order-total td strong {
  color: #FD5050;
  font-size: 25px;
}
.woocommerce table.shop_table tfoot tr.order-total td .includes_tax .woocommerce-Price-amount {
  font-size: 17px;
}
.woocommerce table.shop_table tfoot tr.order-total td small {
  display: block;
  font-size: 11px;
  line-height: 15px;
}
.woocommerce table.shop_table tfoot tr.order-total .woocommerce-Price-amount {
  font-size: 25px;
}
.woocommerce table.shop_attributes .woocommerce-product-attributes-item--attribute_product_cat {
  display: none;
}
.woocommerce table.shop_attributes td {
  font-style: normal;
}
.woocommerce .woocommerce-result-count {
  font-size: 13px;
  opacity: 0.5;
  line-height: 52px;
  letter-spacing: 0.25px;
  position: absolute;
  top: -80px;
  z-index: 9;
  right: 15px;
}
.woocommerce .woocommerce-result-count .grid_list_view {
  margin-left: 10px;
  position: relative;
  top: 3px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.woocommerce .woocommerce-result-count .grid_list_view .grid_list_icon:before {
  content: '\f03a';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.woocommerce .woocommerce-result-count .grid_list_view .grid_list_icon.active {
  color: #FD5050;
}
.woocommerce .woocommerce-result-count .grid_list_view .grid_list_icon.active:before {
  content: '\f00a';
}
.woocommerce .woocommerce-result-count .grid_list_view:hover,
.woocommerce .woocommerce-result-count .grid_list_view:focus,
.woocommerce .woocommerce-result-count .grid_list_view:active {
  color: #FD5050;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.025);
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}
.woocommerce .woocommerce-ordering .filter_toggle {
  cursor: pointer;
  float: left;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 5px;
  position: relative;
}
.woocommerce .woocommerce-ordering .filter_toggle:before {
  content: '';
  background: url('../img/filter.png');
  background-size: contain!important;
  width: 18px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.woocommerce .woocommerce-ordering .filter_toggle .count_filters {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
  vertical-align: middle;
  background: #c13600;
  border-radius: 50em;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 10px;
  text-align: center;
}
.woocommerce .woocommerce-ordering select {
  float: right;
  background: #fff;
  border-radius: 5px;
  color: #000;
  border-width: 1px 1px 2px 1px;
}
.woocommerce .coupon {
  display: inline-block;
}
.woocommerce .coupon label {
  font-size: 21px;
}
.woocommerce .coupon input {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 260px);
  height: 50px;
}
.woocommerce .coupon button {
  display: inline-block;
  vertical-align: top;
  width: 255px;
  background: #000 !important;
  padding: 17px!important;
  border-radius: 0 50em 50em 0!important;
}
.woocommerce button.button,
.woocommerce input.button {
  font-family: 'Proxima Nova', serif;
  background: #194b53;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:active {
  background: #13393f !important;
  color: #fff;
  box-shadow: none!important;
}
.woocommerce button.button:disabled,
.woocommerce input.button:disabled {
  padding: 12px 28px !important;
}
.woocommerce button.button:before,
.woocommerce input.button:before {
  display: none;
}
.woocommerce button.button:focus,
.woocommerce input.button:focus {
  border: 0!important;
  outline: 0 none!important;
}
.woocommerce .button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-family: 'Proxima Nova', serif;
  background: #FD5050;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .button:focus,
.woocommerce a.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce .button:active,
.woocommerce a.button:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active {
  background: #fd3737 !important;
  color: #fff;
  box-shadow: none!important;
}
.woocommerce .button:after,
.woocommerce a.button:after,
.woocommerce a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce input.button.alt:after {
  display: none;
}
.woocommerce .button:focus,
.woocommerce a.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
  border: 0!important;
  outline: 0 none!important;
}
.woocommerce .cart-collaterals {
  position: sticky;
  top: 200px;
}
.woocommerce .cart-collaterals .cart_totals {
  font-size: 17px;
  line-height: 30px;
  margin-top: 0;
}
.woocommerce .cart-collaterals .cart_totals .table {
  background: transparent;
  color: #000;
  border: 1px solid #eee;
}
.woocommerce .cart-collaterals .cart_totals .table th {
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce .cart-collaterals .cart_totals .table label {
  color: #000;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  color: #000;
}
.woocommerce .cart-collaterals .cart_totals table {
  border-width: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr td,
.woocommerce .cart-collaterals .cart_totals table tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-width: 0;
  padding: 15px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce .cart-collaterals .cart_totals table tr.order-total td {
  background: transparent;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td strong {
  font-size: 25px;
  color: #FD5050;
}
.woocommerce #respond input#submit.alt {
  font-family: 'Proxima Nova', serif;
  background: #FD5050;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt:active {
  background: #fd3737 !important;
  color: #fff;
  box-shadow: none!important;
}
.woocommerce .star-rating span:before {
  color: #194b53;
}
.woocommerce .woocommerce-review-link {
  color: #000;
  font-size: 16px;
}
.woocommerce div.product div.images {
  width: 45%;
}
.woocommerce div.product div.summary {
  width: 51%;
  margin-bottom: 0;
  padding: 25px 50px;
}
.woocommerce div.product .star_rating_wrapper {
  margin: 0 0 20px;
}
.woocommerce div.product .star_rating_wrapper .star-rating {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0;
  top: 5px;
}
.woocommerce div.product .star_rating_wrapper .star-rating span:before {
  color: #fecd58;
}
.woocommerce div.product .star_rating_wrapper .description {
  display: inline-block;
  vertical-align: top;
}
.woocommerce div.product .star_rating_wrapper .description .amount_reviews {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.woocommerce div.product .star_rating_wrapper .description .amount_reviews:hover,
.woocommerce div.product .star_rating_wrapper .description .amount_reviews:focus,
.woocommerce div.product .star_rating_wrapper .description .amount_reviews:active {
  opacity: 1;
}
.woocommerce div.product .product_categories {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 30px;
}
.woocommerce div.product .product_categories a {
  color: #000;
}
.woocommerce div.product .product_categories a:after {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 11px;
  margin-left: 5px;
}
.woocommerce div.product .product_categories a:hover,
.woocommerce div.product .product_categories a:focus,
.woocommerce div.product .product_categories a:active {
  color: #FD5050;
}
.woocommerce div.product .product_title {
  font-size: 44px;
  font-family: 'CaslonGraphiqueEF', sans-serif;
  line-height: 40px;
  margin-top: -10px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-rating {
  display: none;
}
.woocommerce div.product .strike_price {
  position: relative;
  top: 20px;
}
.woocommerce div.product .vanaf {
  text-transform: uppercase;
  position: relative;
  top: 13px;
  font-size: 15px;
  font-weight: 700;
}
.woocommerce div.product .price {
  margin: 15px 0;
}
.woocommerce div.product .price del {
  font-size: 18px;
  color: #194b53;
}
.woocommerce div.product .price del .woocommerce-Price-amount {
  font-size: 18px;
  color: #000;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.woocommerce div.product .price ins .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 50em;
  padding: 8px 12px;
}
.woocommerce div.product .price .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 50em;
  padding: 8px 12px;
}
.woocommerce div.product .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.woocommerce div.product .price .woocommerce-Price-amount .int-part:after {
  content: ',';
}
.woocommerce div.product .price .woocommerce-Price-amount .int-part.no_decimals:after {
  display: none;
}
.woocommerce div.product .price .woocommerce-Price-amount sup {
  font-size: 65%;
  margin-left: 2px;
}
.woocommerce div.product .second_chance {
  font-size: 15px;
  margin-top: -5px;
}
.woocommerce div.product span.onsale {
  display: none;
  border-radius: 0;
  padding: 10px 20px;
  height: auto;
  width: auto;
  min-width: inherit;
  min-height: inherit;
  line-height: inherit;
  background: #194b53;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce div.product p.price {
  letter-spacing: 0.25px;
  font-size: 25px;
  font-weight: 600;
  margin: 15px 0;
  color: #FD5050 !important;
}
.woocommerce div.product p.price del {
  font-size: 18px;
  color: #000;
}
.woocommerce div.product p.price ins {
  text-decoration: none;
  color: #FD5050;
  letter-spacing: 0.25px;
  font-size: 25px;
  font-weight: 600;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations label {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  letter-spacing: 0.25px;
}
.woocommerce div.product form.cart .variations span {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.25px;
}
.woocommerce div.product form.cart .variations label[for=pa_kleur],
.woocommerce div.product form.cart .variations label[for=pa_maat] {
  position: relative;
  top: 10px;
  font-weight: 500;
}
.woocommerce div.product form.cart .button:focus {
  background: #000 !important;
}
.woocommerce div.product .price_afmeting_wrapper .price_afmeting {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 50em;
  margin: -5px 0 15px;
  font-size: 15px;
}
.woocommerce div.product .price_afmeting_wrapper .select_afmeting {
  color: #c13600;
  margin-left: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.woocommerce div.product .price_afmeting_wrapper .select_afmeting:hover,
.woocommerce div.product .price_afmeting_wrapper .select_afmeting:focus,
.woocommerce div.product .price_afmeting_wrapper .select_afmeting:active {
  color: #FD5050;
}
.woocommerce div.product p.stock {
  color: #000;
  margin: 0 0 20px;
  border-bottom: 2px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 0 0 0 10px;
}
.woocommerce div.product p.stock.in-stock:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 5px;
  color: #FD5050;
}
.woocommerce div.product p.stock.out-of-stock:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 5px;
  color: #d13c3c;
}
.woocommerce div.product p.stock.available-on-backorder:before {
  content: '\f0f3';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 5px;
  color: #194b53;
}
.woocommerce div.product form.cart .quantity {
  margin-right: 0;
}
.woocommerce div.product form.cart .quantity input {
  padding: 0;
  width: 41px;
}
.woocommerce div.product form.cart .quantity_plus,
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .quantity_minus {
  display: inline-block;
  vertical-align: top;
}
.woocommerce div.product form.cart .quantity_plus,
.woocommerce div.product form.cart .quantity_minus {
  display: none;
  line-height: 16px;
  background: #555;
  color: #aaa;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
  width: 66px;
  height: 66px;
  font-weight: 700;
  border: 1px solid #444;
  position: relative;
  z-index: 1;
  outline: none!important;
}
.woocommerce div.product form.cart .quantity_plus {
  margin-left: -35px;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
}
.woocommerce div.product form.cart div.quantity input {
  height: 46px;
  width: 46px;
  border-radius: 50em;
  border-color: #ccc;
  border: 0;
  background: #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.woocommerce div.product form.cart .button {
  float: none;
  padding: 15px 30px;
}
.woocommerce div.product form.cart .jvm_add_to_wishlist {
  border: 1px solid #FD5050 !important;
  box-shadow: none!important;
  background: #fff;
  width: 46px;
  height: 46px;
  color: #FD5050;
  padding: 0;
  text-align: center;
}
.woocommerce div.product form.cart .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:before {
  content: '';
  background: url('../img/heart_red_border.svg');
  background-repeat: no-repeat !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 20px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.woocommerce div.product form.cart .jvm_add_to_wishlist:hover,
.woocommerce div.product form.cart .jvm_add_to_wishlist:focus,
.woocommerce div.product form.cart .jvm_add_to_wishlist:active {
  background: transparent!important;
}
.woocommerce div.product form.cart .jvm_add_to_wishlist:hover .jvm_add_to_wishlist_heart:before,
.woocommerce div.product form.cart .jvm_add_to_wishlist:focus .jvm_add_to_wishlist_heart:before,
.woocommerce div.product form.cart .jvm_add_to_wishlist:active .jvm_add_to_wishlist_heart:before {
  background: url('../img/heart_red.svg');
}
.woocommerce div.product form.cart .jvm_add_to_wishlist.in_wishlist {
  background: transparent!important;
}
.woocommerce div.product form.cart .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:before {
  background: url('../img/heart_red.svg');
}
.woocommerce div.product form.cart button.btn {
  display: none;
  float: none;
  font-family: 'Proxima Nova', serif;
  background: #FD5050;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  border-radius: 0 50px 50px 0;
}
.woocommerce div.product form.cart button.btn:hover,
.woocommerce div.product form.cart button.btn:focus,
.woocommerce div.product form.cart button.btn:active {
  background: #fd3737 !important;
  color: #fff;
  box-shadow: none!important;
}
.woocommerce div.product .product_main_description {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.woocommerce div.product .product_main_description p {
  margin: 0 0 20px;
}
.woocommerce div.product .product_main_description h6 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: 'Proxima Nova', serif;
  font-weight: 400;
  margin: 0 0 15px;
}
.woocommerce div.product .product_main_description img {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  border-radius: 50em;
  margin: 0 5px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.woocommerce div.product .product_main_description img:hover,
.woocommerce div.product .product_main_description img:focus,
.woocommerce div.product .product_main_description img:active {
  opacity: 0.75;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.woocommerce div.product .product_main_description .product_usps ul {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.woocommerce div.product .product_main_description .product_usps ul li:before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #4dda0e;
}
.woocommerce div.product .specific {
  display: inline-block;
  margin: 0 0 30px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}
.woocommerce div.product .product_usps {
  padding: 0;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 21px;
}
.woocommerce div.product .product_usps ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .product_usps ul li {
  padding-left: 20px;
  position: relative;
}
.woocommerce div.product .product_usps ul li:before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #4dda0e;
  margin-right: 5px;
  position: absolute;
  left: 0;
}
.woocommerce div.product .product_usps ul li strong {
  color: #FD5050;
}
.woocommerce div.product .share_inner {
  margin-top: 35px;
}
.woocommerce .product-addon label {
  position: relative;
}
.woocommerce .product-addon .addon-name {
  color: #000;
  font-size: 30px;
  font-family: 'Proxima Nova', serif;
  line-height: 38px;
  margin: 0;
}
.woocommerce .product-addon .addon-description p {
  font-style: normal;
}
.woocommerce .product-addon input {
  background: #fff;
}
.woocommerce .list-downloads {
  margin-top: 15px;
  font-size: 17px;
}
.woocommerce .list-downloads .parent {
  background: #eeebe3;
  padding: 15px;
  font-weight: 700;
}
.woocommerce .list-downloads li {
  padding: 0;
  border: 1px solid #e5e2d8;
}
.woocommerce .list-downloads li a {
  display: block;
  padding: 15px;
}
.woocommerce .list-downloads li a:before {
  content: '\f56d';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 5px;
}
.woocommerce .woocommerce-result-count {
  opacity: 0.75;
}
.woocommerce ul.products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0!important;
  margin: 0 -20px;
}
.woocommerce ul.products.list_view li.product {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid #eee;
}
.woocommerce ul.products.list_view li.product .product_inner {
  display: block;
}
.woocommerce ul.products.list_view li.product .product_inner .product_image {
  float: left;
  width: 22.2%;
}
.woocommerce ul.products.list_view li.product .product_inner .product_content {
  float: right;
  width: 77.8%;
  padding: 35px 55px;
}
.woocommerce ul.products.list_view li.product .product_inner .product_content .short_description {
  display: block;
}
.woocommerce ul.products.list_view li.product .product_inner .product_content .view_product {
  display: block;
}
.woocommerce ul.products.list_view li.product .product_inner .product_content .price {
  right: 15px;
  bottom: 15px;
}
.woocommerce ul.products.columns-1 li.product {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce ul.products.columns-1 li.product .product_inner {
  margin: 0;
}
.woocommerce ul.products.columns-2 li.product {
  margin: 20px 20px 20px 20px;
  flex-grow: 0;
  width: calc(100% * (1/2) - 40px);
}
.woocommerce ul.products.columns-3 li.product {
  margin: 20px 20px 20px 20px;
  flex-grow: 0;
  width: calc(100% * (1/3) - 40px);
}
.woocommerce ul.products.columns-4 li.product {
  margin: 20px 20px 20px 20px;
  flex-grow: 0;
  width: calc(100% * (1/4) - 40px);
}
.woocommerce ul.products li.product {
  padding: 0;
  margin: 0 5px 30px;
  border: 0 solid #222;
  box-shadow: none;
  background: #fff;
  position: relative;
}
.woocommerce ul.products li.product:hover .product_inner .product_image .img,
.woocommerce ul.products li.product:focus .product_inner .product_image .img,
.woocommerce ul.products li.product:active .product_inner .product_image .img {
  -webkit-transform: scale(1.045);
  -moz-transform: scale(1.045);
  -ms-transform: scale(1.045);
  -o-transform: scale(1.045);
  transform: scale(1.045);
}
.woocommerce ul.products li.product:hover .product_inner .product_content .price .woocommerce-Price-amount,
.woocommerce ul.products li.product:focus .product_inner .product_content .price .woocommerce-Price-amount,
.woocommerce ul.products li.product:active .product_inner .product_content .price .woocommerce-Price-amount {
  background: #FD5050;
}
.woocommerce ul.products li.product a.full_link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.woocommerce ul.products li.product .product_inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border: 0;
  border-radius: 3px;
  background: transparent;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.woocommerce ul.products li.product .product_inner.horizontal {
  display: block;
}
.woocommerce ul.products li.product .product_inner.horizontal .product_image {
  float: left;
  width: 300px;
}
.woocommerce ul.products li.product .product_inner.horizontal .product_image .onsale {
  left: 0;
  right: auto;
  border-radius: 0;
  padding: 10px 20px;
  height: auto;
  width: auto;
  min-width: inherit;
  min-height: inherit;
  line-height: inherit;
  background: #194b53;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce ul.products li.product .product_inner.horizontal .product_content {
  float: right;
  width: calc(100% - 300px);
  padding: 30px;
}
.woocommerce ul.products li.product .product_inner.horizontal .product_content .buttons {
  margin-top: 30px;
  position: relative;
  left: inherit;
  bottom: inherit;
  right: inherit;
}
.woocommerce ul.products li.product .product_inner .product_image {
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #eee;
}
.woocommerce ul.products li.product .product_inner .product_image .wishicon {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist {
  background: transparent;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist:hover,
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist:focus,
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist:active {
  background: transparent!important;
  padding: 0;
}
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:before {
  background: url('../img/heart_red.svg');
  background-repeat: no-repeat !important;
  transform: scale(1.1);
}
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:hover,
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:focus,
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:active {
  background: transparent;
}
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:hover:before,
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:focus:before,
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist.in_wishlist .jvm_add_to_wishlist_heart:active:before {
  background: url('../img/heart_red.svg');
  background-repeat: no-repeat !important;
}
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:before {
  content: '';
  background: url('../img/heart.svg');
  background-repeat: no-repeat !important;
  display: block;
  width: 22px;
  height: 20px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:hover,
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:focus,
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:active {
  background: transparent;
}
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:hover:before,
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:focus:before,
.woocommerce ul.products li.product .product_inner .product_image .wishicon .jvm_add_to_wishlist .jvm_add_to_wishlist_heart:active:before {
  background: url('../img/heart_fill.svg');
  background-repeat: no-repeat !important;
}
.woocommerce ul.products li.product .product_inner .product_image .img {
  width: 100%;
  padding: 50% 0;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.woocommerce ul.products li.product .product_inner .product_image .img.portrait {
  background-size: contain!important;
}
.woocommerce ul.products li.product .product_inner:hover,
.woocommerce ul.products li.product .product_inner:focus,
.woocommerce ul.products li.product .product_inner:active {
  border-color: #194b53;
}
.woocommerce ul.products li.product .product_inner:hover .product_image .img,
.woocommerce ul.products li.product .product_inner:focus .product_image .img,
.woocommerce ul.products li.product .product_inner:active .product_image .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce ul.products li.product .product_inner:hover .product_content .price .woocommerce-Price-amount,
.woocommerce ul.products li.product .product_inner:focus .product_content .price .woocommerce-Price-amount,
.woocommerce ul.products li.product .product_inner:active .product_content .price .woocommerce-Price-amount {
  background: #FD5050 !important;
  color: #fff !important;
}
.woocommerce ul.products li.product .product_inner a img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  margin: 0;
}
.woocommerce ul.products li.product .product_inner .product_content {
  padding: 15px 15px 60px 15px;
}
.woocommerce ul.products li.product .product_inner .product_content .product_title {
  font-family: 'CaslonGraphiqueEF', sans-serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #111;
}
.woocommerce ul.products li.product .product_inner .product_content .category {
  font-size: 14px;
  line-height: 17px;
  margin: 5px 0;
}
.woocommerce ul.products li.product .product_inner .product_content .short_description {
  display: none;
  color: #000 !important;
  margin-top: 15px;
  font-size: 17px!important;
  line-height: 25px!important;
}
.woocommerce ul.products li.product .product_inner .product_content .view_product {
  display: none;
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.woocommerce ul.products li.product .product_inner .product_content ul.colors {
  margin: 20px 0;
}
.woocommerce ul.products li.product .product_inner .product_content ul.colors li {
  display: inline-block;
  vertical-align: top;
}
.woocommerce ul.products li.product .product_inner .product_content ul.colors li span.hex_color {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50em;
  margin: 3px;
}
.woocommerce ul.products li.product .product_inner .product_content ul.colors li span.color_name {
  display: inline-block;
  vertical-align: top;
}
.woocommerce ul.products li.product .product_inner .product_content .price {
  margin: 5px 0 0 0!important;
  position: absolute;
  bottom: 0;
  right: 0;
}
.woocommerce ul.products li.product .product_inner .product_content .price .strike_price {
  font-weight: 500;
  font-size: 15px;
  position: absolute;
  top: -20px;
}
.woocommerce ul.products li.product .product_inner .product_content .price del {
  font-size: 16px;
  color: #000;
  display: block;
  text-align: center;
  opacity: 1;
}
.woocommerce ul.products li.product .product_inner .product_content .price del .woocommerce-Price-amount {
  font-size: 16px;
  color: #000;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.woocommerce ul.products li.product .product_inner .product_content .price ins .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 50em;
  padding: 8px 12px;
}
.woocommerce ul.products li.product .product_inner .product_content .price .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 50em;
  padding: 8px 12px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.woocommerce ul.products li.product .product_inner .product_content .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.woocommerce ul.products li.product .product_inner .product_content .price .woocommerce-Price-amount .int-part:after {
  content: ',';
}
.woocommerce ul.products li.product .product_inner .product_content .price .woocommerce-Price-amount .int-part.no_decimals:after {
  display: none;
}
.woocommerce ul.products li.product .product_inner .product_content .price .woocommerce-Price-amount sup {
  font-size: 65%;
  margin-left: 2px;
}
.woocommerce ul.products li.product .product_inner .product_content .price .button_wrap {
  margin-top: 15px;
  margin-bottom: 30px;
}
.woocommerce ul.products li.product .product_inner .product_content .price .button_wrap .btn {
  display: block;
  padding: 20px 15px!important;
  background: #FD5050;
  color: #000 !important;
}
.woocommerce ul.products li.product .product_inner .product_content .price .button_wrap .btn:before {
  display: none;
}
.woocommerce ul.products li.product .product_inner .product_content .short_description {
  color: #7e7776;
  font-size: 18px;
  line-height: 31px;
}
.woocommerce ul.products li.product .product_inner .product_content .short_description ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.woocommerce ul.products li.product .product_inner .product_content .short_description ul li {
  position: relative;
  display: block;
  padding-left: 30px;
}
.woocommerce ul.products li.product .product_inner .product_content .short_description ul li:before {
  content: '\f185';
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  position: absolute;
  left: 0;
  margin-right: 10px;
  color: #194b53;
  font-weight: 700;
}
.woocommerce ul.products li.product .product_inner .product_content .short_description p {
  margin: 0;
}
.woocommerce ul.products li.product .product_inner .product_content .price {
  font-family: 'Proxima Nova', serif;
  font-size: 17px;
  margin: 15px 0 0;
  color: #000;
  font-weight: 700;
}
.woocommerce ul.products li.product .product_inner .product_content .buttons {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}
.woocommerce ul.products li.product .product_inner .product_content .buttons .btn {
  background: #f6f5ec;
  padding: 10px 15px;
  box-shadow: none;
  color: #555 !important;
  display: block;
  width: 100%;
  font-size: 15px;
}
.woocommerce ul.products li.product .product_inner .product_content .buttons .btn:after {
  line-height: 5px;
}
.woocommerce ul.products li.product .product_inner .product_content .buttons .btn:hover,
.woocommerce ul.products li.product .product_inner .product_content .buttons .btn:focus,
.woocommerce ul.products li.product .product_inner .product_content .buttons .btn:active {
  background: #c13600 !important;
  color: #fff !important;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  border-width: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  border-width: 0;
  border-radius: 50em;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a,
.woocommerce .woocommerce-pagination ul.page-numbers li span {
  padding: 15px 20px;
  color: #000;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li a:focus,
.woocommerce .woocommerce-pagination ul.page-numbers li a:active {
  color: #FD5050;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span.current {
  background: #FD5050;
  color: #fff;
}
del {
  font-size: 18px;
  color: #194b53;
}
del .woocommerce-Price-amount {
  font-size: 18px;
  color: #000;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
ins .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.woocommerce-Price-amount .int-part:after {
  content: ',';
}
.woocommerce-Price-amount .int-part.no_decimals:after {
  display: none;
}
.woocommerce-Price-amount sup {
  font-size: 65%;
  margin-left: 2px;
}
.product_extra .full_description {
  margin-right: 75px;
}
.product_extra h2 {
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 40px;
  color: #194b53;
}
.vanaf {
  text-transform: uppercase;
  position: relative;
  top: 0;
  font-size: 15px;
  font-weight: 700;
}
.faq_groups .faq_group h4 {
  color: #FD5050;
  margin: 0 0 15px!important;
}
.faq_groups .faq_group .group {
  margin: 0 0 30px;
}
.faq_groups .faq_group .group #faq_productinfo h2 {
  display: none;
}
.faq_groups .faq_group .group .card {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #E8E8DF;
  padding: 0;
  margin: 0;
  background: transparent;
}
.faq_groups .faq_group .group .card .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}
.faq_groups .faq_group .group .card .card-header button {
  display: block;
  width: 100%;
  text-transform: inherit;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  padding: 15px 30px 15px 0;
  font-weight: 700;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.faq_groups .faq_group .group .card .card-header button:after {
  content: '-';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  color: #FD5050;
}
.faq_groups .faq_group .group .card .card-header button:hover,
.faq_groups .faq_group .group .card .card-header button:focus,
.faq_groups .faq_group .group .card .card-header button:active {
  box-shadow: none;
  border: 0;
  color: #FD5050;
}
.faq_groups .faq_group .group .card .card-header button.collapsed:after {
  content: '+';
}
.faq_groups .faq_group .group .card .card-body {
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0;
}
.faq_groups .faq_group .group .card .card-body p:last-of-type {
  margin: 0;
}
.related h3 {
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 15px;
  color: #194b53;
}
.related ul.products.columns-4 li.product {
  margin: 20px 20px 20px 20px;
  flex-grow: 0;
  width: calc(100% * (1/3) - 40px);
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  text-align: center;
}
/* Single */
.product_wrapper .product_main_images_wrapper {
  position: relative;
}
.product_wrapper .product_main_images_wrapper #main_images_dots .owl-dot {
  width: 100%;
  padding: 50% 0;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
  margin: 0 0 30px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.product_wrapper .product_main_images_wrapper #main_images_dots .owl-dot.active {
  border: 1px solid #194b53;
}
.product_wrapper .product_main_images_wrapper #main_images_dots .owl-dot:hover,
.product_wrapper .product_main_images_wrapper #main_images_dots .owl-dot:focus,
.product_wrapper .product_main_images_wrapper #main_images_dots .owl-dot:active {
  opacity: 0.75;
}
.product_wrapper .product_main_images_wrapper #main_images_dots a {
  position: relative;
  display: block;
}
.product_wrapper .product_main_images_wrapper #main_images_dots a.last_thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.product_wrapper .product_main_images_wrapper #main_images_dots .extra_images {
  position: absolute;
  top: 25px;
  font-size: 18px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  color: #fff;
}
.product_wrapper .product_main_images_wrapper .banner_product {
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 2;
  background: #FD5050;
  color: #fff;
  padding: 7px 16px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product_wrapper .product_main_images_wrapper .banner {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 0;
  text-align: center;
  border-radius: 50em;
  width: 130px;
  height: 130px;
  pointer-events: none;
}
.product_wrapper .product_main_images_wrapper .banner .banner_inner {
  position: relative;
  top: 35%;
}
.product_wrapper .product_main_images_wrapper .banner .percent {
  font-size: 65px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 10px;
}
.product_wrapper .product_main_images_wrapper .banner .percent .symbol {
  font-family: 'Selima', sans-serif;
}
.product_wrapper .product_main_images_wrapper .banner .discount_new {
  font-size: 23px;
  top: 10px;
  position: relative;
}
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-stage .owl-item {
  background: #222;
}
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-stage .owl-item .item {
  margin-left: 0 !important;
  padding-top: 50%;
  padding-bottom: 50%;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat !important;
}
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-stage .owl-item .item.portrait {
  background-size: contain!important;
}
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-stage .owl-item .item:after {
  content: '\f00e';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  font-size: 14px;
  text-align: center;
  background: #222;
  color: #777;
}
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-stage .owl-item .item .typed_text_wrapper {
  position: absolute;
  bottom: 100px;
  color: #000;
  left: 0;
  right: 0;
  text-align: center;
  width: 30%;
  margin: 0 auto;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 22px;
}
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-stage .owl-item .item .typed_text_wrapper .typed_text {
  font-weight: 500;
}
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-dots {
  position: relative;
  margin: 0;
  padding: 30px 0 10px 0;
  left: 0;
  right: 0;
  text-align: center;
}
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  width: 11px;
  height: 11px;
  border-radius: 50em;
  background: #ddd;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-dots .owl-dot:hover,
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-dots .owl-dot:focus,
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-dots .owl-dot:active {
  background: #000;
}
.product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-dots .owl-dot.active {
  background: #FD5050;
}
.product_wrapper .entry-summary.summary-soldout {
  position: relative;
}
.product_wrapper .entry-summary.summary-soldout:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.65);
  pointer-events: none;
  z-index: 1;
  left: 0;
  top: -5px;
  right: 0;
  bottom: -5px;
}
.product_wrapper .entry-summary .product_main_description ul {
  list-style-type: none;
  margin: 0 0 40px;
  padding: 0;
}
.product_wrapper .entry-summary .product_main_description ul li {
  position: relative;
  padding-left: 0;
}
.product_wrapper .entry-summary .product_main_description .request-btn a {
  cursor: pointer;
}
.product_wrapper .thumb_images {
  margin-top: 30px;
}
.product_wrapper .thumb_images .col_img .img {
  width: 100%;
  padding: 40% 0;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  background-position: center center!important;
}
.product_reviews {
  font-size: 18px;
  line-height: 32px;
  margin-left: 30px;
}
.product_reviews .woocommerce-Reviews-title {
  padding-bottom: 20px;
  color: #000;
  font-size: 35px;
  line-height: 45px;
}
.product_reviews .woocommerce-Reviews-title span {
  color: #FD5050;
}
.product_reviews .review-comments {
  margin-top: 15px;
}
.product_reviews .review-comments ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product_reviews .review-comments ul li {
  text-align: left;
  border: 1px solid #eee;
  padding: 30px 40px;
  margin: 0 0 15px;
}
.product_reviews .review-comments ul li img {
  display: none;
}
.product_reviews .review-comments ul li p.meta {
  margin: 0 0 10px;
}
.product_reviews .review-comments ul li p.meta .woocommerce-review__published-date {
  opacity: 0.5;
}
.product_reviews .review-comments ul li .description p {
  margin: 0 0 15px;
}
.product_reviews .review-comments ul li .star-rating span:before {
  color: #194b53;
}
.product_reviews .add_review {
  margin-top: 30px;
}
.product_reviews .add_review .add_review_btn {
  display: inline-block;
  padding: 20px 40px;
  background: #FD5050;
  border-radius: 50em;
  font-weight: 700;
  margin: -5px 0 15px;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.product_reviews .add_review .add_review_btn i {
  margin-right: 5px;
}
.product_reviews .add_review .add_review_btn:hover,
.product_reviews .add_review .add_review_btn:focus,
.product_reviews .add_review .add_review_btn:active {
  border-color: #FD5050;
  color: #FD5050;
}
.product_reviews #review_form_wrapper {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
.product_reviews #review_form_wrapper.active {
  opacity: 1;
  pointer-events: inherit;
  height: auto;
  background: #f9fdff;
  padding: 35px;
}
.product_reviews #review_form_wrapper h3 {
  font-size: 22px;
  line-height: 32px;
  color: #FD5050;
  margin: 0 0 20px;
}
.product_reviews #review_form_wrapper .comment-form-comment {
  margin-top: 15px!important;
}
.product_reviews #review_form_wrapper .comment-form-comment textarea {
  height: 125px!important;
}
#review_form_wrapper {
  margin-top: 20px;
}
#review_form_wrapper #reply-title {
  font-size: 22px;
  font-weight: 700;
}
#review_form_wrapper label[for=wp-comment-cookies-consent] {
  display: inline;
  text-transform: inherit;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.woocommerce #review_form #respond .form-submit input {
  font-family: 'Proxima Nova', serif;
  background: #FD5050;
  color: #fff !important;
  padding: 12px 28px;
  font-size: 16px;
  border-width: 0;
  border-radius: 50em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  clip-path: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #review_form #respond .form-submit input:focus,
.woocommerce #review_form #respond .form-submit input:active {
  background: #fd3737 !important;
  color: #fff;
  box-shadow: none!important;
}
.product_extra h2 {
  color: #000;
}
/* Cart */
.woocommerce-cart-form table.shop_table {
  border: 0;
}
.woocommerce-cart-form table.shop_table thead th,
.woocommerce-cart-form table.shop_table tbody th,
.woocommerce-cart-form table.shop_table tfoot th {
  border: 0;
}
.woocommerce-cart-form table.shop_table th {
  padding: 15px;
}
.woocommerce-cart-form table.shop_table tr td,
.woocommerce-cart-form table.shop_table tr th {
  padding: 20px 10px;
}
.woocommerce-cart-form table.shop_table tr td.actions #coupon_code {
  width: 185px;
  padding: 0 15px;
}
.woocommerce-cart-form table.shop_table tr td.product-name {
  font-weight: 700;
}
.woocommerce-cart-form table.shop_table tr td.product-name a {
  color: #FD5050;
}
.woocommerce-cart-form table.shop_table tr td.product-name .variation {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.woocommerce-cart-form table.shop_table tr td .quantity input {
  height: 43px;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.woocommerce-cart-form table.shop_table tr td .quantity input ::-webkit-outer-spin-button,
.woocommerce-cart-form table.shop_table tr td .quantity input ::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart-form table.shop_table thead tr th {
  background: #fff;
  color: #000;
  padding: 20px;
  border-width: 0;
}
.woocommerce-cart-form a.remove {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 20px;
  background: #eee;
  color: #FD5050 !important;
}
.woocommerce-cart-form a.remove:hover,
.woocommerce-cart-form a.remove:focus,
.woocommerce-cart-form a.remove:active {
  background: #FD5050;
  color: #fff;
}
#customer_details {
  margin: 0 0 30px;
  width: 65%;
  padding-right: 50px;
  display: inline-block;
  vertical-align: top;
}
#customer_details .col-1,
#customer_details .col-2 {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
#customer_details label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 5px;
}
#customer_details .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
#customer_details input[type=text],
#customer_details input[type=tel],
#customer_details input[type=email],
#customer_details textarea {
  width: 100%;
  border-color: #ddd;
  border-radius: 0;
}
#customer_details textarea {
  height: 115px;
}
#customer_details h3#ship-to-different-address {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  margin-top: 20px;
  position: relative;
  top: 1px;
}
#customer_details h3#ship-to-different-address span {
  margin-left: 13px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
#customer_details .woocommerce-additional-fields {
  margin-top: 6px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  border-top-color: #FD5050;
  background: #f7f7f7;
  box-shadow: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: '\f541';
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 700;
}
.woocommerce-form-login-toggle .woocommerce-info {
  border-top-color: #FD5050;
  background: #FD5050;
  box-shadow: none;
}
.woocommerce-form-login-toggle .woocommerce-info:before {
  content: '\f007';
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 700;
}
body.woocommerce-checkout .woocommerce-info {
  margin: 0 0 15px;
}
body.woocommerce-checkout .woocommerce-info a {
  font-weight: 700;
}
.woo-variation-swatches .variable-items-wrapper ul[aria-label="Formaat"] li:before {
  display: none!important;
}
.woo-variation-swatches .variable-items-wrapper ul[aria-label="Formaat"] li:hover:before,
.woo-variation-swatches .variable-items-wrapper ul[aria-label="Formaat"] li:focus:before,
.woo-variation-swatches .variable-items-wrapper ul[aria-label="Formaat"] li:active:before {
  display: none!important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  padding: 0!important;
  height: auto;
  display: inline-block;
  background: transparent!important;
  box-shadow: none!important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item {
  height: 90px;
  width: 90px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item img {
  border: 2px solid transparent;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected img {
  border: 2px solid #000;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .materiaal_title {
  display: block;
  position: absolute;
  text-align: center;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
  background: #eee;
  padding: 10px!important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50em;
  background: #fff;
  border: 2px solid #000;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  background: transparent!important;
  box-shadow: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-span:before {
  background: #194b53;
  border-color: #194b53;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover .variable-item-span:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus .variable-item-span:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):active .variable-item-span:before {
  background: #000;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Aluminium {
  width: 90px!important;
  height: 90px!important;
  background: url('../img/aluminium.jpg') !important;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  border: 2px solid transparent;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Aluminium.selected {
  border: 2px solid #000;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Aluminium .variable-item-span:before {
  display: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Hout {
  width: 90px!important;
  height: 90px!important;
  background: url('../img/hout.jpg') !important;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  border: 2px solid transparent;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Hout.selected {
  border: 2px solid #000;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Hout .variable-item-span:before {
  display: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Plexiglas {
  width: 90px!important;
  height: 90px!important;
  background: url('../img/plexiglas.jpg') !important;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  border: 2px solid transparent;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Plexiglas.selected {
  border: 2px solid #000;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Plexiglas .variable-item-span:before {
  display: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Canvas {
  width: 90px!important;
  height: 90px!important;
  background: url('../img/canvas.jpg') !important;
  background-size: cover!important;
  background-repeat: no-repeat !important;
  border: 2px solid transparent;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Canvas.selected {
  border: 2px solid #000;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Canvas .variable-item-span:before {
  display: none;
}
.jvm-woocommerce-wishlist-container table {
  border: 1px solid #f7f7f7;
}
.jvm-woocommerce-wishlist-container table thead tr th {
  background: #eee;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.jvm-woocommerce-wishlist-container table tbody tr:nth-child(odd) td {
  background: #f7f7f7;
}
.jvm-woocommerce-wishlist-container table tbody tr td {
  border: 0;
}
.jvm-woocommerce-wishlist-container table .product-remove a.remove {
  font-size: 45px;
  color: #000;
}
.jvm-woocommerce-wishlist-container table .product-thumbnail img {
  width: 150px;
  height: auto;
}
.jvm-woocommerce-wishlist-container table .product-name a {
  font-size: 23px;
  line-height: 32px;
  font-family: 'CaslonGraphiqueEF', sans-serif;
  color: #000;
}
body.term-nog-steeds-tof .price .vanaf {
  opacity: 0;
  height: 15px;
}
ol.commentlist li img.avatar {
  display: none;
}
ol.commentlist li .comment-text {
  margin: 0!important;
  padding: 0!important;
  text-align: left;
  border: 0!important;
  border-radius: 0;
}
ol.commentlist li .comment-text .star-rating {
  float: none;
}
ol.commentlist li .comment-text .star-rating span:before {
  color: #fecd58;
}
ol.commentlist li .comment-text p.meta {
  margin: 0!important;
  font-style: italic;
  font-size: 15px!important;
}
ol.commentlist li .comment-text .description p:last-of-type {
  margin: 0;
}
.checkout_left .woocommerce-account-fields {
  display: none;
}
.attr_description h4 {
  cursor: pointer;
  display: inline-block;
  font-size: 23px;
  line-height: 35px;
}
.attr_description h4:after {
  content: '\f05a';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 5px;
  font-size: 18px;
  color: #194b53;
}
.attr_description .attr_inner {
  display: none;
}
.attr_description .attr_inner.active {
  display: block;
}
.single_variation_wrap {
  margin-top: 30px;
}
.single_variation_wrap .price {
  margin-bottom: 20px !important;
  display: none!important;
}
.ophangsysteem {
  margin-top: 30px;
}
.ophangsysteem .item {
  font-size: 15px;
  line-height: 23px;
}
.ophangsysteem .item:before {
  content: '\f30b';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 5px;
}
#order_review {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 33.5%;
}
#order_review h3#order_review_heading {
  margin: 0 15px 15px 15px;
  color: #000;
  font-size: 30px;
  line-height: 38px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #FD5050;
  color: #fff;
}
.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2 {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
.woocommerce-customer-details h2.woocommerce-column__title {
  font-size: 45px;
  line-height: 52px;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #FD5050;
  color: #fff;
}
.tawcvs-swatches {
  width: 395px;
}
.tawcvs-swatches .swatch-label {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.tawcvs-swatches .swatch-label.disabled {
  background: #FD5050;
  color: rgba(0, 0, 0, 0.85);
  opacity: 0.25 !important;
}
.tawcvs-swatches .swatch-label:hover,
.tawcvs-swatches .swatch-label:focus,
.tawcvs-swatches .swatch-label:active {
  border-color: #000;
  color: #000;
}
.tawcvs-swatches .swatch {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50em;
  margin: 5px;
}
.tawcvs-swatches .swatch.swatch-color {
  border-radius: 50em;
  border-color: transparent;
}
.tawcvs-swatches .swatch.selected {
  border-color: #FD5050;
  color: #fff;
  background: #FD5050;
}
.tawcvs-swatches .swatch-color.selected::before {
  border-color: #FD5050;
}
.woocommerce-cart-form {
  float: left;
  width: 65%;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 35%;
  float: right;
}
body.woocommerce-cart .woocommerce:after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 35px;
  line-height: 45px;
}
.woocommerce-tabs {
  display: none;
}
form.variations_form a.reset_variations {
  display: none!important;
}
form.variations_form .single_variation_wrap .woocommerce-variation-description {
  display: none;
}
section.up-sells h2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  margin: 0;
}
section.up-sells small {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 35px;
}
.col_filter {
  position: -webkit-sticky;
  position: sticky;
  top: 136px;
  background: #fff;
  z-index: 9;
  padding-top: 32px;
}
.sidebar-products {
  padding: 0;
  margin: 0 30px 0 0;
  height: 100%;
}
.sidebar-products .widget-container {
  margin: 0 0 30px;
}
.sidebar-products .close_sidebar {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 25px;
  cursor: pointer;
}
.sidebar-products li#woocommerce_layered_nav-5 ul.woocommerce-widget-layered-nav-list {
  column-count: 2;
}
.sidebar-products .widget-area {
  margin: 0;
  font-size: 17px;
}
.sidebar-products .widget-area .widget-title {
  margin: 0 0 5px;
  padding: 0 0 10px;
  color: #000;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
}
.sidebar-products .widget-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-products .widget-area ul ul.woocommerce-widget-layered-nav-list {
  margin: 0 0 15px;
  padding: 0;
  border: 0 solid #ddd;
  background: transparent;
}
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 {
  display: inline-block;
  vertical-align: middle;
}
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li {
  font-size: 13px;
  line-height: 15px;
  padding: 0;
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li .woocommerce-Price-amount {
  font-size: 13px;
}
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li a {
  display: block;
  padding: 10px 25px 10px 10px;
  background: #ececec;
  border: 0 solid #eaeaea;
  border-radius: 3px;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.5);
}
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li a:before {
  display: none;
}
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li a:after {
  right: 10px;
}
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li a:hover,
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li a:focus,
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li a:active {
  background: #ccc;
  color: rgba(0, 0, 0, 0.85);
}
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li:before {
  display: none;
}
.sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li:after {
  display: none;
}
.sidebar-products .widget-area ul li:not(.widget-container) {
  float: none;
  position: relative;
  margin-bottom: 5px;
  line-height: 20px;
}
.sidebar-products .widget-area ul li:not(.widget-container) a {
  color: #676767;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.sidebar-products .widget-area ul li:not(.widget-container) a:not(.button) {
  text-decoration: none;
  margin-left: -25px;
  padding-left: 25px;
  display: inline-block;
}
.sidebar-products .widget-area ul li:not(.widget-container):before {
  display: inline-block;
  vertical-align: top;
  content: '';
  opacity: 1;
  background: #eee;
  color: #000;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  margin-right: 8px;
  border-radius: 2px;
  pointer-events: none;
  border: 1px solid #888;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.sidebar-products .widget-area ul li:not(.widget-container):hover:before,
.sidebar-products .widget-area ul li:not(.widget-container):focus:before,
.sidebar-products .widget-area ul li:not(.widget-container):active:before {
  border: 1px solid #FD5050;
}
.sidebar-products .widget-area ul li:not(.widget-container):hover a,
.sidebar-products .widget-area ul li:not(.widget-container):focus a,
.sidebar-products .widget-area ul li:not(.widget-container):active a {
  color: #FD5050;
}
.sidebar-products .widget-area ul li:not(.widget-container).chosen:before,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat:before {
  border-color: #fff;
  color: #fff;
}
.sidebar-products .widget-area ul li:not(.widget-container).chosen a,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat a {
  color: #FD5050;
  position: relative;
}
.sidebar-products .widget-area ul li:not(.widget-container).chosen a:before,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat a:before {
  display: none;
}
.sidebar-products .widget-area ul li:not(.widget-container).chosen a:after,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat a:after {
  content: '\f00d';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  right: -25px;
}
.sidebar-products .widget-area ul li:not(.widget-container).chosen a:hover,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat a:hover,
.sidebar-products .widget-area ul li:not(.widget-container).chosen a:focus,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat a:focus,
.sidebar-products .widget-area ul li:not(.widget-container).chosen a:active,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat a:active {
  color: #FD5050;
}
.sidebar-products .widget-area ul li:not(.widget-container).chosen a:hover:after,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat a:hover:after,
.sidebar-products .widget-area ul li:not(.widget-container).chosen a:focus:after,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat a:focus:after,
.sidebar-products .widget-area ul li:not(.widget-container).chosen a:active:after,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat a:active:after {
  color: #FD5050;
}
.sidebar-products .widget-area ul li:not(.widget-container).chosen:after,
.sidebar-products .widget-area ul li:not(.widget-container).current-cat:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #FD5050;
  position: absolute;
  left: 4px;
  top: 1px;
  font-size: 12px;
}
.sidebar-products .widget-area ul li:not(.widget-container) .count {
  display: none;
  color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-products .widget-area ul .showmore {
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.sidebar-products .widget-area ul .showmore:hover,
.sidebar-products .widget-area ul .showmore:focus,
.sidebar-products .widget-area ul .showmore:active {
  color: #194b53;
}
.sidebar-products .widget-area ul .showmore i {
  font-size: 14px;
}
.sidebar-products .widget-area ul.product-categories li.cat-item-16,
.sidebar-products .widget-area ul.product-categories li.cat-item-505 {
  display: none;
}
.sidebar-products .widget-area ul.product-categories li.current-cat:after {
  display: none;
}
.sidebar-products .widget-area ul.product-categories li.current-cat > a {
  color: #194b53;
}
.sidebar-products .widget-area ul.product-categories li.current-cat > a:hover,
.sidebar-products .widget-area ul.product-categories li.current-cat > a:focus,
.sidebar-products .widget-area ul.product-categories li.current-cat > a:active {
  color: #194b53;
}
.sidebar-products .widget-area ul.product-categories li:before {
  display: none;
}
.sidebar-products .widget-area ul.product-categories li a:after {
  display: none;
}
.sidebar-products .widget-area ul.product-categories li a:hover,
.sidebar-products .widget-area ul.product-categories li a:focus,
.sidebar-products .widget-area ul.product-categories li a:active {
  color: #194b53;
}
.sidebar-products .widget-area ul.product-categories li .children {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 15px;
  border-left: 1px solid #ddd;
  padding-left: 15px;
  font-size: 15px;
}
.sidebar-products .widget-area ul.product-categories li .children li a:hover,
.sidebar-products .widget-area ul.product-categories li .children li a:focus,
.sidebar-products .widget-area ul.product-categories li .children li a:active {
  color: #194b53;
}
.sidebar-products .widget_price_filter .price_slider_wrapper .ui-slider-range {
  background: #000;
}
.sidebar-products .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #eee;
}
.sidebar-products .widget_price_filter .price_slider_wrapper .ui-slider-handle {
  background: #FD5050;
}
.sidebar-products .widget_price_filter .price_slider_amount .button {
  background: #000 !important;
  color: #fff !important;
  padding: 15px;
  font-size: 14px;
  border-radius: 50em;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
  border-width: 0;
  font-weight: normal;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.sidebar-products .widget_price_filter .price_slider_amount .price_label {
  display: block;
  clear: both;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.archive_extra_description {
  font-size: 18px;
  line-height: 32px;
  margin: 50px 0 0 0;
}
.archive_extra_description h2 {
  color: #000;
  margin: 0 0 30px;
}
.woocommerce-notices-wrapper {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 30px;
}
.woocommerce-message {
  border-top-color: #FD5050;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
  font-size: 17px;
  letter-spacing: 0;
  line-height: 30px;
}
.woocommerce-message:before {
  color: #FD5050;
}
.woocommerce div.product div.images.woocommerce-product-gallery .typed_text_wrapper {
  position: absolute;
  top: 35%;
  color: #000;
  left: 0;
  right: 0;
  text-align: center;
  width: 35%;
  margin: 0 auto;
  font-family: 'Indonesia', serif;
  letter-spacing: 0.25px;
  font-weight: 500;
  height: 125px;
  font-size: 45px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.woocommerce div.product div.images.woocommerce-product-gallery .typed_text_wrapper.white {
  color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 16%;
  margin: 2%;
  display: flex;
  flex: 1;
  margin-top: 30px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
  flex: 100%;
}
.shop_table .cart_item {
  position: relative;
  background: #f7f7f7;
  border: 0;
}
.shop_table .cart_item .cart-item-details {
  font-size: 17px;
  line-height: 30px;
}
.shop_table .cart_item .cart-item-details .product-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px;
  font-family: 'CaslonGraphiqueEF', sans-serif;
  padding-right: 65px;
}
.shop_table .cart_item .cart-item-details .product-name a {
  color: #000;
}
.shop_table .cart_item .cart-item-details dl.variation {
  margin: 0 0 15px;
}
.shop_table .cart_item .cart-item-details dl.variation dt {
  text-transform: uppercase;
  font-size: 14px;
}
.shop_table .cart_item .cart-item-details dl.variation dt.variation-Maat {
  display: inline-block;
  margin: 0;
}
.shop_table .cart_item .cart-item-details dl.variation dd.variation-Maat {
  display: inline-block;
  margin: 0;
}
.shop_table .cart_item .cart-item-details dl.variation p {
  margin: 0;
}
.shop_table .cart_item .cart-item-details .product-price {
  font-weight: 700;
  font-size: 19px;
  line-height: 35px;
  margin: 0 0 20px;
}
.shop_table .cart_item .cart-item-details .product-price .stukprijs {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.shop_table .cart_item .cart-item-details .product-price .subtotal {
  display: block;
  color: #000;
}
.shop_table .cart_item .cart-item-details .product-price .subtotal .woocommerce-Price-amount {
  font-size: 21px;
}
.shop_table .cart_item .cart-item-details .product-quantity p {
  margin: 0 0 10px;
}
.shop_table .cart_item .cart-item-details .product-quantity .qty {
  height: 57px;
  width: 75px;
  text-align: center;
  border: 1px solid #eee;
}
.shop_table .cart_item .cart-item-details .product-quantity button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background: transparent;
  padding: 0!important;
  border: 0;
  color: #000 !important;
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 17px;
  margin-left: 5px;
}
.shop_table .cart_item .cart-item-details .product-quantity button:before {
  display: none;
}
.shop_table .cart_item .cart-item-details .product-quantity button:hover,
.shop_table .cart_item .cart-item-details .product-quantity button:focus,
.shop_table .cart_item .cart-item-details .product-quantity button:active {
  background: transparent!important;
  color: #000 !important;
}
.shop_table .cart_item .cart-item-details .product-remove {
  position: absolute;
  right: 30px;
  top: 30px;
}
.shop_table .cart_item .cart-item-details .product-remove a.remove {
  font-weight: 300;
  width: 40px;
  background: #eee;
  height: 40px;
  line-height: 40px;
  color: #000 !important;
}
.shop_table .cart_item .cart-item-details .product-remove a.remove:hover,
.shop_table .cart_item .cart-item-details .product-remove a.remove:focus,
.shop_table .cart_item .cart-item-details .product-remove a.remove:active {
  background: #ccc;
}
.woocommerce-billing-fields__field-wrapper label {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
.woocommerce-billing-fields h2,
.woocommerce-billing-fields h3,
.woocommerce-billing-fields h4 {
  color: #000;
}
.woocommerce-checkout-review-order-table {
  border: 0;
  border-radius: 0;
}
.woocommerce-checkout-review-order-table thead tr th {
  background: #FD5050;
  color: #fff;
}
.woocommerce-checkout-review-order-table tbody tr td {
  padding: 15px!important;
  border: 0!important;
}
.woocommerce-checkout-review-order-table tbody tr:nth-child(odd) td {
  background: #fff;
}
.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
  width: 60%;
  font-weight: 400;
  color: #000;
  line-height: 30px;
}
.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name dl.variation {
  font-size: 16px;
}
.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
  text-align: right;
  padding-right: 30px!important;
  color: #000;
}
.woocommerce-info,
.alert {
  border-top-color: #194b53;
  background: #fff;
  padding: 20px 25px 20px 65px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
  font-size: 17px;
  border-right-width: 0;
  color: #515151;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 3px;
  border-radius: 0;
  line-height: 28px!important;
}
.woocommerce-info:before,
.alert:before {
  color: #194b53;
  top: 20px;
}
.alert {
  padding: 40px;
}
.alert.alert-success {
  border-top-color: #a6ba95;
}
.alert.alert-success h2 {
  color: #a6ba95;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #eeeeee;
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
  margin: 0 0 15px;
  font-weight: 700;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #eeeeee;
  border-top-color: #dfdcde;
  border-right-color: #dfdcde;
  border-left-color: #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}
.woocommerce-MyAccount-navigation {
  margin: 0 0 40px;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  vertical-align: top;
  border: 0 solid #FD5050;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #FD5050;
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a:focus,
.woocommerce-MyAccount-navigation ul li.is-active a:active {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 25px;
  background: #f7f7f7;
  color: #000;
  box-shadow: inset 0 0 0 #FD5050;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-MyAccount-navigation ul li a:active {
  color: #FD5050;
  box-shadow: inset 6px 0 0 #FD5050;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 0;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  font-size: 17px;
  text-transform: inherit;
  letter-spacing: 0.25px;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button:before {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button:hover,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button:focus,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button:active {
  background: transparent!important;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button.view {
  color: #FD5050 !important;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button.view:hover,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button.view:focus,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button.view:active {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button.invoice {
  color: #000 !important;
  margin-left: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button.invoice:hover,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button.invoice:focus,
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button.invoice:active {
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th {
  background: #000;
  font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td {
  font-size: 17px;
  line-height: 32px;
  padding: 25px 20px;
}
.woocommerce-account .addresses .title h3 {
  float: none;
}
.woocommerce-account .addresses .title .edit {
  float: none;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper {
  margin: 0 0 35px;
}
table.woocommerce-table--order-details thead tr th {
  background: #000 !important;
}
table.woocommerce-table--order-details tbody tr td {
  padding: 25px 20px!important;
}
.mark,
mark {
  background: #FD5050;
}
body.woocommerce-account #customer_login {
  margin-top: 40px;
}
body.woocommerce-account .col-1 {
  padding: 0;
}
body.woocommerce-account .col-1,
body.woocommerce-account .col-2 {
  -ms-flex: 0 0 48.333333%;
  flex: 0 0 48.333333%;
  max-width: 48.333333%;
}
body.woocommerce-account .col-1 h2,
body.woocommerce-account .col-2 h2 {
  color: #FD5050 !important;
}
body.woocommerce-account .col-1 input[type=text],
body.woocommerce-account .col-2 input[type=text],
body.woocommerce-account .col-1 input[type=password],
body.woocommerce-account .col-2 input[type=password],
body.woocommerce-account .col-1 input[type=email],
body.woocommerce-account .col-2 input[type=email] {
  background: #f9fdff;
  border-color: #FD5050;
}
body.woocommerce-account em {
  font-size: 14px;
}
body.woocommerce-account fieldset {
  margin-top: 30px;
  font-weight: 700;
}
body.woocommerce-account fieldset legend {
  color: #FD5050;
  margin: 0 0 25px;
}
.back_shopping {
  margin: 30px 0;
}
/* Login form */
.woocommerce form .form-row .required {
  color: #194b53;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-width: 0;
  border-style: solid;
  border-color: #FD5050;
  background: #f7f7f7;
  padding: 35px;
}
.woocommerce label {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce label[for*="payment"] {
  display: inline-block;
}
.woocommerce label[for=payment_method_mollie_wc_gateway_ideal] {
  display: inline-block;
}
.woocommerce label[for=payment_method_mollie_wc_gateway_ideal] svg {
  position: relative;
  top: 5px;
  left: 5px;
}
.woocommerce label[for=payment_method_bacs] {
  display: inline-block;
}
.woocommerce #password {
  display: block;
  width: 100%;
}
.woocommerce ul.order_details {
  display: flex;
}
.woocommerce ul.order_details li {
  flex: 1;
  float: none;
  margin: 1px;
  padding: 10px 25px;
  border: 0;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce-privacy-policy-text {
  font-size: 15px;
  line-height: 26px;
}
span.password-input {
  display: block;
  width: 100%;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
  width: 100%;
}
/** image at left. */
.woocommerce-cart-form .product-thumbnail {
  height: 145px;
  width: 185px;
  display: inline-block;
}
.woocommerce-cart-form .product-thumbnail img {
  max-width: none;
  height: 145px!important;
  width: 100%;
  object-fit: contain;
  border: 1px solid #ebebeb;
}
/** item details at right. */
.woocommerce-cart-form .cart-item-details {
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
  width: 100%;
}
/** no bullets on item list. */
ul.woocommerce-cart-form__contents {
  list-style: none;
  padding-left: 0;
}
/** wrapper: color, margin. */
li.woocommerce-cart-form__cart-item {
  display: flex;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 36px;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
/** item details: no spacing between elements. */
.woocommerce-cart-form .cart-item-details > * {
  margin: 0;
}
/** "update cart" on each item (right side). */
.woocommerce-cart-form .product-quantity .quantity {
  display: inline-block;
}
.woocommerce-cart-form .product-quantity button {
  float: right;
}
/** cart totals: fixed at right with "sticky". */
#wrap_all,
#content {
  /** parents need to be "overflow: visible". */
  overflow: visible;
}
.woocommerce {
  /** wrapper needs to be flex. */
  max-width: none !important;
}
.cart-collaterals {
  /** "sticky". */
  position: sticky;
  display: inline-block;
  vertical-align: top;
  top: 0;
  width: 400px;
}
.cart_totals {
  /** cart totals width. */
  float: left;
  width: 100% !important;
}
.woocommerce-cart-form {
  /** items width. */
  display: inline-block;
  width: 63%;
  padding-right: 35px;
}
.woocommerce-customer-details h2 {
  color: #000;
}
.woocommerce-customer-details .woocommerce-columns {
  display: flex;
}
.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.name_preview {
  font-size: 16px;
  color: #000;
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
}
.name_preview:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 50px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: solid 10px rgba(0, 0, 0, 0.05);
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.name_preview i {
  display: none;
  font-size: 16px;
  color: #000;
  width: 30px;
  font-weight: 700;
  height: 30px;
  line-height: 25px;
  margin-right: 0;
  text-align: center;
  border-radius: 50em;
}
.name_preview:hover,
.name_preview:focus,
.name_preview:active {
  color: #FD5050;
}
@media (min-width: 991px) {
  .widget-area ul {
    padding: 0 0 50px;
  }
  .widget-area ul #woocommerce_price_filter-2 ul.woocommerce-widget-layered-nav-list,
  .widget-area ul #woocommerce_price_filter-2 form {
    padding: 20px;
  }
  .widget-area ul li.widget-container {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
  }
  .widget-area ul li.widget-container.widget_layered_nav_filters {
    position: relative;
    top: -3px;
  }
  .widget-area ul li.widget-container:first-of-type .widget-title:before {
    content: 'Filter op:';
    font-weight: 700;
    margin-right: 35px;
    pointer-events: none;
  }
  .widget-area ul li.widget-container:first-of-type .widget-title:hover:before,
  .widget-area ul li.widget-container:first-of-type .widget-title:focus:before,
  .widget-area ul li.widget-container:first-of-type .widget-title:active:before {
    color: #000;
    cursor: inherit!important;
  }
  .widget-area ul li.widget-container .widget-title {
    cursor: pointer;
    color: #000;
    font-family: 'Proxima Nova', serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .widget-area ul li.widget-container .widget-title:hover,
  .widget-area ul li.widget-container .widget-title:focus,
  .widget-area ul li.widget-container .widget-title:active {
    color: #FD5050;
  }
  .widget-area ul li.widget-container .widget-title:hover:before,
  .widget-area ul li.widget-container .widget-title:focus:before,
  .widget-area ul li.widget-container .widget-title:active:before {
    color: inherit;
  }
  .widget-area ul li.widget-container .widget-title:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    margin-left: 10px;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .widget-area ul li.widget-container .widget-title.active {
    color: #FD5050;
  }
  .widget-area ul li.widget-container .widget-title.active:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
  }
  .widget-area ul li.widget-container ul.woocommerce-widget-layered-nav-list,
  .widget-area ul li.widget-container form {
    display: none;
    padding: 20px 50px 20px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 90px;
    z-index: 9;
    font-family: 'Proxima Nova', serif;
    font-size: 15px;
    opacity: 0;
  }
  .widget-area ul li.widget-container ul.woocommerce-widget-layered-nav-list.active,
  .widget-area ul li.widget-container form.active {
    display: block;
    animation-name: filterActive;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
    -webkit-animation-name: filterActive;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
  }
}
@media (max-width: 1350px) {
  .woocommerce ul.products.columns-4 li.product {
    margin: 20px 20px 20px 20px;
    flex-grow: 0;
    width: calc(100% * (1/3) - 40px);
  }
}
@media (max-width: 1199px) {
  .woocommerce ul.products {
    margin: 0 -15px;
  }
  .woocommerce ul.products.columns-3 li.product {
    margin: 10px 15px 10px 15px;
    width: calc(50% - 30px);
  }
  .woocommerce .woocommerce-result-count {
    top: -87px;
  }
  .woocommerce .woocommerce-result-count .grid_list_view {
    display: none;
  }
  section.up-sells h2 {
    font-size: 40px;
    line-height: 47px;
  }
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Hout,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Aluminium,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Plexiglas,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Canvas {
    width: 80px!important;
    height: 80px!important;
  }
}
@media (max-width: 991px) {
  .col_filter {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .col_filter:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 95px;
    background: #f7f7f7;
    pointer-events: none;
  }
  .col_filter.active {
    opacity: 1;
    pointer-events: inherit;
  }
  .col_filter .close {
    position: fixed;
    right: 0;
    top: 0;
    background: #194b53;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    border-bottom-left-radius: 10px;
    line-height: 55px;
    font-weight: 300;
    font-size: 35px;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .toggle_filter_tab {
    display: inline-block;
    vertical-align: top;
    background: #f7f7f7;
    border-radius: 50em;
    padding: 15px 25px;
    cursor: pointer;
    position: relative;
  }
  .toggle_filter_tab img {
    display: inline-block;
    vertical-align: middle;
    height: 20px!important;
    width: auto;
    margin-right: 10px;
    position: relative;
    top: -3px;
  }
  .toggle_filter_tab .count_filters {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50em;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-size: 10px;
    text-align: center;
  }
  .toggle_filter_tab .count_filters.has_filters {
    background: #FD5050;
  }
  .sidebar-products {
    border: 0;
    margin: 0;
    padding: 25px 15px;
    position: relative;
    z-index: 1;
  }
  .sidebar-products .heading {
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 45px;
    font-family: 'CaslonGraphiqueEF', sans-serif;
  }
  .sidebar-products .content-area {
    height: calc(100vh - 200px);
    overflow-y: scroll;
  }
  .sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #f7f7f7;
    top: inherit;
    margin: 0;
  }
  .sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 ul {
    white-space: nowrap;
    overflow: auto;
  }
  .sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li {
    display: inline;
  }
  .sidebar-products .widget-area ul li#woocommerce_layered_nav_filters-2 li a {
    display: inline-block;
    background: #ddd;
  }
  .sidebar-products .widget_price_filter .price_slider_amount .price_label {
    position: relative;
    top: -35px;
  }
  .attr_description {
    margin: 20px 0 10px;
  }
  .attr_description h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .attr_description h4:after {
    font-size: 15px;
  }
  .attr_description .attr_inner {
    font-size: 14px;
    line-height: 22px;
  }
  .faq_groups .faq_group .group .card .card-header button {
    font-size: 20px;
    line-height: 30px;
  }
  .woocommerce div.product div.summary {
    padding: 20px 25px;
  }
  .woocommerce .woocommerce-result-count {
    top: -56px;
  }
  section.up-sells h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .product_extra .full_description {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products {
    margin: 0 -5px;
  }
  .woocommerce ul.products.columns-2 li.product {
    margin: 10px 5px 10px 5px;
    width: calc(50% - 10px);
  }
  .woocommerce ul.products.columns-3 li.product {
    margin: 10px 5px 10px 5px;
    width: calc(50% - 10px);
  }
  .woocommerce ul.products.columns-4 li.product {
    margin: 10px 5px 10px 5px!important;
    width: calc(50% - 10px) !important;
  }
  .woocommerce ul.products li.product .product_inner {
    padding: 0 5px;
  }
  .woocommerce ul.products li.product .product_inner .product_image {
    padding: 0;
    margin: 0 0 15px;
    overflow: hidden;
  }
  .woocommerce ul.products li.product .product_inner .product_content {
    padding: 0 0 75px 0;
  }
  .woocommerce ul.products li.product .product_inner .product_content .product_title {
    font-size: 15px;
    line-height: 19px;
  }
  .woocommerce ul.products li.product .product_inner .product_content .short_description {
    display: none;
  }
  .woocommerce ul.products li.product .product_inner .product_content .price {
    left: 5px;
    position: absolute;
    bottom: 5px;
  }
  .woocommerce ul.products li.product .product_inner .product_content .price .strike_price {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 27px;
  }
  .woocommerce ul.products li.product .product_inner .product_content .price del {
    display: inline-block;
    line-height: 15px;
  }
  .woocommerce ul.products li.product .product_inner .product_content .price del .woocommerce-Price-amount {
    font-size: 13px;
  }
  .woocommerce ul.products li.product .product_inner .product_content .price .woocommerce-Price-amount {
    font-size: 17px;
  }
  .woocommerce ul.products li.product .product_inner .product_content .price .button_wrap .btn {
    padding: 10px!important;
    font-size: 12px;
    letter-spacing: 0.25px;
  }
  .woocommerce .woocommerce-result-count {
    line-height: 30px;
  }
  .woocommerce .woocommerce-ordering {
    float: none;
  }
  .woocommerce .woocommerce-ordering select {
    height: 40px;
    font-size: 14px;
    width: 100%;
    margin: 0 0 15px;
  }
  .woocommerce div.product div.images {
    width: 100%;
  }
  .woocommerce div.product div.summary {
    width: 100%;
    padding: 0 10px;
  }
  .woocommerce div.product .specific {
    font-size: 15px;
    line-height: 23px;
  }
  .woocommerce div.product .product_usps {
    font-size: 15px;
  }
  .woocommerce div.product .product_title {
    font-size: 27px;
    line-height: 37px;
  }
  .woocommerce div.product form.cart .quantity_minus,
  .woocommerce div.product form.cart .quantity_plus {
    width: 50px;
    height: 50px;
  }
  .woocommerce div.product form.cart div.quantity input {
    height: 50px;
    width: 50px;
  }
  .woocommerce div.product form.cart .button {
    padding: 17px 23px;
    font-size: 14px;
  }
  .woocommerce div.product form.cart button.btn {
    font-size: 14px;
    padding: 14px 17px;
  }
  .woocommerce div.product p.stock {
    font-size: 15px;
    line-height: 22px;
  }
  .woocommerce div.product .product_main_description {
    font-size: 16px;
    line-height: 27px;
  }
  .woocommerce ul.order_details {
    display: block;
  }
  .woocommerce .woocommerce-customer-details address {
    padding: 15px;
  }
  .woocommerce-customer-details .woocommerce-columns {
    display: block;
  }
  .woocommerce-customer-details .col-1,
  .woocommerce-customer-details .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 10px!important;
  }
  .tawcvs-swatches .swatch {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 4px;
  }
  .tawcvs-swatches .swatch-label {
    font-size: 13px;
  }
  .product_wrapper .product_main_images_wrapper .product_main_images_carousel .owl-dots {
    margin: 10px 0 0;
    padding: 15px 0 0 0;
  }
  .product_wrapper .product_main_images_wrapper #main_images_navigation .owl-prev,
  .product_wrapper .product_main_images_wrapper #main_images_navigation .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  section.up-sells ul.products.columns-4 li.product {
    margin: 10px 5px 10px 5px!important;
    width: 100%!important;
  }
  section.up-sells ul.products.columns-4 li.product .product_inner {
    display: block;
  }
  section.up-sells ul.products.columns-4 li.product .product_image {
    float: left;
    width: 100px;
  }
  section.up-sells ul.products.columns-4 li.product .product_content {
    float: right;
    width: calc(100% - 100px);
    padding: 0 5px 0 15px;
    text-align: left!important;
  }
  section.up-sells ul.products.columns-4 li.product .product_content ul.colors {
    margin: 8px 0;
  }
  section.up-sells ul.products.columns-4 li.product .product_content .price {
    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }
  section.up-sells ul.products.columns-4 li.product .product_content .price .button_wrap {
    margin-bottom: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    z-index: 1;
    position: relative;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 15px;
  }
  .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table {
    background: transparent!important;
  }
  .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    background: #fff;
  }
  .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr:nth-child(2n) {
    background: #ccc;
  }
  .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td {
    font-size: 15px;
    line-height: 30px;
    padding: 8px 15px;
  }
  .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td:first-of-type {
    display: block;
  }
  .woocommerce-MyAccount-navigation {
    margin: 0 0 15px;
  }
  .woocommerce-MyAccount-navigation ul {
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
  }
  .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin: 0;
  }
  .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 15px;
    box-shadow: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
  .woocommerce-MyAccount-navigation ul li a:hover,
  .woocommerce-MyAccount-navigation ul li a:focus,
  .woocommerce-MyAccount-navigation ul li a:active {
    padding: 10px 15px;
  }
  .product_reviews {
    margin-left: 0;
  }
  .product_reviews .woocommerce-Reviews-title {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .product_reviews .review-comments ul li {
    padding: 20px 25px;
    font-size: 16px;
    line-height: 26px;
  }
  .product_reviews .review-comments ul li time {
    display: block;
  }
  .product_reviews .add_review .add_review_btn {
    padding: 15px 30px;
    font-size: 13px;
  }
  .woocommerce-cart-form {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .cart-collaterals {
    width: 100%!important;
    float: none;
  }
  .back_shopping {
    margin: 15px 0 0;
  }
  li.woocommerce-cart-form__cart-item {
    padding: 18px;
  }
  .vanaf {
    font-size: 11px;
    top: -1px;
  }
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Hout,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Aluminium,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Plexiglas,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Canvas {
    width: 68px!important;
    height: 68px!important;
  }
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Hout .variable-item-span,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Aluminium .variable-item-span,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Plexiglas .variable-item-span,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Canvas .variable-item-span,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .materiaal_title,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Hout .materiaal_title,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Aluminium .materiaal_title,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Plexiglas .materiaal_title,
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item-Canvas .materiaal_title {
    font-size: 12px;
  }
  .product_wrapper .product_main_images_wrapper .col_gallery_images {
    padding-right: 0;
  }
  .product_wrapper .product_main_images_wrapper #main_images_dots .owl-dot {
    margin: 0 0 15px;
  }
  .product_wrapper .product_main_images_wrapper .banner {
    width: 100px;
    height: 100px;
  }
  .product_wrapper .product_main_images_wrapper .banner .banner_inner {
    top: 31%;
  }
  .product_wrapper .product_main_images_wrapper .banner .percent {
    font-size: 35px;
    margin: 0;
  }
  .product_wrapper .product_main_images_wrapper .banner .discount {
    font-size: 15px;
  }
  .faq_groups {
    padding: 0;
  }
  .faq_groups .faq_group .group .card .card-header button {
    font-size: 17px;
    line-height: 26px;
    padding: 10px 30px 10px 0;
  }
  .woocommerce-cart-form .product-thumbnail {
    width: 100px;
  }
  .woocommerce-cart-form .product-thumbnail img {
    height: 70px!important;
  }
  .woocommerce-cart-form .product-quantity .quantity {
    display: block;
    width: 100%;
  }
  .woocommerce-cart-form .product-quantity .quantity:before {
    content: 'Aantal:';
    font-weight: 700;
    display: block;
    margin: 0 0 5px;
  }
  .woocommerce-cart-form .product-quantity button {
    margin-top: 10px;
  }
  .woocommerce .coupon button {
    font-size: 13px;
    width: 195px;
  }
  .woocommerce .coupon input {
    width: calc(100% - 200px);
  }
  .shop_table .cart_item .cart-item-details {
    margin-left: 16px;
    font-size: 17px;
    line-height: 26px;
  }
  .shop_table .cart_item .cart-item-details p {
    margin: 0 0 15px;
  }
  .shop_table .cart_item .cart-item-details .product-name {
    font-size: 17px;
    line-height: 25px;
    padding-right: 18px;
  }
  .shop_table .cart_item .cart-item-details .product-remove {
    right: -5px;
    top: -10px;
  }
  .shop_table .cart_item .cart-item-details .product-remove a.remove {
    line-height: 40px;
  }
  .shop_table .cart_item .cart-item-details .product-price {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px;
  }
  .shop_table .cart_item .cart-item-details .product-price .stukprijs {
    font-size: 16px;
  }
  .shop_table .cart_item .cart-item-details .product-price .stukprijs,
  .shop_table .cart_item .cart-item-details .product-price .subtotal {
    display: block;
  }
  .shop_table .cart_item .cart-item-details .product-quantity .qty {
    height: 46px;
    width: 65px;
    border-width: 2px;
    padding: 0 5px;
    text-align: center;
  }
  .banner {
    font-size: 9px;
    padding: 2px 10px;
    letter-spacing: 0.5px;
  }
  .banner.new.also_sale {
    right: 47px;
  }
  .product_wrapper .product_main_images_wrapper .banner_product {
    font-size: 12px!important;
    padding: 3px 10px!important;
  }
  .product_reviews {
    font-size: 16px;
    line-height: 27px;
  }
  .toggle_filter_tab {
    padding: 10px 15px;
    font-size: 15px;
  }
  .product_extra h2 {
    font-size: 27px;
    line-height: 37px;
    margin: 0 0 25px;
  }
  .product_extra h3 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 25px;
  }
  body.woocommerce-cart .wc-proceed-to-checkout {
    position: fixed;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 9999;
    background: #fff;
  }
  body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: calc(100% - 25px);
    font-size: 15px;
    margin: 0 0 5px;
  }
  .woocommerce .woocommerce-result-count {
    top: -70px;
    margin-left: 135px;
    line-height: 20px;
  }
  .woocommerce .woocommerce-breadcrumb {
    margin: 0 0 25px;
  }
  .woocommerce .cart-collaterals .cart_totals {
    margin-top: 25px;
    font-size: 15px;
    line-height: 26px;
  }
  .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 27px;
    line-height: 37px;
    margin: 0 0 15px;
  }
  section.up-sells h2 {
    font-size: 23px;
    line-height: 30px;
  }
  section.up-sells small {
    font-size: 14px;
  }
  .woocommerce ul#shipping_method li {
    margin: 0 0 2px;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    color: #000;
  }
  .woocommerce table.shop_table_responsive .includes_tax {
    display: block;
  }
  #customer_details {
    display: block;
    width: 100%;
    padding: 0;
  }
  #order_review {
    display: block;
    width: 100%;
  }
  .woocommerce ul.related_products li:nth-child(3) {
    display: none;
  }
  .related ul.products {
    margin: 0 -5px;
  }
  .related ul.products.columns-4 li.product {
    margin: 10px 5px 10px 5px;
    width: calc(50% - 10px);
  }
  .related ul.products.columns-4 li.product:nth-child(3) {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table .woocommerce-button {
    font-size: 15px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .typed_text_wrapper {
    height: 65px;
    top: 34%;
  }
}
@media (min-width: 991px) {
  .navigation.navigation_hover .dropdown:hover .dropdown-menu,
  .navigation.navigation_hover .dropdown:focus .dropdown-menu,
  .navigation.navigation_hover .dropdown:active .dropdown-menu {
    display: block;
    top: 105%;
    opacity: 0;
    animation-name: navigationHover;
    animation-duration: 0.15s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    -webkit-animation-name: navigationHover;
    -webkit-animation-duration: 0.15s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
  }
}
@media (max-height: 725px) {
  header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img .menu_item_image {
    padding: 30% 0;
  }
}
@media (min-width: 1500px) {
  header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li .dropdown-menu a.dropdown-item.has_img .menu_item_image {
    padding: 30% 0;
  }
}
@media (max-width: 1550px) {
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) {
    left: 48%;
    height: 450px;
    width: 450px;
  }
  .main_header .owl-text {
    left: 22%;
  }
}
@media (max-width: 1500px) {
  .container {
    padding: 0 75px;
    margin: 0 auto;
  }
  header.header .topbar .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
  .main_header .owl-text {
    left: 21%;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text {
    left: 21%;
  }
  .inspiratie_advies_wrapper .inner_text h2 {
    font-size: 90px;
  }
  .block-carousel {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  header.header .navigation ul.menu li a {
    padding: 0 14px;
  }
  .container {
    max-width: 1300px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text {
    left: 20%;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(2) {
    height: 245px;
    width: 245px;
    left: 130px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) {
    height: 400px;
    width: 400px;
  }
  .inspiratie_advies_wrapper .inner_text h2 {
    font-size: 80px;
  }
  .main_header .owl-text {
    left: 20%;
  }
}
@media (max-width: 1350px) {
  .container {
    max-width: 1250px;
  }
  .ugb-container .ugb-container__wrapper {
    margin-left: 45px;
    margin-right: 45px;
    width: auto;
  }
  .blocks .item .inner {
    padding: 20px;
  }
  header.header .topbar .search {
    width: 385px;
  }
  header.header .topbar ul li {
    margin: 0 14px;
  }
  header.header .navigation nav.navbar .navbar-brand {
    margin-right: 20px;
  }
  header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li > a {
    padding: 0 20px;
  }
  .block-carousel .item .inner .text_inner .text h2 {
    font-size: 65px;
    line-height: 60px;
  }
  .block-carousel .item .inner .text_inner .text h3 {
    font-size: 45px;
    line-height: 40px;
  }
  .contactpage .contactcol.first {
    padding: 55px 25px 55px 55px;
  }
  .contactpage .contactcol.second {
    padding: 55px 55px 55px 25px;
  }
  .main_header .owl-text .inner .heading h1 p,
  .main_header .owl-text .inner .heading .h1 p {
    font-size: 55px;
    line-height: 52px;
  }
  footer.footer .footcol {
    width: inherit;
  }
  footer.footer .footcol ul.first {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1300px) {
  header.header .topbar .search {
    width: 340px;
  }
  .blocks .item .inner .heading {
    font-size: 45px;
    line-height: 52px;
  }
  .homepage_category ul {
    font-size: 20px;
  }
  .welcome_wrapper .welcome-text {
    width: 75%;
  }
  .headlines h3 {
    font-size: 45px;
    line-height: 52px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(1) {
    height: 295px;
    width: 200px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) {
    left: 50%;
    height: 375px;
    width: 375px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(4) {
    height: 153px;
    width: 225px;
  }
}
@media (max-width: 1250px) {
  header.header .topbar .search {
    width: 290px;
  }
  header.header .navigation nav.navbar .navbar-collapse ul.navbar-nav > li > a {
    padding: 0 15px;
  }
  .block-carousel {
    width: 90%;
  }
  .block-carousel .item .img-base .img.img_more {
    padding-top: 60%;
    padding-bottom: 60%;
  }
  .block-carousel .item .inner .text_inner .text span.btn {
    font-size: 15px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text {
    width: 290px;
    top: 59%;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner {
    width: auto;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1 p,
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 p {
    font-size: 60px;
    line-height: 50px;
  }
  .main_header .owl-text {
    width: 290px;
    top: 59%;
  }
  .main_header .owl-text .inner .heading h1 p,
  .main_header .owl-text .inner .heading .h1 p {
    font-size: 55px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  /* (Re)set vars */
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
  h3 {
    font-size: 28px;
    line-height: 35px;
  }
  h4 {
    font-size: 23px;
    line-height: 31px;
  }
  /* 5 columns row - Reset to 3 */
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  header.header .topbar {
    z-index: 100;
  }
  header.header .topbar .search {
    position: absolute;
    right: 290px;
    top: 64px;
    width: 385px;
  }
  header.header .topbar .search .aws-container .aws-search-field {
    height: 45px;
  }
  header.header .navigation nav.navbar .navbar-nav {
    margin-right: 90px;
  }
  .wrapper-base .headerimg .caption h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .project .project_sidebar {
    margin: 0;
  }
  .inspiratie_advies_wrapper .inner_text h2 {
    font-size: 70px;
  }
  .product_wrapper .product_main_images_wrapper .banner_product {
    padding: 5px 15px;
    font-size: 14px;
  }
  .contactpage .contactcol.first {
    padding: 45px;
  }
  .contactpage .contactcol.second {
    padding: 45px;
  }
  .blog_item.second_col .card .inner .heading h4 {
    font-size: 26px;
  }
  .blog_item .card .inner .heading h4 {
    font-size: 28px;
  }
  .blog_item.small_variant .card .inner .heading h5 {
    font-size: 22px;
  }
  .blog_archive .main-heading {
    max-width: 75%;
  }
  .blog_archive .wrapper-content {
    max-width: 100%;
  }
  .section_tips .heading h3 {
    font-size: 37px;
  }
  .blog_item.small_variant .card .inner.inner_single .heading h3 {
    font-size: 29px;
    line-height: 1.1;
  }
  .welcome_wrapper.welcome_bottom_wrapper {
    padding-top: 20px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1 p,
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 p {
    font-size: 55px;
    line-height: 48px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(1) {
    width: 187px;
    height: 275px;
    left: 40px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(2) {
    left: 100px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) {
    width: 320px;
    height: 320px;
    top: 45px;
    left: 50%;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(4) {
    width: 200px;
    height: 136px;
  }
  .block-carousel {
    width: 95%;
  }
  .block-carousel .item .inner .text_inner .heading {
    font-size: 28px;
    line-height: 35px;
  }
  .block-carousel .item .inner .text_inner .heading.items-3 {
    font-size: 28px;
    line-height: 35px;
  }
  .block-carousel .item .inner .text_inner .heading.items-4 {
    font-size: 23px;
    line-height: 31px;
  }
  .block-carousel .item .inner .text_inner .heading.items-5 {
    font-size: 23px;
    line-height: 31px;
  }
  .block-carousel .item .img-base .img {
    padding-top: 40%;
    padding-bottom: 40%;
  }
  footer.footer .footcol {
    max-width: 80%;
  }
}
@media (max-width: 1100px) {
  .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
  }
  header.header .navigation nav.navbar .navbar-collapse ul.cta_btn .large_text {
    display: none;
  }
  header.header .navigation nav.navbar .navbar-collapse ul.cta_btn .small_text {
    display: block;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1 p,
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 p {
    font-size: 50px;
    line-height: 46px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(1) {
    width: 170px;
    height: 250px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(2) {
    left: 80px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) {
    width: 305px;
    height: 305px;
    left: 51%;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(4) {
    width: 180px;
    height: 123px;
  }
  .main_header .owl-text {
    width: 280px;
  }
  .main_header .owl-text .inner .heading h1 p,
  .main_header .owl-text .inner .heading .h1 p {
    font-size: 50px;
    line-height: 46px;
  }
  .inspiratie_advies_wrapper .inner_text h2 {
    font-size: 60px;
  }
  footer.footer .footcol {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .lgc-clear {
    display: block!important;
  }
}
@media (max-width: 991px) {
  /* (Re)set vars */
  .container {
    margin: 0 auto;
    padding: 0 40px;
  }
  /* 5 columns row - Reset to 2 */
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  h1 {
    font-size: 35px;
    line-height: 38px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 26px;
    line-height: 33px;
  }
  h4 {
    font-size: 23px;
    line-height: 29px;
  }
  header.header .topbar {
    font-size: 12px;
    text-align: left;
    height: inherit;
    line-height: inherit;
    padding: 5px 0;
  }
  header.header .topbar ul {
    text-align: left;
  }
  header.header .topbar #usp_carousel {
    width: 300px;
  }
  header.header .topbar #usp_carousel .item {
    text-align: left;
  }
  header.header .topbar #usp_carousel .item img {
    display: inline-block;
    vertical-align: middle;
    height: 11px;
    width: auto;
    position: relative;
    top: -2px;
    margin-right: 2px;
  }
  header.header .topbar .topbar_right {
    width: 400px;
  }
  header.header .topbar .feedback_rating {
    margin-top: 1px !important;
    top: 0;
    right: 0;
  }
  header.header .topbar .feedback_rating .__fbcw__bar-widget {
    font-size: 12px !important;
  }
  header.header .topbar .feedback_rating .__fbcw__bar-widget__stars {
    width: 65px !important;
    margin: -1px 3px 0 7px !important;
  }
  header.header .topbar .feedback_rating .__fbcw__bar-widget__feedback-company-branding {
    height: 20px !important;
  }
  header.header .topbar .feedback_rating .__fbcw__bar-widget__feedback-company-logo {
    max-height: 16px !important;
    margin-left: 0 !important;
    position: relative;
    top: 2px;
  }
  header.header .topbar .text-left {
    text-align: center !important;
  }
  header.header .topbar .right .right-item {
    margin-right: 5px;
  }
  header.header .topbar ul li {
    margin: 0 5px;
  }
  header.header .topbar ul li i {
    font-size: 15px;
  }
  header.header .topbar ul li img {
    height: 12px;
    width: auto;
  }
  header.header .topbar .container-fluid {
    margin-left: 5px;
    margin-right: 5px;
  }
  header.header .topbar .search {
    right: 255px;
    width: 300px;
  }
  header.header .topbar .feedback_rating .__fbcw__bar-widget__amount-of-reviews {
    display: none!important;
  }
  header.header .navigation nav.navbar .navbar-collapse {
    position: absolute;
    right: 0;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(2) {
    width: 200px;
    height: 200px;
    left: 60px;
    top: 25px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) {
    left: 60%;
    width: 280px;
    height: 280px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(4) {
    display: none;
  }
  .blog_post .post_alinea5 .img-base {
    padding-right: 0;
  }
  .inspiratie_advies_wrapper {
    padding: 75px 0;
  }
  .inspiratie_advies_wrapper .img-base {
    margin-top: 45px;
  }
  .inspiratie_advies_wrapper .img-base .img {
    padding: 45% 0;
  }
  .inspiratie_advies_wrapper .inner_text h2 {
    font-size: 75px;
  }
  .inspiratie_advies_wrapper .inner_text .inner-text {
    line-height: 24px;
  }
  .main_header .owl-text {
    width: 225px;
    left: 21%;
    top: 60%;
  }
  .main_header .owl-text .inner .heading h1 p,
  .main_header .owl-text .inner .heading .h1 p {
    font-size: 45px;
    line-height: 45px;
  }
  .blog_archive .breadcrumbs {
    margin-left: 0;
  }
  .blog_archive .main-heading {
    margin-left: 0!important;
  }
  .blog_archive .wrapper-content {
    margin-left: 0;
  }
  .section_tips .blog_item .card .img-base .img {
    z-index: 0;
  }
  .blog_item.first_col:first-of-type:before {
    right: -11%;
  }
  .blog_item.second_col {
    margin-top: 0;
  }
  .blog_item.second_col .card .inner .heading h4 {
    font-size: 23px;
  }
  .blog_item.small_variant .card {
    display: block;
    background: #f7f7f7;
  }
  .blog_item.small_variant .card .img-base {
    width: 35%;
    float: left;
  }
  .blog_item.small_variant .card .inner {
    float: right;
    width: 65%;
    padding: 30px 40px;
  }
  .blog_item.small_variant .card .inner.inner_single {
    padding: 30px 40px;
  }
  .blog_item.small_variant .card .inner .heading h5 {
    font-size: 27px;
  }
  .section_archive_more_blogs .heading_single {
    margin-bottom: 50px;
  }
  .section_archive_more_blogs .heading_single h2 {
    font-size: 35px;
  }
  .section_archive_more_blogs .blog_row .show_more_blogs {
    margin: 0 auto;
  }
  .header-carousel-wrapper {
    min-height: inherit;
  }
  .header-carousel-wrapper #header-carousel {
    min-height: inherit;
  }
  .header-carousel-wrapper #header-carousel .owl-stage {
    min-height: inherit;
  }
  .header-carousel-wrapper #header-carousel .owl-item {
    min-height: inherit;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text {
    width: 225px;
    left: 21%;
    top: 60%;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner {
    width: auto;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading {
    height: auto;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1 p,
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 p {
    font-size: 45px;
    line-height: 45px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .description {
    height: auto;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .description p {
    font-size: 17px;
    line-height: 25px;
  }
  .modal_popup.type_bottom {
    font-size: 16px;
    line-height: 28px;
  }
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav.amount-1 {
    width: auto;
    margin: 0 auto;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev {
    left: 0;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next {
    right: 0;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel {
    padding: 0 65px;
  }
  .visual {
    padding: 110px 0 110px;
  }
  .blocks .item .inner .heading {
    font-size: 26px;
    line-height: 33px;
  }
  .block-carousel {
    width: inherit;
  }
  .block-carousel .item .img-base .img.img_more {
    padding-top: 65%;
    padding-bottom: 65%;
  }
  .wrapper-base .wrapper-inner .main-heading h1 {
    font-size: 48px;
    line-height: 53px;
  }
  .blocks_vertical .item .content .heading {
    font-size: 23px;
    line-height: 29px;
  }
  footer.footer .first_col {
    text-align: center;
  }
  footer.footer .footcol .socials {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  /* (Re)set vars */
  body {
    font-size: 16px;
    line-height: 27px;
  }
  #mobile_visibility {
    display: block;
  }
  a[href^="tel"],
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: inherit;
    cursor: pointer;
  }
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h5 {
    font-size: 18px;
    line-height: 23px;
  }
  p {
    margin: 0 0 30px;
  }
  /* 5 columns row - Reset to 1 */
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .btn {
    font-size: 14px;
    padding: 12px 18px;
  }
  .btn.btn-default,
  .btn.btn-primary,
  .btn.btn-secondary {
    font-size: 14px;
    padding: 12px 18px;
  }
  span.btn a {
    font-size: 14px;
    padding: 12px 18px;
  }
  .container {
    padding: 0 15px;
  }
  .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .ugb-container {
    padding: 40px 0;
  }
  .ugb-container .ugb-container__wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ugb-container .ugb-container__wrapper h1,
  .ugb-container .ugb-container__wrapper h2,
  .ugb-container .ugb-container__wrapper h3,
  .ugb-container .ugb-container__wrapper h4,
  .ugb-container .ugb-container__wrapper h5 {
    margin: 0 0 25px;
  }
  .ugb-container .ugb-container__wrapper h1 {
    font-size: 33px;
    line-height: 41px;
  }
  .ugb-container .ugb-container__wrapper h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .ugb-container .ugb-container__wrapper h3 {
    font-size: 25px;
    line-height: 33px;
  }
  .ugb-container .ugb-container__wrapper h4 {
    font-size: 22px;
    line-height: 30px;
  }
  header.header {
    min-height: calc(70px + 70px);
  }
  header.header.active_banner {
    min-height: 160px;
  }
  header.header .search-wrapper .search-inner #searchform input[type="text"] {
    width: calc(100% - 100px);
    height: 42px;
  }
  header.header .search-wrapper .search-inner #searchform input[type="submit"] {
    height: 42px;
    font-size: 14px;
  }
  header.header .sale_banner {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
  }
  header.header .topbar {
    font-size: 12px;
    text-align: left;
    height: inherit;
    line-height: inherit;
    padding: 5px 0;
  }
  header.header .topbar ul {
    text-align: left;
  }
  header.header .topbar #usp_carousel {
    width: calc(100% - 150px);
  }
  header.header .topbar #usp_carousel .item {
    text-align: left;
  }
  header.header .topbar #usp_carousel .item img {
    display: inline-block;
    vertical-align: middle;
    height: 11px;
    width: auto;
    position: relative;
    top: -2px;
    margin-right: 2px;
  }
  header.header .topbar .feedback_rating {
    margin-top: 1px!important;
    position: absolute;
    top: 0;
    right: 0;
  }
  header.header .topbar .feedback_rating .__fbcw__bar-widget {
    font-size: 12px!important;
  }
  header.header .topbar .feedback_rating .__fbcw__bar-widget__stars {
    width: 65px!important;
    margin: -1px 3px 0 7px !important;
  }
  header.header .topbar .feedback_rating .__fbcw__bar-widget__feedback-company-branding {
    height: 20px!important;
  }
  header.header .topbar .feedback_rating .__fbcw__bar-widget__feedback-company-logo {
    max-height: 16px!important;
    margin-left: 0!important;
    position: relative;
    top: 2px;
  }
  header.header .topbar .topbar_right {
    width: inherit;
  }
  header.header .topbar .search {
    width: 100%;
    position: relative;
    top: inherit;
    display: block;
    left: 0;
    right: 0;
    margin: 0;
    padding-right: 0;
  }
  header.header .topbar .search .aws-container .aws-search-field {
    height: 33px;
    width: 100%;
    border: 1px solid #000;
  }
  header.header .topbar .text-left {
    text-align: center!important;
  }
  header.header .topbar .right .right-item {
    margin-right: 5px;
  }
  header.header .topbar ul li {
    margin: 0 5px;
  }
  header.header .topbar ul li i {
    font-size: 15px;
  }
  header.header .topbar ul li img {
    height: 12px;
    width: auto;
  }
  header.header .navigation {
    height: 70px;
    top: 70px;
  }
  header.header .navigation.active_banner {
    top: 100px;
  }
  header.header .navigation .navigation-inner {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  header.header .navigation .container-fluid {
    margin-left: 0;
    margin-right: 0;
  }
  header.header .navigation nav.navbar {
    height: 70px;
  }
  header.header .navigation nav.navbar .navbar-nav {
    margin-right: 0;
  }
  header.header .navigation nav.navbar .navbar-nav.navbar-right ul li {
    margin: 0 14px;
    position: relative;
    line-height: 75px;
  }
  header.header .navigation nav.navbar .navbar-nav.navbar-right ul li:nth-child(1):after {
    content: 'Account';
    display: block;
    position: absolute;
    bottom: -23px;
    font-size: 9px;
    left: -10px;
    font-weight: 700;
    pointer-events: none;
  }
  header.header .navigation nav.navbar .navbar-nav.navbar-right ul li:nth-child(2):after {
    content: 'Favoriet';
    display: block;
    position: absolute;
    bottom: -23px;
    font-size: 9px;
    left: -5px;
    font-weight: 700;
    pointer-events: none;
  }
  header.header .navigation nav.navbar .navbar-nav.navbar-right ul li:nth-child(3):after {
    content: 'Mandje';
    display: block;
    position: absolute;
    bottom: -23px;
    font-size: 9px;
    left: -7px;
    font-weight: 700;
    pointer-events: none;
  }
  header.header .navigation nav.navbar .navbar-toggler {
    right: 0;
    width: 47px;
  }
  header.header .navigation nav.navbar .navbar-toggler:after {
    bottom: 10px;
  }
  header.header .navigation nav.navbar .navbar-collapse {
    right: 60px;
  }
  header.header .navigation nav.navbar .navbar-brand .img img {
    width: 115px!important;
    height: 55px;
  }
  .wrapper-base .breadcrumbs {
    font-size: 11px;
  }
  .wrapper-base .breadcrumbs #crumbs::-webkit-scrollbar {
    display: none;
  }
  .wrapper-base .breadcrumbs #crumbs {
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
  }
  .wrapper-base .headerimg .img {
    position: relative;
    padding: 30% 0;
  }
  .wrapper-base .headerimg .breadcrumbs .woocommerce-breadcrumb {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .wrapper-base .headerimg .caption {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .wrapper-base .headerimg .caption h1 {
    font-size: 6.5vw;
    line-height: 7vw;
  }
  .wrapper-base .headerimg .caption .text {
    font-size: 15px;
    line-height: 22px;
  }
  .wrapper-base .wrapper-inner {
    padding: 15px 0;
  }
  .wrapper-base .breadcrumbs {
    font-size: 10px;
    margin: 0 0 15px;
  }
  .wrapper-base .breadcrumbs .bread-heading {
    margin-right: 5px;
    display: none;
  }
  .wrapper-base .section {
    padding: 20px 0;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(2) {
    display: none;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(1) {
    bottom: inherit;
    top: 35px;
    left: 35px;
    width: 108px;
    height: 160px;
    padding: 0;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) {
    top: 45px;
    width: 325px;
    height: 325px;
    left: 65%;
    padding: 0;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) .price {
    top: 10px;
    left: 15px;
  }
  .main_header {
    background: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .main_header .owl-text {
    left: 0!important;
    position: relative;
    width: auto;
  }
  .main_header .owl-text .inner {
    bottom: auto;
    padding: 0 15px!important;
    transform: none!important;
    position: relative;
    display: block;
    top: 0!important;
  }
  .main_header .owl-text .inner .heading h1 p,
  .main_header .owl-text .inner .heading .h1 p {
    font-size: 28px;
    line-height: 32px;
  }
  .main_header .owl-text .inner .description p {
    font-size: 15px;
    line-height: 24px;
  }
  .header-carousel-wrapper {
    height: auto;
    background: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .header-carousel-wrapper:before {
    height: 50px;
  }
  .header-carousel-wrapper #header-carousel {
    height: auto;
  }
  .header-carousel-wrapper #header-carousel .owl-item:before {
    height: 50px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text {
    left: 0!important;
    position: relative;
    width: auto;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner {
    bottom: auto;
    padding: 0 15px!important;
    transform: none!important;
    position: relative;
    display: block;
    top: 0!important;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .curly_title {
    font-size: 30px;
    line-height: 30px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading h1 p,
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .heading .h1 p {
    font-size: 28px;
    line-height: 32px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .description p {
    font-size: 17px;
    line-height: 25px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .buttons .btn {
    font-size: 14px;
    padding: 12px 18px;
    margin-bottom: 5px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .img-base {
    right: 0;
    width: 100%;
  }
  .header-carousel-wrapper #header-carousel .owl-dots {
    text-align: left;
    left: 20px;
    bottom: -8px;
  }
  .header-carousel-wrapper #header-carousel .owl-dots .owl-dot {
    margin-right: 7px;
  }
  .block-carousel {
    margin: 15px 0;
  }
  .block-carousel .item {
    padding: 0 15px;
  }
  .block-carousel .item .card.horizontal .img {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .block-carousel .item .inner {
    padding: 20px;
  }
  .block-carousel .item .inner .text_inner .heading {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  .block-carousel .item .inner .text_inner .subheading {
    font-size: 16px;
    line-height: 27px;
  }
  .block-carousel .item .inner .text_inner .text {
    font-size: 16px;
    line-height: 27px;
  }
  .block-carousel .item .inner .text_inner .text h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .block-carousel .item .inner .text_inner .text h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .block-carousel .item .inner .text_inner .text h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .block-carousel .item .inner .text_inner .text span.btn {
    font-size: 14px;
    padding: 12px 18px;
  }
  .block-carousel .item .inner .text_inner .text blockquote {
    width: 85px;
    height: 85px;
    left: -20px !important;
    bottom: -60px;
  }
  .block-carousel .item .inner .text_inner .text blockquote p {
    top: 25%;
  }
  .block-carousel .item .inner .text_inner .text blockquote strong {
    font-size: 45px;
    line-height: 26px;
  }
  .block-carousel .item .img-base .img {
    padding-top: 55%;
    padding-bottom: 55%;
  }
  .block-carousel-wrapper {
    padding: 0 0 10px;
  }
  .block-carousel-wrapper .heading h2 {
    margin-bottom: 0;
  }
  .block-carousel-wrapper .heading .sub_heading {
    font-size: 18px;
    margin-top: 10px;
  }
  .block-carousel-inner-mobile {
    margin: 30px 0 0 0;
    position: relative;
  }
  .block-carousel-inner-mobile .item {
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.035), -2px -2px 5px rgba(0, 0, 0, 0.035);
    margin: 0 0 15px;
    border-radius: 5px;
  }
  .block-carousel-inner-mobile .item .img-base {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .block-carousel-inner-mobile .item .inner {
    padding: 20px 15px;
    line-height: 21px;
  }
  .block-carousel-inner-mobile .item .inner .heading {
    text-align: left;
    color: #311313;
    font-size: 16px;
    font-weight: 700;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  select {
    height: 42px;
    font-size: 16px;
  }
  textarea {
    font-size: 16px;
  }
  .gastenboek_form #post_guestbook_message table {
    text-align: left;
  }
  .gastenboek_form #post_guestbook_message table tr td {
    padding: 3px 0;
  }
  .gastenboek_form #post_guestbook_message table tr td:first-of-type {
    padding-right: 5px;
  }
  .gastenboek_form #post_guestbook_message table label {
    line-height: 42px;
    width: 120px;
    text-align: left;
  }
  .gastenboek_form #post_guestbook_message table input,
  .gastenboek_form #post_guestbook_message table textarea,
  .gastenboek_form #post_guestbook_message table button {
    width: calc(100% - 124px);
  }
  .gastenboek_form #post_guestbook_message button[type="submit"] {
    margin-top: 10px;
    font-size: 14px;
    padding: 12px 18px;
  }
  .lgc-column:nth-of-type(odd) {
    padding-right: 0;
  }
  .blocks_vertical .item .content {
    padding: 15px;
  }
  .blocks_vertical .item .content .heading {
    font-size: 18px;
    line-height: 23px;
  }
  .blocks_vertical .item .content .subheading {
    margin: 0 0 5px 0;
  }
  .contact_options {
    width: auto;
  }
  .contact_options .mb-4 {
    margin-bottom: 10px!important;
  }
  .modal_popup.type_bottom {
    font-size: 15px;
    line-height: 25px;
    padding: 20px;
  }
  .modal_popup.type_bottom .text {
    padding-right: 25px;
  }
  .modal_popup.type_bottom .close {
    font-size: 25px;
  }
  .modal_popup .modal-dialog {
    max-width: 100%;
  }
  .modal_popup .modal-header h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .modal_popup .modal-header .close {
    font-size: 40px;
    right: 25px;
    padding: 9px;
  }
  .modal_popup .modal-body {
    padding: 0 15px;
  }
  .modal_popup .modal-body .col_xs_1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .modal_popup .modal-body .col_xs_2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .modal_popup .modal-body .col_xs_3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .modal_popup .modal-body .col_xs_4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .modal_popup .modal-body .col_xs_5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .modal_popup .modal-body .col_xs_6 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .modal_popup .modal-body .col_xs_7 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .modal_popup .modal-body .col_xs_8 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .modal_popup .modal-body .col_xs_9 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .modal_popup .modal-body .col_xs_10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal_popup .modal-body .text {
    padding: 15px 10px;
  }
  .modal_popup .modal-body p {
    margin: 0 0 20px;
  }
  .modal_popup .modal-body h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .modal_popup .modal-body .img.img_relative {
    position: relative;
    height: 150px;
  }
  .modal_popup .modal-body .close_popup {
    padding: 0 10px;
    margin-top: 15px;
  }
  .agenda-wrapper {
    padding: 25px 0;
  }
  .agenda-wrapper .heading h3 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }
  .agenda-wrapper .heading .sub_heading {
    font-size: 18px;
  }
  .reviews-wrapper {
    padding: 30px 0;
  }
  .reviews-wrapper .heading h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .reviews-wrapper .heading .sub_heading {
    font-size: 16px;
    line-height: 27px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav.amount-1 {
    width: auto;
    margin: 0 auto;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev {
    left: 0;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next {
    right: 0;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-prev,
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel-nav .owl-next {
    font-size: 20px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel {
    padding: 0 30px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item {
    padding: 0 20px 30px 20px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review {
    padding: 25px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review .review-comment {
    font-size: 17px;
    line-height: 26px;
  }
  .reviews-wrapper .reviews-carousel-wrapper #reviews-carousel .item .review .review-author {
    font-size: 15px;
    line-height: 23px;
  }
  .mobile_1 {
    order: 1;
  }
  .mobile_2 {
    order: 2;
  }
  .blog_post h2,
  .blog_post h3,
  .blog_post h4 {
    margin: 0 0 25px;
  }
  .blog_post .post_alinea2 {
    margin-top: 15px;
  }
  .blog_post .post_alinea2 .col_vert {
    padding-right: 0;
  }
  .blog_post .post_alinea2 .col_vert .inner {
    width: 55px;
    left: -5px;
  }
  .blog_post .post_alinea2 .col_vert .inner .big {
    font-size: 65px;
    left: 25px;
  }
  .blog_post .post_alinea2 .col_vert .inner .subtext {
    font-size: 43px;
    top: 20px;
    left: 5px;
  }
  .blog_post .post_alinea2 .img-base {
    left: 0;
  }
  .blog_post .post_alinea2 .img-base .img {
    width: inherit;
    height: 375px;
  }
  .blog_post .post_alinea2 .img-base .caption {
    position: relative;
    left: -30%;
    bottom: inherit;
    padding: 30px 0;
    max-width: inherit;
    width: 125%;
  }
  .blog_post .post_alinea2 .img-base .caption h3,
  .blog_post .post_alinea2 .img-base .caption h4 {
    font-size: 23px;
    line-height: 1.1;
  }
  .blog_post .post_alinea3 {
    background: #f7f7f7 !important;
    padding-top: 40px;
  }
  .blog_post .post_alinea3 .caption h2,
  .blog_post .post_alinea3 .caption h3 {
    font-size: 35px;
    line-height: 1;
    margin: 0 0 20px;
  }
  .blog_post .post_alinea3 .img-base {
    margin: 35px auto 0;
    width: 90%;
  }
  .blog_post .post_alinea3 .img-base .img {
    padding: 17% 0;
  }
  .blog_post .post_alinea4 {
    padding-bottom: 40px;
  }
  .blog_post .post_alinea4:before {
    left: 0;
    right: 0;
  }
  .blog_post .post_alinea4 h2,
  .blog_post .post_alinea4 h3,
  .blog_post .post_alinea4 h4 {
    font-size: 23px;
    line-height: 1.15;
  }
  .blog_post .post_alinea4 .smaller_content {
    width: auto;
  }
  .blog_post .follow_social .quote {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .blog_post .post_alinea5 {
    padding-top: 0;
  }
  .blog_post .post_alinea5 .col_first {
    left: 0;
  }
  .blog_post .post_alinea5 .col_first .inner {
    padding: 30px 20px 15px;
  }
  .blog_post .post_alinea5 .col_first .inner h2,
  .blog_post .post_alinea5 .col_first .inner h3,
  .blog_post .post_alinea5 .col_first .inner h4 {
    font-size: 23px;
    line-height: 1.1;
  }
  .blog_post .post_alinea5 .img-base .img {
    min-height: inherit;
    padding: 42% 0;
  }
  .blog_post .post_alinea6 {
    background: #fff !important;
    margin-top: 0;
  }
  .blog_post .post_alinea7 {
    padding: 40px 0;
  }
  .blog_post .post_alinea7 .img {
    min-height: inherit;
    padding: 42% 0;
  }
  .blog_post .section_related.section_related_2 {
    margin-top: 0;
    padding-top: 45px;
  }
  .related_collections_single {
    padding-top: 40px;
  }
  .related_collections_single .heading {
    margin-bottom: 25px;
  }
  .related_collections_single .heading h2 {
    font-size: 23px;
    line-height: 1.1;
  }
  .width-75 {
    width: 88%;
  }
  .woocommerce-info {
    font-size: 16px;
    line-height: 25px;
  }
  .jvm-woocommerce-wishlist-container thead {
    display: none;
  }
  .jvm-woocommerce-wishlist-container tr,
  .jvm-woocommerce-wishlist-container td {
    display: block!important;
    width: 100%;
  }
  .jvm-woocommerce-wishlist-container .product-remove {
    text-align: right;
    padding-bottom: 0;
  }
  .subpages_heading {
    background: #f7f7f7;
    padding: 15px 20px;
    border-radius: 3px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  .subpages_heading:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: 15px;
  }
  .subpages_heading.active:after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
  }
  ul.subpages {
    display: none;
  }
  ul.subpages.active {
    display: block;
  }
  .inspiratie_advies_wrapper {
    padding: 45px 0 15px;
  }
  .inspiratie_advies_wrapper .img-base .img {
    padding: 45% 0;
    min-height: inherit;
  }
  .inspiratie_advies_wrapper .inner_text {
    padding-right: 0;
    margin-top: 30px;
  }
  .inspiratie_advies_wrapper .inner_text h2 {
    font-size: 37px;
    line-height: 44px;
  }
  .inspiratie_advies_wrapper .inner_text h3 {
    font-size: 50px;
    line-height: 0.3;
  }
  .blog_archive {
    overflow: hidden;
  }
  .blog_archive .wrapper-content {
    margin-left: 0;
  }
  .blog_archive .main-heading {
    margin-left: 0!important;
    max-width: 90%;
  }
  .blog_archive .main-heading .cat_links::-webkit-scrollbar {
    display: none;
  }
  .blog_archive .main-heading .cat_links {
    white-space: nowrap;
    overflow: auto;
    width: calc(100% + 17%);
    display: block;
    margin-bottom: 15px;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
  }
  .blog_archive .main-heading .cat_links a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 9px;
    padding: 5px 17px;
  }
  .blog_item.first_col:first-of-type {
    bottom: -10px;
  }
  .blog_item.second_col {
    margin-left: 0;
  }
  .blog_item.second_col:first-of-type .card {
    margin-bottom: 20px;
  }
  .blog_item.second_col:last-of-type .card {
    margin-bottom: 15px;
  }
  .blog_item.second_col:last-of-type .card .img-base .img {
    padding: 35% 0;
  }
  .blog_item.second_col .card .img-base .img {
    padding: 35% 0;
  }
  .blog_item.second_col .card .img-base .img.img_stylist {
    padding: 55% 0;
  }
  .blog_item.second_col .card .inner {
    padding: 20px 15px;
  }
  .blog_item .card {
    margin-bottom: 40px;
  }
  .blog_item .card .img-base .img {
    padding: 35% 0;
  }
  .blog_item .card .inner {
    padding: 20px 15px;
  }
  .blog_item .card .inner .heading h4 {
    font-size: 23px;
  }
  .blog_item.small_variant .card {
    margin-bottom: 20px;
  }
  .blog_item.small_variant .card .inner {
    width: 75%;
    padding: 15px 20px 15px 23px;
  }
  .blog_item.small_variant .card .inner.inner_single {
    padding: 15px 20px 15px 23px;
  }
  .blog_item.small_variant .card .inner.inner_single .categories {
    display: none;
  }
  .blog_item.small_variant .card .inner.inner_single .heading {
    max-width: inherit;
  }
  .blog_item.small_variant .card .inner.inner_single .heading h3 {
    font-size: 17px;
    line-height: 1.15;
  }
  .blog_item.small_variant .card .inner .heading h5 {
    font-size: 17px;
  }
  .blog_item.small_variant .card .img-base {
    width: 25%;
  }
  .blog_item.small_variant .card .img-base .img {
    padding: 65% 0;
  }
  .section_archive_more_blogs {
    padding: 40px 0!important;
  }
  .section_archive_more_blogs.section_archive_more_blogs_single {
    padding-top: 20px!important;
  }
  .section_archive_more_blogs .heading_single h2 {
    font-size: 23px;
  }
  .section_archive_more_blogs .blog_row {
    margin: 0;
  }
  .section_archive_more_blogs .blog_row.blog_row_single {
    margin: 0;
  }
  .section_archive_more_blogs .blog_row .col_item {
    padding: 0 15px;
  }
  .section_archive_more_blogs .blog_row .show_more_blogs {
    margin: 20px auto 0;
  }
  .section_tips {
    padding: 55px 0 70px!important;
  }
  .section_tips .tips_title {
    bottom: 0;
  }
  .section_tips .heading {
    margin-bottom: 0;
  }
  .section_tips .heading h3 {
    font-size: 30px;
  }
  .section_tips .blog_item .card {
    margin-bottom: 0;
  }
  .section_tips .blog_item .card .inner {
    max-width: inherit;
    padding: 0 15px;
  }
  .section_tips .blog_item .card .img-base .img {
    z-index: 0;
  }
  #sidebar-navigation .navbar-toggler {
    height: 100px;
    right: 10px;
  }
  #sidebar-navigation .navbar-toggler:after {
    bottom: 20px;
  }
  #sidebar-navigation .sidebar-logo {
    padding: 30px 15px 20px;
    width: inherit;
  }
  #sidebar-navigation .sidebar-logo img {
    text-align: left;
    margin: 0;
    position: relative;
    top: -5px;
    height: 50px;
    width: 156px!important;
  }
  #sidebar-navigation ul#menu-mainmenu-2 li.menu-item-1934 {
    display: none;
  }
  #sidebar-navigation ul#menu-mainmenu-2 li.menu-item-1935 {
    border: 0;
  }
  #sidebar-navigation ul#menu-mainmenu-2 li:last-of-type {
    border: 0;
  }
  #sidebar-navigation ul#menu-mobile-submenu li a {
    background: #fff;
    font-weight: 600;
  }
  #sidebar-navigation ul {
    font-size: 14px;
    padding: 5px 0 5px;
    display: block;
    width: 100%;
  }
  #sidebar-navigation ul li {
    display: block;
    width: 100%;
  }
  #sidebar-navigation ul li.magnummenu ul.sub-menu {
    column-count: 1;
  }
  #sidebar-navigation ul li.magnummenu ul.sub-menu li a {
    padding: 5px 35px!important;
    text-align: left!important;
    text-transform: none;
    letter-spacing: 0;
  }
  #sidebar-navigation ul li.magnummenu ul.sub-menu li.menu-item-has-children .icon_submenu {
    top: -9px;
  }
  #sidebar-navigation ul li.magnummenu ul.sub-menu ul.sub-menu {
    background: #eee;
  }
  #sidebar-navigation ul li.magnummenu ul.sub-menu ul.sub-menu li.menu-item-has-children .icon_submenu {
    display: none;
  }
  #sidebar-navigation ul li.magnummenu ul.sub-menu ul.sub-menu li a {
    color: #FD5050;
  }
  #sidebar-navigation ul li.magnummenu ul.sub-menu ul.sub-menu ul.sub-menu {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  #sidebar-navigation ul li.magnummenu ul.sub-menu ul.sub-menu ul.sub-menu li a {
    color: #000;
  }
  #sidebar-navigation ul li.menu-item-has-children .icon_submenu i {
    top: 16px;
  }
  #sidebar-navigation ul li a {
    padding: 15px 40px;
  }
  #sidebar-navigation ul li.menu-item-has-children ul.sub-menu {
    font-size: 14px;
  }
  #sidebar-navigation ul li.menu-item-has-children ul.sub-menu li {
    border: 0;
  }
  #sidebar-navigation ul li.menu-item-has-children ul.sub-menu li a {
    padding-left: 50px;
  }
  #sidebar-navigation ul li.menu-item-has-children ul.sub-menu li a.menu-image-title-after {
    padding: 5px 0 0 0;
  }
  #sidebar-navigation ul li ul.sub-menu li a.menu-image-title-after {
    font-size: 12px;
  }
  #sidebar-navigation ul li ul.sub-menu li a img {
    height: 110px!important;
  }
  .alert {
    padding: 20px;
  }
  .newest_products {
    padding: 10px 0;
  }
  .newest_products .heading small {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 20px;
  }
  .newest_products .bottom {
    font-size: 16px;
    margin: 10px 0 15px;
  }
  .newest-carousel-wrapper .newest-carousel-products .item .inner {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .newest-carousel-wrapper .newest-carousel-products .item .inner .title {
    padding-right: 0;
  }
  .newest-carousel-wrapper .newest-carousel-products .item .inner .price {
    order: 2;
  }
  .homepage_category {
    padding: 0 0 15px;
    position: relative;
  }
  .homepage_category:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 72%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 72%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 72%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
  }
  .homepage_category ul {
    white-space: nowrap;
    overflow: auto;
  }
  .homepage_category ul li {
    display: inline;
    padding: 0;
    margin: 0;
  }
  .homepage_category ul li a {
    padding: 0 10px;
  }
  .accordion .accordion-group .card .card-header a {
    font-size: 17px;
    line-height: 26px;
    padding: 10px 30px 10px 0;
  }
  .welcome_wrapper {
    padding: 25px 0;
  }
  .welcome_wrapper.welcome_bottom_wrapper {
    padding-top: 10px;
  }
  .welcome_wrapper.welcome_bottom_wrapper .welcome-text {
    font-size: 15px;
    line-height: 24px;
  }
  .welcome_wrapper .welcome-text {
    width: inherit;
    font-size: 15px;
    line-height: 24px;
    padding: 0 15px;
  }
  .welcome_wrapper .welcome-text h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .welcome_wrapper .welcome-text p {
    margin-top: 20px;
  }
  .welcome_wrapper .welcome-text p:last-of-type {
    margin-bottom: 0;
  }
  .wrapper-base .section .container {
    width: auto;
    padding: 0 15px;
  }
  .wrapper-base .section.product_section {
    padding: 15px 0;
  }
  .wrapper-base .section.visual .container {
    display: flex;
    flex-direction: column;
  }
  .wrapper-base .section.visual .flex.text {
    padding: 30px;
    order: 2;
    -webkit-order: 2;
  }
  .wrapper-base .section.visual .flex.img {
    order: 1;
    -webkit-order: 1;
  }
  .wrapper-base .section.visual .flex .inside-grid-column {
    min-width: 100%;
  }
  .wrapper-base .section.visual .flex .inside-grid-column p {
    min-width: 100%;
  }
  .wrapper-base .section.visual .flex .inside-grid-column img {
    max-height: 250px;
    position: relative;
  }
  .plexiglas_message {
    font-size: 14px;
    line-height: 21px;
  }
  #whatsapp_chat {
    bottom: 10px;
    right: 10px;
  }
  #chatra.chatra--side-bottom {
    right: 10px!important;
    bottom: 78px!important;
  }
  .contactpage_container {
    margin: 0 15px;
  }
  .contactpage .contactcol.first,
  .contactpage .contactcol.second {
    padding: 25px;
  }
  .related_collections .item {
    margin: 0 0 20px;
  }
  .cookies-popup {
    padding: 12px 30px;
  }
  .cookies-popup .container {
    padding: 0;
  }
  .cookies-popup #cookies .cookie-text {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
  }
  .cookies-popup #cookies .accept-btn-wrapper {
    float: left!important;
  }
  .cookies-popup #cookies .accept-btn-wrapper .accept-btn {
    margin-left: 0;
    margin-top: 5px;
    font-size: 13px;
    padding: 10px 15px;
  }
  .cookies-popup #cookies .accept-btn-wrapper .more-btn {
    margin-top: 5px;
    font-size: 13px;
    padding: 10px 15px;
    margin-left: 5px;
  }
  .visual {
    padding: 70px 0;
  }
  .visual .visual-inner {
    font-size: 19px;
  }
  .visual .visual-inner .inner h1,
  .visual .visual-inner .inner h2,
  .visual .visual-inner .inner h3,
  .visual .visual-inner .inner h4,
  .visual .visual-inner .inner h5,
  .visual .visual-inner .inner h6 {
    font-size: 28px;
    line-height: 32px;
  }
  .visual .visual-inner .inner a {
    font-size: 14px;
    padding: 12px 18px;
  }
  input[type="submit"] {
    font-size: 14px;
    padding: 12px 18px;
  }
  .gallery_row .img-base .img {
    box-shadow: inset 0 0 0 5px #fff, 1px 1px 5px rgba(0, 0, 0, 0.1);
  }
  .acties_subheading {
    margin: 0 0 25px!important;
    font-size: 13px!important;
    line-height: 20px;
  }
  .term-description {
    margin-top: 15px;
  }
  .term-description p {
    margin-bottom: 20px;
  }
  .term-description h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .well {
    padding: 20px;
  }
  .blocks .amount {
    margin-top: 15px;
  }
  .blocks .item {
    margin-bottom: 15px;
  }
  .blocks .item:nth-child(odd) {
    padding-right: 5px;
  }
  .blocks .item:nth-child(even) {
    padding-left: 5px;
  }
  .blocks .item.row_block:nth-child(odd) {
    padding-right: 0;
  }
  .blocks .item.row_block:nth-child(even) {
    padding-left: 0;
  }
  .blocks .item.row_block .inner {
    padding: 20px 5px;
  }
  .blocks .item.row_block .inner .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .blocks .item.row_block .card .card-footer {
    padding: 0 30px 30px 30px;
  }
  .blocks .item .inner {
    padding: 20px 15px;
  }
  .blocks .item .inner .heading {
    font-size: 18px;
    line-height: 23px;
  }
  .blocks .item .inner .read_more {
    margin: 15px 0 0 0;
  }
  .blocks .item .card .card-footer {
    padding: 0 15px 15px 15px;
  }
  .wrapper-base .wrapper-inner .main-heading {
    margin: 15px 0;
  }
  .wrapper-base .wrapper-inner .wrapper-content h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .wrapper-base .pagination .pagination_inner {
    margin: 20px 0;
  }
  .wrapper-base .pagination ul li a,
  .wrapper-base .pagination ul li span {
    padding: 5px 10px;
  }
  .wrapper-base .pagination ul li a.current,
  .wrapper-base .pagination ul li span.current {
    padding: 5px 10px;
  }
  .prevnext-projects {
    margin-top: 25px;
    font-size: 12px;
    line-height: 20px;
  }
  .prevnext-projects strong {
    font-size: 13px;
  }
  .prevnext-projects .float-left {
    max-width: 47%;
  }
  .prevnext-projects .float-right {
    float: left;
    max-width: 47%;
  }
  .prevnext-projects .right {
    text-align: left;
  }
  .news-filter {
    padding: 15px;
  }
  .news-filter .dropdown {
    margin: 0 0 5px;
  }
  .news-filter .dropdown button {
    padding: 10px 20px;
    font-size: 16px;
  }
  .news-filter #searchform input[type="text"],
  .news-filter #search-form input[type="text"] {
    height: 49px;
    padding: 0 20px;
    font-size: 16px;
  }
  .news-filter #searchform button[type="submit"],
  .news-filter #search-form button[type="submit"] {
    right: 17px;
  }
  .contactpage .heading {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px;
  }
  .contactpage .contactcol {
    max-width: 100%;
    line-height: 27px;
  }
  .contactpage .contactcol .contactcol_inner {
    display: block;
  }
  .contactpage .contactcol .contactcol_inner .wpcf7 {
    margin: 0 0 30px;
  }
  .openinghours.contact .time-item {
    line-height: 27px;
  }
  .openinghours .time-item {
    margin-bottom: 0;
  }
  ul#project_categories_filter {
    margin-bottom: 30px;
  }
  .gallery.gallery-columns-6 .gallery-item,
  .gallery.gallery-columns-7 .gallery-item,
  .gallery.gallery-columns-8 .gallery-item,
  .gallery.gallery-columns-9 .gallery-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .gallery.card-columns.gallery-columns-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  body.page-id-1925 .wrapper-content .gallery-icon:after,
  body.page-id-2297 .wrapper-content .gallery-icon:after {
    font-size: 12px;
    height: 25px;
    width: 25px;
    right: 15px;
    line-height: 25px;
    bottom: 15px;
  }
  .tab-mm-wrapper ul.tab-mm-tabs li a {
    font-size: 17px;
    line-height: 26px;
  }
  .tab-mm-wrapper ul.tab-mm-tabs li a:before {
    font-size: 12px;
  }
  .blog_post {
    overflow: hidden;
  }
  .blog_post .main-heading .page_title {
    font-size: 35px;
    line-height: 35px;
  }
  .blog_post .main-heading h1 {
    font-size: 8.5vw !important;
    line-height: 9vw!important;
    margin-left: 0!important;
    margin-right: 0!important;
    max-width: inherit!important;
  }
  .blog_post .main-heading .toptext {
    font-size: 17px;
    line-height: 25px;
  }
  .blog_post .cat_links {
    white-space: nowrap;
    overflow: auto;
    width: calc(100% + 15px);
    display: block;
    margin-bottom: 15px;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
  }
  .blog_post .cat_links a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 9px;
    padding: 5px 17px;
  }
  .blog_post .main_image {
    width: 95%;
    margin-left: 0;
  }
  .blog_post .main_image .first_caption {
    font-size: 32px;
    right: -42px;
  }
  .blog_post .second_alin {
    padding-top: 60px;
    max-width: 85%;
    margin: 0 auto;
  }
  .blog_post .second_alin .smaller_content h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .blog_post .section_related {
    padding: 35px 0 65px;
  }
  .blog_post .section_related .heading {
    margin: 0 0 25px;
  }
  .blog_post .section_related .heading h2 {
    font-size: 23px;
    line-height: 1.1;
  }
  .blog_post .section_related .bottom {
    bottom: 11px;
  }
  .blog_post .section_related .vanaf {
    top: -5px;
  }
  .blog_post .post_socials {
    padding: 40px 0!important;
  }
  footer.footer {
    font-size: 16px;
    padding: 30px 0 0;
  }
  footer.footer .footcol {
    line-height: 26px;
    margin: 0 0 25px 25px;
  }
  footer.footer .footcol .footcol_inner {
    display: block;
    vertical-align: top;
    margin: 0;
  }
  footer.footer .footcol strong {
    font-size: 18px;
  }
  footer.footer .copyr {
    margin-top: 0;
    font-size: 15px;
    text-align: center;
  }
  footer.footer .copyr .creator {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .bottom_logos {
    padding: 0 20px;
  }
  .bottom_logos .gallery-item {
    -ms-flex: 0 0 25%!important;
    flex: 0 0 25%!important;
    max-width: 25%!important;
    margin-bottom: 5px;
  }
}
@media (max-width: 525px) {
  .wrapper-base .wrapper-inner .main-heading h1 {
    font-size: 7.5vw;
    line-height: 7.5vw;
  }
  .header-carousel-wrapper #header-carousel .owl-item:last-of-type .img-base {
    right: 0;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text {
    left: 3%;
    width: 250px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner {
    padding-bottom: 0;
    padding-top: 35px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .owl-text .inner .curly_title {
    font-size: 34px;
    line-height: 45px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item .price {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item .price .decimal-part {
    font-size: 10px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(1) {
    bottom: inherit;
    top: 35px;
    left: 35px;
    width: 87px;
    height: 130px;
    padding: 0;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) {
    top: 45px;
    width: auto;
    height: auto;
    padding: 33%;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) a {
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-carousel-wrapper #header-carousel .owl-item .slider_images .img_item:nth-child(3) .price {
    top: 10px;
    left: 15px;
  }
  .header-carousel-wrapper #header-carousel .owl-item .img-base {
    width: 125%;
    right: -78%;
  }
  .block-carousel .item:last-of-type {
    margin-bottom: 0;
  }
  .block-carousel .item .img-base .img {
    padding-top: 40%;
    padding-bottom: 40%;
  }
  .block-carousel .item .img-base .img.img_more {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item,
  .gallery.gallery-columns-6 .gallery-item,
  .gallery.gallery-columns-7 .gallery-item,
  .gallery.gallery-columns-8 .gallery-item,
  .gallery.gallery-columns-9 .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-moz-keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-o-keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes carouselBgAnimation {
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes carouselBgAnimation {
  100% {
    transform: scale(1);
  }
}
@-o-keyframes carouselBgAnimation {
  100% {
    transform: scale(1);
  }
}
@keyframes carouselBgAnimation {
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide-in {
  100% {
    bottom: 0;
  }
}
@-moz-keyframes slide-in {
  100% {
    bottom: 0;
  }
}
@-o-keyframes slide-in {
  100% {
    bottom: 0;
  }
}
@keyframes slide-in {
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes navigationHover {
  100% {
    display: block;
    top: 100%;
    opacity: 1;
  }
}
@-moz-keyframes navigationHover {
  100% {
    display: block;
    top: 100%;
    opacity: 1;
  }
}
@-o-keyframes navigationHover {
  100% {
    display: block;
    top: 100%;
    opacity: 1;
  }
}
@keyframes navigationHover {
  100% {
    display: block;
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes navDropdownAnimation {
  0% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-moz-keyframes navDropdownAnimation {
  0% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-o-keyframes navDropdownAnimation {
  0% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes navDropdownAnimation {
  0% {
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeScaleIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@-moz-keyframes fadeScaleIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@-o-keyframes fadeScaleIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes fadeScaleIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@-webkit-keyframes bankIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes bankIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes bankIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes bankIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes filterActive {
  0% {
    opacity: 0;
  }
  100% {
    top: 75px;
    opacity: 1;
  }
}
@-moz-keyframes filterActive {
  0% {
    opacity: 0;
  }
  100% {
    top: 75px;
    opacity: 1;
  }
}
@-o-keyframes filterActive {
  0% {
    opacity: 0;
  }
  100% {
    top: 75px;
    opacity: 1;
  }
}
@keyframes filterActive {
  0% {
    opacity: 0;
  }
  100% {
    top: 75px;
    opacity: 1;
  }
}
/*# sourceMappingURL=default.css.map */