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

/* General */

/* exo-2-regular - latin */
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/exo-2-v10-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("fonts/exo-2-v10-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/exo-2-v10-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/exo-2-v10-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/exo-2-v10-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("fonts/exo-2-v10-latin-regular.svg#Exo2")
      format("svg"); /* Legacy iOS */
}

html {
  font-size: 14px;
}

body {
  color: #333300;
  line-height: 2;
  font-family: "Exo 2", sans-serif;
  overflow-x: hidden;
}

body.adding-product *:hover {
  cursor: wait;
}

button:hover {
  cursor: pointer;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #f77f2c !important;
}

.home-text-container {
  margin-bottom: -22px !important;
}

.size-full.full-width-image {
  width: auto;
}

.size-full.full-width-image img {
  width: 100%;
}

.demo_store {
  position: fixed;
  text-align: center;
}

span.price .woocommerce-Price-amount.amount {
  text-align: right;
}

.woocommerce-invalid-required-field input {
  border: 2px solid #f77f2c;
}

.gfield_error input,
.gfield_error textarea {
  border: 2px solid #f77f2c;
}

.demo_store {
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #ff0200;
  color: #fff;
  z-index: 9998;
  display: block !important;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
  display: none !important;
}
@media (min-width: 768px) {
  .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em;
  }
}
.demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.hidden {
  display: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

#wpadminbar {
  position: fixed !important;
}

.admin-bar .fixed-top {
  top: 32px !important;
}
@media (max-width: 782px) {
  .admin-bar .fixed-top {
    top: 46px !important;
  }
  .admin-bar #header .main-menu.active {
    top: 32px !important;
  }
  #header .main-menu.active {
    top: 0 !important;
  }
}

.or {
  width: 50px;
  height: 50px;
  border: 1px solid #eceeef;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  font-style: italic;
  position: relative;
  display: inline-block;
}

.or:before,
.or:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 1px;
  background: #eceeef;
}

.or:before {
  right: 100%;
}
.or:after {
  left: 100%;
}

@media (min-width: 768px) {
  .or:before,
  .or:after {
    left: 50%;
    right: 50%;
    top: inherit;
    width: 1px;
    height: 100px;
  }
  .or:before {
    bottom: 100%;
  }
  .or:after {
    top: 100%;
  }
}

.or.horizontal:before,
.or.horizontal:after {
  content: "";
  position: absolute;
  top: 50%;
  left: inherit;
  width: 100px;
  height: 1px;
  background: #eceeef;
}

.or.horizontal:before {
  right: 100%;
}
.or.horizontal:after {
  left: 100%;
}

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

.clear {
  clear: both;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

p {
  margin-bottom: 2rem;
  line-height: 1.5;
}

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

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

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

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

.mb-0 .figure-img {
  margin-bottom: 0px;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  line-height: 1.4;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 250;
  line-height: 1.4;
}

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

h1 {
  font-size: 38px;
}

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

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

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

@media (max-width: 480px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 28px;
  }
}

ul {
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

.w-45 {
  width: 45% !important;
}

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

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

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

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

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

a:hover {
  color: #f60;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  border-style: solid;
}

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

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

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

.sticky {
  display: block;
}

button {
  outline: 0 !important;
}

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

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

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

.sharp {
  border-radius: 0;
}

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

section {
  border: 0;
}

article {
  padding: 50px 0;
  z-index: 1010;
}

.skew-top {
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  margin-top: -65px;
}

.skew-bottom {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  margin-bottom: -65px;
}

.skew-both {
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
  margin: -65px 0;
}

.shadow-bottom {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(156, 156, 156, 0.2);
  -moz-box-shadow: 0px 10px 15px 0px rgba(156, 156, 156, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(156, 156, 156, 0.2);
}

.shadow-top {
  -webkit-box-shadow: 0px -10px 15px 0px rgba(156, 156, 156, 0.2);
  -moz-box-shadow: 0px -10px 15px 0px rgba(156, 156, 156, 0.2);
  box-shadow: 0px -10px 15px 0px rgba(156, 156, 156, 0.2);
}

.shadow-both {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.4);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.4);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.4);
}

.overlayed {
  position: relative;
}

.overlayed .container {
  position: relative;
  z-index: 1;
}

.overlayed:before,
.overlayed .slick-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlayed:before,
.overlayed .slick-slide:before {
  background: rgba(0, 0, 0, 0.6);
}

.overlayed.pattern-dotted:before,
.overlayed.pattern-dotted .slick-slide:before {
  background: rgba(95, 96, 97, 0.5);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTMzRERGREYwOEZCMTFFNEI3OTRGMzQ4NzY5NkE0NzQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTMzRERGREUwOEZCMTFFNEI3OTRGMzQ4NzY5NkE0NzQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDMxRTgyODcwOENBMTFFNEExQzNCNTExOEU2Mjk2NUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDMxRTgyODgwOENBMTFFNEExQzNCNTExOEU2Mjk2NUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4jXJ0mAAAAF0lEQVR42mJmYGD4D8TnmEEEEDMABBgAGmcCoh16VmUAAAAASUVORK5CYII=");
}

.overlayed.pattern-dotted-2:before,
.overlayed.pattern-dotted-2 .slick-slide:before {
  opacity: 0.15;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB5JREFUeNpiZGBg+A8EjECagQnK+A/mMEAAWAYgwADf9ggBN+tpvAAAAABJRU5ErkJggg==");
}

.overlayed.pattern-lined:before,
.overlayed.pattern-lined .slick-slide:before {
  background: rgba(95, 96, 97, 0.2);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzI0MDNENzY2QTUyMTFFM0FDMUJDNjY2MkRCNjlDMzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzI0MDNENzc2QTUyMTFFM0FDMUJDNjY2MkRCNjlDMzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MjQwM0Q3NDZBNTIxMUUzQUMxQkM2NjYyREI2OUMzMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MjQwM0Q3NTZBNTIxMUUzQUMxQkM2NjYyREI2OUMzMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrPT1y0AAAASSURBVHjaYmZgYPgPxHoAAQYABU0BMT/72gwAAAAASUVORK5CYII=");
}

.overlayed.pattern-lined-h:before,
.overlayed.pattern-lined-h .slick-slide:before {
  background: rgba(95, 96, 97, 0.2);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAYSURBVHjaYmZgYPjPzMDAoAcAAAD//wMABl8BNN6Jh64AAAAASUVORK5CYII=");
}

i.right {
  margin-left: 10px;
  float: right;
}

i.left {
  margin-right: 10px;
  float: left;
}

.container {
  width: 100%;
}

.container-fluid {
  padding: 0;
  overflow: hidden;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
[class^="col-"] {
  border: 0;
}

.grayscale,
.grayscale-to-color-animation,
.color-to-grayscale-animation:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.grayscale-to-color-animation:hover,
.color-to-grayscale-animation {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* Wordpress Core (you can edit these classes, but you can't removoe them) */
.avatar {
  border-radius: 50%;
  margin-bottom: 0;
  max-width: 100px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  text-align: center;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption,
.gallery-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
  width: fit-content;
}

.aligncenter.size-full,
.aligncenter.size-large {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
  width: calc(100% + 6rem);
  max-width: calc(100% + 6rem);
}

.alignleft.size-full,
.alignleft.size-large {
  margin-left: -6rem !important;
  width: calc(100% + 6rem);
  max-width: calc(100% + 6rem);
}

.alignright.size-full,
.alignright.size-large {
  margin-right: -6rem !important;
  width: calc(100% + 6rem);
  max-width: calc(100% + 6rem);
}

.size-full > img,
.size-large > img {
  width: auto;
}

.wp-block-image img {
  margin-bottom: 0;
}

.wp-block-image figcaption {
  font-size: 90%;
  color: #868e96;
  text-align: center;
}

.bypostauthor {
}

.fb-post {
  margin-bottom: 2rem;
}

blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  font-size: 0.8rem;
  color: #6c757d;
}
blockquote cite:before {
  content: "\2014 \00A0";
}
blockquote.is-style-large {
  font-size: 2.25rem;
}

.wp-block-columns {
  display: flex;
}

.has-drop-cap:first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.9;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

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

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

/* Colors */
.bg-gray {
  background-color: #f5f6f8 !important;
}

.bg-gray-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 9999px;
  background-color: #f5f6f8;
}

.bg-gray-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 9999px;
  background-color: #f5f6f8;
}

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

.bg-white-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 9999px;
  background-color: #fff;
}

.bg-white-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 9999px;
  background-color: #fff;
}

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

/* Mobile Menu Trigger | Hamburger */
.hamburger-btn {
  --hamburger-btn-size: 34px;
  --hamburger-btn-transition-duration: .2s;
  --hamburger-btn-icon-size: 20px;
  --hamburger-btn-icon-stroke: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: var(--hamburger-btn-size);
  height: var(--hamburger-btn-size);
  border-radius: 5px;
  background-color: #f77f2c;
  color: #fff;
  border: 0 none;
  padding: 0;
}

.hamburger-btn:hover,
.hamburger-btn:focus,
.hamburger-btn:active {
  background-color: #f60;
}

.hamburger-btn .svg-icon {
  font-size: var(--hamburger-btn-icon-size);
}

.hamburger-btn__icon {
  position: relative;
  display: block;
  font-size: var(--hamburger-btn-icon-size);
  width: 1em;
  height: var(--hamburger-btn-icon-stroke);
  color: inherit;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  transform: scale(1)
}
.hamburger-btn__icon::before,
.hamburger-btn__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: inherit;
  border-radius: inherit
}

.hamburger-btn__icon--arrow-left {
  border-radius: 50em;
  will-change: transform;
  transition-property: transform;
  transition-duration: var(--hamburger-btn-transition-duration, 0.2s)
}
.hamburger-btn:active .hamburger-btn__icon--arrow-left {
  transform: scale(.9);
}

.hamburger-btn__icon--arrow-left::before,
.hamburger-btn__icon--arrow-left::after {
  transform-origin: calc(var(--hamburger-btn-icon-stroke)/2) 50%;
  will-change: transform, width;
  transition-property: transform, width;
  transition-duration: var(--hamburger-btn-transition-duration, 0.2s);
}
.hamburger-btn__icon--arrow-left::before {
  transform: translateY(-0.25em) rotate(0)
}
.hamburger-btn__icon--arrow-left::after {
  transform: translateY(0.25em) rotate(0)
}

.hamburger-btn.active .hamburger-btn__icon--arrow-left::before,
.hamburger-btn.active .hamburger-btn__icon--arrow-left::after {
  width: 50%;
}
.hamburger-btn.active .hamburger-btn__icon--arrow-left::before {
  transform: translateY(0) rotate(-45deg);
}
.hamburger-btn.active .hamburger-btn__icon--arrow-left::after {
  transform: translateY(0) rotate(45deg);
}

/* #menu-toggle {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar .navbar-brand {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.navbar .navbar-brand img {
  max-height: 38px;
  max-width: 200px;
}

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

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

.navbar .navbar-nav .btn {
  margin-right: 1rem;
  margin-left: 0.5rem;
}

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

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

#header .header-top {
  background-color: #ffffff;
}

.menu-holder {
  min-height: 80px;
  z-index: 9 !important;
  position: relative;
}

.top-menu-holder {
  z-index: 10;
}

@media (max-height: 992px) {
  .menu-holder {
    min-height: 0px;
  }
}

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

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

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

/* Dropdown */
.dropdown-menu {
  display: block !important;
  position: absolute !important;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  font-size: 14px;
  border-radius: 0;
  top: 110%;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.dropdown-menu:before {
  position: absolute;
  left: calc(50% - 40px);
  top: -6px;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
}

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

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

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

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

.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown.hover .dropdown-menu {
  display: block;
}
@media (max-width: 992px) {
  .dropdown-menu {
    display: none !important;
    position: unset !important;
  }
  .dropdown:hover .dropdown-menu,
  .dropdown.hover .dropdown-menu {
    display: block !important;
  }
  .dropdown-menu:before {
    border: none;
  }
}
/* Mega Menu */
.navbar ul > li.mega-menu {
  position: static;
}
.navbar ul > li.mega-menu > ul {
  width: 100%;
  left: 0;
  padding: 0;
  display: flex !important;
  z-index: 9999;
  margin: 0;
}
.navbar ul > li.mega-menu > ul ul {
  position: static !important;
  display: block !important;
}
.navbar ul > li.mega-menu > ul ul ul:before {
  display: none;
}
.navbar ul > li.mega-menu > ul ul li {
  text-transform: initial;
}
.navbar ul > li.mega-menu > ul > li {
  -webkit-box-shadow: 1px 0px 0px 0px #e8d3c1;
  -moz-box-shadow: 1px 0px 0px 0px #e8d3c1;
  box-shadow: 1px 0px 0px 0px #e8d3c1;
}
.navbar ul > li.mega-menu > ul li.no-title > span {
  display: none;
}
.navbar ul > .columns-1 > ul > li {
  flex: 0 0 100%;
  max-width: 100%;
}
.navbar ul > .columns-2 > ul > li {
  flex: 0 0 50%;
  max-width: 50%;
}
.navbar ul > .columns-3 > ul > li {
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.navbar ul > .columns-4 > ul > li {
  flex: 0 0 25%;
  max-width: 25%;
}
.navbar ul > .columns-5 > ul > li {
  flex: 0 0 20%;
  max-width: 20%;
}
.navbar ul > .columns-6 > ul > li {
  flex: 0 0 16.66666666666667%;
  max-width: 16.66666666666667%;
}
.navbar ul > .columns-7 > ul > li {
  flex: 0 0 14.28571428571429%;
  max-width: 14.28571428571429%;
}

/* Mobile Menu */
#sidebar-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 15rem;
}

#wrapper.toggled {
  padding-left: 15rem;
}

