.basic-font {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
}
.titel-font {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 600;
}
.bolder {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.larger-font {
  font-size: 1.25rem;
  line-height: 1.6;
}
html,
body {
  background-color: #ffffff;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  font-size: 15px;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: calc(15px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(15px - 2px);
  }
}
html.admin-bar .headermelding-wrapper .headermelding,
body.admin-bar .headermelding-wrapper .headermelding {
  top: 32px;
}
h1,
.look-h1 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0.97222222;
  margin-bottom: 1.5rem;
  color: #000000;
}
h1.color-1,
.look-h1.color-1 {
  color: #1fc791;
}
h1.big,
.look-h1.big {
  font-size: 2.86666667rem;
  line-height: 1.11627907;
}
@media only screen and (max-width: 767px) {
  h1.big,
  .look-h1.big {
    font-size: 1.8rem;
  }
}
h2,
.look-h2 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 1.73333333rem;
  font-weight: 700;
  line-height: 1.23076923;
  margin-bottom: 1.5rem;
  color: #000000;
}
h2.color-1,
.look-h2.color-1 {
  color: #1fc791;
}
h2.big,
.look-h2.big {
  font-size: 1.8rem;
  line-height: 1.11111111;
}
@media only screen and (max-width: 767px) {
  h2.big,
  .look-h2.big {
    font-size: 1.6rem;
  }
}
h3,
.look-h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.46666667rem;
  font-weight: 600;
  line-height: 1.36363636;
  margin-bottom: 1rem;
  color: #000000;
}
h3.color-1,
.look-h3.color-1 {
  color: #1fc791;
}
h3.big,
.look-h3.big {
  font-size: 1.33333333rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  h3.big,
  .look-h3.big {
    font-size: 1.4rem;
  }
}
h4,
.look-h4 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
}
h4.big,
.look-h4.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
h5,
.look-h5 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
}
h5.big,
.look-h5.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
h6,
.look-h6 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
}
h6.big,
.look-h6.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.look-alt {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 0.93333333rem;
  font-weight: 500;
  line-height: 1;
  color: #1fc791;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0;
}
.look-p {
  color: #1e1e1e;
  line-height: 2.26666667;
}
.look-p.big {
  font-size: 24px;
  line-height: 2.08333333;
}
@media only screen and (max-width: 767px) {
  .look-p.big {
    font-size: 22px;
  }
}
p,
span,
a,
li {
  color: #1e1e1e;
  line-height: 2.26666667;
}
p.big,
span.big,
a.big,
li.big {
  font-size: 24px;
  line-height: 2.08333333;
}
@media only screen and (max-width: 767px) {
  p.big,
  span.big,
  a.big,
  li.big {
    font-size: 22px;
  }
}
p {
  margin-bottom: .5em;
}
p b,
p strong {
  font-weight: 600;
}
p i,
p em {
  font-style: italic;
}
p + h2,
p + h3,
p + h4 {
  margin-top: 1.5em;
}
small {
  font-size: .8rem;
}
a {
  color: #1fc791;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
*::selection {
  background: #1fc791;
  color: #ffffff;
}
*::-moz-selection {
  background: #1fc791;
  color: #ffffff;
}
::placeholder {
  font-style: normal !important;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.box-shadow-hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.white-background {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 1.5rem 1.25rem;
}
.green-title {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 1.73333333rem;
  font-weight: 700;
  line-height: 1.23076923;
  margin-bottom: 1.5rem;
  color: #000000;
  color: #1fc791;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}
.green-title.color-1 {
  color: #1fc791;
}
.green-title.big {
  font-size: 1.8rem;
  line-height: 1.11111111;
}
@media only screen and (max-width: 767px) {
  .green-title.big {
    font-size: 1.6rem;
  }
}
.container-full {
  width: 100%;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.container {
  max-width: 1400px;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
[class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.checks li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.5;
  margin-bottom: .75rem;
}
.checks li::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../b3-shop-root/images/icon-check.svg');
}
.website-content {
  display: inline-block;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .website-content {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 991px) {
  .website-content {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .website-content {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 3rem;
  }
}
.logged-in .responsive-nav {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
  .logged-in .responsive-nav {
    margin-top: 46px;
  }
}
#old-ie-banner {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #f12525;
  padding: .5rem 0;
  position: fixed;
  bottom: 0;
  z-index: 1500;
}
#old-ie-banner p {
  color: #ffffff;
  margin-bottom: 0;
}
.button,
.btn-styling {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.rounded,
.btn-styling.rounded {
  border-radius: 200px;
}
.button:hover,
.btn-styling:hover,
.button.hoverbutton,
.btn-styling.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.button:focus,
.btn-styling:focus,
.button:active,
.btn-styling:active {
  outline: none;
  color: #ffffff;
}
.button.white,
.btn-styling.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.button.white:hover,
.btn-styling.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.button.large,
.btn-styling.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.button.full-width,
.btn-styling.full-width {
  width: 100%;
}
.button.arrow-right,
.btn-styling.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.button.arrow-right:hover,
.btn-styling.arrow-right:hover {
  background-position: center right 1rem;
}
.button.arrow-right.large,
.btn-styling.arrow-right.large {
  background-size: 1.5rem auto;
}
.button.small,
.btn-styling.small {
  padding: 0.1rem 2rem;
}
.button.small-radius,
.btn-styling.small-radius {
  border-radius: 3px;
}
.button.ghost,
.btn-styling.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.button.ghost:hover,
.btn-styling.ghost:hover,
.button.ghost:focus,
.btn-styling.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.button.black,
.btn-styling.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.button.gray-medium,
.btn-styling.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.button.gray-medium:hover,
.btn-styling.gray-medium:hover,
.button.gray-medium:focus,
.btn-styling.gray-medium:focus,
.button.gray-medium:active,
.btn-styling.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.button.white,
.btn-styling.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.button.white:hover,
.btn-styling.white:hover,
.button.white:focus,
.btn-styling.white:focus,
.button.white:active,
.btn-styling.white:active {
  background: #1fc791;
  color: #ffffff;
}
.button.back,
.btn-styling.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.button.back:hover,
.btn-styling.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .button,
  .btn-styling {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .button.black,
  .btn-styling.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.back:hover {
  background-position: left 1.5rem center;
}
.text-link {
  position: relative;
}
.text-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #1fc791;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.text-link:hover {
  color: #1fc791;
}
.text-link:hover:after {
  width: 100%;
}
.text-link.back {
  color: white;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.text-link.back::after {
  background-color: white;
}
.text-link.back:hover {
  background-position: left 0px center;
}
.link-text {
  position: relative;
}
.link-text::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.link-text:hover::after,
.link-text.active::after {
  width: 100%;
}
.link-text.button::after {
  display: none;
}
@supports (-ms-ime-align:auto) {
  .button {
    background-position: calc(100% - 1.5rem) center !important;
  }
  .button:hover {
    background-position: calc(100% - 1rem) center !important;
  }
}
.input-font-color {
  color: #1e1e1e;
}
.input-border-radius {
  border-radius: 5px;
}
.input-background {
  background-color: #ffffff;
}
.input-border {
  border: none;
}
.input-weight {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .default-block {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .default-block {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .default-block {
    margin-bottom: 3rem;
  }
}
.default-block.no-margin {
  margin-bottom: 0;
}
.default-block .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.default-block .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.default-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.default-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.default-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.default-block .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.default-block .tekst a:hover::after,
.default-block .tekst a.active::after {
  width: 100%;
}
.default-block .tekst a.button::after {
  display: none;
}
.default-block .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst *:last-child {
  margin-bottom: 0;
}
.whatsapp {
  z-index: 100;
  display: none;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 100%;
}
.whatsapp .whatsapp-button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3.75rem;
  width: 3.75rem;
  background-color: #25d366;
  border-radius: 50%;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-whatsapp-white.svg');
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
}
.whatsapp .whatsapp-button:hover {
  background-color: #075e54;
}
.whatsapp .whatsapp-popup {
  position: absolute;
  right: 3.4rem;
  bottom: 4.4rem;
  width: 300px;
  max-width: 70%;
  padding: 1.25rem 1.8rem;
  font-size: 14px;
  color: #1e1e1e;
  background-color: rgba(236, 229, 221, 0.97);
  border-radius: .3rem;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
}
.whatsapp .whatsapp-popup::after {
  content: '';
  position: absolute;
  right: .5rem;
  bottom: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 0;
  border-color: transparent rgba(236, 229, 221, 0.97) transparent transparent;
}
.whatsapp .whatsapp-popup .title {
  display: block;
  font-weight: 600;
}
.whatsapp .whatsapp-popup .close {
  position: absolute;
  top: .3rem;
  right: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #1e1e1e;
  text-shadow: 0 1px 0 #fff;
  opacity: .4;
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
  cursor: pointer;
}
.whatsapp .whatsapp-popup .close:hover {
  opacity: 1;
}
.headermelding {
  position: fixed;
  background: #1e1e1e;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.headermelding .headermelding-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: .9rem;
  max-width: 1320px;
}
.headermelding .headermelding-inner .look-h4 {
  margin: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.headermelding .headermelding-inner .tekst {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin: 0 1.5rem;
  text-align: center;
}
.headermelding .headermelding-inner .button {
  padding: .3rem 4rem .3rem 2.5rem;
}
@media only screen and (max-width: 991px) {
  .headermelding .headermelding-inner {
    flex-direction: column;
  }
  .headermelding .headermelding-inner .tekst {
    margin: .5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .headermelding .headermelding-inner {
    padding: 15px 15px 10px;
  }
  .headermelding .headermelding-inner .button {
    padding: .1rem 3.5rem .1rem 2rem;
    background-position: right 1.2rem center;
  }
}
body > header {
  position: fixed;
  z-index: 5000;
  width: 100%;
  background: #ffffff;
}
body > header .header-top {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body > header .header-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  background: #ffffff;
  z-index: 1500;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .logolink {
  display: block;
  height: 4rem;
}
body > header .header-inner .logolink img {
  height: 100%;
  width: auto;
  display: block;
}
body > header .header-inner .navigation {
  position: relative;
}
body > header .header-inner .navigation .nav {
  margin-top: 1rem;
  text-align: right;
}
body > header .header-inner .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body > header .header-inner .navigation ul *:last-child {
  margin-right: 0;
}
body > header .header-inner .navigation li a {
  display: inline-block;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
  color: #1e1e1e;
  text-decoration: none;
}
body > header .header-inner .navigation li a.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
body > header .header-inner .navigation li a.sf-with-ul {
  position: relative;
}
body > header .header-inner .navigation li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down.svg');
  background-size: .5rem;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .navigation li:hover a,
body > header .header-inner .navigation li:active a,
body > header .header-inner .navigation li.current-menu-item a,
body > header .header-inner .navigation li.current_page_parent a {
  color: #1fc791;
  text-decoration: none;
}
body > header .header-inner .navigation li:hover a.sf-with-ul::after,
body > header .header-inner .navigation li:active a.sf-with-ul::after,
body > header .header-inner .navigation li.current-menu-item a.sf-with-ul::after,
body > header .header-inner .navigation li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down-actie.svg');
}
body > header .header-inner .navigation li.menu-item-has-children > a {
  padding-right: 1rem;
}
body > header .header-inner .navigation li.sfHover > ul.sub-menu {
  display: inline-flex !important;
}
body > header .header-inner .navigation li > ul.sub-menu {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  min-width: 100%;
  background: #f5f5f5;
  margin: 0;
  left: 50%;
  text-align: left;
  z-index: 203;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
body > header .header-inner .navigation li > ul.sub-menu::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}
body > header .header-inner .navigation li > ul.sub-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
body > header .header-inner .navigation li > ul.sub-menu li:first-child {
  border-radius: 1rem 1rem 0 0;
}
body > header .header-inner .navigation li > ul.sub-menu li:last-child {
  border-radius: 0 0 1rem 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu li:after {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu li:hover,
body > header .header-inner .navigation li > ul.sub-menu li:active,
body > header .header-inner .navigation li > ul.sub-menu li.current-menu-item,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_item,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_parent {
  background: rgba(31, 199, 145, 0.1);
}
body > header .header-inner .navigation li > ul.sub-menu li:hover a,
body > header .header-inner .navigation li > ul.sub-menu li:active a,
body > header .header-inner .navigation li > ul.sub-menu li.current-menu-item a,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_item a,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_parent a {
  color: #1fc791;
}
body > header .header-inner .navigation li > ul.sub-menu li a {
  display: block;
  padding: 1rem 1.5rem;
  margin: 0;
  color: #1e1e1e;
  font-size: 1rem;
  border-top: none;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul {
  position: relative;
  padding-right: 3rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul::after {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-size: 1rem;
  top: -1px;
  right: 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a::before {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu li::before {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu {
  display: block;
  top: 0;
  border: none;
  left: 100%;
  background: #f5f5f5;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu::after {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu li {
  display: block;
}
body > header .header-inner .nav-toggle {
  position: relative;
  z-index: 1500;
}
body > header .header-inner .nav-toggle .hamburger-menu {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  padding: .5rem;
  width: 2rem;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: #1e1e1e;
  margin: auto;
  border-radius: 20px;
  transition: all 0.25s cubic-bezier(0.6, 0, 0.4, 1.3);
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(1) {
  top: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(2) {
  top: 8px;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(3) {
  bottom: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(2) {
  opacity: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 9px;
}
body > header .header-inner .nav-toggle .hamburger-menu:hover .menu-part {
  background: #1fc791;
}
@media only screen and (max-width: 991px) {
  body > header .header-inner {
    padding: .5rem 0;
  }
  body > header .header-inner .logolink {
    height: 3rem;
  }
  body > header .header-inner .navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  body > header .header-inner .navigation .button {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  body > header .header-inner {
    padding: .25rem 0;
  }
  body > header .header-inner .logolink {
    height: 3rem;
  }
  body > header .header-inner .navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  body > header .header-inner .navigation .button {
    margin-right: 2rem;
  }
}
body > header.scrolled {
  box-shadow: 0 4px 12px -2px rgba(0, 3, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  body > header.scrolled .header-inner {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  body > header.scrolled .header-inner .logolink {
    height: 3.5rem;
  }
  body > header.scrolled .header-inner .navigation .nav {
    margin-top: .5rem;
  }
  body > header.scrolled .header-inner .navigation li a {
    font-size: 1.0rem;
  }
  body > header.scrolled .header-inner .navigation li > ul.sub-menu {
    top: calc(100% + 8px);
  }
}
.responsive-nav {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1490;
  padding-top: 7.5rem;
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .nav {
  padding: 0 1.5rem;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.responsive-nav .nav li {
  display: block;
  position: relative;
  width: 100%;
}
.responsive-nav .nav li a {
  display: block;
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 1rem;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #1e1e1e;
}
.responsive-nav .nav li a.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.responsive-nav .nav li a.sf-with-ul {
  position: relative;
}
.responsive-nav .nav li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down.svg');
  background-size: 1rem;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.responsive-nav .nav li.current-menu-item a,
.responsive-nav .nav li.current_page_parent a,
.responsive-nav .nav li.current-menu-ancestor a,
.responsive-nav .nav li:hover a,
.responsive-nav .nav li:active a {
  color: #1fc791;
}
.responsive-nav .nav li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li.current_page_parent a.sf-with-ul::after,
.responsive-nav .nav li.current-menu-ancestor a.sf-with-ul::after,
.responsive-nav .nav li:hover a.sf-with-ul::after,
.responsive-nav .nav li:active a.sf-with-ul::after {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu {
  margin-left: 0px;
}
.responsive-nav .nav li .sub-menu li a {
  padding-left: 2rem;
  font-size: 1rem;
  color: #1e1e1e;
}
.responsive-nav .nav li .sub-menu li a.sf-with-ul::after {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down.svg');
}
.responsive-nav .nav li .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu li:active a,
.responsive-nav .nav li .sub-menu li.current-menu-item a,
.responsive-nav .nav li .sub-menu li.current_page_parent a {
  color: #1fc791;
}
.responsive-nav .nav li .sub-menu li:hover a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li:active a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu .sub-menu li a {
  padding-left: 3rem;
  color: #1e1e1e;
}
.responsive-nav .nav li .sub-menu .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu .sub-menu li:active a,
.responsive-nav .nav li .sub-menu .sub-menu li.current_page_item a {
  color: #1fc791;
}
.responsive-nav .nav li.li-show {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .responsive-nav {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-nav .button {
    width: calc(100% - 5rem);
    margin: 1rem 2rem;
    font-size: 1rem;
  }
}
footer {
  position: relative;
  margin: 2rem 0 0 0;
  width: 100%;
  display: block;
}
footer .footer-tekst {
  background: #f5f5f5;
  padding: 6rem 0;
  position: relative;
}
footer .footer-tekst .footer-tekst-inner {
  position: relative;
  z-index: 2;
}
footer .footer-tekst .tekst {
  padding-top: .75rem;
}
footer .footer-tekst .footer-tekst-afbeelding {
  position: relative;
  height: 100%;
  width: 100%;
}
footer .footer-tekst .footer-tekst-afbeelding .footer-tekst-afbeelding-inner {
  position: absolute;
  top: -13rem;
  right: -7rem;
  bottom: -4rem;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
footer .footer-tekst .footer-tekst-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
footer .footer-tekst .footer-tekst-bg.left-half::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f0f0f0;
  border-radius: 100%;
  -webkit-transform: translate(-35%, -35%);
  -moz-transform: translate(-35%, -35%);
  -o-transform: translate(-35%, -35%);
  -ms-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%);
}
footer .footer-tekst .footer-tekst-bg.right-half::after {
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f0f0f0;
  border-radius: 100%;
  -webkit-transform: translate(40%, -70%);
  -moz-transform: translate(40%, -70%);
  -o-transform: translate(40%, -70%);
  -ms-transform: translate(40%, -70%);
  transform: translate(40%, -70%);
}
footer .footer-tekst .footer-tekst-bg::after {
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f0f0f0;
  border-radius: 100%;
  -webkit-transform: translate(40%, -70%);
  -moz-transform: translate(40%, -70%);
  -o-transform: translate(40%, -70%);
  -ms-transform: translate(40%, -70%);
  transform: translate(40%, -70%);
}
footer .voordelen-footer {
  width: 100%;
}
footer .voordelen-footer > .container {
  position: relative;
}
footer .voordelen-footer .voordelen-footer-container {
  position: relative;
}
footer .voordelen-footer .voordelen-footer-container .voordelen-footer-inner {
  position: absolute;
  top: 0;
  left: 0;
  background: #1fc791;
  padding: 1.25rem 3.5rem;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .top-footer {
  box-sizing: border-box;
  background-color: #00706a;
  padding: 6rem 0 4rem 0;
}
footer .top-footer .footer-block p,
footer .top-footer .footer-block a,
footer .top-footer .footer-block li,
footer .top-footer .footer-block span {
  color: #ffffff;
  font-size: 1rem;
}
footer .top-footer .footer-block h1,
footer .top-footer .footer-block h2,
footer .top-footer .footer-block h3 {
  color: #ffffff;
}
footer .top-footer .footer-block a {
  position: relative;
}
footer .top-footer .footer-block a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .top-footer .footer-block a:hover::after,
footer .top-footer .footer-block a.active::after {
  width: 100%;
}
footer .top-footer .footer-block a.button::after {
  display: none;
}
footer .top-footer .footer-block a::after {
  background-color: #ffffff;
}
footer .top-footer .footer-block li {
  line-height: 1;
  margin-bottom: .5rem;
}
footer .top-footer .footer-block .titel {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 1.73333333rem;
  font-weight: 700;
  line-height: 1.23076923;
  margin-bottom: 1.5rem;
  color: #000000;
  color: #ffffff;
  margin-bottom: 1rem;
}
footer .top-footer .footer-block .titel.color-1 {
  color: #1fc791;
}
footer .top-footer .footer-block .titel.big {
  font-size: 1.8rem;
  line-height: 1.11111111;
}
@media only screen and (max-width: 767px) {
  footer .top-footer .footer-block .titel.big {
    font-size: 1.6rem;
  }
}
footer .top-footer .footer-block .logolink {
  margin-bottom: 1rem;
  display: inline-block;
}
footer .top-footer .footer-block .logolink img {
  width: 10rem;
  max-width: 100%;
  height: auto;
  display: block;
}
footer .top-footer .footer-block .locatie-item {
  margin: 2rem 0;
}
footer .top-footer .footer-block .social-media {
  margin-top: -.5rem;
}
footer .top-footer .footer-block .social-media a {
  position: relative;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  margin-right: .5rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
footer .top-footer .footer-block .social-media a::after {
  display: none;
}
footer .top-footer .footer-block .social-media a.facebook {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-social-facebook.svg');
}
footer .top-footer .footer-block .social-media a.instagram {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-social-instagram.svg');
}
footer .top-footer .footer-block .social-media a.linkedin {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-social-linkedin.svg');
}
footer .top-footer .footer-block .social-media a.youtube {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-social-youtube.svg');
}
footer .top-footer .footer-block .social-media a.twitter {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-social-twitter.svg');
}
footer .top-footer .footer-block .social-media a:hover {
  transform: scale(1.2);
}
footer .bottom-footer {
  background: #1fc791;
}
footer .bottom-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
  padding: 1rem;
  text-align: center;
}
footer .bottom-footer .footer-inner a,
footer .bottom-footer .footer-inner p,
footer .bottom-footer .footer-inner li,
footer .bottom-footer .footer-inner span {
  color: #ffffff;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
}
footer .bottom-footer .footer-inner a {
  position: relative;
}
footer .bottom-footer .footer-inner a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .bottom-footer .footer-inner a:hover::after,
footer .bottom-footer .footer-inner a.active::after {
  width: 100%;
}
footer .bottom-footer .footer-inner a.button::after {
  display: none;
}
footer .bottom-footer .footer-inner a::after {
  background-color: #ffffff;
}
footer .bottom-footer .footer-inner .menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  text-align: center;
}
footer .bottom-footer .footer-inner .menu li {
  position: relative;
}
footer .bottom-footer .footer-inner .menu li::after {
  content: "|";
  display: inline-block;
  margin: 0 .25rem;
}
footer .bottom-footer .footer-inner .menu li:last-child::after {
  display: none;
}
footer .bottom-footer .footer-inner .menu li:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  footer .footer-tekst {
    padding: 3rem 0;
  }
  footer .footer-tekst .locatie-items {
    padding-top: 0rem;
  }
  footer .footer-tekst .locatie-items .locatie-item {
    margin: 2rem 0;
  }
  footer .footer-tekst .footer-tekst-afbeelding {
    display: none;
  }
  footer .voordelen-footer .voordelen-footer-container .voordelen-footer-inner {
    padding: 1rem;
  }
  footer .voordelen-footer .voordelen-footer-container .voordelen-footer-inner ul.voordelen li.with-icon-image {
    font-size: .9rem;
  }
  footer .voordelen-footer .voordelen-footer-container .voordelen-footer-inner ul.voordelen li.with-icon-image span {
    width: 1.75rem;
    margin-right: .5rem;
  }
  footer .top-footer .footer-block {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-tekst {
    padding: 2rem 0 0 0;
  }
  footer .footer-tekst .locatie-items {
    padding-top: 1rem;
    flex-direction: column;
  }
  footer .footer-tekst .footer-tekst-afbeelding {
    display: none;
  }
  footer .footer-tekst .footer-tekst-bg::after {
    top: auto;
    bottom: 0;
    width: 150%;
    -webkit-transform: translate(30%, 30%);
    -moz-transform: translate(30%, 30%);
    -o-transform: translate(30%, 30%);
    -ms-transform: translate(30%, 30%);
    transform: translate(30%, 30%);
  }
  footer .voordelen-footer {
    width: 100%;
  }
  footer .voordelen-footer .voordelen-footer-container {
    width: 100%;
  }
  footer .voordelen-footer .voordelen-footer-container .voordelen-footer-inner {
    position: relative;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  footer .voordelen-footer .voordelen-footer-container .voordelen-footer-inner ul.voordelen {
    flex-direction: column-reverse;
  }
  footer .voordelen-footer {
    position: relative;
    left: -1rem;
    right: -1rem;
    width: calc(100% + 2rem);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  footer .voordelen-footer .voordelen-footer-inner {
    padding: 1rem;
  }
  footer .voordelen-footer .voordelen-footer-inner ul.voordelen {
    flex-direction: column;
  }
  footer .voordelen-footer .voordelen-footer-inner ul.voordelen li {
    margin-bottom: .25rem;
  }
  footer .top-footer {
    padding: 2rem 0 0 0;
  }
  footer .top-footer .footer-block {
    padding: 1rem 0 2rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .module-overzicht {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .module-overzicht {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht {
    margin-bottom: 3rem;
  }
}
.module-overzicht.no-margin {
  margin-bottom: 0;
}
.module-overzicht .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.module-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.module-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.module-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.module-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.module-overzicht .tekst a:hover::after,
.module-overzicht .tekst a.active::after {
  width: 100%;
}
.module-overzicht .tekst a.button::after {
  display: none;
}
.module-overzicht .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst *:last-child {
  margin-bottom: 0;
}
.module-overzicht .module-item {
  height: 100%;
  padding-bottom: 2rem;
}
.module-overzicht .module-item .module-item-inner {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container {
  width: 100%;
  padding-bottom: 47%;
  position: relative;
  display: block;
  overflow: hidden;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container .afbeelding-overzicht-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht {
  padding: 2.5rem 2rem 0 2rem ;
  display: block;
}
.module-overzicht .module-item .module-item-inner .link-overzicht {
  padding: 0 2rem 1.5rem 2rem;
  text-align: center;
}
.module-overzicht .module-item:hover .module-item-inner {
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.module-overzicht .module-item:hover .module-item-inner .module-item-top .afbeelding-overzicht-container .afbeelding-overzicht-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.module-overzicht .module-item:hover .module-item-inner .link-overzicht .button {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.module-overzicht .module-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.module-overzicht .module-pagination .page-numbers {
  display: inline-block;
  padding: .5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  background: white;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .5rem;
}
.module-overzicht .module-pagination .page-numbers.current {
  color: #1fc791;
  font-weight: 600;
}
.module-overzicht .module-pagination a.page-numbers {
  position: relative;
  color: #1e1e1e;
  font-weight: 500;
}
.module-overzicht .module-pagination a.page-numbers:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #1fc791;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  color: #1fc791;
}
.module-overzicht .module-pagination a.page-numbers:hover:after {
  width: 100%;
}
.module-overzicht .module-pagination a.page-numbers.back {
  color: white;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.module-overzicht .module-pagination a.page-numbers.back::after {
  background-color: white;
}
.module-overzicht .module-pagination a.page-numbers.back:hover {
  background-position: left 0px center;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  color: #1fc791;
}
.module-overzicht .module-pagination a.page-numbers.prev {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-black.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.prev:hover {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-actie.svg');
}
.module-overzicht .module-pagination a.page-numbers.next {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-black.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.next:hover {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-actie.svg');
}
@media only screen and (max-width: 767px) {
  .module-overzicht .module-pagination {
    margin-top: .5rem;
  }
  .module-overzicht .module-item.downloads .module-item-icoon {
    padding: .5rem .5rem .5rem 1rem;
    line-height: 1;
  }
  .module-overzicht .module-item.downloads .module-item-icoon img {
    width: 2rem;
  }
  .module-overzicht .module-item.downloads .module-item-titel {
    padding: .5rem;
  }
}
.banner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
  background-color: #f5f5f5;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 3rem 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .banner:not(.no-margin) {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner:not(.no-margin) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner:not(.no-margin) {
    margin-bottom: 3rem;
  }
}
.banner .banner-inner {
  position: relative;
  z-index: 1;
}
.banner .banner-inner .content p {
  font-size: 1.25rem;
  line-height: 1.6;
}
.banner .banner-inner .content p:last-child {
  margin-bottom: 0;
}
.banner .videocontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner .videocontainer video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .banner {
    height: 250px;
    padding: 3rem 0;
  }
  .banner.banner-home {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    padding: 2rem 0;
  }
  .banner.banner-home {
    height: 350px;
  }
}
.breadcrumbs-container .breadcrumbs-container-inner {
  padding: .75rem 0;
  border-bottom: 1px solid #8d8d8d;
}
@media only screen and (min-width: 992px) {
  .content-tekst {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-tekst {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-tekst {
    margin-bottom: 3rem;
  }
}
.content-tekst.no-margin {
  margin-bottom: 0;
}
.content-tekst .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.content-tekst .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.content-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.content-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.content-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-tekst .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.content-tekst .tekst a:hover::after,
.content-tekst .tekst a.active::after {
  width: 100%;
}
.content-tekst .tekst a.button::after {
  display: none;
}
.content-tekst .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .content-tekst .kolom-2 {
    margin-top: 2.26666667em;
  }
}
@media only screen and (min-width: 992px) {
  .seo-blok {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .seo-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .seo-blok {
    margin-bottom: 3rem;
  }
}
.seo-blok.no-margin {
  margin-bottom: 0;
}
.seo-blok .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.seo-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.seo-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.seo-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.seo-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.seo-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.seo-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.seo-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.seo-blok .tekst a:hover::after,
.seo-blok .tekst a.active::after {
  width: 100%;
}
.seo-blok .tekst a.button::after {
  display: none;
}
.seo-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.seo-blok .tekst *:last-child {
  margin-bottom: 0;
}
.seo-blok h1,
.seo-blok .look-h1 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0.97222222;
  margin-bottom: 1.5rem;
  color: #000000;
  font-size: 2.86666667rem;
  line-height: 1.11627907;
}
.seo-blok h1.color-1,
.seo-blok .look-h1.color-1 {
  color: #1fc791;
}
.seo-blok h1.big,
.seo-blok .look-h1.big {
  font-size: 2.86666667rem;
  line-height: 1.11627907;
}
@media only screen and (max-width: 767px) {
  .seo-blok h1.big,
  .seo-blok .look-h1.big {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .seo-blok h1,
  .seo-blok .look-h1 {
    font-size: 1.8rem;
  }
}
.seo-blok h2,
.seo-blok .look-h2 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 1.73333333rem;
  font-weight: 700;
  line-height: 1.23076923;
  margin-bottom: 1.5rem;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.11111111;
}
.seo-blok h2.color-1,
.seo-blok .look-h2.color-1 {
  color: #1fc791;
}
.seo-blok h2.big,
.seo-blok .look-h2.big {
  font-size: 1.8rem;
  line-height: 1.11111111;
}
@media only screen and (max-width: 767px) {
  .seo-blok h2.big,
  .seo-blok .look-h2.big {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .seo-blok h2,
  .seo-blok .look-h2 {
    font-size: 1.6rem;
  }
}
.seo-blok h3,
.seo-blok .look-h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.46666667rem;
  font-weight: 600;
  line-height: 1.36363636;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 1.33333333rem;
  line-height: 1.1;
}
.seo-blok h3.color-1,
.seo-blok .look-h3.color-1 {
  color: #1fc791;
}
.seo-blok h3.big,
.seo-blok .look-h3.big {
  font-size: 1.33333333rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .seo-blok h3.big,
  .seo-blok .look-h3.big {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .seo-blok h3,
  .seo-blok .look-h3 {
    font-size: 1.4rem;
  }
}
.seo-blok h4,
.seo-blok .look-h4 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.seo-blok h4.big,
.seo-blok .look-h4.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.seo-blok h5,
.seo-blok .look-h5 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.seo-blok h5.big,
.seo-blok .look-h5.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.seo-blok h6,
.seo-blok .look-h6 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.seo-blok h6.big,
.seo-blok .look-h6.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.seo-blok p,
.seo-blok span,
.seo-blok a:not(.button),
.seo-blok li {
  color: #1e1e1e;
  line-height: 2.26666667;
  font-size: 24px;
  line-height: 2.08333333;
}
.seo-blok p.big,
.seo-blok span.big,
.seo-blok a:not(.button).big,
.seo-blok li.big {
  font-size: 24px;
  line-height: 2.08333333;
}
@media only screen and (max-width: 767px) {
  .seo-blok p.big,
  .seo-blok span.big,
  .seo-blok a:not(.button).big,
  .seo-blok li.big {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .seo-blok p,
  .seo-blok span,
  .seo-blok a:not(.button),
  .seo-blok li {
    font-size: 22px;
  }
}
.seo-blok p.wp-caption-text {
  font-size: 1rem;
  font-weight: 300;
}
.seo-blok p img,
.seo-blok .wp-caption img {
  max-width: 100%;
  height: auto;
}
.seo-blok .wp-caption {
  max-width: 100%;
}
.seo-blok .tekst.with-bg {
  padding: 4rem 4.5rem;
  background: #f5f5f5;
}
@media only screen and (max-width: 991px) {
  .seo-blok .tekst.with-bg {
    padding: 2rem;
    position: relative;
  }
  .seo-blok .tekst.with-bg::before,
  .seo-blok .tekst.with-bg::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    background-color: inherit;
    width: 30px;
  }
  .seo-blok .tekst.with-bg::after {
    left: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .seo-blok .tekst.with-bg {
    padding: 2rem 0;
    position: relative;
  }
  .seo-blok .tekst.with-bg::before,
  .seo-blok .tekst.with-bg::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    background-color: inherit;
    width: 30px;
  }
  .seo-blok .tekst.with-bg::after {
    left: 100%;
  }
}
.seo-pagina-intro .banner-image {
  margin-bottom: 4rem;
}
.seo-pagina-intro .banner-image img {
  width: 100%;
}
.seo-pagina-intro span.date {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.46666667rem;
  font-weight: 600;
  line-height: 1.36363636;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 1.33333333rem;
  line-height: 1.1;
  font-weight: 300;
}
.seo-pagina-intro span.date.color-1 {
  color: #1fc791;
}
.seo-pagina-intro span.date.big {
  font-size: 1.33333333rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .seo-pagina-intro span.date.big {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .seo-pagina-intro span.date {
    font-size: 1.4rem;
  }
}
.seo-pagina-intro .toptitel {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 0.97222222;
  margin-bottom: 1.5rem;
  color: #000000;
  font-size: 2.86666667rem;
  line-height: 1.11627907;
  font-weight: 300;
  margin: .75rem 0 .5rem 0;
}
.seo-pagina-intro .toptitel.color-1 {
  color: #1fc791;
}
.seo-pagina-intro .toptitel.big {
  font-size: 2.86666667rem;
  line-height: 1.11627907;
}
@media only screen and (max-width: 767px) {
  .seo-pagina-intro .toptitel.big {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .seo-pagina-intro .toptitel {
    font-size: 1.8rem;
  }
}
.seo-pagina-outro .seo-pagina-outro-inner {
  padding-top: 2.5rem;
  border-top: 1px solid #E2E2E2;
}
.seo-pagina-outro .seo-pagina-outro-inner p {
  font-size: 1.4rem;
}
.seo-pagina-inhoudsopgave ol.link-menu-seo li a {
  white-space: break-spaces;
}
@media only screen and (min-width: 992px) {
  .tekst-afbeelding {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding {
    margin-bottom: 3rem;
  }
}
.tekst-afbeelding.no-margin {
  margin-bottom: 0;
}
.tekst-afbeelding .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.tekst-afbeelding .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.tekst-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.tekst-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-afbeelding .tekst a:hover::after,
.tekst-afbeelding .tekst a.active::after {
  width: 100%;
}
.tekst-afbeelding .tekst a.button::after {
  display: none;
}
.tekst-afbeelding .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-afbeelding .look-alt {
  margin-bottom: .5rem;
}
.tekst-afbeelding .afbeelding img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tekst-afbeelding .row {
    align-items: normal !important;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding .afbeelding {
    order: -2;
    margin-bottom: 3rem;
  }
}
.tekst-button {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tekst-button {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-button {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-button {
    margin-bottom: 3rem;
  }
}
.tekst-button.no-margin {
  margin-bottom: 0;
}
.tekst-button .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.tekst-button .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.tekst-button .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.tekst-button .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-button .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-button .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-button .tekst a:hover::after,
.tekst-button .tekst a.active::after {
  width: 100%;
}
.tekst-button .tekst a.button::after {
  display: none;
}
.tekst-button .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-button h1,
.tekst-button h2 {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.tekst-button .look-alt {
  margin-bottom: .5rem;
}
.tekst-button .button {
  margin-top: 4rem;
}
@media only screen and (max-width: 575px) {
  .tekst-button {
    text-align: left;
  }
  .tekst-button h2.titel {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-formulier {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-formulier {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-formulier {
    margin-bottom: 3rem;
  }
}
.tekst-formulier.no-margin {
  margin-bottom: 0;
}
.tekst-formulier .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.tekst-formulier .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.tekst-formulier .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.tekst-formulier .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-formulier .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-formulier .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-formulier .tekst a:hover::after,
.tekst-formulier .tekst a.active::after {
  width: 100%;
}
.tekst-formulier .tekst a.button::after {
  display: none;
}
.tekst-formulier .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-formulier .formulier.col-md-6 .inner {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .tekst-formulier .formulier {
    order: 13;
  }
  .tekst-formulier .formulier.col-md-6 {
    margin-top: 3rem;
  }
  .tekst-formulier .formulier.col-md-6 .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .fotogalerij {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .fotogalerij {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .fotogalerij {
    margin-bottom: 3rem;
  }
}
.fotogalerij.no-margin {
  margin-bottom: 0;
}
.fotogalerij .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.fotogalerij .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.fotogalerij .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.fotogalerij .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.fotogalerij .tekst a {
  white-space: nowrap;
  position: relative;
}
.fotogalerij .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.fotogalerij .tekst a:hover::after,
.fotogalerij .tekst a.active::after {
  width: 100%;
}
.fotogalerij .tekst a.button::after {
  display: none;
}
.fotogalerij .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst *:last-child {
  margin-bottom: 0;
}
.fotogalerij .galerij .afb {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2rem;
}
.fotogalerij .galerij .afb span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .galerij .afb.hidden {
  display: none;
}
.fotogalerij .galerij .afb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: center;
  background-size: .5rem;
  background-repeat: no-repeat;
}
.fotogalerij .galerij .afb:hover:after {
  background-color: #1fc791;
  opacity: .6;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-zoom-in.svg');
  background-size: 1rem;
}
.fotogalerij .galerij .afb.more span.count {
  font-weight: 600;
  color: #ffffff;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fotogalerij .galerij .afb.more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #1fc791;
  opacity: .8;
}
.fotogalerij .galerij .afb.more::after {
  display: none;
}
.fotogalerij .galerij .afb.more:hover::before {
  opacity: .9;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .galerij .afb.more span.count {
    font-size: 3rem;
  }
}
.fotogalerij .slider .slick-slider {
  position: relative;
}
.fotogalerij .slider .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.fotogalerij .slider .slide span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .slider .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1fc791;
  opacity: .3;
  width: 3.5rem;
  height: 6.5rem;
  background-size: 1rem;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none;
}
.fotogalerij .slider .slick-arrow:hover {
  opacity: .8;
  cursor: pointer;
}
.fotogalerij .slider .slick-arrow.slick-prev {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-slider-left.svg');
  border-radius: 0 10px 10px 0;
  left: 0;
}
.fotogalerij .slider .slick-arrow.slick-next {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-slider-right.svg');
  border-radius: 10px 0 0 10px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .slider .slick-arrow {
    width: 3rem;
    height: 5rem;
    background-size: 1rem;
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.95);
}
#swipebox-prev {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-slider-left.svg') !important;
  background-position: right center;
  background-size: 1rem;
}
#swipebox-next {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-slider-right.svg') !important;
  background-position: left center;
  background-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .faq-blok {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok {
    margin-bottom: 3rem;
  }
}
.faq-blok.no-margin {
  margin-bottom: 0;
}
.faq-blok .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.faq-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.faq-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.faq-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.faq-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.faq-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.faq-blok .tekst a:hover::after,
.faq-blok .tekst a.active::after {
  width: 100%;
}
.faq-blok .tekst a.button::after {
  display: none;
}
.faq-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item {
  margin-bottom: 1rem;
}
.faq-blok .accordion .collapse-item .titel {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 1rem 1rem 2rem;
  background: #f0f0f0;
}
.faq-blok .accordion .collapse-item .titel * {
  margin: 0;
}
.faq-blok .accordion .collapse-item .titel .vraag {
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .titel .vraag button {
  font-size: 1.25rem;
  line-height: 1.6;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  text-align: left;
}
.faq-blok .accordion .collapse-item .titel .close {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.faq-blok .accordion .collapse-item .collapse-itself {
  padding-bottom: 2rem;
  display: none;
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .collapse-itself *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item .collapse-itself .antwoord {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  padding: 1rem 2rem 0 2rem;
}
.faq-blok .accordion .collapse-item:hover .titel,
.faq-blok .accordion .collapse-item:focus .titel {
  background-color: #e3e3e3;
}
.faq-blok .accordion .collapse-item.show:hover .titel,
.faq-blok .accordion .collapse-item.show:focus .titel {
  background-color: #e3e3e3;
}
.faq-blok .accordion .collapse-item.show .titel {
  background: #f5f5f5;
}
.faq-blok .accordion .collapse-item.show .titel * {
  color: #1e1e1e;
}
.faq-blok .accordion .collapse-item.show .titel .vraag button {
  color: #1e1e1e;
}
.faq-blok .accordion .collapse-item.show .titel .close {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-blok .accordion .collapse-item.show .collapse-itself .antwoord {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .faq-blok .accordion .collapse-item .collapse-itself {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok .accordion .collapse-item .titel {
    padding: 1.5rem 1.75rem;
  }
  .faq-blok .accordion .collapse-item .titel .vraag {
    width: calc(100% - 2rem);
  }
  .faq-blok .accordion .collapse-item .titel .vraag button {
    font-size: 1rem;
  }
  .faq-blok .accordion .collapse-item .collapse-itself .antwoord {
    padding: 1.5rem 1rem 0 1rem;
  }
}
.contactgegevens .titel {
  margin-bottom: .5rem;
}
.contactgegevens ul {
  margin: 0 !important;
}
.contactgegevens ul li {
  padding-left: 0 !important;
}
.contactgegevens ul li::before {
  display: none;
}
.form-group {
  position: relative;
  margin: 0 0 1rem;
  width: 100%;
}
.form-group br {
  display: none;
}
.form-group p {
  margin: 0;
}
.form-group span.titel {
  display: block;
}
.form-group label.titel {
  position: absolute;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  white-space: nowrap;
  pointer-events: none;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  width: calc(calc(100% - 2.5rem));
  overflow: hidden;
  height: calc(2px + 15px);
}
.form-group .wpcf7-checkbox label,
.form-group .wpcf7-acceptance label,
.form-group .wpcf7-radio label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 2rem;
  margin-right: 1rem;
}
.form-group .wpcf7-checkbox label span,
.form-group .wpcf7-acceptance label span,
.form-group .wpcf7-radio label span {
  display: block;
  line-height: normal;
  cursor: pointer;
}
.form-group .wpcf7-checkbox .last label,
.form-group .wpcf7-acceptance .last label,
.form-group .wpcf7-radio .last label {
  margin-right: 0;
}
.form-group input,
.form-group textarea,
.form-group select,
.form-group label.upload {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  border-radius: 5px;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(2rem + 15px);
  border: 1px solid #e0e0e0;
  font-size: 15px;
  line-height: calc(calc(15px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder,
.form-group label.upload::placeholder {
  opacity: 0;
}
.form-group input:active,
.form-group textarea:active,
.form-group select:active,
.form-group label.upload:active,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group label.upload:focus {
  outline: none;
}
.form-group input.hide,
.form-group textarea.hide,
.form-group select.hide,
.form-group label.upload.hide {
  display: none;
}
.form-group input::-ms-clear,
.form-group textarea::-ms-clear,
.form-group select::-ms-clear,
.form-group label.upload::-ms-clear {
  display: none;
}
.form-group input.wpcf7-not-valid,
.form-group textarea.wpcf7-not-valid,
.form-group select.wpcf7-not-valid,
.form-group label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.form-group input:disabled ~ .button,
.form-group textarea:disabled ~ .button,
.form-group select:disabled ~ .button,
.form-group label.upload:disabled ~ .button {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.form-group textarea {
  resize: vertical;
  height: 9rem;
  min-height: 9rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.form-group select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.form-group select .hide-option {
  display: none;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid .5rem #A6A6A6;
  border-right: solid .5rem transparent;
  border-bottom: solid .5rem transparent;
  border-left: solid .5rem transparent;
  top: 1.5rem;
  right: 1rem;
}
.form-group input[type="submit"] {
  display: none;
}
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: .5rem;
  top: 2px;
  left: 0;
  width: 1rem;
  height: 1rem;
  max-height: 1rem;
  max-width: 1rem;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .form-group input[type="checkbox"],
  .form-group input[type="radio"] {
    top: 1px;
  }
}
.form-group input[type="checkbox"]:checked {
  background-size: 1rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-input-checkbox.svg');
}
.form-group input[type="radio"] {
  border-radius: 1rem;
}
.form-group input[type="radio"]:checked {
  background-size: .5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-input-radio.svg');
}
.form-group input[type="date"] {
  color: transparent;
  cursor: text;
}
.form-group input[type="date"]::-webkit-inner-spin-button,
.form-group input[type="date"]::-webkit-outer-spin-button,
.form-group input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group input[type="number"] {
  -moz-appearance: textfield;
}
.form-group input[type="number"]::-webkit-inner-spin-button,
.form-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group.input-active label.titel {
  font-size: 0.5rem;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
.form-group.input-active input[type="date"] {
  color: #1e1e1e;
}
.form-group.input-active label.filename {
  color: #1e1e1e;
}
.form-group input[type="file"] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  cursor: pointer;
}
.form-group label.upload {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.form-group label.upload:hover {
  background-color: #D2D2D2;
}
.form-group label.filename {
  position: absolute;
  font-weight: 600;
  color: transparent;
  pointer-events: none;
  left: 3.5rem;
  top: 1.5rem;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form-group.fileupload {
  overflow: hidden;
  border-radius: 5px;
}
.form-group.fileupload label.titel {
  font-weight: 500;
  color: #1e1e1e;
  left: 3.5rem;
  width: calc(100% - 3.5rem);
  z-index: 2;
}
.form-group.fileupload::before {
  position: absolute;
  z-index: 2;
  content: '';
  pointer-events: none;
  top: 3px;
  left: 1rem;
  background: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-input-upload.svg') no-repeat center center;
  background-size: 65%;
  height: 90%;
  width: 1.5rem;
}
.form-group .wpcf7-not-valid-tip {
  display: none;
}
.form-group .wpcf7-not-valid.wpcf7-file {
  background-color: #FFE2E2;
  opacity: 1;
  z-index: 1;
  color: transparent;
  padding-top: 5rem;
}
.form-group.required.select select {
  padding-right: 3.5rem;
}
.form-group.required.select::before {
  right: 2.5rem;
}
.form-group.required input {
  padding-right: 2.5rem;
}
.form-group.required::after {
  content: "*";
  position: absolute;
  font-weight: 600;
  color: #1fc791;
  height: 1rem;
  font-size: 1.375rem;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.half .form-group {
  position: relative;
  width: calc(50% - .5rem);
}
.half .no-label {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .half {
    display: block;
  }
  .half .form-group {
    width: 100%;
  }
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid red;
  padding: .5rem 1rem;
  color: #1e1e1e;
  line-height: normal;
}
.screen-reader-response,
.wpcf7-mail-sent-ok {
  display: none !important;
}
.sitemap .col-md-12 {
  margin-bottom: 1rem;
}
.sitemap ul {
  column-count: 3;
}
.sitemap ul li {
  display: block;
  break-inside: avoid-column;
}
.sitemap ul li a {
  white-space: pre-wrap !important;
}
.sitemap ul li .sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
}
.sitemap ul li .sub li {
  width: 100%;
  column-count: 0;
  break-inside: unset;
}
@media only screen and (max-width: 991px) {
  .sitemap ul {
    column-count: 2;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap ul {
    column-count: 1;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
.locatie-items.two-beside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.locatie-items.space-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.locatie-items .locatie-item h3 {
  margin-bottom: 0;
}
.locatie-items .locatie-item .button {
  margin-top: .75rem;
}
.locatie-items a:not(.button) {
  position: relative;
  color: #1e1e1e;
}
.locatie-items a:not(.button)::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.locatie-items a:not(.button):hover::after,
.locatie-items a:not(.button).active::after {
  width: 100%;
}
.locatie-items a:not(.button).button::after {
  display: none;
}
.cirkel-before {
  overflow: hidden;
}
.cirkel-before.left-half::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f0f0f0;
  border-radius: 100%;
  -webkit-transform: translate(-35%, -35%);
  -moz-transform: translate(-35%, -35%);
  -o-transform: translate(-35%, -35%);
  -ms-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%);
}
.cirkel-before.right-half::after {
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f0f0f0;
  border-radius: 100%;
  -webkit-transform: translate(40%, -70%);
  -moz-transform: translate(40%, -70%);
  -o-transform: translate(40%, -70%);
  -ms-transform: translate(40%, -70%);
  transform: translate(40%, -70%);
}
@media only screen and (min-width: 992px) {
  .actie-locatie-voordelen {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .actie-locatie-voordelen {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .actie-locatie-voordelen {
    margin-bottom: 3rem;
  }
}
.actie-locatie-voordelen.no-margin {
  margin-bottom: 0;
}
.actie-locatie-voordelen .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.actie-locatie-voordelen .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.actie-locatie-voordelen .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.actie-locatie-voordelen .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.actie-locatie-voordelen .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.actie-locatie-voordelen .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.actie-locatie-voordelen .tekst a {
  white-space: nowrap;
  position: relative;
}
.actie-locatie-voordelen .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.actie-locatie-voordelen .tekst a:hover::after,
.actie-locatie-voordelen .tekst a.active::after {
  width: 100%;
}
.actie-locatie-voordelen .tekst a.button::after {
  display: none;
}
.actie-locatie-voordelen .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.actie-locatie-voordelen .tekst *:last-child {
  margin-bottom: 0;
}
.actie-locatie-voordelen .info-block {
  background: #f5f5f5;
  text-align: center;
  padding: 2rem 1.5rem 1rem 1.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.actie-locatie-voordelen .info-block.left-half::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f0f0f0;
  border-radius: 100%;
  -webkit-transform: translate(-35%, -35%);
  -moz-transform: translate(-35%, -35%);
  -o-transform: translate(-35%, -35%);
  -ms-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%);
}
.actie-locatie-voordelen .info-block.right-half::after {
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f0f0f0;
  border-radius: 100%;
  -webkit-transform: translate(40%, -70%);
  -moz-transform: translate(40%, -70%);
  -o-transform: translate(40%, -70%);
  -ms-transform: translate(40%, -70%);
  transform: translate(40%, -70%);
}
.actie-locatie-voordelen .info-block::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f0f0f0;
  border-radius: 100%;
  -webkit-transform: translate(-35%, -35%);
  -moz-transform: translate(-35%, -35%);
  -o-transform: translate(-35%, -35%);
  -ms-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%);
}
.actie-locatie-voordelen .info-block .info-block-inner {
  position: relative;
  z-index: 1;
}
.actie-locatie-voordelen .info-block .info-block-inner .titel-container {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.actie-locatie-voordelen .info-block .info-block-inner .titel-container h2 {
  max-width: 290px;
  display: inline-block;
  margin-bottom: 2.5rem;
}
.actie-locatie-voordelen .info-block .info-block-inner img {
  max-width: 100%;
  height: auto;
}
.actie-locatie-voordelen .info-block.locatie .locatie-item {
  margin: 0;
}
.actie-locatie-voordelen .info-block.locatie .locatie-item h3::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  margin-bottom: .5rem;
  background-size: contain;
  background-position: center top;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-pin-color-1.svg');
  background-repeat: no-repeat;
}
.actie-locatie-voordelen .info-block.locatie .locatie-item p {
  line-height: 1.3;
}
.actie-locatie-voordelen .info-block.actie img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.actie-locatie-voordelen .info-block.actie:hover img {
  opacity: .75;
}
.actie-locatie-voordelen .info-block.voordelen ul {
  text-align: left;
  max-width: 270px;
  margin: 0 auto;
}
.actie-locatie-voordelen .info-block.voordelen ul li {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.actie-locatie-voordelen .info-block.voordelen ul li p {
  font-size: 1.1rem;
}
@media only screen and (max-width: 1199px) {
  .actie-locatie-voordelen .info-block.locatie .locatie-item span.look-h3 {
    font-size: 1rem;
  }
  .actie-locatie-voordelen .info-block.locatie .locatie-item p {
    font-size: .9rem;
  }
  .actie-locatie-voordelen .info-block.locatie .locatie-item .button.small {
    padding-right: .15rem;
    padding-left: .15rem;
    width: calc(100% - .25rem);
  }
}
@media only screen and (max-width: 767px) {
  .actie-locatie-voordelen .info-block {
    height: auto;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .productcategorieen {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .productcategorieen {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .productcategorieen {
    margin-bottom: 3rem;
  }
}
.productcategorieen .categorie-item {
  display: block;
  margin-bottom: 1rem;
}
.productcategorieen .categorie-item .categorie-image {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.productcategorieen .categorie-item .categorie-image .categorie-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.productcategorieen .categorie-item .categorie-titel {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.6;
  padding: .5rem 0 0 0;
}
.productcategorieen .categorie-item:hover .categorie-image .categorie-image-inner {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.productcategorieen .categorie-item:hover .categorie-titel {
  color: #1fc791;
}
@media only screen and (min-width: 992px) {
  .merken-slider {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .merken-slider {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .merken-slider {
    margin-bottom: 3rem;
  }
}
.merken-slider .merk-item {
  width: calc(100% / 5);
  padding-bottom: 100%;
  position: relative;
}
.merken-slider .merk-item .merk-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
  margin: 0 1rem;
}
.merken-slider .merk-item .merk-logo .merk-logo-inner {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  background: center center no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.merken-slider .merk-item.link:hover .merk-logo .merk-logo-inner {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.slider-container {
  position: relative;
}
.slider-container .arrow-navigatie-next,
.slider-container .arrow-navigatie-prev {
  position: absolute;
  top: calc(50% - 1.5rem);
  right: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5px 0 0 5px;
  z-index: 2;
  background-color: rgba(30, 30, 30, 0.15);
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-right-white.svg');
  background-size: auto 1rem;
  background-repeat: no-repeat;
  background-position: center left 1rem;
  cursor: pointer;
}
.slider-container .arrow-navigatie-next.white-bg,
.slider-container .arrow-navigatie-prev.white-bg {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-right.svg');
}
.slider-container .arrow-navigatie-prev {
  right: auto;
  left: 0rem;
  border-radius: 0 5px 5px 0;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-left-white.svg');
  background-position: center right 1rem;
}
.slider-container .arrow-navigatie-prev.white-bg {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-left.svg');
}
@media only screen and (max-width: 767px) {
  .slider-container .arrow-navigatie-next,
  .slider-container .arrow-navigatie-prev {
    right: -1rem;
  }
  .slider-container .arrow-navigatie-prev {
    right: auto;
    left: -1rem;
  }
}
.banner-slider {
  position: relative;
  background: #f5f5f5;
}
.banner-slider::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5rem;
  background: #ffffff;
  z-index: 1;
}
.banner-slider .banner-slider-inner {
  position: relative;
  z-index: 1;
}
.banner-slider .arrow-navigatie-next,
.banner-slider .arrow-navigatie-prev {
  display: none;
}
.banner-slider .slide {
  padding-top: 3rem;
}
.banner-slider .slide .tekst {
  padding: 5rem 0 10rem 0;
}
.banner-slider .slide .tekst p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
}
.banner-slider .slide .afbeelding {
  height: 100%;
  background: center bottom no-repeat;
  background-size: contain;
}
.banner-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 7rem;
}
.banner-slider .slick-dots li {
  margin-right: .5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
}
.banner-slider .slick-dots li button {
  display: none;
}
.banner-slider .slick-dots li:hover,
.banner-slider .slick-dots li:focus,
.banner-slider .slick-dots li.slick-active {
  background: #1e1e1e;
}
@media only screen and (max-width: 767px) {
  .banner-slider::before {
    height: 12rem;
  }
  .banner-slider .slide {
    padding: 5rem 0;
  }
  .banner-slider .slide .tekst {
    padding: 0 2rem 1rem 2rem;
  }
  .banner-slider .slide .afbeelding {
    height: 250px;
  }
  .banner-slider .slide .button {
    width: 100%;
    text-align: center;
  }
  .banner-slider .slick-dots {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .aanbevolen-producten {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .aanbevolen-producten {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .aanbevolen-producten {
    margin-bottom: 3rem;
  }
}
.aanbevolen-producten .product {
  position: relative;
  padding: 0 1rem;
}
.aanbevolen-producten .product .image {
  display: block;
  position: relative;
  margin-bottom: .5rem;
  border: 1px solid #f5f5f5;
}
.aanbevolen-producten .product .image .image-itself {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  background: center center no-repeat;
  background-size: contain;
}
.aanbevolen-producten .product .image .ratio {
  display: block;
  padding-bottom: 100%;
}
.aanbevolen-producten .product .titel {
  margin-bottom: .5rem;
}
.aanbevolen-producten .product .prijs {
  display: block;
  margin-top: .25rem;
}
.aanbevolen-producten .product .prijs * {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.aanbevolen-producten .product .prijs-incl {
  font-size: .8rem;
  margin: -0.5em 0 0 0;
  display: block;
  color: rgba(30, 30, 30, 0.7);
}
.aanbevolen-producten .product .prijs-incl * {
  color: rgba(30, 30, 30, 0.7);
}
.aanbevolen-producten .product:hover .titel,
.aanbevolen-producten .product:focus .titel {
  color: #1fc791;
  text-decoration: underline;
}
.aanbevolen-producten .product:hover .prijs *,
.aanbevolen-producten .product:focus .prijs * {
  color: #1fc791;
}
@media only screen and (min-width: 992px) {
  .website-content {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 991px) {
  .website-content {
    margin-top: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .website-content {
    margin-top: 7.5rem;
  }
}
/* fix product images */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  opacity: 1 !important;
}
.button.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.button.sub:hover,
.button.sub:focus {
  background-color: #7a7a7a;
}
.button.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.button.wc-backward:hover {
  background-position: left 1.5rem center;
}
.simple_cart_button {
  display: inline-block;
  padding: 0;
  position: relative;
  background: #1fc791;
  border-radius: 0px;
  background-image: none !important;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 5rem;
  height: 3rem;
  border-radius: 3px;
  text-indent: -999px;
  overflow: hidden;
}
.simple_cart_button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../images/icon-winkelmand-white.svg) no-repeat center center;
  background-size: 2rem;
}
.simple_cart_button:hover {
  background-color: #1aa477;
}
button.single_add_to_cart_button {
  display: inline-flex !important;
  background-color: #1fc791 !important;
  align-items: center;
  justify-content: center;
}
button.single_add_to_cart_button::before {
  content: '';
  background: center center no-repeat;
  background-size: contain;
  background-image: url(https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../images/icon-winkelmand-white.svg);
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-right: 1rem;
}
.breadcrumbs,
#breadcrumbs {
  font-size: .9rem;
  color: #8d8d8d;
  text-transform: uppercase;
  margin: 0;
}
.breadcrumbs a,
#breadcrumbs a {
  position: relative;
  color: #8d8d8d;
  margin-right: 1.5rem;
}
.breadcrumbs a:after,
#breadcrumbs a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #1fc791;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.breadcrumbs a:hover,
#breadcrumbs a:hover {
  color: #1fc791;
}
.breadcrumbs a:hover:after,
#breadcrumbs a:hover:after {
  width: 100%;
}
.breadcrumbs a.back,
#breadcrumbs a.back {
  color: white;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.breadcrumbs a.back::after,
#breadcrumbs a.back::after {
  background-color: white;
}
.breadcrumbs a.back:hover,
#breadcrumbs a.back:hover {
  background-position: left 0px center;
}
.breadcrumbs a::after,
#breadcrumbs a::after {
  background-color: #8d8d8d;
}
.breadcrumbs a::before,
#breadcrumbs a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + .5rem);
  width: 1rem;
  height: 100%;
  background: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-right-gray-text.svg');
  background-size: .4rem auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.breadcrumbs a:hover,
#breadcrumbs a:hover {
  color: #8d8d8d;
}
.breadcrumbs span,
#breadcrumbs span {
  color: #8d8d8d;
}
.styled-input input:not([type="checkbox"]),
.styled-input textarea,
.styled-input select,
.styled-input label.upload {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(31px + 15px);
  font-size: 15px;
  line-height: calc(calc(15px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f0f0f0;
}
.styled-input input:not([type="checkbox"])::placeholder,
.styled-input textarea::placeholder,
.styled-input select::placeholder,
.styled-input label.upload::placeholder {
  opacity: 0;
}
.styled-input input:not([type="checkbox"]):active,
.styled-input textarea:active,
.styled-input select:active,
.styled-input label.upload:active,
.styled-input input:not([type="checkbox"]):focus,
.styled-input textarea:focus,
.styled-input select:focus,
.styled-input label.upload:focus {
  outline: none;
}
.styled-input input:not([type="checkbox"]).hide,
.styled-input textarea.hide,
.styled-input select.hide,
.styled-input label.upload.hide {
  display: none;
}
.styled-input input:not([type="checkbox"])::-ms-clear,
.styled-input textarea::-ms-clear,
.styled-input select::-ms-clear,
.styled-input label.upload::-ms-clear {
  display: none;
}
.styled-input input:not([type="checkbox"]).wpcf7-not-valid,
.styled-input textarea.wpcf7-not-valid,
.styled-input select.wpcf7-not-valid,
.styled-input label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.styled-input input:not([type="checkbox"]):disabled ~ .button,
.styled-input textarea:disabled ~ .button,
.styled-input select:disabled ~ .button,
.styled-input label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.styled-input textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.styled-input select {
  padding-right: 2.5rem;
  cursor: pointer;
}
.styled-input select .hide-option {
  display: none;
}
.styled-input select::-ms-expand {
  display: none;
}
.styled-input.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 1.5rem;
  right: 1.5rem;
}
.dgwt-wcas-search-wrapp {
  position: relative;
  width: 550px;
  max-width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 60px;
  overflow: hidden;
}
.dgwt-wcas-search-wrapp::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 3.25rem;
  height: 100%;
  background: center center no-repeat;
  background-size: 1rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../b3-shop-root/images/icon-search-gray-light.svg');
  z-index: 1;
  border-left: 1px solid #d3d3d3;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-preloader {
  left: 0;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
  display: none;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  border: none !important;
  padding: .5rem 2.5rem .5rem 1rem !important;
}
@media only screen and (max-width: 991px) {
  .dgwt-wcas-search-wrapp::before {
    width: 2.5rem;
  }
  .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    height: 30px !important;
    padding: 0 2.5rem 0 1rem !important;
  }
}
.woocommerce-Price-currencySymbol {
  margin-right: .25rem;
}
body > header .header-inner {
  flex-direction: column;
  align-items: unset;
  padding: 0;
}
body > header .header-inner.checkout {
  border-bottom: 6px solid #1fc791;
}
body > header .header-inner .header-inner-top {
  padding: .5rem 0;
  background: #1e1e1e;
  max-height: 100px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .header-inner-top .header-inner-top-content {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  font-size: .85rem;
}
body > header .header-inner .header-inner-top ul.menu li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: 1rem;
}
body > header .header-inner .header-inner-top ul.menu li a {
  color: #1e1e1e;
}
body > header .header-inner .header-inner-top ul.menu li:hover a,
body > header .header-inner .header-inner-top ul.menu li:active a {
  font-size: 1em;
  color: #1fc791;
  text-decoration: none;
}
body > header .header-inner .header-inner-top ul.menu li.current-menu-item a,
body > header .header-inner .header-inner-top ul.menu li.current_page_parent a {
  font-weight: 700;
  color: #1fc791;
}
body > header .header-inner .header-inner-top ul.menu li:last-child {
  margin-right: 0;
}
body > header .header-inner .header-inner-middle {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 1rem 0;
}
body > header .header-inner .header-inner-middle .header-inner-middle-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body > header .header-inner .header-inner-middle .shop-acties a:last-child {
  margin-right: 0;
}
body > header .header-inner .header-inner-middle .shop-actie-button {
  background: #1fc791;
  border-radius: 3px;
  display: inline-flex;
  flex-wrap: wrap;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-weight: 700;
  align-items: center;
  flex-direction: column;
  color: #1e1e1e;
  position: relative;
  margin-right: .6rem;
  padding: .5rem 1.4rem;
}
body > header .header-inner .header-inner-middle .shop-actie-button.winkelmand-item {
  margin-right: 0;
}
body > header .header-inner .header-inner-middle .shop-actie-button span.icon {
  line-height: 1;
}
body > header .header-inner .header-inner-middle .shop-actie-button span.icon img {
  height: 1.5rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .header-inner-middle .shop-actie-button:hover {
  background-color: #189b71;
}
body > header .header-inner .header-inner-middle .shop-actie-button:hover span.icon img {
  transform: scale(1.1);
}
body > header .header-inner .header-inner-middle .shop-actie-button.winkelmand-item span.icon span.winkelmandje-counter {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  font-size: .5rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  text-align: center;
  background: #1e1e1e;
  color: #fff;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
body > header .header-inner .header-inner-middle .searchform .searchform-inner {
  padding: 0 1rem;
}
body > header .header-inner .menu-bar {
  background: #1fc791;
  width: 100%;
  padding: 1rem 0;
}
body > header .header-inner .menu-bar .navigation.hover .nav > ul > li > a {
  opacity: .5;
}
body > header .header-inner .menu-bar .navigation .nav {
  margin-top: 0;
}
body > header .header-inner .menu-bar .navigation .nav > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
body > header .header-inner .menu-bar .navigation li {
  display: inline-block;
  padding: 0 .5rem;
  margin-right: .5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body > header .header-inner .menu-bar .navigation li {
    margin-right: 0;
  }
}
body > header .header-inner .menu-bar .navigation li.mega-menu {
  position: inherit;
  flex-wrap: wrap;
}
body > header .header-inner .menu-bar .navigation li.mega-menu.sfHover > ul.sub-menu {
  display: flex !important;
  flex-wrap: wrap;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu {
  left: 0;
  padding: 2rem 3rem;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: none;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu::before {
  content: '';
  position: absolute;
  width: 99.225vw;
  margin-left: -49.59vw;
  top: 0;
  left: 50%;
  height: 100%;
  background-size: auto 100%;
  background: #f5f5f5;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li {
  display: inline-flex;
  flex-direction: column;
  width: calc(100% / 6);
  flex-wrap: wrap;
  border: none;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li:hover,
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li:active,
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li.current-menu-item,
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li.current_page_item,
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li.current_page_parent {
  background: none;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li a {
  padding: .15rem 0;
  font-size: .9rem;
  font-weight: 400;
  color: #1e1e1e;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li a.sf-with-ul {
  padding-right: 0;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li a.sf-with-ul::after {
  display: none;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li a:hover {
  color: #1fc791;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li ul.sub-menu {
  display: inline-flex !important;
  margin-top: .5rem;
  flex-direction: column;
  position: relative;
  left: auto;
  background: none;
  box-shadow: none;
  border: none;
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li ul.sub-menu::after {
  display: none;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li ul.sub-menu li {
  width: 100%;
  position: relative;
  left: auto;
  display: inline-block !important;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu li ul.sub-menu li a {
  padding: .5rem 0;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu > li {
  padding-bottom: 2rem;
}
body > header .header-inner .menu-bar .navigation li.mega-menu > ul.sub-menu > li > a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1e1e1e;
}
body > header .header-inner .menu-bar .nav-toggle .hamburger-menu .menu-part {
  background: #ffffff;
}
body > header .header-inner .menu-bar .searchform {
  width: 100%;
}
body > header .header-inner .menu-bar .searchform .searchform-inner {
  width: 100%;
  padding-left: 1rem;
}
body > header .header-inner .menu-bar .searchform .searchform-inner .dgwt-wcas-search-wrapp {
  width: 100%;
  max-width: 100%;
}
body > header .header-inner .menu-bar.color-light .navigation ul.menu > li > a {
  color: white;
}
body > header .header-inner .menu-bar.color-light .navigation ul.menu > li > a.sf-with-ul {
  position: relative;
}
body > header .header-inner .menu-bar.color-light .navigation ul.menu > li > a.sf-with-ul::after {
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down-white.svg');
}
body > header .header-inner .menu-bar.color-light .navigation ul.menu > li:hover > a,
body > header .header-inner .menu-bar.color-light .navigation ul.menu > li:active > a {
  color: #ffffff;
  opacity: 1;
}
body > header .header-inner .menu-bar.color-light .navigation ul.menu > li.current-menu-item > a,
body > header .header-inner .menu-bar.color-light .navigation ul.menu > li.current_page_parent > a {
  color: white;
  position: relative;
}
body > header .header-inner .menu-bar.color-light .navigation ul.menu > li.current-menu-item > a::before,
body > header .header-inner .menu-bar.color-light .navigation ul.menu > li.current_page_parent > a::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: white;
}
body > header .header-inner .single-product-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background: white;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  transition: 0.6s ease;
}
body > header .header-inner .single-product-info .single-product-info-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
body > header .header-inner .single-product-info .single-product-info-inner .productinfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body > header .header-inner .single-product-info .single-product-info-inner .productinfo .productinfo-thumb {
  border: 1px solid #d3d3d3;
}
body > header .header-inner .single-product-info .single-product-info-inner .productinfo .productinfo-thumb img {
  max-width: 3rem;
  max-height: 3rem;
}
body > header .header-inner .single-product-info .single-product-info-inner .productinfo .productinfo-text {
  padding-left: 1rem;
}
body > header .header-inner .single-product-info .single-product-info-inner .productinfo .productinfo-text h3 {
  margin-bottom: 0;
}
body > header .header-inner .single-product-info .single-product-info-inner .productinfo .productinfo-text .amount {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-weight: 700;
}
body > header .header-inner .single-product-info .single-product-info-inner .product-prijs .cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body > header.scrolled {
  box-shadow: 0 4px 12px -2px rgba(0, 3, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  body > header.scrolled .header-inner {
    padding: 0;
  }
  body > header.scrolled .header-inner .header-inner-top {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
  body > header.scrolled .header-inner .header-inner-middle {
    padding: .75rem 0;
  }
  body > header.scrolled .header-inner .menu-bar {
    background: #1fc791;
    width: 100%;
    padding: .5rem 0;
  }
  body > header.scrolled .header-inner .menu-bar .navigation .nav {
    margin-top: 0;
  }
  body > header.scrolled .header-inner .menu-bar .navigation li a {
    font-size: 1.0rem;
  }
  body > header.scrolled .header-inner .single-product-info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
  body > header.scrolled .header-inner .logolink {
    height: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body > header .header-inner .header-inner-middle .searchform .dgwt-wcas-search-wrapp {
    width: 380px;
  }
  body > header .header-inner .menu-bar .navigation li#menu-item-880 > ul.sub-menu {
    padding: 1.5rem 2.5rem;
    border: none;
  }
  body > header .header-inner .menu-bar .navigation li#menu-item-880 > ul.sub-menu li {
    width: calc(100% / 4);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body > header {
    box-shadow: 0 4px 12px -2px rgba(0, 3, 0, 0.1);
  }
  body > header .header-inner .header-inner-top .header-inner-top-content {
    flex-direction: column;
    align-items: flex-end;
  }
  body > header .header-inner .header-inner-top .header-inner-top-content ul.menu {
    display: none;
  }
  body > header .header-inner .header-inner-top .header-inner-top-content ul.voordelen {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body > header .header-inner .header-inner-top .header-inner-top-content .voordelen-blok {
    width: 100%;
  }
  body > header .header-inner .header-inner-middle {
    padding: 1rem 0;
    align-items: center;
  }
  body > header .header-inner .header-inner-middle .shop-acties {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  body > header .header-inner .header-inner-middle .searchform .searchform-inner {
    padding: 0 1rem;
  }
  body > header .header-inner .header-inner-middle .searchform .dgwt-wcas-search-wrapp {
    width: 300px;
  }
  body > header .header-inner .header-inner-middle .shop-actie-button.winkelmand-item {
    margin-right: 1rem;
  }
  body > header .header-inner .menu-bar {
    background: #ffffff;
    padding-top: .5rem;
  }
  body > header .header-inner .menu-bar .navigation {
    flex-wrap: nowrap;
  }
  body > header .header-inner .menu-bar .navigation .searchform-inner {
    padding: 0;
    width: 100%;
  }
  body > header .header-inner .menu-bar .navigation .searchform-inner form {
    padding: .25rem 0;
  }
  body > header.scrolled .header-inner-top {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  body > header {
    box-shadow: 0 4px 12px -2px rgba(0, 3, 0, 0.1);
  }
  body > header .header-inner .menu-bar {
    background: #ffffff;
    padding-top: .5rem;
  }
  body > header .header-inner .header-inner-top ul.voordelen li {
    width: 100%;
    text-align: center;
  }
  body > header .header-inner .header-inner-top ul.voordelen li:not(:first-child) {
    display: none;
  }
  body > header .header-inner .header-inner-middle {
    padding: .5rem 0;
  }
  body > header .header-inner .header-inner-middle .searchform .searchform-inner {
    padding: 0 1rem;
  }
  body > header .header-inner .header-inner-middle .searchform .dgwt-wcas-search-wrapp {
    width: 300px;
  }
  body > header .header-inner .header-inner-middle .shop-acties {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  body > header .header-inner .header-inner-middle .shop-actie-button {
    margin-right: .5rem;
    padding: .5rem 1rem;
  }
  body > header .header-inner .header-inner-middle .shop-actie-button.winkelmand-item {
    margin-right: .75rem;
  }
  body > header .header-inner .header-inner-middle .shop-actie-button span.icon img {
    height: 1rem;
  }
  body > header .header-inner .header-inner-middle .logolink {
    height: 2.5rem;
  }
  body > header .header-inner .menu-bar .navigation {
    flex-wrap: nowrap;
  }
  body > header .header-inner .menu-bar .navigation .searchform-inner {
    width: 100%;
    padding: 0;
  }
  body > header.scrolled .header-inner-top {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
}
.woocommerce a.button,
.woocommerce button.button {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.woocommerce a.button.rounded,
.woocommerce button.button.rounded {
  border-radius: 200px;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.hoverbutton,
.woocommerce button.button.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce a.button.white,
.woocommerce button.button.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce a.button.white:hover,
.woocommerce button.button.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce a.button.large,
.woocommerce button.button.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.woocommerce a.button.full-width,
.woocommerce button.button.full-width {
  width: 100%;
}
.woocommerce a.button.arrow-right,
.woocommerce button.button.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce a.button.arrow-right:hover,
.woocommerce button.button.arrow-right:hover {
  background-position: center right 1rem;
}
.woocommerce a.button.arrow-right.large,
.woocommerce button.button.arrow-right.large {
  background-size: 1.5rem auto;
}
.woocommerce a.button.small,
.woocommerce button.button.small {
  padding: 0.1rem 2rem;
}
.woocommerce a.button.small-radius,
.woocommerce button.button.small-radius {
  border-radius: 3px;
}
.woocommerce a.button.ghost,
.woocommerce button.button.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.woocommerce a.button.ghost:hover,
.woocommerce button.button.ghost:hover,
.woocommerce a.button.ghost:focus,
.woocommerce button.button.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.woocommerce a.button.black,
.woocommerce button.button.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.woocommerce a.button.gray-medium,
.woocommerce button.button.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.woocommerce a.button.gray-medium:hover,
.woocommerce button.button.gray-medium:hover,
.woocommerce a.button.gray-medium:focus,
.woocommerce button.button.gray-medium:focus,
.woocommerce a.button.gray-medium:active,
.woocommerce button.button.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce a.button.white,
.woocommerce button.button.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.woocommerce a.button.white:hover,
.woocommerce button.button.white:hover,
.woocommerce a.button.white:focus,
.woocommerce button.button.white:focus,
.woocommerce a.button.white:active,
.woocommerce button.button.white:active {
  background: #1fc791;
  color: #ffffff;
}
.woocommerce a.button.back,
.woocommerce button.button.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce a.button.back:hover,
.woocommerce button.button.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce a.button,
  .woocommerce button.button {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .woocommerce a.button.black,
  .woocommerce button.button.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.woocommerce a.button.sub,
.woocommerce button.button.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce a.button.sub:hover,
.woocommerce button.button.sub:hover,
.woocommerce a.button.sub:focus,
.woocommerce button.button.sub:focus {
  background-color: #7a7a7a;
}
.woocommerce a.button.wc-backward,
.woocommerce button.button.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce a.button.wc-backward:hover,
.woocommerce button.button.wc-backward:hover {
  background-position: left 1.5rem center;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  flex: none;
  max-width: none;
}
p.voorraad {
  margin: 0;
  color: #1e1e1e;
}
p.voorraad.niet {
  color: #1e1e1e;
}
.wc-page {
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .wc-page {
    padding-top: 2rem;
  }
}
.responsive-nav {
  padding-top: 9.5rem;
}
.responsive-nav .nav.second {
  padding-top: 0;
}
.responsive-nav .nav.second li.hr {
  padding: 1rem 0 1rem 1rem;
}
.responsive-nav .nav.second li.hr span {
  width: 4rem;
  height: 2px;
  background: #1fc791;
  display: block;
}
.responsive-nav .nav.second li a {
  padding: .5rem 1rem;
  font-size: 1rem;
}
.dgwt-wcas-pd-addtc-form a.ajax_add_to_cart,
.dgwt-wcas-pd-addtc-form a.product_type_variable.add_to_cart_button,
.dgwt-wcas-pd-addtc-form a.product_type_simple {
  display: inline-block;
  padding: 0;
  background: #1fc791;
  border-radius: 0px;
  background-image: none !important;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 5rem;
  height: 3rem;
  border-radius: 3px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.dgwt-wcas-pd-addtc-form a.ajax_add_to_cart::before,
.dgwt-wcas-pd-addtc-form a.product_type_variable.add_to_cart_button::before,
.dgwt-wcas-pd-addtc-form a.product_type_simple::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../images/icon-winkelmand-white.svg) no-repeat center center;
  background-size: 2rem;
}
.dgwt-wcas-pd-addtc-form a.ajax_add_to_cart:hover,
.dgwt-wcas-pd-addtc-form a.product_type_variable.add_to_cart_button:hover,
.dgwt-wcas-pd-addtc-form a.product_type_simple:hover {
  background-color: #1aa477;
}
ul.voordelen.inline li {
  display: inline-block;
  margin-right: 1.5rem;
}
ul.voordelen.inline li:last-child {
  margin-right: 0;
}
ul.voordelen.space-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.voordelen.white * {
  color: #ffffff;
}
ul.voordelen.with-icon li {
  padding-left: 1.5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-check-color-1.svg');
  background-size: 1rem auto;
  background-position: top .25em left;
  background-repeat: no-repeat;
}
ul.voordelen li p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
ul.voordelen li p strong {
  color: #1fc791;
}
ul.voordelen li.with-icon-image p {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 1.2rem;
  align-items: center;
}
ul.voordelen li.with-icon-image p span.icon {
  position: relative;
  top: -1px;
  width: 3rem;
  height: 2rem;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
.product-item-styling {
  margin: 0 1.5rem 1.5rem 0;
  overflow: hidden;
  text-align: center;
}
.product-item-styling.last {
  margin-right: 0;
}
.product-item-styling a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
  height: 100%;
}
.product-item-styling a .shop-image {
  position: relative;
  display: block;
  border: 1px solid #f5f5f5;
}
.product-item-styling a .shop-image .image-itself {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-item-styling a .shop-image .image-itself .ribbon {
  width: 140px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.product-item-styling a .shop-image .image-itself .ribbon.ribbon-top-left {
  top: 0px;
  left: 0px;
}
.product-item-styling a .shop-image .image-itself .ribbon.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.product-item-styling a .shop-image .image-itself .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #ffed00;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}
.product-item-styling a .shop-image .image-itself img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  z-index: 1;
}
.product-item-styling a .shop-image .ratio {
  padding-bottom: 100%;
  display: block;
}
.product-item-styling a .product-info {
  padding: .75rem;
  display: block;
}
.product-item-styling a .product-info p.voorraad {
  font-size: .8rem;
}
.product-item-styling a .product-info .sku {
  font-size: .8rem;
  margin-bottom: 1rem;
  display: block;
  color: rgba(30, 30, 30, 0.7);
}
.product-item-styling a .product-info h2.woocommerce-loop-product__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  padding: 0;
  margin-bottom: 1rem;
}
.product-item-styling a .product-info h2.woocommerce-loop-product__title + .sku {
  margin-top: -.75rem;
}
.product-item-styling a .product-info .price {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
}
.product-item-styling a .product-info .price span {
  line-height: 1.2;
}
.product-item-styling a .product-info .price ins {
  text-decoration: none;
}
.product-item-styling a .product-info .prijs-incl {
  font-size: .8rem;
  margin: -0.5em 0 0 0;
  display: block;
  color: rgba(30, 30, 30, 0.7);
}
.product-item-styling a .product-info .prijs-incl * {
  color: rgba(30, 30, 30, 0.7);
}
.product-item-styling a .product-info .button {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 200px;
  width: 100%;
  text-align: center;
}
.product-item-styling a .product-info .button.rounded {
  border-radius: 200px;
}
.product-item-styling a .product-info .button:hover,
.product-item-styling a .product-info .button.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.product-item-styling a .product-info .button:focus,
.product-item-styling a .product-info .button:active {
  outline: none;
  color: #ffffff;
}
.product-item-styling a .product-info .button.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.product-item-styling a .product-info .button.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.product-item-styling a .product-info .button.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.product-item-styling a .product-info .button.full-width {
  width: 100%;
}
.product-item-styling a .product-info .button.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.product-item-styling a .product-info .button.arrow-right:hover {
  background-position: center right 1rem;
}
.product-item-styling a .product-info .button.arrow-right.large {
  background-size: 1.5rem auto;
}
.product-item-styling a .product-info .button.small {
  padding: 0.1rem 2rem;
}
.product-item-styling a .product-info .button.small-radius {
  border-radius: 3px;
}
.product-item-styling a .product-info .button.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.product-item-styling a .product-info .button.ghost:hover,
.product-item-styling a .product-info .button.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.product-item-styling a .product-info .button.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.product-item-styling a .product-info .button.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.product-item-styling a .product-info .button.gray-medium:hover,
.product-item-styling a .product-info .button.gray-medium:focus,
.product-item-styling a .product-info .button.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.product-item-styling a .product-info .button.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.product-item-styling a .product-info .button.white:hover,
.product-item-styling a .product-info .button.white:focus,
.product-item-styling a .product-info .button.white:active {
  background: #1fc791;
  color: #ffffff;
}
.product-item-styling a .product-info .button.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.product-item-styling a .product-info .button.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .product-item-styling a .product-info .button {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .product-item-styling a .product-info .button.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.product-item-styling a .product-info .button.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.product-item-styling a .product-info .button.sub:hover,
.product-item-styling a .product-info .button.sub:focus {
  background-color: #7a7a7a;
}
.product-item-styling a .product-info .button.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.product-item-styling a .product-info .button.wc-backward:hover {
  background-position: left 1.5rem center;
}
.product-item-styling a:hover .product-info .button {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.product-item-styling a.ajax_add_to_cart,
.product-item-styling a.product_type_variable.add_to_cart_button,
.product-item-styling a.product_type_simple {
  display: none;
}
@media only screen and (max-width: 991px) {
  .product-item-styling {
    padding: 1rem;
    margin: 0 1rem 1rem 0;
    width: calc(100% / 2 - .5rem);
  }
  .product-item-styling:nth-of-type(3n) {
    margin: 0 1rem 1rem 0;
  }
  .product-item-styling:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-item-styling a .price {
    font-size: 1.1rem;
  }
}
.styled-select-item {
  border: 1px solid #d3d3d3;
  color: #8d8d8d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 100px;
  background: none;
  max-width: 100%;
  position: relative;
  background: url(https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down.svg) center right 15px no-repeat;
  cursor: pointer;
  margin: 0;
  padding: .75rem;
}
.woocommerce .categorie-beschrijving {
  padding-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .woocommerce .categorie-beschrijving {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce .categorie-beschrijving {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .categorie-beschrijving {
    margin-bottom: 3rem;
  }
}
.woocommerce .categorie-beschrijving.no-margin {
  margin-bottom: 0;
}
.woocommerce .categorie-beschrijving .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.woocommerce .categorie-beschrijving .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce .categorie-beschrijving .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.woocommerce .categorie-beschrijving .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.woocommerce .categorie-beschrijving .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce .categorie-beschrijving .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.woocommerce .categorie-beschrijving .tekst a {
  white-space: nowrap;
  position: relative;
}
.woocommerce .categorie-beschrijving .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.woocommerce .categorie-beschrijving .tekst a:hover::after,
.woocommerce .categorie-beschrijving .tekst a.active::after {
  width: 100%;
}
.woocommerce .categorie-beschrijving .tekst a.button::after {
  display: none;
}
.woocommerce .categorie-beschrijving .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.woocommerce .categorie-beschrijving .tekst *:last-child {
  margin-bottom: 0;
}
.woocommerce .categorie-beschrijving p:last-of-type {
  margin-bottom: 0;
}
.woocommerce .categorie-beschrijving .categorie-beschrijving-inner {
  border-top: 1px solid #8d8d8d;
  padding-top: 5rem;
}
.woocommerce .sort-count-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.woocommerce .sort-count-container .woocommerce-result-count {
  margin-bottom: 0;
  text-align: right;
}
.woocommerce .sort-count-container .woocommerce-ordering {
  margin: 0;
}
.woocommerce .sort-count-container .woocommerce-ordering select {
  border: 1px solid #d3d3d3;
  color: #8d8d8d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 100px;
  background: none;
  max-width: 100%;
  position: relative;
  background: url(https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down.svg) center right 15px no-repeat;
  cursor: pointer;
  margin: 0;
  padding: .75rem;
}
.woocommerce .woocommerce-result-count {
  width: 100%;
  padding: .5rem 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 3rem;
  }
}
.woocommerce nav.woocommerce-pagination.no-margin {
  margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination .tekst ul {
  margin: 0 0 2.26666667em 0.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1e1e1e;
  top: calc(34px / 2 - 3px);
}
.woocommerce nav.woocommerce-pagination .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2.26666667em 0.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination .tekst a {
  white-space: nowrap;
  position: relative;
}
.woocommerce nav.woocommerce-pagination .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.woocommerce nav.woocommerce-pagination .tekst a:hover::after,
.woocommerce nav.woocommerce-pagination .tekst a.active::after {
  width: 100%;
}
.woocommerce nav.woocommerce-pagination .tekst a.button::after {
  display: none;
}
.woocommerce nav.woocommerce-pagination .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #1e1e1e;
  padding: 0 0 0 1.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst *:last-child {
  margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding: 0 1rem;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  font-weight: 600;
  padding: 1rem .5rem;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: none;
  color: #1e1e1e;
}
@media only screen and (max-width: 767px) {
  .woocommerce .categorie-beschrijving .categorie-beschrijving-inner {
    padding-top: 2rem;
  }
  .woocommerce .sort-count-container {
    flex-direction: column;
  }
  .woocommerce .sort-count-container .woocommerce-result-count {
    width: 100%;
    text-align: left;
  }
  .woocommerce .sort-count-container .woocommerce-ordering {
    width: 100%;
  }
  .woocommerce .sort-count-container .woocommerce-ordering select {
    width: 100%;
  }
}
.woocommerce ul.products[class*=columns-] {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products[class*=columns-]::before,
.woocommerce ul.products[class*=columns-]::after {
  display: none;
}
.woocommerce ul.products[class*=columns-].columns-3 li.product {
  width: calc((100% / 3) - (3rem / 3));
}
.woocommerce ul.products[class*=columns-].columns-4 li.product {
  width: calc((100% / 4) - (4.5rem / 4));
}
.woocommerce ul.products[class*=columns-] li.product {
  margin: 0 1.5rem 1.5rem 0;
  overflow: hidden;
  text-align: center;
}
.woocommerce ul.products[class*=columns-] li.product.last {
  margin-right: 0;
}
.woocommerce ul.products[class*=columns-] li.product a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
  height: 100%;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image {
  position: relative;
  display: block;
  border: 1px solid #f5f5f5;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .image-itself {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .image-itself .ribbon {
  width: 140px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .image-itself .ribbon.ribbon-top-left {
  top: 0px;
  left: 0px;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .image-itself .ribbon.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .image-itself .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #ffed00;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .image-itself img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  z-index: 1;
}
.woocommerce ul.products[class*=columns-] li.product a .shop-image .ratio {
  padding-bottom: 100%;
  display: block;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info {
  padding: .75rem;
  display: block;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info p.voorraad {
  font-size: .8rem;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .sku {
  font-size: .8rem;
  margin-bottom: 1rem;
  display: block;
  color: rgba(30, 30, 30, 0.7);
}
.woocommerce ul.products[class*=columns-] li.product a .product-info h2.woocommerce-loop-product__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  padding: 0;
  margin-bottom: 1rem;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info h2.woocommerce-loop-product__title + .sku {
  margin-top: -.75rem;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .price {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .price span {
  line-height: 1.2;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .price ins {
  text-decoration: none;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .prijs-incl {
  font-size: .8rem;
  margin: -0.5em 0 0 0;
  display: block;
  color: rgba(30, 30, 30, 0.7);
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .prijs-incl * {
  color: rgba(30, 30, 30, 0.7);
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 200px;
  width: 100%;
  text-align: center;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.rounded {
  border-radius: 200px;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button:hover,
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button:focus,
.woocommerce ul.products[class*=columns-] li.product a .product-info .button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.full-width {
  width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.arrow-right:hover {
  background-position: center right 1rem;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.arrow-right.large {
  background-size: 1.5rem auto;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.small {
  padding: 0.1rem 2rem;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.small-radius {
  border-radius: 3px;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.ghost:hover,
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.gray-medium:hover,
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.gray-medium:focus,
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.white:hover,
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.white:focus,
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.white:active {
  background: #1fc791;
  color: #ffffff;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product a .product-info .button {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product a .product-info .button.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.sub:hover,
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.sub:focus {
  background-color: #7a7a7a;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce ul.products[class*=columns-] li.product a .product-info .button.wc-backward:hover {
  background-position: left 1.5rem center;
}
.woocommerce ul.products[class*=columns-] li.product a:hover .product-info .button {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce ul.products[class*=columns-] li.product a.ajax_add_to_cart,
.woocommerce ul.products[class*=columns-] li.product a.product_type_variable.add_to_cart_button,
.woocommerce ul.products[class*=columns-] li.product a.product_type_simple {
  display: none;
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products[class*=columns-] li.product {
    padding: 1rem;
    margin: 0 1rem 1rem 0;
    width: calc(100% / 2 - .5rem);
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-of-type(3n) {
    margin: 0 1rem 1rem 0;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product a .price {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce ul.products[class*=columns-].columns-3 li.product,
  .woocommerce ul.products[class*=columns-].columns-4 li.product {
    width: calc((100% / 2) - (1rem / 2));
  }
}
.woocommerce-variation-add-to-cart::before {
  content: '';
}
.woocommerce .woocommerce-notices-wrapper,
.woocommerce-page .woocommerce-notices-wrapper {
  position: relative;
  z-index: 10;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message {
  margin: 0;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.rounded,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.rounded,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.rounded,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.rounded,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.rounded,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.rounded {
  border-radius: 200px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.hoverbutton,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.hoverbutton,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.hoverbutton,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.hoverbutton,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.hoverbutton,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button:active,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button:active,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.white,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.white,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.white:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.white:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.large,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.large,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.large,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.large,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.large,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.full-width,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.full-width,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.full-width,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.full-width,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.full-width,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.full-width {
  width: 100%;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.arrow-right,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.arrow-right,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.arrow-right,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.arrow-right,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.arrow-right,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.arrow-right:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.arrow-right:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.arrow-right:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.arrow-right:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.arrow-right:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.arrow-right:hover {
  background-position: center right 1rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.arrow-right.large,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.arrow-right.large,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.arrow-right.large,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.arrow-right.large,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.arrow-right.large,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.arrow-right.large {
  background-size: 1.5rem auto;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.small,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.small,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.small,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.small,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.small,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.small {
  padding: 0.1rem 2rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.small-radius,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.small-radius,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.small-radius,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.small-radius,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.small-radius,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.small-radius {
  border-radius: 3px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.ghost,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.ghost,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.ghost,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.ghost,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.ghost,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.ghost:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.ghost:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.ghost:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.ghost:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.ghost:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.ghost:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.ghost:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.ghost:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.ghost:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.ghost:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.ghost:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.black,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.black,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.black,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.black,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.black,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.gray-medium,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.gray-medium,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.gray-medium,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.gray-medium,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.gray-medium,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.gray-medium:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.gray-medium:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.gray-medium:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.gray-medium:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.gray-medium:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.gray-medium:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.gray-medium:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.gray-medium:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.gray-medium:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.gray-medium:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.gray-medium:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.gray-medium:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.gray-medium:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.gray-medium:active,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.gray-medium:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.gray-medium:active,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.gray-medium:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.white,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.white,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.white,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.white:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.white:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.white:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.white:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.white:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.white:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.white:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.white:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.white:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.white:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.white:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.white:active,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.white:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.white:active,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.white:active,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.white:active {
  background: #1fc791;
  color: #ffffff;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.back,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.back,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.back:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.back:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-notices-wrapper .woocommerce-error .button,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button,
  .woocommerce .woocommerce-notices-wrapper .woocommerce-info .button,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button,
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.black,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.black,
  .woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.black,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.black,
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.black,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.sub,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.sub,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.sub,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.sub,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.sub,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.sub:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.sub:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.sub:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.sub:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.sub:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.sub:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.sub:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.sub:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.sub:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.sub:focus,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.sub:focus,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.sub:focus {
  background-color: #7a7a7a;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward:hover {
  background-position: left 1.5rem center;
}
.woocommerce .after-product-title,
.woocommerce-page .after-product-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.woocommerce .after-product-title .breadcrumbs,
.woocommerce-page .after-product-title .breadcrumbs {
  margin: 0 0 0 1rem;
}
.woocommerce div.product .product-info-top,
.woocommerce-page div.product .product-info-top {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.woocommerce div.product .product-info-top .product-info-right form.cart,
.woocommerce-page div.product .product-info-top .product-info-right form.cart {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.woocommerce div.product .image-gallery .single-image,
.woocommerce-page div.product .image-gallery .single-image {
  position: relative;
  width: calc(100% - 6rem);
  margin: 6rem auto 0 auto;
}
.woocommerce div.product .image-gallery .single-image .image-itself,
.woocommerce-page div.product .image-gallery .single-image .image-itself {
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce div.product .image-gallery .single-image .ratio,
.woocommerce-page div.product .image-gallery .single-image .ratio {
  padding-bottom: 100%;
}
.woocommerce div.product .image-gallery .single-gallery,
.woocommerce-page div.product .image-gallery .single-gallery {
  margin-right: 1rem;
  /*
				.slick-arrow 													{ .abs; top: 50%; .trans(transform, translateY(-50%)); z-index: 2; font-size: 0; background-color: fade(@color-actie, 50%); background-size: 1rem; border: none; background-position: center; width: 2.5rem; height: 2.5rem; background-repeat: no-repeat; .trans(transition, .3s ease);
					&:active, &:focus 											{ outline: none; border: none; }
					&:hover 													{ background-color: @color-actie; cursor: pointer; }
				}
				.slick-prev 													{ left: 0; background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-slider-left.svg') !important; }
				.slick-next 													{ right: 0; background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-slider-right.svg') !important; }
*/
}
.woocommerce div.product .image-gallery .single-gallery .image,
.woocommerce-page div.product .image-gallery .single-gallery .image {
  cursor: pointer;
  outline: none;
  background: #f5f5f5;
}
.woocommerce div.product .image-gallery .single-gallery .image .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery .image .image-spacer {
  position: relative;
  margin: 0rem;
  border: 1px solid #f5f5f5;
}
.woocommerce div.product .image-gallery .single-gallery .image .image-itself,
.woocommerce-page div.product .image-gallery .single-gallery .image .image-itself {
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce div.product .image-gallery .single-gallery .image .ratio,
.woocommerce-page div.product .image-gallery .single-gallery .image .ratio {
  padding-bottom: 100%;
}
.woocommerce div.product .image-gallery .single-gallery .slick-arrow,
.woocommerce-page div.product .image-gallery .single-gallery .slick-arrow {
  position: absolute;
  top: calc(50% - 1.5rem);
  right: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0;
  border: none;
  border-radius: 5px 0 0 5px;
  z-index: 2;
  background-color: rgba(30, 30, 30, 0.15);
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-right-white.svg');
  background-size: auto 1rem;
  background-repeat: no-repeat;
  background-position: center left 1rem;
  cursor: pointer;
}
.woocommerce div.product .image-gallery .single-gallery-thumb,
.woocommerce-page div.product .image-gallery .single-gallery-thumb {
  margin-top: 1rem;
  margin-right: 1rem;
}
.woocommerce div.product .image-gallery .single-gallery-thumb .image,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .image {
  cursor: pointer;
  margin-right: 1rem;
  outline: none;
  background: #f5f5f5;
}
.woocommerce div.product .image-gallery .single-gallery-thumb .image .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .image .image-spacer {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border: 1px solid #d3d3d3;
  opacity: .4;
}
.woocommerce div.product .image-gallery .single-gallery-thumb .image .image-itself,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .image .image-itself {
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce div.product .image-gallery .single-gallery-thumb .image .ratio,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .image .ratio {
  padding-bottom: 100%;
}
.woocommerce div.product .image-gallery .single-gallery-thumb .image.slick-current .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .image.slick-current .image-spacer {
  border-color: #1fc791;
}
.woocommerce div.product .image-gallery .single-gallery-thumb .slick-slide.slick-current .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .slick-slide.slick-current .image-spacer,
.woocommerce div.product .image-gallery .single-gallery-thumb .slick-slide:hover .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .slick-slide:hover .image-spacer,
.woocommerce div.product .image-gallery .single-gallery-thumb .slick-slide:focus .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .slick-slide:focus .image-spacer,
.woocommerce div.product .image-gallery .single-gallery-thumb .slick-slide:active .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .slick-slide:active .image-spacer {
  opacity: 1;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  margin: 0;
}
.woocommerce div.product div.summary h1.product_title,
.woocommerce-page div.product div.summary h1.product_title {
  margin: 0 0 1rem 0;
  line-height: 1;
}
.woocommerce div.product div.summary .sku,
.woocommerce-page div.product div.summary .sku {
  font-size: .8rem;
  margin-bottom: 1rem;
  display: block;
  color: rgba(30, 30, 30, 0.7);
}
.woocommerce div.product div.summary p.stock,
.woocommerce-page div.product div.summary p.stock {
  display: none;
}
.woocommerce div.product div.summary > .price,
.woocommerce-page div.product div.summary > .price {
  margin-top: 1.5rem;
}
.woocommerce div.product div.summary p.price,
.woocommerce-page div.product div.summary p.price,
.woocommerce div.product div.summary span.price,
.woocommerce-page div.product div.summary span.price {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1;
}
.woocommerce div.product div.summary p.price *,
.woocommerce-page div.product div.summary p.price *,
.woocommerce div.product div.summary span.price *,
.woocommerce-page div.product div.summary span.price * {
  line-height: 1;
}
.woocommerce div.product div.summary p.price del,
.woocommerce-page div.product div.summary p.price del,
.woocommerce div.product div.summary span.price del,
.woocommerce-page div.product div.summary span.price del {
  opacity: .25;
  color: red;
}
.woocommerce div.product div.summary p.price ins,
.woocommerce-page div.product div.summary p.price ins,
.woocommerce div.product div.summary span.price ins,
.woocommerce-page div.product div.summary span.price ins {
  font-weight: inherit;
  text-decoration: none;
}
.woocommerce div.product div.summary .prijs-incl,
.woocommerce-page div.product div.summary .prijs-incl {
  margin-bottom: 2rem;
}
.woocommerce div.product div.summary .voorraad,
.woocommerce-page div.product div.summary .voorraad {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.woocommerce div.product div.summary p.look-h4,
.woocommerce-page div.product div.summary p.look-h4 {
  display: inline-block;
}
.woocommerce div.product div.summary ul.checks,
.woocommerce-page div.product div.summary ul.checks {
  margin: .5rem 0;
}
.woocommerce div.product div.summary .iconic-wlv-variations,
.woocommerce-page div.product div.summary .iconic-wlv-variations,
.woocommerce div.product div.summary .attribute-block,
.woocommerce-page div.product div.summary .attribute-block {
  width: 100%;
  margin-bottom: 1.5rem;
}
.woocommerce div.product div.summary .iconic-wlv-variations td.iconic-wlv-variations__label,
.woocommerce-page div.product div.summary .iconic-wlv-variations td.iconic-wlv-variations__label,
.woocommerce div.product div.summary .attribute-block td.iconic-wlv-variations__label,
.woocommerce-page div.product div.summary .attribute-block td.iconic-wlv-variations__label,
.woocommerce div.product div.summary .iconic-wlv-variations .sub-titel,
.woocommerce-page div.product div.summary .iconic-wlv-variations .sub-titel,
.woocommerce div.product div.summary .attribute-block .sub-titel,
.woocommerce-page div.product div.summary .attribute-block .sub-titel {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.22222222;
  color: #000000;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.woocommerce div.product div.summary .iconic-wlv-variations td.iconic-wlv-variations__label.big,
.woocommerce-page div.product div.summary .iconic-wlv-variations td.iconic-wlv-variations__label.big,
.woocommerce div.product div.summary .attribute-block td.iconic-wlv-variations__label.big,
.woocommerce-page div.product div.summary .attribute-block td.iconic-wlv-variations__label.big,
.woocommerce div.product div.summary .iconic-wlv-variations .sub-titel.big,
.woocommerce-page div.product div.summary .iconic-wlv-variations .sub-titel.big,
.woocommerce div.product div.summary .attribute-block .sub-titel.big,
.woocommerce-page div.product div.summary .attribute-block .sub-titel.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.woocommerce div.product div.summary .iconic-wlv-variations td.iconic-wlv-variations__label *,
.woocommerce-page div.product div.summary .iconic-wlv-variations td.iconic-wlv-variations__label *,
.woocommerce div.product div.summary .attribute-block td.iconic-wlv-variations__label *,
.woocommerce-page div.product div.summary .attribute-block td.iconic-wlv-variations__label *,
.woocommerce div.product div.summary .iconic-wlv-variations .sub-titel *,
.woocommerce-page div.product div.summary .iconic-wlv-variations .sub-titel *,
.woocommerce div.product div.summary .attribute-block .sub-titel *,
.woocommerce-page div.product div.summary .attribute-block .sub-titel * {
  line-height: 1;
}
.woocommerce div.product div.summary .iconic-wlv-variations .iconic-wlv-variations__value li.iconic-wlv-terms__term--current .iconic-wlv-terms__term-content,
.woocommerce-page div.product div.summary .iconic-wlv-variations .iconic-wlv-variations__value li.iconic-wlv-terms__term--current .iconic-wlv-terms__term-content,
.woocommerce div.product div.summary .attribute-block .iconic-wlv-variations__value li.iconic-wlv-terms__term--current .iconic-wlv-terms__term-content,
.woocommerce-page div.product div.summary .attribute-block .iconic-wlv-variations__value li.iconic-wlv-terms__term--current .iconic-wlv-terms__term-content {
  border-color: #1fc791;
}
.woocommerce div.product div.summary .iconic-wlv-variations .voorraad-item,
.woocommerce-page div.product div.summary .iconic-wlv-variations .voorraad-item,
.woocommerce div.product div.summary .attribute-block .voorraad-item,
.woocommerce-page div.product div.summary .attribute-block .voorraad-item {
  background: #f0f0f0;
  border-radius: 3px;
  padding: .5rem .75rem;
  margin-bottom: 10px;
}
.woocommerce div.product div.summary .iconic-wlv-variations .voorraad-item p,
.woocommerce-page div.product div.summary .iconic-wlv-variations .voorraad-item p,
.woocommerce div.product div.summary .attribute-block .voorraad-item p,
.woocommerce-page div.product div.summary .attribute-block .voorraad-item p {
  margin: 0;
  position: relative;
  padding-left: 2rem;
}
.woocommerce div.product div.summary .iconic-wlv-variations .voorraad-item p::before,
.woocommerce-page div.product div.summary .iconic-wlv-variations .voorraad-item p::before,
.woocommerce div.product div.summary .attribute-block .voorraad-item p::before,
.woocommerce-page div.product div.summary .attribute-block .voorraad-item p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 100%;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-voorraad-box.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.woocommerce div.product div.summary .iconic-wlv-variations,
.woocommerce-page div.product div.summary .iconic-wlv-variations {
  margin-bottom: 1.5rem;
}
.woocommerce div.product div.summary .iconic-wlv-variations .iconic-wlv-variations__label,
.woocommerce-page div.product div.summary .iconic-wlv-variations .iconic-wlv-variations__label {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
}
.woocommerce div.product div.summary .iconic-wlv-variations .iconic-wlv-variations__label.big,
.woocommerce-page div.product div.summary .iconic-wlv-variations .iconic-wlv-variations__label.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.woocommerce div.product div.summary .woocommerce-product-rating,
.woocommerce-page div.product div.summary .woocommerce-product-rating {
  margin-bottom: 1rem;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating::before,
.woocommerce-page div.product div.summary .woocommerce-product-rating .star-rating::before {
  color: #1fc791;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating span,
.woocommerce-page div.product div.summary .woocommerce-product-rating .star-rating span {
  color: #1fc791;
}
.woocommerce div.product div.summary .woocommerce-product-rating a.woocommerce-review-link,
.woocommerce-page div.product div.summary .woocommerce-product-rating a.woocommerce-review-link {
  color: #1fc791;
}
.woocommerce div.product div.summary .voordelen-blok,
.woocommerce-page div.product div.summary .voordelen-blok {
  background: rgba(31, 199, 145, 0.08);
  margin-top: 2rem;
  padding: 1.5rem 2rem;
}
.woocommerce div.product div.summary .voordelen-blok ul,
.woocommerce-page div.product div.summary .voordelen-blok ul {
  display: flex;
  flex-wrap: wrap;
  color: white;
}
.woocommerce div.product div.summary .voordelen-blok ul li,
.woocommerce-page div.product div.summary .voordelen-blok ul li {
  width: calc(50% - 1.5rem);
  margin: .5rem 1.5rem .5rem 0;
}
.woocommerce div.product div.summary .voordelen-blok ul li p,
.woocommerce-page div.product div.summary .voordelen-blok ul li p {
  line-height: 1.4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
  border-color: #1e1e1e;
  z-index: 10;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  margin: 0 2rem 0 0;
  border: none;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border: none;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  border: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active::before {
  background: #1e1e1e;
}
.woocommerce div.product .woocommerce-tabs #tab-additional_information h2,
.woocommerce-page div.product .woocommerce-tabs #tab-additional_information h2 {
  display: none;
}
@media only screen and (min-width: 992px) {
  .woocommerce div.product .product-info,
  .woocommerce-page div.product .product-info {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce div.product .product-info,
  .woocommerce-page div.product .product-info {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product .product-info,
  .woocommerce-page div.product .product-info {
    margin-bottom: 3rem;
  }
}
.woocommerce div.product .product-beschrijving-container,
.woocommerce-page div.product .product-beschrijving-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.woocommerce div.product .product-beschrijving-container .product-beschrijving .tekst *:last-child,
.woocommerce-page div.product .product-beschrijving-container .product-beschrijving .tekst *:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .related .products,
.woocommerce-page div.product .related .products {
  padding-top: 2rem;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
  width: 100%;
  margin-bottom: 0;
  /*
			table.variations													{ margin-bottom: 0; width: 100%;
				tbody 															{
					tr 															{ border-top: 1px solid fade(white, 20%); 
						td 														{ padding: 1rem 1.5rem;
							&.label 											{ padding-right: 0;
								label 											{ .medium; font-weight: 400; font-size: 1rem; }
							}
							&.value 											{ padding-left: 0;
								select 											{ .block; .medium; width: 100%; margin: 0; font-size: 1rem; background-color: transparent; border: none; outline: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; text-align-last: right; .trans(transition, .3s ease); padding-right: 2rem; background: url(https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down-white.svg) no-repeat center right .5rem; background-size: 1rem auto;
									option 										{ font-size: .7rem; font-weight: normal; }
			
									&:focus										{ outline: none; }
									&::-ms-expand 								{ .none; }
								}
			
								.reset_variations 								{ display: none!important; }
							}
						}
			
						&.hide 													{ 
							td 													{
								label,select 									{ .none; }
							}
						}
					}
				}
			
				@media @desktop-large 											{
					tbody 														{
						tr 														{
							td 													{
								&.value 										{
									select 										{ padding-right: 60px; }
								}
							}
						}
					}
				}
			}
*/
}
.woocommerce div.product form.cart .quantity-container,
.woocommerce-page div.product form.cart .quantity-container {
  width: 6.5rem;
  margin-right: 1rem !important;
}
.woocommerce div.product form.cart .quantity-container input,
.woocommerce-page div.product form.cart .quantity-container input {
  width: calc(100% - 2rem);
}
.woocommerce div.product form.cart.variations_form,
.woocommerce-page div.product form.cart.variations_form {
  flex-direction: column;
}
.woocommerce div.product form.cart.variations_form table.variations,
.woocommerce-page div.product form.cart.variations_form table.variations {
  margin: 0 0 -1rem 0;
  position: relative;
  z-index: 2;
}
.woocommerce div.product form.cart.variations_form table.variations tbody tr td.label,
.woocommerce-page div.product form.cart.variations_form table.variations tbody tr td.label {
  vertical-align: middle;
}
.woocommerce div.product form.cart.variations_form table.variations tbody tr td.value,
.woocommerce-page div.product form.cart.variations_form table.variations tbody tr td.value {
  padding: .25rem 0;
}
.woocommerce div.product form.cart.variations_form table.variations tbody tr td.value select,
.woocommerce-page div.product form.cart.variations_form table.variations tbody tr td.value select {
  border: 1px solid #d3d3d3;
  color: #8d8d8d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 100px;
  background: none;
  max-width: 100%;
  position: relative;
  background: url(https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down.svg) center right 15px no-repeat;
  cursor: pointer;
  margin: 0;
  padding: .75rem;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
.woocommerce-page div.product form.cart .woocommerce-variation-add-to-cart {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce-page div.product form.cart button.single_add_to_cart_button {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 3px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.rounded,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.rounded {
  border-radius: 200px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button:hover,
.woocommerce div.product form.cart button.single_add_to_cart_button.hoverbutton,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce div.product form.cart button.single_add_to_cart_button:focus,
.woocommerce-page div.product form.cart button.single_add_to_cart_button:focus,
.woocommerce div.product form.cart button.single_add_to_cart_button:active,
.woocommerce-page div.product form.cart button.single_add_to_cart_button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.white,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce div.product form.cart button.single_add_to_cart_button.white:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce div.product form.cart button.single_add_to_cart_button.large,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.full-width,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.full-width {
  width: 100%;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.arrow-right,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.arrow-right:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.arrow-right:hover {
  background-position: center right 1rem;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.arrow-right.large,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.arrow-right.large {
  background-size: 1.5rem auto;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.small,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.small {
  padding: 0.1rem 2rem;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.small-radius,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.small-radius {
  border-radius: 3px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.ghost,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.ghost:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.ghost:hover,
.woocommerce div.product form.cart button.single_add_to_cart_button.ghost:focus,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.black,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.gray-medium,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.gray-medium:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.gray-medium:hover,
.woocommerce div.product form.cart button.single_add_to_cart_button.gray-medium:focus,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.gray-medium:focus,
.woocommerce div.product form.cart button.single_add_to_cart_button.gray-medium:active,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.white,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.white:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.white:hover,
.woocommerce div.product form.cart button.single_add_to_cart_button.white:focus,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.white:focus,
.woocommerce div.product form.cart button.single_add_to_cart_button.white:active,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.white:active {
  background: #1fc791;
  color: #ffffff;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.back,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.back:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product form.cart button.single_add_to_cart_button,
  .woocommerce-page div.product form.cart button.single_add_to_cart_button {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .woocommerce div.product form.cart button.single_add_to_cart_button.black,
  .woocommerce-page div.product form.cart button.single_add_to_cart_button.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.woocommerce div.product form.cart button.single_add_to_cart_button.sub,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.sub:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.sub:hover,
.woocommerce div.product form.cart button.single_add_to_cart_button.sub:focus,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.sub:focus {
  background-color: #7a7a7a;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.wc-backward,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.wc-backward:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.wc-backward:hover {
  background-position: left 1.5rem center;
}
@media only screen and (min-width: 992px) {
  .woocommerce div.product #reviews,
  .woocommerce-page div.product #reviews {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce div.product #reviews,
  .woocommerce-page div.product #reviews {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product #reviews,
  .woocommerce-page div.product #reviews {
    margin-bottom: 3rem;
  }
}
.woocommerce div.product #reviews #review_form_wrapper,
.woocommerce-page div.product #reviews #review_form_wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #1e1e1e;
}
.woocommerce div.product #reviews #review_form_wrapper .review-top,
.woocommerce-page div.product #reviews #review_form_wrapper .review-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce div.product #reviews #review_form_wrapper .review-top .titel,
.woocommerce-page div.product #reviews #review_form_wrapper .review-top .titel {
  margin: 0 !important;
}
.woocommerce div.product #reviews #comments ol.commentlist,
.woocommerce-page div.product #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce div.product #reviews #comments ol.commentlist li,
.woocommerce-page div.product #reviews #comments ol.commentlist li {
  padding: .5rem 0;
  border-bottom: 2px solid #d3d3d3;
}
.woocommerce div.product #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page div.product #reviews #comments ol.commentlist li img.avatar {
  display: none;
}
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page div.product #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border: none;
  padding: 0;
}
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text span.comment_title,
.woocommerce-page div.product #reviews #comments ol.commentlist li .comment-text span.comment_title {
  font-size: 1.1rem;
  color: #1fc791;
}
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text .star-rating,
.woocommerce-page div.product #reviews #comments ol.commentlist li .comment-text .star-rating {
  width: 100%;
}
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text .star-rating span,
.woocommerce-page div.product #reviews #comments ol.commentlist li .comment-text .star-rating span {
  line-height: 1;
  color: #fcc600;
}
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text .meta,
.woocommerce-page div.product #reviews #comments ol.commentlist li .comment-text .meta {
  font-style: italic;
  font-size: 1rem;
  width: 100%;
  margin-bottom: .5rem;
}
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text .meta strong,
.woocommerce-page div.product #reviews #comments ol.commentlist li .comment-text .meta strong {
  font-weight: 400;
}
.woocommerce div.product #reviews #comments ol.commentlist li .comment-text .description,
.woocommerce-page div.product #reviews #comments ol.commentlist li .comment-text .description {
  width: 100%;
}
.woocommerce div.product #reviews #comments ol.commentlist li:last-child,
.woocommerce-page div.product #reviews #comments ol.commentlist li:last-child {
  border-bottom: none;
}
.woocommerce div.product #reviews span#reply-title,
.woocommerce-page div.product #reviews span#reply-title {
  cursor: pointer;
  color: #1fc791;
}
.woocommerce div.product #reviews span#reply-title:hover,
.woocommerce-page div.product #reviews span#reply-title:hover {
  color: #000000;
}
.woocommerce div.product #reviews .aantal-comments,
.woocommerce-page div.product #reviews .aantal-comments {
  padding-bottom: 1rem;
  border-bottom: 1px solid #1e1e1e;
  color: #d3d3d3;
}
.woocommerce div.product #reviews .review-container .review-item,
.woocommerce-page div.product #reviews .review-container .review-item {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.woocommerce div.product #reviews .review-container .review-item .review-links,
.woocommerce-page div.product #reviews .review-container .review-item .review-links {
  width: 350px;
  padding-right: 2rem;
}
.woocommerce div.product #reviews .review-container .review-item .review-links .naam,
.woocommerce-page div.product #reviews .review-container .review-item .review-links .naam {
  font-weight: 600;
  display: block;
}
.woocommerce div.product #reviews .review-container .review-item .review-rechts,
.woocommerce-page div.product #reviews .review-container .review-item .review-rechts {
  width: calc(100% - 350px);
}
.woocommerce div.product #reviews .review-container .review-item .review-rechts .star-rating,
.woocommerce-page div.product #reviews .review-container .review-item .review-rechts .star-rating {
  float: none;
  margin-bottom: 1rem;
}
.woocommerce div.product #reviews .review-container .review-item .review-rechts .star-rating span,
.woocommerce-page div.product #reviews .review-container .review-item .review-rechts .star-rating span {
  line-height: 1;
  color: #fcc600;
}
.woocommerce div.product #reviews .review-container .review-item .review-rechts .titel,
.woocommerce-page div.product #reviews .review-container .review-item .review-rechts .titel {
  margin: 0;
}
.woocommerce div.product #reviews .review-container .review-item .review-rechts .content *:last-child,
.woocommerce-page div.product #reviews .review-container .review-item .review-rechts .content *:last-child {
  margin: 0;
}
.woocommerce div.product #reviews .review-container .button-more,
.woocommerce-page div.product #reviews .review-container .button-more {
  text-align: center;
  margin-top: 1rem;
}
.woocommerce div.product #reviews .review-container .more-reviews,
.woocommerce-page div.product #reviews .review-container .more-reviews {
  display: none;
}
.woocommerce div.product #reviews #commentform,
.woocommerce-page div.product #reviews #commentform {
  display: none;
  margin-top: 1rem;
}
.woocommerce div.product #reviews #commentform input:not([type="checkbox"]),
.woocommerce-page div.product #reviews #commentform input:not([type="checkbox"]),
.woocommerce div.product #reviews #commentform textarea,
.woocommerce-page div.product #reviews #commentform textarea,
.woocommerce div.product #reviews #commentform select,
.woocommerce-page div.product #reviews #commentform select,
.woocommerce div.product #reviews #commentform label.upload,
.woocommerce-page div.product #reviews #commentform label.upload {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(31px + 15px);
  font-size: 15px;
  line-height: calc(calc(15px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f0f0f0;
}
.woocommerce div.product #reviews #commentform input:not([type="checkbox"])::placeholder,
.woocommerce-page div.product #reviews #commentform input:not([type="checkbox"])::placeholder,
.woocommerce div.product #reviews #commentform textarea::placeholder,
.woocommerce-page div.product #reviews #commentform textarea::placeholder,
.woocommerce div.product #reviews #commentform select::placeholder,
.woocommerce-page div.product #reviews #commentform select::placeholder,
.woocommerce div.product #reviews #commentform label.upload::placeholder,
.woocommerce-page div.product #reviews #commentform label.upload::placeholder {
  opacity: 0;
}
.woocommerce div.product #reviews #commentform input:not([type="checkbox"]):active,
.woocommerce-page div.product #reviews #commentform input:not([type="checkbox"]):active,
.woocommerce div.product #reviews #commentform textarea:active,
.woocommerce-page div.product #reviews #commentform textarea:active,
.woocommerce div.product #reviews #commentform select:active,
.woocommerce-page div.product #reviews #commentform select:active,
.woocommerce div.product #reviews #commentform label.upload:active,
.woocommerce-page div.product #reviews #commentform label.upload:active,
.woocommerce div.product #reviews #commentform input:not([type="checkbox"]):focus,
.woocommerce-page div.product #reviews #commentform input:not([type="checkbox"]):focus,
.woocommerce div.product #reviews #commentform textarea:focus,
.woocommerce-page div.product #reviews #commentform textarea:focus,
.woocommerce div.product #reviews #commentform select:focus,
.woocommerce-page div.product #reviews #commentform select:focus,
.woocommerce div.product #reviews #commentform label.upload:focus,
.woocommerce-page div.product #reviews #commentform label.upload:focus {
  outline: none;
}
.woocommerce div.product #reviews #commentform input:not([type="checkbox"]).hide,
.woocommerce-page div.product #reviews #commentform input:not([type="checkbox"]).hide,
.woocommerce div.product #reviews #commentform textarea.hide,
.woocommerce-page div.product #reviews #commentform textarea.hide,
.woocommerce div.product #reviews #commentform select.hide,
.woocommerce-page div.product #reviews #commentform select.hide,
.woocommerce div.product #reviews #commentform label.upload.hide,
.woocommerce-page div.product #reviews #commentform label.upload.hide {
  display: none;
}
.woocommerce div.product #reviews #commentform input:not([type="checkbox"])::-ms-clear,
.woocommerce-page div.product #reviews #commentform input:not([type="checkbox"])::-ms-clear,
.woocommerce div.product #reviews #commentform textarea::-ms-clear,
.woocommerce-page div.product #reviews #commentform textarea::-ms-clear,
.woocommerce div.product #reviews #commentform select::-ms-clear,
.woocommerce-page div.product #reviews #commentform select::-ms-clear,
.woocommerce div.product #reviews #commentform label.upload::-ms-clear,
.woocommerce-page div.product #reviews #commentform label.upload::-ms-clear {
  display: none;
}
.woocommerce div.product #reviews #commentform input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-page div.product #reviews #commentform input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce div.product #reviews #commentform textarea.wpcf7-not-valid,
.woocommerce-page div.product #reviews #commentform textarea.wpcf7-not-valid,
.woocommerce div.product #reviews #commentform select.wpcf7-not-valid,
.woocommerce-page div.product #reviews #commentform select.wpcf7-not-valid,
.woocommerce div.product #reviews #commentform label.upload.wpcf7-not-valid,
.woocommerce-page div.product #reviews #commentform label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.woocommerce div.product #reviews #commentform input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-page div.product #reviews #commentform input:not([type="checkbox"]):disabled ~ .button,
.woocommerce div.product #reviews #commentform textarea:disabled ~ .button,
.woocommerce-page div.product #reviews #commentform textarea:disabled ~ .button,
.woocommerce div.product #reviews #commentform select:disabled ~ .button,
.woocommerce-page div.product #reviews #commentform select:disabled ~ .button,
.woocommerce div.product #reviews #commentform label.upload:disabled ~ .button,
.woocommerce-page div.product #reviews #commentform label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce div.product #reviews #commentform textarea,
.woocommerce-page div.product #reviews #commentform textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.woocommerce div.product #reviews #commentform select,
.woocommerce-page div.product #reviews #commentform select {
  padding-right: 2.5rem;
  cursor: pointer;
}
.woocommerce div.product #reviews #commentform select .hide-option,
.woocommerce-page div.product #reviews #commentform select .hide-option {
  display: none;
}
.woocommerce div.product #reviews #commentform select::-ms-expand,
.woocommerce-page div.product #reviews #commentform select::-ms-expand {
  display: none;
}
.woocommerce div.product #reviews #commentform.select::before,
.woocommerce-page div.product #reviews #commentform.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 1.5rem;
  right: 1.5rem;
}
.woocommerce div.product #reviews #commentform p.stars a,
.woocommerce-page div.product #reviews #commentform p.stars a {
  color: #fcc600;
}
.woocommerce div.product #reviews #commentform .privacy,
.woocommerce-page div.product #reviews #commentform .privacy {
  text-transform: lowercase;
}
.woocommerce div.product #reviews #commentform #comment,
.woocommerce-page div.product #reviews #commentform #comment,
.woocommerce div.product #reviews #commentform #author,
.woocommerce-page div.product #reviews #commentform #author,
.woocommerce div.product #reviews #commentform #email,
.woocommerce-page div.product #reviews #commentform #email,
.woocommerce div.product #reviews #commentform #title,
.woocommerce-page div.product #reviews #commentform #title {
  max-width: 100%;
  width: 100%;
}
.woocommerce div.product #reviews #commentform #submit,
.woocommerce-page div.product #reviews #commentform #submit {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.woocommerce div.product #reviews #commentform #submit.rounded,
.woocommerce-page div.product #reviews #commentform #submit.rounded {
  border-radius: 200px;
}
.woocommerce div.product #reviews #commentform #submit:hover,
.woocommerce-page div.product #reviews #commentform #submit:hover,
.woocommerce div.product #reviews #commentform #submit.hoverbutton,
.woocommerce-page div.product #reviews #commentform #submit.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce div.product #reviews #commentform #submit:focus,
.woocommerce-page div.product #reviews #commentform #submit:focus,
.woocommerce div.product #reviews #commentform #submit:active,
.woocommerce-page div.product #reviews #commentform #submit:active {
  outline: none;
  color: #ffffff;
}
.woocommerce div.product #reviews #commentform #submit.white,
.woocommerce-page div.product #reviews #commentform #submit.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce div.product #reviews #commentform #submit.white:hover,
.woocommerce-page div.product #reviews #commentform #submit.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce div.product #reviews #commentform #submit.large,
.woocommerce-page div.product #reviews #commentform #submit.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.woocommerce div.product #reviews #commentform #submit.full-width,
.woocommerce-page div.product #reviews #commentform #submit.full-width {
  width: 100%;
}
.woocommerce div.product #reviews #commentform #submit.arrow-right,
.woocommerce-page div.product #reviews #commentform #submit.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce div.product #reviews #commentform #submit.arrow-right:hover,
.woocommerce-page div.product #reviews #commentform #submit.arrow-right:hover {
  background-position: center right 1rem;
}
.woocommerce div.product #reviews #commentform #submit.arrow-right.large,
.woocommerce-page div.product #reviews #commentform #submit.arrow-right.large {
  background-size: 1.5rem auto;
}
.woocommerce div.product #reviews #commentform #submit.small,
.woocommerce-page div.product #reviews #commentform #submit.small {
  padding: 0.1rem 2rem;
}
.woocommerce div.product #reviews #commentform #submit.small-radius,
.woocommerce-page div.product #reviews #commentform #submit.small-radius {
  border-radius: 3px;
}
.woocommerce div.product #reviews #commentform #submit.ghost,
.woocommerce-page div.product #reviews #commentform #submit.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.woocommerce div.product #reviews #commentform #submit.ghost:hover,
.woocommerce-page div.product #reviews #commentform #submit.ghost:hover,
.woocommerce div.product #reviews #commentform #submit.ghost:focus,
.woocommerce-page div.product #reviews #commentform #submit.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.woocommerce div.product #reviews #commentform #submit.black,
.woocommerce-page div.product #reviews #commentform #submit.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.woocommerce div.product #reviews #commentform #submit.gray-medium,
.woocommerce-page div.product #reviews #commentform #submit.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.woocommerce div.product #reviews #commentform #submit.gray-medium:hover,
.woocommerce-page div.product #reviews #commentform #submit.gray-medium:hover,
.woocommerce div.product #reviews #commentform #submit.gray-medium:focus,
.woocommerce-page div.product #reviews #commentform #submit.gray-medium:focus,
.woocommerce div.product #reviews #commentform #submit.gray-medium:active,
.woocommerce-page div.product #reviews #commentform #submit.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce div.product #reviews #commentform #submit.white,
.woocommerce-page div.product #reviews #commentform #submit.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.woocommerce div.product #reviews #commentform #submit.white:hover,
.woocommerce-page div.product #reviews #commentform #submit.white:hover,
.woocommerce div.product #reviews #commentform #submit.white:focus,
.woocommerce-page div.product #reviews #commentform #submit.white:focus,
.woocommerce div.product #reviews #commentform #submit.white:active,
.woocommerce-page div.product #reviews #commentform #submit.white:active {
  background: #1fc791;
  color: #ffffff;
}
.woocommerce div.product #reviews #commentform #submit.back,
.woocommerce-page div.product #reviews #commentform #submit.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce div.product #reviews #commentform #submit.back:hover,
.woocommerce-page div.product #reviews #commentform #submit.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product #reviews #commentform #submit,
  .woocommerce-page div.product #reviews #commentform #submit {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .woocommerce div.product #reviews #commentform #submit.black,
  .woocommerce-page div.product #reviews #commentform #submit.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.woocommerce div.product #reviews #commentform #submit.sub,
.woocommerce-page div.product #reviews #commentform #submit.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce div.product #reviews #commentform #submit.sub:hover,
.woocommerce-page div.product #reviews #commentform #submit.sub:hover,
.woocommerce div.product #reviews #commentform #submit.sub:focus,
.woocommerce-page div.product #reviews #commentform #submit.sub:focus {
  background-color: #7a7a7a;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward:hover,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward:hover {
  background-position: left 1.5rem center;
}
.woocommerce div.product.product-type-variable p.price,
.woocommerce-page div.product.product-type-variable p.price {
  display: none;
}
.woocommerce div.product .seo-tekst,
.woocommerce-page div.product .seo-tekst {
  padding-top: 3rem;
  border-top: 1px solid #1e1e1e;
}
@media only screen and (min-width: 992px) {
  .woocommerce div.product .seo-tekst,
  .woocommerce-page div.product .seo-tekst {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce div.product .seo-tekst,
  .woocommerce-page div.product .seo-tekst {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product .seo-tekst,
  .woocommerce-page div.product .seo-tekst {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce div.product div.summary .producttitel-with-badge,
  .woocommerce-page div.product div.summary .producttitel-with-badge {
    padding-right: 6.5rem;
  }
  .woocommerce div.product div.summary .producttitel-with-badge img,
  .woocommerce-page div.product div.summary .producttitel-with-badge img {
    width: 6.5rem;
    top: -.5rem;
    right: .5rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce div.product,
  .woocommerce-page div.product {
    padding: 2rem 1rem;
  }
  .woocommerce div.product form.cart table.variations tbody tr td,
  .woocommerce-page div.product form.cart table.variations tbody tr td {
    padding: .5rem .5rem;
  }
  .woocommerce div.product form.cart table.variations tbody tr td.label label,
  .woocommerce-page div.product form.cart table.variations tbody tr td.label label {
    font-size: .8rem;
  }
  .woocommerce div.product form.cart table.variations tbody tr td.value,
  .woocommerce-page div.product form.cart table.variations tbody tr td.value {
    padding-left: 0;
  }
  .woocommerce div.product form.cart table.variations tbody tr td.value select,
  .woocommerce-page div.product form.cart table.variations tbody tr td.value select {
    font-size: .8rem;
  }
  .woocommerce div.product .related .products,
  .woocommerce-page div.product .related .products {
    padding-top: 2rem;
  }
  .woocommerce div.product div.summary .voordelen-blok ul li,
  .woocommerce-page div.product div.summary .voordelen-blok ul li {
    width: 100%;
    margin: .5rem 0 .5rem;
  }
  .woocommerce div.product #reviews .review-container .review-item,
  .woocommerce-page div.product #reviews .review-container .review-item {
    padding: 2rem 0;
  }
  .woocommerce div.product #reviews .review-container .review-item .review-links,
  .woocommerce-page div.product #reviews .review-container .review-item .review-links {
    width: 220px;
  }
  .woocommerce div.product #reviews .review-container .review-item .review-rechts,
  .woocommerce-page div.product #reviews .review-container .review-item .review-rechts {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product,
  .woocommerce-page div.product {
    padding: 1.5rem .5rem;
  }
  .woocommerce div.product .product-info-top .product-info-left,
  .woocommerce-page div.product .product-info-top .product-info-left {
    width: calc(100% - 3rem);
    margin: 0 auto;
  }
  .woocommerce div.product .product-info-top .product-info-right,
  .woocommerce-page div.product .product-info-top .product-info-right {
    margin-top: 1rem;
  }
  .woocommerce div.product div.woocommerce-product-gallery,
  .woocommerce-page div.product div.woocommerce-product-gallery {
    width: 100%;
  }
  .woocommerce div.product div.woocommerce-product-gallery img,
  .woocommerce-page div.product div.woocommerce-product-gallery img {
    max-height: 250px;
    width: auto;
    margin: 0 auto 1.5rem auto;
  }
  .woocommerce div.product .image-gallery .single-image,
  .woocommerce-page div.product .image-gallery .single-image {
    margin-top: 0;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce div.product div.summary h1.product_title,
  .woocommerce-page div.product div.summary h1.product_title {
    font-size: 1.5rem;
  }
  .woocommerce div.product div.summary .product_single_prijs_voorraad,
  .woocommerce-page div.product div.summary .product_single_prijs_voorraad {
    width: 100%;
  }
  .woocommerce div.product div.summary form.cart,
  .woocommerce-page div.product div.summary form.cart {
    max-width: 100%;
    width: 100%;
  }
  .woocommerce div.product div.summary form.cart .woocommerce-variation-add-to-cart,
  .woocommerce-page div.product div.summary form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: unset;
  }
  .woocommerce div.product div.summary form.cart .quantity-container input,
  .woocommerce-page div.product div.summary form.cart .quantity-container input {
    width: 2.5rem;
  }
  .woocommerce div.product div.summary form.cart .quantity-container .options .min,
  .woocommerce-page div.product div.summary form.cart .quantity-container .options .min,
  .woocommerce div.product div.summary form.cart .quantity-container .options .plus,
  .woocommerce-page div.product div.summary form.cart .quantity-container .options .plus {
    width: 1.5rem;
  }
  .woocommerce div.product div.summary form.cart button.single_add_to_cart_button,
  .woocommerce-page div.product div.summary form.cart button.single_add_to_cart_button {
    width: calc(100% - 3rem);
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce div.product form.cart table.variations tbody tr td,
  .woocommerce-page div.product form.cart table.variations tbody tr td {
    padding: .5rem .5rem;
    display: inline-block;
    width: 100%;
  }
  .woocommerce div.product form.cart table.variations tbody tr td.label,
  .woocommerce-page div.product form.cart table.variations tbody tr td.label {
    padding-bottom: 0;
  }
  .woocommerce div.product form.cart table.variations tbody tr td.value,
  .woocommerce-page div.product form.cart table.variations tbody tr td.value {
    padding-left: .5rem;
    padding-top: 0;
  }
  .woocommerce div.product form.cart table.variations tbody tr td.value select,
  .woocommerce-page div.product form.cart table.variations tbody tr td.value select {
    text-align-last: left;
  }
  .woocommerce div.product #reviews #review_form_wrapper .review-top .titel,
  .woocommerce-page div.product #reviews #review_form_wrapper .review-top .titel {
    margin-bottom: 1rem !important;
  }
  .woocommerce div.product #reviews #review_form_wrapper .review-top .comment-reply-title,
  .woocommerce-page div.product #reviews #review_form_wrapper .review-top .comment-reply-title {
    width: 100%;
  }
  .woocommerce div.product #reviews .review-container .review-item,
  .woocommerce-page div.product #reviews .review-container .review-item {
    padding: 1rem 0;
  }
  .woocommerce div.product #reviews .review-container .review-item .review-links,
  .woocommerce-page div.product #reviews .review-container .review-item .review-links {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .woocommerce div.product #reviews .review-container .review-item .review-rechts,
  .woocommerce-page div.product #reviews .review-container .review-item .review-rechts {
    width: 100%;
  }
}
.woocommerce table.woocommerce-product-attributes {
  border-top: none;
}
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(even) th,
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(even) td {
  background: none;
}
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item th,
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item td {
  border-bottom: 1px solid #d3d3d3;
}
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item th {
  font-weight: 400;
  text-align: left;
  opacity: .5;
  padding-left: 0;
}
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item td {
  font-style: normal;
}
.woocommerce .quantity-container {
  width: 4rem;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce .quantity-container input.qty {
  width: 5.5rem;
  height: 3.5rem;
  border: none;
}
.woocommerce .quantity-container .options {
  display: none;
}
.woocommerce .quantity-container.styled {
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
  margin-right: 1rem;
  height: 3rem;
  position: relative;
}
.woocommerce .quantity-container.styled input.qty {
  font-weight: 600;
  border: none;
  margin: 0;
  padding: 0;
  width: 3rem;
  height: auto;
  text-align: center;
  color: #1e1e1e !important;
  font-size: 1rem;
  -moz-appearance: textfield;
}
.woocommerce .quantity-container.styled input.qty::-webkit-outer-spin-button,
.woocommerce .quantity-container.styled input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity-container.styled .options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 2rem;
  overflow: hidden;
  border-left: 1px solid #8d8d8d;
}
.woocommerce .quantity-container.styled .options .plus,
.woocommerce .quantity-container.styled .options .min {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #1e1e1e !important;
  height: 50%;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.woocommerce .quantity-container.styled .options .plus:hover,
.woocommerce .quantity-container.styled .options .min:hover {
  background-color: #f5f5f5;
}
.woocommerce .quantity-container.styled .options .plus {
  border-bottom: 1px solid #d3d3d3;
}
.form-row .input-text,
#comment-form .input-text,
.woocommerce-form-row .input-text,
.woocommerce-input-wrapper .input-text {
  padding: .5rem 1rem !important;
}
.form-row .input-text::placeholder,
#comment-form .input-text::placeholder,
.woocommerce-form-row .input-text::placeholder,
.woocommerce-input-wrapper .input-text::placeholder {
  opacity: 1 !important;
}
.form-row .select2-container .select2-selection--single,
#comment-form .select2-container .select2-selection--single,
.woocommerce-form-row .select2-container .select2-selection--single,
.woocommerce-input-wrapper .select2-container .select2-selection--single {
  height: 3rem;
}
.form-row .select2-container .select2-selection--single .select2-selection__rendered,
#comment-form .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-form-row .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 3rem;
}
.form-row .select2-container .select2-selection--single .select2-selection__arrow,
#comment-form .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-form-row .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  height: 3rem;
}
.woocommerce-cart .content h1,
.woocommerce-order .content h1,
.woocommerce-checkout .content h1 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 1.73333333rem;
  font-weight: 700;
  line-height: 1.23076923;
  margin-bottom: 1.5rem;
  color: #000000;
  color: #1fc791;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}
.woocommerce-cart .content h1.color-1,
.woocommerce-order .content h1.color-1,
.woocommerce-checkout .content h1.color-1 {
  color: #1fc791;
}
.woocommerce-cart .content h1.big,
.woocommerce-order .content h1.big,
.woocommerce-checkout .content h1.big {
  font-size: 1.8rem;
  line-height: 1.11111111;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .content h1.big,
  .woocommerce-order .content h1.big,
  .woocommerce-checkout .content h1.big {
    font-size: 1.6rem;
  }
}
.woocommerce-cart table.shop_table,
.woocommerce-order table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-cart table.cart,
.woocommerce-order table.cart,
.woocommerce-checkout table.cart {
  border: none;
}
.woocommerce-cart table.shop_table th,
.woocommerce-order table.shop_table th,
.woocommerce-checkout table.shop_table th,
.woocommerce-cart table.cart th,
.woocommerce-order table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-cart table.shop_table td,
.woocommerce-order table.shop_table td,
.woocommerce-checkout table.shop_table td,
.woocommerce-cart table.cart td,
.woocommerce-order table.cart td,
.woocommerce-checkout table.cart td {
  border-top: 1px solid #d3d3d3;
  padding: .5rem 1rem;
}
.woocommerce-cart table.shop_table th.product-remove a,
.woocommerce-order table.shop_table th.product-remove a,
.woocommerce-checkout table.shop_table th.product-remove a,
.woocommerce-cart table.cart th.product-remove a,
.woocommerce-order table.cart th.product-remove a,
.woocommerce-checkout table.cart th.product-remove a,
.woocommerce-cart table.shop_table td.product-remove a,
.woocommerce-order table.shop_table td.product-remove a,
.woocommerce-checkout table.shop_table td.product-remove a,
.woocommerce-cart table.cart td.product-remove a,
.woocommerce-order table.cart td.product-remove a,
.woocommerce-checkout table.cart td.product-remove a {
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.woocommerce-cart table.shop_table th.product-thumbnail img,
.woocommerce-order table.shop_table th.product-thumbnail img,
.woocommerce-checkout table.shop_table th.product-thumbnail img,
.woocommerce-cart table.cart th.product-thumbnail img,
.woocommerce-order table.cart th.product-thumbnail img,
.woocommerce-checkout table.cart th.product-thumbnail img,
.woocommerce-cart table.shop_table td.product-thumbnail img,
.woocommerce-order table.shop_table td.product-thumbnail img,
.woocommerce-checkout table.shop_table td.product-thumbnail img,
.woocommerce-cart table.cart td.product-thumbnail img,
.woocommerce-order table.cart td.product-thumbnail img,
.woocommerce-checkout table.cart td.product-thumbnail img {
  width: auto;
  max-width: 5.5rem;
  max-height: 7.5rem;
}
.woocommerce-cart table.shop_table th.product-name a,
.woocommerce-order table.shop_table th.product-name a,
.woocommerce-checkout table.shop_table th.product-name a,
.woocommerce-cart table.cart th.product-name a,
.woocommerce-order table.cart th.product-name a,
.woocommerce-checkout table.cart th.product-name a,
.woocommerce-cart table.shop_table td.product-name a,
.woocommerce-order table.shop_table td.product-name a,
.woocommerce-checkout table.shop_table td.product-name a,
.woocommerce-cart table.cart td.product-name a,
.woocommerce-order table.cart td.product-name a,
.woocommerce-checkout table.cart td.product-name a {
  font-weight: 600;
  color: #1e1e1e;
}
.woocommerce-cart table.shop_table th.product-name .variation,
.woocommerce-order table.shop_table th.product-name .variation,
.woocommerce-checkout table.shop_table th.product-name .variation,
.woocommerce-cart table.cart th.product-name .variation,
.woocommerce-order table.cart th.product-name .variation,
.woocommerce-checkout table.cart th.product-name .variation,
.woocommerce-cart table.shop_table td.product-name .variation,
.woocommerce-order table.shop_table td.product-name .variation,
.woocommerce-checkout table.shop_table td.product-name .variation,
.woocommerce-cart table.cart td.product-name .variation,
.woocommerce-order table.cart td.product-name .variation,
.woocommerce-checkout table.cart td.product-name .variation {
  opacity: .75;
  font-size: .65rem;
  line-height: 1.25;
}
.woocommerce-cart table.shop_table th.product-name .variation p,
.woocommerce-order table.shop_table th.product-name .variation p,
.woocommerce-checkout table.shop_table th.product-name .variation p,
.woocommerce-cart table.cart th.product-name .variation p,
.woocommerce-order table.cart th.product-name .variation p,
.woocommerce-checkout table.cart th.product-name .variation p,
.woocommerce-cart table.shop_table td.product-name .variation p,
.woocommerce-order table.shop_table td.product-name .variation p,
.woocommerce-checkout table.shop_table td.product-name .variation p,
.woocommerce-cart table.cart td.product-name .variation p,
.woocommerce-order table.cart td.product-name .variation p,
.woocommerce-checkout table.cart td.product-name .variation p {
  line-height: 1.25;
}
.woocommerce-cart table.shop_table th.product-name .variation dt,
.woocommerce-order table.shop_table th.product-name .variation dt,
.woocommerce-checkout table.shop_table th.product-name .variation dt,
.woocommerce-cart table.cart th.product-name .variation dt,
.woocommerce-order table.cart th.product-name .variation dt,
.woocommerce-checkout table.cart th.product-name .variation dt,
.woocommerce-cart table.shop_table td.product-name .variation dt,
.woocommerce-order table.shop_table td.product-name .variation dt,
.woocommerce-checkout table.shop_table td.product-name .variation dt,
.woocommerce-cart table.cart td.product-name .variation dt,
.woocommerce-order table.cart td.product-name .variation dt,
.woocommerce-checkout table.cart td.product-name .variation dt,
.woocommerce-cart table.shop_table th.product-name .variation dd,
.woocommerce-order table.shop_table th.product-name .variation dd,
.woocommerce-checkout table.shop_table th.product-name .variation dd,
.woocommerce-cart table.cart th.product-name .variation dd,
.woocommerce-order table.cart th.product-name .variation dd,
.woocommerce-checkout table.cart th.product-name .variation dd,
.woocommerce-cart table.shop_table td.product-name .variation dd,
.woocommerce-order table.shop_table td.product-name .variation dd,
.woocommerce-checkout table.shop_table td.product-name .variation dd,
.woocommerce-cart table.cart td.product-name .variation dd,
.woocommerce-order table.cart td.product-name .variation dd,
.woocommerce-checkout table.cart td.product-name .variation dd {
  margin-bottom: .5rem;
}
.woocommerce-cart table.shop_table th.product-name .variation dd,
.woocommerce-order table.shop_table th.product-name .variation dd,
.woocommerce-checkout table.shop_table th.product-name .variation dd,
.woocommerce-cart table.cart th.product-name .variation dd,
.woocommerce-order table.cart th.product-name .variation dd,
.woocommerce-checkout table.cart th.product-name .variation dd,
.woocommerce-cart table.shop_table td.product-name .variation dd,
.woocommerce-order table.shop_table td.product-name .variation dd,
.woocommerce-checkout table.shop_table td.product-name .variation dd,
.woocommerce-cart table.cart td.product-name .variation dd,
.woocommerce-order table.cart td.product-name .variation dd,
.woocommerce-checkout table.cart td.product-name .variation dd {
  font-weight: 600;
}
.woocommerce-cart table.shop_table th.product-name .wc-item-meta li,
.woocommerce-order table.shop_table th.product-name .wc-item-meta li,
.woocommerce-checkout table.shop_table th.product-name .wc-item-meta li,
.woocommerce-cart table.cart th.product-name .wc-item-meta li,
.woocommerce-order table.cart th.product-name .wc-item-meta li,
.woocommerce-checkout table.cart th.product-name .wc-item-meta li,
.woocommerce-cart table.shop_table td.product-name .wc-item-meta li,
.woocommerce-order table.shop_table td.product-name .wc-item-meta li,
.woocommerce-checkout table.shop_table td.product-name .wc-item-meta li,
.woocommerce-cart table.cart td.product-name .wc-item-meta li,
.woocommerce-order table.cart td.product-name .wc-item-meta li,
.woocommerce-checkout table.cart td.product-name .wc-item-meta li {
  font-size: .75rem;
}
.woocommerce-cart table.shop_table th.product-name .wc-item-meta li strong,
.woocommerce-order table.shop_table th.product-name .wc-item-meta li strong,
.woocommerce-checkout table.shop_table th.product-name .wc-item-meta li strong,
.woocommerce-cart table.cart th.product-name .wc-item-meta li strong,
.woocommerce-order table.cart th.product-name .wc-item-meta li strong,
.woocommerce-checkout table.cart th.product-name .wc-item-meta li strong,
.woocommerce-cart table.shop_table td.product-name .wc-item-meta li strong,
.woocommerce-order table.shop_table td.product-name .wc-item-meta li strong,
.woocommerce-checkout table.shop_table td.product-name .wc-item-meta li strong,
.woocommerce-cart table.cart td.product-name .wc-item-meta li strong,
.woocommerce-order table.cart td.product-name .wc-item-meta li strong,
.woocommerce-checkout table.cart td.product-name .wc-item-meta li strong {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
}
.woocommerce-cart table.shop_table th.product-name .wc-item-meta li p,
.woocommerce-order table.shop_table th.product-name .wc-item-meta li p,
.woocommerce-checkout table.shop_table th.product-name .wc-item-meta li p,
.woocommerce-cart table.cart th.product-name .wc-item-meta li p,
.woocommerce-order table.cart th.product-name .wc-item-meta li p,
.woocommerce-checkout table.cart th.product-name .wc-item-meta li p,
.woocommerce-cart table.shop_table td.product-name .wc-item-meta li p,
.woocommerce-order table.shop_table td.product-name .wc-item-meta li p,
.woocommerce-checkout table.shop_table td.product-name .wc-item-meta li p,
.woocommerce-cart table.cart td.product-name .wc-item-meta li p,
.woocommerce-order table.cart td.product-name .wc-item-meta li p,
.woocommerce-checkout table.cart td.product-name .wc-item-meta li p {
  font-weight: 600;
}
.woocommerce-cart table.shop_table th.actions,
.woocommerce-order table.shop_table th.actions,
.woocommerce-checkout table.shop_table th.actions,
.woocommerce-cart table.cart th.actions,
.woocommerce-order table.cart th.actions,
.woocommerce-checkout table.cart th.actions,
.woocommerce-cart table.shop_table td.actions,
.woocommerce-order table.shop_table td.actions,
.woocommerce-checkout table.shop_table td.actions,
.woocommerce-cart table.cart td.actions,
.woocommerce-order table.cart td.actions,
.woocommerce-checkout table.cart td.actions {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart table.shop_table th.actions .coupon .input-text,
.woocommerce-order table.shop_table th.actions .coupon .input-text,
.woocommerce-checkout table.shop_table th.actions .coupon .input-text,
.woocommerce-cart table.cart th.actions .coupon .input-text,
.woocommerce-order table.cart th.actions .coupon .input-text,
.woocommerce-checkout table.cart th.actions .coupon .input-text,
.woocommerce-cart table.shop_table td.actions .coupon .input-text,
.woocommerce-order table.shop_table td.actions .coupon .input-text,
.woocommerce-checkout table.shop_table td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-order table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  margin-right: 1rem;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]),
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]),
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]),
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]),
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]),
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]),
.woocommerce-cart table.shop_table tbody div.coupon textarea,
.woocommerce-order table.shop_table tbody div.coupon textarea,
.woocommerce-checkout table.shop_table tbody div.coupon textarea,
.woocommerce-cart table.cart tbody div.coupon textarea,
.woocommerce-order table.cart tbody div.coupon textarea,
.woocommerce-checkout table.cart tbody div.coupon textarea,
.woocommerce-cart table.shop_table tbody div.coupon select,
.woocommerce-order table.shop_table tbody div.coupon select,
.woocommerce-checkout table.shop_table tbody div.coupon select,
.woocommerce-cart table.cart tbody div.coupon select,
.woocommerce-order table.cart tbody div.coupon select,
.woocommerce-checkout table.cart tbody div.coupon select,
.woocommerce-cart table.shop_table tbody div.coupon label.upload,
.woocommerce-order table.shop_table tbody div.coupon label.upload,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload,
.woocommerce-cart table.cart tbody div.coupon label.upload,
.woocommerce-order table.cart tbody div.coupon label.upload,
.woocommerce-checkout table.cart tbody div.coupon label.upload {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(31px + 15px);
  font-size: 15px;
  line-height: calc(calc(15px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f0f0f0;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"])::placeholder,
.woocommerce-cart table.shop_table tbody div.coupon textarea::placeholder,
.woocommerce-order table.shop_table tbody div.coupon textarea::placeholder,
.woocommerce-checkout table.shop_table tbody div.coupon textarea::placeholder,
.woocommerce-cart table.cart tbody div.coupon textarea::placeholder,
.woocommerce-order table.cart tbody div.coupon textarea::placeholder,
.woocommerce-checkout table.cart tbody div.coupon textarea::placeholder,
.woocommerce-cart table.shop_table tbody div.coupon select::placeholder,
.woocommerce-order table.shop_table tbody div.coupon select::placeholder,
.woocommerce-checkout table.shop_table tbody div.coupon select::placeholder,
.woocommerce-cart table.cart tbody div.coupon select::placeholder,
.woocommerce-order table.cart tbody div.coupon select::placeholder,
.woocommerce-checkout table.cart tbody div.coupon select::placeholder,
.woocommerce-cart table.shop_table tbody div.coupon label.upload::placeholder,
.woocommerce-order table.shop_table tbody div.coupon label.upload::placeholder,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload::placeholder,
.woocommerce-cart table.cart tbody div.coupon label.upload::placeholder,
.woocommerce-order table.cart tbody div.coupon label.upload::placeholder,
.woocommerce-checkout table.cart tbody div.coupon label.upload::placeholder {
  opacity: 0;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]):active,
.woocommerce-cart table.shop_table tbody div.coupon textarea:active,
.woocommerce-order table.shop_table tbody div.coupon textarea:active,
.woocommerce-checkout table.shop_table tbody div.coupon textarea:active,
.woocommerce-cart table.cart tbody div.coupon textarea:active,
.woocommerce-order table.cart tbody div.coupon textarea:active,
.woocommerce-checkout table.cart tbody div.coupon textarea:active,
.woocommerce-cart table.shop_table tbody div.coupon select:active,
.woocommerce-order table.shop_table tbody div.coupon select:active,
.woocommerce-checkout table.shop_table tbody div.coupon select:active,
.woocommerce-cart table.cart tbody div.coupon select:active,
.woocommerce-order table.cart tbody div.coupon select:active,
.woocommerce-checkout table.cart tbody div.coupon select:active,
.woocommerce-cart table.shop_table tbody div.coupon label.upload:active,
.woocommerce-order table.shop_table tbody div.coupon label.upload:active,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload:active,
.woocommerce-cart table.cart tbody div.coupon label.upload:active,
.woocommerce-order table.cart tbody div.coupon label.upload:active,
.woocommerce-checkout table.cart tbody div.coupon label.upload:active,
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]):focus,
.woocommerce-cart table.shop_table tbody div.coupon textarea:focus,
.woocommerce-order table.shop_table tbody div.coupon textarea:focus,
.woocommerce-checkout table.shop_table tbody div.coupon textarea:focus,
.woocommerce-cart table.cart tbody div.coupon textarea:focus,
.woocommerce-order table.cart tbody div.coupon textarea:focus,
.woocommerce-checkout table.cart tbody div.coupon textarea:focus,
.woocommerce-cart table.shop_table tbody div.coupon select:focus,
.woocommerce-order table.shop_table tbody div.coupon select:focus,
.woocommerce-checkout table.shop_table tbody div.coupon select:focus,
.woocommerce-cart table.cart tbody div.coupon select:focus,
.woocommerce-order table.cart tbody div.coupon select:focus,
.woocommerce-checkout table.cart tbody div.coupon select:focus,
.woocommerce-cart table.shop_table tbody div.coupon label.upload:focus,
.woocommerce-order table.shop_table tbody div.coupon label.upload:focus,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload:focus,
.woocommerce-cart table.cart tbody div.coupon label.upload:focus,
.woocommerce-order table.cart tbody div.coupon label.upload:focus,
.woocommerce-checkout table.cart tbody div.coupon label.upload:focus {
  outline: none;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]).hide,
.woocommerce-cart table.shop_table tbody div.coupon textarea.hide,
.woocommerce-order table.shop_table tbody div.coupon textarea.hide,
.woocommerce-checkout table.shop_table tbody div.coupon textarea.hide,
.woocommerce-cart table.cart tbody div.coupon textarea.hide,
.woocommerce-order table.cart tbody div.coupon textarea.hide,
.woocommerce-checkout table.cart tbody div.coupon textarea.hide,
.woocommerce-cart table.shop_table tbody div.coupon select.hide,
.woocommerce-order table.shop_table tbody div.coupon select.hide,
.woocommerce-checkout table.shop_table tbody div.coupon select.hide,
.woocommerce-cart table.cart tbody div.coupon select.hide,
.woocommerce-order table.cart tbody div.coupon select.hide,
.woocommerce-checkout table.cart tbody div.coupon select.hide,
.woocommerce-cart table.shop_table tbody div.coupon label.upload.hide,
.woocommerce-order table.shop_table tbody div.coupon label.upload.hide,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload.hide,
.woocommerce-cart table.cart tbody div.coupon label.upload.hide,
.woocommerce-order table.cart tbody div.coupon label.upload.hide,
.woocommerce-checkout table.cart tbody div.coupon label.upload.hide {
  display: none;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"])::-ms-clear,
.woocommerce-cart table.shop_table tbody div.coupon textarea::-ms-clear,
.woocommerce-order table.shop_table tbody div.coupon textarea::-ms-clear,
.woocommerce-checkout table.shop_table tbody div.coupon textarea::-ms-clear,
.woocommerce-cart table.cart tbody div.coupon textarea::-ms-clear,
.woocommerce-order table.cart tbody div.coupon textarea::-ms-clear,
.woocommerce-checkout table.cart tbody div.coupon textarea::-ms-clear,
.woocommerce-cart table.shop_table tbody div.coupon select::-ms-clear,
.woocommerce-order table.shop_table tbody div.coupon select::-ms-clear,
.woocommerce-checkout table.shop_table tbody div.coupon select::-ms-clear,
.woocommerce-cart table.cart tbody div.coupon select::-ms-clear,
.woocommerce-order table.cart tbody div.coupon select::-ms-clear,
.woocommerce-checkout table.cart tbody div.coupon select::-ms-clear,
.woocommerce-cart table.shop_table tbody div.coupon label.upload::-ms-clear,
.woocommerce-order table.shop_table tbody div.coupon label.upload::-ms-clear,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload::-ms-clear,
.woocommerce-cart table.cart tbody div.coupon label.upload::-ms-clear,
.woocommerce-order table.cart tbody div.coupon label.upload::-ms-clear,
.woocommerce-checkout table.cart tbody div.coupon label.upload::-ms-clear {
  display: none;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-cart table.shop_table tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-order table.shop_table tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-checkout table.shop_table tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-cart table.cart tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-order table.cart tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-checkout table.cart tbody div.coupon textarea.wpcf7-not-valid,
.woocommerce-cart table.shop_table tbody div.coupon select.wpcf7-not-valid,
.woocommerce-order table.shop_table tbody div.coupon select.wpcf7-not-valid,
.woocommerce-checkout table.shop_table tbody div.coupon select.wpcf7-not-valid,
.woocommerce-cart table.cart tbody div.coupon select.wpcf7-not-valid,
.woocommerce-order table.cart tbody div.coupon select.wpcf7-not-valid,
.woocommerce-checkout table.cart tbody div.coupon select.wpcf7-not-valid,
.woocommerce-cart table.shop_table tbody div.coupon label.upload.wpcf7-not-valid,
.woocommerce-order table.shop_table tbody div.coupon label.upload.wpcf7-not-valid,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload.wpcf7-not-valid,
.woocommerce-cart table.cart tbody div.coupon label.upload.wpcf7-not-valid,
.woocommerce-order table.cart tbody div.coupon label.upload.wpcf7-not-valid,
.woocommerce-checkout table.cart tbody div.coupon label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.woocommerce-cart table.shop_table tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-order table.shop_table tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-checkout table.shop_table tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-cart table.cart tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-order table.cart tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-checkout table.cart tbody div.coupon input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-cart table.shop_table tbody div.coupon textarea:disabled ~ .button,
.woocommerce-order table.shop_table tbody div.coupon textarea:disabled ~ .button,
.woocommerce-checkout table.shop_table tbody div.coupon textarea:disabled ~ .button,
.woocommerce-cart table.cart tbody div.coupon textarea:disabled ~ .button,
.woocommerce-order table.cart tbody div.coupon textarea:disabled ~ .button,
.woocommerce-checkout table.cart tbody div.coupon textarea:disabled ~ .button,
.woocommerce-cart table.shop_table tbody div.coupon select:disabled ~ .button,
.woocommerce-order table.shop_table tbody div.coupon select:disabled ~ .button,
.woocommerce-checkout table.shop_table tbody div.coupon select:disabled ~ .button,
.woocommerce-cart table.cart tbody div.coupon select:disabled ~ .button,
.woocommerce-order table.cart tbody div.coupon select:disabled ~ .button,
.woocommerce-checkout table.cart tbody div.coupon select:disabled ~ .button,
.woocommerce-cart table.shop_table tbody div.coupon label.upload:disabled ~ .button,
.woocommerce-order table.shop_table tbody div.coupon label.upload:disabled ~ .button,
.woocommerce-checkout table.shop_table tbody div.coupon label.upload:disabled ~ .button,
.woocommerce-cart table.cart tbody div.coupon label.upload:disabled ~ .button,
.woocommerce-order table.cart tbody div.coupon label.upload:disabled ~ .button,
.woocommerce-checkout table.cart tbody div.coupon label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce-cart table.shop_table tbody div.coupon textarea,
.woocommerce-order table.shop_table tbody div.coupon textarea,
.woocommerce-checkout table.shop_table tbody div.coupon textarea,
.woocommerce-cart table.cart tbody div.coupon textarea,
.woocommerce-order table.cart tbody div.coupon textarea,
.woocommerce-checkout table.cart tbody div.coupon textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.woocommerce-cart table.shop_table tbody div.coupon select,
.woocommerce-order table.shop_table tbody div.coupon select,
.woocommerce-checkout table.shop_table tbody div.coupon select,
.woocommerce-cart table.cart tbody div.coupon select,
.woocommerce-order table.cart tbody div.coupon select,
.woocommerce-checkout table.cart tbody div.coupon select {
  padding-right: 2.5rem;
  cursor: pointer;
}
.woocommerce-cart table.shop_table tbody div.coupon select .hide-option,
.woocommerce-order table.shop_table tbody div.coupon select .hide-option,
.woocommerce-checkout table.shop_table tbody div.coupon select .hide-option,
.woocommerce-cart table.cart tbody div.coupon select .hide-option,
.woocommerce-order table.cart tbody div.coupon select .hide-option,
.woocommerce-checkout table.cart tbody div.coupon select .hide-option {
  display: none;
}
.woocommerce-cart table.shop_table tbody div.coupon select::-ms-expand,
.woocommerce-order table.shop_table tbody div.coupon select::-ms-expand,
.woocommerce-checkout table.shop_table tbody div.coupon select::-ms-expand,
.woocommerce-cart table.cart tbody div.coupon select::-ms-expand,
.woocommerce-order table.cart tbody div.coupon select::-ms-expand,
.woocommerce-checkout table.cart tbody div.coupon select::-ms-expand {
  display: none;
}
.woocommerce-cart table.shop_table tbody div.coupon.select::before,
.woocommerce-order table.shop_table tbody div.coupon.select::before,
.woocommerce-checkout table.shop_table tbody div.coupon.select::before,
.woocommerce-cart table.cart tbody div.coupon.select::before,
.woocommerce-order table.cart tbody div.coupon.select::before,
.woocommerce-checkout table.cart tbody div.coupon.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 1.5rem;
  right: 1.5rem;
}
.woocommerce-cart table.shop_table tbody div.coupon input.input-text,
.woocommerce-order table.shop_table tbody div.coupon input.input-text,
.woocommerce-checkout table.shop_table tbody div.coupon input.input-text,
.woocommerce-cart table.cart tbody div.coupon input.input-text,
.woocommerce-order table.cart tbody div.coupon input.input-text,
.woocommerce-checkout table.cart tbody div.coupon input.input-text {
  width: auto;
  margin-right: .5rem;
}
.woocommerce-cart table.shop_table tbody div.coupon input.input-text::placeholder,
.woocommerce-order table.shop_table tbody div.coupon input.input-text::placeholder,
.woocommerce-checkout table.shop_table tbody div.coupon input.input-text::placeholder,
.woocommerce-cart table.cart tbody div.coupon input.input-text::placeholder,
.woocommerce-order table.cart tbody div.coupon input.input-text::placeholder,
.woocommerce-checkout table.cart tbody div.coupon input.input-text::placeholder {
  opacity: .5;
}
.woocommerce-cart table.shop_table thead th,
.woocommerce-order table.shop_table thead th,
.woocommerce-checkout table.shop_table thead th,
.woocommerce-cart table.cart thead th,
.woocommerce-order table.cart thead th,
.woocommerce-checkout table.cart thead th {
  border-top: none;
}
.woocommerce-cart table.shop_table tfoot th,
.woocommerce-order table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-cart table.cart tfoot th,
.woocommerce-order table.cart tfoot th,
.woocommerce-checkout table.cart tfoot th,
.woocommerce-cart table.shop_table tfoot td,
.woocommerce-order table.shop_table tfoot td,
.woocommerce-checkout table.shop_table tfoot td,
.woocommerce-cart table.cart tfoot td,
.woocommerce-order table.cart tfoot td,
.woocommerce-checkout table.cart tfoot td {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.woocommerce-cart table.shop_table .button,
.woocommerce-order table.shop_table .button,
.woocommerce-checkout table.shop_table .button,
.woocommerce-cart table.cart .button,
.woocommerce-order table.cart .button,
.woocommerce-checkout table.cart .button {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart table.shop_table .button.rounded,
.woocommerce-order table.shop_table .button.rounded,
.woocommerce-checkout table.shop_table .button.rounded,
.woocommerce-cart table.cart .button.rounded,
.woocommerce-order table.cart .button.rounded,
.woocommerce-checkout table.cart .button.rounded {
  border-radius: 200px;
}
.woocommerce-cart table.shop_table .button:hover,
.woocommerce-order table.shop_table .button:hover,
.woocommerce-checkout table.shop_table .button:hover,
.woocommerce-cart table.cart .button:hover,
.woocommerce-order table.cart .button:hover,
.woocommerce-checkout table.cart .button:hover,
.woocommerce-cart table.shop_table .button.hoverbutton,
.woocommerce-order table.shop_table .button.hoverbutton,
.woocommerce-checkout table.shop_table .button.hoverbutton,
.woocommerce-cart table.cart .button.hoverbutton,
.woocommerce-order table.cart .button.hoverbutton,
.woocommerce-checkout table.cart .button.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce-cart table.shop_table .button:focus,
.woocommerce-order table.shop_table .button:focus,
.woocommerce-checkout table.shop_table .button:focus,
.woocommerce-cart table.cart .button:focus,
.woocommerce-order table.cart .button:focus,
.woocommerce-checkout table.cart .button:focus,
.woocommerce-cart table.shop_table .button:active,
.woocommerce-order table.shop_table .button:active,
.woocommerce-checkout table.shop_table .button:active,
.woocommerce-cart table.cart .button:active,
.woocommerce-order table.cart .button:active,
.woocommerce-checkout table.cart .button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-cart table.shop_table .button.white,
.woocommerce-order table.shop_table .button.white,
.woocommerce-checkout table.shop_table .button.white,
.woocommerce-cart table.cart .button.white,
.woocommerce-order table.cart .button.white,
.woocommerce-checkout table.cart .button.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce-cart table.shop_table .button.white:hover,
.woocommerce-order table.shop_table .button.white:hover,
.woocommerce-checkout table.shop_table .button.white:hover,
.woocommerce-cart table.cart .button.white:hover,
.woocommerce-order table.cart .button.white:hover,
.woocommerce-checkout table.cart .button.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-cart table.shop_table .button.large,
.woocommerce-order table.shop_table .button.large,
.woocommerce-checkout table.shop_table .button.large,
.woocommerce-cart table.cart .button.large,
.woocommerce-order table.cart .button.large,
.woocommerce-checkout table.cart .button.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.woocommerce-cart table.shop_table .button.full-width,
.woocommerce-order table.shop_table .button.full-width,
.woocommerce-checkout table.shop_table .button.full-width,
.woocommerce-cart table.cart .button.full-width,
.woocommerce-order table.cart .button.full-width,
.woocommerce-checkout table.cart .button.full-width {
  width: 100%;
}
.woocommerce-cart table.shop_table .button.arrow-right,
.woocommerce-order table.shop_table .button.arrow-right,
.woocommerce-checkout table.shop_table .button.arrow-right,
.woocommerce-cart table.cart .button.arrow-right,
.woocommerce-order table.cart .button.arrow-right,
.woocommerce-checkout table.cart .button.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce-cart table.shop_table .button.arrow-right:hover,
.woocommerce-order table.shop_table .button.arrow-right:hover,
.woocommerce-checkout table.shop_table .button.arrow-right:hover,
.woocommerce-cart table.cart .button.arrow-right:hover,
.woocommerce-order table.cart .button.arrow-right:hover,
.woocommerce-checkout table.cart .button.arrow-right:hover {
  background-position: center right 1rem;
}
.woocommerce-cart table.shop_table .button.arrow-right.large,
.woocommerce-order table.shop_table .button.arrow-right.large,
.woocommerce-checkout table.shop_table .button.arrow-right.large,
.woocommerce-cart table.cart .button.arrow-right.large,
.woocommerce-order table.cart .button.arrow-right.large,
.woocommerce-checkout table.cart .button.arrow-right.large {
  background-size: 1.5rem auto;
}
.woocommerce-cart table.shop_table .button.small,
.woocommerce-order table.shop_table .button.small,
.woocommerce-checkout table.shop_table .button.small,
.woocommerce-cart table.cart .button.small,
.woocommerce-order table.cart .button.small,
.woocommerce-checkout table.cart .button.small {
  padding: 0.1rem 2rem;
}
.woocommerce-cart table.shop_table .button.small-radius,
.woocommerce-order table.shop_table .button.small-radius,
.woocommerce-checkout table.shop_table .button.small-radius,
.woocommerce-cart table.cart .button.small-radius,
.woocommerce-order table.cart .button.small-radius,
.woocommerce-checkout table.cart .button.small-radius {
  border-radius: 3px;
}
.woocommerce-cart table.shop_table .button.ghost,
.woocommerce-order table.shop_table .button.ghost,
.woocommerce-checkout table.shop_table .button.ghost,
.woocommerce-cart table.cart .button.ghost,
.woocommerce-order table.cart .button.ghost,
.woocommerce-checkout table.cart .button.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.woocommerce-cart table.shop_table .button.ghost:hover,
.woocommerce-order table.shop_table .button.ghost:hover,
.woocommerce-checkout table.shop_table .button.ghost:hover,
.woocommerce-cart table.cart .button.ghost:hover,
.woocommerce-order table.cart .button.ghost:hover,
.woocommerce-checkout table.cart .button.ghost:hover,
.woocommerce-cart table.shop_table .button.ghost:focus,
.woocommerce-order table.shop_table .button.ghost:focus,
.woocommerce-checkout table.shop_table .button.ghost:focus,
.woocommerce-cart table.cart .button.ghost:focus,
.woocommerce-order table.cart .button.ghost:focus,
.woocommerce-checkout table.cart .button.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.woocommerce-cart table.shop_table .button.black,
.woocommerce-order table.shop_table .button.black,
.woocommerce-checkout table.shop_table .button.black,
.woocommerce-cart table.cart .button.black,
.woocommerce-order table.cart .button.black,
.woocommerce-checkout table.cart .button.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.woocommerce-cart table.shop_table .button.gray-medium,
.woocommerce-order table.shop_table .button.gray-medium,
.woocommerce-checkout table.shop_table .button.gray-medium,
.woocommerce-cart table.cart .button.gray-medium,
.woocommerce-order table.cart .button.gray-medium,
.woocommerce-checkout table.cart .button.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.woocommerce-cart table.shop_table .button.gray-medium:hover,
.woocommerce-order table.shop_table .button.gray-medium:hover,
.woocommerce-checkout table.shop_table .button.gray-medium:hover,
.woocommerce-cart table.cart .button.gray-medium:hover,
.woocommerce-order table.cart .button.gray-medium:hover,
.woocommerce-checkout table.cart .button.gray-medium:hover,
.woocommerce-cart table.shop_table .button.gray-medium:focus,
.woocommerce-order table.shop_table .button.gray-medium:focus,
.woocommerce-checkout table.shop_table .button.gray-medium:focus,
.woocommerce-cart table.cart .button.gray-medium:focus,
.woocommerce-order table.cart .button.gray-medium:focus,
.woocommerce-checkout table.cart .button.gray-medium:focus,
.woocommerce-cart table.shop_table .button.gray-medium:active,
.woocommerce-order table.shop_table .button.gray-medium:active,
.woocommerce-checkout table.shop_table .button.gray-medium:active,
.woocommerce-cart table.cart .button.gray-medium:active,
.woocommerce-order table.cart .button.gray-medium:active,
.woocommerce-checkout table.cart .button.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce-cart table.shop_table .button.white,
.woocommerce-order table.shop_table .button.white,
.woocommerce-checkout table.shop_table .button.white,
.woocommerce-cart table.cart .button.white,
.woocommerce-order table.cart .button.white,
.woocommerce-checkout table.cart .button.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.woocommerce-cart table.shop_table .button.white:hover,
.woocommerce-order table.shop_table .button.white:hover,
.woocommerce-checkout table.shop_table .button.white:hover,
.woocommerce-cart table.cart .button.white:hover,
.woocommerce-order table.cart .button.white:hover,
.woocommerce-checkout table.cart .button.white:hover,
.woocommerce-cart table.shop_table .button.white:focus,
.woocommerce-order table.shop_table .button.white:focus,
.woocommerce-checkout table.shop_table .button.white:focus,
.woocommerce-cart table.cart .button.white:focus,
.woocommerce-order table.cart .button.white:focus,
.woocommerce-checkout table.cart .button.white:focus,
.woocommerce-cart table.shop_table .button.white:active,
.woocommerce-order table.shop_table .button.white:active,
.woocommerce-checkout table.shop_table .button.white:active,
.woocommerce-cart table.cart .button.white:active,
.woocommerce-order table.cart .button.white:active,
.woocommerce-checkout table.cart .button.white:active {
  background: #1fc791;
  color: #ffffff;
}
.woocommerce-cart table.shop_table .button.back,
.woocommerce-order table.shop_table .button.back,
.woocommerce-checkout table.shop_table .button.back,
.woocommerce-cart table.cart .button.back,
.woocommerce-order table.cart .button.back,
.woocommerce-checkout table.cart .button.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce-cart table.shop_table .button.back:hover,
.woocommerce-order table.shop_table .button.back:hover,
.woocommerce-checkout table.shop_table .button.back:hover,
.woocommerce-cart table.cart .button.back:hover,
.woocommerce-order table.cart .button.back:hover,
.woocommerce-checkout table.cart .button.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart table.shop_table .button,
  .woocommerce-order table.shop_table .button,
  .woocommerce-checkout table.shop_table .button,
  .woocommerce-cart table.cart .button,
  .woocommerce-order table.cart .button,
  .woocommerce-checkout table.cart .button {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .woocommerce-cart table.shop_table .button.black,
  .woocommerce-order table.shop_table .button.black,
  .woocommerce-checkout table.shop_table .button.black,
  .woocommerce-cart table.cart .button.black,
  .woocommerce-order table.cart .button.black,
  .woocommerce-checkout table.cart .button.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.woocommerce-cart table.shop_table .button.sub,
.woocommerce-order table.shop_table .button.sub,
.woocommerce-checkout table.shop_table .button.sub,
.woocommerce-cart table.cart .button.sub,
.woocommerce-order table.cart .button.sub,
.woocommerce-checkout table.cart .button.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart table.shop_table .button.sub:hover,
.woocommerce-order table.shop_table .button.sub:hover,
.woocommerce-checkout table.shop_table .button.sub:hover,
.woocommerce-cart table.cart .button.sub:hover,
.woocommerce-order table.cart .button.sub:hover,
.woocommerce-checkout table.cart .button.sub:hover,
.woocommerce-cart table.shop_table .button.sub:focus,
.woocommerce-order table.shop_table .button.sub:focus,
.woocommerce-checkout table.shop_table .button.sub:focus,
.woocommerce-cart table.cart .button.sub:focus,
.woocommerce-order table.cart .button.sub:focus,
.woocommerce-checkout table.cart .button.sub:focus {
  background-color: #7a7a7a;
}
.woocommerce-cart table.shop_table .button.wc-backward,
.woocommerce-order table.shop_table .button.wc-backward,
.woocommerce-checkout table.shop_table .button.wc-backward,
.woocommerce-cart table.cart .button.wc-backward,
.woocommerce-order table.cart .button.wc-backward,
.woocommerce-checkout table.cart .button.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce-cart table.shop_table .button.wc-backward:hover,
.woocommerce-order table.shop_table .button.wc-backward:hover,
.woocommerce-checkout table.shop_table .button.wc-backward:hover,
.woocommerce-cart table.cart .button.wc-backward:hover,
.woocommerce-order table.cart .button.wc-backward:hover,
.woocommerce-checkout table.cart .button.wc-backward:hover {
  background-position: left 1.5rem center;
}
.woocommerce-cart table.shop_table .button:hover,
.woocommerce-order table.shop_table .button:hover,
.woocommerce-checkout table.shop_table .button:hover,
.woocommerce-cart table.cart .button:hover,
.woocommerce-order table.cart .button:hover,
.woocommerce-checkout table.cart .button:hover,
.woocommerce-cart table.shop_table .button:focus,
.woocommerce-order table.shop_table .button:focus,
.woocommerce-checkout table.shop_table .button:focus,
.woocommerce-cart table.cart .button:focus,
.woocommerce-order table.cart .button:focus,
.woocommerce-checkout table.cart .button:focus {
  background-color: #7a7a7a;
}
.woocommerce-cart table.shop_table .button[name="update_cart"],
.woocommerce-order table.shop_table .button[name="update_cart"],
.woocommerce-checkout table.shop_table .button[name="update_cart"],
.woocommerce-cart table.cart .button[name="update_cart"],
.woocommerce-order table.cart .button[name="update_cart"],
.woocommerce-checkout table.cart .button[name="update_cart"] {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart table.shop_table .button[name="update_cart"]:hover,
.woocommerce-order table.shop_table .button[name="update_cart"]:hover,
.woocommerce-checkout table.shop_table .button[name="update_cart"]:hover,
.woocommerce-cart table.cart .button[name="update_cart"]:hover,
.woocommerce-order table.cart .button[name="update_cart"]:hover,
.woocommerce-checkout table.cart .button[name="update_cart"]:hover,
.woocommerce-cart table.shop_table .button[name="update_cart"]:focus,
.woocommerce-order table.shop_table .button[name="update_cart"]:focus,
.woocommerce-checkout table.shop_table .button[name="update_cart"]:focus,
.woocommerce-cart table.cart .button[name="update_cart"]:focus,
.woocommerce-order table.cart .button[name="update_cart"]:focus,
.woocommerce-checkout table.cart .button[name="update_cart"]:focus {
  background-color: #7a7a7a;
}
.woocommerce-cart table.shop_table .button[name="update_cart"]:disabled,
.woocommerce-order table.shop_table .button[name="update_cart"]:disabled,
.woocommerce-checkout table.shop_table .button[name="update_cart"]:disabled,
.woocommerce-cart table.cart .button[name="update_cart"]:disabled,
.woocommerce-order table.cart .button[name="update_cart"]:disabled,
.woocommerce-checkout table.cart .button[name="update_cart"]:disabled {
  opacity: .5;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.woocommerce-order .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.woocommerce-checkout .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .button,
.woocommerce-order .cart-collaterals .cart_totals .button,
.woocommerce-checkout .cart-collaterals .cart_totals .button {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.rounded,
.woocommerce-order .cart-collaterals .cart_totals .button.rounded,
.woocommerce-checkout .cart-collaterals .cart_totals .button.rounded {
  border-radius: 200px;
}
.woocommerce-cart .cart-collaterals .cart_totals .button:hover,
.woocommerce-order .cart-collaterals .cart_totals .button:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button:hover,
.woocommerce-cart .cart-collaterals .cart_totals .button.hoverbutton,
.woocommerce-order .cart-collaterals .cart_totals .button.hoverbutton,
.woocommerce-checkout .cart-collaterals .cart_totals .button.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals .button:focus,
.woocommerce-order .cart-collaterals .cart_totals .button:focus,
.woocommerce-checkout .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .cart-collaterals .cart_totals .button:active,
.woocommerce-order .cart-collaterals .cart_totals .button:active,
.woocommerce-checkout .cart-collaterals .cart_totals .button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.white,
.woocommerce-order .cart-collaterals .cart_totals .button.white,
.woocommerce-checkout .cart-collaterals .cart_totals .button.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button.white:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.white:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-cart .cart-collaterals .cart_totals .button.large,
.woocommerce-order .cart-collaterals .cart_totals .button.large,
.woocommerce-checkout .cart-collaterals .cart_totals .button.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.full-width,
.woocommerce-order .cart-collaterals .cart_totals .button.full-width,
.woocommerce-checkout .cart-collaterals .cart_totals .button.full-width {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.arrow-right,
.woocommerce-order .cart-collaterals .cart_totals .button.arrow-right,
.woocommerce-checkout .cart-collaterals .cart_totals .button.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.arrow-right:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.arrow-right:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.arrow-right:hover {
  background-position: center right 1rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.arrow-right.large,
.woocommerce-order .cart-collaterals .cart_totals .button.arrow-right.large,
.woocommerce-checkout .cart-collaterals .cart_totals .button.arrow-right.large {
  background-size: 1.5rem auto;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.small,
.woocommerce-order .cart-collaterals .cart_totals .button.small,
.woocommerce-checkout .cart-collaterals .cart_totals .button.small {
  padding: 0.1rem 2rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.small-radius,
.woocommerce-order .cart-collaterals .cart_totals .button.small-radius,
.woocommerce-checkout .cart-collaterals .cart_totals .button.small-radius {
  border-radius: 3px;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.ghost,
.woocommerce-order .cart-collaterals .cart_totals .button.ghost,
.woocommerce-checkout .cart-collaterals .cart_totals .button.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.ghost:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.ghost:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.ghost:hover,
.woocommerce-cart .cart-collaterals .cart_totals .button.ghost:focus,
.woocommerce-order .cart-collaterals .cart_totals .button.ghost:focus,
.woocommerce-checkout .cart-collaterals .cart_totals .button.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.black,
.woocommerce-order .cart-collaterals .cart_totals .button.black,
.woocommerce-checkout .cart-collaterals .cart_totals .button.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.gray-medium,
.woocommerce-order .cart-collaterals .cart_totals .button.gray-medium,
.woocommerce-checkout .cart-collaterals .cart_totals .button.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.gray-medium:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.gray-medium:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.gray-medium:hover,
.woocommerce-cart .cart-collaterals .cart_totals .button.gray-medium:focus,
.woocommerce-order .cart-collaterals .cart_totals .button.gray-medium:focus,
.woocommerce-checkout .cart-collaterals .cart_totals .button.gray-medium:focus,
.woocommerce-cart .cart-collaterals .cart_totals .button.gray-medium:active,
.woocommerce-order .cart-collaterals .cart_totals .button.gray-medium:active,
.woocommerce-checkout .cart-collaterals .cart_totals .button.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.white,
.woocommerce-order .cart-collaterals .cart_totals .button.white,
.woocommerce-checkout .cart-collaterals .cart_totals .button.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.white:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.white:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.white:hover,
.woocommerce-cart .cart-collaterals .cart_totals .button.white:focus,
.woocommerce-order .cart-collaterals .cart_totals .button.white:focus,
.woocommerce-checkout .cart-collaterals .cart_totals .button.white:focus,
.woocommerce-cart .cart-collaterals .cart_totals .button.white:active,
.woocommerce-order .cart-collaterals .cart_totals .button.white:active,
.woocommerce-checkout .cart-collaterals .cart_totals .button.white:active {
  background: #1fc791;
  color: #ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.back,
.woocommerce-order .cart-collaterals .cart_totals .button.back,
.woocommerce-checkout .cart-collaterals .cart_totals .button.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.back:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.back:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals .button,
  .woocommerce-order .cart-collaterals .cart_totals .button,
  .woocommerce-checkout .cart-collaterals .cart_totals .button {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .button.black,
  .woocommerce-order .cart-collaterals .cart_totals .button.black,
  .woocommerce-checkout .cart-collaterals .cart_totals .button.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .button.sub,
.woocommerce-order .cart-collaterals .cart_totals .button.sub,
.woocommerce-checkout .cart-collaterals .cart_totals .button.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.sub:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.sub:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.sub:hover,
.woocommerce-cart .cart-collaterals .cart_totals .button.sub:focus,
.woocommerce-order .cart-collaterals .cart_totals .button.sub:focus,
.woocommerce-checkout .cart-collaterals .cart_totals .button.sub:focus {
  background-color: #7a7a7a;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.wc-backward,
.woocommerce-order .cart-collaterals .cart_totals .button.wc-backward,
.woocommerce-checkout .cart-collaterals .cart_totals .button.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .button.wc-backward:hover,
.woocommerce-order .cart-collaterals .cart_totals .button.wc-backward:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button.wc-backward:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart table.shop_table th,
  .woocommerce-order table.shop_table th,
  .woocommerce-checkout table.shop_table th,
  .woocommerce-cart table.shop_table td,
  .woocommerce-order table.shop_table td,
  .woocommerce-checkout table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce-cart table.shop_table tr.cart_item,
  .woocommerce-order table.shop_table tr.cart_item,
  .woocommerce-checkout table.shop_table tr.cart_item {
    border-bottom: 1px solid #d3d3d3;
  }
  .woocommerce-cart table.shop_table .button[name="update_cart"],
  .woocommerce-order table.shop_table .button[name="update_cart"],
  .woocommerce-checkout table.shop_table .button[name="update_cart"] {
    display: inline-block !important;
    width: auto !important;
  }
  .woocommerce-cart table.shop_table .quantity-container,
  .woocommerce-order table.shop_table .quantity-container,
  .woocommerce-checkout table.shop_table .quantity-container {
    margin-left: auto;
  }
  .woocommerce-cart table.shop_table .quantity-container .input-text,
  .woocommerce-order table.shop_table .quantity-container .input-text,
  .woocommerce-checkout table.shop_table .quantity-container .input-text {
    height: 1.5rem;
  }
}
.woocommerce-cart table.shop_table {
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .woocommerce-cart .wc-page .woocommerce {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .wc-page .woocommerce {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .wc-page .woocommerce {
    margin-bottom: 3rem;
  }
}
.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 70%;
  padding-right: 2rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 1.5rem 1.25rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon {
  display: inline-flex;
  flex-wrap: wrap;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 30%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 1.5rem 1.25rem;
  float: none;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  width: 100%;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons {
  margin-top: 1rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 60%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon .input-text {
    width: 120px;
    height: auto;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon .button {
    width: calc(100% - 120px - 1rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
    padding: 0;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received) header {
  position: relative;
}
.woocommerce-checkout:not(.woocommerce-order-received) header.scrolled {
  box-shadow: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) header .header-inner-top,
.woocommerce-checkout:not(.woocommerce-order-received) header .menu-bar {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) .website-content {
  margin-top: 0;
}
.woocommerce-checkout h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
}
.woocommerce-checkout h3.big {
  font-size: 1.13333333rem;
  line-height: 1.05882353;
}
.woocommerce-checkout .col2-set {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .col2-set::before,
.woocommerce-checkout .col2-set::after {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 {
  width: 60%;
  max-width: none;
  padding: 0;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]),
.woocommerce-checkout .col2-set .col-1 textarea,
.woocommerce-checkout .col2-set .col-1 select,
.woocommerce-checkout .col2-set .col-1 label.upload {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(31px + 15px);
  font-size: 15px;
  line-height: calc(calc(15px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f0f0f0;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"])::placeholder,
.woocommerce-checkout .col2-set .col-1 textarea::placeholder,
.woocommerce-checkout .col2-set .col-1 select::placeholder,
.woocommerce-checkout .col2-set .col-1 label.upload::placeholder {
  opacity: 0;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]):active,
.woocommerce-checkout .col2-set .col-1 textarea:active,
.woocommerce-checkout .col2-set .col-1 select:active,
.woocommerce-checkout .col2-set .col-1 label.upload:active,
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]):focus,
.woocommerce-checkout .col2-set .col-1 textarea:focus,
.woocommerce-checkout .col2-set .col-1 select:focus,
.woocommerce-checkout .col2-set .col-1 label.upload:focus {
  outline: none;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]).hide,
.woocommerce-checkout .col2-set .col-1 textarea.hide,
.woocommerce-checkout .col2-set .col-1 select.hide,
.woocommerce-checkout .col2-set .col-1 label.upload.hide {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"])::-ms-clear,
.woocommerce-checkout .col2-set .col-1 textarea::-ms-clear,
.woocommerce-checkout .col2-set .col-1 select::-ms-clear,
.woocommerce-checkout .col2-set .col-1 label.upload::-ms-clear {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-checkout .col2-set .col-1 textarea.wpcf7-not-valid,
.woocommerce-checkout .col2-set .col-1 select.wpcf7-not-valid,
.woocommerce-checkout .col2-set .col-1 label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.woocommerce-checkout .col2-set .col-1 input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-checkout .col2-set .col-1 textarea:disabled ~ .button,
.woocommerce-checkout .col2-set .col-1 select:disabled ~ .button,
.woocommerce-checkout .col2-set .col-1 label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce-checkout .col2-set .col-1 textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.woocommerce-checkout .col2-set .col-1 select {
  padding-right: 2.5rem;
  cursor: pointer;
}
.woocommerce-checkout .col2-set .col-1 select .hide-option {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 select::-ms-expand {
  display: none;
}
.woocommerce-checkout .col2-set .col-1.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 1.5rem;
  right: 1.5rem;
}
.woocommerce-checkout .col2-set .col-2 {
  width: 40%;
  max-width: none;
  padding: 0 0 0 2rem;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 1.5rem 1.25rem;
  margin-bottom: 2rem;
}
.woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address,
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address,
.woocommerce-checkout .woocommerce-additional-fields #ship-to-different-address {
  color: #1e1e1e;
  line-height: 2.26666667;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}
.woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address.big,
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address.big,
.woocommerce-checkout .woocommerce-additional-fields #ship-to-different-address.big {
  font-size: 24px;
  line-height: 2.08333333;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address.big,
  .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address.big,
  .woocommerce-checkout .woocommerce-additional-fields #ship-to-different-address.big {
    font-size: 22px;
  }
}
.woocommerce-checkout .woocommerce-billing-fields #ship-to-different-address span,
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address span,
.woocommerce-checkout .woocommerce-additional-fields #ship-to-different-address span {
  margin-left: .5rem;
}
.woocommerce-checkout .woocommerce-billing-fields #order_comments_field label,
.woocommerce-checkout .woocommerce-shipping-fields #order_comments_field label,
.woocommerce-checkout .woocommerce-additional-fields #order_comments_field label {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields #order_comments_field #order_comments,
.woocommerce-checkout .woocommerce-shipping-fields #order_comments_field #order_comments,
.woocommerce-checkout .woocommerce-additional-fields #order_comments_field #order_comments {
  min-height: 100px;
}
.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 0;
  display: none;
}
.woocommerce-checkout .verzending-overzicht {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 1.5rem 1.25rem;
  margin-bottom: 2rem;
}
.woocommerce-checkout .verzending-overzicht .ajax-shipping-table {
  font-size: 0;
}
.woocommerce-checkout .verzending-overzicht .ajax-shipping-table ul#shipping_method {
  font-size: 1rem;
}
.woocommerce-checkout table.shop_table {
  margin: 0;
  border-radius: 0;
}
.woocommerce-checkout #payment {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 1.5rem 1.25rem;
  border-radius: 0;
  margin-bottom: 2rem;
}
.woocommerce-checkout #payment ul.wc_payment_methods,
.woocommerce-checkout #payment .place-order {
  padding: 0;
  border: none;
}
.woocommerce-checkout #payment div.payment_box {
  background: #d3d3d3;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #d3d3d3;
}
.woocommerce-checkout #payment select {
  padding: .5rem 1.5rem;
}
.woocommerce-checkout .order-stick .button,
.woocommerce-checkout .woocommerce-checkout-payment .button,
.woocommerce-checkout .order-stick .button.alt,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.woocommerce-checkout .order-stick .button.rounded,
.woocommerce-checkout .woocommerce-checkout-payment .button.rounded,
.woocommerce-checkout .order-stick .button.alt.rounded,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.rounded {
  border-radius: 200px;
}
.woocommerce-checkout .order-stick .button:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button:hover,
.woocommerce-checkout .order-stick .button.alt:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:hover,
.woocommerce-checkout .order-stick .button.hoverbutton,
.woocommerce-checkout .woocommerce-checkout-payment .button.hoverbutton,
.woocommerce-checkout .order-stick .button.alt.hoverbutton,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce-checkout .order-stick .button:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button:focus,
.woocommerce-checkout .order-stick .button.alt:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:focus,
.woocommerce-checkout .order-stick .button:active,
.woocommerce-checkout .woocommerce-checkout-payment .button:active,
.woocommerce-checkout .order-stick .button.alt:active,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-checkout .order-stick .button.white,
.woocommerce-checkout .woocommerce-checkout-payment .button.white,
.woocommerce-checkout .order-stick .button.alt.white,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce-checkout .order-stick .button.white:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.white:hover,
.woocommerce-checkout .order-stick .button.alt.white:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-checkout .order-stick .button.large,
.woocommerce-checkout .woocommerce-checkout-payment .button.large,
.woocommerce-checkout .order-stick .button.alt.large,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.woocommerce-checkout .order-stick .button.full-width,
.woocommerce-checkout .woocommerce-checkout-payment .button.full-width,
.woocommerce-checkout .order-stick .button.alt.full-width,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.full-width {
  width: 100%;
}
.woocommerce-checkout .order-stick .button.arrow-right,
.woocommerce-checkout .woocommerce-checkout-payment .button.arrow-right,
.woocommerce-checkout .order-stick .button.alt.arrow-right,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce-checkout .order-stick .button.arrow-right:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.arrow-right:hover,
.woocommerce-checkout .order-stick .button.alt.arrow-right:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.arrow-right:hover {
  background-position: center right 1rem;
}
.woocommerce-checkout .order-stick .button.arrow-right.large,
.woocommerce-checkout .woocommerce-checkout-payment .button.arrow-right.large,
.woocommerce-checkout .order-stick .button.alt.arrow-right.large,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.arrow-right.large {
  background-size: 1.5rem auto;
}
.woocommerce-checkout .order-stick .button.small,
.woocommerce-checkout .woocommerce-checkout-payment .button.small,
.woocommerce-checkout .order-stick .button.alt.small,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.small {
  padding: 0.1rem 2rem;
}
.woocommerce-checkout .order-stick .button.small-radius,
.woocommerce-checkout .woocommerce-checkout-payment .button.small-radius,
.woocommerce-checkout .order-stick .button.alt.small-radius,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.small-radius {
  border-radius: 3px;
}
.woocommerce-checkout .order-stick .button.ghost,
.woocommerce-checkout .woocommerce-checkout-payment .button.ghost,
.woocommerce-checkout .order-stick .button.alt.ghost,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.woocommerce-checkout .order-stick .button.ghost:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.ghost:hover,
.woocommerce-checkout .order-stick .button.alt.ghost:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.ghost:hover,
.woocommerce-checkout .order-stick .button.ghost:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.ghost:focus,
.woocommerce-checkout .order-stick .button.alt.ghost:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.woocommerce-checkout .order-stick .button.black,
.woocommerce-checkout .woocommerce-checkout-payment .button.black,
.woocommerce-checkout .order-stick .button.alt.black,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.woocommerce-checkout .order-stick .button.gray-medium,
.woocommerce-checkout .woocommerce-checkout-payment .button.gray-medium,
.woocommerce-checkout .order-stick .button.alt.gray-medium,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.woocommerce-checkout .order-stick .button.gray-medium:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.gray-medium:hover,
.woocommerce-checkout .order-stick .button.alt.gray-medium:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.gray-medium:hover,
.woocommerce-checkout .order-stick .button.gray-medium:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.gray-medium:focus,
.woocommerce-checkout .order-stick .button.alt.gray-medium:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.gray-medium:focus,
.woocommerce-checkout .order-stick .button.gray-medium:active,
.woocommerce-checkout .woocommerce-checkout-payment .button.gray-medium:active,
.woocommerce-checkout .order-stick .button.alt.gray-medium:active,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce-checkout .order-stick .button.white,
.woocommerce-checkout .woocommerce-checkout-payment .button.white,
.woocommerce-checkout .order-stick .button.alt.white,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.woocommerce-checkout .order-stick .button.white:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.white:hover,
.woocommerce-checkout .order-stick .button.alt.white:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.white:hover,
.woocommerce-checkout .order-stick .button.white:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.white:focus,
.woocommerce-checkout .order-stick .button.alt.white:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.white:focus,
.woocommerce-checkout .order-stick .button.white:active,
.woocommerce-checkout .woocommerce-checkout-payment .button.white:active,
.woocommerce-checkout .order-stick .button.alt.white:active,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.white:active {
  background: #1fc791;
  color: #ffffff;
}
.woocommerce-checkout .order-stick .button.back,
.woocommerce-checkout .woocommerce-checkout-payment .button.back,
.woocommerce-checkout .order-stick .button.alt.back,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce-checkout .order-stick .button.back:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.back:hover,
.woocommerce-checkout .order-stick .button.alt.back:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .order-stick .button,
  .woocommerce-checkout .woocommerce-checkout-payment .button,
  .woocommerce-checkout .order-stick .button.alt,
  .woocommerce-checkout .woocommerce-checkout-payment .button.alt {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .woocommerce-checkout .order-stick .button.black,
  .woocommerce-checkout .woocommerce-checkout-payment .button.black,
  .woocommerce-checkout .order-stick .button.alt.black,
  .woocommerce-checkout .woocommerce-checkout-payment .button.alt.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.woocommerce-checkout .order-stick .button.sub,
.woocommerce-checkout .woocommerce-checkout-payment .button.sub,
.woocommerce-checkout .order-stick .button.alt.sub,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-checkout .order-stick .button.sub:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.sub:hover,
.woocommerce-checkout .order-stick .button.alt.sub:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.sub:hover,
.woocommerce-checkout .order-stick .button.sub:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.sub:focus,
.woocommerce-checkout .order-stick .button.alt.sub:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.sub:focus {
  background-color: #7a7a7a;
}
.woocommerce-checkout .order-stick .button.wc-backward,
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward,
.woocommerce-checkout .order-stick .button.alt.wc-backward,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce-checkout .order-stick .button.wc-backward:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward:hover,
.woocommerce-checkout .order-stick .button.alt.wc-backward:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward:hover {
  background-position: left 1.5rem center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-checkout .col2-set .col-1 {
    width: 50%;
  }
  .woocommerce-checkout .col2-set .col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .col2-set .col-1 {
    width: 100%;
  }
  .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    padding: 0;
  }
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields {
    width: 100%;
    margin-bottom: 2rem;
  }
  .woocommerce-checkout table.shop_table {
    margin-bottom: 2rem;
  }
}
.woocommerce-account h1 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-size: 1.73333333rem;
  font-weight: 700;
  line-height: 1.23076923;
  margin-bottom: 1.5rem;
  color: #000000;
  color: #1fc791;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  width: 68%;
  float: right;
}
.woocommerce-account h1.color-1 {
  color: #1fc791;
}
.woocommerce-account h1.big {
  font-size: 1.8rem;
  line-height: 1.11111111;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account h1.big {
    font-size: 1.6rem;
  }
}
.woocommerce-account h1.full-width {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 1rem 0 0 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  line-height: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  border-left: 3px solid transparent;
  color: #1e1e1e;
  font-weight: 600;
  padding: .15rem 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li:focus a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  border-color: #1e1e1e;
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: 1px solid #d3d3d3;
  margin: 1rem 1rem 0 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  opacity: .5;
  padding: 1rem 0;
  display: inline-block;
  border-color: transparent !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  color: #bb0000;
}
.woocommerce-account .woocommerce-MyAccount-content {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 1.5rem 1.25rem;
  margin-top: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]),
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .woocommerce-MyAccount-content label.upload {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(31px + 15px);
  font-size: 15px;
  line-height: calc(calc(15px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f0f0f0;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"])::placeholder,
.woocommerce-account .woocommerce-MyAccount-content textarea::placeholder,
.woocommerce-account .woocommerce-MyAccount-content select::placeholder,
.woocommerce-account .woocommerce-MyAccount-content label.upload::placeholder {
  opacity: 0;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]):active,
.woocommerce-account .woocommerce-MyAccount-content textarea:active,
.woocommerce-account .woocommerce-MyAccount-content select:active,
.woocommerce-account .woocommerce-MyAccount-content label.upload:active,
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]):focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus,
.woocommerce-account .woocommerce-MyAccount-content label.upload:focus {
  outline: none;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]).hide,
.woocommerce-account .woocommerce-MyAccount-content textarea.hide,
.woocommerce-account .woocommerce-MyAccount-content select.hide,
.woocommerce-account .woocommerce-MyAccount-content label.upload.hide {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"])::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content textarea::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content select::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content label.upload::-ms-clear {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content textarea.wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content select.wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.woocommerce-account .woocommerce-MyAccount-content input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content textarea:disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content select:disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce-account .woocommerce-MyAccount-content textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content select {
  padding-right: 2.5rem;
  cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-content select .hide-option {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content select::-ms-expand {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 1.5rem;
  right: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 3rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  border-top: 1px solid #f0f0f0;
  padding: 1rem 0 1rem 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.46666667rem;
  font-weight: 600;
  line-height: 1.36363636;
  margin-bottom: 1rem;
  color: #000000;
  float: left;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend.color-1 {
  color: #1fc791;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend.big {
  font-size: 1.33333333rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content fieldset legend.big {
    font-size: 1.4rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-content address {
  color: #1e1e1e;
  line-height: 2.26666667;
}
.woocommerce-account .woocommerce-MyAccount-content address.big {
  font-size: 24px;
  line-height: 2.08333333;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content address.big {
    font-size: 22px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address {
  position: relative;
  padding: 0 0 3.5rem 0;
  margin: 1rem 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #f0f0f0;
  color: #1e1e1e;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.rounded {
  border-radius: 200px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.full-width {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.arrow-right:hover {
  background-position: center right 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.arrow-right.large {
  background-size: 1.5rem auto;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.small {
  padding: 0.1rem 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.small-radius {
  border-radius: 3px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.ghost:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.gray-medium:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.gray-medium:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.white:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.white:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.white:active {
  background: #1fc791;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set .woocommerce-Address header.title a.edit:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce-account .woocommerce-form {
  border: none;
  background: none;
}
.woocommerce-account .woocommerce-form .form-row {
  width: 100%;
}
.woocommerce-account .woocommerce-form label:not(.woocommerce-form__label-for-checkbox) {
  font-weight: 600;
}
.woocommerce-account .login-box,
.woocommerce-account .aanmelden-box {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 1.5rem;
  height: 100%;
}
.woocommerce-account .login-box h1,
.woocommerce-account .aanmelden-box h1,
.woocommerce-account .login-box h2,
.woocommerce-account .aanmelden-box h2 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1.46666667rem;
  font-weight: 600;
  line-height: 1.36363636;
  margin-bottom: 1rem;
  color: #000000;
}
.woocommerce-account .login-box h1.color-1,
.woocommerce-account .aanmelden-box h1.color-1,
.woocommerce-account .login-box h2.color-1,
.woocommerce-account .aanmelden-box h2.color-1 {
  color: #1fc791;
}
.woocommerce-account .login-box h1.big,
.woocommerce-account .aanmelden-box h1.big,
.woocommerce-account .login-box h2.big,
.woocommerce-account .aanmelden-box h2.big {
  font-size: 1.33333333rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .login-box h1.big,
  .woocommerce-account .aanmelden-box h1.big,
  .woocommerce-account .login-box h2.big,
  .woocommerce-account .aanmelden-box h2.big {
    font-size: 1.4rem;
  }
}
.woocommerce-account .login-box .woocommerce-form,
.woocommerce-account .aanmelden-box .woocommerce-form {
  padding: 0;
  border: none;
  background: none;
  margin: 0;
}
.woocommerce-account .login-box .woocommerce-form input:not([type="checkbox"]),
.woocommerce-account .aanmelden-box .woocommerce-form input:not([type="checkbox"]),
.woocommerce-account .login-box .woocommerce-form textarea,
.woocommerce-account .aanmelden-box .woocommerce-form textarea,
.woocommerce-account .login-box .woocommerce-form select,
.woocommerce-account .aanmelden-box .woocommerce-form select,
.woocommerce-account .login-box .woocommerce-form label.upload,
.woocommerce-account .aanmelden-box .woocommerce-form label.upload {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  background-color: #ffffff;
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(31px + 15px);
  font-size: 15px;
  line-height: calc(calc(15px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f0f0f0;
}
.woocommerce-account .login-box .woocommerce-form input:not([type="checkbox"])::placeholder,
.woocommerce-account .aanmelden-box .woocommerce-form input:not([type="checkbox"])::placeholder,
.woocommerce-account .login-box .woocommerce-form textarea::placeholder,
.woocommerce-account .aanmelden-box .woocommerce-form textarea::placeholder,
.woocommerce-account .login-box .woocommerce-form select::placeholder,
.woocommerce-account .aanmelden-box .woocommerce-form select::placeholder,
.woocommerce-account .login-box .woocommerce-form label.upload::placeholder,
.woocommerce-account .aanmelden-box .woocommerce-form label.upload::placeholder {
  opacity: 0;
}
.woocommerce-account .login-box .woocommerce-form input:not([type="checkbox"]):active,
.woocommerce-account .aanmelden-box .woocommerce-form input:not([type="checkbox"]):active,
.woocommerce-account .login-box .woocommerce-form textarea:active,
.woocommerce-account .aanmelden-box .woocommerce-form textarea:active,
.woocommerce-account .login-box .woocommerce-form select:active,
.woocommerce-account .aanmelden-box .woocommerce-form select:active,
.woocommerce-account .login-box .woocommerce-form label.upload:active,
.woocommerce-account .aanmelden-box .woocommerce-form label.upload:active,
.woocommerce-account .login-box .woocommerce-form input:not([type="checkbox"]):focus,
.woocommerce-account .aanmelden-box .woocommerce-form input:not([type="checkbox"]):focus,
.woocommerce-account .login-box .woocommerce-form textarea:focus,
.woocommerce-account .aanmelden-box .woocommerce-form textarea:focus,
.woocommerce-account .login-box .woocommerce-form select:focus,
.woocommerce-account .aanmelden-box .woocommerce-form select:focus,
.woocommerce-account .login-box .woocommerce-form label.upload:focus,
.woocommerce-account .aanmelden-box .woocommerce-form label.upload:focus {
  outline: none;
}
.woocommerce-account .login-box .woocommerce-form input:not([type="checkbox"]).hide,
.woocommerce-account .aanmelden-box .woocommerce-form input:not([type="checkbox"]).hide,
.woocommerce-account .login-box .woocommerce-form textarea.hide,
.woocommerce-account .aanmelden-box .woocommerce-form textarea.hide,
.woocommerce-account .login-box .woocommerce-form select.hide,
.woocommerce-account .aanmelden-box .woocommerce-form select.hide,
.woocommerce-account .login-box .woocommerce-form label.upload.hide,
.woocommerce-account .aanmelden-box .woocommerce-form label.upload.hide {
  display: none;
}
.woocommerce-account .login-box .woocommerce-form input:not([type="checkbox"])::-ms-clear,
.woocommerce-account .aanmelden-box .woocommerce-form input:not([type="checkbox"])::-ms-clear,
.woocommerce-account .login-box .woocommerce-form textarea::-ms-clear,
.woocommerce-account .aanmelden-box .woocommerce-form textarea::-ms-clear,
.woocommerce-account .login-box .woocommerce-form select::-ms-clear,
.woocommerce-account .aanmelden-box .woocommerce-form select::-ms-clear,
.woocommerce-account .login-box .woocommerce-form label.upload::-ms-clear,
.woocommerce-account .aanmelden-box .woocommerce-form label.upload::-ms-clear {
  display: none;
}
.woocommerce-account .login-box .woocommerce-form input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-account .aanmelden-box .woocommerce-form input:not([type="checkbox"]).wpcf7-not-valid,
.woocommerce-account .login-box .woocommerce-form textarea.wpcf7-not-valid,
.woocommerce-account .aanmelden-box .woocommerce-form textarea.wpcf7-not-valid,
.woocommerce-account .login-box .woocommerce-form select.wpcf7-not-valid,
.woocommerce-account .aanmelden-box .woocommerce-form select.wpcf7-not-valid,
.woocommerce-account .login-box .woocommerce-form label.upload.wpcf7-not-valid,
.woocommerce-account .aanmelden-box .woocommerce-form label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.woocommerce-account .login-box .woocommerce-form input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-account .aanmelden-box .woocommerce-form input:not([type="checkbox"]):disabled ~ .button,
.woocommerce-account .login-box .woocommerce-form textarea:disabled ~ .button,
.woocommerce-account .aanmelden-box .woocommerce-form textarea:disabled ~ .button,
.woocommerce-account .login-box .woocommerce-form select:disabled ~ .button,
.woocommerce-account .aanmelden-box .woocommerce-form select:disabled ~ .button,
.woocommerce-account .login-box .woocommerce-form label.upload:disabled ~ .button,
.woocommerce-account .aanmelden-box .woocommerce-form label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce-account .login-box .woocommerce-form textarea,
.woocommerce-account .aanmelden-box .woocommerce-form textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.woocommerce-account .login-box .woocommerce-form select,
.woocommerce-account .aanmelden-box .woocommerce-form select {
  padding-right: 2.5rem;
  cursor: pointer;
}
.woocommerce-account .login-box .woocommerce-form select .hide-option,
.woocommerce-account .aanmelden-box .woocommerce-form select .hide-option {
  display: none;
}
.woocommerce-account .login-box .woocommerce-form select::-ms-expand,
.woocommerce-account .aanmelden-box .woocommerce-form select::-ms-expand {
  display: none;
}
.woocommerce-account .login-box .woocommerce-form.select::before,
.woocommerce-account .aanmelden-box .woocommerce-form.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 1.5rem;
  right: 1.5rem;
}
.woocommerce-account .login-box .woocommerce-form p.form-row:not(.woocommerce-form-row),
.woocommerce-account .aanmelden-box .woocommerce-form p.form-row:not(.woocommerce-form-row) {
  margin-top: 1rem;
}
.woocommerce-account .login-box .woocommerce-form .woocommerce-form-login__rememberme,
.woocommerce-account .aanmelden-box .woocommerce-form .woocommerce-form-login__rememberme {
  width: calc(100% - 10rem);
  margin-top: .5rem;
  float: right;
}
@media only screen and (max-width: 991px) {
  .producten-uitlezen .woocommerce ul.products.columns-3 .product.first {
    width: 100%;
  }
}
.open-filters {
  width: 100%;
  text-align: center;
}
.sidebar.productoverzicht {
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .sidebar.productoverzicht {
    background: white;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    padding: 1rem;
    margin: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
  }
  .sidebar.productoverzicht .sidebar-item {
    padding: 0;
  }
}
.sidebar.productoverzicht .top-on-xs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar.productoverzicht .top-on-xs .icon {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.sidebar.productoverzicht .top-on-xs .icon svg {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #1e1e1e;
  content: '';
  width: 100%;
  height: 100%;
}
.sidebar.productoverzicht.in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sidebar .sidebar-title {
  margin-bottom: 2rem;
}
.sidebar .sidebar-item {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
}
.sidebar .sidebar-item:first-of-type {
  padding-top: 0;
}
.sidebar .sidebar-item h3 {
  color: #1e1e1e;
  line-height: 2.26666667;
  font-size: 1rem;
  margin-bottom: 0;
  color: #1fc791;
  border-bottom: 1px solid #8d8d8d;
}
.sidebar .sidebar-item h3.big {
  font-size: 24px;
  line-height: 2.08333333;
}
@media only screen and (max-width: 767px) {
  .sidebar .sidebar-item h3.big {
    font-size: 22px;
  }
}
.sidebar .sidebar-item .item-title {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar .sidebar-item .item-title * {
  margin: 0;
}
.sidebar .sidebar-item .item-title .close {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.sidebar .sidebar-item .item-title .close svg {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #1e1e1e;
  content: '';
  top: .5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.sidebar .sidebar-item .item-content {
  display: none;
}
.sidebar .sidebar-item .item-content *:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-item ul.menu {
  padding: 0;
  width: 100%;
}
.sidebar .sidebar-item ul.menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sidebar .sidebar-item ul.menu li:not(.menu-item-object-product_cat) {
  display: none;
}
.sidebar .sidebar-item ul.menu li > a {
  position: relative;
  font-size: 1rem;
  color: #1e1e1e;
}
.sidebar .sidebar-item ul.menu li > a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.sidebar .sidebar-item ul.menu li > a:hover::after,
.sidebar .sidebar-item ul.menu li > a.active::after {
  width: 100%;
}
.sidebar .sidebar-item ul.menu li > a.button::after {
  display: none;
}
.sidebar .sidebar-item ul.menu li > a::after {
  background: #1e1e1e;
}
.sidebar .sidebar-item ul.menu li.current-menu-ancestor > a,
.sidebar .sidebar-item ul.menu li.current-menu-item > a {
  position: relative;
  font-weight: 700;
  color: #1e1e1e;
}
.sidebar .sidebar-item ul.menu li.current-menu-ancestor > a::after,
.sidebar .sidebar-item ul.menu li.current-menu-item > a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.sidebar .sidebar-item ul.menu li.current-menu-ancestor > a:hover::after,
.sidebar .sidebar-item ul.menu li.current-menu-item > a:hover::after,
.sidebar .sidebar-item ul.menu li.current-menu-ancestor > a.active::after,
.sidebar .sidebar-item ul.menu li.current-menu-item > a.active::after {
  width: 100%;
}
.sidebar .sidebar-item ul.menu li.current-menu-ancestor > a.button::after,
.sidebar .sidebar-item ul.menu li.current-menu-item > a.button::after {
  display: none;
}
.sidebar .sidebar-item ul.menu li.current-menu-ancestor > a::after,
.sidebar .sidebar-item ul.menu li.current-menu-item > a::after {
  width: 100%;
}
.sidebar .sidebar-item ul.menu li.current-menu-ancestor > a::after,
.sidebar .sidebar-item ul.menu li.current-menu-item > a::after {
  background: #1e1e1e;
}
.sidebar .sidebar-item ul.menu li.current-menu-ancestor > ul.sub-menu,
.sidebar .sidebar-item ul.menu li.current-menu-item > ul.sub-menu {
  display: block;
}
.sidebar .sidebar-item ul.menu li ul.sub-menu {
  padding: .25rem 0 .25rem 1rem;
  display: none;
}
.sidebar .sidebar-item ul.menu li ul.sub-menu li a {
  font-weight: 400;
  color: #1e1e1e;
}
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-ancestor > a,
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-item > a {
  position: relative;
  font-weight: 700;
  color: #1e1e1e;
}
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-ancestor > a::after,
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-item > a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #1fc791;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-ancestor > a:hover::after,
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-item > a:hover::after,
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-ancestor > a.active::after,
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-item > a.active::after {
  width: 100%;
}
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-ancestor > a.button::after,
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-item > a.button::after {
  display: none;
}
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-ancestor > a::after,
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-item > a::after {
  width: 100%;
}
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-ancestor > a::after,
.sidebar .sidebar-item ul.menu li ul.sub-menu li.current-menu-item > a::after {
  background: #1e1e1e;
}
.sidebar .sidebar-item ul.sidebar-cat {
  padding: 0;
  width: 100%;
}
.sidebar .sidebar-item ul.sidebar-cat li {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sidebar .sidebar-item ul.sidebar-cat li > a {
  font-weight: 500;
  font-size: 1rem;
  color: #1e1e1e;
}
.sidebar .sidebar-item ul.sidebar-cat li.current > a {
  font-weight: 600;
}
.sidebar .sidebar-item ul.sidebar-cat li.current ul.sub {
  display: block;
}
.sidebar .sidebar-item ul.sidebar-cat li ul.sub {
  padding: .5rem 0 .5rem 1.5rem;
  display: none;
}
.sidebar .sidebar-item ul.sidebar-cat li ul.sub li a {
  font-weight: 400;
  color: #1e1e1e;
}
.sidebar .sidebar-item ul.sidebar-cat li ul.sub li.current > a {
  font-weight: 600;
}
.sidebar .sidebar-item.filter ul {
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-item.filter ul li {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .sidebar-item.filter ul li::before,
.sidebar .sidebar-item.filter ul li::after {
  display: none;
}
.sidebar .sidebar-item.filter ul li a {
  display: inline-flex;
  align-items: center;
  color: #1e1e1e;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sidebar .sidebar-item.filter ul li a::before {
  content: "";
  display: inline-block;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-input-checkbox.svg');
  background-size: 10px;
  background-position: -1.5rem center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sidebar .sidebar-item.filter ul li a:hover {
  color: #1fc791;
}
.sidebar .sidebar-item.filter ul li.chosen a {
  font-weight: 600;
}
.sidebar .sidebar-item.filter ul li.chosen a::before {
  opacity: 1;
  background-position: center center;
}
.sidebar .sidebar-item.filter ul li span.count {
  color: #d3d3d3;
  margin-left: .5rem;
}
.sidebar .sidebar-item.open-item h3 {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  padding: .5rem 1.5rem .5rem 0rem;
}
.sidebar .sidebar-item.open-item h3::after {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  content: '';
  top: calc(50% - .25rem);
  right: 0;
  width: 1rem;
  height: .5rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-chevron-down.svg');
}
.sidebar .sidebar-item.open-item.open h3::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar .sidebar-item.open-item.open > ul,
.sidebar .sidebar-item.open-item.open > .item-content {
  display: block;
}
.sidebar .sidebar-item.open-item > ul,
.sidebar .sidebar-item.open-item > .item-content {
  margin-top: 1rem;
}
.sidebar .sidebar-item.open-item > :last-child {
  display: none;
}
.sidebar .sidebar-item.show .item-title * {
  color: #1e1e1e;
}
.sidebar .sidebar-item.show .item-title .close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #d3d3d3;
}
.sidebar .sidebar-item.show .item-title .close svg {
  opacity: 1;
}
.sidebar .sidebar-item.show .item-content > ul,
.sidebar .sidebar-item.show .item-content > div {
  opacity: 1;
}
footer .footer-logos-container .footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-logos-container .footer-logos .footer-logo {
  position: relative;
  width: 9.5rem;
  margin-bottom: 1rem;
}
footer .footer-logos-container .footer-logos .footer-logo .logo-itself {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: center center no-repeat;
  background-size: contain;
}
footer .footer-logos-container .footer-logos .footer-logo .ratio {
  display: block;
  padding-bottom: 50%;
}
footer .top-footer .container .line {
  height: 1px;
  width: 100%;
  margin-bottom: 2rem;
  background: #d3d3d3;
}
@media only screen and (max-width: 767px) {
  footer .footer-logos-container .footer-logos .footer-logo {
    width: calc(100% / 4);
  }
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 0 1.5rem 0;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  background-color: #1fc791;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 2.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 200px;
  padding: 0.1rem 2rem;
}
.woocommerce .woocommerce-error .button.rounded,
.woocommerce .woocommerce-info .button.rounded,
.woocommerce .woocommerce-message .button.rounded {
  border-radius: 200px;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button.hoverbutton,
.woocommerce .woocommerce-info .button.hoverbutton,
.woocommerce .woocommerce-message .button.hoverbutton {
  background-color: #1aa477;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-error .button:active,
.woocommerce .woocommerce-info .button:active,
.woocommerce .woocommerce-message .button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce .woocommerce-error .button.white,
.woocommerce .woocommerce-info .button.white,
.woocommerce .woocommerce-message .button.white {
  background-color: #ffffff;
  color: #1e1e1e;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right.svg');
}
.woocommerce .woocommerce-error .button.white:hover,
.woocommerce .woocommerce-info .button.white:hover,
.woocommerce .woocommerce-message .button.white:hover {
  background-color: #1aa477;
  color: #ffffff;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
}
.woocommerce .woocommerce-error .button.large,
.woocommerce .woocommerce-info .button.large,
.woocommerce .woocommerce-message .button.large {
  padding-top: .65rem;
  padding-bottom: .65rem;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: break-spaces !important;
}
.woocommerce .woocommerce-error .button.full-width,
.woocommerce .woocommerce-info .button.full-width,
.woocommerce .woocommerce-message .button.full-width {
  width: 100%;
}
.woocommerce .woocommerce-error .button.arrow-right,
.woocommerce .woocommerce-info .button.arrow-right,
.woocommerce .woocommerce-message .button.arrow-right {
  padding-right: 5rem;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: center right 1.5rem;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce .woocommerce-error .button.arrow-right:hover,
.woocommerce .woocommerce-info .button.arrow-right:hover,
.woocommerce .woocommerce-message .button.arrow-right:hover {
  background-position: center right 1rem;
}
.woocommerce .woocommerce-error .button.arrow-right.large,
.woocommerce .woocommerce-info .button.arrow-right.large,
.woocommerce .woocommerce-message .button.arrow-right.large {
  background-size: 1.5rem auto;
}
.woocommerce .woocommerce-error .button.small,
.woocommerce .woocommerce-info .button.small,
.woocommerce .woocommerce-message .button.small {
  padding: 0.1rem 2rem;
}
.woocommerce .woocommerce-error .button.small-radius,
.woocommerce .woocommerce-info .button.small-radius,
.woocommerce .woocommerce-message .button.small-radius {
  border-radius: 3px;
}
.woocommerce .woocommerce-error .button.ghost,
.woocommerce .woocommerce-info .button.ghost,
.woocommerce .woocommerce-message .button.ghost {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}
.woocommerce .woocommerce-error .button.ghost:hover,
.woocommerce .woocommerce-info .button.ghost:hover,
.woocommerce .woocommerce-message .button.ghost:hover,
.woocommerce .woocommerce-error .button.ghost:focus,
.woocommerce .woocommerce-info .button.ghost:focus,
.woocommerce .woocommerce-message .button.ghost:focus {
  background: #1fc791;
  color: #ffffff;
  border-color: #1fc791;
}
.woocommerce .woocommerce-error .button.black,
.woocommerce .woocommerce-info .button.black,
.woocommerce .woocommerce-message .button.black {
  background: #1e1e1e;
  color: #ffffff !important;
}
.woocommerce .woocommerce-error .button.gray-medium,
.woocommerce .woocommerce-info .button.gray-medium,
.woocommerce .woocommerce-message .button.gray-medium {
  background: #f0f0f0;
  color: #1e1e1e;
}
.woocommerce .woocommerce-error .button.gray-medium:hover,
.woocommerce .woocommerce-info .button.gray-medium:hover,
.woocommerce .woocommerce-message .button.gray-medium:hover,
.woocommerce .woocommerce-error .button.gray-medium:focus,
.woocommerce .woocommerce-info .button.gray-medium:focus,
.woocommerce .woocommerce-message .button.gray-medium:focus,
.woocommerce .woocommerce-error .button.gray-medium:active,
.woocommerce .woocommerce-info .button.gray-medium:active,
.woocommerce .woocommerce-message .button.gray-medium:active {
  background: #e3e3e3;
  color: #1e1e1e;
}
.woocommerce .woocommerce-error .button.white,
.woocommerce .woocommerce-info .button.white,
.woocommerce .woocommerce-message .button.white {
  background: #ffffff;
  color: #1e1e1e;
  border: 1px solid #f0f0f0;
}
.woocommerce .woocommerce-error .button.white:hover,
.woocommerce .woocommerce-info .button.white:hover,
.woocommerce .woocommerce-message .button.white:hover,
.woocommerce .woocommerce-error .button.white:focus,
.woocommerce .woocommerce-info .button.white:focus,
.woocommerce .woocommerce-message .button.white:focus,
.woocommerce .woocommerce-error .button.white:active,
.woocommerce .woocommerce-info .button.white:active,
.woocommerce .woocommerce-message .button.white:active {
  background: #1fc791;
  color: #ffffff;
}
.woocommerce .woocommerce-error .button.back,
.woocommerce .woocommerce-info .button.back,
.woocommerce .woocommerce-message .button.back {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce .woocommerce-error .button.back:hover,
.woocommerce .woocommerce-info .button.back:hover,
.woocommerce .woocommerce-message .button.back:hover {
  background-position: left 1.5rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button {
    padding: .4rem 2rem;
    max-width: 100%;
  }
  .woocommerce .woocommerce-error .button.black,
  .woocommerce .woocommerce-info .button.black,
  .woocommerce .woocommerce-message .button.black {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}
.woocommerce .woocommerce-error .button.sub,
.woocommerce .woocommerce-info .button.sub,
.woocommerce .woocommerce-message .button.sub {
  background-color: #939393;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce .woocommerce-error .button.sub:hover,
.woocommerce .woocommerce-info .button.sub:hover,
.woocommerce .woocommerce-message .button.sub:hover,
.woocommerce .woocommerce-error .button.sub:focus,
.woocommerce .woocommerce-info .button.sub:focus,
.woocommerce .woocommerce-message .button.sub:focus {
  background-color: #7a7a7a;
}
.woocommerce .woocommerce-error .button.wc-backward,
.woocommerce .woocommerce-info .button.wc-backward,
.woocommerce .woocommerce-message .button.wc-backward {
  background-repeat: no-repeat;
  background-image: url('https://kantoormeubelbaron-prod.rockit-works.nl/wp-content/themes/kantoor-gigant/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.woocommerce .woocommerce-error .button.wc-backward:hover,
.woocommerce .woocommerce-info .button.wc-backward:hover,
.woocommerce .woocommerce-message .button.wc-backward:hover {
  background-position: left 1.5rem center;
}
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  top: 50%;
  margin-top: -10px;
}
.woocommerce .woocommerce-error::after,
.woocommerce .woocommerce-info::after,
.woocommerce .woocommerce-message::after {
  display: none;
}
.woocommerce .woocommerce-error li {
  width: 100%;
}
.woocommerce .woocommerce-info {
  border-top-color: #000000;
}
.woocommerce .woocommerce-info::before {
  color: #000000;
}
.woocommerce .woocommerce-message {
  border-top-color: #1fc791;
}
.woocommerce .woocommerce-message::before {
  color: #1fc791;
}
@media only screen and (max-width: 991px) {
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button {
    margin-top: 10px;
  }
}
.linked-colors .iconic-wlv-variations {
  display: flex;
  flex-wrap: wrap;
  margin-top: .5rem;
}
.linked-colors .iconic-wlv-variations__row .iconic-wlv-variations__label {
  display: none;
}
.linked-colors .iconic-wlv-variations__row .iconic-wlv-variations__value .iconic-wlv-terms {
  margin: 0;
}
.linked-colors .iconic-wlv-variations__row .iconic-wlv-variations__value .iconic-wlv-terms .iconic-wlv-terms__term {
  margin: 0;
  line-height: 1;
}
.linked-colors .iconic-wlv-variations__row .iconic-wlv-variations__value .iconic-wlv-terms .iconic-wlv-terms__term .iconic-wlv-terms__term-content {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 2px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
}
.linked-colors .iconic-wlv-variations__row .iconic-wlv-variations__value .iconic-wlv-terms .iconic-wlv-terms__term .iconic-wlv-terms__term-content img {
  display: none;
}
.linked-colors.center .iconic-wlv-variations {
  justify-content: center;
}
