.basic-font {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.titel-font {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.bolder {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #4a4a4a;
  font-size: 16px;
  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(16px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(16px - 2px);
  }
}
html.hideHeader > header:not(.detail-header),
body.hideHeader > header:not(.detail-header) {
  transform: translateY(calc(-100% - 3rem));
}
h1,
.look-h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1.14583333;
  margin-bottom: 1.5rem;
  color: #2a7afe;
}
@media only screen and (max-width: 767px) {
  h1,
  .look-h1 {
    font-size: 2.375rem;
    line-height: 1.18421053;
  }
}
h2,
.look-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1.21428571;
  margin-bottom: 1rem;
  color: #4a4a4a;
}
h2.color-2,
.look-h2.color-2 {
  color: #2a7afe;
}
@media only screen and (max-width: 767px) {
  h2,
  .look-h2 {
    font-size: 1.75rem;
    line-height: 1.21428571;
  }
}
h3,
.look-h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #4a4a4a;
}
@media only screen and (max-width: 767px) {
  h3,
  .look-h3 {
    font-size: 1.375rem;
  }
}
h4,
.look-h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15789474;
  margin-bottom: 1rem;
  color: #4a4a4a;
}
h5,
.look-h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #2a7afe;
}
h6,
.look-h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #2a7afe;
}
.toptitel {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-style: normal;
  margin: 0;
  letter-spacing: 0.52px;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.toptitel.white {
  color: #ffffff;
}
.look-alt {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #ff9912;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0;
}
p,
span,
a,
li,
.look-p {
  color: #4a4a4a;
  line-height: 2;
}
p {
  margin-bottom: 2em;
}
p b,
p strong {
  font-weight: 700;
}
p i,
p em {
  font-style: italic;
}
small,
.look-small {
  font-size: 0.8rem;
}
a {
  color: #2a7afe;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #ff9912;
  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: #182138;
  color: #ffffff;
}
*::-moz-selection {
  background: #182138;
  color: #ffffff;
}
.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 15px 51px rgba(42, 122, 254, 0.13);
}
.box-shadow-hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.container-full {
  width: 100%;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.container {
  max-width: 1200px;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
}
.container.container-large {
  max-width: 1480px;
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
[class*='col-'] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.gradient-color-2 {
  background-color: transparent;
  background-image: linear-gradient(to top right, #2a7afe 0, rgba(42, 122, 254, 0.8));
}
.gradient-transparent-to-black {
  background-image: linear-gradient(0deg, rgba(10, 10, 10, 0.8) 0, rgba(10, 10, 10, 0.2) 100%);
  background-color: transparent;
}
.gradient-color-1-to-color-2 {
  background-image: linear-gradient(90deg, #182138 10%, #2a7afe);
}
.gradient-transparent-to-color-2 {
  background-image: linear-gradient(90deg, rgba(42, 122, 254, 0) 10%, #2a7afe);
}
.custom-border-radius {
  border-radius: 25px 0 25px 0;
}
.custom-border-radius-reverse {
  border-radius: 0 25px 0 25px;
}
.custom-border-radius-big {
  border-radius: 40px 0 40px 0;
}
.website-content {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.website-content.first_,
.website-content.first_banner,
.website-content.first_banner_slider,
.website-content.first_banner_home {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .website-content {
    padding-top: calc(142px + 4rem);
  }
}
@media only screen and (max-width: 991px) {
  .website-content {
    padding-top: calc(70px + 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .website-content {
    padding-top: calc(72px + 4rem);
  }
}
@media only screen and (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 6rem;
  }
}
@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;
}
.logged-in .product-filters.productoverzicht {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
  .logged-in .responsive-nav {
    margin-top: 46px;
  }
  .logged-in .product-filters.productoverzicht {
    margin-top: 46px;
  }
}
#old-ie-banner {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #f12525;
  padding: 0.5rem 0;
  position: fixed;
  bottom: 0;
  z-index: 1500;
}
#old-ie-banner p {
  color: #ffffff;
  margin-bottom: 0;
}
.background-color {
  background: #f0f1f4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.25rem;
  border-radius: 0px;
}
.button {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
}
.button:hover,
.button.hoverbutton {
  background-color: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.button:focus,
.button:active {
  outline: none;
  color: #ffffff;
}
.button.white {
  border-color: #ffffff;
  color: #ffffff;
}
.button.white:hover {
  background-color: #ffffff;
  color: #2a7afe;
}
.button.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.button.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.button.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.button.orange:hover {
  background-color: #e88400;
}
.button.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.button.orange.back:hover {
  background-position: left 1rem center;
}
.button.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.button.arrow:hover {
  background-position: right 1rem center;
}
@media only screen and (max-width: 767px) {
  .button {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .button.arrow {
    padding-right: 4rem;
  }
}
.hoverbutton {
  background-color: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.text-link {
  position: relative;
}
.text-link:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.text-link:hover {
  color: #2a7afe;
}
.text-link:hover:after {
  width: 100%;
}
.text-link.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 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: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.link-text:hover::after {
  width: 100%;
}
.link-text.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .link-text::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;
  }
}
.button-arrow {
  font-weight: 700;
  padding-right: 2rem;
  color: #2a7afe;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-color-2.svg');
  background-size: 1rem;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
.button-arrow:hover {
  background-position: right center;
}
@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: #182138;
}
.input-border-radius {
  border-radius: 0.25rem;
}
.input-background {
  background-color: #ffffff;
}
.input-box-shadow {
  box-shadow: 0 3px 4px 0 rgba(74, 74, 74, 0.1);
}
.input-border {
  border: none;
}
.input-weight {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .default-block {
    margin-bottom: 6rem;
  }
}
@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 2em 0.5rem;
}
.default-block .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.default-block .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.default-block .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.default-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.default-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.default-block .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.default-block .tekst p + ul,
.default-block .tekst p + ol {
  margin-top: -2em;
}
.default-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.default-block .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.default-block .tekst a:hover::after {
  width: 100%;
}
.default-block .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .default-block .tekst a::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;
  }
}
.default-block .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  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://www.transtune.nl/wp-content/themes/transtune/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.3s ease-out 0s;
  -moz-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  -ms-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.whatsapp .whatsapp-button:hover {
  background-color: #075e54;
}
.whatsapp .whatsapp-popup {
  display: none;
  position: absolute;
  right: 3.4rem;
  bottom: 4.4rem;
  width: 300px;
  max-width: 70%;
  padding: 1.25rem 1.8rem;
  font-size: 14px;
  color: #4a4a4a;
  background-color: rgba(236, 229, 221, 0.97);
  border-radius: 0.3rem;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
}
.whatsapp .whatsapp-popup::after {
  content: '';
  position: absolute;
  right: 0.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: 700;
}
.whatsapp .whatsapp-popup .close {
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #4a4a4a;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.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;
}
@media only screen and (max-width: 767px) {
  .whatsapp .whatsapp-popup {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .whatsapp.detail-whatsapp {
    bottom: 6rem;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////// File upload modal
.modal																	{ .none; .fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999;
	&.show																{ .block; }
	.modal-background													{ .abs; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.25); }
	.modal-inner														{ .abs; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0 auto; padding: 2.5rem; min-width: 600px; max-width: 1000px; min-height: 400px; background-color: @white; border-radius: 0; .box-shadow;
		.modal-content													{ height: 100%; 
			.modal-notification											{ .none; 
				p 														{ margin: 0; }
			}
		} 
		.modal-close													{ z-index: 2; .abs; top: 1rem; right: 1rem; width: 1.5rem; height: 1.5rem;.bold; margin: 0; padding: 0; line-height: 1; .bold; cursor: pointer; color: @black; background-color: lightgray; border-radius: .3rem; .flex; align-items: center; justify-content: center; }
	}
	
	@media @mobiel														{
		.modal-inner													{ width: 96%; 
			.modal-close												{ width: 2.5rem; height: 2.5rem; }
		}
	}
	
	&.file-modal														{
		.file-upload-form												{ 
			.file-upload 												{ .flex; flex-direction: column;
				span													{ width: 100%; }
			}
			.buttons													{ margin-top: 2rem; }
		}
	}
}
*/
.line-element {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(42, 122, 254, 0) 10%, #2a7afe);
}
.icon-contact {
  position: relative;
  padding-left: 1.25rem;
}
.icon-contact::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1rem;
  left: 0;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-phone-color-actie.svg');
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.icon-contact.white::before {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-contact-phone-white.svg');
}
.icon-contact.opacity-40::before {
  opacity: 0.4;
}
.extra-content {
  margin-top: 1.5rem;
}
.extra-content .extra-content-lijst {
  margin-left: 0 !important;
}
.extra-content .extra-content-lijst.columns-4 {
  columns: 4;
}
.extra-content .extra-content-lijst.columns-3 {
  columns: 3;
}
.extra-content .extra-content-lijst .lijst-item {
  margin-bottom: 0.8rem;
  padding: 0;
  line-height: 1.5;
}
.extra-content .extra-content-lijst .lijst-item::before {
  display: none;
}
.extra-content .extra-content-lijst .lijst-item a {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #2a7afe;
  line-height: 1.5;
}
.extra-content .extra-content-lijst .lijst-item a::after {
  bottom: 0;
}
.extra-content .extra-content-lijst .lijst-item a:hover,
.extra-content .extra-content-lijst .lijst-item a:focus,
.extra-content .extra-content-lijst .lijst-item a:active {
  color: #2a7afe;
}
.extra-content .extra-content-lijst.popular .lijst-item a {
  position: relative;
  font-weight: 700;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(42, 122, 254, 0.15);
}
.extra-content .extra-content-lijst.popular .lijst-item a::after {
  display: none;
}
.extra-content .extra-content-lijst.popular .lijst-item a:hover,
.extra-content .extra-content-lijst.popular .lijst-item a:focus,
.extra-content .extra-content-lijst.popular .lijst-item a:active {
  box-shadow: 0 2px 4px rgba(42, 122, 254, 0.5);
}
.extra-content .extra-content-lijst.popular .lijst-item a img {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: auto;
  height: 100%;
}
.extra-content .list-group {
  margin-bottom: 2rem !important;
}
.extra-content .list-group ul {
  position: relative;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  margin: 0 !important;
  overflow: hidden;
}
.extra-content .list-group ul.more-items {
  max-height: 130px;
}
.extra-content .list-group ul.more-items::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(240, 241, 244, 0.7) 0%, rgba(240, 241, 244, 0) 100%);
  pointer-events: none;
}
.extra-content .list-group ul.open {
  max-height: 100vh;
}
.extra-content .list-group ul.open::after {
  display: none;
}
.extra-content .list-group .open-lijst-wrapper {
  margin-top: 1rem;
}
.extra-content .list-group .open-lijst-wrapper .open-lijst {
  font-weight: 500;
  color: #182138;
  font-size: 0.9rem;
  text-decoration: underline;
  cursor: pointer;
}
.extra-content a {
  white-space: inherit !important;
}
@media only screen and (max-width: 991px) {
  .extra-content .extra-content-lijst.columns-4 {
    columns: 3;
  }
}
@media only screen and (max-width: 767px) {
  .extra-content .extra-content-lijst.columns-3,
  .extra-content .extra-content-lijst.columns-4 {
    columns: 2;
  }
  .extra-content .list-group .open-lijst-wrapper {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .extra-content .extra-content-lijst.columns-3,
  .extra-content .extra-content-lijst.columns-4 {
    columns: 1;
  }
  .extra-content .extra-content-lijst.popular .lijst-item a img {
    right: 1rem;
  }
  .extra-content .list-group .open-lijst-wrapper {
    margin-top: 0;
  }
}
body > header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  background: rgba(24, 33, 56, 0.9);
  -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.detail-header {
  position: absolute;
}
body > header .header-top {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body > header .header-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  padding: 1rem 0;
  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 .logo {
  width: 175px;
}
body > header .header-inner .logo .logolink {
  display: block;
}
body > header .header-inner .logo .logolink img {
  width: 100%;
  height: auto;
  margin-bottom: -3rem;
  display: block;
}
body > header .header-inner .navigation {
  position: relative;
  text-align: left;
  padding-left: 3.5rem;
  width: calc(100% - 175px);
}
body > header .header-inner .navigation .navigation-top,
body > header .header-inner .navigation .navigation-bottom {
  padding: 0.5rem 0;
}
body > header .header-inner .navigation .navigation-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1rem;
}
body > header .header-inner .navigation .navigation-top .icon-contact {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  align-items: center;
  height: 2rem;
  margin-right: 2rem;
  padding: 0 1rem 0 2rem;
  color: #2a7afe;
  background-color: #ffffff;
  font-size: 0.9rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 99px;
  line-height: 1;
}
body > header .header-inner .navigation .navigation-top .icon-contact::before {
  width: 2.5rem;
  background-size: 0.7rem;
  background-position: center;
}
body > header .header-inner .navigation .navigation-top ul {
  margin-right: 1.5rem;
}
body > header .header-inner .navigation .navigation-top ul li a {
  text-transform: inherit;
  font-size: 0.9rem;
}
body > header .header-inner .navigation .navigation-top .openingstijden {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
}
body > header .header-inner .navigation .navigation-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body > header .header-inner .navigation .navigation-bottom .shop-acties a:last-child {
  margin-right: 0;
}
body > header .header-inner .navigation .navigation-bottom .shop-actie-button {
  display: inline-flex;
  flex-wrap: wrap;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-weight: 400;
  align-items: center;
  color: #ffffff;
  position: relative;
  margin: 0 0.75rem;
}
body > header .header-inner .navigation .navigation-bottom .shop-actie-button * {
  color: #ffffff;
}
body > header .header-inner .navigation .navigation-bottom .shop-actie-button span {
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1.89px;
  padding: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}
body > header .header-inner .navigation .navigation-bottom .shop-actie-button span.icon {
  line-height: 1;
}
body > header .header-inner .navigation .navigation-bottom .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;
  vertical-align: middle;
}
body > header .header-inner .navigation .navigation-bottom .shop-actie-button:hover span.icon img {
  transform: scale(1.1);
}
body > header .header-inner .navigation .navigation-bottom .shop-actie-button.winkelmand-item {
  position: relative;
}
body > header .header-inner .navigation .navigation-bottom .shop-actie-button.winkelmand-item span.winkelmandje-counter {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  font-size: 0.7rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  top: -0.5rem;
  right: -1rem;
  text-align: center;
  background: #ff9912;
  color: #fff;
  min-width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
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 {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
}
body > header .header-inner .navigation li:first-child {
  padding-left: 0;
}
body > header .header-inner .navigation li a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1.89px;
  padding: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}
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://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-chevron-down-white.svg');
  background-size: 0.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: #2a7afe;
  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://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-chevron-down-color-2.svg');
}
body > header .header-inner .navigation li.menu-item-has-children > a {
  padding-right: 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  left: -1.5rem;
  min-width: 100%;
  background: #090c14;
  margin: 0;
  text-align: left;
  z-index: 203;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 25px 0 25px 0;
}
body > header .header-inner .navigation li > ul.sub-menu::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 2.5rem;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #090c14;
}
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-top-left-radius: 25px;
}
body > header .header-inner .navigation li > ul.sub-menu li:last-child {
  border-bottom-right-radius: 25px;
}
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(42, 122, 254, 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: #2a7afe;
}
body > header .header-inner .navigation li > ul.sub-menu li:hover > a.sf-with-ul,
body > header .header-inner .navigation li > ul.sub-menu li:active > a.sf-with-ul,
body > header .header-inner .navigation li > ul.sub-menu li.current-menu-item > a.sf-with-ul,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_item > a.sf-with-ul,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_parent > a.sf-with-ul {
  position: relative;
}
body > header .header-inner .navigation li > ul.sub-menu li:hover > a.sf-with-ul::after,
body > header .header-inner .navigation li > ul.sub-menu li:active > a.sf-with-ul::after,
body > header .header-inner .navigation li > ul.sub-menu li.current-menu-item > a.sf-with-ul::after,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_item > a.sf-with-ul::after,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_parent > a.sf-with-ul::after {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-chevron-right-color-2.svg');
}
body > header .header-inner .navigation li > ul.sub-menu li a {
  display: block;
  line-height: 1.25;
  padding: 1rem 1.5rem;
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  border-top: none;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul {
  position: relative;
  padding-right: 2rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul::after {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-chevron-right-white.svg');
  background-size: 0.5rem;
  top: 0;
  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;
  border-radius: 0 25px 0 25px;
  top: 0;
  border: none;
  left: 100%;
  background: #090c14;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu::before {
  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: 0.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: #ffffff;
  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;
  width: 75%;
}
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: #2a7afe;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body > header .header-inner {
    padding: 0.5rem 0;
  }
  body > header .header-inner .logo {
    width: 115px;
  }
  body > header .header-inner .navigation {
    padding-left: 0.5rem;
    width: calc(100% - 115px);
  }
  body > header .header-inner .navigation .navigation-top .icon-contact {
    margin-right: 1rem;
  }
  body > header .header-inner .navigation .navigation-top ul {
    margin-right: 0.5rem;
  }
  body > header .header-inner .navigation .navigation-top .openingstijden {
    font-size: 0.9rem;
  }
  body > header .header-inner .navigation li {
    padding: 0 0.25rem;
    margin-right: 0;
  }
  body > header .header-inner .navigation li a {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  body > header .header-inner .navigation .button {
    font-size: 0.9rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    letter-spacing: 1px;
  }
  body > header .header-inner .navigation .navigation-bottom .shop-actie-button span {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  body > header .header-inner .navigation .navigation-bottom .shop-actie-button span.icon img {
    height: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  body > header .header-inner .logo {
    width: 150px;
  }
  body > header .header-inner .navigation {
    padding-left: 0.85rem;
    width: calc(100% - 150px);
  }
  body > header .header-inner .navigation .navigation-top .icon-contact {
    margin-right: 1.5rem;
  }
  body > header .header-inner .navigation .navigation-top ul {
    margin-right: 1rem;
  }
  body > header .header-inner .navigation .navigation-top ul li a {
    font-size: 0.85rem;
  }
  body > header .header-inner .navigation .navigation-top .openingstijden {
    font-size: 0.9rem;
  }
  body > header .header-inner .navigation li a {
    font-size: 0.95rem;
    letter-spacing: 1px;
  }
  body > header .header-inner .navigation .button {
    font-size: 0.95rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    letter-spacing: 1px;
  }
  body > header .header-inner .navigation .navigation-bottom .shop-actie-button span {
    font-size: 0.95rem;
  }
  body > header .header-inner .navigation .navigation-bottom .shop-actie-button span.icon img {
    height: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  body > header .header-inner {
    padding: 0.5rem 0;
  }
  body > header .header-inner .logo {
    width: 100px;
  }
  body > header .header-inner .logo .logolink img {
    margin-bottom: -2rem;
  }
  body > header .header-inner .navigation {
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  body > header .header-inner .navigation .button {
    margin-right: 2rem;
  }
  body > header .header-inner .navigation .navigation-bottom .shop-acties {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  body > header .header-inner .navigation .navigation-bottom .shop-acties {
    margin-right: 1.5rem;
  }
  body > header .header-inner .navigation .navigation-bottom .shop-acties .shop-actie-button {
    margin: 0 0.5rem;
  }
  body > header .header-inner .navigation .navigation-bottom .shop-acties .shop-actie-button span.icon img {
    height: 1.5rem;
  }
}
.responsive-nav {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1490;
  padding-top: 3rem;
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .menu-icons {
  padding: 2.5rem;
}
.responsive-nav .menu-icons .menu-icons-inner {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 10px;
}
.responsive-nav .menu-icons .menu-icons-inner a {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 3rem;
  padding: 1rem;
  margin-right: 1rem;
  border-radius: 10px;
  border: 2px solid transparent;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.responsive-nav .menu-icons .menu-icons-inner a span {
  position: absolute;
  font-weight: 500;
  top: calc(100% + .25rem);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
}
.responsive-nav .menu-icons .menu-icons-inner a.active,
.responsive-nav .menu-icons .menu-icons-inner a:hover {
  background-color: #2a7afe;
  border-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.responsive-nav .menu-icons .menu-icons-inner a.active.icon-car,
.responsive-nav .menu-icons .menu-icons-inner a:hover.icon-car {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-car-tuning-white.svg');
}
.responsive-nav .menu-icons .menu-icons-inner a.active.icon-agri,
.responsive-nav .menu-icons .menu-icons-inner a:hover.icon-agri {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-agri-tuning-white.svg');
}
.responsive-nav .menu-icons .menu-icons-inner a.active.icon-truck,
.responsive-nav .menu-icons .menu-icons-inner a:hover.icon-truck {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-truck-tuning-white.svg');
}
.responsive-nav .menu-icons .menu-icons-inner a.active.icon-marine,
.responsive-nav .menu-icons .menu-icons-inner a:hover.icon-marine {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-marine-tuning-white.svg');
}
.responsive-nav .menu-icons .menu-icons-inner a.active span,
.responsive-nav .menu-icons .menu-icons-inner a:hover span {
  font-weight: 700;
}
.responsive-nav .menu-icons .menu-icons-inner a.icon-car {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-car-tuning.svg');
}
.responsive-nav .menu-icons .menu-icons-inner a.icon-agri {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-agri-tuning.svg');
}
.responsive-nav .menu-icons .menu-icons-inner a.icon-truck {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-truck-tuning.svg');
}
.responsive-nav .menu-icons .menu-icons-inner a.icon-marine {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-marine-tuning.svg');
}
.responsive-nav .menu-icons .menu-icons-inner a:last-of-type {
  margin-right: 0;
}
.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: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15789474;
  margin-bottom: 1rem;
  -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: #4a4a4a;
}
.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://www.transtune.nl/wp-content/themes/transtune/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: #2a7afe;
}
.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://www.transtune.nl/wp-content/themes/transtune/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: #4a4a4a;
}
.responsive-nav .nav li .sub-menu li a.sf-with-ul::after {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/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: #2a7afe;
}
.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://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu .sub-menu li a {
  padding-left: 3rem;
  color: #4a4a4a;
}
.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: #2a7afe;
}
.responsive-nav .nav li.li-show {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .responsive-nav {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-nav .button {
    width: calc(100% - 5rem);
    margin: 1rem 2rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  .responsive-nav .menu-icons {
    padding: 2.5rem 1.5rem;
  }
  .responsive-nav .nav {
    padding: 0 0.5rem;
  }
}
footer {
  position: relative;
  margin: 0;
  width: 100%;
  display: block;
}
footer .top-footer {
  box-sizing: border-box;
  background-color: #182138;
  padding: 2rem 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 {
  font-weight: 400;
  color: #ffffff;
  font-size: 0.9rem;
}
footer .top-footer .footer-block a {
  position: relative;
}
footer .top-footer .footer-block a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
footer .top-footer .footer-block a:hover::after {
  width: 100%;
}
footer .top-footer .footer-block a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .top-footer .footer-block a::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;
  }
}
footer .top-footer .footer-block a::after {
  display: none;
}
footer .top-footer .footer-block a:hover {
  color: #2a7afe;
}
footer .top-footer .footer-block li {
  line-height: 1;
}
footer .top-footer .footer-block .titel {
  display: block;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
footer .top-footer .footer-block .logolink {
  display: block;
  margin-bottom: 1.5rem;
}
footer .top-footer .footer-block .logolink img {
  max-width: 170px;
  height: auto;
  display: block;
}
footer .top-footer .footer-block .footer-tekst {
  margin: 1rem 0 1.5rem;
}
footer .top-footer .footer-block .footer-tekst p {
  margin-bottom: 0;
}
footer .top-footer .footer-block .button {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-weight: 700;
  padding: 0.5rem 4rem 0.5rem 2rem;
  color: #ffffff;
}
footer .top-footer .footer-block .button:after {
  display: none;
}
footer .top-footer .footer-block .social-media {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .top-footer .footer-block .social-media a {
  position: relative;
  display: inline-block;
  height: 2rem;
  margin: 0.2rem;
  margin-top: -0.5rem;
  padding-left: 2.5rem;
  background-size: 1.5rem;
  background-position: left 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://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-social-facebook.svg');
}
footer .top-footer .footer-block .social-media a.instagram {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-social-instagram.svg');
}
footer .top-footer .footer-block .social-media a.linkedin {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-social-linkedin.svg');
}
footer .top-footer .footer-block .social-media a.youtube {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-social-youtube.svg');
}
footer .top-footer .footer-block .social-media a.twitter {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-social-twitter.svg');
}
footer .top-footer .footer-block.contact {
  display: flex;
  flex-wrap: wrap;
}
footer .top-footer .footer-block.contact .contact-links {
  margin-right: 2rem;
}
footer .top-footer .footer-block.contact .contact-bottom {
  width: 100%;
}
footer .top-footer .footer-block.contact .werkzaamheden {
  display: block;
  font-style: italic;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  color: #2a7afe;
  font-size: 0.8rem;
}
footer .bottom-footer {
  background: #182138;
}
footer .bottom-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 1rem 0;
}
footer .bottom-footer .footer-inner a,
footer .bottom-footer .footer-inner p,
footer .bottom-footer .footer-inner li,
footer .bottom-footer .footer-inner span {
  font-weight: 400;
  color: #59647f;
  font-size: 0.8rem;
  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: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
footer .bottom-footer .footer-inner a:hover::after {
  width: 100%;
}
footer .bottom-footer .footer-inner a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer .bottom-footer .footer-inner a::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;
  }
}
footer .bottom-footer .footer-inner a::after {
  display: none;
}
footer .bottom-footer .footer-inner a:hover {
  color: #ffffff;
}
footer .bottom-footer .footer-inner .menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
footer .bottom-footer .footer-inner .menu li {
  position: relative;
  padding: 0 0.5rem;
}
footer .bottom-footer .footer-inner .menu li::after {
  content: '|';
  position: absolute;
  top: 0;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
}
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 .top-footer .footer-block {
    padding-bottom: 1rem;
  }
  footer .top-footer .footer-block.contact .contact-links,
  footer .top-footer .footer-block.contact .contact-rechts {
    width: calc(50% - 1rem);
  }
  footer .bottom-footer .footer-inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .bottom-footer .footer-inner {
    flex-wrap: wrap;
    padding: 1rem 1rem 0.5rem;
  }
  footer .bottom-footer .colofon-left,
  footer .bottom-footer .colofon-right {
    width: 100%;
    text-align: center;
  }
  footer .bottom-footer .colofon-left .menu,
  footer .bottom-footer .colofon-right .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .bottom-footer .colofon-left .menu li::after,
  footer .bottom-footer .colofon-right .menu li::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  footer .top-footer .footer-block.contact .contact-links,
  footer .top-footer .footer-block.contact .contact-rechts {
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .module-overzicht {
    margin-bottom: 6rem;
  }
}
@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 2em 0.5rem;
}
.module-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.module-overzicht .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.module-overzicht .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.module-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.module-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.module-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.module-overzicht .tekst p + ul,
.module-overzicht .tekst p + ol {
  margin-top: -2em;
}
.module-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.module-overzicht .tekst a:hover::after {
  width: 100%;
}
.module-overzicht .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .module-overzicht .tekst a::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;
  }
}
.module-overzicht .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  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 15px 51px rgba(42, 122, 254, 0.13);
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container {
  width: 100%;
  padding-bottom: 56.5%;
  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: 2rem 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-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.module-overzicht .module-pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  background: white;
  box-shadow: 0 15px 51px rgba(42, 122, 254, 0.13);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}
.module-overzicht .module-pagination .page-numbers.current {
  color: #182138;
  font-weight: 700;
}
.module-overzicht .module-pagination a.page-numbers {
  position: relative;
  color: #4a4a4a;
  font-weight: 500;
}
.module-overzicht .module-pagination a.page-numbers:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  color: #2a7afe;
}
.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://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 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: #182138;
}
.module-overzicht .module-pagination a.page-numbers.prev {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left.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://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-color-2.svg');
}
.module-overzicht .module-pagination a.page-numbers.next {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right.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://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-color-2.svg');
}
.module-overzicht.portfolio .module-item .module-item-inner,
.module-overzicht.vacatures .module-item .module-item-inner {
  border-radius: 10px;
  box-shadow: 0 2px 44px rgba(74, 74, 74, 0.15);
}
.module-overzicht.portfolio .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container,
.module-overzicht.vacatures .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container {
  border-radius: 10px 10px 0 0;
}
.module-overzicht.portfolio .module-item .module-item-inner .module-item-top .tekst-overzicht .titel,
.module-overzicht.vacatures .module-item .module-item-inner .module-item-top .tekst-overzicht .titel {
  margin-bottom: 0.5rem;
  color: #182138;
  text-transform: uppercase;
}
.module-overzicht.portfolio .module-item .module-item-inner .link-overzicht,
.module-overzicht.vacatures .module-item .module-item-inner .link-overzicht {
  display: block;
  text-align: left;
}
.module-overzicht.portfolio .module-item:hover .module-item-inner,
.module-overzicht.vacatures .module-item:hover .module-item-inner {
  box-shadow: 0 2px 44px rgba(74, 74, 74, 0.3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .module-overzicht.portfolio .module-overzicht.vacatures .module-item .module-item-inner .module-item-top .tekst-overzicht {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  .module-overzicht.portfolio .module-overzicht.vacatures .module-item .module-item-inner .link-overzicht {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht .module-pagination {
    margin-top: 0.5rem;
  }
  .module-overzicht .module-item.downloads .module-item-icoon {
    padding: 0.5rem 0.5rem 0.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: 0.5rem;
  }
}
.google-review {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
.google-review .logo {
  width: 30px;
  background: center center no-repeat;
}
.google-review .logo .ratio {
  padding-bottom: 100%;
}
.google-review .content {
  padding-left: 10px;
}
.google-review .content .top {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.google-review .content .top * {
  line-height: 1;
  margin: 0;
}
.google-review .content .top span {
  font-weight: 800;
}
.google-review .content .top .stars {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.google-review .content .top .stars .star {
  width: 18px;
  height: 18px;
  background: center center no-repeat;
}
.google-review .content .bottom {
  text-align: left;
}
.google-review .content .bottom * {
  margin: 0;
  line-height: 1.25;
}
.google-review .content .bottom a {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .google-review .content {
    width: calc(100% - 30px);
  }
}
.banner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  min-height: 650px;
  padding: 15rem 0 10rem;
}
@media only screen and (min-width: 992px) {
  .banner {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 3rem;
  }
}
.banner.no-margin {
  margin-bottom: 0;
}
.banner .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .banner-image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(10, 10, 10, 0.8) 0, rgba(10, 10, 10, 0.2) 100%);
  background-color: transparent;
}
.banner .galerij {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.banner .galerij::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(10, 10, 10, 0.8) 0, rgba(10, 10, 10, 0.2) 100%);
  background-color: transparent;
  z-index: 1;
  pointer-events: none;
}
.banner .galerij .slick-list,
.banner .galerij .slick-track,
.banner .galerij .slick-slide,
.banner .galerij .slick-slide > div {
  height: 100%;
}
.banner .galerij .galerij-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.banner.videobanner {
  overflow: hidden;
}
.banner h1.titel {
  margin-bottom: 0;
  font-size: 3rem;
  color: #ffffff;
}
.banner .toptitel {
  margin-top: 1rem;
  text-transform: inherit;
  line-height: 1.5;
}
.banner .buttons {
  margin: 0 -0.5rem;
}
.banner .buttons a.button {
  margin: 1.5rem 0.5rem 0;
}
.banner .buttons a.btn-second {
  padding: 0;
  color: #ffffff;
  background: none;
  border: none;
  text-decoration: underline;
}
.banner .buttons a.btn-second:hover {
  color: #ff9912;
}
.banner .breadcrumbs {
  margin: 0 -0.5rem 0.5rem;
}
.banner .breadcrumbs * {
  font-weight: 700;
  font-style: italic;
  color: #2a7afe;
  font-size: 1rem;
  line-height: 1.5;
}
.banner .breadcrumbs .breadcrumb {
  display: inline-block;
  margin: 0 0.5rem;
}
.banner .breadcrumbs .breadcrumb:hover {
  opacity: 0.8;
}
.banner .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.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 (min-width: 992px) and (max-width: 1199px) {
  .banner {
    min-height: 550px;
    padding: 12rem 0 10rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    min-height: 450px;
    padding: 9rem 0 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    min-height: 350px;
    padding: 7rem 0 6rem;
  }
  .banner h1.titel {
    font-size: 2.4rem;
  }
  .banner .toptitel {
    font-size: 1rem;
  }
}
.offerte-blok {
  display: block;
  width: 100%;
  margin-top: -4rem;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .offerte-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .offerte-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .offerte-blok {
    margin-bottom: 3rem;
  }
}
.offerte-blok .offerte-blok-inner {
  background: #ffffff;
  box-shadow: 0 15px 51px rgba(42, 122, 254, 0.13);
  padding: 2rem 5.5rem 2rem 5.5rem;
  border-radius: 90px 0 90px 0;
}
.offerte-blok .offerte-blok-inner h2 {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.offerte-blok .offerte-blok-inner h3 {
  text-align: center;
}
.offerte-blok .offerte-blok-inner .offerte-calculator {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input {
  position: relative;
  flex: 1;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input::before {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  top: 0;
  right: 1rem;
  width: 3rem;
  height: 100%;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-angle-down-round.svg');
  background-position: center;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-input {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-weight: 600;
  font-style: italic;
  width: 100%;
  padding: 0.8rem 1.5rem;
  color: #182138;
  background-color: #ffffff;
  border-radius: 10px;
  border: none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  font-size: 1.1rem;
  text-transform: uppercase;
  opacity: 0.5;
  outline: none !important;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-input:active,
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-input:focus {
  border: none;
  border-bottom: 2px solid #2a7afe;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-input:active + .select-options,
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-input:focus + .select-options {
  display: block;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input.active::before {
  transform: rotate(180deg);
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input.active .select-input,
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input.filled .select-input {
  opacity: 1;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options {
  position: absolute;
  z-index: 99;
  top: calc(100% + .5rem);
  width: calc(100% - 1rem);
  max-height: 275px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options.select-hide {
  display: none;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options.no-items {
  display: none !important;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-options-inner {
  max-height: calc(275px - 1rem);
  margin: 0.5rem;
  overflow-y: auto;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-options-inner::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-options-inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-options-inner::-webkit-scrollbar-thumb {
  background: #182138;
  border-radius: 6px;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-options-inner::-webkit-scrollbar-thumb:hover {
  background: rgba(24, 33, 56, 0.8);
  cursor: pointer;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-options-inner.extra-spacing .select-option {
  margin-left: 2rem;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-option {
  font-weight: 600;
  font-style: italic;
  padding: 0.5rem;
  margin-left: 0.25rem;
  color: #182138;
  font-size: 1rem;
  cursor: pointer;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-option:first-of-type {
  padding-top: 1rem !important;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-option:last-of-type {
  padding-bottom: 1rem !important;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-option.disabled {
  padding: 0.75rem 1rem 0.5rem;
  margin-left: 0 !important;
  color: #a6aab6;
  font-size: 0.9rem;
  pointer-events: none;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options .select-option.hide {
  display: none;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-button-wrapper {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-button-wrapper .calculator-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.offerte-blok .offerte-blok-inner .offerte-calculator .calculator-button-wrapper .calculator-button[disabled] {
  opacity: 0.5;
}
@media only screen and (max-width: 1199px) {
  .offerte-blok .offerte-blok-inner {
    padding: 2rem 3.5rem 2.5rem;
  }
  .offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input {
    flex: inherit;
    width: calc(100% / 4);
  }
  .offerte-blok .offerte-blok-inner .calculator-button-wrapper {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .offerte-blok .offerte-blok-inner {
    border-radius: 70px 0 70px 0;
  }
  .offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input {
    width: calc(100% / 2);
  }
}
@media only screen and (max-width: 575px) {
  .offerte-blok .offerte-blok-inner {
    padding: 2rem 2rem 1.5rem 2rem;
    border-radius: 40px 0 40px 0;
  }
  .offerte-blok .offerte-blok-inner h2 {
    font-size: 1.2rem;
  }
  .offerte-blok .offerte-blok-inner h3 {
    font-size: 1.1rem;
  }
  .offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input,
  .offerte-blok .offerte-blok-inner .offerte-calculator .calculator-button-wrapper {
    padding: 0;
    width: 100%;
  }
  .offerte-blok .offerte-blok-inner .offerte-calculator .calculator-input .select-options {
    left: 0;
    width: 100%;
  }
}
.offerte-blok-inner--transmission-search {
  max-width: 600px;
  margin: 2rem auto 0;
}
.transmission-search {
  position: relative;
  width: 100%;
}
.transmission-search .transmission-search-input-wrapper {
  position: relative;
  width: 100%;
}
.transmission-search .transmission-search-input-wrapper .transmission-search-input {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-weight: 600;
  font-style: italic;
  width: 100%;
  padding: 0.9rem 3.5rem 0.9rem 1.5rem;
  color: #182138;
  background-color: #ffffff;
  border-radius: 10px;
  border: none;
  border-bottom: 2px solid transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  font-size: 1.1rem;
  text-transform: uppercase;
  outline: none !important;
}
.transmission-search .transmission-search-input-wrapper .transmission-search-input:focus {
  border-bottom: 2px solid #2a7afe;
}
.transmission-search .transmission-search-input-wrapper .transmission-search-input::placeholder {
  opacity: 0.5;
}
.transmission-search .transmission-search-input-wrapper .transmission-search-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-search.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  pointer-events: none;
}
.transmission-search .transmission-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 100;
  max-height: 320px;
  overflow-y: auto;
}
.transmission-search .transmission-search-results .transmission-search-group-label {
  padding: 0.5rem 1.2rem 0.3rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2a7afe;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.transmission-search .transmission-search-results .transmission-search-group-label:first-child {
  border-top: none;
}
.transmission-search .transmission-search-results .transmission-search-option {
  padding: 0.55rem 1.2rem;
  cursor: pointer;
  font-size: 0.95rem;
  color: #182138;
  transition: background 0.15s;
}
.transmission-search .transmission-search-results .transmission-search-option:hover {
  background: rgba(0, 0, 0, 0.04);
}
.drawing-wrapper {
  margin-top: -4rem;
}
.drawing-wrapper .drawing-inner {
  box-shadow: 0 15px 51px rgba(42, 122, 254, 0.13);
  padding: 4rem;
  border-radius: 90px 0 90px 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .drawing-wrapper .drawing-inner {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .drawing-wrapper .drawing-inner {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .drawing-wrapper .drawing-inner {
    margin-bottom: 3rem;
  }
}
.drawing-wrapper .drawing-inner.no-margin {
  margin-bottom: 0;
}
.drawing-wrapper .drawing-inner .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.drawing-wrapper .drawing-inner .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.drawing-wrapper .drawing-inner .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.drawing-wrapper .drawing-inner .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.drawing-wrapper .drawing-inner .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.drawing-wrapper .drawing-inner .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.drawing-wrapper .drawing-inner .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.drawing-wrapper .drawing-inner .tekst p + ul,
.drawing-wrapper .drawing-inner .tekst p + ol {
  margin-top: -2em;
}
.drawing-wrapper .drawing-inner .tekst a {
  white-space: nowrap;
  position: relative;
}
.drawing-wrapper .drawing-inner .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.drawing-wrapper .drawing-inner .tekst a:hover::after {
  width: 100%;
}
.drawing-wrapper .drawing-inner .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .drawing-wrapper .drawing-inner .tekst a::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;
  }
}
.drawing-wrapper .drawing-inner .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.drawing-wrapper .drawing-inner .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .drawing-wrapper .drawing-inner {
    padding: 3rem;
    border-radius: 70px 0 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .drawing-wrapper .drawing-inner {
    padding: 2rem;
    border-radius: 40px 0 40px 0;
  }
}
@media only screen and (max-width: 575px) {
  .drawing-wrapper .drawing-inner {
    padding: 1rem;
  }
}
.drawing-wrapper .drawing-inner img {
  width: 100%;
  height: auto;
}
.banner-met-linkjes {
  min-height: 900px;
  margin-bottom: 0;
  padding: 9rem 0 13rem;
}
.banner-met-linkjes .content {
  max-width: 800px;
  margin-left: 3rem;
}
.banner-met-linkjes .content .titel {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 5rem;
}
.banner-met-linkjes .content .tekst {
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.5;
}
.banner-met-linkjes .videocontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-met-linkjes .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%);
}
.banner-met-linkjes .banner-image {
  background-position: center bottom;
}
@media only screen and (max-width: 1199px) {
  .banner-met-linkjes {
    min-height: 800px;
  }
  .banner-met-linkjes .content .titel {
    font-size: 4rem;
  }
  .banner-met-linkjes .content .tekst {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner-met-linkjes {
    min-height: 700px;
    padding: 7rem 0 13rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-met-linkjes {
    min-height: 550px;
    padding: 6rem 0;
  }
  .banner-met-linkjes .content {
    margin-left: 0;
  }
  .banner-met-linkjes .content .titel {
    font-size: 3.5rem;
  }
  .banner-met-linkjes .content .tekst {
    font-size: 1.1rem;
  }
}
.banner-content-bottom {
  margin-top: -15rem;
}
@media only screen and (min-width: 992px) {
  .banner-content-bottom {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner-content-bottom {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content-bottom {
    margin-bottom: 3rem;
  }
}
.banner-content-bottom.no-margin {
  margin-bottom: 0;
}
.banner-content-bottom .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.banner-content-bottom .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.banner-content-bottom .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.banner-content-bottom .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.banner-content-bottom .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.banner-content-bottom .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.banner-content-bottom .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.banner-content-bottom .tekst p + ul,
.banner-content-bottom .tekst p + ol {
  margin-top: -2em;
}
.banner-content-bottom .tekst a {
  white-space: nowrap;
  position: relative;
}
.banner-content-bottom .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.banner-content-bottom .tekst a:hover::after {
  width: 100%;
}
.banner-content-bottom .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .banner-content-bottom .tekst a::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;
  }
}
.banner-content-bottom .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.banner-content-bottom .tekst *:last-child {
  margin-bottom: 0;
}
.banner-content-bottom .content-blok {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 15px 51px rgba(42, 122, 254, 0.13);
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  background: #ffffff;
  border-radius: 90px 0 90px 0;
  overflow: hidden;
}
.banner-content-bottom .content-blok .content-inner {
  height: 100%;
  padding: 3rem 2rem 3rem 4rem;
}
.banner-content-bottom .content-blok .content-inner.rechts {
  position: relative;
  padding: 3rem 2rem 2rem 3rem;
  background-color: #eff1f7;
}
.banner-content-bottom .content-blok .content-inner.rechts::before,
.banner-content-bottom .content-blok .content-inner.rechts::after {
  position: absolute;
  content: '';
  top: 0;
  right: 100%;
  width: 2rem;
  height: 100%;
  border-left: 7rem solid transparent;
}
.banner-content-bottom .content-blok .content-inner.rechts::before {
  border-bottom: 25rem solid #eff1f7;
}
.banner-content-bottom .content-blok .content-inner.rechts::after {
  width: 9rem;
  border-bottom: 25rem solid rgba(239, 241, 247, 0.5);
}
.banner-content-bottom .content-blok .content-inner .titel {
  margin-bottom: 0.5rem;
  color: #182138;
}
.banner-content-bottom .content-blok .content-inner .tekst {
  font-weight: 500;
  color: #565f76;
}
.banner-content-bottom .content-blok .content-inner .list-items {
  display: inline-block;
}
.banner-content-bottom .content-blok .content-inner .list-items .list-item {
  font-weight: 500;
  margin: 0.5rem 0;
}
.banner-content-bottom .content-blok .content-inner .list-items .list-item a {
  display: block;
  width: 100%;
  max-width: 20rem;
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-color-2.svg');
  background-size: 1rem;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
.banner-content-bottom .content-blok .content-inner .list-items .list-item a:hover,
.banner-content-bottom .content-blok .content-inner .list-items .list-item a:focus,
.banner-content-bottom .content-blok .content-inner .list-items .list-item a:active {
  color: #2a7afe;
  background-position: right center;
}
@media only screen and (max-width: 991px) {
  .banner-content-bottom .content-blok {
    border-radius: 70px 0 70px 0;
  }
  .banner-content-bottom .content-blok .content-inner {
    padding: 3rem 2rem 3rem 3rem;
  }
  .banner-content-bottom .content-blok .content-inner.rechts {
    padding: 3rem 3rem 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content-bottom {
    margin-top: -10rem;
  }
  .banner-content-bottom .content-blok .content-inner {
    padding: 3rem 2rem 2rem 3rem !important;
  }
  .banner-content-bottom .content-blok .content-inner.rechts::before,
  .banner-content-bottom .content-blok .content-inner.rechts::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-bottom .content-blok {
    border-radius: 40px 0 40px 0;
  }
  .banner-content-bottom .content-blok .content-inner {
    padding: 2rem !important;
  }
  .banner-content-bottom .content-blok .content-inner .tekst {
    margin-bottom: 1rem;
  }
  .banner-content-bottom .content-blok .content-inner .list-items {
    width: 100%;
  }
  .banner-content-bottom .content-blok .content-inner .list-items .list-item a {
    padding-right: 3rem;
  }
}
.content-tekst {
  padding: 4rem 0;
}
@media only screen and (min-width: 992px) {
  .content-tekst {
    margin-bottom: 6rem;
  }
}
@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 2em 0.5rem;
}
.content-tekst .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.content-tekst .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.content-tekst .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.content-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.content-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.content-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.content-tekst .tekst p + ul,
.content-tekst .tekst p + ol {
  margin-top: -2em;
}
.content-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-tekst .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.content-tekst .tekst a:hover::after {
  width: 100%;
}
.content-tekst .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .content-tekst .tekst a::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;
  }
}
.content-tekst .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst *:last-child {
  margin-bottom: 0;
}
.content-tekst.bg-none {
  padding: 0;
}
.content-tekst.bg-color-3 {
  background: #f4f8ff;
}
.content-tekst .auto-tekst p strong {
  font-weight: 300;
}
@media only screen and (max-width: 575px) {
  .content-tekst .kolom-2 {
    margin-top: 2em;
  }
}
.intro-tekst {
  position: relative;
  z-index: 0;
  padding: 6rem 0 2rem;
}
@media only screen and (min-width: 992px) {
  .intro-tekst {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .intro-tekst {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .intro-tekst {
    margin-bottom: 3rem;
  }
}
.intro-tekst.no-margin {
  margin-bottom: 0;
}
.intro-tekst .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.intro-tekst .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.intro-tekst .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.intro-tekst .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.intro-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.intro-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.intro-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.intro-tekst .tekst p + ul,
.intro-tekst .tekst p + ol {
  margin-top: -2em;
}
.intro-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.intro-tekst .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.intro-tekst .tekst a:hover::after {
  width: 100%;
}
.intro-tekst .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro-tekst .tekst a::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;
  }
}
.intro-tekst .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.intro-tekst .tekst *:last-child {
  margin-bottom: 0;
}
.intro-tekst.bg-color-3 {
  background: #f4f8ff;
}
.intro-tekst .background-tekst {
  position: absolute;
  z-index: -1;
  top: 7.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 0.5;
  pointer-events: none;
}
.intro-tekst .background-tekst span {
  font-weight: 800;
  font-style: italic;
  margin-left: -100%;
  margin-right: -100%;
  color: #e3e8ee;
  font-size: 15rem;
}
.intro-tekst .content {
  text-align: center;
}
.intro-tekst .content .titel {
  font-weight: 700;
  color: #182138;
  font-size: 5.5rem;
}
.intro-tekst .content .tekst {
  margin: 0 auto;
  max-width: 650px;
}
@media only screen and (max-width: 991px) {
  .intro-tekst {
    padding: 4rem 0 2rem;
  }
  .intro-tekst .background-tekst {
    top: 5rem;
  }
  .intro-tekst .background-tekst span {
    font-size: 12rem;
  }
  .intro-tekst .content .titel {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .intro-tekst {
    padding: 2rem 0 2rem;
  }
  .intro-tekst .background-tekst {
    top: 3rem;
  }
  .intro-tekst .background-tekst span {
    font-size: 10rem;
  }
  .intro-tekst .content .titel {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .intro-tekst {
    padding: 0;
  }
  .intro-tekst .background-tekst {
    top: 1.5rem;
  }
  .intro-tekst .background-tekst span {
    font-size: 6rem;
  }
  .intro-tekst .content .titel {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-afbeelding {
    margin-bottom: 6rem;
  }
}
@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 2em 0.5rem;
}
.tekst-afbeelding .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.tekst-afbeelding .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.tekst-afbeelding .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.tekst-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.tekst-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-afbeelding .tekst p + ul,
.tekst-afbeelding .tekst p + ol {
  margin-top: -2em;
}
.tekst-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-afbeelding .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.tekst-afbeelding .tekst a:hover::after {
  width: 100%;
}
.tekst-afbeelding .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tekst-afbeelding .tekst a::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;
  }
}
.tekst-afbeelding .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-afbeelding .look-alt {
  margin-bottom: 0.5rem;
}
.tekst-afbeelding .afbeelding img {
  width: 100%;
  display: block;
  border-radius: 25px 0 25px 0;
}
@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-afbeelding-breed .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.tekst-afbeelding-breed .content .usps li {
  position: relative;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-weight: 500;
  margin-right: 2rem;
  padding-left: 1.75rem;
  font-style: normal;
  line-height: 1.25;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-check-green.svg');
  background-size: 1rem;
  background-position: left top 4px;
  background-repeat: no-repeat;
}
.tekst-afbeelding-breed .content .usps li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.tekst-afbeelding-breed .content .buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.tekst-afbeelding-breed .content .buttons .button {
  margin: 0.75rem 0;
}
.tekst-afbeelding-breed .afbeelding .afbeelding-inner {
  width: 120%;
  height: 100%;
  min-height: 750px;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tekst-afbeelding-breed .afbeelding.order-first .afbeelding-inner {
  margin-left: -20%;
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding-breed .afbeelding {
    order: 1;
    margin-top: 3rem;
  }
  .tekst-afbeelding-breed .afbeelding .afbeelding-inner {
    width: 100%;
    min-height: inherit;
    margin: 0 !important;
  }
  .tekst-afbeelding-breed .afbeelding .afbeelding-inner .ratio {
    display: block;
    padding-bottom: 56.6%;
  }
}
.tekst-button {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tekst-button {
    margin-bottom: 6rem;
  }
}
@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 2em 0.5rem;
}
.tekst-button .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.tekst-button .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.tekst-button .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.tekst-button .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-button .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.tekst-button .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-button .tekst p + ul,
.tekst-button .tekst p + ol {
  margin-top: -2em;
}
.tekst-button .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-button .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.tekst-button .tekst a:hover::after {
  width: 100%;
}
.tekst-button .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tekst-button .tekst a::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;
  }
}
.tekst-button .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  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: 0.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: 6rem;
  }
}
@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 2em 0.5rem;
}
.tekst-formulier .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.tekst-formulier .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.tekst-formulier .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.tekst-formulier .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-formulier .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.tekst-formulier .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-formulier .tekst p + ul,
.tekst-formulier .tekst p + ol {
  margin-top: -2em;
}
.tekst-formulier .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-formulier .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.tekst-formulier .tekst a:hover::after {
  width: 100%;
}
.tekst-formulier .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tekst-formulier .tekst a::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;
  }
}
.tekst-formulier .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  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: 6rem;
  }
}
@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 2em 0.5rem;
}
.fotogalerij .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.fotogalerij .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.fotogalerij .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.fotogalerij .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.fotogalerij .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.fotogalerij .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.fotogalerij .tekst p + ul,
.fotogalerij .tekst p + ol {
  margin-top: -2em;
}
.fotogalerij .tekst a {
  white-space: nowrap;
  position: relative;
}
.fotogalerij .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.fotogalerij .tekst a:hover::after {
  width: 100%;
}
.fotogalerij .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .fotogalerij .tekst a::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;
  }
}
.fotogalerij .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  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: 25px 0 25px 0;
  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: 0.5rem;
  background-repeat: no-repeat;
}
.fotogalerij .galerij .afb:hover:after {
  background-color: #182138;
  opacity: 0.6;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-zoom-in.svg');
  background-size: 1rem;
}
.fotogalerij .galerij .afb.more span.count {
  font-weight: 700;
  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: #182138;
  opacity: 0.8;
}
.fotogalerij .galerij .afb.more::after {
  display: none;
}
.fotogalerij .galerij .afb.more:hover::before {
  opacity: 0.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 .portfolio-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: #182138;
  opacity: 0.3;
  width: 3.5rem;
  height: 6.5rem;
  background-size: 1rem;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 0;
}
.fotogalerij .slider .slick-arrow:hover {
  opacity: 0.8;
  cursor: pointer;
}
.fotogalerij .slider .slick-arrow.slick-prev {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-slider-left.svg');
  left: 0;
}
.fotogalerij .slider .slick-arrow.slick-next {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-slider-right.svg');
  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://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-slider-left.svg') !important;
  background-position: right center;
  background-size: 1rem;
}
#swipebox-next {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/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: 6rem;
  }
}
@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 2em 0.5rem;
}
.faq-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.faq-blok .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.faq-blok .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.faq-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.faq-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.faq-blok .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.faq-blok .tekst p + ul,
.faq-blok .tekst p + ol {
  margin-top: -2em;
}
.faq-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.faq-blok .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.faq-blok .tekst a:hover::after {
  width: 100%;
}
.faq-blok .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .faq-blok .tekst a::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;
  }
}
.faq-blok .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst *:last-child {
  margin-bottom: 0;
}
.faq-blok .content {
  margin-bottom: 2rem;
}
.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 1.5rem;
  background: #182138;
}
.faq-blok .accordion .collapse-item .titel * {
  color: #ffffff;
  margin: 0;
}
.faq-blok .accordion .collapse-item .titel .vraag {
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .titel .vraag button {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15789474;
  margin-bottom: 1rem;
  color: #4a4a4a;
  color: #ffffff;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  text-align: left;
  cursor: pointer;
}
.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(-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: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.faq-blok .accordion .collapse-item .titel .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: #ffffff;
  content: '';
  top: 0.5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.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 1.5rem 0 1.5rem;
}
.faq-blok .accordion .collapse-item:hover .titel,
.faq-blok .accordion .collapse-item:focus .titel {
  background-color: rgba(24, 33, 56, 0.85);
}
.faq-blok .accordion .collapse-item:hover .titel .close,
.faq-blok .accordion .collapse-item:focus .titel .close {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.faq-blok .accordion .collapse-item.show .titel {
  background: transparent;
}
.faq-blok .accordion .collapse-item.show .titel * {
  color: #4a4a4a;
}
.faq-blok .accordion .collapse-item.show .titel .vraag button {
  color: #4a4a4a;
}
.faq-blok .accordion .collapse-item.show .titel .close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.faq-blok .accordion .collapse-item.show .titel .close svg {
  opacity: 1;
  fill: #182138;
}
.faq-blok .accordion .collapse-item.show .collapse-itself .antwoord {
  padding-top: 0;
  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: 1rem 1rem;
  }
  .faq-blok .accordion .collapse-item .collapse-itself .antwoord {
    padding: 1rem 1rem 0 1rem;
  }
}
.cta-blok {
  padding: 8rem 0;
  background-color: transparent;
  background-image: linear-gradient(to top right, #2a7afe 0, rgba(42, 122, 254, 0.8));
}
@media only screen and (min-width: 992px) {
  .cta-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .cta-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-blok {
    margin-bottom: 3rem;
  }
}
.cta-blok.no-margin {
  margin-bottom: 0;
}
.cta-blok .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.cta-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.cta-blok .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.cta-blok .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.cta-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.cta-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.cta-blok .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.cta-blok .tekst p + ul,
.cta-blok .tekst p + ol {
  margin-top: -2em;
}
.cta-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.cta-blok .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.cta-blok .tekst a:hover::after {
  width: 100%;
}
.cta-blok .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cta-blok .tekst a::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;
  }
}
.cta-blok .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.cta-blok .tekst *:last-child {
  margin-bottom: 0;
}
.cta-blok .tekst * {
  color: #ffffff;
}
.cta-blok .tekst .cta-tekst {
  padding-bottom: 2rem;
  margin-top: -0.5rem;
}
.cta-blok .tekst .cta-tekst * {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
}
.cta-blok .tekst a::after {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .cta-blok {
    padding: 4rem 0;
  }
}
.contactgegevens .contactgegevens-info .contact-item p,
.contactgegevens .contactgegevens-contact .contact-item p {
  margin-bottom: 0;
}
.contactgegevens .contactgegevens-info .line-element {
  margin: 3rem 0;
}
.contactgegevens .contactgegevens-contact {
  padding: 0 3rem;
}
@media only screen and (min-width: 992px) {
  .contactgegevens .contactgegevens-contact {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .contactgegevens .contactgegevens-contact {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contactgegevens .contactgegevens-contact {
    margin-bottom: 3rem;
  }
}
.contactgegevens .contactgegevens-contact .contactgegevens-contact-inner {
  background: #f4f8ff;
  padding: 0 1rem;
}
.contactgegevens .contactgegevens-contact .contactgegevens-contact-inner .contact-item {
  padding: 3rem 2rem;
  position: relative;
}
.contactgegevens .contactgegevens-contact .contactgegevens-contact-inner .contact-item.with-border::before,
.contactgegevens .contactgegevens-contact .contactgegevens-contact-inner .contact-item.with-border::after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  height: 100%;
  top: 0;
  background-image: linear-gradient(180deg, transparent 0, #2a7afe 50%, transparent);
}
.contactgegevens .contactgegevens-contact .contactgegevens-contact-inner .contact-item.with-border::before {
  left: 0;
}
.contactgegevens .contactgegevens-contact .contactgegevens-contact-inner .contact-item.with-border::after {
  right: 0;
}
.contactgegevens .contactgegevens-contact .contactgegevens-contact-inner a {
  font-weight: 500;
  text-transform: uppercase;
}
.contactgegevens .contact-form-with-maps {
  background: #f4f8ff;
  position: relative;
}
.contactgegevens .contact-form-with-maps .form-container {
  padding: 5rem 2rem 5rem 0;
}
.contactgegevens .contact-form-with-maps .form-container form {
  margin-top: 2rem;
}
.contactgegevens .contact-form-with-maps .maps-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 50%;
}
.contactgegevens .contact-form-with-maps .maps-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contactgegevens .contactgegevens-contact {
    padding: 0;
  }
  .contactgegevens .contactgegevens-contact .contactgegevens-contact-inner .contact-item.with-border::before,
  .contactgegevens .contactgegevens-contact .contactgegevens-contact-inner .contact-item.with-border::after {
    width: 100%;
    height: 1px;
    left: 0;
    background-image: linear-gradient(0deg, transparent 0, #2a7afe 50%, transparent);
  }
  .contactgegevens .contactgegevens-contact .contactgegevens-contact-inner .contact-item.with-border::before {
    top: 0;
  }
  .contactgegevens .contactgegevens-contact .contactgegevens-contact-inner .contact-item.with-border::after {
    top: 100%;
  }
  .contactgegevens .contact-form-with-maps {
    padding-bottom: 300px;
  }
  .contactgegevens .contact-form-with-maps .form-container {
    padding: 3rem 0;
  }
  .contactgegevens .contact-form-with-maps .maps-container {
    height: 300px;
    left: 0;
    bottom: 0;
    top: auto;
  }
}
.contactgegevens .titel {
  margin-bottom: 0.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;
  font-weight: 400;
  color: #b2bbd2;
  font-size: 0.9rem;
  line-height: 16px;
  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 + 16px);
}
.form-group .wpcf7-checkbox,
.form-group .wpcf7-acceptance,
.form-group .wpcf7-radio {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  min-height: 2.2rem;
}
.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: 5rem;
}
.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 .wpcf7-radio {
  display: block;
  margin: 0 auto;
  padding-left: 0;
}
.form-group .wpcf7-radio span {
  font-weight: 700;
  font-style: italic;
  font-size: 1.1rem;
}
.form-group input,
.form-group textarea,
.form-group select,
.form-group label.upload {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #182138;
  border-radius: 0.25rem;
  background-color: #ffffff;
  box-shadow: 0 3px 4px 0 rgba(74, 74, 74, 0.1);
  border: none;
  font-weight: 400;
  position: relative;
  display: block;
  height: calc(2rem + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem 0.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 0.5rem #a6a6a6;
  border-right: solid 0.5rem transparent;
  border-bottom: solid 0.5rem transparent;
  border-left: solid 0.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: 0.5rem;
  top: 1px;
  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'] {
  top: 2px;
  width: 1.5rem;
  height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.form-group input[type='checkbox']:checked {
  background-size: 1rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-input-checkbox.svg');
}
.form-group input[type='radio'] {
  border-radius: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.form-group input[type='radio']:checked {
  background-size: 0.85rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/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: #182138;
}
.form-group.input-active label.filename {
  color: #182138;
}
.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: 700;
  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: 0.25rem;
  box-shadow: 0 3px 4px 0 rgba(74, 74, 74, 0.1);
}
.form-group.fileupload label.titel {
  font-weight: 500;
  color: #182138;
  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://www.transtune.nl/wp-content/themes/transtune/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: 700;
  color: #2a7afe;
  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: 0.5rem 1rem;
  color: #4a4a4a;
  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;
  }
}
.transtune-hub {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  min-height: 100vh;
}
.transtune-hub .header .header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3.5rem 1.5rem 2rem;
}
.transtune-hub .header .header-inner .header-left h1 {
  margin-bottom: 1rem;
}
.transtune-hub .header .header-inner .header-left p {
  margin: 0;
}
.transtune-hub .header .header-inner .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.transtune-hub .header .header-inner .header-right .nav {
  margin-left: 2rem;
}
.transtune-hub .header .header-inner .header-right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.transtune-hub .header .header-inner .header-right ul *:last-child {
  margin-right: 0;
}
.transtune-hub .header .header-inner .header-right li {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
}
.transtune-hub .header .header-inner .header-right li:first-child {
  padding-left: 0;
}
.transtune-hub .header .header-inner .header-right li a {
  display: inline-block;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15789474;
  margin-bottom: 1rem;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 1.89px;
  padding: 0;
  margin-bottom: 0;
  color: #182138;
  text-decoration: none;
}
.transtune-hub .header .header-inner .header-right li:hover a,
.transtune-hub .header .header-inner .header-right li:active a,
.transtune-hub .header .header-inner .header-right li.current-menu-item a,
.transtune-hub .header .header-inner .header-right li.current_page_parent a {
  color: #2a7afe;
  text-decoration: none;
}
.transtune-hub .footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
}
.transtune-hub .content {
  flex: 1;
}
.transtune-hub .content .content-inner {
  padding: 1.5rem 2rem;
}
.transtune-hub .content .content-inner table {
  width: 100%;
  margin-bottom: 3.5rem;
  border: 1px solid #4a4a4a;
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
}
.transtune-hub .content .content-inner table tr:nth-of-type(even) td {
  background-color: #f3f3f3;
}
.transtune-hub .content .content-inner table th {
  width: 25%;
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  background-color: darkgray;
  border: 1px solid #4a4a4a;
}
.transtune-hub .content .content-inner table td {
  width: 25%;
  padding: 0.5rem 1.5rem;
  border: 1px solid #4a4a4a;
}
.transtune-hub .content .content-inner table.error-table .datetime {
  width: 10%;
}
.transtune-hub .content .content-inner table.error-table .tabrow {
  width: 5%;
  text-align: center;
}
.transtune-hub .content .content-inner table.error-table .tab {
  width: 10%;
}
.transtune-hub .content .content-inner table.error-table .sku {
  width: 10%;
}
.transtune-hub .content .content-inner table.error-table .error-fixed {
  width: 5%;
  text-align: center;
}
.transtune-hub .content .content-inner table.error-table .error-fixed input {
  cursor: pointer;
}
.transtune-hub .file-modal .buttons {
  margin-top: 2rem;
  text-align: center;
}
.banner-slider {
  position: relative;
}
.banner-slider .slider {
  width: 100%;
}
.banner-slider .slick-slide {
  height: 100vh;
  position: relative;
}
.banner-slider .slick-slide > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-slider .slick-slide > div .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-slider .slick-slide > div .slide .slide-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-slider .slick-slide > div .slide .slide-img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 25%;
  background-image: linear-gradient(0deg, rgba(10, 10, 10, 0.8) 0, rgba(10, 10, 10, 0.2) 100%);
  background-color: transparent;
}
.banner-slider .progress-bar-container {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  left: 0;
}
.banner-slider .progress-bar-container .progress-bar-container-inner {
  display: flex;
  flex-wrap: wrap;
}
.banner-slider .progress-bar-container .progress-bar-container-inner > a {
  position: relative;
  display: inline-block;
  width: 20%;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  padding-top: 0.5rem;
}
.banner-slider .progress-bar-container .progress-bar-container-inner > a * {
  color: rgba(255, 255, 255, 0.4);
}
.banner-slider .progress-bar-container .progress-bar-container-inner > a .subtitel-container {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
}
.banner-slider .progress-bar-container .progress-bar-container-inner > a .subtitel-container span {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.2;
  width: 100%;
}
.banner-slider .progress-bar-container .progress-bar-container-inner > a span.progressBar {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  margin-bottom: 0.5rem;
}
.banner-slider .progress-bar-container .progress-bar-container-inner > a span.progressBar .inProgress {
  background: #2a7afe;
  width: 0%;
  height: 4px;
}
.banner-slider .progress-bar-container .progress-bar-container-inner > a:hover *,
.banner-slider .progress-bar-container .progress-bar-container-inner > a.active * {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .banner-slider .slick-slide {
    height: 450px;
  }
  .banner-slider .progress-bar-container .progress-bar-container-inner > a {
    display: none;
    width: 100%;
    text-align: center;
  }
  .banner-slider .progress-bar-container .progress-bar-container-inner > a.active {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .banner-slider .slick-slide {
    height: 350px;
  }
}
.loading-block {
  width: 100%;
  height: calc(100vh - 305px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-block .loader .loader-bullet {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #2a7afe;
  border-radius: 50%;
}
.loading-block .loader .loader-bullet:nth-of-type(1) {
  animation: bounce 2s ease-in-out infinite;
}
.loading-block .loader .loader-bullet:nth-of-type(2) {
  animation: bounce 2s 0.6s ease-in-out infinite;
}
.loading-block .loader .loader-bullet:nth-of-type(3) {
  animation: bounce 2s 1.2s ease-in-out infinite;
}
[v-cloak] {
  display: none;
}
#app {
  background-color: #f0f1f4;
}
.opties {
  overflow: visible;
}
.opties .optie {
  height: 100%;
  padding: 0 1rem;
}
.opties .optie .optie-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  background-color: #cbcbcb;
  border-radius: 1rem;
  box-shadow: 0 2px 2rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.opties .optie .optie-inner.selected {
  background-color: #2a7afe;
}
.opties .optie .optie-inner.selected .optie-bottom {
  font-style: italic;
}
.opties .optie .optie-inner.selected .optie-bottom * {
  color: #ffffff;
}
.opties .optie .optie-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  flex-direction: column;
  padding: 2rem 3rem;
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
}
.opties .optie .optie-top .info-button {
  position: absolute;
  z-index: 1;
  content: '';
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-info.svg');
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  cursor: pointer;
}
.opties .optie .optie-top .info-button:hover {
  transform: scale(1.1);
}
.opties .optie .optie-top .optie-top-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.opties .optie .optie-top .content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  flex-direction: column;
}
.opties .optie .optie-bottom {
  font-weight: 700;
  padding: 0.9rem;
  color: #3d4447;
  text-align: center;
}
.opties .optie.hardware-optie {
  padding: 0;
  padding-bottom: 2rem;
}
.opties .optie.hardware-optie.slider-optie {
  padding: 0 1rem;
}
.opties .optie.hardware-optie .optie-inner {
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 1px 0.5rem rgba(0, 0, 0, 0.15);
}
.opties .optie.hardware-optie .optie-inner .optie-top {
  padding: 0;
  background-color: #ffffff;
}
.opties .optie.hardware-optie .optie-inner .optie-top .afbeelding {
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.opties .optie.hardware-optie .optie-inner .optie-top .afbeelding .optie-label {
  position: absolute;
  font-weight: 800;
  font-style: italic;
  bottom: 1.5rem;
  left: 0;
  padding: 0 1rem;
  color: #ffffff;
  background-color: #2a7afe;
  border-radius: 0 5px 5px 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.5;
}
.opties .optie.hardware-optie .optie-inner .optie-top .content {
  padding: 1rem 2rem;
}
.opties .optie.hardware-optie .optie-inner .optie-top .content .titel {
  font-weight: 800;
  margin-bottom: 0.8rem;
  color: #2a7afe;
  font-size: 1.3rem;
}
.opties .optie.hardware-optie .optie-inner .optie-top .content .categorie {
  font-weight: 500;
  margin-bottom: 0;
  color: #a3abc0;
  text-transform: uppercase;
  line-height: 1.5;
}
.opties .optie.hardware-optie .optie-inner .optie-top .content .productcode {
  font-weight: 500;
  margin-bottom: 0;
  color: #a3abc0;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.opties .optie.hardware-optie .optie-inner .optie-top .content .beschrijving {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #565f76;
}
.opties .optie.hardware-optie .optie-inner .optie-top .content .prijs {
  font-weight: 700;
  font-style: italic;
  margin-top: auto;
  margin-bottom: 0;
  color: #2a7afe;
  font-size: 1.25rem;
}
.opties .optie.hardware-optie .optie-inner .optie-top .content .prijs .disabled {
  color: #b2bbd2;
  text-decoration: line-through;
}
.opties .optie.hardware-optie .optie-inner .optie-top .content .prijs span {
  display: inline-block;
  color: #2a7afe;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  text-transform: capitalize;
}
.opties .optie.hardware-optie .optie-inner .optie-top .content .prijs span:first-of-type {
  margin-left: 0;
  font-size: 0.9rem;
}
.opties .optie.hardware-optie .optie-inner .optie-top .content .prijs.aanvraag {
  text-transform: inherit;
}
.opties .optie.hardware-optie .optie-inner .tekst {
  padding-left: 1.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-plus-grey.svg');
  background-size: 0.8rem;
  background-position: left center;
  background-repeat: no-repeat;
}
.opties .optie.hardware-optie .optie-inner .tekst.selected {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-check-white.svg');
}
.opties .optie.hardware-optie .optie-inner:hover,
.opties .optie.hardware-optie .optie-inner.selected {
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.32);
}
@media only screen and (max-width: 575px) {
  .opties .optie {
    padding: 0 0.5rem;
  }
  .opties .optie.hardware-optie.slider-optie {
    padding: 0 0.5rem;
  }
}
.geselecteerde-items {
  position: relative;
  position: fixed;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
  right: 6.25rem;
  bottom: 0;
  transform: translateY(100%);
  padding: 1rem 1.5rem;
  width: 300px;
  background-color: #1a294a;
  box-shadow: 0 2px 20px rgba(74, 74, 74, 0.2);
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.geselecteerde-items.not-empty {
  transform: translateY(0);
}
.geselecteerde-items.hide {
  transform: translateY(4.5rem);
}
.geselecteerde-items.hide .verberg-button {
  transform: rotate(180deg);
}
.geselecteerde-items.hide .items-lijst {
  margin: 0;
  max-height: 0;
  overflow: hidden;
}
.geselecteerde-items .verberg-button {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-angle-down-round.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.geselecteerde-items * {
  color: #ffffff;
}
.geselecteerde-items .look-h4 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.geselecteerde-items .items-lijst {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  max-height: 50vh;
}
.geselecteerde-items .item .item-titel {
  font-weight: 500;
  margin: 0;
  font-size: 0.8rem;
}
.geselecteerde-items .totaal {
  font-weight: 700;
  font-style: italic;
  margin: 0;
  line-height: 1.5;
}
.geselecteerde-items .totaal span {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: capitalize;
  line-height: 1.5;
}
.geselecteerde-items .button {
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  font-size: 1rem;
}
@media only screen and (max-width: 575px) {
  .geselecteerde-items {
    z-index: 101;
    right: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }
}
.detail-blok {
  position: relative;
  z-index: 0;
  margin-bottom: 3rem !important;
  padding-top: 3rem;
}
@media only screen and (min-width: 992px) {
  .detail-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .detail-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail-blok {
    margin-bottom: 3rem;
  }
}
.detail-blok.no-margin {
  margin-bottom: 0;
}
.detail-blok .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.detail-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.detail-blok .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.detail-blok .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.detail-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.detail-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.detail-blok .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.detail-blok .tekst p + ul,
.detail-blok .tekst p + ol {
  margin-top: -2em;
}
.detail-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.detail-blok .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.detail-blok .tekst a:hover::after {
  width: 100%;
}
.detail-blok .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .detail-blok .tekst a::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;
  }
}
.detail-blok .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.detail-blok .tekst *:last-child {
  margin-bottom: 0;
}
.detail-blok .background-tekst {
  position: absolute;
  z-index: -1;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  opacity: 0.5;
  pointer-events: none;
}
.detail-blok .background-tekst span {
  font-weight: 800;
  font-style: italic;
  margin-left: -100%;
  margin-right: -100%;
  color: #e3e8ee;
  font-size: 15rem;
}
.detail-blok .slider-container {
  padding: 0;
}
.detail-blok .detail-blok-content {
  position: relative;
  margin-bottom: 3.5rem;
  padding: 0 1rem;
  text-align: center;
}
.detail-blok .detail-blok-content .detail-blok-titel {
  color: #182138;
  font-size: 3rem;
}
.detail-blok .detail-blok-content .detail-blok-tekst {
  max-width: 600px;
  margin: 0 auto;
}
.detail-blok .detail-blok-content .detail-blok-tekst * {
  font-weight: 400;
  color: #182138;
}
.detail-blok .detail-blok-content .detail-blok-tekst ul {
  padding-left: 1rem;
  list-style-type: disc;
}
.detail-blok .slider {
  margin-top: 5rem;
  padding: 0 2.5rem;
}
.detail-blok .slider .slider-inner {
  position: relative;
}
.detail-blok .slider .slider-inner .slick-list {
  overflow: visible;
}
.detail-blok .slider .slider-inner .slick-track {
  display: flex !important;
  height: 100%;
}
.detail-blok .slider .slider-inner .slick-slide {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: auto !important;
  opacity: 0.4;
}
.detail-blok .slider .slider-inner .slick-slide.slick-active {
  opacity: 1;
}
.detail-blok .slider .slider-inner .slick-slide > div {
  display: flex;
  height: 100%;
}
.detail-blok .slider .slider-inner .slick-arrow {
  position: absolute;
  z-index: 1;
  top: -3.5rem;
  width: 2rem;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none;
}
.detail-blok .slider .slider-inner .slick-arrow:hover {
  opacity: 1;
  cursor: pointer;
}
.detail-blok .slider .slider-inner .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.detail-blok .slider .slider-inner .slick-arrow.slick-prev {
  transform: rotate(180deg);
  transform-origin: center;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-slider-arrow.svg');
  left: calc(50% - 45px);
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.detail-blok .slider .slider-inner .slick-arrow.slick-next {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-slider-arrow.svg');
  right: calc(50% - 45px);
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.detail-blok.error {
  padding: 6rem 0 3rem;
}
.detail-blok.error .detail-blok-content {
  margin-bottom: 0;
}
.detail-blok.error .detail-blok-tekst p {
  margin: 0;
}
.detail-blok.error .detail-blok-tekst a {
  color: #2a7afe;
}
.detail-blok.extra-informatie {
  margin: 0 !important;
  padding: 6rem 0;
  background-color: #ffffff;
}
.detail-blok.extra-informatie .titel {
  line-height: 1.5;
}
.detail-blok.extra-informatie .auto-tekst {
  margin: 0;
}
.detail-blok.extra-informatie .auto-tekst p strong {
  font-weight: 300;
}
.detail-blok.blok-met-tekst .detail-blok-content {
  margin-left: 2rem;
  text-align: left;
}
.detail-blok.blok-met-tekst .detail-blok-content .detail-blok-tekst {
  max-width: 100%;
}
.detail-blok.blok-met-tekst .opties .optie {
  padding: 0;
  height: auto;
}
.detail-blok.blok-met-tekst .opties .optie .optie-top {
  padding: 2rem 2rem 1rem;
}
.detail-blok.blok-met-tekst .opties .optie .optie-top .titel {
  font-weight: 800;
  color: #2a7afe;
  font-size: 1.25rem;
}
.detail-blok.blok-met-tekst .opties .optie .optie-top .beschrijving {
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #565f76;
  font-size: 0.9rem;
}
.detail-blok.blok-met-tekst .opties .optie .optie-top .prijs {
  font-weight: 700;
  font-style: italic;
  margin-top: auto;
  margin-bottom: 0;
  color: #2a7afe;
  font-size: 1.25rem;
}
.detail-blok.blok-met-tekst .opties .optie .optie-top .prijs .disabled {
  color: #b2bbd2;
  text-decoration: line-through;
}
.detail-blok.blok-met-tekst .opties .optie .optie-top .prijs span {
  display: inline-block;
  color: #2a7afe;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  text-transform: capitalize;
}
.detail-blok.blok-met-tekst .opties .optie .optie-top .prijs span:first-of-type {
  margin-left: 0;
  font-size: 0.9rem;
}
.detail-blok.blok-met-tekst .opties .optie .optie-bottom {
  padding: 0.9rem;
}
.detail-blok.blok-met-tekst .opties .optie .optie-bottom .tekst {
  background-size: 1rem;
  background-position: left center;
  background-repeat: no-repeat;
}
.detail-blok.blok-met-tekst .opties .optie .optie-bottom .tekst.selected {
  padding-left: 1.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-check-white.svg');
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-inner {
  height: auto;
}
.detail-blok.selecteer-chiptuning .container,
.detail-blok.selecteer-service .container {
  padding: 0;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-inner:hover .optie-top .optie-top-inner,
.detail-blok.selecteer-service .chiptuning-optie .optie-inner:hover .optie-top .optie-top-inner,
.detail-blok.selecteer-chiptuning .service-optie .optie-inner:hover .optie-top .optie-top-inner,
.detail-blok.selecteer-service .service-optie .optie-inner:hover .optie-top .optie-top-inner,
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-inner.selected .optie-top .optie-top-inner,
.detail-blok.selecteer-service .chiptuning-optie .optie-inner.selected .optie-top .optie-top-inner,
.detail-blok.selecteer-chiptuning .service-optie .optie-inner.selected .optie-top .optie-top-inner,
.detail-blok.selecteer-service .service-optie .optie-inner.selected .optie-top .optie-top-inner {
  opacity: 1;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top,
.detail-blok.selecteer-service .chiptuning-optie .optie-top,
.detail-blok.selecteer-chiptuning .service-optie .optie-top,
.detail-blok.selecteer-service .service-optie .optie-top {
  min-height: 300px;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.6;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner *,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner *,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner *,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner * {
  font-weight: 700;
  font-style: italic;
  margin: 0;
  color: #182138;
  text-transform: uppercase;
  line-height: 1.5;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .optie-content,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .optie-content,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .optie-content {
  font-weight: 500;
  color: #565f76;
  text-transform: none;
  padding-bottom: 1rem;
  font-size: 0.9rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content ul,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .optie-content ul,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .optie-content ul,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .optie-content ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content li,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .optie-content li,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .optie-content li,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .optie-content li {
  font-weight: 500;
  color: #565f76;
  text-transform: none;
  font-size: 0.9rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content .small-text,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .optie-content .small-text,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .optie-content .small-text,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .optie-content .small-text {
  display: block;
  font-weight: 700;
  margin-top: 0.5rem;
  color: #565f76;
  font-size: 0.9rem;
  text-transform: none;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .content-row,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .content-row,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .content-row,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .content-row {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .titel,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .titel,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .titel,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .titel {
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #182138;
  font-size: 2rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .prijs,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .prijs,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .prijs,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .prijs {
  margin-top: auto;
  color: #2a7afe;
  font-size: 1.25rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .prijs .disabled,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .prijs .disabled,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .prijs .disabled,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .prijs .disabled {
  color: #b2bbd2;
  text-decoration: line-through;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .prijs span,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .prijs span,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .prijs span,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .prijs span {
  display: inline-block;
  color: #2a7afe;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  text-transform: capitalize;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .prijs span:first-of-type,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .prijs span:first-of-type,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .prijs span:first-of-type,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .prijs span:first-of-type {
  margin-left: 0;
  font-size: 0.9rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .prijs.aanvraag,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .prijs.aanvraag,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .prijs.aanvraag,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .prijs.aanvraag {
  text-transform: inherit;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content-links .optie-titel,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .optie-content-links .optie-titel,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .optie-content-links .optie-titel,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .optie-content-links .optie-titel {
  font-weight: 800;
  color: #182138;
  font-size: 1.25rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content-links .optie-procent,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .optie-content-links .optie-procent,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .optie-content-links .optie-procent,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .optie-content-links .optie-procent {
  color: #76bb2c;
  font-size: 1.1rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content-rechts,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .optie-content-rechts,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .optie-content-rechts,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .optie-content-rechts {
  padding-left: 0.5rem;
  text-align: right;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content-rechts .optie-winst,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .optie-content-rechts .optie-winst,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .optie-content-rechts .optie-winst,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .optie-content-rechts .optie-winst {
  color: #2a7afe;
  font-size: 2rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content-rechts .optie-tekst,
.detail-blok.selecteer-service .chiptuning-optie .optie-top .optie-top-inner .optie-content-rechts .optie-tekst,
.detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .optie-content-rechts .optie-tekst,
.detail-blok.selecteer-service .service-optie .optie-top .optie-top-inner .optie-content-rechts .optie-tekst {
  color: #b2bbd2;
  font-size: 0.9rem;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-bottom .tekst,
.detail-blok.selecteer-service .chiptuning-optie .optie-bottom .tekst,
.detail-blok.selecteer-chiptuning .service-optie .optie-bottom .tekst,
.detail-blok.selecteer-service .service-optie .optie-bottom .tekst {
  background-size: 1rem;
  background-position: left center;
  background-repeat: no-repeat;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .optie-bottom .tekst.selected,
.detail-blok.selecteer-service .chiptuning-optie .optie-bottom .tekst.selected,
.detail-blok.selecteer-chiptuning .service-optie .optie-bottom .tekst.selected,
.detail-blok.selecteer-service .service-optie .optie-bottom .tekst.selected {
  padding-left: 1.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-check-white.svg');
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .video-wrapper,
.detail-blok.selecteer-service .chiptuning-optie .video-wrapper,
.detail-blok.selecteer-chiptuning .service-optie .video-wrapper,
.detail-blok.selecteer-service .service-optie .video-wrapper {
  min-height: 3.5rem;
  text-align: center;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .video-wrapper .video-btn,
.detail-blok.selecteer-service .chiptuning-optie .video-wrapper .video-btn,
.detail-blok.selecteer-chiptuning .service-optie .video-wrapper .video-btn,
.detail-blok.selecteer-service .service-optie .video-wrapper .video-btn {
  display: inline-block;
  font-weight: 500;
  padding: 0.3rem 1rem 0.3rem 3rem;
  color: #ffffff;
  background-color: #182138;
  font-size: 0.9rem;
  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;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-play-white.svg');
  background-size: 1rem;
  background-position: left 1rem center;
  background-repeat: no-repeat;
  border-radius: 1rem;
  opacity: 0.5;
}
.detail-blok.selecteer-chiptuning .chiptuning-optie .video-wrapper .video-btn:hover,
.detail-blok.selecteer-service .chiptuning-optie .video-wrapper .video-btn:hover,
.detail-blok.selecteer-chiptuning .service-optie .video-wrapper .video-btn:hover,
.detail-blok.selecteer-service .service-optie .video-wrapper .video-btn:hover {
  opacity: 1;
}
.detail-blok .filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.detail-blok .filters .filter-label {
  font-weight: 400;
  margin: 0.5rem;
  padding: 0.5rem 2rem;
  color: #ffffff;
  background-color: rgba(24, 33, 56, 0.2);
  font-size: 0.9rem;
  border-radius: 99px;
  cursor: pointer;
}
.detail-blok .filters .filter-label:hover,
.detail-blok .filters .filter-label.active {
  background-color: #182138;
}
.detail-blok.selecteer-hardware {
  margin-bottom: 1rem !important;
}
.detail-blok.selecteer-hardware .geen-hardware {
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
.detail-blok.selecteer-hardware .hardware-opties .hardware-opties-inner {
  max-height: 100%;
}
.detail-blok.selecteer-hardware .hardware-opties.hide .hardware-opties-inner {
  max-height: 370px;
  padding-top: 1rem;
  overflow-y: clip;
}
.detail-blok.selecteer-hardware .hardware-opties.hide .meer-opties-wrapper::before {
  content: '';
}
.detail-blok.selecteer-hardware .meer-opties-wrapper {
  position: relative;
  padding: 5.5rem 0;
  text-align: center;
}
.detail-blok.selecteer-hardware .meer-opties-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 290px;
  background: linear-gradient(to bottom, rgba(240, 241, 245, 0) 0%, #f0f1f4 100%);
}
.detail-blok.technical-information .detail-blok-tekst {
  max-width: 1000px;
}
.detail-blok.technical-information .information-wrapper {
  margin-top: 1rem;
}
.detail-blok.technical-information .information-wrapper h3 {
  font-weight: 700;
}
.detail-blok.technical-information .information-wrapper .technical-table .technical-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background-color: #f0f1f4;
}
.detail-blok.technical-information .information-wrapper .technical-table .technical-row:nth-of-type(odd) {
  background-color: #dce5f5;
}
.detail-blok.technical-information .information-wrapper .technical-table .technical-row span {
  width: 50%;
  line-height: 1.5;
}
.detail-blok.technical-information .information-wrapper .technical-table .technical-row .technical-key {
  font-weight: 700;
  text-align: left;
}
.detail-blok.technical-information .information-wrapper .technical-table .technical-row .technical-value {
  text-align: right;
}
.detail-blok .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.detail-blok .wpcf7-form .form-column {
  width: 50%;
}
.detail-blok .wpcf7-form .form-column.right-column {
  padding-left: 1rem;
}
.detail-blok .wpcf7-form .form-column.left-column {
  padding-right: 1rem;
}
.detail-blok .wpcf7-form .form-column.left-column .inner-column {
  max-width: 400px;
}
.detail-blok .wpcf7-form .form-column .column-group {
  margin-bottom: 3rem;
}
.detail-blok .wpcf7-form .form-column .column-group h3 {
  margin-bottom: 1rem;
  color: #182138;
}
.detail-blok .wpcf7-form .form-column .column-group h4 {
  margin-top: 2rem;
  color: #182138;
}
.detail-blok .wpcf7-form .form-column .form-group {
  text-align: left;
}
.detail-blok .wpcf7-form .form-column .form-group.center {
  text-align: center;
}
.detail-blok .wpcf7-form .form-column .form-group.last {
  text-align: right;
}
.detail-blok .wpcf7-form .form-column .uitleg {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.detail-blok .wpcf7-form .locatie.disable-berlicum .wpcf7-list-item:nth-of-type(2) {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.detail-blok .wpcf7-form .locatie.hide-op-locatie .wpcf7-list-item.last {
  display: none;
}
.detail-blok .wpcf7-form .locatie.hide-berlicum .wpcf7-list-item:nth-of-type(2) {
  display: none;
}
.detail-blok .wpcf7-form .hidden-inputs,
.detail-blok .wpcf7-form .hidden-input {
  display: none;
}
.detail-blok .wpcf7-form .button {
  padding-left: 3rem;
  padding-right: 3rem;
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
}
.detail-blok .wpcf7-form .button.disabled {
  background-color: rgba(42, 122, 254, 0.5);
  cursor: not-allowed;
}
@media only screen and (max-width: 1199px) {
  .detail-blok .background-tekst {
    top: -4rem;
  }
  .detail-blok .background-tekst span {
    font-size: 12rem;
  }
  .detail-blok.blok-met-tekst .detail-blok-content {
    margin-left: 0;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-opties {
    padding: 0 5rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-opties .chiptuning-optie .optie-top {
    min-height: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .detail-blok .background-tekst {
    top: -3rem;
  }
  .detail-blok .background-tekst span {
    font-size: 10rem;
  }
  .detail-blok .detail-blok-content .detail-blok-titel {
    font-size: 2.5rem;
  }
  .detail-blok.extra-informatie {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-blok .opties .optie .optie-top {
    padding: 1rem 1.5rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-opties {
    padding: 0 2.5rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .titel {
    font-size: 1.8rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content-rechts .optie-winst {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail-blok .background-tekst {
    top: -2rem;
  }
  .detail-blok .background-tekst span {
    font-size: 8rem;
  }
  .detail-blok .detail-blok-content .detail-blok-titel {
    font-size: 2.3rem;
  }
  .detail-blok .detail-blok-content .detail-blok-tekst ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .detail-blok .slider {
    padding: 0 5rem;
  }
  .detail-blok.extra-informatie {
    padding: 3rem 0;
  }
  .detail-blok.blok-met-tekst .detail-blok-content {
    text-align: center;
  }
  .detail-blok.blok-met-tekst .detail-blok-content .detail-blok-tekst {
    max-width: 600px;
  }
  .detail-blok.blok-met-tekst .opties .optie {
    padding: 0 5rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-opties {
    padding: 0 5rem;
  }
  .detail-blok .wpcf7-form .form-column {
    width: 100%;
    text-align: center;
  }
  .detail-blok .wpcf7-form .form-column.right-column {
    padding-left: 0;
  }
  .detail-blok .wpcf7-form .form-column.left-column {
    padding-right: 0;
  }
  .detail-blok .wpcf7-form .form-column.left-column .inner-column {
    max-width: 100%;
  }
  .detail-blok .wpcf7-form .form-column .form-group {
    text-align: center;
  }
  .detail-blok .wpcf7-form .form-column .form-group.last {
    text-align: center;
  }
  .detail-blok .wpcf7-form .form-column .form-group label.titel {
    text-align: left;
  }
  .detail-blok .wpcf7-form .form-column .wpcf7-checkbox {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .detail-blok .background-tekst {
    top: 0rem;
  }
  .detail-blok .background-tekst span {
    font-size: 4.5rem;
  }
  .detail-blok .detail-blok-content .detail-blok-titel {
    font-size: 2rem;
  }
  .detail-blok .opties .optie .optie-top {
    padding: 1rem 1.5rem;
  }
  .detail-blok .opties .optie .optie-bottom {
    padding: 0.5rem;
  }
  .detail-blok .slider {
    padding: 0 2.5rem;
  }
  .detail-blok.blok-met-tekst .opties .optie {
    padding: 0;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-opties {
    padding: 0 2.5rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .content-row {
    margin-bottom: 1rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .titel {
    font-size: 1.8rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .prijs {
    font-size: 1.25rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content-links .optie-titel {
    font-size: 1.1rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content-links .optie-procent {
    font-size: 1rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content-rechts .optie-winst {
    font-size: 1.6rem;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-optie .optie-top .optie-top-inner .optie-content-rechts .optie-tekst {
    font-size: 0.9rem;
  }
  .detail-blok.selecteer-chiptuning .service-optie .optie-top .optie-top-inner .titel {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 425px) {
  .detail-blok .slider .chiptuning-opties,
  .detail-blok.selecteer-chiptuning .chiptuning-opties {
    padding: 0 1.5rem;
  }
  .detail-blok.technical-information .information-wrapper .technical-table .technical-row span {
    width: 100%;
  }
  .detail-blok.technical-information .information-wrapper .technical-table .technical-row .technical-value {
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .detail-blok.selecteer-chiptuning .chiptuning-opties .optie-top .optie-top-inner .content-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-blok.selecteer-chiptuning .chiptuning-opties .optie-top .optie-top-inner .content-row .optie-content-rechts {
    padding-left: 0;
    text-align: left;
  }
}
.detail-banner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  align-items: flex-end;
  padding: 230px 0 4.5rem;
  background-color: #2a7afe;
  overflow: hidden;
}
.detail-banner .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 3rem;
}
.detail-banner .content * {
  color: #ffffff;
}
.detail-banner .content .breadcrumbs {
  margin-bottom: 0.5rem;
}
.detail-banner .content .breadcrumbs * {
  font-weight: 700;
  font-style: italic;
  font-size: 0.8rem;
  opacity: 0.5;
}
.detail-banner .content .breadcrumbs .breadcrumb {
  display: inline-block;
  margin: 0 0.5rem;
}
.detail-banner .content .breadcrumbs .breadcrumb:hover {
  opacity: 1;
}
.detail-banner .content .titel {
  font-style: italic;
  margin-bottom: 0.5rem;
  font-size: 5.5rem;
  color: #ffffff;
  text-transform: uppercase;
}
.detail-banner .content .toptitel {
  text-transform: uppercase;
  line-height: 1.5;
}
.detail-banner .content .text-link {
  display: inline-block;
  font-weight: 500;
  margin-top: 2rem;
  padding-left: 2rem;
  line-height: 1;
  background-position: left center;
}
.detail-banner .content .text-link::after {
  width: 100%;
  bottom: 0;
}
.detail-banner .portfolio .portfolio-top {
  margin-bottom: 0.75rem;
  text-align: center;
}
.detail-banner .portfolio .portfolio-top span {
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  font-size: 1.1rem;
}
.detail-banner .portfolio .portfolio-inner {
  padding: 1rem 0 1rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 2.5rem rgba(0, 0, 0, 0.15);
}
.detail-banner .portfolio .portfolio-inner .afb {
  cursor: pointer;
}
.detail-banner .portfolio .portfolio-inner small {
  display: block;
  text-align: center;
}
.detail-banner .portfolio .portfolio-tekst {
  display: block;
  font-weight: 700;
  font-style: italic;
  width: 100%;
  text-align: center;
  color: #182138;
}
.detail-banner .galerij .afb {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  border-radius: 0.25rem;
}
.detail-banner .galerij .afb span.ratio {
  display: block;
  padding-bottom: 56%;
}
.detail-banner .galerij .afb.afb-groot {
  margin-bottom: 1rem;
}
.detail-banner .galerij .afb.hidden {
  display: none !important;
}
.detail-banner .container {
  position: relative;
}
.detail-banner .banner-image {
  display: none !important;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  opacity: 0.1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.detail-banner.met-portfolio {
  position: relative;
  z-index: 0;
  margin-bottom: -6rem;
}
.detail-banner.met-portfolio::after {
  position: absolute;
  z-index: -1;
  content: '';
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 12rem;
  background-color: #f0f1f4;
}
.detail-banner.met-portfolio .content {
  padding: 0 0 12rem;
}
.detail-banner.met-portfolio .banner-image {
  top: unset;
  right: -200px;
  bottom: 0;
  transform: translate(0);
  width: 600px;
  height: 600px;
}
@media only screen and (max-width: 1199px) {
  .detail-banner {
    padding: 200px 0 4.5rem;
  }
  .detail-banner .content .titel {
    font-size: 4rem;
  }
  .detail-banner.met-portfolio {
    margin-bottom: -5rem;
    padding-bottom: 3.5rem;
  }
  .detail-banner.met-portfolio::after {
    height: 10rem;
  }
  .detail-banner.met-portfolio .content {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 991px) {
  .detail-banner {
    padding: 9rem 0 4.5rem;
  }
  .detail-banner .content .titel {
    font-size: 3rem;
  }
  .detail-banner .content .toptitel {
    font-size: 1rem;
  }
  .detail-banner .portfolio .portfolio-inner {
    padding: 1rem 0.5rem;
  }
  .detail-banner .portfolio .portfolio-inner [class*='col-'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .detail-banner .galerij .afb.afb-groot {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail-banner {
    padding: 9rem 0 3rem;
  }
  .detail-banner .content {
    padding-left: 1rem;
  }
  .detail-banner .content .titel {
    font-size: 2.5rem;
  }
  .detail-banner .banner-image {
    width: 350px;
    height: 350px;
  }
  .detail-banner .portfolio {
    display: none;
    max-width: 500px;
    margin: 0 auto;
  }
  .detail-banner.met-portfolio {
    margin-bottom: 0;
  }
  .detail-banner.met-portfolio::after {
    display: none;
  }
  .detail-banner.met-portfolio .content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .detail-banner .content {
    padding-left: 0;
  }
  .detail-banner .content .titel {
    font-size: 2.2rem;
  }
  .detail-banner .banner-image {
    display: none !important;
  }
}
.single-portfolio .portfolio-wrapper {
  position: relative;
  z-index: 0;
  padding-top: 15rem;
}
@media only screen and (min-width: 992px) {
  .single-portfolio .portfolio-wrapper {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-portfolio .portfolio-wrapper {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio .portfolio-wrapper {
    margin-bottom: 3rem;
  }
}
.single-portfolio .portfolio-wrapper.no-margin {
  margin-bottom: 0;
}
.single-portfolio .portfolio-wrapper .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.single-portfolio .portfolio-wrapper .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.single-portfolio .portfolio-wrapper .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.single-portfolio .portfolio-wrapper .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.single-portfolio .portfolio-wrapper .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.single-portfolio .portfolio-wrapper .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.single-portfolio .portfolio-wrapper .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.single-portfolio .portfolio-wrapper .tekst p + ul,
.single-portfolio .portfolio-wrapper .tekst p + ol {
  margin-top: -2em;
}
.single-portfolio .portfolio-wrapper .tekst a {
  white-space: nowrap;
  position: relative;
}
.single-portfolio .portfolio-wrapper .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.single-portfolio .portfolio-wrapper .tekst a:hover::after {
  width: 100%;
}
.single-portfolio .portfolio-wrapper .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .single-portfolio .portfolio-wrapper .tekst a::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;
  }
}
.single-portfolio .portfolio-wrapper .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.single-portfolio .portfolio-wrapper .tekst *:last-child {
  margin-bottom: 0;
}
.single-portfolio .portfolio-wrapper::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 95vh;
  background-color: #182138;
}
.single-portfolio .portfolio-wrapper .back {
  display: inline-block;
  font-weight: 500;
  margin: 0.5rem 1rem;
  font-size: 1.2rem;
}
.single-portfolio .portfolio-wrapper .back::after {
  display: none;
}
.single-portfolio .portfolio-wrapper .content-container {
  position: relative;
}
.single-portfolio .portfolio-wrapper .content-container::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -5.5rem;
  right: -5rem;
  left: -5rem;
  height: 100%;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/tekst-portfolio.svg');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.05;
}
.single-portfolio .portfolio-wrapper .content-wrapper {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 44px rgba(74, 74, 74, 0.15);
  overflow: hidden;
}
.single-portfolio .portfolio-wrapper .content-wrapper::after {
  position: absolute;
  z-index: -1;
  content: '';
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
  height: 100%;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/tekst-transtune.svg');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.single-portfolio .portfolio-wrapper .content-wrapper .afbeelding {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
}
.single-portfolio .portfolio-wrapper .content-wrapper .afbeelding .ratio {
  display: block;
  padding-bottom: 56.5%;
}
.single-portfolio .portfolio-wrapper .content-wrapper .content {
  padding: 5rem;
}
.single-portfolio .portfolio-wrapper .content-wrapper .content .titel {
  margin-bottom: 1rem;
  color: #182138;
}
.single-portfolio .portfolio-wrapper .content-wrapper .content .subtitel {
  margin-bottom: 1.5rem;
  color: #2a7afe;
}
.single-portfolio .portfolio-wrapper .content-wrapper .content .tekst {
  padding-top: 1rem;
  line-height: 1.5;
}
.single-portfolio .portfolio-wrapper .content-wrapper .content .breadcrumbs {
  margin: 0 -0.5rem 1rem;
}
.single-portfolio .portfolio-wrapper .content-wrapper .content .breadcrumbs * {
  font-weight: 700;
  font-style: italic;
  color: #707070;
  font-size: 1rem;
  opacity: 0.5;
  line-height: 1.5;
}
.single-portfolio .portfolio-wrapper .content-wrapper .content .breadcrumbs .breadcrumb {
  display: inline-block;
  margin: 0 0.5rem;
}
.single-portfolio .portfolio-wrapper .content-wrapper .content .breadcrumbs .breadcrumb:hover {
  opacity: 1;
}
.single-portfolio .portfolio-wrapper .content-wrapper .resultaten * {
  color: #182138;
}
.single-portfolio .portfolio-wrapper .content-wrapper .resultaten .resultaat {
  display: block;
  border-radius: 0;
}
.single-portfolio .portfolio-wrapper .content-wrapper .cta {
  margin-top: 3rem;
  padding: 0 5rem;
}
.single-portfolio .portfolio-wrapper .content-wrapper .cta .cta-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.single-portfolio .portfolio-wrapper .content-wrapper .cta .cta-content {
  padding: 3rem 0;
}
.single-portfolio .portfolio-wrapper .content-wrapper .cta .cta-content .look-h2 {
  color: #2a7afe;
}
.single-portfolio .portfolio-wrapper .content-wrapper .cta .cta-content .tekst {
  font-weight: 500;
  margin-bottom: 1rem;
}
.single-portfolio .portfolio-wrapper .content-wrapper .cta .cta-content .cta-links a {
  text-decoration: underline;
}
.single-portfolio .portfolio-wrapper .content-wrapper .cta .cta-content .cta-links a:not(:last-of-type) {
  margin-right: 1rem;
}
@media only screen and (max-width: 1199px) {
  .single-portfolio .portfolio-wrapper {
    padding-top: 13rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper .content {
    padding: 3rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper .cta {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .single-portfolio .portfolio-wrapper {
    padding-top: 10rem;
  }
  .single-portfolio .portfolio-wrapper .content-container::before {
    top: -4rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-portfolio .portfolio-wrapper .content-container::before {
    top: -3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-portfolio .portfolio-wrapper .content-wrapper .content .titel {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio .portfolio-wrapper {
    padding-top: 8rem;
  }
  .single-portfolio .portfolio-wrapper .content-container::before {
    top: -2rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper::after {
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper .content-inner {
    margin-bottom: 2rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper .cta {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .single-portfolio .portfolio-wrapper .content-container::before {
    top: 1rem;
    right: -2rem;
    left: -2rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper::after {
    right: 0;
    bottom: 0;
    left: 0;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper .content {
    padding: 1.5rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper .content .titel {
    font-size: 2rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper .content .subtitel {
    margin-bottom: 1rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper .content .breadcrumbs * {
    font-size: 0.9rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper .content .breadcrumbs .breadcrumb {
    margin: 0 0.25rem;
  }
  .single-portfolio .portfolio-wrapper .content-wrapper .cta {
    padding: 0 1.5rem;
  }
}
.single-portfolio .portfolio-slider .ratio {
  display: block;
}
.single-portfolio .slider .slick-slider {
  position: relative;
}
.single-portfolio .slider .slick-list {
  border-radius: 10px 10px 0 0;
}
.single-portfolio .slider .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.single-portfolio .slider .slide span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.single-portfolio .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: #182138;
  opacity: 0.3;
  width: 3.5rem;
  height: 6.5rem;
  background-size: 1rem;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 0;
}
.single-portfolio .slider .slick-arrow:hover {
  opacity: 0.8;
  cursor: pointer;
}
.single-portfolio .slider .slick-arrow.slick-prev {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-slider-left.svg');
  left: 0;
}
.single-portfolio .slider .slick-arrow.slick-next {
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-slider-right.svg');
  right: 0;
}
@media only screen and (max-width: 767px) {
  .single-portfolio .slider .slick-arrow {
    width: 3rem;
    height: 5rem;
    background-size: 1rem;
  }
}
.single-vacatures .vacature-wrapper {
  position: relative;
  z-index: 0;
  padding-top: 15rem;
}
@media only screen and (min-width: 992px) {
  .single-vacatures .vacature-wrapper {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-vacatures .vacature-wrapper {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-vacatures .vacature-wrapper {
    margin-bottom: 3rem;
  }
}
.single-vacatures .vacature-wrapper.no-margin {
  margin-bottom: 0;
}
.single-vacatures .vacature-wrapper .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.single-vacatures .vacature-wrapper .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.single-vacatures .vacature-wrapper .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.single-vacatures .vacature-wrapper .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.single-vacatures .vacature-wrapper .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.single-vacatures .vacature-wrapper .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.single-vacatures .vacature-wrapper .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.single-vacatures .vacature-wrapper .tekst p + ul,
.single-vacatures .vacature-wrapper .tekst p + ol {
  margin-top: -2em;
}
.single-vacatures .vacature-wrapper .tekst a {
  white-space: nowrap;
  position: relative;
}
.single-vacatures .vacature-wrapper .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.single-vacatures .vacature-wrapper .tekst a:hover::after {
  width: 100%;
}
.single-vacatures .vacature-wrapper .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .single-vacatures .vacature-wrapper .tekst a::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;
  }
}
.single-vacatures .vacature-wrapper .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.single-vacatures .vacature-wrapper .tekst *:last-child {
  margin-bottom: 0;
}
.single-vacatures .vacature-wrapper::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 95vh;
  background-color: #182138;
}
.single-vacatures .vacature-wrapper .back {
  display: inline-block;
  font-weight: 500;
  margin: 0.5rem 1rem;
  font-size: 1.2rem;
}
.single-vacatures .vacature-wrapper .back::after {
  display: none;
}
.single-vacatures .vacature-wrapper .content-container {
  position: relative;
}
.single-vacatures .vacature-wrapper .content-container::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -3rem;
  right: -5rem;
  left: -5rem;
  height: 100%;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/tekst-vacatures.svg');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.05;
}
.single-vacatures .vacature-wrapper .content-wrapper {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 44px rgba(74, 74, 74, 0.15);
  overflow: hidden;
}
.single-vacatures .vacature-wrapper .content-wrapper::after {
  position: absolute;
  z-index: -1;
  content: '';
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
  height: 100%;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/tekst-transtune.svg');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.single-vacatures .vacature-wrapper .content-wrapper .afbeelding {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
}
.single-vacatures .vacature-wrapper .content-wrapper .afbeelding .ratio {
  display: block;
  padding-bottom: 56.5%;
}
.single-vacatures .vacature-wrapper .content-wrapper .content {
  padding: 5rem;
}
.single-vacatures .vacature-wrapper .content-wrapper .content .content-inner .titel {
  margin-bottom: 1rem;
  color: #182138;
}
.single-vacatures .vacature-wrapper .content-wrapper .content .content-inner .subtitel {
  margin-bottom: 1.5rem;
  color: #2a7afe;
}
.single-vacatures .vacature-wrapper .content-wrapper .content .content-inner .tekst {
  padding-top: 1rem;
  line-height: 1.5;
}
.single-vacatures .vacature-wrapper .content-wrapper .form {
  padding: 1.5rem;
  background-color: #f4f8ff;
  border-radius: 8px;
}
.single-vacatures .vacature-wrapper .content-wrapper .form .half {
  flex-direction: column;
}
.single-vacatures .vacature-wrapper .content-wrapper .form .half .form-group {
  width: 100%;
}
.single-vacatures .vacature-wrapper .content-wrapper .form p:last-of-type {
  margin: 0;
}
.single-vacatures .vacature-wrapper .content-wrapper .cta {
  margin-top: 3rem;
  padding: 0 5rem;
}
.single-vacatures .vacature-wrapper .content-wrapper .cta .cta-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.single-vacatures .vacature-wrapper .content-wrapper .cta .cta-content {
  padding: 3rem 0;
}
.single-vacatures .vacature-wrapper .content-wrapper .cta .cta-content .look-h2 {
  color: #2a7afe;
}
.single-vacatures .vacature-wrapper .content-wrapper .cta .cta-content .tekst {
  font-weight: 500;
  margin-bottom: 1rem;
}
.single-vacatures .vacature-wrapper .content-wrapper .cta .cta-content .cta-links a {
  text-decoration: underline;
}
.single-vacatures .vacature-wrapper .content-wrapper .cta .cta-content .cta-links a:not(:last-of-type) {
  margin-right: 1rem;
}
@media only screen and (max-width: 1199px) {
  .single-vacatures .vacature-wrapper {
    padding-top: 13rem;
  }
  .single-vacatures .vacature-wrapper .content-wrapper .content {
    padding: 3rem;
  }
  .single-vacatures .vacature-wrapper .content-wrapper .cta {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 1199px) {
  .single-vacatures .vacature-wrapper {
    padding-top: 10rem;
  }
  .single-vacatures .vacature-wrapper .content-container::before {
    top: -2rem;
  }
}
@media only screen and (max-width: 991px) {
  .single-vacatures .vacature-wrapper .content-container::before {
    top: -2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-vacatures .vacature-wrapper .content-wrapper .content .content-inner .titel {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-vacatures .vacature-wrapper {
    padding-top: 8rem;
  }
  .single-vacatures .vacature-wrapper .content-container::before {
    top: -1rem;
  }
  .single-vacatures .vacature-wrapper .content-wrapper::after {
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }
  .single-vacatures .vacature-wrapper .content-wrapper .content-inner {
    margin-bottom: 2rem;
  }
  .single-vacatures .vacature-wrapper .content-wrapper .cta {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .single-vacatures .vacature-wrapper .content-container::before {
    top: 0.5rem;
    right: -2rem;
    left: -2rem;
  }
  .single-vacatures .vacature-wrapper .content-wrapper::after {
    right: 0;
    bottom: 0;
    left: 0;
  }
  .single-vacatures .vacature-wrapper .content-wrapper .content {
    padding: 1.5rem;
  }
  .single-vacatures .vacature-wrapper .content-wrapper .content .content-inner .titel {
    font-size: 2rem;
  }
  .single-vacatures .vacature-wrapper .content-wrapper .content .content-inner .subtitel {
    margin-bottom: 1rem;
  }
  .single-vacatures .vacature-wrapper .content-wrapper .cta {
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .producten-overzicht {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .producten-overzicht {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .producten-overzicht {
    margin-bottom: 3rem;
  }
}
.producten-overzicht.no-margin {
  margin-bottom: 0;
}
.producten-overzicht .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.producten-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.producten-overzicht .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.producten-overzicht .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.producten-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.producten-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.producten-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.producten-overzicht .tekst p + ul,
.producten-overzicht .tekst p + ol {
  margin-top: -2em;
}
.producten-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.producten-overzicht .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.producten-overzicht .tekst a:hover::after {
  width: 100%;
}
.producten-overzicht .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .producten-overzicht .tekst a::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;
  }
}
.producten-overzicht .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.producten-overzicht .tekst *:last-child {
  margin-bottom: 0;
}
.producten-overzicht .product-col {
  margin-bottom: 2rem;
}
.producten-overzicht .overzicht-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-top .afbeelding {
  height: 170px;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-top .content {
  padding: 1rem 2rem;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-top .content .merk {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-top .content .titel {
  font-size: 1.1rem;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-top .content .categorie {
  font-size: 0.9rem;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-top .content .beschrijving {
  font-size: 0.9rem;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-top .content .prijs {
  font-size: 1.25rem;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-top .content .prijs span {
  font-size: 0.7rem;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-top .content .prijs span:first-of-type {
  font-size: 0.8rem;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-top .content .prijs.prijs-login-required {
  font-size: 1rem;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-bottom {
  padding: 0.5rem 0.7rem;
}
.producten-overzicht .optie.hardware-optie .optie-inner .optie-bottom .tekst {
  font-size: 0.8rem;
}
.producten-overzicht .more-cars .more-cars-button {
  text-align: center;
  padding: 1rem 2rem;
}
.producten-overzicht .more-cars .more-cars-button span {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
  font-size: 1rem;
}
.producten-overzicht .more-cars .more-cars-button span:hover,
.producten-overzicht .more-cars .more-cars-button span.hoverbutton {
  background-color: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.producten-overzicht .more-cars .more-cars-button span:focus,
.producten-overzicht .more-cars .more-cars-button span:active {
  outline: none;
  color: #ffffff;
}
.producten-overzicht .more-cars .more-cars-button span.white {
  border-color: #ffffff;
  color: #ffffff;
}
.producten-overzicht .more-cars .more-cars-button span.white:hover {
  background-color: #ffffff;
  color: #2a7afe;
}
.producten-overzicht .more-cars .more-cars-button span.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.producten-overzicht .more-cars .more-cars-button span.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.producten-overzicht .more-cars .more-cars-button span.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.producten-overzicht .more-cars .more-cars-button span.orange:hover {
  background-color: #e88400;
}
.producten-overzicht .more-cars .more-cars-button span.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.producten-overzicht .more-cars .more-cars-button span.orange.back:hover {
  background-position: left 1rem center;
}
.producten-overzicht .more-cars .more-cars-button span.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.producten-overzicht .more-cars .more-cars-button span.arrow:hover {
  background-position: right 1rem center;
}
@media only screen and (max-width: 767px) {
  .producten-overzicht .more-cars .more-cars-button span {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .producten-overzicht .more-cars .more-cars-button span.arrow {
    padding-right: 4rem;
  }
}
.producten-overzicht .more-cars .more-cars-button span.sub {
  background-color: #b3b3b3;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.producten-overzicht .more-cars .more-cars-button span.sub:hover,
.producten-overzicht .more-cars .more-cars-button span.sub:focus {
  background-color: #9a9a9a;
}
.producten-overzicht .more-cars .more-cars-button span.wc-backward {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.producten-overzicht .more-cars .more-cars-button span.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.producten-overzicht .more-cars .more-cars-button span.wc-backward:hover {
  color: #2a7afe;
}
.producten-overzicht .more-cars .more-cars-button span.wc-backward:hover:after {
  width: 100%;
}
.producten-overzicht .more-cars .more-cars-button span.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.producten-overzicht .more-cars .more-cars-button span.wc-backward.back::after {
  background-color: white;
}
.producten-overzicht .more-cars .more-cars-button span.wc-backward.back:hover {
  background-position: left 0px center;
}
.producten-overzicht .more-cars .more-cars-button span.wc-backward::after {
  background-color: white;
}
.producten-overzicht .more-cars .more-cars-button span.wc-backward:hover {
  background-position: left 0px center;
}
.producten-overzicht .more-cars-items.hide {
  display: none;
}
.producten-overzicht .add-to-cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.producten-overzicht .add-to-cart-wrapper .prijs {
  margin-right: 1rem;
}
.producten-overzicht .add-to-cart-wrapper .cart-button {
  display: none;
  position: relative;
  margin-left: 0.5rem;
}
.producten-overzicht .add-to-cart-wrapper .cart-button::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.producten-overzicht .add-to-cart-wrapper .cart-button:hover::after {
  width: 100%;
}
.producten-overzicht .add-to-cart-wrapper .cart-button.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .producten-overzicht .add-to-cart-wrapper .cart-button::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;
  }
}
.producten-overzicht .add-to-cart-wrapper .cart-button::after {
  background-color: #ffffff;
}
.producten-overzicht .add-to-cart-wrapper .add-to-cart-error {
  display: none;
  margin: 0 1rem;
}
.products-header {
  padding-left: 4.5rem;
}
.products-header h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #2a7afe;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .products-header {
    padding-left: 0.75rem;
  }
}
.products-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.products-table th,
.products-table td {
  padding: 0.75rem 0.5rem;
  text-align: left;
  overflow: hidden;
}
.products-table th:nth-of-type(1),
.products-table td:nth-of-type(1) {
  width: 4rem;
}
.products-table th:nth-of-type(2),
.products-table td:nth-of-type(2) {
  width: 14%;
}
.products-table th:nth-of-type(3),
.products-table td:nth-of-type(3) {
  width: 15%;
}
.products-table th:last-of-type,
.products-table td:last-of-type {
  width: 35%;
}
.products-table thead tr {
  background-color: #f4f8ff;
}
.products-table thead tr th {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15789474;
  margin-bottom: 1rem;
  color: #4a4a4a;
  font-size: 1rem;
  margin: 0;
}
.products-table thead tr th:first-of-type {
  border-top-left-radius: 40px;
}
.products-table thead tr th:last-of-type {
  border-bottom-right-radius: 40px;
}
.products-table tbody .img-wrapper {
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
.products-table tbody .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.products-table tbody tr td {
  vertical-align: middle;
}
.products-table tbody tr td p {
  margin: 0;
}
.products-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .products-table {
    display: block;
  }
  .products-table thead {
    display: none;
  }
  .products-table tbody {
    display: block;
  }
  .products-table tbody tr {
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    gap: 0.25rem 0.75rem;
    padding: 0.85rem 0.75rem;
    border-bottom: 1px solid #e4e4e4;
  }
  .products-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
  }
  .products-table tbody tr td:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1 span 4;
    width: auto;
    align-self: start;
    padding: 0;
  }
  .products-table tbody tr td:nth-of-type(1) .img-wrapper {
    width: 3rem;
    height: 3rem;
  }
  .products-table tbody tr td:not(:nth-of-type(1)) {
    grid-column: 2;
    width: auto;
    padding: 0;
    overflow: visible;
  }
  .products-table tbody tr td:not(:nth-of-type(1))[data-label]:not([data-label='']) {
    display: flex;
    gap: 0.4rem;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .products-table tbody tr td:not(:nth-of-type(1))[data-label]:not([data-label=''])::before {
    content: attr(data-label) ':';
    font-weight: 600;
    color: #182138;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
}
.modal-wrapper.hide {
  display: none;
}
.modal-wrapper .modal-achtergrond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 74, 74, 0.8);
  z-index: -1;
}
.modal-wrapper .modal {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 1000px;
  height: auto;
  max-height: 80vh;
}
.modal-wrapper .modal .close-modal {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin: 0 1rem 1rem auto;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-close-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal-wrapper .modal .modal-inner {
  box-shadow: 0 15px 51px rgba(42, 122, 254, 0.13);
  padding: 2.5rem;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: auto;
}
.modal-wrapper .modal .modal-inner::-webkit-scrollbar {
  display: none;
}
.modal-wrapper .modal .modal-inner .video-container {
  width: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 56.5%;
}
.modal-wrapper .modal .modal-inner .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.modal-wrapper .modal .modal-inner p {
  margin-bottom: 1rem;
}
.modal-wrapper .modal .modal-inner ul,
.modal-wrapper .modal .modal-inner ol {
  margin-left: 1rem;
  list-style-type: disc;
}
.modal-wrapper .modal .modal-inner ul li,
.modal-wrapper .modal .modal-inner ol li {
  padding-left: 0.5rem;
  line-height: 1.5;
}
.modal-wrapper .modal .modal-inner > ul,
.modal-wrapper .modal .modal-inner > ol {
  margin-bottom: 1rem;
}
.modal-wrapper#portfolio .fotogalerij {
  margin: 0;
}
.modal-wrapper#portfolio .fotogalerij .slider .slide span.ratio {
  padding-bottom: 56.5%;
}
.modal-wrapper#portfolio .fotogalerij .slider .slide .onderschrift {
  display: block;
  font-weight: 700;
  font-style: italic;
  width: 100%;
  margin: 1rem 0 0;
  text-align: center;
  color: #182138;
}
@media only screen and (max-width: 767px) {
  .modal-wrapper .modal .modal-inner {
    padding: 1rem;
  }
  .modal-wrapper#information .modal {
    max-height: 80vh;
  }
  .modal-wrapper#information .modal .modal-inner {
    height: 100%;
    padding: 2rem;
  }
  .modal-wrapper#information .modal .modal-inner h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .modal-wrapper#information .modal {
    max-height: 90vh;
  }
}
.add-to-cart-scroll {
  position: fixed;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 100;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: #2a7afe;
}
.add-to-cart-scroll .add-to-cart-content {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.add-to-cart-scroll .add-to-cart-content .content-title {
  flex: 1;
  padding-right: 2rem;
  margin: 0;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .add-to-cart-scroll {
    bottom: 1.25rem;
    left: 1.25rem;
    transform: translateY(calc(100% + 1.25rem));
    width: calc(100% - 7.5rem);
    height: 3.75rem;
    background: transparent;
  }
  .add-to-cart-scroll .container {
    padding: 0;
    height: 100%;
  }
  .add-to-cart-scroll .add-to-cart-content {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .add-to-cart-scroll .add-to-cart-content .content-title {
    display: none;
  }
  .add-to-cart-scroll .add-to-cart-content .add-to-cart-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
  }
}
@media only screen and (max-width: 375px) {
  .add-to-cart-scroll {
    width: calc(100% - 2.5rem);
  }
}
.add-to-cart-button {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  padding: 0.25rem 0.75rem;
  background-position: center right 2rem;
}
.add-to-cart-button:hover,
.add-to-cart-button.hoverbutton {
  background-color: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.add-to-cart-button:focus,
.add-to-cart-button:active {
  outline: none;
  color: #ffffff;
}
.add-to-cart-button.white {
  border-color: #ffffff;
  color: #ffffff;
}
.add-to-cart-button.white:hover {
  background-color: #ffffff;
  color: #2a7afe;
}
.add-to-cart-button.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.add-to-cart-button.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.add-to-cart-button.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.add-to-cart-button.orange:hover {
  background-color: #e88400;
}
.add-to-cart-button.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.add-to-cart-button.orange.back:hover {
  background-position: left 1rem center;
}
.add-to-cart-button.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.add-to-cart-button.arrow:hover {
  background-position: right 1rem center;
}
@media only screen and (max-width: 767px) {
  .add-to-cart-button {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .add-to-cart-button.arrow {
    padding-right: 4rem;
  }
}
.add-to-cart-button.sub {
  background-color: #b3b3b3;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.add-to-cart-button.sub:hover,
.add-to-cart-button.sub:focus {
  background-color: #9a9a9a;
}
.add-to-cart-button.wc-backward {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.add-to-cart-button.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.add-to-cart-button.wc-backward:hover {
  color: #2a7afe;
}
.add-to-cart-button.wc-backward:hover:after {
  width: 100%;
}
.add-to-cart-button.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.add-to-cart-button.wc-backward.back::after {
  background-color: white;
}
.add-to-cart-button.wc-backward.back:hover {
  background-position: left 0px center;
}
.add-to-cart-button.wc-backward::after {
  background-color: white;
}
.add-to-cart-button.wc-backward:hover {
  background-position: left 0px center;
}
.add-to-cart-button:hover {
  background-color: #e88400;
}
.add-to-cart-button.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.add-to-cart-button.back:hover {
  background-position: left 1rem center;
}
.add-to-cart-button.loading {
  padding-right: 3rem;
  background-color: #e88400;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/loader.gif');
  background-size: 1rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
  pointer-events: none;
}
.product-pagina .prijs {
  margin-top: auto;
  margin-bottom: 0;
}
.product-pagina .prijs .disabled {
  color: #b2bbd2;
  text-decoration: line-through;
}
.product-pagina .prijs span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
.product-pagina .prijs span:first-of-type {
  margin-left: 0;
  font-size: 0.9rem;
}
.product-pagina .prijs span.extra {
  display: block;
  margin-left: 0;
}
.product-pagina .prijs.aanvraag {
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  .product-pagina .detail-banner {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .product-pagina .detail-banner {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-pagina .detail-banner {
    margin-bottom: 3rem;
  }
}
.product-pagina .detail-banner.no-margin {
  margin-bottom: 0;
}
.product-pagina .detail-banner .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.product-pagina .detail-banner .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.product-pagina .detail-banner .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.product-pagina .detail-banner .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.product-pagina .detail-banner .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.product-pagina .detail-banner .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.product-pagina .detail-banner .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.product-pagina .detail-banner .tekst p + ul,
.product-pagina .detail-banner .tekst p + ol {
  margin-top: -2em;
}
.product-pagina .detail-banner .tekst a {
  white-space: nowrap;
  position: relative;
}
.product-pagina .detail-banner .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.product-pagina .detail-banner .tekst a:hover::after {
  width: 100%;
}
.product-pagina .detail-banner .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-pagina .detail-banner .tekst a::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;
  }
}
.product-pagina .detail-banner .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.product-pagina .detail-banner .tekst *:last-child {
  margin-bottom: 0;
}
.product-pagina .detail-banner .content .buttons {
  margin-bottom: 0.5rem;
}
.product-pagina .detail-banner .content .titel {
  font-size: 2.8rem;
}
.product-pagina .detail-banner .content .prijs {
  font-weight: 500;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  vertical-align: middle;
}
.product-pagina .detail-banner .content .prijs span {
  font-size: 1.25rem;
}
.product-pagina .detail-banner .content .form-group {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: 0.5rem;
}
.product-pagina .detail-banner .content .form-group::before {
  top: 1.25rem;
  right: 0.75rem;
  border-top-color: #4a4a4a;
}
.product-pagina .detail-banner .content .form-group .product-amount {
  padding-top: 0.5rem;
  padding-right: 2rem;
  color: #4a4a4a;
}
.product-pagina .detail-banner .content .add-to-cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}
.product-pagina .detail-banner .content .add-to-cart-wrapper .add-to-cart-button {
  margin: 0.5rem 1rem 0.5rem 0;
}
.product-pagina .detail-banner .content .add-to-cart-wrapper .cart-button {
  display: none;
  position: relative;
}
.product-pagina .detail-banner .content .add-to-cart-wrapper .cart-button::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.product-pagina .detail-banner .content .add-to-cart-wrapper .cart-button:hover::after {
  width: 100%;
}
.product-pagina .detail-banner .content .add-to-cart-wrapper .cart-button.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-pagina .detail-banner .content .add-to-cart-wrapper .cart-button::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;
  }
}
.product-pagina .detail-banner .content .add-to-cart-wrapper .cart-button::after {
  background-color: #ffffff;
}
.product-pagina .detail-banner .content .add-to-cart-wrapper .add-to-cart-error {
  display: none;
  margin: 0 1rem;
}
.product-pagina .detail-banner .content .extra-text {
  font-style: italic;
  margin: 0;
  font-size: 0.9rem;
}
.product-pagina .detail-banner .content .extra-text.first {
  margin-top: 1rem;
}
.product-pagina .usps {
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .product-pagina .usps {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .product-pagina .usps {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-pagina .usps {
    margin-bottom: 3rem;
  }
}
.product-pagina .usps.no-margin {
  margin-bottom: 0;
}
.product-pagina .usps .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.product-pagina .usps .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.product-pagina .usps .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.product-pagina .usps .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.product-pagina .usps .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.product-pagina .usps .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.product-pagina .usps .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.product-pagina .usps .tekst p + ul,
.product-pagina .usps .tekst p + ol {
  margin-top: -2em;
}
.product-pagina .usps .tekst a {
  white-space: nowrap;
  position: relative;
}
.product-pagina .usps .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.product-pagina .usps .tekst a:hover::after {
  width: 100%;
}
.product-pagina .usps .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-pagina .usps .tekst a::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;
  }
}
.product-pagina .usps .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.product-pagina .usps .tekst *:last-child {
  margin-bottom: 0;
}
.product-pagina .usps .usps-inner {
  padding: 0.75rem 0 0.75rem 3rem;
}
.product-pagina .usps .usps-inner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.product-pagina .usps .usps-inner ul li {
  display: inline-block;
  padding-left: 1.5rem;
  margin: 0 1.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-check-green.svg');
  background-position: center left;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.product-pagina .product-cars {
  padding-left: 3rem;
}
.product-pagina .product-cars .optie {
  padding: 0;
}
.product-pagina .product-cars .optie .optie-inner {
  cursor: auto;
}
.product-pagina .product-cars .optie .optie-inner:hover {
  box-shadow: 0 1px 0.5rem rgba(0, 0, 0, 0.15);
}
.product-pagina .specifications {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.1);
}
.product-pagina .specifications ul li {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.product-pagina .specifications ul li * {
  line-height: 1.5;
}
.product-pagina .specifications ul li .specification-titel {
  font-weight: 700;
  width: 50%;
}
.product-pagina .specifications ul li .specification {
  flex: 1;
}
.product-pagina .specifications .product-aanvraag {
  padding: 0.5rem;
  margin-top: 1rem;
  background-color: #f0f1f4;
}
.product-pagina .specifications .product-aanvraag span {
  font-size: 0.8rem;
  line-heigh: 1.1;
}
.product-pagina .aanvraag-formulier {
  padding: 4rem 0;
  background-color: #ffffff;
}
.product-pagina .aanvraag-formulier form {
  padding: 1.5rem;
  background-color: #f0f1f4;
}
.product-pagina .aanvraag-formulier form .last {
  margin: 0;
}
.product-pagina .cta {
  padding: 0 5rem;
  background-color: #ffffff;
}
.product-pagina .cta .cta-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.product-pagina .cta .cta-content {
  padding: 3rem 0;
}
.product-pagina .cta .cta-content .look-h2 {
  color: #2a7afe;
}
.product-pagina .cta .cta-content .tekst {
  font-weight: 500;
  margin-bottom: 1rem;
}
.product-pagina .cta .cta-content .cta-links a {
  text-decoration: underline;
}
.product-pagina .cta .cta-content .cta-links a:not(:last-of-type) {
  margin-right: 1rem;
}
@media only screen and (max-width: 1199px) {
  .product-pagina .detail-banner .content {
    padding-left: 0;
  }
  .product-pagina .detail-banner .content .titel {
    font-size: 3rem;
  }
  .product-pagina .usps .usps-inner {
    padding-left: 0;
  }
  .product-pagina .product-cars {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-pagina .detail-banner .content {
    padding-left: 0;
  }
  .product-pagina .detail-banner .content .titel {
    font-size: 2.5rem;
  }
  .product-pagina .detail-banner .content .toptitel {
    font-size: 1rem;
  }
  .product-pagina .usps .usps-inner {
    padding-left: 0;
  }
  .product-pagina .product-cars {
    padding-left: 0;
  }
  .product-pagina .product-cars .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .product-pagina .product-cars [class*='col-'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .product-pagina .product-cars .product-col {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .product-pagina .detail-banner .content .titel {
    font-size: 2.2rem;
  }
  .product-pagina .detail-banner .content .portfolio {
    margin: 2rem 0;
    width: 100%;
    max-width: unset;
  }
}
@media only screen and (max-width: 575px) {
  .product-pagina .detail-banner .content .titel {
    font-size: 2rem;
  }
  .product-pagina .detail-banner .content .portfolio {
    margin: 1rem 0;
  }
  .product-pagina .cta {
    padding: 0;
  }
}
.verhuizing {
  padding: 2rem 1rem;
  text-align: center;
  background-color: #e1e3e9;
}
@media only screen and (min-width: 992px) {
  .verhuizing {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .verhuizing {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .verhuizing {
    margin-bottom: 3rem;
  }
}
.verhuizing.no-margin {
  margin-bottom: 0;
}
.verhuizing .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.verhuizing .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.verhuizing .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.verhuizing .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.verhuizing .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.verhuizing .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.verhuizing .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.verhuizing .tekst p + ul,
.verhuizing .tekst p + ol {
  margin-top: -2em;
}
.verhuizing .tekst a {
  white-space: nowrap;
  position: relative;
}
.verhuizing .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.verhuizing .tekst a:hover::after {
  width: 100%;
}
.verhuizing .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .verhuizing .tekst a::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;
  }
}
.verhuizing .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.verhuizing .tekst *:last-child {
  margin-bottom: 0;
}
.verhuizing > p:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .merken-labels {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .merken-labels {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .merken-labels {
    margin-bottom: 3rem;
  }
}
.merken-labels.no-margin {
  margin-bottom: 0;
}
.merken-labels .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.merken-labels .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.merken-labels .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.merken-labels .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.merken-labels .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.merken-labels .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.merken-labels .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.merken-labels .tekst p + ul,
.merken-labels .tekst p + ol {
  margin-top: -2em;
}
.merken-labels .tekst a {
  white-space: nowrap;
  position: relative;
}
.merken-labels .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.merken-labels .tekst a:hover::after {
  width: 100%;
}
.merken-labels .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .merken-labels .tekst a::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;
  }
}
.merken-labels .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.merken-labels .tekst *:last-child {
  margin-bottom: 0;
}
.merken-labels .content {
  margin-bottom: 2rem;
  text-align: center;
}
.merken-labels .wrapper {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}
.merken-labels .wrapper .title {
  margin-bottom: 2rem;
}
.merken-labels .wrapper .labels {
  margin: 1rem -0.5rem;
  overflow: hidden;
}
.merken-labels .wrapper .labels .label {
  display: inline-block;
  padding: 0 0.5rem;
}
.merken-labels .wrapper .labels .label.favorite {
  display: none;
}
.merken-labels .wrapper .config-button {
  padding-right: 3rem;
  color: #182138;
  text-decoration: underline;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right.svg');
  background-size: 1rem;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
.merken-labels .wrapper .config-button:hover {
  background-position: right center;
}
@media only screen and (max-width: 767px) {
  .merken-labels .wrapper:first-of-type {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .merken-labels .wrapper .labels .label.favorite {
    display: inline-block;
  }
  .merken-labels .wrapper .labels .label:not(.favorite) {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .video-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .video-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .video-blok {
    margin-bottom: 3rem;
  }
}
.video-blok.no-margin {
  margin-bottom: 0;
}
.video-blok .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.video-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.video-blok .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.video-blok .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.video-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.video-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.video-blok .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.video-blok .tekst p + ul,
.video-blok .tekst p + ol {
  margin-top: -2em;
}
.video-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.video-blok .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.video-blok .tekst a:hover::after {
  width: 100%;
}
.video-blok .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .video-blok .tekst a::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;
  }
}
.video-blok .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.video-blok .tekst *:last-child {
  margin-bottom: 0;
}
.video-blok .youtube-container {
  position: relative;
  z-index: 0;
}
.video-blok .youtube-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}
.video-blok .youtube-container .ratio {
  display: block;
  padding-bottom: 56.25%;
}
@media only screen and (min-width: 992px) {
  .logo-slider {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .logo-slider {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .logo-slider {
    margin-bottom: 3rem;
  }
}
.logo-slider.no-margin {
  margin-bottom: 0;
}
.logo-slider .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.logo-slider .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.logo-slider .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.logo-slider .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.logo-slider .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.logo-slider .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.logo-slider .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.logo-slider .tekst p + ul,
.logo-slider .tekst p + ol {
  margin-top: -2em;
}
.logo-slider .tekst a {
  white-space: nowrap;
  position: relative;
}
.logo-slider .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.logo-slider .tekst a:hover::after {
  width: 100%;
}
.logo-slider .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .logo-slider .tekst a::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;
  }
}
.logo-slider .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.logo-slider .tekst *:last-child {
  margin-bottom: 0;
}
.logo-slider .content {
  margin-bottom: 2.5rem;
  text-align: center;
}
.logo-slider .content *:last-child {
  margin-bottom: 0;
}
.logo-slider .logos {
  overflow: hidden;
}
.logo-slider .logos .logo {
  position: relative;
  text-align: center;
  padding-bottom: 40%;
}
.logo-slider .logos .logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: 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;
}
.logo-slider .slick-slide {
  margin: 0 1rem;
}
.logo-slider .slick-list {
  margin: 0 -1rem;
}
#product-popup .modal {
  max-width: 500px;
}
#product-popup .product-popup-image {
  text-align: center;
  margin-bottom: 1.5rem;
}
#product-popup .product-popup-image img {
  max-width: 100%;
  max-height: 280px;
  object-fit: contain;
}
#product-popup .product-popup-title {
  font-style: italic;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}
#product-popup .product-popup-notice {
  text-align: center;
  color: #7d7d7d;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
#product-popup .product-popup-specs * {
  text-align: left;
}
#product-popup .product-popup-specs h4 {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1rem;
}
#product-popup .product-popup-specs table {
  width: 100%;
  border-collapse: collapse;
}
#product-popup .product-popup-specs table * {
  line-height: 1.2;
}
#product-popup .product-popup-specs table th {
  font-weight: 700;
  padding: 0.3rem 1.5rem 0.3rem 0;
  white-space: nowrap;
  vertical-align: top;
  width: 40%;
}
#product-popup .product-popup-specs table td {
  padding: 0.3rem 0;
  vertical-align: top;
}
.open-product-popup {
  cursor: pointer;
  color: #2a7afe;
}
.open-product-popup:hover {
  text-decoration: underline;
}
/* fix product images */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  opacity: 1 !important;
}
.button.sub {
  background-color: #b3b3b3;
  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: #9a9a9a;
}
.button.wc-backward {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.button.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.button.wc-backward:hover {
  color: #2a7afe;
}
.button.wc-backward:hover:after {
  width: 100%;
}
.button.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.button.wc-backward.back::after {
  background-color: white;
}
.button.wc-backward.back:hover {
  background-position: left 0px center;
}
.button.wc-backward::after {
  background-color: white;
}
.button.wc-backward:hover {
  background-position: left 0px center;
}
.simple_cart_button {
  display: inline-block;
  padding: 0;
  position: relative;
  background: #ff9912;
  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://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../images/icon-winkelmand-white.svg) no-repeat center center;
  background-size: 2rem;
}
.simple_cart_button:hover {
  background-color: #e88400;
}
button.single_add_to_cart_button {
  display: inline-flex !important;
  background-color: #ff9912 !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://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../images/icon-winkelmand-white.svg);
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-right: 1rem;
}
.styled-input input:not([type='checkbox']),
.styled-input textarea,
.styled-input select,
.styled-input label.upload {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #182138;
  background-color: #ffffff;
  border: none;
  font-weight: 400;
  position: relative;
  display: block;
  height: calc(31px + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem 0.5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f3f3f3;
}
.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-top: 1.5rem;
  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: 380px;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.025);
  border-radius: 5px;
  overflow: hidden;
}
.dgwt-wcas-search-wrapp::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  background: left center no-repeat;
  background-size: 1rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../b3-shop-root/images/icon-search.svg');
  z-index: 1;
}
.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 {
  border: none !important;
  padding: 0.5rem 2.5rem 0.5rem 1rem !important;
}
@media only screen and (max-width: 991px) {
  .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    height: 30px !important;
    padding: 0 2.5rem 0 1rem !important;
  }
}
.woocommerce a.button,
.woocommerce button.button {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
  border-radius: 10px !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.hoverbutton,
.woocommerce button.button.hoverbutton {
  background-color: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.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 {
  border-color: #ffffff;
  color: #ffffff;
}
.woocommerce a.button.white:hover,
.woocommerce button.button.white:hover {
  background-color: #ffffff;
  color: #2a7afe;
}
.woocommerce a.button.color-1,
.woocommerce button.button.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.woocommerce a.button.blue,
.woocommerce button.button.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.woocommerce a.button.orange,
.woocommerce button.button.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.woocommerce a.button.orange:hover,
.woocommerce button.button.orange:hover {
  background-color: #e88400;
}
.woocommerce a.button.orange.back,
.woocommerce button.button.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.woocommerce a.button.orange.back:hover,
.woocommerce button.button.orange.back:hover {
  background-position: left 1rem center;
}
.woocommerce a.button.arrow,
.woocommerce button.button.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.woocommerce a.button.arrow:hover,
.woocommerce button.button.arrow:hover {
  background-position: right 1rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce a.button,
  .woocommerce button.button {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .woocommerce a.button.arrow,
  .woocommerce button.button.arrow {
    padding-right: 4rem;
  }
}
.woocommerce a.button.sub,
.woocommerce button.button.sub {
  background-color: #b3b3b3;
  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: #9a9a9a;
}
.woocommerce a.button.wc-backward,
.woocommerce button.button.wc-backward {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce a.button.wc-backward:after,
.woocommerce button.button.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.woocommerce a.button.wc-backward:hover,
.woocommerce button.button.wc-backward:hover {
  color: #2a7afe;
}
.woocommerce a.button.wc-backward:hover:after,
.woocommerce button.button.wc-backward:hover:after {
  width: 100%;
}
.woocommerce a.button.wc-backward.back,
.woocommerce button.button.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce a.button.wc-backward.back::after,
.woocommerce button.button.wc-backward.back::after {
  background-color: white;
}
.woocommerce a.button.wc-backward.back:hover,
.woocommerce button.button.wc-backward.back:hover {
  background-position: left 0px center;
}
.woocommerce a.button.wc-backward::after,
.woocommerce button.button.wc-backward::after {
  background-color: white;
}
.woocommerce a.button.wc-backward:hover,
.woocommerce button.button.wc-backward:hover {
  background-position: left 0px center;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  flex: none;
  max-width: none;
}
p.voorraad {
  font-weight: 800;
  margin: 0;
  color: #008900;
}
p.voorraad.niet {
  color: #bb0000;
}
.wc-page {
  padding-top: 5rem;
}
@media only screen and (min-width: 992px) {
  .wc-page {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .wc-page {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .wc-page {
    margin-bottom: 3rem;
  }
}
.wc-page.no-margin {
  margin-bottom: 0;
}
.wc-page .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.wc-page .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.wc-page .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.wc-page .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.wc-page .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.wc-page .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.wc-page .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.wc-page .tekst p + ul,
.wc-page .tekst p + ol {
  margin-top: -2em;
}
.wc-page .tekst a {
  white-space: nowrap;
  position: relative;
}
.wc-page .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.wc-page .tekst a:hover::after {
  width: 100%;
}
.wc-page .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wc-page .tekst a::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;
  }
}
.wc-page .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.wc-page .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wc-page {
    padding-top: 2rem;
  }
}
.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: #ff9912;
  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://www.transtune.nl/wp-content/themes/transtune/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: #e88400;
}
ul.voordelen.inline li {
  display: inline-block;
  margin-right: 1.5rem;
}
ul.voordelen.inline li:last-child {
  margin-right: 0;
}
ul.voordelen.with-icon li {
  padding-left: 1.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../images/icon-check-voordelen.svg');
  background-size: 1rem auto;
  background-position: center left;
  background-repeat: no-repeat;
}
ul.voordelen li p {
  margin: 0;
  padding: 0;
}
ul.voordelen li p strong {
  color: #182138;
}
.product-item-styling {
  padding: 1rem;
  margin: 0 1.5rem 1.5rem 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  overflow: hidden;
}
.product-item-styling.last {
  margin-right: 0;
}
.product-item-styling a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
  height: 100%;
}
.product-item-styling a .shop-image {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  background: #ffffff;
}
.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 img {
  margin: 0;
  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%);
}
.product-item-styling a .shop-image .ratio {
  padding-bottom: 100%;
  display: block;
}
.product-item-styling a img {
  max-width: 100%;
  -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;
  z-index: 1;
}
.product-item-styling a h2.woocommerce-loop-product__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .product-item-styling a h2.woocommerce-loop-product__title {
    font-size: 1.375rem;
  }
}
.product-item-styling a p.voorraad {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}
.product-item-styling a .product-item-bottom {
  width: calc(100% - 5rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  bottom: 0;
}
.product-item-styling a .product-item-bottom .price {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
.product-item-styling a .product-item-bottom .price span {
  line-height: 1.2;
}
.product-item-styling a:hover .shop-image .image-itself img {
  -webkit-transform: translate(-50%, calc(-50% + -.5rem));
  -moz-transform: translate(-50%, calc(-50% + -.5rem));
  -o-transform: translate(-50%, calc(-50% + -.5rem));
  -ms-transform: translate(-50%, calc(-50% + -.5rem));
  transform: translate(-50%, calc(-50% + -.5rem));
}
.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: inline-block;
  padding: 0;
  position: relative;
  background: #ff9912;
  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;
}
.product-item-styling a.ajax_add_to_cart::before,
.product-item-styling a.product_type_variable.add_to_cart_button::before,
.product-item-styling a.product_type_simple::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../images/icon-winkelmand-white.svg) no-repeat center center;
  background-size: 2rem;
}
.product-item-styling a.ajax_add_to_cart:hover,
.product-item-styling a.product_type_variable.add_to_cart_button:hover,
.product-item-styling a.product_type_simple:hover {
  background-color: #e88400;
}
.product-item-styling a.added_to_cart {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  padding: 1rem;
  font-weight: 700;
  color: #ffffff;
}
.product-item-styling a.added_to_cart::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 33, 56, 0.8);
  z-index: -1;
}
@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 {
    padding-bottom: 5rem;
  }
  .product-item-styling a .product-item-bottom {
    width: calc(100% - 2rem);
  }
  .product-item-styling a .product-item-bottom .price {
    font-size: 1.1rem;
  }
  .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 {
    width: 2rem;
    height: 2rem;
  }
  .product-item-styling a.ajax_add_to_cart::before,
  .product-item-styling a.product_type_variable.add_to_cart_button::before,
  .product-item-styling a.product_type_simple::before {
    background-size: 1rem auto;
  }
}
@media only screen and (min-width: 992px) {
  .woocommerce .categorie-beschrijving {
    margin-bottom: 6rem;
  }
}
@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 2em 0.5rem;
}
.woocommerce .categorie-beschrijving .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.woocommerce .categorie-beschrijving .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.woocommerce .categorie-beschrijving .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.woocommerce .categorie-beschrijving .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.woocommerce .categorie-beschrijving .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.woocommerce .categorie-beschrijving .tekst ol li::before {
  content: counter(my-awesome-counter) '. ';
  position: absolute;
  left: 0;
  font-weight: 500;
}
.woocommerce .categorie-beschrijving .tekst p + ul,
.woocommerce .categorie-beschrijving .tekst p + ol {
  margin-top: -2em;
}
.woocommerce .categorie-beschrijving .tekst a {
  white-space: nowrap;
  position: relative;
}
.woocommerce .categorie-beschrijving .tekst a::after {
  position: absolute;
  content: '';
  width: 0;
  background-color: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.woocommerce .categorie-beschrijving .tekst a:hover::after {
  width: 100%;
}
.woocommerce .categorie-beschrijving .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce .categorie-beschrijving .tekst a::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;
  }
}
.woocommerce .categorie-beschrijving .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  padding: 0 0 0 1.5rem;
}
.woocommerce .categorie-beschrijving .tekst *:last-child {
  margin-bottom: 0;
}
.woocommerce .categorie-beschrijving.header {
  margin-bottom: 3rem;
}
.woocommerce .categorie-beschrijving.header h1 {
  margin-bottom: 0.5rem;
}
.woocommerce .categorie-beschrijving p#breadcrumbs {
  margin-bottom: 1rem;
}
.woocommerce .categorie-beschrijving p:last-of-type {
  margin-bottom: 0;
}
.woocommerce .woocommerce-result-count {
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 6rem;
  }
}
@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 2em 0.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst ul li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.woocommerce nav.woocommerce-pagination .tekst ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #2a7afe;
  top: calc(32px / 2 - 3px);
}
.woocommerce nav.woocommerce-pagination .tekst ul li ul li::before {
  border: 1px solid #2a7afe;
  background-color: transparent;
}
.woocommerce nav.woocommerce-pagination .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.woocommerce nav.woocommerce-pagination .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.25rem;
}
.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 p + ul,
.woocommerce nav.woocommerce-pagination .tekst p + ol {
  margin-top: -2em;
}
.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: #2a7afe;
  height: 1px;
  bottom: -1px;
  left: 0;
  max-width: 100%;
}
.woocommerce nav.woocommerce-pagination .tekst a:hover::after {
  width: 100%;
}
.woocommerce nav.woocommerce-pagination .tekst a.button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce nav.woocommerce-pagination .tekst a::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;
  }
}
.woocommerce nav.woocommerce-pagination .tekst blockquote {
  margin: 0 0 2rem 0.5rem;
  border-left: 3px solid #4a4a4a;
  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: 700;
  padding: 1rem 0.5rem;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: none;
  color: #4a4a4a;
}
.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 {
  padding: 1rem;
  margin: 0 1.5rem 1.5rem 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  overflow: hidden;
}
.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-bottom: 3rem;
  height: 100%;
}
.woocommerce ul.products[class*='columns-'] li.product a .shop-image {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  background: #ffffff;
}
.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 img {
  margin: 0;
  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%);
}
.woocommerce ul.products[class*='columns-'] li.product a .shop-image .ratio {
  padding-bottom: 100%;
  display: block;
}
.woocommerce ul.products[class*='columns-'] li.product a img {
  max-width: 100%;
  -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;
  z-index: 1;
}
.woocommerce ul.products[class*='columns-'] li.product a h2.woocommerce-loop-product__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products[class*='columns-'] li.product a h2.woocommerce-loop-product__title {
    font-size: 1.375rem;
  }
}
.woocommerce ul.products[class*='columns-'] li.product a p.voorraad {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}
.woocommerce ul.products[class*='columns-'] li.product a .product-item-bottom {
  width: calc(100% - 5rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  bottom: 0;
}
.woocommerce ul.products[class*='columns-'] li.product a .product-item-bottom .price {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
.woocommerce ul.products[class*='columns-'] li.product a .product-item-bottom .price span {
  line-height: 1.2;
}
.woocommerce ul.products[class*='columns-'] li.product a:hover .shop-image .image-itself img {
  -webkit-transform: translate(-50%, calc(-50% + -.5rem));
  -moz-transform: translate(-50%, calc(-50% + -.5rem));
  -o-transform: translate(-50%, calc(-50% + -.5rem));
  -ms-transform: translate(-50%, calc(-50% + -.5rem));
  transform: translate(-50%, calc(-50% + -.5rem));
}
.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: inline-block;
  padding: 0;
  position: relative;
  background: #ff9912;
  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;
}
.woocommerce ul.products[class*='columns-'] li.product a.ajax_add_to_cart::before,
.woocommerce ul.products[class*='columns-'] li.product a.product_type_variable.add_to_cart_button::before,
.woocommerce ul.products[class*='columns-'] li.product a.product_type_simple::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../images/icon-winkelmand-white.svg) no-repeat center center;
  background-size: 2rem;
}
.woocommerce ul.products[class*='columns-'] li.product a.ajax_add_to_cart:hover,
.woocommerce ul.products[class*='columns-'] li.product a.product_type_variable.add_to_cart_button:hover,
.woocommerce ul.products[class*='columns-'] li.product a.product_type_simple:hover {
  background-color: #e88400;
}
.woocommerce ul.products[class*='columns-'] li.product a.added_to_cart {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  padding: 1rem;
  font-weight: 700;
  color: #ffffff;
}
.woocommerce ul.products[class*='columns-'] li.product a.added_to_cart::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 33, 56, 0.8);
  z-index: -1;
}
@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 {
    padding-bottom: 5rem;
  }
  .woocommerce ul.products[class*='columns-'] li.product a .product-item-bottom {
    width: calc(100% - 2rem);
  }
  .woocommerce ul.products[class*='columns-'] li.product a .product-item-bottom .price {
    font-size: 1.1rem;
  }
  .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 {
    width: 2rem;
    height: 2rem;
  }
  .woocommerce ul.products[class*='columns-'] li.product a.ajax_add_to_cart::before,
  .woocommerce ul.products[class*='columns-'] li.product a.product_type_variable.add_to_cart_button::before,
  .woocommerce ul.products[class*='columns-'] li.product a.product_type_simple::before {
    background-size: 1rem auto;
  }
}
@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 .archive-usp {
  clear: both;
  width: 100%;
  margin: 1rem 0 3rem 0;
}
.woocommerce .archive-usp .voordelen-blok {
  background: rgba(24, 33, 56, 0.08);
  padding: 1rem 2rem;
}
.woocommerce .archive-usp .voordelen-blok ul {
  display: flex;
  flex-wrap: wrap;
  color: white;
  margin-bottom: 0;
}
.woocommerce .archive-usp .voordelen-blok ul li {
  width: calc(50% - 1.5rem);
  margin: 0.5rem 0;
}
.woocommerce .archive-usp .voordelen-blok ul li p {
  line-height: 1.4;
}
.woocommerce .archive-usp .voordelen-blok ul li p strong {
  color: #4a4a4a;
}
@media only screen and (min-width: 1200px) {
  .woocommerce .archive-usp .voordelen-blok ul {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .woocommerce .archive-usp .voordelen-blok ul li {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce .archive-usp .voordelen-blok ul li {
    width: 100%;
  }
}
.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: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
}
.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: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.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 {
  border-color: #ffffff;
  color: #ffffff;
}
.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: #ffffff;
  color: #2a7afe;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.color-1,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.color-1,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.color-1,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.color-1,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.color-1,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.blue,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.blue,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.blue,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.blue,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.blue,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.orange,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.orange,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.orange,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.orange,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.orange,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.orange:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.orange:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.orange:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.orange:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.orange:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.orange:hover {
  background-color: #e88400;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.orange.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.orange.back,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.orange.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.orange.back,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.orange.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.orange.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.orange.back:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.orange.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.orange.back:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.orange.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.orange.back:hover {
  background-position: left 1rem center;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.arrow,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.arrow,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.arrow,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.arrow,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.arrow,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.arrow:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.arrow:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.arrow:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.arrow:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.arrow:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.arrow:hover {
  background-position: right 1rem 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 {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.arrow,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.arrow,
  .woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.arrow,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.arrow,
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.arrow,
  .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.arrow {
    padding-right: 4rem;
  }
}
.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: #b3b3b3;
  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: #9a9a9a;
}
.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 {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward:after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward:after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward:after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward:after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward:after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.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 {
  color: #2a7afe;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward:hover:after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward:hover:after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward:hover:after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward:hover:after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward:hover:after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward:hover:after {
  width: 100%;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward.back,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward.back,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward.back,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward.back::after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward.back::after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward.back::after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward.back::after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward.back::after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward.back::after {
  background-color: white;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward.back:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward.back:hover,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward.back:hover,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward.back:hover {
  background-position: left 0px center;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward::after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error .button.wc-backward::after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward::after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info .button.wc-backward::after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward::after,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button.wc-backward::after {
  background-color: white;
}
.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 0px 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: 1rem;
  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;
}
.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;
}
.woocommerce div.product .image-gallery .single-gallery .image,
.woocommerce-page div.product .image-gallery .single-gallery .image {
  cursor: pointer;
  outline: none;
  background: #ffffff;
  border: 1px solid #f3f3f3;
}
.woocommerce div.product .image-gallery .single-gallery .image .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery .image .image-spacer {
  position: relative;
  margin: 1rem;
}
.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: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 0;
  background-color: rgba(255, 153, 18, 0.5);
  background-size: 1rem;
  border: none;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  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;
}
.woocommerce div.product .image-gallery .single-gallery .slick-arrow:active,
.woocommerce-page div.product .image-gallery .single-gallery .slick-arrow:active,
.woocommerce div.product .image-gallery .single-gallery .slick-arrow:focus,
.woocommerce-page div.product .image-gallery .single-gallery .slick-arrow:focus {
  outline: none;
  border: none;
}
.woocommerce div.product .image-gallery .single-gallery .slick-arrow:hover,
.woocommerce-page div.product .image-gallery .single-gallery .slick-arrow:hover {
  background-color: #ff9912;
  cursor: pointer;
}
.woocommerce div.product .image-gallery .single-gallery .slick-prev,
.woocommerce-page div.product .image-gallery .single-gallery .slick-prev {
  left: 0;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../images/icon-slider-left.svg') !important;
}
.woocommerce div.product .image-gallery .single-gallery .slick-next,
.woocommerce-page div.product .image-gallery .single-gallery .slick-next {
  right: 0;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../images/icon-slider-right.svg') !important;
}
.woocommerce div.product .image-gallery .single-gallery-thumb,
.woocommerce-page div.product .image-gallery .single-gallery-thumb {
  margin-top: 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: #ffffff;
}
.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 #f3f3f3;
  opacity: 0.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: 80%;
}
.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: #182138;
}
.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,
.woocommerce div.product .image-gallery .single-gallery-thumb .image:hover .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .image:hover .image-spacer,
.woocommerce div.product .image-gallery .single-gallery-thumb .image:focus .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .image:focus .image-spacer,
.woocommerce div.product .image-gallery .single-gallery-thumb .image:active .image-spacer,
.woocommerce-page div.product .image-gallery .single-gallery-thumb .image: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;
  line-height: 1;
}
.woocommerce div.product div.summary p.stock,
.woocommerce-page div.product div.summary p.stock {
  display: none;
}
.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: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.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: 0.25;
}
.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 .voorraad,
.woocommerce-page div.product div.summary .voorraad {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.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: #182138;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating span,
.woocommerce-page div.product div.summary .woocommerce-product-rating .star-rating span {
  color: #182138;
}
.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: #ff9912;
}
.woocommerce div.product div.summary .voordelen-blok,
.woocommerce-page div.product div.summary .voordelen-blok {
  background: rgba(24, 33, 56, 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: 0.5rem 1.5rem 0.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 .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;
}
.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 table.variations,
.woocommerce-page div.product form.cart table.variations {
  margin-bottom: 0;
  width: 100%;
}
.woocommerce div.product form.cart table.variations tbody tr,
.woocommerce-page div.product form.cart table.variations tbody tr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce div.product form.cart table.variations tbody tr td,
.woocommerce-page div.product form.cart table.variations tbody tr td {
  padding: 1rem 1.5rem;
}
.woocommerce div.product form.cart table.variations tbody tr td.label,
.woocommerce-page div.product form.cart table.variations tbody tr td.label {
  padding-right: 0;
}
.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-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 1rem;
}
.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 {
  display: block;
  font-weight: 500;
  width: 100%;
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  background-color: transparent;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-align-last: right;
  -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-right: 2rem;
  background: url(https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-chevron-down-white.svg) no-repeat center right 0.5rem;
  background-size: 1rem auto;
}
.woocommerce div.product form.cart table.variations tbody tr td.value select option,
.woocommerce-page div.product form.cart table.variations tbody tr td.value select option {
  font-size: 0.7rem;
  font-weight: normal;
}
.woocommerce div.product form.cart table.variations tbody tr td.value select:focus,
.woocommerce-page div.product form.cart table.variations tbody tr td.value select:focus {
  outline: none;
}
.woocommerce div.product form.cart table.variations tbody tr td.value select::-ms-expand,
.woocommerce-page div.product form.cart table.variations tbody tr td.value select::-ms-expand {
  display: none;
}
.woocommerce div.product form.cart table.variations tbody tr td.value .reset_variations,
.woocommerce-page div.product form.cart table.variations tbody tr td.value .reset_variations {
  display: none !important;
}
.woocommerce div.product form.cart table.variations tbody tr.hide td label,
.woocommerce-page div.product form.cart table.variations tbody tr.hide td label,
.woocommerce div.product form.cart table.variations tbody tr.hide td select,
.woocommerce-page div.product form.cart table.variations tbody tr.hide td select {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .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 {
    padding-right: 60px;
  }
}
.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: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
  width: calc(100% - 115px);
}
.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: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.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 {
  border-color: #ffffff;
  color: #ffffff;
}
.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: #ffffff;
  color: #2a7afe;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.color-1,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.blue,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.orange,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.orange:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.orange:hover {
  background-color: #e88400;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.orange.back,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.orange.back:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.orange.back:hover {
  background-position: left 1rem center;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.arrow,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.arrow:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.arrow:hover {
  background-position: right 1rem 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 {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .woocommerce div.product form.cart button.single_add_to_cart_button.arrow,
  .woocommerce-page div.product form.cart button.single_add_to_cart_button.arrow {
    padding-right: 4rem;
  }
}
.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: #b3b3b3;
  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: #9a9a9a;
}
.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 {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.wc-backward:after,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.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 {
  color: #2a7afe;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.wc-backward:hover:after,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.wc-backward:hover:after {
  width: 100%;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.wc-backward.back,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.wc-backward.back::after,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.wc-backward.back::after {
  background-color: white;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.wc-backward.back:hover,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.wc-backward.back:hover {
  background-position: left 0px center;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.wc-backward::after,
.woocommerce-page div.product form.cart button.single_add_to_cart_button.wc-backward::after {
  background-color: white;
}
.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 0px center;
}
.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: 0.5rem 0;
  border-bottom: 2px solid #f3f3f3;
}
.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: #182138;
}
.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 {
  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: 0.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: #182138;
}
.woocommerce div.product #reviews span#reply-title:hover,
.woocommerce-page div.product #reviews span#reply-title:hover {
  color: #015df4;
}
.woocommerce div.product #reviews #commentform,
.woocommerce-page div.product #reviews #commentform {
  display: none;
  margin-top: 2.5rem;
}
.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: 'Poppins', sans-serif;
  font-weight: 300;
  color: #182138;
  background-color: #ffffff;
  border: none;
  font-weight: 400;
  position: relative;
  display: block;
  height: calc(31px + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem 0.5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f3f3f3;
}
.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-top: 1.5rem;
  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: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
}
.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: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.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 {
  border-color: #ffffff;
  color: #ffffff;
}
.woocommerce div.product #reviews #commentform #submit.white:hover,
.woocommerce-page div.product #reviews #commentform #submit.white:hover {
  background-color: #ffffff;
  color: #2a7afe;
}
.woocommerce div.product #reviews #commentform #submit.color-1,
.woocommerce-page div.product #reviews #commentform #submit.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.woocommerce div.product #reviews #commentform #submit.blue,
.woocommerce-page div.product #reviews #commentform #submit.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.woocommerce div.product #reviews #commentform #submit.orange,
.woocommerce-page div.product #reviews #commentform #submit.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.woocommerce div.product #reviews #commentform #submit.orange:hover,
.woocommerce-page div.product #reviews #commentform #submit.orange:hover {
  background-color: #e88400;
}
.woocommerce div.product #reviews #commentform #submit.orange.back,
.woocommerce-page div.product #reviews #commentform #submit.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.woocommerce div.product #reviews #commentform #submit.orange.back:hover,
.woocommerce-page div.product #reviews #commentform #submit.orange.back:hover {
  background-position: left 1rem center;
}
.woocommerce div.product #reviews #commentform #submit.arrow,
.woocommerce-page div.product #reviews #commentform #submit.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.woocommerce div.product #reviews #commentform #submit.arrow:hover,
.woocommerce-page div.product #reviews #commentform #submit.arrow:hover {
  background-position: right 1rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product #reviews #commentform #submit,
  .woocommerce-page div.product #reviews #commentform #submit {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .woocommerce div.product #reviews #commentform #submit.arrow,
  .woocommerce-page div.product #reviews #commentform #submit.arrow {
    padding-right: 4rem;
  }
}
.woocommerce div.product #reviews #commentform #submit.sub,
.woocommerce-page div.product #reviews #commentform #submit.sub {
  background-color: #b3b3b3;
  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: #9a9a9a;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward:after,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward:hover,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward:hover {
  color: #2a7afe;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward:hover:after,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward:hover:after {
  width: 100%;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward.back,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward.back::after,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward.back::after {
  background-color: white;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward.back:hover,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward.back:hover {
  background-position: left 0px center;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward::after,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward::after {
  background-color: white;
}
.woocommerce div.product #reviews #commentform #submit.wc-backward:hover,
.woocommerce-page div.product #reviews #commentform #submit.wc-backward:hover {
  background-position: left 0px center;
}
.woocommerce div.product.product-type-variable p.price,
.woocommerce-page div.product.product-type-variable p.price {
  display: none;
}
@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: -0.5rem;
    right: 0.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: 0.5rem 0.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: 0.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: 0.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: 0.5rem 0 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product,
  .woocommerce-page div.product {
    padding: 1.5rem 0.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: 0.5rem 0.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: 0.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 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 #f3f3f3;
}
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item th {
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
  padding-left: 0;
}
.woocommerce table.woocommerce-product-attributes .woocommerce-product-attributes-item td {
  font-style: normal;
}
.quantity-container {
  width: 4rem;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
}
.quantity-container input.qty {
  width: 4rem;
  height: 2.5rem;
  border: none;
}
.quantity-container .options {
  display: none;
}
.quantity-container.styled {
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
  margin-right: 0.5rem;
  height: 2.75rem;
  position: relative;
}
.quantity-container.styled input.qty {
  font-weight: 700;
  border: none;
  margin: 0;
  padding: 0;
  width: 3rem;
  height: auto;
  text-align: center;
  color: #4a4a4a !important;
  font-size: 1rem;
  -moz-appearance: textfield;
}
.quantity-container.styled input.qty::-webkit-outer-spin-button,
.quantity-container.styled input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-container.styled .options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 2rem;
  overflow: hidden;
  border-left: 1px solid #f3f3f3;
}
.quantity-container.styled .options .plus,
.quantity-container.styled .options .min {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #4a4a4a !important;
  background-color: #ffffff;
  height: 50%;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.quantity-container.styled .options .plus:hover,
.quantity-container.styled .options .min:hover {
  background-color: #182138;
  color: #ffffff !important;
}
.quantity-container.styled .options .plus {
  border-bottom: 1px solid #f3f3f3;
}
.form-row .input-text,
#comment-form .input-text,
.woocommerce-form-row .input-text,
.woocommerce-input-wrapper .input-text {
  padding: 0.5rem 1rem !important;
  border: 1px solid #cfd5d8 !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;
}
@media only screen and (max-width: 575px) {
  .form-row,
  #comment-form,
  .woocommerce-form-row,
  .woocommerce-input-wrapper {
    width: 100% !important;
  }
}
.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 rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.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: 1.5rem;
  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: 3.5rem;
  max-height: 3.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: 700;
  color: #4a4a4a;
}
.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: 0.75;
  font-size: 0.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: 0.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: 700;
}
.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: 0.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: 'Poppins', sans-serif;
  font-weight: 300;
}
.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: 700;
}
.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 {
  color: #182138;
  background-color: #ffffff;
  border: none;
  font-weight: 400;
  margin-right: 0.5rem;
  max-height: 35px;
  font-size: 0.85rem;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'],
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'],
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'],
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'],
.woocommerce-order table.cart th.actions .button[name='apply_coupon'],
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'],
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'],
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'],
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'],
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'],
.woocommerce-order table.cart td.actions .button[name='apply_coupon'],
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'] {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
  color: #ffffff;
  background-color: #182138;
  border: none;
  background-color: #b3b3b3;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].hoverbutton,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].hoverbutton {
  background-color: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon']:focus,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.cart th.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon']:focus,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon']:focus,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.cart td.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon']:focus,
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon']:active,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon']:active,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon']:active,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon']:active,
.woocommerce-order table.cart th.actions .button[name='apply_coupon']:active,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon']:active,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon']:active,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon']:active,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon']:active,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon']:active,
.woocommerce-order table.cart td.actions .button[name='apply_coupon']:active,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon']:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].white,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].white,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].white,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].white,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].white,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].white,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].white,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].white,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].white,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].white,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].white,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].white {
  border-color: #ffffff;
  color: #ffffff;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].white:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].white:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].white:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].white:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].white:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].white:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].white:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].white:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].white:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].white:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].white:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].white:hover {
  background-color: #ffffff;
  color: #2a7afe;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].color-1,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].color-1,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].color-1,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].color-1,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].color-1,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].color-1,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].color-1,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].color-1,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].color-1,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].color-1,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].color-1,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].blue,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].blue,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].blue,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].blue,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].blue,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].blue,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].blue,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].blue,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].blue,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].blue,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].blue,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].orange,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].orange,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].orange,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].orange,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].orange,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].orange,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].orange,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].orange,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].orange,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].orange,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].orange,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].orange:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].orange:hover {
  background-color: #e88400;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].orange.back,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].orange.back,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].orange.back,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].orange.back,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].orange.back,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].orange.back,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].orange.back,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].orange.back,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].orange.back,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].orange.back,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].orange.back,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].orange.back:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].orange.back:hover {
  background-position: left 1rem center;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].arrow,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].arrow,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].arrow,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].arrow,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].arrow,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].arrow,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].arrow,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].arrow,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].arrow,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].arrow,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].arrow,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].arrow:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].arrow:hover {
  background-position: right 1rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'],
  .woocommerce-order table.shop_table th.actions .button[name='apply_coupon'],
  .woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'],
  .woocommerce-cart table.cart th.actions .button[name='apply_coupon'],
  .woocommerce-order table.cart th.actions .button[name='apply_coupon'],
  .woocommerce-checkout table.cart th.actions .button[name='apply_coupon'],
  .woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'],
  .woocommerce-order table.shop_table td.actions .button[name='apply_coupon'],
  .woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'],
  .woocommerce-cart table.cart td.actions .button[name='apply_coupon'],
  .woocommerce-order table.cart td.actions .button[name='apply_coupon'],
  .woocommerce-checkout table.cart td.actions .button[name='apply_coupon'] {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].arrow,
  .woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].arrow,
  .woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].arrow,
  .woocommerce-cart table.cart th.actions .button[name='apply_coupon'].arrow,
  .woocommerce-order table.cart th.actions .button[name='apply_coupon'].arrow,
  .woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].arrow,
  .woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].arrow,
  .woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].arrow,
  .woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].arrow,
  .woocommerce-cart table.cart td.actions .button[name='apply_coupon'].arrow,
  .woocommerce-order table.cart td.actions .button[name='apply_coupon'].arrow,
  .woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].arrow {
    padding-right: 4rem;
  }
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].sub,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].sub,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].sub,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].sub,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].sub,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].sub,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].sub,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].sub,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].sub,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].sub,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].sub,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].sub {
  background-color: #b3b3b3;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].sub:hover,
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].sub:focus,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].sub:focus {
  background-color: #9a9a9a;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].wc-backward,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].wc-backward {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].wc-backward:after,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].wc-backward:hover {
  color: #2a7afe;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].wc-backward:hover:after,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].wc-backward:hover:after {
  width: 100%;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].wc-backward.back,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].wc-backward.back::after,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].wc-backward.back::after {
  background-color: white;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].wc-backward.back:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].wc-backward.back:hover {
  background-position: left 0px center;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].wc-backward::after,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].wc-backward::after {
  background-color: white;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'].wc-backward:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'].wc-backward:hover {
  background-position: left 0px center;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon']:focus,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.cart th.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon']:focus,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon']:focus,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.cart td.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon']:focus {
  background-color: #9a9a9a;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-order table.cart th.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-order table.cart td.actions .button[name='apply_coupon'][name='update_cart'],
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'][name='update_cart'] {
  background-color: #b3b3b3;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'][name='update_cart']:hover,
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'][name='update_cart']:focus,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'][name='update_cart']:focus {
  background-color: #9a9a9a;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-order table.cart th.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-order table.cart td.actions .button[name='apply_coupon'][name='update_cart']:disabled,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon'][name='update_cart']:disabled {
  opacity: 0.5;
}
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.cart th.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon']:hover,
.woocommerce-order table.cart td.actions .button[name='apply_coupon']:hover,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon']:hover,
.woocommerce-cart table.shop_table th.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.shop_table th.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.shop_table th.actions .button[name='apply_coupon']:focus,
.woocommerce-cart table.cart th.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.cart th.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.cart th.actions .button[name='apply_coupon']:focus,
.woocommerce-cart table.shop_table td.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.shop_table td.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.shop_table td.actions .button[name='apply_coupon']:focus,
.woocommerce-cart table.cart td.actions .button[name='apply_coupon']:focus,
.woocommerce-order table.cart td.actions .button[name='apply_coupon']:focus,
.woocommerce-checkout table.cart td.actions .button[name='apply_coupon']:focus {
  background-color: #9a9a9a;
}
.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: 'Poppins', sans-serif;
  font-weight: 300;
  color: #182138;
  background-color: #ffffff;
  border: none;
  font-weight: 400;
  position: relative;
  display: block;
  height: calc(31px + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem 0.5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f3f3f3;
}
.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-top: 1.5rem;
  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: 0.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: 0.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: 0.5rem;
  padding-bottom: 0.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: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
  color: #ffffff;
  background-color: #182138;
  border: none;
  background-color: #b3b3b3;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.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: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.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 {
  border-color: #ffffff;
  color: #ffffff;
}
.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: #ffffff;
  color: #2a7afe;
}
.woocommerce-cart table.shop_table .button.color-1,
.woocommerce-order table.shop_table .button.color-1,
.woocommerce-checkout table.shop_table .button.color-1,
.woocommerce-cart table.cart .button.color-1,
.woocommerce-order table.cart .button.color-1,
.woocommerce-checkout table.cart .button.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.woocommerce-cart table.shop_table .button.blue,
.woocommerce-order table.shop_table .button.blue,
.woocommerce-checkout table.shop_table .button.blue,
.woocommerce-cart table.cart .button.blue,
.woocommerce-order table.cart .button.blue,
.woocommerce-checkout table.cart .button.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.woocommerce-cart table.shop_table .button.orange,
.woocommerce-order table.shop_table .button.orange,
.woocommerce-checkout table.shop_table .button.orange,
.woocommerce-cart table.cart .button.orange,
.woocommerce-order table.cart .button.orange,
.woocommerce-checkout table.cart .button.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.woocommerce-cart table.shop_table .button.orange:hover,
.woocommerce-order table.shop_table .button.orange:hover,
.woocommerce-checkout table.shop_table .button.orange:hover,
.woocommerce-cart table.cart .button.orange:hover,
.woocommerce-order table.cart .button.orange:hover,
.woocommerce-checkout table.cart .button.orange:hover {
  background-color: #e88400;
}
.woocommerce-cart table.shop_table .button.orange.back,
.woocommerce-order table.shop_table .button.orange.back,
.woocommerce-checkout table.shop_table .button.orange.back,
.woocommerce-cart table.cart .button.orange.back,
.woocommerce-order table.cart .button.orange.back,
.woocommerce-checkout table.cart .button.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.woocommerce-cart table.shop_table .button.orange.back:hover,
.woocommerce-order table.shop_table .button.orange.back:hover,
.woocommerce-checkout table.shop_table .button.orange.back:hover,
.woocommerce-cart table.cart .button.orange.back:hover,
.woocommerce-order table.cart .button.orange.back:hover,
.woocommerce-checkout table.cart .button.orange.back:hover {
  background-position: left 1rem center;
}
.woocommerce-cart table.shop_table .button.arrow,
.woocommerce-order table.shop_table .button.arrow,
.woocommerce-checkout table.shop_table .button.arrow,
.woocommerce-cart table.cart .button.arrow,
.woocommerce-order table.cart .button.arrow,
.woocommerce-checkout table.cart .button.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.woocommerce-cart table.shop_table .button.arrow:hover,
.woocommerce-order table.shop_table .button.arrow:hover,
.woocommerce-checkout table.shop_table .button.arrow:hover,
.woocommerce-cart table.cart .button.arrow:hover,
.woocommerce-order table.cart .button.arrow:hover,
.woocommerce-checkout table.cart .button.arrow:hover {
  background-position: right 1rem 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 {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .woocommerce-cart table.shop_table .button.arrow,
  .woocommerce-order table.shop_table .button.arrow,
  .woocommerce-checkout table.shop_table .button.arrow,
  .woocommerce-cart table.cart .button.arrow,
  .woocommerce-order table.cart .button.arrow,
  .woocommerce-checkout table.cart .button.arrow {
    padding-right: 4rem;
  }
}
.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: #b3b3b3;
  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: #9a9a9a;
}
.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 {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-cart table.shop_table .button.wc-backward:after,
.woocommerce-order table.shop_table .button.wc-backward:after,
.woocommerce-checkout table.shop_table .button.wc-backward:after,
.woocommerce-cart table.cart .button.wc-backward:after,
.woocommerce-order table.cart .button.wc-backward:after,
.woocommerce-checkout table.cart .button.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.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 {
  color: #2a7afe;
}
.woocommerce-cart table.shop_table .button.wc-backward:hover:after,
.woocommerce-order table.shop_table .button.wc-backward:hover:after,
.woocommerce-checkout table.shop_table .button.wc-backward:hover:after,
.woocommerce-cart table.cart .button.wc-backward:hover:after,
.woocommerce-order table.cart .button.wc-backward:hover:after,
.woocommerce-checkout table.cart .button.wc-backward:hover:after {
  width: 100%;
}
.woocommerce-cart table.shop_table .button.wc-backward.back,
.woocommerce-order table.shop_table .button.wc-backward.back,
.woocommerce-checkout table.shop_table .button.wc-backward.back,
.woocommerce-cart table.cart .button.wc-backward.back,
.woocommerce-order table.cart .button.wc-backward.back,
.woocommerce-checkout table.cart .button.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-cart table.shop_table .button.wc-backward.back::after,
.woocommerce-order table.shop_table .button.wc-backward.back::after,
.woocommerce-checkout table.shop_table .button.wc-backward.back::after,
.woocommerce-cart table.cart .button.wc-backward.back::after,
.woocommerce-order table.cart .button.wc-backward.back::after,
.woocommerce-checkout table.cart .button.wc-backward.back::after {
  background-color: white;
}
.woocommerce-cart table.shop_table .button.wc-backward.back:hover,
.woocommerce-order table.shop_table .button.wc-backward.back:hover,
.woocommerce-checkout table.shop_table .button.wc-backward.back:hover,
.woocommerce-cart table.cart .button.wc-backward.back:hover,
.woocommerce-order table.cart .button.wc-backward.back:hover,
.woocommerce-checkout table.cart .button.wc-backward.back:hover {
  background-position: left 0px center;
}
.woocommerce-cart table.shop_table .button.wc-backward::after,
.woocommerce-order table.shop_table .button.wc-backward::after,
.woocommerce-checkout table.shop_table .button.wc-backward::after,
.woocommerce-cart table.cart .button.wc-backward::after,
.woocommerce-order table.cart .button.wc-backward::after,
.woocommerce-checkout table.cart .button.wc-backward::after {
  background-color: white;
}
.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 0px 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: #9a9a9a;
}
.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: #b3b3b3;
  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: #9a9a9a;
}
.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: 0.5;
}
.woocommerce-cart table.shop_table .cart-subtotal,
.woocommerce-order table.shop_table .cart-subtotal,
.woocommerce-checkout table.shop_table .cart-subtotal,
.woocommerce-cart table.cart .cart-subtotal,
.woocommerce-order table.cart .cart-subtotal,
.woocommerce-checkout table.cart .cart-subtotal {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-order .cart-collaterals .cart_totals h2,
.woocommerce-checkout .cart-collaterals .cart_totals h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15789474;
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.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 {
  background-color: #ff9912 !important;
  padding: 0.5rem 1.25rem !important;
  font-size: 1rem !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .button:hover,
.woocommerce-order .cart-collaterals .cart_totals .button:hover,
.woocommerce-checkout .cart-collaterals .cart_totals .button:hover {
  background-color: #e88400 !important;
}
.woocommerce-cart .woocommerce-checkout-payment,
.woocommerce-order .woocommerce-checkout-payment,
.woocommerce-checkout .woocommerce-checkout-payment {
  margin-top: 2rem;
}
.woocommerce-cart .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  order: 2;
  margin-top: 1rem;
}
.woocommerce-cart .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper *,
.woocommerce-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper *,
.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper * {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
}
.woocommerce-cart .woocommerce-checkout-payment .button,
.woocommerce-order .woocommerce-checkout-payment .button,
.woocommerce-checkout .woocommerce-checkout-payment .button {
  padding: 0.5rem 1.25rem !important;
  font-size: 1rem !important;
}
.woocommerce-cart .order-notes-notice,
.woocommerce-order .order-notes-notice,
.woocommerce-checkout .order-notes-notice {
  background: #f8f8f8;
  border-left: 3px solid #2a7afe;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.woocommerce-cart .order-notes-notice p,
.woocommerce-order .order-notes-notice p,
.woocommerce-checkout .order-notes-notice p {
  margin-bottom: 0.5rem;
}
.woocommerce-cart .order-notes-notice ul,
.woocommerce-order .order-notes-notice ul,
.woocommerce-checkout .order-notes-notice ul {
  margin: 0;
  padding-left: 1.25rem;
  list-style-type: disc;
}
.woocommerce-cart .order-notes-notice ul li,
.woocommerce-order .order-notes-notice ul li,
.woocommerce-checkout .order-notes-notice ul li {
  margin-bottom: 0.2rem;
}
.woocommerce-cart .checkout-usps,
.woocommerce-order .checkout-usps,
.woocommerce-checkout .checkout-usps {
  margin-top: 2rem;
}
.woocommerce-cart .checkout-usps *,
.woocommerce-order .checkout-usps *,
.woocommerce-checkout .checkout-usps * {
  color: #4a4a4a;
}
.woocommerce-cart .checkout-usps .usp span,
.woocommerce-order .checkout-usps .usp span,
.woocommerce-checkout .checkout-usps .usp span {
  display: block;
  padding-left: 2rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-check-green.svg');
  background-position: center left;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
.woocommerce-cart > #order_review_heading,
.woocommerce-order > #order_review_heading,
.woocommerce-checkout > #order_review_heading,
.woocommerce-cart > #order_review,
.woocommerce-order > #order_review,
.woocommerce-checkout > #order_review {
  display: none;
}
@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 rgba(0, 0, 0, 0.1);
  }
  .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 .checkout-usps,
  .woocommerce-order .checkout-usps,
  .woocommerce-checkout .checkout-usps {
    margin-bottom: 2rem;
  }
}
.woocommerce-cart header {
  position: relative;
}
.woocommerce-cart header.scrolled {
  box-shadow: none;
}
.woocommerce-cart header .header-inner-top,
.woocommerce-cart header .menu-bar {
  display: none;
}
.woocommerce-cart .website-content {
  margin-top: 0;
}
.woocommerce-cart table.shop_table {
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .woocommerce-cart .wc-page .woocommerce {
    margin-bottom: 6rem;
  }
}
@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%;
  margin-bottom: 1rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 70%;
  padding-right: 2rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table {
  background: #f0f1f4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.25rem;
  border-radius: 0px;
}
.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: #f0f1f4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.25rem;
  border-radius: 0px;
  float: none;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
  color: #ffffff;
  background-color: #182138;
  border: none;
  width: 100%;
  margin: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.hoverbutton {
  background-color: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.white {
  border-color: #ffffff;
  color: #ffffff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.white:hover {
  background-color: #ffffff;
  color: #2a7afe;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.orange:hover {
  background-color: #e88400;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.orange.back:hover {
  background-position: left 1rem center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.arrow:hover {
  background-position: right 1rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.arrow {
    padding-right: 4rem;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.sub {
  background-color: #b3b3b3;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.sub:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.sub:focus {
  background-color: #9a9a9a;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.wc-backward {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.wc-backward:hover {
  color: #2a7afe;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.wc-backward:hover:after {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.wc-backward.back::after {
  background-color: white;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.wc-backward.back:hover {
  background-position: left 0px center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.wc-backward::after {
  background-color: white;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button.wc-backward:hover {
  background-position: left 0px center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons {
  margin-top: 1rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
  color: #ffffff;
  background-color: #182138;
  border: none;
  text-align: center;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.hoverbutton {
  background-color: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button:focus,
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.white {
  border-color: #ffffff;
  color: #ffffff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.white:hover {
  background-color: #ffffff;
  color: #2a7afe;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.orange:hover {
  background-color: #e88400;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.orange.back:hover {
  background-position: left 1rem center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.arrow:hover {
  background-position: right 1rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.arrow {
    padding-right: 4rem;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.sub {
  background-color: #b3b3b3;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.sub:hover,
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.sub:focus {
  background-color: #9a9a9a;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.wc-backward {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.wc-backward:hover {
  color: #2a7afe;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.wc-backward:hover:after {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.wc-backward.back::after {
  background-color: white;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.wc-backward.back:hover {
  background-position: left 0px center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.wc-backward::after {
  background-color: white;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart-buttons .button.wc-backward:hover {
  background-position: left 0px center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    width: 100%;
    padding-right: 0;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}
@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 form.woocommerce-checkout {
  margin-bottom: 10rem;
}
.woocommerce-checkout form.woocommerce-checkout .form-row.place-order {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.woocommerce-checkout header {
  position: relative;
}
.woocommerce-checkout header.scrolled {
  box-shadow: none;
}
.woocommerce-checkout header .header-inner-top,
.woocommerce-checkout header .menu-bar {
  display: none;
}
.woocommerce-checkout .website-content {
  margin-top: 0;
}
.woocommerce-checkout h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15789474;
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.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: 'Poppins', sans-serif;
  font-weight: 300;
  color: #182138;
  background-color: #ffffff;
  border: none;
  font-weight: 400;
  position: relative;
  display: block;
  height: calc(31px + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem 0.5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f3f3f3;
}
.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-top: 1.5rem;
  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 {
  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: #4a4a4a;
  line-height: 2;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.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: 0.5rem;
}
.woocommerce-checkout table.shop_table {
  background: #f0f1f4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.25rem;
  border-radius: 0px;
  margin: 0;
}
.woocommerce-checkout table.shop_table thead th,
.woocommerce-checkout table.shop_table tbody th,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table thead td,
.woocommerce-checkout table.shop_table tbody td,
.woocommerce-checkout table.shop_table tfoot td {
  border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout table.shop_table thead th.product-name a,
.woocommerce-checkout table.shop_table tbody th.product-name a,
.woocommerce-checkout table.shop_table tfoot th.product-name a,
.woocommerce-checkout table.shop_table thead td.product-name a,
.woocommerce-checkout table.shop_table tbody td.product-name a,
.woocommerce-checkout table.shop_table tfoot td.product-name a {
  font-weight: 400;
}
.woocommerce-checkout .voordelen-blok {
  padding: 2rem;
}
.woocommerce-checkout .voordelen-blok ul.voordelen li {
  padding-left: 1.75rem;
  background-image: url(https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-check-color-1.svg);
  background-size: 1rem auto;
  background-position: left top 0.4em;
  background-repeat: no-repeat;
}
.woocommerce-checkout #payment {
  background: rgba(0, 0, 0, 0.025);
  border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box {
  background: #f3f3f3;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f3f3f3;
}
.woocommerce-checkout #payment select {
  padding: 0.5rem 1.5rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .button,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
  color: #ffffff;
  background-color: #182138;
  border: none;
  max-width: 350px;
}
.woocommerce-checkout .woocommerce-checkout-payment .button:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.hoverbutton,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.hoverbutton {
  background-color: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-checkout-payment .button:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button:active,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.white,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.white {
  border-color: #ffffff;
  color: #ffffff;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.white:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.white:hover {
  background-color: #ffffff;
  color: #2a7afe;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.color-1,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.blue,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.orange,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.orange:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.orange:hover {
  background-color: #e88400;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.orange.back,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.orange.back:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.orange.back:hover {
  background-position: left 1rem center;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.arrow,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.arrow:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.arrow:hover {
  background-position: right 1rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout-payment .button,
  .woocommerce-checkout .woocommerce-checkout-payment .button.alt {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .woocommerce-checkout .woocommerce-checkout-payment .button.arrow,
  .woocommerce-checkout .woocommerce-checkout-payment .button.alt.arrow {
    padding-right: 4rem;
  }
}
.woocommerce-checkout .woocommerce-checkout-payment .button.sub,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.sub {
  background-color: #b3b3b3;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.sub:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.sub:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.sub:focus,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.sub:focus {
  background-color: #9a9a9a;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward:after,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward:hover {
  color: #2a7afe;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward:hover:after,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward:hover:after {
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward.back,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward.back::after,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward.back::after {
  background-color: white;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward.back:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward.back:hover {
  background-position: left 0px center;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward::after,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward::after {
  background-color: white;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.wc-backward:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt.wc-backward:hover {
  background-position: left 0px center;
}
.woocommerce-checkout .woocommerce-checkout-payment .button#place_order,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt#place_order {
  float: none !important;
  margin: 0 auto;
  display: inline-block;
  background-color: #ff9912;
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-payment .button#place_order:hover,
.woocommerce-checkout .woocommerce-checkout-payment .button.alt#place_order:hover {
  background-color: #e88400;
}
.woocommerce-checkout .woocommerce-customer-details * {
  line-height: 1.75;
}
.woocommerce-checkout .woocommerce-customer-details address {
  padding: 1rem 1.5rem;
  border-radius: unset;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@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%;
  }
  .woocommerce-checkout table.shop_table {
    margin-bottom: 2rem;
  }
  .woocommerce-checkout .voordelen-blok {
    padding-top: 0;
  }
}
.woocommerce-account header {
  position: relative;
}
.woocommerce-account header.scrolled {
  box-shadow: none;
}
.woocommerce-account header .header-inner-top,
.woocommerce-account header .menu-bar {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: rgba(0, 0, 0, 0.025);
  padding: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: #4a4a4a;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li:focus a {
  padding-left: 0.5rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: 1px solid #f3f3f3;
  padding-top: 1rem;
  margin-top: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  opacity: 0.5;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:focus {
  opacity: 1;
}
.woocommerce-account .woocommerce input:not([type='checkbox']),
.woocommerce-account .woocommerce-MyAccount-content input:not([type='checkbox']),
.woocommerce-account .woocommerce textarea,
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce select,
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .woocommerce label.upload,
.woocommerce-account .woocommerce-MyAccount-content label.upload {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #182138;
  background-color: #ffffff;
  border: none;
  font-weight: 400;
  position: relative;
  display: block;
  height: calc(31px + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem 0.5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f3f3f3;
}
.woocommerce-account .woocommerce input:not([type='checkbox'])::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input:not([type='checkbox'])::placeholder,
.woocommerce-account .woocommerce textarea::placeholder,
.woocommerce-account .woocommerce-MyAccount-content textarea::placeholder,
.woocommerce-account .woocommerce select::placeholder,
.woocommerce-account .woocommerce-MyAccount-content select::placeholder,
.woocommerce-account .woocommerce label.upload::placeholder,
.woocommerce-account .woocommerce-MyAccount-content label.upload::placeholder {
  opacity: 0;
}
.woocommerce-account .woocommerce input:not([type='checkbox']):active,
.woocommerce-account .woocommerce-MyAccount-content input:not([type='checkbox']):active,
.woocommerce-account .woocommerce textarea:active,
.woocommerce-account .woocommerce-MyAccount-content textarea:active,
.woocommerce-account .woocommerce select:active,
.woocommerce-account .woocommerce-MyAccount-content select:active,
.woocommerce-account .woocommerce label.upload:active,
.woocommerce-account .woocommerce-MyAccount-content label.upload:active,
.woocommerce-account .woocommerce input:not([type='checkbox']):focus,
.woocommerce-account .woocommerce-MyAccount-content input:not([type='checkbox']):focus,
.woocommerce-account .woocommerce textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce select:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus,
.woocommerce-account .woocommerce label.upload:focus,
.woocommerce-account .woocommerce-MyAccount-content label.upload:focus {
  outline: none;
}
.woocommerce-account .woocommerce input:not([type='checkbox']).hide,
.woocommerce-account .woocommerce-MyAccount-content input:not([type='checkbox']).hide,
.woocommerce-account .woocommerce textarea.hide,
.woocommerce-account .woocommerce-MyAccount-content textarea.hide,
.woocommerce-account .woocommerce select.hide,
.woocommerce-account .woocommerce-MyAccount-content select.hide,
.woocommerce-account .woocommerce label.upload.hide,
.woocommerce-account .woocommerce-MyAccount-content label.upload.hide {
  display: none;
}
.woocommerce-account .woocommerce input:not([type='checkbox'])::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content input:not([type='checkbox'])::-ms-clear,
.woocommerce-account .woocommerce textarea::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content textarea::-ms-clear,
.woocommerce-account .woocommerce select::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content select::-ms-clear,
.woocommerce-account .woocommerce label.upload::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content label.upload::-ms-clear {
  display: none;
}
.woocommerce-account .woocommerce input:not([type='checkbox']).wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content input:not([type='checkbox']).wpcf7-not-valid,
.woocommerce-account .woocommerce textarea.wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content textarea.wpcf7-not-valid,
.woocommerce-account .woocommerce select.wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content select.wpcf7-not-valid,
.woocommerce-account .woocommerce label.upload.wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content label.upload.wpcf7-not-valid {
  background-color: #ffe2e2;
}
.woocommerce-account .woocommerce input:not([type='checkbox']):disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content input:not([type='checkbox']):disabled ~ .button,
.woocommerce-account .woocommerce textarea:disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content textarea:disabled ~ .button,
.woocommerce-account .woocommerce select:disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content select:disabled ~ .button,
.woocommerce-account .woocommerce label.upload:disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce-account .woocommerce textarea,
.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 select,
.woocommerce-account .woocommerce-MyAccount-content select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.woocommerce-account .woocommerce select .hide-option,
.woocommerce-account .woocommerce-MyAccount-content select .hide-option {
  display: none;
}
.woocommerce-account .woocommerce select::-ms-expand,
.woocommerce-account .woocommerce-MyAccount-content select::-ms-expand {
  display: none;
}
.woocommerce-account .woocommerce.select::before,
.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;
}
.woocommerce-account .woocommerce form,
.woocommerce-account .woocommerce-MyAccount-content form,
.woocommerce-account .woocommerce table,
.woocommerce-account .woocommerce-MyAccount-content table {
  border-radius: unset;
}
.woocommerce-account .woocommerce fieldset,
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  border-top: 1px solid #f3f3f3;
  background: rgba(0, 0, 0, 0.025);
  padding: 0 1rem 1rem 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce fieldset legend,
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #4a4a4a;
  float: left;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce fieldset legend,
  .woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    font-size: 1.375rem;
  }
}
.woocommerce-account .woocommerce mark,
.woocommerce-account .woocommerce-MyAccount-content mark {
  padding: 0 0.25rem;
  background-color: #ff9912;
}
.woocommerce-account .woocommerce .col2-set,
.woocommerce-account .woocommerce-MyAccount-content .col2-set {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .woocommerce .col2-set::before,
.woocommerce-account .woocommerce-MyAccount-content .col2-set::before,
.woocommerce-account .woocommerce .col2-set::after,
.woocommerce-account .woocommerce-MyAccount-content .col2-set::after {
  display: none;
}
.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 {
  width: calc(50% - 1rem);
  max-width: none;
  padding: 0;
}
.woocommerce-account .woocommerce .col2-set .col-1 input:not([type='checkbox']),
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 input:not([type='checkbox']),
.woocommerce-account .woocommerce .col2-set .col-1 textarea,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 textarea,
.woocommerce-account .woocommerce .col2-set .col-1 select,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select,
.woocommerce-account .woocommerce .col2-set .col-1 label.upload,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 label.upload {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #182138;
  background-color: #ffffff;
  border: none;
  font-weight: 400;
  position: relative;
  display: block;
  height: calc(31px + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem 0.5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f3f3f3;
}
.woocommerce-account .woocommerce .col2-set .col-1 input:not([type='checkbox'])::placeholder,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 input:not([type='checkbox'])::placeholder,
.woocommerce-account .woocommerce .col2-set .col-1 textarea::placeholder,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 textarea::placeholder,
.woocommerce-account .woocommerce .col2-set .col-1 select::placeholder,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select::placeholder,
.woocommerce-account .woocommerce .col2-set .col-1 label.upload::placeholder,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 label.upload::placeholder {
  opacity: 0;
}
.woocommerce-account .woocommerce .col2-set .col-1 input:not([type='checkbox']):active,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 input:not([type='checkbox']):active,
.woocommerce-account .woocommerce .col2-set .col-1 textarea:active,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 textarea:active,
.woocommerce-account .woocommerce .col2-set .col-1 select:active,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select:active,
.woocommerce-account .woocommerce .col2-set .col-1 label.upload:active,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 label.upload:active,
.woocommerce-account .woocommerce .col2-set .col-1 input:not([type='checkbox']):focus,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 input:not([type='checkbox']):focus,
.woocommerce-account .woocommerce .col2-set .col-1 textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 textarea:focus,
.woocommerce-account .woocommerce .col2-set .col-1 select:focus,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select:focus,
.woocommerce-account .woocommerce .col2-set .col-1 label.upload:focus,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 label.upload:focus {
  outline: none;
}
.woocommerce-account .woocommerce .col2-set .col-1 input:not([type='checkbox']).hide,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 input:not([type='checkbox']).hide,
.woocommerce-account .woocommerce .col2-set .col-1 textarea.hide,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 textarea.hide,
.woocommerce-account .woocommerce .col2-set .col-1 select.hide,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select.hide,
.woocommerce-account .woocommerce .col2-set .col-1 label.upload.hide,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 label.upload.hide {
  display: none;
}
.woocommerce-account .woocommerce .col2-set .col-1 input:not([type='checkbox'])::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 input:not([type='checkbox'])::-ms-clear,
.woocommerce-account .woocommerce .col2-set .col-1 textarea::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 textarea::-ms-clear,
.woocommerce-account .woocommerce .col2-set .col-1 select::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select::-ms-clear,
.woocommerce-account .woocommerce .col2-set .col-1 label.upload::-ms-clear,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 label.upload::-ms-clear {
  display: none;
}
.woocommerce-account .woocommerce .col2-set .col-1 input:not([type='checkbox']).wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 input:not([type='checkbox']).wpcf7-not-valid,
.woocommerce-account .woocommerce .col2-set .col-1 textarea.wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 textarea.wpcf7-not-valid,
.woocommerce-account .woocommerce .col2-set .col-1 select.wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select.wpcf7-not-valid,
.woocommerce-account .woocommerce .col2-set .col-1 label.upload.wpcf7-not-valid,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 label.upload.wpcf7-not-valid {
  background-color: #ffe2e2;
}
.woocommerce-account .woocommerce .col2-set .col-1 input:not([type='checkbox']):disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 input:not([type='checkbox']):disabled ~ .button,
.woocommerce-account .woocommerce .col2-set .col-1 textarea:disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 textarea:disabled ~ .button,
.woocommerce-account .woocommerce .col2-set .col-1 select:disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select:disabled ~ .button,
.woocommerce-account .woocommerce .col2-set .col-1 label.upload:disabled ~ .button,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce-account .woocommerce .col2-set .col-1 textarea,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 textarea {
  resize: vertical;
  height: 9.5rem;
  min-height: 9.5rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.woocommerce-account .woocommerce .col2-set .col-1 select,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.woocommerce-account .woocommerce .col2-set .col-1 select .hide-option,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select .hide-option {
  display: none;
}
.woocommerce-account .woocommerce .col2-set .col-1 select::-ms-expand,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1 select::-ms-expand {
  display: none;
}
.woocommerce-account .woocommerce .col2-set .col-1.select::before,
.woocommerce-account .woocommerce-MyAccount-content .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-account .woocommerce .col2-set .col-2,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-2 {
  width: calc(50% + 1rem);
  max-width: none;
  padding: 0 0 0 2rem;
}
.woocommerce-account .woocommerce .woocommerce-privacy-policy-text,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-privacy-policy-text {
  font-size: 0.8rem;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ff9912;
  color: #ff9912;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 25px 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;
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
  padding: 0.25rem 1.1rem;
  font-size: 0.8rem;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view:hover,
.woocommerce-account .woocommerce .woocommerce-orders-table .view.hoverbutton,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.hoverbutton {
  background-color: #ff9912;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view:focus,
.woocommerce-account .woocommerce .woocommerce-orders-table .view:active,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view:active {
  outline: none;
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.white,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.white {
  border-color: #ffffff;
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.white:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.white:hover {
  background-color: #ffffff;
  color: #2a7afe;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.color-1,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.color-1 {
  color: #ffffff;
  background-color: #182138;
  border: none;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.blue,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.blue {
  color: #ffffff;
  background-color: #2a7afe;
  border: none;
  border-radius: 10px;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.orange,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.orange {
  color: #ffffff;
  background-color: #ff9912;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.orange:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.orange:hover {
  background-color: #e88400;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.orange.back,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.orange.back {
  padding-left: 3.5rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-size: 1rem;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.orange.back:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.orange.back:hover {
  background-position: left 1rem center;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.arrow,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.arrow {
  padding-right: 4rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-right-white.svg');
  background-position: right 1.5rem center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.arrow:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.arrow:hover {
  background-position: right 1rem center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-orders-table .view,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view {
    max-width: 100%;
    padding: 0.5rem 2rem;
  }
  .woocommerce-account .woocommerce .woocommerce-orders-table .view.arrow,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.arrow {
    padding-right: 4rem;
  }
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.sub,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.sub {
  background-color: #b3b3b3;
  color: white;
  background-image: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-image: none;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.sub:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.sub:hover,
.woocommerce-account .woocommerce .woocommerce-orders-table .view.sub:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.sub:focus {
  background-color: #9a9a9a;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.wc-backward,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.wc-backward {
  position: relative;
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.wc-backward:after,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.wc-backward:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2a7afe;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.wc-backward:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.wc-backward:hover {
  color: #2a7afe;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.wc-backward:hover:after,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.wc-backward:hover:after {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.wc-backward.back,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.wc-backward.back {
  color: white;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.wc-backward.back::after,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.wc-backward.back::after {
  background-color: white;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.wc-backward.back:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.wc-backward.back:hover {
  background-position: left 0px center;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.wc-backward::after,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.wc-backward::after {
  background-color: white;
}
.woocommerce-account .woocommerce .woocommerce-orders-table .view.wc-backward:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .view.wc-backward:hover {
  background-position: left 0px center;
}
.woocommerce-account .woocommerce .woocommerce-Addresses,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-account .woocommerce .woocommerce-customer-details,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin: 0;
}
.woocommerce-account .woocommerce .woocommerce-Addresses *,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses *,
.woocommerce-account .woocommerce .woocommerce-customer-details *,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details * {
  line-height: 1.75;
}
.woocommerce-account .woocommerce .woocommerce-Addresses address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses address,
.woocommerce-account .woocommerce .woocommerce-customer-details address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  padding: 1rem 1.5rem;
  border-radius: unset;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-Address-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-Address-title h3 {
  flex: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .woocommerce-account .woocommerce .col2-set .col-1,
  .woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1,
  .woocommerce-account .woocommerce .col2-set .col-2,
  .woocommerce-account .woocommerce-MyAccount-content .col2-set .col-2 {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  .woocommerce-account .woocommerce .woocommerce-order-details table *,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table * {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 991px) {
  .producten-uitlezen .woocommerce ul.products.columns-3 .product.first {
    width: 100%;
  }
}
.mobile-filters {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 0.25rem 1rem 0.25rem 2.5rem;
  color: #4a4a4a;
  font-size: 0.9rem;
  text-transform: uppercase;
  border: 1px solid #4a4a4a;
  border-radius: 6px;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-filter.svg');
  background-size: 0.8rem;
  background-position: center left 1rem;
  background-repeat: no-repeat;
  cursor: pointer;
}
.mobile-filters:focus {
  color: #ffffff;
  background-color: #4a4a4a;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-filter-white.svg');
}
.mobile-filters-close {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  width: 2rem;
  height: 2rem;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-times.svg');
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.mobile-filters-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  content: '';
  background-color: #4a4a4a;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.mobile-filters-bg.open {
  opacity: 0.4;
  pointer-events: all;
}
.product-filters.productoverzicht {
  padding-right: 1rem;
}
.product-filters .sidebar-title {
  margin-bottom: 2rem;
}
.product-filters .sidebar-item {
  display: inline-block;
  width: 100%;
  padding: 0 0 1.25rem;
}
.product-filters .sidebar-item:first-of-type {
  padding-top: 0;
}
.product-filters .sidebar-item h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-weight: 700;
  color: #4a4a4a;
  font-size: 1rem;
  width: 100%;
  text-transform: uppercase;
}
.product-filters .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;
}
.product-filters .sidebar-item .item-title * {
  margin: 0;
}
.product-filters .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%;
}
.product-filters .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: #4a4a4a;
  content: '';
  top: 0.5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.product-filters .sidebar-item .item-content {
  display: none;
}
.product-filters .sidebar-item .item-content *:last-child {
  margin-bottom: 0;
}
.product-filters .sidebar-item .item-content.price-filter .euro-sign {
  font-weight: 500;
}
.product-filters .sidebar-item .item-content.price-filter .divider {
  font-size: 0.9rem;
}
.product-filters .sidebar-item .item-content.price-filter input {
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  background-color: transparent;
  border: 1px solid #b2bbd2;
  border-radius: 0.25rem;
  text-align: center;
}
.product-filters .sidebar-item ul.sidebar-cat {
  padding: 0;
  width: 100%;
}
.product-filters .sidebar-item ul.sidebar-cat li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-bottom: 0.25rem;
  width: 100%;
  line-height: 1.5;
}
.product-filters .sidebar-item ul.sidebar-cat li > a {
  position: relative;
  font-weight: 400;
  display: inline-block;
  z-index: 1;
  padding-left: 1.5rem;
  font-size: 0.95rem;
  color: #3d3d3d;
  line-height: 1.5;
}
.product-filters .sidebar-item ul.sidebar-cat li > a::before {
  position: absolute;
  z-index: 0;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid #3d3d3d;
}
.product-filters .sidebar-item ul.sidebar-cat li.current > a {
  font-weight: 700;
}
.product-filters .sidebar-item ul.sidebar-cat li.current > a::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #2a7afe;
}
.product-filters .sidebar-item ul.sidebar-cat li.current ul.sub {
  display: block;
}
.product-filters .sidebar-item ul.sidebar-cat li.current-cat > a,
.product-filters .sidebar-item ul.sidebar-cat li.current-cat-ancestor > a {
  font-weight: 700;
}
.product-filters .sidebar-item ul.sidebar-cat li.current-cat > a::after,
.product-filters .sidebar-item ul.sidebar-cat li.current-cat-ancestor > a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #ff9912;
}
.product-filters .sidebar-item ul.sidebar-cat li.current-cat ul.children,
.product-filters .sidebar-item ul.sidebar-cat li.current-cat-ancestor ul.children {
  display: block;
}
.product-filters .sidebar-item ul.sidebar-cat li .cat-amount {
  font-size: 0.8rem;
  color: #b2bbd2;
}
.product-filters .sidebar-item ul.sidebar-cat li ul.children {
  padding: 0 0 0 1.5rem;
  display: none;
}
.product-filters .sidebar-item.filter ul {
  margin: 0;
  padding: 0;
}
.product-filters .sidebar-item.filter ul li {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.product-filters .sidebar-item.filter ul li::before,
.product-filters .sidebar-item.filter ul li::after {
  display: none;
}
.product-filters .sidebar-item.filter ul li a {
  position: relative;
  font-weight: 400;
  padding-left: 1.5rem;
  font-size: 0.95rem;
  color: #3d3d3d;
}
.product-filters .sidebar-item.filter ul li a::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid #3d3d3d;
}
.product-filters .sidebar-item.filter ul li a:hover {
  color: #182138;
}
.product-filters .sidebar-item.filter ul li.chosen a {
  font-weight: 700;
}
.product-filters .sidebar-item.filter ul li.chosen a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #ff9912;
}
.product-filters .sidebar-item.filter ul li span.count {
  display: none;
  color: #182138;
  margin-left: 0.5rem;
}
.product-filters .sidebar-item.open-item h3 {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  padding-right: 1.5rem;
}
.product-filters .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: 0.5rem;
  right: 0;
  width: 1rem;
  height: 0.5rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url('https://www.transtune.nl/wp-content/themes/transtune/b3-shop-root/css/../../images/icon-chevron-down.svg');
}
.product-filters .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);
}
.product-filters .sidebar-item.open-item.open > ul,
.product-filters .sidebar-item.open-item.open > .item-content {
  display: block;
}
.product-filters .sidebar-item.open-item > ul,
.product-filters .sidebar-item.open-item > .item-content {
  margin-top: 0.5rem;
}
.product-filters .sidebar-item.open-item > :last-child {
  display: none;
}
.product-filters .sidebar-item.show .item-title * {
  color: #4a4a4a;
}
.product-filters .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: #f3f3f3;
}
.product-filters .sidebar-item.show .item-title .close svg {
  opacity: 1;
}
.product-filters .sidebar-item.show .item-content > ul,
.product-filters .sidebar-item.show .item-content > div {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .product-filters.productoverzicht {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 80vw;
    height: 100vh;
    padding: 2rem 2.5rem;
    margin: 0;
    background-color: #ffffff;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }
  .product-filters.productoverzicht.open {
    transform: translateX(0);
  }
  .product-filters.productoverzicht h2 {
    margin-bottom: 2rem;
  }
  .product-filters .sidebar-item ul.sidebar-cat li > a {
    display: inline-block;
    margin: 0.2rem 0;
  }
  .product-filters .sidebar-item ul.sidebar-cat ul.children li > a {
    display: inline-block;
    margin: 0.2rem 0;
  }
  .product-filters .sidebar-item.filter ul li a {
    display: inline-block;
    margin: 0.2rem 0;
  }
}
.product-filter-pills {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-filter-pills .cat-item {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: #f4f8ff;
  color: #4a4a4a;
  border-radius: 99px;
}
.product-filter-pills .cat-item.current {
  background-color: #182138;
  color: #ffffff;
}
.product-filter-pills .cat-item:hover:not(.current) {
  background-color: #cbdeff;
  color: #4a4a4a;
}
@media only screen and (max-width: 991px) {
  .product-filter-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-padding-left: 0.5rem;
    scroll-snap-type: x mandatory;
    scrollbar-color: #fff0;
    scrollbar-width: none;
  }
  .product-filter-pills .cat-item {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