#wrapper {
  -webkit-transition: padding 0.25s ease-out;
  -moz-transition: padding 0.25s ease-out;
  -o-transition: padding 0.25s ease-out;
  transition: padding 0.25s ease-out;
}

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

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

#sidebar-wrapper .navbar-nav .my-account .nav-link,
#sidebar-wrapper .navbar-nav .account .nav-link {
  background: #283137;
  border-bottom: 1px solid #212b2f;
  padding-top: 18px;
  padding-bottom: 18px;
}

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

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

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

#sidebar-wrapper .nav {
  width: 15rem;
  display: block;
  height: 100vh;
  overflow: scroll;
}

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

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

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

#menu-top-menu {
  margin-right: -10px;
  margin-bottom: 0px;
}

#menu-top-menu li {
  list-style: none;
}

.call-us {
  padding: 0.5rem 1rem;
  height: 100%;
  display: flex;
}

.call-us a u {
  color: #000000;
}
.call-us:hover a u {
  color: #f77f2c;
}

.call-us i {
  padding: 5px;
  background-color: #f77f2c;
  border-radius: 50%;
  color: #ffffff;
}

.call-us a {
  margin: auto;
}

.usps a {
  color: #000000;
}
.usps a:hover {
  color: #f77f2c;
}

.menu-top .float-left {
  height: 100%;
}

.image-home {
  max-height: 35px;
}

.image-ratings {
  max-height: 35px;
}

.searchform .search-field {
  width: 360px;
  border: 1px solid #afafaf;
  padding-left: 10px;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 2px;
  margin-left: 8px;
  height: 44px;
}

.searchform .search-field:focus,
.searchform .search-field:active,
.searchform .search-field:target,
.searchform .search-field:focus-within {
  background-color: #fff;
}

#searchform > div {
  position: relative;
}

#searchsubmit {
  color: #f77f2c;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

#searchsubmit:hover {
  cursor: pointer;
}

.cart-contents {
  padding: 0px;
}

.cart-contents i {
  padding: 7px;
  background-color: #f77f2c;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  margin: 0 auto;
}
.cart-contents:hover i {
  background-color: #f60;
}
.border-bottom {
  border-bottom: 1px solid #e8e8e8;
}

#header .main-menu {
  background-color: #f77f2c;
}

.admin-bar #header .main-menu.active {
  top: 32px;
}

#header .main-menu.active {
  background-color: #f77f2c;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}

@media (min-width: 992px) {
  #header .main-menu,
  #header .main-menu.active  {
    background-color: #333300;
  }
}

.main-menu .nav-link {
  padding: 1rem 1.8rem;
  color: #ffffff;
}

.main-menu .nav-link {
  color: #ffffff !important;
}

.main-menu .nav-link:hover {
  background-color: #f77f2c;
}

.menu-top .nav-link {
  font-weight: bold;
  padding: 0.5rem 0.6rem;
  color: #000000;
}
.menu-top .nav-link:hover {
  color: #f77f2c;
}

.navbar__verf-logo {
  min-width: 128px;
}

.post a {
  color: #000000;
}
.post a:hover {
  color: #f77f2c;
}

.usps {
  font-weight: bold;
  padding: 10px 0px;
  color: #333300;
  font-size: 14px;
}

.usps i {
  font-size: 20px;
  color: #f60;
}

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

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

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

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

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

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

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

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

img.gform_ajax_spinner {
  display: none;
}

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

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

@media (min-width: 641px) {
  #gform_1 .gform_body {
    float: left;
    width: 270px;
  }

  #gform_submit_button_1 {
    padding: 15px 45px;
  }
}

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

  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

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

/* Carousel */
.slider-nav {
  height: 132px;
}
.woocommerce-product-gallery__wrapper .thumbnails .slick-track .slick-slide {
  display: flex !important;
}
.carousel {
  padding: 0;
  list-style: none;
  display: block;
  background: url("images/loader-dark.svg") no-repeat center center transparent;
}
.carousel > div {
  opacity: 0;
  height: 100px;
}
.carousel.slick-initialized {
  background: none;
}
.carousel.slick-initialized > div {
  opacity: 1;
  height: 100%;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.carousel.slider {
  height: 9999999px;
}
.carousel .slick-slide img {
  max-height: 100%;
  width: auto;
}
.carousel li {
  float: left;
  display: block;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  padding-bottom: 20px;
}

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

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

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

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

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

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

h2 p span {
  color: #091f38;
}

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

.sidebar h1:after,
.sidebar h2:after,
.sidebar h3:after,
.sidebar h4:after,
.sidebar h5:after,
.sidebar h6:after,
.sidebar .h1:after,
.sidebar .h2:after,
.sidebar .h3:after,
.sidebar .h4:after,
.sidebar .h5:after,
.sidebar .h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #43464b;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

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

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

/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  color: #333300;
  font-size: 0.75rem;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb a {
  color: #333300;
}

.breadcrumb a:hover {
  color: #333300;
}
.single-product .product .breadcrumb {
  width: 100%;
}
/* Post Share */
.social-icons-list .social i {
  position: relative;
  top: 2px;
  color: #fff;
  font-size: 18px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.social-icons-list .social.bookmark svg path {
  fill: #2e373e;
}
.social-icons-list .social.comments i {
  color: #2e373e;
}
.social-icons-list .social.facebook {
  background-color: #3b5998;
}
.social-icons-list .social.twitter {
  background-color: #3cf;
}
.social-icons-list .social.google {
  background-color: #dc4a38;
}
.social-icons-list .social.dribbble {
  background-color: #f26798;
}
.social-icons-list .social.skype {
  background-color: #00aff0;
}
.social-icons-list .social.linkedin {
  background-color: #0174b3;
}
.social-icons-list .social.whatsapp {
  background-color: #23d365;
}
.social-icons-list .social.link {
  background-color: #2e373e;
}
.social-icons-list .social:focus:before,
.social-icons-list .social:hover:before {
  top: -10%;
  left: -10%;
}
.social-icons-list .social:focus i,
.social-icons-list .social:hover i {
  z-index: 9;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.social-icons-list .social {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0.99;
  outline: 0;
}
.social-icons-list .social:before {
  content: "";
  z-index: 1;
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-icons-list .social:last-item {
  margin-right: 0;
}
.share-counter {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 1;
  font-family: monospace;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transform-origin: top right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.waves-block {
  display: block;
} */

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

/* Photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
        Background is added as a separate element.
        As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333300;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
        stretched thumbnail or div placeholder element (see below)
        style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
        div element that matches size of large image
        large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
        Error message appears when image is not loaded
        (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(images/photoswipe-default-skin.svg) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(images/photoswipe-default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* No arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/* Arrow buttons hit area */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/* Share modal/popup and links */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #333300;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #333300;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #ddd;
}

/* Index indicator ("1 of X" counter) */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}

/* Caption */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/* Loading indicator (preloader) You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;

  left: 50%;

  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url("images/loader-dark.svg") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*  The idea of animating inner circle is based on Polymer ("material") loading indicator by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* Additional styles */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
        pswp__ui--hidden class is added when controls are hidden
        e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

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

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

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

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

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

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

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

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

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

/* Footer */
#footer {
  font-size: 0.9rem;
}

#footer-columns,
#footer-copyright,
#footer-columns a:not(.btn):not(.social-item),
#footer-copyright a:not(.btn):not(.social-item),
#footer-columns p,
#footer-copyright p {
  color: #abafba;
  font-size: 0.8rem;
  line-height: 1.8rem;
}

#footer-columns a,
#footer-copyright a {
  border: 0;
}

#footer-columns a:focus:not(.btn):not(.social-item),
#footer-columns a:hover:not(.btn):not(.social-item),
#footer-copyright a:focus:not(.btn):not(.social-item),
#footer-copyright a:hover:not(.btn):not(.social-item) {
  color: #787878;
}

#footer-columns h1,
#footer-copyright h1,
#footer-columns h2,
#footer-copyright h2,
#footer-columns h3,
#footer-copyright h3,
#footer-columns h4,
#footer-copyright h4,
#footer-columns h5,
#footer-copyright h5,
#footer-columns h6,
#footer-copyright h6 {
  color: #d4d7e0;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  font-size: 0.8rem;
}

#footer ul {
  padding-left: 0;
  list-style: none;
  line-height: 2;
}

/* Home */

.home .banner-btn {
  margin: 0px 20px;
  width: 200px;
  box-shadow: 5px 5px 20px black;
}

.home .all-categories {
  font-weight: bold;
  color: #333300;
  text-align: left;
  padding-left: 0px;
}

.home .video-image .background-image {
  height: 500px;
}

#banner {
  margin-top: 0px;
  transition: all 0.2s;
}

/* Products */

.products .product {
  border-left: 1px solid rgba(132, 128, 126, 0.2);
}

.products .image {
  padding: 10px 50px;
  position: relative;
}

.zoomImg {
  display: none !important;
}

.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
}

del .woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: normal;
}

ins .woocommerce-Price-amount.amount {
}

.product-price .tax_label {
  display: block;
  margin-top: -5px;
}

.products-archive .product .button {
  position: relative;
  z-index: -1;
}

.single_add_to_cart_button {
  padding: 7px;
  background-color: #f77f2c;
  border-radius: 5px;
  color: #ffffff;
  font-size: 30px;
  border: unset;
  line-height: 0;
  margin-top: -41px;
}
.single_add_to_cart_button:focus,
.single_add_to_cart_button:hover {
  color: #ffffff;
}
.woocommerce-product-gallery .onsale,
.sale-sticker {
  width: 155px;
  padding: 30px;
  height: 85px;
  font-weight: 700;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 17px;
  color: #ffffff !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.woocommerce-product-gallery .onsale {
  background-image: url(https://deverfvakman-nl.devmaatwerkonline.nl/wp-content/uploads/2020/07/verf-button.png);
  right: auto;
  left: 150px;
  z-index: 1;
}

/* Footer */

.top-footer {
  background-color: #333300;
  padding: 45px 0px;
}

.top-footer ul {
  margin-bottom: 0px;
}

.bottom-footer .container {
  border-top: 1px solid #e5e5e5;
}

.footer-country {
  height: 200px;
}
.footer-country img{
  max-height: 200px;
}

/*Single Product page*/
nav.woocommerce-breadcrumb {
  width: 100%;
}
nav.woocommerce-breadcrumb span {
  padding: 0 5px;
}
nav.woocommerce-breadcrumb span:first-child {
  padding-left: 0;
}
.product .product_title.entry-title {
  font-weight: 600;
  font-size: 32px;
  width: 100%;
}
/* Mohit 25-08-2020 */
.form-steps {
  display: block;
  position: relative;
  margin-left: auto;
  cursor: default;
}

.form-steps-item:first-child {
  text-align: left;
  padding-left: 0;
}

.form-steps-item {
  padding: 0;
  position: relative;
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
}

.form-steps {
  display: block;
  position: relative;
  margin-left: auto;
  cursor: default;
}

.form-steps-item-content {
  display: inline-block;
}

.form-steps-item:first-child .form-steps-item-text {
  padding-left: 0;
}

.form-steps-item-active .form-steps-item-text {
  color: #f77f2c;
}

.form-steps-item-text {
  background: #fff;
  color: rgba(40, 38, 90, 0.4);
  display: inline-block;
  padding: 0 10px;
}
section.ct-padding {
  border: 0;
  padding: 50px 0;
}
/*---Edit by Harvey---*/
html {
  overflow-x: hidden;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.woocommerce-cart-form .col-md-8.order-2 {
  order: 1;
}
.quantity .minus,
.quantity .plus {
  color: #43464b;
  float: left;
  padding: 0;
  border: 0;
  line-height: 14px;
  width: 14px;
  height: 14px;
  display: block;
  margin: 3px;
  border-radius: 50%;
  outline: 0;
}
.quantity input.qty {
  width: 36px;
  float: left;
  height: 24px;
  text-align: center;
  border: 1px solid #eaeaea !important;
}
.woocommerce-cart-form__cart-item {
  position: relative;
  transition: all 0.15s ease-in-out;
  border: 1px solid #e5e5e5;
}
.woocommerce-cart .product-thumbnail img {
  margin-bottom: 0;
  width: auto;
  height: 75px;
}
.product-remove-edit {
  position: absolute;
  bottom: 0;
  padding-bottom: 5px !important;
}
.product-remove-edit .quantity {
  margin-top: 3px;
}
.product-remove-edit .product-remove a {
  font-size: 12px;
}
.woocommerce-cart {
  overflow-x: hidden;
}
.woocommerce-cart-form__cart-item .card {
  box-shadow: none;
}
.woocommerce-cart-form__cart-item:hover {
  transform: scale(1.025);
}
.woocommerce-cart .woocommerce-Price-amount.amount {
  font-size: 16px;
}
.cart_totals .h5 {
  font-weight: 700;
  padding-bottom: 10px;
}
.cart-test td {
  padding: 0;
}
.coupon {
  flex-flow: row;
}
.coupon .button {
  font-size: 12px;
  padding: 10px 10px;
  border-radius: 0;
}
#coupon_code {
  width: 100%;
  padding: 8px 10px;
  margin: 0 !important;
}
#coupon_code:focus {
  background: #f5f6f8;
}
.form-steps {
  display: block;
  position: relative;
  margin-left: auto;
  cursor: default;
}
.form-steps:after {
  content: "";
  display: table;
  clear: both;
}
.form-steps-item {
  padding: 0;
  position: relative;
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
}
.form-steps-item:first-child {
  text-align: left;
  padding-left: 0;
}
.form-steps-item:last-child {
  text-align: right;
  padding-right: 0;
}
.form-steps-item-content {
  display: inline-block;
}
.form-steps-item-text {
  background: #fff;
  color: rgba(40, 38, 90, 0.4);
  display: inline-block;
  padding: 0 10px;
}

.form-steps-item:last-child .form-steps-item-text {
  padding-right: 0;
}
.form-steps-item-line {
  display: inline-block;
  height: 2px;
  width: 120%;
  background: #ededed;
  float: left;
  position: absolute;
  right: 50%;
  top: 14px;
  z-index: -1;
}

.form-steps-item-active .form-steps-item-line,
.form-steps-item-completed .form-steps-item-line {
  background: #f77f2c;
}
.form-steps-item-completed .form-steps-item-text {
  color: #f77f2c;
}

.product .product_title.entry-title {
  font-weight: 700;
  margin-bottom: 50px;
}
.product-summary-holdlder .sl-product,
.product-summary-holdlder .sl-product-right {
  padding: 25px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
}
.product-summary-holdlder {
  margin-bottom: 50px;
}
.table-striped {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.single-product .woocommerce-panels {
  background-color: white;
  padding: 0;
  margin-top: 30px;
}
.single-product .woocommerce-panels .bg-gray {
  background: none !important;
  background: none !important;
  /*border-top:1px solid #dfdfdf;*/
  border-bottom: 1px solid #dfdfdf;
}
.single-product .woocommerce-panels .nav-pills .nav-link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid transparent;
  border-bottom: none;
  position: relative;
  font-size: 1.2rem;
}
.single-product .woocommerce-panels .nav-pills .nav-link:hover {
  border: 1px solid #dfdfdf;
  color: inherit;
  background-color: transparent;
  border-bottom: none;
}
.single-product .woocommerce-panels .nav-pills .nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
}
.woo-variation-swatches .product-summary-holdlder .variable-items-wrapper .variable-item:not(.radio-variable-item),
.woo-variation-swatches .product-summary-holdlder .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  outline: none;
  min-width: 100px !important;
  min-height: 40px;
}
.woo-variation-swatches .product-summary-holdlder .variable-items-wrapper .radio-variable-item label {
  color: #333300 !important;
}

.product-type-variable .sl-product > p.price {
  display: none;
}
.scrollspy-woocommerce-panels #panel-description {
  width: 50%;
  float: left;
  padding-bottom: 0px !important;
}
.scrollspy-woocommerce-panels #panel-description ul {
  margin: 0 0 2rem 1.2rem;
  padding: 0;
}
.scrollspy-woocommerce-panels h2,
.single-product .wp-recently h2 {
  /*color:#f77f2c;*/
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
#panel-additional_information {
  width: 45%;
  float: right;
}
#panel-additional_information td a {
  pointer-events: none;
}
#panel-documenten {
  width: 100%;
  display: inline-block;
}
#panel-additional_information p {
  margin: 0;
  display: initial;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  outline: 1px solid #f0f0f0;
  outline-offset: -1px;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected {
  background-color: #f60;
  border-color: #f60;
}
.variations {
  width: 100%;
  margin-bottom: 10px;
}
.variations td {
  display: block;
}
.variations td label,
.woocommerce-product-rating h2 {
  font-weight: 700;
  margin-bottom: 5px;
}
.woo-variation-swatches.wvs-style-squared
  .variable-items-wrapper
  .variable-item.button-variable-item
  .variable-item-span {
  font-weight: 600;
  padding: 0 8px !important;
  border-radius: 5px;
}
.woo-variation-swatches .variable-items-wrapper.button-variable-wrapper {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px !important;
  margin-bottom: 10px !important;
  display: flex;
  justify-content: space-between;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-wrapper {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px !important;
}
.sl-product-right ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.sl-product-right ul li {
  margin: 4px 0;
  padding: 5px 0 5px 30px;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 140%;
}
.sl-product-right ul li:before {
  width: 18px;
  height: 18px;
  background-color: #f77f2c;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 7px;
  content: "";
  background-image: url(images/check.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.sl-product-right ul li b {
  color: #f60;
}
.sl-product-right h3 {
  font-weight: 400;
  color: #f77f2c;
  font-size: 16px;
}
.sl-product-right p a {
  text-decoration: underline;
}
.custom-radio1 {
  width: 16px;
  height: 16px;
  border: 1px solid #999999;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 7px;
}
.custom-radio1 input[type="radio"] {
  opacity: 0;
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.custom-radio1 i {
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  background: #fff;
  top: -1px;
  border-radius: 30px;
  left: -1px;
  color: #fff;
  opacity: 0;
  line-height: 25px;
  font-size: 19px;
  border: 1px solid #f77f2c;
}
.custom-radio1 input[type="radio"]:checked + i {
  opacity: 1;
}
.custom-radio1 i:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f77f2c;
  border-radius: 30px;
  left: 2px;
  top: 2px;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item
  span.custom-radio1 {
  pointer-events: auto;
}
.single-product sl-product .single_add_to_cart_button:hover {
  background: #f60 !important;
}
section#upsells ul.variations {
  display: none !important;
}
.sl-product-right p {
  margin-bottom: 0;
}
.palette-field-wrap.colorpicker {
  margin: -10px 0 15px;
  display: inline-block;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.woo-variation-swatches .input-box-colorselector {
  margin-top: 10px;
}
.woo-variation-swatches .palette-field-wrap.colorpicker {
  border: none;
  padding: 0px;
  margin: 0;
}
.woo-variation-swatches .palette-field-wrap.colorpicker label {
  display: none;
}
.woo-variation-swatches .palette-field-wrap.colorpicker,
.woo-variation-swatches .input-box-colorselector .colorselector-color,
.woo-variation-items-wrapper .input-box-colorselector .colorselector-color {
  display: none;
}
.products-archive .justify-content-between .woocommerce-notices-wrapper {
  display: none;
}
@media (max-width: 992px) {
  #filters {
    background: #fff;
    position: absolute;
    z-index: 9;
    left: 0;
    display: none;
  }

  #filters.show {
    display: block !important;
  }
}
.palette-field-wrap.colorpicker .modal {
  z-index: 99999999;
}
.palette-field-wrap.colorpicker,
.input-box-colorselector {
  width: 100%;
}
.single-product .sl-product .single_add_to_cart_button {
  position: absolute;
  top: 32px;
  right: 0;
}
.single-product .sl-product .btn-primary i.right {
  display: none;
}
.single-product .sl-product .btn-primary {
  padding: 10px;
  font-size: 15px;
  float: right;
}
.single-product .quantity {
  margin-bottom: 0;
  margin-right: 10px !important;
}
.single-product .quantity .minus,
.single-product .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
  background: #666;
  border-radius: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  color: #fff;
}
.single-product .quantity .minus:hover,
.single-product .quantity .plus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover {
  background: #888;
}
.single-product .quantity input.qty,
.woocommerce .quantity input.qty {
  padding: 0;
  height: 31px;
  width: 50px;
}
.single-product .quantity .plus,
.woocommerce .quantity .plus {
  border-radius: 0px 4px 4px 0px;
}
.single-product .quantity .minus,
.woocommerce .quantity .minus {
  border-radius: 4px 0px 0 4px;
}
.variations_form .variations {
  position: relative;
}
.reset_variations {
  visibility: visible;
  display: inline;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #f77f2c;
  /* Resetting variations disabled because after removing the currently selected variation and selecting a new one the price would not show again */
  display: none;
}
.products.list-unstyled.row .variations,
.sl-product .text-muted {
  display: none;
}
.woocommerce-product-rating {
  display: flex;
  font-size: 12px;
  justify-content: center;
}
.woocommerce-product-rating h2 {
  margin-bottom: 0;
  width: 38%;
}
.woocommerce-product-rating .ratings {
  float: right;
  margin: -10px auto;
}
.review-text {
  width: fit-content;
  display: inline-block;
  color: #333300;
  font-weight: 600;
  text-align: right;
}
.woocommerce-variation-price {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 10px;
}

.woocommerce-variation-price .price,
.sl-product .price {
  line-height: 1;
}

.sl-product {
  display: flex;
  flex-direction: column;
}

.simple-product.variations {
  margin-bottom: 0;
}

.single-product ins .woocommerce-Price-amount.amount {
  font-size: 26px;
}

.price del {
  display: flex;
}

.single-product del .woocommerce-Price-amount.amount {
  margin-top: 3px;
  margin-right: 15px;
}

.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
  max-width: 93px;
}
.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f1c65b;
}

.empty-stars:before,
.full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 14pt;
}
.empty-stars:before {
  -webkit-text-stroke: 1px #848484;
}
.full-stars:before {
  -webkit-text-stroke: 1px #f1c65b;
}
.wpl-enquiry form {
  /*background: #f2f2f2;*/
  display: inline-block;
  width: 100%;
  padding: 30px 15px;
  margin: 20px 0 0 0;
  display: flex;
}
.wpl-enquiry form textarea,
.wpl-enquiry form input {
  width: 100%;
  padding: 10px 15px;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  border-radius: 5px;
  margin-bottom: 10px;
}
.wpl-enquiry form textarea {
  min-height: 165px;
}
.wpl-enquiry form input {
  margin-bottom: 10px;
}
.wpl-enquiry form input[type="submit"] {
  display: inline-block;
  width: auto;
  margin: 0;
  min-width: 150px;
  padding: 7px 15px;
  cursor: pointer;
}

.woocommerce-Reviews .h1 {
  display: inline-block;
  color: #f77f2c;
  font-weight: 700;
  font-size: 3rem;
  margin-right: 10px;
}
.woocommerce-Reviews .h1 span {
  color: #333300;
  opacity: 1;
  font-size: 3rem;
  font-weight: 800;
  margin-left: -5px;
}
.woocommerce-Reviews .ratings p {
  color: #333300;
  font-style: italic;
  font-weight: 600;
  margin: -5px 0 20px 0;
  display: inline-block;
  float: left;
}
ul.commentlist {
  margin: 0;
  padding: 0;
}
ul.commentlist li {
  margin: 1.3rem 0 0 0;
  padding: 15px 15px 15px 10px;
  /*background:#f2f2f2;*/
  /*border:1px solid #e0e0e0;*/
  font-size: 1rem;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
}

ul.commentlist li:first-child {
  margin-top: 0;
}
ul.commentlist .comment-author {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 700;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}
ul.commentlist .comment-author time {
  opacity: 1;
  font-size: 1rem;
  display: block;
  padding: 0;
  margin: -5px 0 0 0 !important;
}
ul.commentlist .comment-text .rating-stars {
  position: absolute;
  top: 25px;
  right: 15px;
}
ul.commentlist .comment-text .star-rating {
  display: none;
}
.wp-pdf {
  display: block;
  position: relative;
  padding: 0 0 0 22px;
}
.wp-pdf:hover {
  color: #333300;
}
.wp-pdf:before {
  content: "";
  background: url(images/pdf-icon.png) no-repeat center center;
  width: 14px;
  position: absolute;
  height: 16px;
  background-size: 100% 100%;
  top: 3px;
  left: 0;
}
.carousel .dit-product li {
  float: none;
  padding: 0;
  overflow: visible;
  display: revert;
  padding: 3px 0px 3px 30px;
}
.carousel .dit-product ul {
  margin: 5px 0 15px;
  padding: 0 0 0 20px;
}
.carousel .dit-product .single_add_to_cart_button {
  margin-top: -40px;
}
.wp-upsell .slick-prev:before,
.wp-upsell .slick-next:before {
  color: #b3b3b3;
}
.wp-upsell .slick-prev:before,
.wp-upsell .slick-next:before {
  color: #b3b3b3;
}
.wp-upsell .slick-next {
  right: -30px;
}
.wp-upsell .dvv-arrow-left:before {
  font-family: "dvv";
  content: "\e90a";
}
.wp-upsell .dvv-arrow-right:before {
  font-family: "dvv";
  content: "\e907";
}
.wp-upsell .slick-prev.slick-disabled:before,
.wp-upsell .slick-next.slick-disabled:before {
  opacity: 1;
}
.wp-upsell .after-title-rating .ratings .review-text {
  padding-top: 8px;
}
.wp-upsell.slider {
  padding: 0;
}
.single-product .wp-recently {
  width: 100%;
  margin-top: 50px;
}
.single-product .wp-recently .variations {
  display: none;
}
.products .dit-product.product {
  padding: 0 20px;
}
.single-product .wp-recently ul.products {
  display: flex;
  padding: 0;
}
.single-product .wp-recently .woocommerce-product-usps ul {
  padding: 0 0 0 20px;
  list-style-type: disc;
  margin-bottom: 20px;
}
.single-product .swiper-container {
  width: 100%;
}
.single-product .palette-slider-wraper {
  width: 100%;
  display: inline-block;
}
.single-product .kleurenwaaier .color-data.color-data-popup {
  height: 50px;
}
.single-product .color-data {
  padding: 5px 10px;
}
.single-product .wp-recently .col-lg-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
.single-product #panel-reviews {
  display: inline-block;
  width: 100%;
}
.single-product #review_form_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.single-product .comment-form #stars-rating-review {
  margin-bottom: 20px;
}
.single-product .comment-form .form-group {
  width: calc(50% - 5px);
  float: left;
  /* margin-left: 10px; */
}
.single-product .comment-form .form-group:nth-child(2n) {
  margin-left: 0;
}
.single-product .comment-form .form-control {
  background: transparent;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  /* min-height: 215px; */
}
.single-product .comment-form .form-group.comment-form-comment {
  width: 100%;
}
.single-product .comment-form textarea {
  min-height: 150px;
}
.single-product .comment-form #emailHelp {
  display: none;
}
.single-product .comment-form-cookies-consent {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 25px;
  margin-bottom: 15px;
}
.single-product .comment-form-cookies-consent input[type="checkbox"] {
  position: absolute;
  top: 6px;
  left: 0;
}
.single-product .btn-primary.float-right {
  float: none !important;
  padding: 12px 35px;
  font-weight: normal;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator:before {
  background: #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  margin: 0 auto;
}
.product .woocommerce-product-usps,
.product .price-prefix,
.product .price {
  color: #333300;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sl-product .price {
  margin-right: 0;
}

.product .woocommerce-product-usps ul {
  list-style: none;
  padding-left: 20px;
  font-size: 17px;
}

.product .woocommerce-product-usps ul li i {
  color: #189043;
}

/*M 28-08-2020 */
div#panel-upsell_product {
  float: left;
  width: 100%;
  height: fit-content;
}
.dit-product {
  float: left;
}
/* Webkit-text-stroke is not supported on firefox or IE */
/* Firefox */
@-moz-document url-prefix() {
  .full-stars {
    color: #ecbe24;
  }
}
/* IE */
[ifIE] > .full-stars {
  color: #ecbe24;
}
@media (max-width: 767px) {
  .cart-step {
    margin-bottom: 20px !important;
    margin-top: 30px;
  }
}
/*Category Page*/
.after-title-rating .ratings {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.after-title-rating .ratings .review-text {
  width: auto;
  padding: 5px 0 0 9px;
  font-weight: 500;
  float: left;
}
.after-title-rating .ratings .empty-stars {
  float: left;
}
.products .product {
  border: 1px solid #e0e0e0;
  border-width: 0 1px;
  border-color: #fafafa;
  margin: 20px 0;
}
.products .product:hover {
  border: 1px solid #2ba8db;
  border-width: 0 1px;
  border-color: #e0e0e0;
}

@media (max-width: 767px) {
  .single-product .type-product {
    margin: 0;
  }
  .product-summary-holdlder .sl-product-right {
    margin-top: 20px;
  }
  .scrollspy-woocommerce-panels #panel-description,
  .scrollspy-woocommerce-panels #panel-additional_information {
    width: 100%;
  }
  .wpl-enquiry form {
    display: block;
  }
  .wpl-enquiry form [class^="col-"] {
    max-width: 100%;
  }
  #panel-additional_information .col-12 {
    overflow-x: auto;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .single-product .wp-recently .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .single-product .wp-recently ul.products {
    display: block;
  }
  .single-product .wp-recently .col-lg-4 {
    flex: none;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

/*Custom cart chacekoput */

.card-footer.alert-primary {
  background-color: #84807e;
  color: #fff;
  border-color: #84807e;
}
.card-footer.alert-primary:hover {
  background-color: #f77f2c;
  border-color: #f77f2c;
}
.card-footer.alert-primary .btn-link {
  color: #fff;
}
.card-footer.alert-primary .btn-link:focus,
.card-footer.alert-primary .btn-link:hover {
  color: #fff;
}
.nav-pills .nav-link:hover {
  background: #f77f2c !important;
  color: #fff !important;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-steps {
  position: relative;
  counter-increment: list;
}
.woocommerce-steps > h3:before {
  content: counter(list) ". ";
}
.woocommerce-steps > h3:after {
  font-family: "dvv";
  content: "\e908";
  speak: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce-steps > h3.collapsed:after {
  content: "\e909";
}
.woocommerce-steps > h3 {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  padding: 0.75rem 0;
  padding-left: 1.5em;
  border-top: 1px solid #e5e5e5;
}
.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  height: 44px;
  outline: 0;
  box-shadow: none;
  background: #f2f2f2;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 44px;
  padding-left: 1rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;
}
.woocommerce .form-row {
  margin-right: 0;
  margin-left: 0;
}
select.country_select {
  height: 44px !important;
}

.woocommerce-product-rating .star-rating {
  float: left;
}

a.woocommerce-product-gallery__trigger {
  display: none;
}
i.dvv.dvv-info-circle.show-additional-info {
  color: #f77f2c;
}

span.tl-addition-content {
  display: none;
}

table.shop_table th {
  padding: 5px 5px 5px 0;
}
table.shop_table td {
  padding: 5px;
  vertical-align: middle;
}

table.shop_table td.woocommerce-orders-table__cell-order-actions a {
  margin-right: 5px;
}

table.shop_table .cart-subtotal td,
table.shop_table .cart-test td,
table.shop_table .order-total td {
  text-align: right;
}

table.shop_table .order-total td {
  display: flex;
  flex-direction: column;
}

.wc-local-pickup-plus small {
  font-size: 100%;
}
.your-order {
  position: relative;
  top: 17px;
  margin-bottom: 37px;
}

.your-order h2 {
  display: none;
}

.order-total .includes_tax .woocommerce-Price-amount {
  font-size: 12px !important;
  display: inline-block;
  width: fit-content;
}

.after-title-rating {
  min-height: 24px;
}
.woocommerce-LoopProduct-link:hover .price,
.woocommerce-LoopProduct-link:hover .woocommerce-product-usps,
.woocommerce-LoopProduct-link:hover span.price-prefix {
  color: #333300;
  transition: none;
}
.alert-dismissible .close {
  top: 0;
}
.text-primary {
  color: #f77f2c !important;
}

span.price.price-incl .woocommerce-Price-amount.amount {
  text-align: left;
}

span.price.price-incl .woocommerce-price-suffix {
  display: none;
}
span.price.price-incl .woocommerce-Price-amount.amount {
  font-size: 20px;
  font-weight: 700;
}
span.price.price-incl {
  opacity: 1 !important;
  display: flex !important;
  flex-direction: column;
  line-height: 1;
}
span.price.price-excl .woocommerce-Price-amount.amount {
  font-size: 24px;
  line-height: 18px;
  /*opacity: 0.5;*/
  margin-left: auto;
}
span.price.price-excl .woocommerce-price-suffix {
  /*opacity: 0.5;*/
}
span.price .woocommerce-Price-amount.amount {
  text-align: right;
}
span.price-prefix {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.price .outer {
 /* color: #ff0000;
  text-decoration: line-through;*/
}

.price .outer .amount {
  color: #ff0000;
}

.price .outer .amount bdi{
    position: relative;
}

.product .price del .amount{
    color: #ff0000;
}

.header-top img {
  margin-bottom: 0 !important;
}

.dit-product .woocommerce-product-usps ul li:before {
  left: 0;
  top: 5px;
}

.woocommerce-product-usps ul li:before {
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 5px;
  content: "";
  background-image: url(images/green-check.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.woocommerce-product-usps ul li {
  padding: 3px 0 3px 30px;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 140%;
  font-size: 1rem;
}

.price-align {
  display: flex;
  justify-content: space-between;
}

.price-excl {
  opacity: 1 !important;
  display: flex !important;
  flex-direction: column;
  margin-right: 22%;
  line-height: 1;
}

.icon-size {
  max-height: 25px;
}

.trans {
  transform: scale(1.5);
}
.card .product-name {
  line-height: 20px;
  font-weight: bold;
}
.product-name dl.variation {
  margin: 10px 0;
}
.product-name dl.variation dt {
  float: left;
  margin-right: 10px;
  line-height: 20px;
}
.product-name dl.variation dd {
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 20px;
}
.product-name dl.variation dd p {
  margin: 0;
  line-height: 20px;
}

.woocommerce-order-details__title {
  padding: 15px;
}

.woocommerce-customer-details h2,
.woocommerce-column__title {
  padding: 15px 5px;
}

.woocommerce-customer-details tr,
.woocommerce-customer-details tr td {
  flex-direction: column;
  display: flex;
  text-align: left;
}

.woocommerce-table__product-name .wc-item-meta {
  list-style: square;
}

/* .admin-bar .nav-link .dvv-cart.active {
  position: fixed;
  top: 45px;
  z-index: 999999;
}
.admin-bar .nav-link .dvv-cart.active {
  position: fixed;
  top: 45px;
  z-index: 999999;
}

.nav-link .dvv-cart.active {
  position: fixed;
  margin-left: -35px;
  top: 15px;
  z-index: 999999;
}

@media (max-width: 992px) {
  .nav-link .dvv-cart.active {
    right: 15px !important;
    top: 8px !important;
  }
} */

.nav-link .badge-primary.active {
  position: fixed;
  top: 8px;
  margin-left: -10px;
  right: inherit;
  z-index: 999999;
}
.admin-bar .nav-link .badge-primary.active {
  top: 37px;
}

.rating-main {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.height-name-product {
  min-height: 49px;
  color: #343300;
}

.orange-border-top-nav {
  border-right: 2px solid #f77f2c;
  height: 25px;
  margin: auto;
}

#billing_address_1_field,
#billing_address_2_field,
#shipping_address_1_field,
#shipping_address_2_field {
  display: block !important;
}

.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #shipping_address_1_field {
  display: none !important;
}

.woocommerce-shipping-contents {
  display: none !important;
}

/* Standard paragraph styling */

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

/* Line height between green checkmarks on the product */

.woocommerce-product-usps ul li {
  line-height: 100%;
}

/* Sticky navigation padding between menu items styling*/

.main-menu .nav-link {
  padding: 1rem 1.4rem;
}

/* Styling vertical space between navigation links on dropdown */

li.dropdown-item.nav-item-depth-1.menu-item.menu-item-type-custom.menu-item-object-custom {
  line-height: 1;
}

/* Removes underlines under price of the product */

ins {
  text-decoration: none;
}

/* Styles the width of the shopping cart buttons */

.single-product .sl-product .btn-primary {
  width: 176.58px;
}

/* Styling the select quantity ('+/-') on the product detail page */

input.btn-link.plus {
  height: 46px !important;
}

input.btn-link.minus {
  height: 46px !important;
}

input.input-text.qty.text.rounded {
  height: 46px;
}

/* white text on hover all orange buttons */

.woo-variation-swatches
  .variable-items-wrapper
  .button-variable-item:hover
  span,
.woo-variation-swatches
  .variable-items-wrapper
  .button-variable-item.selected:hover
  span,
.woo-variation-swatches
  .variable-items-wrapper
  .radio-variable-item:hover
  label,
.woo-variation-swatches
  .variable-items-wrapper
  .radio-variable-item.selected:hover
  label {
  color: #ffffff !important;
}

/* search button styling in color palette modal box */

button#searchcolorbtn {
  width: 117px;
}

/* don't display 'beschrijving' and 'Extra informatie' the 'more informatie' tab on the product detail page*/

li#nav-item-description {
  display: none;
}

/* Dont' show additional information on the product detailpage */

li#nav-item-additional_information {
  display: none;
}

/* 'Stel een vraag' textbox lineup margin*/

form#wpl-enquiry-form {
  padding: 30px 0px;
  margin: 20px 0px 0px -15px;
}

/* removes arrow on 'verder' in checkout */

.page-id-791 i.dvv-chevron-right {
  display: none;
}

/* fixed Nav padding */

.main-menu .nav-link {
  padding: 1rem 1.1rem;
}

/* 'Mengkleur kiezen' button modal box width and remove the scroll visibility*/

.palette-field-wrap .modal.fade .modal-dialog {
  width: calc(77% - 80px);
  position: relative;
}

/* Productpage image size (big and thumbnail slider below)*/

.postid-1141
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
  width: 400px !important;
}

img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
  width: 80px !important;
  height: auto;
}

/* Remove big title on Vestigingen page */
.page-id-1631 #title-breadcrumbs,
.page-id-42473 #title-breadcrumbs {
  display: none;
}

/* Disable white hover on liter selection on product page */

.postid-3551
  .woo-variation-swatches
  .variable-items-wrapper
  .button-variable-item:hover
  span,
.woo-variation-swatches
  .variable-items-wrapper
  .button-variable-item.selected:hover
  span,
.woo-variation-swatches
  .variable-items-wrapper
  .radio-variable-item:hover
  label,
.woo-variation-swatches
  .variable-items-wrapper
  .radio-variable-item.selected:hover
  label {
  color: #000000 !important;
}

.woo-variation-swatches.wvs-attr-behavior-blur .radio-variable-item.disabled {
  display: none !important;
}

.waar-wil-je-verven img {
  margin-right: 230px;
}

h6.product_loop_item_title.height-name-product.pb-1 {
  font-size: 19px;
}

ins.highlight {
  display: none;
}

/* Change product image sizes in 'Winkel' */

.products .image {
  padding: 10px 20px;
  position: relative;
}

/* Change products margin vertically */

.products .product {
  border: 1px solid #e0e0e0;
  border-width: 0 1px;
  border-color: #fafafa;
  margin: 30px 0 50px 0px;
}

/* Change subnav vertical space on the product links */

.menu-depth-1 a.nav-link {
  margin: 0rem;
  padding: 0.5rem 1.5rem;
}

/* positions the 'aanbieding' image on the product */

.woocommerce-product-gallery .onsale {
  left: 350px;
}

/* Styling colors the alert box messages */

.alert-warning {
  background-color: #f77f2c;
  border-color: #f77f2c;
  color: white;
}

/* Remove success box when going to cart after clicking add to cart */

.alert-success {
  display: none;
}

/* 'X' for closing the alert message */

.close:before,
.close:after {
  background-color: #fff;
}

/* Change width of the alert message */

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.alert.floating.alert-info.alert-dismissible.fade.show {
  background-color: #f77f2c;
  border-color: #f77f2c;
  color: white;
}

/* Styling checkout page */

.woocommerce-order-details__title {
  padding: 15px;
  border: none !important;
}

.woocommerce-customer-details h2,
.woocommerce-column__title {
  border: none !important;
}

.woocommerce-customer-details h2 {
  font-size: 21px;
  padding-left: 0;
}

/* Styling the orange shop buttons (kleur, wit etc)*/

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected {
  background-color: #f77e2c !important;
  border: 2px solid #fff;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):hover,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  background-color: #f77e2c !important;
}

.woo-variation-swatches.wvs-style-squared
  .variable-items-wrapper
  .variable-item.button-variable-item
  .variable-item-span {
  padding: 0 5px;
  color: white !important;
}

/* Styles left side on the checkout page (bestelgevens) */

.woocommerce-order-details__title {
  padding: 10px 0px;
  border: none !important;
}

th.woocommerce-table__product-table.product-total {
  float: right;
  border: none;
}

th.woocommerce-table__product-name.product-name {
  border: none;
}

td.woocommerce-table__product-name.product-name a {
  font-weight: bold;
  font-size: 18px;
  float: left;
  width: calc(100% - 56px);
}

.woocommerce-order-details .col-md-4 {
  background: whitesmoke;
}

tr.woocommerce-order-overview__payment-method.method {
  display: none;
}

td.woocommerce-table__product-name.product-name strong.product-quantity {
  font-size: 18px;
}

/* Styling images on order-recieved page */

img.attachment-48x48.size-48x48.wp-post-image {
  margin-bottom: 0;
}

/* Styling the table on order recieved */

.woocommerce-table__product-name .wc-item-meta {
  list-style: none;
  text-align: left;
  padding: 29px 0px 0px 57px;
}

table.shop_table td {
  padding: 4px 0px;
}

.woocommerce-table__product-name .wc-item-meta p {
  margin-bottom: 0;
  margin-left: 5px;
  display: inline;
}

.woocommerce-customer-details h2,
.woocommerce-column__title {
  padding: 15px 0px;
}

/* Background responsive hamburger menu  */

.bg-dark {
  background-color: #333300 !important;
}

/* Disable first and third usp */

.usps.d-flex.justify-content-between a:first-child {
  pointer-events: none;
  cursor: default;
}

.usps.d-flex.justify-content-between a:nth-child(3n) {
  pointer-events: none;
  cursor: default;
}

/* Styling links and breadcrumbs */

.breadcrumb a:hover {
  color: #f77f2c;
}

a:hover {
  color: #f77f2c;
}

/* hide 'undefined' where it says 'kies je inhoud' when selecting a product */

.woocommerce.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, 
.woocommerce.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name{
  display: none;
}

/* Shows message on /afrekenen when logged out */

a.showlogin {
  font-weight: bold;
  color: #333300;
}

a.showlogin:hover {
  font-weight: bold;
  color: #333300;
}

form.woocomerce-form.woocommerce-form-login.login .border {
  border: none !important;
}

form.woocommerce-ResetPassword.lost_reset_password .alert {
  background: white;
  color: #333300;
  padding-left: 0;
  border: none;
}

input#user_login {
  width: 400px;
  margin-bottom: 28px;
}

.page-id-793 .container .row .col-12 .woocommerce {
  padding: 60px 0px;
}

.custom-select:focus {
  border-color: #f77f2c;
  outline: none;
}

li.nav-item.mb-2.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist {
  display: none;
}

li.nav-item.mb-2.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.page-id-793 .alert.alert-warning {
  background: none;
  color: #333300;
  margin-bottom: 30px;
  border: none;
  padding-left: 0;
}

a.badge.badge-primary.edit.ml-4 {
  color: white;
  padding: 13px;
  background: #fd7e14;
  border-radius: 3px !important;
  right: auto;
  top: auto;
}

/* Make all a elements that should not be orange back to black */

td a {
  color: #333300;
}

ul.nav.nav-pills a {
  color: #333300;
}

.wp-pdf {
  color: #333300;
}

.product-name.font-weight-bold a {
  color: #333300;
}

h4.h6.text-primary.mb-0 {
  color: #333300 !important;
}

.page-id-793 td.woocommerce-table__product-name.product-name a {
  color: #333300;
}

/* Styling the previous and next button in 'bestellingen' on /mijn-account */

a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button {
  color: white;
  background: #fd7e14;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  left: 20px;
}

/* Styling dashboard on /mijn-account */

.nav-pills {
  font-weight: bold;
}

.nav-pills .nav-link:hover {
  background: #f77f2c;
}

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  background: transparent;
  color: #333300;
}

li.nav-item.mb-2.woocommerce-MyAccount-navigation-link {
  margin-left: 20px;
}

/* Makes the 'x' to close the screen in color pallette black to be visible */

.close:before,
.close:after {
  background-color: #000;
}

/* Removes overflow-y (scroll wheel) on the color palette */

.palette-field-wrap .modal.fade .modal-dialog {
  overflow-y: hidden;
}

/* Styling 'x' close option on alert */

.close:before,
.close:after {
  background-color: #fff !important;
}

/* Styling 'Mijn account' sub menu on the top of the page */

ul.dropdown-menu.dropdown-menu-right.menu-depth-1 li a {
  color: #fff;
}

ul.dropdown-menu.dropdown-menu-right.menu-depth-1 li a:hover {
  background: none;
}

/* Removes orange hover on the content on 'instructie blogs' */

.category-verfadvies .text-container {
  color: #333300;
}

.after-title-rating {
  display: none;
}

/* Don't display 'Aanvullende informatie' on /afrekenen */

.woocommerce-steps.woocommerce-additional-fields {
  display: none;
}

/* Don't display star rating in top navigation */

.image-ratings {
  display: none;
}

/* Styles the  alert message at 'afrekenen' */

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  padding: 0px 15px;
}

.home .all-categories {
  padding-bottom: 50px;
}

.single-product .quantity .minus,
.single-product .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
  width: 28px;
}

.accordion-card .accordion-card-header span {
  color: #f77f2c !important;
}

/* Hide the table elements on 'bestelgegevens' */

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
  display: none;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
  display: none;
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-date {
  display: none;
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
  display: none;
}

/* Styling the Footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0;
}

.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoPinterest:hover {
  background-color: #e60023;
  color: #fff;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoPinterest:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #f9f9f9;
}

.footer-country {
  margin-top: 96px;
}

.footer-socials {
  position: absolute;
}

/* Extra Responsive styling mobile big phone screens */

@media (max-width: 575px) {
  .nav-link .badge-primary.active {
    top: 2px;
    right: 8px;
  }
  .need-help.my-2 a {
    font-size: 17px;
  }
  a.btn.btn-primary.btn-sharp.waves-effect.waves-light.mt-4 {
    width: 100%;
  }
  .top-bar .menu-top {
    padding: 0 !important;
  }
  .palette-field-wrap .modal.fade .modal-dialog {
    width: 100%;
    margin-left: 50px;
  }
  div#myModal {
    height: 100%;
  }
  #searchVisible {
    margin: 2px 61px;
    right: 15px !important;
    position: absolute !important;
  }
  /* #header .searchform {
    margin-bottom: -25px;
  } */
  /* #header .searchform {
    width: calc(100% - 20px);
    right: 20px;
    top: 116px;
  } */
  #searchsubmit {
    padding: 0px 11px 2px 15px !important;
  }
  ul.product-categories.pl-0 {
    column-count: 2;
  }
  .top-footer .container {
    column-count: 2;
    text-align: left !important;
  }
  .top-footer .container .row {
    text-align: left !important;
  }
  .woocommerce-cart .product-thumbnail img {
    height: 300px;
  }
  .page-id-791 .woocommerce-cart-form__cart-item.cart_item.cart_item.mb-3 {
    text-align: center;
  }
  .page-id-791
    .woocommerce-cart-form__cart-item.cart_item.cart_item.mb-3
    .product-name-quantitiy {
    font-size: 18px;
    padding: 0px 0px;
    flex-flow: column-reverse;
  }
  .page-id-791 .product-qty-input.d-flex.col-md-3 {
    margin-left: 109px;
  }
  .page-id-791 .product-price.d-flex.col-md-2 {
    flex-flow: column-reverse;
    top: -40px;
    left: 52px;
  }
  .page-id-791 .woocommerce-cart .woocommerce-Price-amount.amount {
    font-size: 19px;
  }
  .page-id-792 th.woocommerce-table__product-name.product-name.amount {
    right: 125px;
  }
  .page-id-792 td.woocommerce-table__product-name.product-name a {
    font-size: 16px;
  }
}

/* Extra Responsive styling mobile smaller phone screens */

@media (max-width: 479px) {
  td.woocommerce-table__product-name.product-name a {
    margin: 0;
    top: 0;
    float: left;
    font-size: 10px;
    margin-right: 5px !important;
  }

  .navbar .navbar-brand {
    margin-left: 0 !important;
  }
  .navbar .navbar-brand img {
    max-height: 20px !important;
  }

  .kiyoh-container {
    display: none;
  }

  .page-id-793 table.shop_table td {
    vertical-align: middle;
  }
  .page-id-793 .woocommerce-Price-amount.amount {
    font-size: 11px;
  }
  .page-id-793 table.shop_table td {
    padding: 14px 3px;
    font-size: 11px;
  }
  .single-product .sl-product .btn-primary {
    margin-left: 0% !important;
    width: 53% !important;
  }
  .nav-pills {
    font-weight: 100;
  }
  .product-name dl.variation {
    margin: 10px 43px;
    font-size: 14px;
    padding: 18px 0px;
    text-align: center;
  }
  .product-name dl.variation dt {
    float: none;
    margin-right: 0;
  }
  .product-name dl.variation dd {
    margin-bottom: 10px;
  }
  .page-id-791 .product-qty-input.d-flex.col-md-3 {
    margin-left: 29px;
  }
  strong.product-quantity {
    top: -6px;
    left: 0px;
    font-size: 9px;
  }
  .woocommerce-table__product-name .wc-item-meta {
    text-align: left;
  }
  td.woocommerce-table__product-name.product-name a {
    font-weight: bold;
  }
  th.woocommerce-table__product-name.product-name.amount {
    display: none !important;
  }
  td.woocommerce-table__product-name.product-name span {
    float: inherit !important;
  }
  td.woocommerce-table__product-total.product-total {
    vertical-align: top;
    text-align: right;
  }
  .woocommerce-table__product-name .wc-item-meta {
    padding: 0px 30px;
    font-size: 10px;
  }
  td.woocommerce-table__product-name.product-name a {
    margin: 0;
    top: 0;
    float: left;
    font-size: 10px;
  }
  .page-id-793 strong.product-quantity {
    top: -2px;
    left: 8px;
    font-size: 9px;
  }
}
.product-type-simple .price-incl ins {
  display: none !important;
}

#shipping_method .custom-control {
  display: flex;
  margin: 0;
}

table.lpp-shipping-package-wrapper {
  width: 100%;
}

.woocommerce-shipping-destination {
  display: none;
}
#shipping_method li label {
  margin-left: 10px;
}
#shipping_method li input {
  position: relative;
  top: 2px;
}

#shipping_method .pickup-location-field {
  margin-left: 10px;
}
#shipping_method .pickup-location-field em {
  display: block;
  font-size: 80%;
}
#shipping_method
  .pickup-location-field
  .select2-container--default
  .select2-selection--single {
  height: 28px;
  position: relative;
  top: -5px;
}
#shipping_method
  .pickup-location-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px;
}
#shipping_method
  .pickup-location-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 28px;
}
.wc-location-pickup-plus-pickup-location-option-name,
.wc-location-pickup-plus-pickup-location-option-address {
  line-height: 1;
}

.page-id-6353 label.custom-control.custom-radio {
  display: flex;
}

.woocommerce-table--order-details bdi {
  float: right;
}

.woocommerce-table--order-details tfoot td {
  text-align: right;
}

td.woocommerce-table__product-name.product-name {
  text-align: inherit;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #f77e2c;
}
.select2-dropdown {
  border: 1px solid #f2f2f2;
}

.woo-variation-swatches.wvs-attr-behavior-blur
  .variable-item:not(.radio-variable-item).disabled {
  display: none !important;
}

.wcapf-before-update {
  z-index: 2 !important;
}

.single-product .strike {
  display: none !important;
}

.product .product-message {
  width: 100%;
  background-color: #666;
  padding: 10px;
  font-size: 17px;
  box-sizing: border-box;
  color: white;
  margin-bottom: 20px;

  -webkit-box-shadow: 0px 0px 10px 5px rgb(242 242 242);
  -moz-box-shadow: 0px 0px 10px 5px rgba(242, 242, 242, 1);
  box-shadow: 0px 0px 10px 5px rgb(242 242 242);
}

.wcnlpc-manual {
  padding: 0px 15px;
}

.wcnlpc-address {
  width: 100%;
  margin: 0px 1rem 1rem 1rem;
  background-color: #ddd;
}

.woocommerce-invalid-required-field input {
  border: 2px solid #f77f2c;
}

.gfield_error input {
  border: 2px solid #f77f2c;
}

small.shipped_via {
  font-size: 100%;
  padding-right: 8px;
}

small,
.small {
  font-size: 85% !important;
}

.order_details .shipped_via {
  display: none;
}

.free-shipping-notice {
  padding-left: 13px;
  margin-top: -10px;
  line-height: 24px;
}

.free-shipping-notice span {
  display: inline-block !important;
  width: fit-content !important;
}

.palette-slider-wraper .swiper-button-prev:after,
.palette-slider-wraper .swiper-button-next:after {
  content: "" !important;
}

.available-on-backorder {
  font-weight: bold;
  text-align: right;
  font-size: 16px;
}

/*---Start Responsive css here (responsive.css) file---*/
@media (max-width: 1199px) {
  .review-text {
    white-space: nowrap;
  }
  .wp-upsell .slick-prev {
    left: -20px;
  }
  .wp-upsell .slick-next {
    right: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-product .woocommerce-variation-add-to-cart {
    display: block;
  }
  .single-product .sl-product .btn-primary {
    float: left;
    margin-top: 20px;
  }
  .searchform .search-field {
    width: 280px;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .call-us {
    margin-left: 0;
    padding: 0.8rem 0;
  }
  .product .product_title.entry-title {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .border-bottom + #slide-nav .container {
    display: block;
    text-align: center;
    max-width: 380px;
  }
  .searchform .search-field {
    /* width: calc(100% - 40px); */
    width: 100%;
    margin-left: 0;
  }
  /* #header .searchform {
    margin-bottom: 20px;
    position: absolute;
    width: 100%;
    right: 10px;
    z-index: 1;
    opacity: 0;
    display: block !important;
  } */
  #header .searchform {
    width: 100%;
    order: 5;
    flex: 0 0 100%;
  }
  #searchsubmit {
    margin-top: 1px;
  }
  .nav-link.cart-contents {
    display: inline-block;
    /* margin-right: 40px; */
    position: relative;
    z-index: 1;
  }
  #header .image-ratings {
    margin: 0 10px 10px;
  }
  .mobile-menu-label {
    /* color: #fff; */
    color: currentColor;
    line-height: 46px;
  }
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    /* background-color: #fff; */
    background-color: currentColor;
  }
  .top-bar {
    text-align: center;
  }
  .top-bar .float-left {
    width: 190px;
    font-size: 12px;
    text-align: left;
  }
  .image-home {
    display: inline-block;
  }
  #searchVisible {
    border: 0;
    background-color: #f77f2c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 1px 9px;
    margin-top: 2px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 9;
  }
  .navbar .navbar-brand {
    display: block;
  }
  .woocommerce-product-gallery {
    margin-bottom: 2rem;
  }
  .wp-upsell .slick-prev {
    left: 0;
  }
  .wp-upsell .slick-next {
    right: 0;
  }
  .single-product .woocommerce-panels .nav-pills .nav-link {
    padding: 0.2rem 1rem;
  }
  #panel-additional_information .pt-5 {
    padding-top: 1rem !important;
  }
  .single-product .woocommerce-panels .mt-5 {
    margin-top: 1rem !important;
  }
  .single-product .wp-recently .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wpl-enquiry form {
    padding: 20px 0;
  }
  .home .banner-btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .menu-open .cart-contents {
    display: none;
  }
  #list.list-center {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .top-bar .float-left u {
    display: none;
  }
  .top-bar .float-left {
    width: 20px;
  }
  .top-bar .menu-top {
    padding: 0 15px;
  }
  .menu-top .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem;
  }
  .breadcrumb .mx-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
    font-size: 10px;
  }
  .single-product .wp-recently .col-lg-4 {
    flex: none;
    max-width: 100%;
  }
  .woocommerce-result-count,
  .image-home {
    display: none;
  }
  /* #header .searchform {
    width: 100%;
    right: 0px;
    display: none;
  } */
  #searchVisible {
    right: auto;
  }
  /* .nav-link.cart-contents {
    margin-right: 15px;
  } */
}
@media (max-width: 479px) {
  .woocommerce-product-gallery .onsale {
    top: -35px;
  }
  .navbar .navbar-brand {
    margin-left: 40px;
  }
  .menu-top .nav-link {
    font-size: 0.8rem;
    padding: 0.5rem 0.3rem;
  }
}

.woo-variation-swatches .variable-items-wrapper {
  display: flex;
  justify-content: space-between;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-wrapper {
  border-bottom: 0px;
  padding-bottom: 0px !important;
}

/* Conditional discount single product price table */

.sl-product .wad-qty-pricing-table tr {
  line-height: 25px;
  display: flex;
}

/*.sl-product .wad-qty-pricing-table td {
  padding-right: 15px;
}*/

.sl-product h3 {
  margin-bottom: 0px;
  color: #ed7c32;
  font-size: 25px;
  font-weight: bold;
  padding: 5px 10px;
  padding-bottom: 0px;
  letter-spacing: 0.2px;
}

.wad-qty-pricing-table {
  padding: 5px 10px;
  border-collapse: separate;
  border-spacing: 0 5px;
  margin-bottom: 10px;
}

.wad-qty-pricing-table thead {
  display: none;
}

.wad-qty-pricing-table tr td,
.wad-qty-pricing-table tr th {
  border-top: 1px solid #c8c8c0;
  padding-top: 5px;
}

.wad-qty-pricing-table tr td b {
  font-weight: normal;
}

.wad-qty-pricing-table tr td bdi {
  font-size: 14px;
}
.wad-qty-pricing-table td:nth-child(1)::after{
  content: ' - ';
}
.wad-qty-pricing-table tr td:nth-child(2)::after {
  content: ' stuks';
}
.wad-qty-pricing-table tr:last-child td:nth-child(2){
    display: none;
}
.wad-qty-pricing-table tr:last-child td:nth-child(1)::after{
   content: ' stuks en meer';
}

.wad-qty-pricing-table tr td:nth-child(3) {
  flex-grow: 1;
}

.wad-qty-pricing-table tr td:last-child {
  text-align: right;
  padding-right: 0px;
}

.sl-product h3,
.sl-product table.wad-qty-pricing-table {
  background-color: #f5f5f2;
  width: 100%;
}

/* Kiyoh element header */
.kiyoh-container {
  overflow: hidden;
  width: auto;
  height: 60px;
}

.header-account-link {
  width: 34px;
  height: 34px;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #f77f2c;
}

.header-account-link:hover,
.header-account-link:focus {
  color: #fff;
  background-color: #f60;
}

/* @media (max-width: 768px) {
  .kiyoh-container {
    display: none;
    width: 170px;
  }
} */

.thumbnails {
  position: relative;
}

.thumbnails .slick-arrow {
  color: white;
}

.slick-next {
  right: 0px;
}

.thumbnails img {
  height: auto;
  width: 100px;
}

/* Temp fix for swatch variations problem */

.button-variable-item-kleur,
.button-variable-item-wit,
.button-variable-item {
  background-color: #f77f2c;
  color: white;
  min-width: fit-content;
  width: calc(50% - 20px) !important;
  padding: 5px 30px;
  height: auto !important;
  display: block;
  float: left;
  font-weight: normal;
  text-align: center;
  margin-right: 40px;
  margin-bottom: 15px;
  border-radius: 3px;
  font-weight: bold;
}

.button-variable-item:nth-child(2) {
  margin-right: 0px;
}

.button-variable-item-kleur.selected,
.button-variable-item-wit.selected,
.button-variable-item.selected {
  background-color: white;
  color: #f77f2c !important;
  border: #f77f2c solid 2px;
  outline: white solid 2px;
  padding: 3px 28px;
}

.button-variable-item-kleur:hover,
.button-variable-item-wit:hover,
.button-variable-item:hover {
  cursor: pointer;
  border: white solid 2px;
  outline: #f77f2c solid 2px;
  padding: 3px 28px;
}

.button-variable-item-kleur.selected:hover,
.button-variable-item-wit.selected:hover,
.button-variable-item.selected:hover {
  cursor: auto;
  border: #f77f2c solid 2px;
  outline: white solid 2px;
}

.variable-items-wrapper {
  overflow: visible;
  list-style: none;
  padding-left: 0px;
}

table.variations tr {
  display: block;
  overflow: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table.variations tr:last-child {
  margin-bottom: 0px;
}

ul.variable-items-wrapper {
  margin-bottom: 0px;
}

.product .btn-link.plus {
  width: 28px;
  border-radius: 0px 4px 4px 0px;
}

.product .btn-link.minus {
  width: 28px;
  border-radius: 4px 0px 0px 4px;
}

.product .btn-link.minus,
.product .btn-link.plus {
  background: #666;
  padding: 0;
  margin: 0;
  color: #fff;
}

.product .btn-link.minus:hover,
.product .btn-link.plus:hover {
  cursor: pointer;
}

.product input.qty {
  width: 50px;
}

.input-box-colorselector {
  position: static !important;
}

.palette-field-wrap.colorpicker .required {
  display: none;
}

.palette-field-wrap.colorpicker {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.palette-slider-wraper {
  margin-bottom: 0px !important;
}
.modal.fade.show {
  background-color: rgba(0, 0, 0, 0.4);
  padding-right: 0px;
}

.modal-backdrop.show {
  opacity: 0 !important;
  pointer-events: none;
}

.input-box-colorselector {
  display: block;
}
p.price {
  margin-bottom: 1rem;
}

.simple_add_to_cart_button {
  margin-top: 15px;
}

.cart .quantity,
.cart button {
  margin-top: 15px;
}

.cart button.searchcolor {
  margin-top: 0px;
}

.palette-field-wrap .modal-body .row-color {
  height: auto;
}

.palette-field-wrap.colorpicker label {
  position: absolute;
  top: -35px;
}

.palette-field-wrap.colorpicker h3 {
  background-color: transparent;
  font-size: 20px;
  padding: 0px;
  color: black;
  margin-bottom: 0px;
  font-weight: normal;
}

.palette-field-wrap .modal-body .row-color {
  height: auto;
}

.modal-body .header-pop {
  margin-top: 20px !important;
}

.modal-body #searchcolor {
  text-align: center;
}

.woocommerce-variation-add-to-cart button {
  float: right;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 35px;
}

.woocommerce-variation-add-to-cart button i {
  display: none;
}

.palette-field-wrap .modal-dialog h3 {
  margin: 0px !important;
}

span.price .woocommerce-Price-amount.amount {
  text-align: right;
}

.woocommerce-invalid-required-field input {
  border: 2px solid #f77f2c;
}

.gfield_error input {
  border: 2px solid #f77f2c;
}

/* Product video */

.slick-prev:before,
.slick-next:before {
  color: #666;
}

.slick-prev,
.slick-next {
  height: 100%;
}

.product-video-container {
  width: 100%;
  height: 320px;
}

.product-video-yt,
.product-video-file {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .product-video-container {
    height: 260px;
  }
}

@media (max-width: 980px) {
  .product-video-container {
    height: 195px;
  }
}

@media (max-width: 766px) {
  .product-video-container {
    height: 285px;
  }
}

.product-video-featured-container {
  width: 100%;
  height: 377px;
}

.product-video-yt-featured,
.product-video-file-featured {
  height: 100%;
  width: 100%;
  border: none;
}

/* Fix for matchHeight problem */

.woocommerce-LoopProduct-link .image {
  height: 300px !important;
}

.woocommerce-LoopProduct-link .image > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .woocommerce-LoopProduct-link .image > div img {
    height: 100%;
  }
}

.wc-proceed-to-checkout.disabled a {
  background-color: #a59898;
  color: #f7f7f7;
  border: none;
  padding: 0.8rem 1.7rem;
}

.wc-proceed-to-checkout.disabled a:hover {
  background-color: #a59898;
  color: #f7f7f7;
  cursor: default;
}

.cart-notice {
  background-color: #f77f2c;
  padding: 15px 10px;
  color: white;
  margin: 10px 0px;
  line-height: 24px;
  display: none;
}

.cart-notice .homepage-prompt{
    padding: 52px 40px;
}
.cart-notice .cart-notice-popup p{
    color: #333300;
    font-size: 16px;
    font-weight: bold;
    text-align: center;    
}
.cart-notice-btn{
    display: flex;
    justify-content: center;
}
.cart-notice .cart-notice-btn p,
.cart-notice .cart-notice-btn__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #F77F2C;
  padding: 12px 18px;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 3px;
  line-height: 1.4;
}

.home-usps {
  padding: 20px 40px;
  background-color: rgb(246, 246, 246);
}

.home-usps p {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
    .home-usps{
        display: none;
    }
    .home-usps .mt-5 {
        margin-top: 0px !important;
    }
    .mobile-categories>.container>.pt-5{
        padding-top: 0 !important;
    }
}

.cart-notice span {
  display: inline !important;
}

.header-notice {
  font-size: .8125rem;
  line-height: 1.1;
  color: white;
  display: none;
}

@media (max-width: 992px) {
  .header-notice {
    display: inline;
  }
}

/* Homepage type selector */

.homepage-prompt-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.homepage-prompt-close {
  position: absolute;
  background-color: #f77f2c;
  padding: 0px 8px;
  border-radius: 5px;
  top: 10px;
  right: 10px;
  color: white;
  transition: 0.25s ease;
}

.homepage-prompt-close:hover {
  cursor: pointer;
  background-color: #f60;
}

.homepage-prompt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
  width: fit-content;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  padding-bottom: 23px;
  -webkit-box-shadow: 3px 3px 15px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 15px 2px rgba(0, 0, 0, 0.35);
}

.homepage-prompt .green-background {
  background-color: #330;
  padding: 0.5rem;
  margin: 1rem 2rem;
  color: #fff;
}

.homepage-prompt-choice {
  float: left;
  width: 350px;
}

.homepage-prompt-choice:first-child {
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.prompt-title {
  line-height: 1;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.prompt-button {
  margin: 0 auto;
  width: fit-content;
  display: block;
  color: #fff !important;
  cursor: pointer !important;
}

@media (max-width: 768px) {
  .homepage-prompt {
    width: 90%;
  }

  .homepage-prompt-choice:first-child {
    margin-right: 0px;
    border: none;
    margin-bottom: 2rem;
  }

  .homepage-prompt-choice {
    width: 100%;
  }

  .homepage-prompt-choice:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 2rem;
  }
}

.woocommerce-notices-wrapper {
  width: 59%;
}

@media (max-width: 992px) {
  .woocommerce-notices-wrapper {
    width: 100%;
  }
}

/* Price tax toggle */
.active .price-tax-toggle {
  display: block;
}

.price-tax-toggle .content-container {
  transition: 0.25s all ease-out;
  overflow: hidden;
  display: flex;
  padding: 0 1rem;
}

.closed.price-tax-toggle .content-container {
  max-height: 0px;
  padding: 0px 10px;
}

.price-tax-toggle {
  margin: auto 0;
}

.closed.price-tax-toggle {
  bottom: 0px;
}

#price-tax-toggle-close {
  background-color: #333300;
  position: absolute;
  bottom: -20px;
  right: 0px;
  height: 20px;
  width: 20px;
}

#price-tax-toggle-close::after {
  display: block;
  position: relative;
  content: "▲";
  color: white;
  width: 100%;
  height: 100%;
  line-height: 15px;
  font-size: 12px;
  text-align: center;
}

#price-tax-toggle-close:hover::after {
  color: #f77f2c;
  cursor: pointer;
}

.closed #price-tax-toggle-close::after {
  line-height: 18px;
  content: "▼";
}

.price-tax-toggle .switch {
  position: relative;
  top: 0;
  display: inline-block;
  width: 38px;
  height: 18px;
  margin: auto;
}

.price-tax-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.price-tax-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f77f2c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.price-tax-toggle .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.price-tax-toggle input:checked + .slider {
  background-color: #f77f2c;
}

.price-tax-toggle input:focus + .slider {
  box-shadow: 0 0 1px #f77f2c;
}

.price-tax-toggle input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.price-tax-toggle .slider.round {
  border-radius: 34px;
}

.price-tax-toggle .slider.round:before {
  border-radius: 50%;
}

.sl-product > .price-incl-tax,
.sl-product > .price-excl-tax {
  display: none;
}

.sl-product .price .price-incl-tax,
.sl-product .price .price-excl-tax {
  display: flex;
}

.product-type-simple .sl-product .price-incl-tax,
.product-type-simple .sl-product .price-excl-tax {
  display: block;
  padding-bottom: 1rem;
}

.price-incl-tax,
.price-excl-tax {
  position: relative;
  padding-top: 1rem;
}

.price-incl-tax .woocommerce-price-suffix,
.price-excl-tax .woocommerce-price-suffix {
  position: absolute;
  top: 0;
  right: 0;
}

.business-login {
  display: none;
}
.business-login .homepage-prompt {
  max-height: 90%;
  overflow-y: auto;
}
.business-user-register {
  display: none;
  position: relative;
  padding-bottom: 40px;
}
.business-user-login .gform_description {
  color: #f77e2c;
  cursor: pointer;
}
.business-login .gfield {
  width: 100%;
  margin-bottom: 18px;
}
.business-login .gfield--width-five-twelfths,
.business-login .gfield--width-half {
  width: 50%;
  /*float: left;*/
}
.business-login .gfield--width-third,
.business-login .gfield--width-quarter {
  width: 25%;
  /*float: left;*/
}
.business-login .gfield--width-three-quarter {
  width: 75%;
}

.business-login .homepage-prompt {
  padding: 52px 40px;
}

.business-login .gform_title,
.bu-register-offer h3 {
  text-align: center;
  margin-bottom: 12px;
}
.business-login .ginput_container_text {
  /*margin-bottom: 18px;*/
}
.business-login .ginput_container_text > input {
  border: none;
  background-color: #f2f2f2;
  width: 100%;
  padding: 1px 14px;
}
.business-login form {
  position: relative;
  padding-bottom: 36px;
}
.business-login form .gform_button {
  position: absolute;
  bottom: 0;
  right: 52%;
  padding: 1px 12px;
  border: none;
  background-color: #f77e2c;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
}
.business-login form .ginput_container_checkbox {
  position: absolute;
  bottom: 0;
  left: 52%;
  height: 28px;
}
.business-login form .ginput_container_checkbox .gchoice {
  display: flex;
  align-items: center;
}
.business-login form .ginput_container_checkbox input[type="checkbox"] {
  /*border: none;
    background-color: #ddd;
    border-radius: 1px;*/
  display: none;
}
.business-login form .ginput_container_checkbox label {
  margin-bottom: 0;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.business-login form .ginput_container_checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #ddd;
}
.business-login
  form
  .ginput_container_checkbox
  input[type="checkbox"]:checked
  + label::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.business-user-login .gf_login_links {
  margin: 10px 0 50px;
  text-align: center;
}
.business-user-login .gf_login_links a {
  color: #adadad;
}
.business-user-login .bu-register-link,
.business-authorization span,
.witout-account {
  margin-bottom: 0;
  color: #fff;
  background-color: #f77e2c;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 700;
}
.business-authorization,
.witout-account {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  color: #000;
}
.witout-account {
  color: #fff;
}
.business-authorization span {
  margin-left: 3px;
}
.business-user-register.first-step .reg-second-step,
.business-user-update.first-step .reg-second-step {
  display: none;
}
.business-user-register.second-step .reg-first-step,
.business-user-update.second-step .reg-first-step {
  display: none;
}
.business-user-register.second-step .reg-second-step,
.business-user-update.second-step .reg-second-step {
  display: flex;
}
.business-user-register.first-step .prev-step-btn,
.business-user-register.first-step .second-step-title,
.business-user-register.second-step .first-step-title,
.business-user-update.first-step .prev-step-btn,
.business-user-update.first-step .second-step-title,
.business-user-update.second-step .first-step-title {
  display: none;
}
.business-user-register.second-step .prev-step-btn,
.business-user-update.second-step .prev-step-btn {
  display: flex;
}
.business-user-register.second-step .second-step-title,
.business-user-update.second-step .second-step-title {
  display: block;
}
.business-user-register.second-step .next-step-btn,
.business-user-update.second-step .next-step-btn {
  display: none;
}
.business-user-register.first-step button[type="submit"],
.business-user-update.first-step button[type="submit"] {
  display: none;
}
.first-step-title,
.second-step-title {
  text-align: center;
  font-size: 20px;
  color: #f77e2c;
}
.business-user-register input,
.business-user-register select.form-control-lg:not([size]):not([multiple]),
.business-user-update input,
.business-user-update select.form-control-lg:not([size]):not([multiple]) {
  height: 28px;
}
.business-user-register input,
.business-user-update input {
  border-top: none;
  border-bottom: none;
}
.business-login .business-user-update .ginput_container_text > input {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.business-user-register input:focus,
.business-user-update input:focus {
  background-color: #f2f2f2;
}
.next-step-btn,
.prev-step-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  line-height: 28px;
  margin-top: 10px;
  width: 80px;
  height: 28px;
  background-color: #f77e2c;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
}
.business-user-register .gform_fields,
.business-user-update .gform_fields {
  position: relative;
}
.next-step-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.prev-step-btn {
  margin-bottom: 0;
}
.business-user-register legend,
.business-user-update legend {
  display: none;
}
.reg-first-step,
.reg-second-step {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  padding-bottom: 30px;
}
.business-user-register fieldset span.name_first,
.business-user-update fieldset span.name_first {
  padding-right: 0;
}
.business-user-register fieldset span.name_last,
.business-user-update fieldset span.name_last {
  padding-left: 0;
}
.business-login .business-user-register form .gform_button,
.business-login .business-user-update form .gform_button {
  bottom: 36px;
  left: 86px;
  right: auto;
}
.business-login .reg-second-step .gfield--width-half input,
.business-login .reg-second-step .gfield--width-quarter input {
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
.bu-login-link + .add_to_cart_button {
  display: none;
}
.business-user-login {
  display: flex;
}
.business-user-login > div {
  flex-grow: 1;
  width: 385px;
}
.business-user-login > div:first-child {
  position: relative;
}
.business-user-login .bu-register-offer {
  margin-left: 40px;
}
.bu-register-offer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bu-register-offer p {
  font-size: 16px;
  color: #330;
  margin-bottom: 0;
  text-align: center;
}
.bu-register-offer ul {
  margin: 12px auto;
}
.bu-register-offer li {
  font-size: 18px;
  margin-bottom: 6px;
  color: #000;
}
.bu-register-offer li i {
  font-size: 20px;
  color: #f60;
  margin-right: 6px;
}
.bu-register-offer li i::before {
  content: "\e902";
}
.business-user-login .bu-register-offer .bu-register-link,
.bu-register-offer .bu-login-link,
a.bu-login-link,
.products .product p.bu-login-link{
  font-weight: 700;
  background-color: #f77e2c;
  border-radius: 3px;
  height: fit-content;
}
.bu-register-offer .bu-login-link,
a.bu-login-link,
.products .product p.bu-login-link{
  color: #fff;
  padding: 10px 12px;
  cursor: pointer;
}
a.bu-login-link,
.products .product p.bu-login-link{
  position: absolute;
  bottom: 0;
  right: 16px;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
}
p.bu-login-link {
  margin-top: 20px;
}
.products .product p.bu-login-link{
    margin: 0;
}
.bu-login-link-before{
    height: 38px;
}
.slick-track a.bu-login-link {
  bottom: -50px;
}
.sl-product .bu-register-offer h3 {
  color: #330;
  background-color: transparent;
}
.sl-product .bu-register-offer ul {
  list-style: none;
}
@media screen and (max-width: 767px){ 
    .business-user-login{
        flex-wrap: wrap;
    }
    .business-user-login .bu-register-offer{
        margin: 40px 0 0;
    }
}
.form-notice {
    max-width: 500px;
    text-align: center;
    font-size: 14px;
    background-color: #fed8b1;
    border: 1px solid #f77e2c;
    border-radius: 5px;
    padding: 6px;
}
/*"Variation Swatches for WooCommerce" plugin updating problems*/
body.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item:hover,
body.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.selected,
body.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.selected:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
body [data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
  display: none;
}
.variable-item-radio-value-wrapper {
  font-weight: normal;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):hover,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected {
  background-color: #f77f2c !important;
  box-shadow: 0 0 0 2px #f5790c !important;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  background-color: #f77f2c !important;
  box-shadow: 0 0 0 2px #f5790c !important;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  color: #fff;
}
body.woo-variation-swatches
  .variable-items-wrapper
  .button-variable-item.selected:hover
  span {
  color: #fff !important;
}
body.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  .variable-item-radio-value-wrapper {
  display: inline-flex;
  align-items: flex-end;
}
body.woo-variation-swatches .variable-item-radio-value {
  min-width: fit-content;
}

body.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
  display: inline-flex;
  align-items: center;
}
body.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper img,
body.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper picture {
  display: none;
}
body.woo-variation-swatches
  .sl-product
  .variable-item-radio-value-wrapper
  .price {
  display: none;
  /*margin: 10px 0 1px 4px; */
}

/* Price red line */
.woocommerce-variation-price .price .price.price-incl-tax del,
.woocommerce-variation-price .price .price.price-excl-tax del{
  text-decoration: none;
}

.woocommerce-variation-price
  .price
  .price.price-incl-tax
  del
  .woocommerce-Price-amount.amount,
.woocommerce-variation-price
  .price
  .price.price-excl-tax
  del
  .woocommerce-Price-amount.amount  {
  position: relative;
}

.woocommerce-variation-price
  .price
  .price.price-incl-tax
  del
  .woocommerce-Price-amount.amount::before,
  .woocommerce-variation-price
  .price
  .price.price-excl-tax
  del
  .woocommerce-Price-amount.amount::before,
  .price .outer .amount bdi::before{
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: rotate(-20deg);
}
.price .outer .amount bdi::before{
    top: calc(60% - 2px);
    transform: rotate(-12deg);
}
.sl-product .product_meta h3::after,
.sl-product .single_variation_wrap h3::after{
    content: '*Prijzen staffel exclusief BTW';
    font-size: 14px;
    font-weight: 400;
    color: #000; 
    display: block;
    text-align: right;
}

/*register form on the page*/
.col-md-6 #gform_wrapper_9 .form-notice{
    max-width: none;
}
.col-md-6 #gform_wrapper_9 .register-first-step,
.col-md-6 #gform_wrapper_9 .register-second-step{
    margin-top: 14px;
}
.col-md-6 #gform_wrapper_9 legend.gfield_label_before_complex{
    display: none;
}
.col-md-6 #gform_wrapper_9 .gform_button,
.col-md-6 #gform_wrapper_11 .gform_button{
    margin-top: 20px;
    color: #fff;
    padding: 10px 12px;
    font-weight: 700;
    background-color: #f77e2c;
    border-radius: 3px;
    height: fit-content;
    border: none;
}
.table .d-subtotal-tax th,
.table .d-subtotal-tax td{
    border-top: none;
}
.table .d-subtotal-tax th{
    text-transform: uppercase;
}
.posts-section .post>a{
    position: static;
}
.posts-section .post>a div.col-12{
    position: static;    
}
.posts-section .post>a div.col-12 .text-container{
    margin-bottom: 84px;
}
.posts-section .post>a div.col-12 .btn{
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.col-md-6 #gform_wrapper_9 .form-notice,
.col-md-6 #gform_wrapper_9 h3{
    display: none;
}
.col-md-6 #gform_wrapper_9 .gform_footer,
.col-md-6 #gform_wrapper_11 .gform_footer{
    display: flex;
    justify-content: flex-end;
}
/*.register-box-wrap{
    align-items: flex-end;
}*/
.register-box{
    margin-bottom: 65px;
    margin-left: 0;
    margin-right: 0;
}
.register-box>div{
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.register-box>div>h2,
.register-box>div>form{
    width: 100%;
}
.shortcode-register{
    margin-bottom: 50px;    
}
.shortcode-register>.row{
    justify-content: center;
}
.shortcode-register .sc-registered{
    text-align: left;
}
.dv-hide-field:not(.gfield_error){
    display: none;
}
.col-md-6 #gform_wrapper_11 legend{
    display: none;
}

@media screen and (max-width: 767px){
    .posts-section .post>a div.col-12 .btn{
        position: static;
    }
    .carousel .slick-slide img{
        max-height: none;
        height: auto;
    }
}


/* --------------------------------
SVG Icons styles
-------------------------------- */
.svg-icon {
	position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
  margin: 0;
}

.svg-icon_no-fill {
	fill: none;
}

/* enable icon color corrections */
.svg-icon use {
  color: inherit;
  fill: currentColor;
}


/** 
* Logoes List on Home Page
* Slick Slider. Fix Layout shift
*/
/*.logos-list {opacity: 1; transition: opacity 1s;}
.logos-list:not(.slick-initialized) { display:flex;	overflow:hidden; height: 70px; opacity: 0; }
.logos-list:not(.slick-initialized) > * {	flex-shrink:0; }
.logos-list:not(.slick-initialized) > *:not(:first-child) { display: none;}*/


/* Verfkraam__Filters | Products list */
.products[data-loading=true] {
  opacity: .4;
  pointer-events: none;
}


/* Verkfraam logo in header */
.verfkraam-bar {color: #fff; text-decoration: none; line-height: 1.1; max-width: 300px;}
.verfkraam-bar__label {
  font-size: 11px;
}

.kiyoh-logo-sm {
  width: 56px;
  flex-shrink: 0;
}

@media screen and (min-width: 480px) {
  .verfkraam-bar { margin-left: auto; margin-right: auto;}
  .verfkraam-bar__label {
    font-size: 13px;
  }
  .kiyoh-logo-sm {
    display: none !important;
  }
}

#cp-header-text{
    margin: 0 30px;    
}
#cp-header-text p{
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}
@media screen and (max-width: 1023px){
    #cp-header-text{
        display: none;
    }
}

#woocommerce_eu_vat_number-description{
    display: none;
}
.woocommerce-view-order .woocommerce-table__line-item .wc-item-meta{
    padding-left: 0;
}
.woocommerce-view-order .woocommerce-table__line-item .wc-item-meta li:first-child{
    display: inline-flex;
    align-items: center;
}
/*.dv-items-to-pickup{
    
}*/
.woocommerce-view-order .woocommerce-table--order-details tfoot .woocommerce-Price-amount.amount bdi{
    float: none;
}
.woocommerce-view-order .woocommerce-table--order-details .includes_tax .woocommerce-Price-amount.amount{
    display: inline;
}
.woocommerce-view-order .woocommerce-table--order-details .includes_tax bdi{
    float: none;
}
.quote-form-btn{
    margin-top: 26px;
    margin-bottom: 0;
    color: #fff;
    background: #F77F2C;
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
.quote-form-btn:hover{
    background-color: #f60;
}
.quote-form .homepage-prompt{
    min-height: 100px;
    overflow-y: auto;
    max-height: 96vh;
}
.quote-form .gfield_label{
    line-height: 1;
}
.quote-form li{
    margin-bottom: 14px;
}
.quote-form .clear-multi{
    display: flex;
}
.quote-form .clear-multi>div{
    margin-right: 10px;
}
.quote-form .gform-body select.form-control{
    height: auto;
}
#quote-form-product{
    display: flex;
    align-items: center;
}
#quote-form-product img{
    margin: 0 16px 0 0;
    max-width: 70px;
}
#quote-form-product p{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
#quote-form-title{
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}
#quote-form-title img{
    height: 28px;
    margin: 0 16px 10px 0;
}
.quote-form .gform_confirmation_wrapper{
    margin-top: 20px;
}
.quote-form .gfield--type-number .gfield_description{
    display: none;
}
.quote-form .gform_footer{
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 767px){
    #quote-form-title{
        flex-wrap: wrap;
    }
}
.register-form_wrapper h2{
    text-align: center;
    font-size: 1.25rem;
}
.register-form input.form-control{
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
    margin-bottom: 1rem;
}
.register-form .gform_footer{
    text-align: center;
}
/*Added to Cart Form*/
.added-to-cart-form{
    display: none;
}
.added-to-cart-popup .added-to-cart-form{
    display: flex;
}
.added-to-cart-form .homepage-prompt{
    display: flex;
    flex-direction: column;    
}
.added-to-cart-form .product-data{
    margin: 20px 0;
    display: flex;
}
.added-to-cart-form .product-data img{
    max-width: 150px;
    margin-right: 20px;
}
.added-to-cart-form .product-data-titles h3,
.added-to-cart-form .product-data-titles h4{
    font-weight: bold;
}
.added-to-cart-form .product-data-btns{
    display: flex;
}
.added-to-cart-form .product-data-btns .btn-close{
    color: #F77F2C;
    background-color: #fff;
    border: 1px solid #F77F2C;
    margin-left: 22px;
}
.added-to-cart-form .product-data-btns .btn-close:hover{
    background-color: #fff;
}