/*
 Theme Name: Shingyo theme
 Theme URI: https://www.bureaukamp.nl
 Description: Bureau Kamp | Webdesign & Visuele communicatie
 Version: 1.0
 Author: Alexander van der Kamp, Bureau Kamp
 Author URI: https://www.bureaukamp.nl
 */
/* VARIABLES */
/* BASICS */
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  overflow-y: scroll;
}
html.open {
  overflow: hidden;
}
body {
  height: 100%;
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: black;
  background: white;
}
.top-bar .inner, body > header, .post-header, main, footer .inner, .copyright {
  width: 1200px;
  margin: 0 auto;
  overflow: auto;
}
a {
  color: #dd020d;
  text-decoration: none;
}
a:hover {
  color: #75ae60;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.clear {
  clear: both;
}
address {
  font-style: normal;
}
img, a img {
  border: 0;
}
strong, b {
  font-weight: 600;
}
italic, em {
  font-style: italic;
}
p {
  margin-bottom: 25px;
}
:focus {
  outline: 0;
}
fieldset {
  border: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}
.underline {
  text-decoration: underline;
}
/* HEADINGS */
h1 {
  font-size: 36px;
  margin: 0 0 15px;
}
h2 {
  font-size: 28px;
  margin: 0 0 10px;
}
h3 {
  font-size: 22px;
  margin: 0 0 5px;
}
h1, h2, h3, h4 {
  color: black;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.4px;
}
main h1, main h2, main h3:not(.qa-faq-title) {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px !important;
}
main h1:after, main h2:after, main h3:not(.qa-faq-title):after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  background: #dd020d;
  width: 80px;
  height: 5px;
  display: inline-block;
}
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b {
  font-weight: 700;
}
/* TOP BAR */
.top-bar {
  background: #ebebeb;
  padding: 12.5px 0;
  font-size: 15px;
  line-height: 15px;
}
.top-bar .inner {
  overflow: visible;
}
.top-bar .vlaggen {
  float: left;
  line-height: 0;
  margin-right: 20px;
}
.top-bar .vlaggen img {
  height: 15px;
  width: auto;
}
.top-bar .text {
  float: left;
}
.top-bar ul.links {
  float: right;
  margin-left: 45px;
}
.top-bar ul.links li {
  display: inline-block;
  margin-left: 15px;
}
.top-bar ul.links li a {
  color: black;
}
.top-bar ul.links li a:hover {
  color: #dd020d;
}
.top-bar .languages {
  float: right;
  position: relative;
}
.top-bar .languages .list-outer {
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 200;
  border: 1px solid #ebebeb;
}
.top-bar .languages ul.list {
  padding: 12px 0 0;
  display: none;
  position: absolute;
  top: 15px;
  left: -30px;
  z-index: 300;
  border: 1px solid #ebebeb;
}
.top-bar .languages ul.list li {
  background: white;
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: 30px 1px;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 30px 2px 60px;
  white-space: nowrap;
}
.top-bar .languages ul.list li a {
  color: black;
}
.top-bar .languages ul.list li a:hover {
  color: #dd020d;
  transition: 0;
}
.top-bar .languages ul.list li.be {
  background-image: url('../images/flags/belgium.png');
}
.top-bar .languages ul.list li.dk {
  background-image: url('../images/flags/denmark.png');
}
.top-bar .languages ul.list li.de {
  background-image: url('../images/flags/germany.png');
}
.top-bar .languages ul.list li.uk {
  background-image: url('../images/flags/united-kingdom.png');
}
.top-bar .languages ul.list li.ee {
  background-image: url('../images/flags/estonia.png');
}
.top-bar .languages ul.list li.fi {
  background-image: url('../images/flags/finland.png');
}
.top-bar .languages ul.list li.fr {
  background-image: url('../images/flags/france.png');
}
.top-bar .languages ul.list li.ie {
  background-image: url('../images/flags/ireland.png');
}
.top-bar .languages ul.list li.it {
  background-image: url('../images/flags/italy.png');
}
.top-bar .languages ul.list li.nl {
  background-image: url('../images/flags/netherlands.png');
}
.top-bar .languages ul.list li.pl {
  background-image: url('../images/flags/poland.png');
}
.top-bar .languages ul.list li.pt {
  background-image: url('../images/flags/portugal.png');
}
.top-bar .languages ul.list li.es {
  background-image: url('../images/flags/spain.png');
}
.top-bar .languages ul.list li.cz {
  background-image: url('../images/flags/czech-republic.png');
}
.top-bar .languages ul.list li.se {
  background-image: url('../images/flags/sweden.png');
}
.top-bar .languages ul.list li:first-child {
  padding-top: 15px;
  background-position: 30px 14px;
}
.top-bar .languages ul.list li:last-child {
  padding-bottom: 15px;
  background-position: 30px 1px;
}
.top-bar .languages .be {
  background-image: url('../images/flags/belgium.png');
}
.top-bar .languages .dk {
  background-image: url('../images/flags/denmark.png');
}
.top-bar .languages .de {
  background-image: url('../images/flags/germany.png');
}
.top-bar .languages .uk {
  background-image: url('../images/flags/united-kingdom.png');
}
.top-bar .languages .ee {
  background-image: url('../images/flags/estonia.png');
}
.top-bar .languages .fi {
  background-image: url('../images/flags/finland.png');
}
.top-bar .languages .fr {
  background-image: url('../images/flags/france.png');
}
.top-bar .languages .ie {
  background-image: url('../images/flags/ireland.png');
}
.top-bar .languages .it {
  background-image: url('../images/flags/italy.png');
}
.top-bar .languages .nl {
  background-image: url('../images/flags/netherlands.png');
}
.top-bar .languages .pl {
  background-image: url('../images/flags/poland.png');
}
.top-bar .languages .pt {
  background-image: url('../images/flags/portugal.png');
}
.top-bar .languages .es {
  background-image: url('../images/flags/spain.png');
}
.top-bar .languages .cz {
  background-image: url('../images/flags/czech-republic.png');
}
.top-bar .languages .se {
  background-image: url('../images/flags/sweden.png');
}
.top-bar .languages .first {
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: 1px -3px;
  padding-left: 31px;
  line-height: 15px;
  position: relative;
}
.top-bar .languages .first:hover {
  cursor: default;
}
.top-bar .languages .first:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -16px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
}
.top-bar .languages:hover > ul.list {
  display: block;
}
.top-bar .reviews {
  float: right;
  margin-right: 45px;
}
.top-bar .reviews a {
  color: black;
}
.top-bar .reviews .star-ratings {
  unicode-bidi: bidi-override;
  color: #bbb;
  font-size: 14px;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}
.top-bar .reviews .star-ratings .fill-ratings {
  color: #dd020d;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.top-bar .reviews .star-ratings .fill-ratings span {
  display: inline-block;
}
.top-bar .reviews .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
.top-bar .reviews span.bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.top-bar .inner:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
/* HEADER */
body > header {
  padding: 30px 0;
  position: relative;
  display: table;
  line-height: 0;
}
body > header .logo {
  float: left;
  line-height: 0;
}
body > header .logo img {
  width: auto;
  height: 50px;
}
body > header .mini-cart {
  float: right;
  margin-left: 20px;
  position: relative;
  z-index: 250;
}
body > header .mini-cart a {
  display: inline-block;
}
body > header .mini-cart a .count {
  float: right;
  padding-left: 15px;
  position: relative;
}
body > header .mini-cart a .count span {
  border-radius: 100%;
  color: white;
  background: #dd020d;
  text-align: center;
  font-size: 11px;
  height: 16px;
  width: 16px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 8px;
}
body > header .mini-cart a .count img {
  width: auto;
  height: 32px;
  margin-right: 6px;
  margin-top: 5px;
}
body > header .mini-cart a .price {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: black;
  font-size: 20px;
  float: right;
  line-height: 50px;
}
body > header .mini-cart .widget_shopping_cart_content {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background: white;
  z-index: 100;
  padding: 20px;
  min-width: 250px;
  line-height: normal;
}
body > header .mini-cart .widget_shopping_cart_content ul.cart_list li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 18px;
  position: relative;
}
body > header .mini-cart .widget_shopping_cart_content ul.cart_list li a.remove {
  position: absolute;
  top: calc(50% - 15px);
  transform: translateY(calc(50% - 15px));
  right: 0;
  font-size: 24px;
  height: 20px;
  width: 20px;
  line-height: 22px;
  text-align: center;
  padding: 0.5px 0 0.5px 1px;
}
body > header .mini-cart .widget_shopping_cart_content ul.cart_list li a {
  font-weight: 600;
  color: black;
  font-size: 15px;
  margin-left: 70px;
  padding-right: 30px;
}
body > header .mini-cart .widget_shopping_cart_content ul.cart_list li a:hover {
  color: #dd020d;
}
body > header .mini-cart .widget_shopping_cart_content ul.cart_list li a img {
  float: left;
  margin: 0 20px 0 0;
  height: 50px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
body > header .mini-cart .widget_shopping_cart_content ul.cart_list li span.quantity {
  margin-top: 4px;
  margin-left: 70px;
  display: inline-block;
  font-size: 14px;
}
body > header .mini-cart .widget_shopping_cart_content ul.cart_list li dl.variation {
  display: none;
}
body > header .mini-cart .widget_shopping_cart_content .total {
  margin: 10px 0;
}
body > header .mini-cart .widget_shopping_cart_content .buttons {
  margin-bottom: 0;
}
body > header .mini-cart .widget_shopping_cart_content .buttons a.button {
  width: calc(100% - 36px);
  text-align: center;
  padding: 12px 18px;
  border-radius: 0;
  text-transform: uppercase;
  background: #aaa;
  color: white;
  font-weight: 600;
  margin: 6px 0 0;
  font-size: 15px;
}
body > header .mini-cart .widget_shopping_cart_content .buttons a.button:last-child {
  background: #75ae60;
}
body > header .mini-cart .widget_shopping_cart_content .buttons a.button:last-child:hover {
  background: #dd020d;
}
body > header .mini-cart .widget_shopping_cart_content .buttons a.button:first-child {
  background: #ebe9eb;
  color: black;
}
body > header .mini-cart .widget_shopping_cart_content .buttons a.button:first-child:hover {
  background: #aaa;
  color: white;
}
body > header .mini-cart .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
  text-align: center;
}
body > header .mini-cart:hover .widget_shopping_cart_content {
  display: block;
}
.header-image {
  height: 250px;
  overflow: hidden;
}
.header-image div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* MENU */
body > header nav ul.menu {
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 25.5%;
  top: 30px;
}
body > header nav ul.menu li {
  float: left;
  margin: 0 15px;
  position: relative;
}
body > header nav ul.menu li a {
  color: black;
  font-size: 21px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.4px;
}
body > header nav ul.menu li a:hover, body > header nav ul.menu li.current-menu-item > a {
  color: #dd020d;
}
body > header nav ul.menu li:first-of-type {
  margin-left: 0;
}
body > header nav ul.menu li.menu-item-has-children {
  margin-right: 25px;
}
body > header nav ul.menu li.menu-item-has-children:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
}
nav a.responsive-menu-button {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1000;
}
/* SUB-MENU */
body > header nav ul.menu li:hover > ul {
  display: block;
}
body > header nav ul.menu li ul {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 500;
  height: auto;
  text-align: center;
  line-height: 0;
  padding: 20px 0;
  min-width: 150px;
}
body > header nav ul.menu li ul li {
  float: none;
  margin: 0;
  width: 100%;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  background: #ededed;
  position: relative;
  white-space: nowrap;
}
body > header nav ul.menu li ul li a {
  color: black;
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 0 25px;
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}
body > header nav ul.menu li ul li:first-child {
  padding-top: 15px;
}
body > header nav ul.menu li ul li:last-child {
  padding-bottom: 15px;
}
body > header nav ul.menu li ul li:first-child:before {
  position: absolute;
  content: "";
  top: -7.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid #ededed;
}
body > header nav ul.menu li ul li a:hover, body > header nav ul.menu li.current-menu-item ul li a:hover, body > header nav ul.menu li.current-menu-parent ul li a:hover, body > header nav ul.menu li.current-menu-parent ul li.current-menu-item a {
  color: #dd020d;
}
/* POST HEADER */
.post-header {
  margin-top: -20px;
  padding-top: 20px;
  overflow: visible;
}
.post-header .categories {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  position: relative;
  z-index: 100;
}
.post-header .categories h3 {
  width: calc(100% - 40px);
  padding: 14px 20px;
  color: white;
  display: inline-block;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  background: url('../images/list.png') no-repeat 93% 50% #dd020d;
  background-size: 20px 16px;
  cursor: pointer;
  max-height: 50px;
  overflow: hidden;
}
.post-header .categories ul.cats {
  width: 100%;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
}
.post-header .categories ul.cats li {
  display: inline-block;
  width: calc(100% - 42px);
  padding: 6px 20px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px dashed #e2e2e2;
  background: white;
}
.post-header .categories ul.cats li a {
  color: black;
  display: inline-block;
  width: 100%;
}
.post-header .categories ul.cats li a:hover {
  color: #dd020d;
}
.post-header .categories ul.cats li:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.post-header .categories ul.cats.open {
  display: inline-block;
}
.post-header .categories.open {
  z-index: 100;
}
.post-header .search-bar {
  float: left;
  width: 74.5%;
  margin-right: 0;
  line-height: 0;
  position: relative;
}
.post-header .search-bar form.product-search {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
.post-header .search-bar form.product-search input[type=search] {
  border: 1px solid #e2e2e2;
  border-right: 0;
  background: none;
  font-size: 17px;
  line-height: 24px;
  float: left;
  width: calc(100% - 140px);
  margin-bottom: 0;
}
.post-header .search-bar form.product-search input[type=submit] {
  font-size: 16px;
  line-height: 26px;
  float: left;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 16px;
  margin-bottom: 0;
  width: 140px;
  text-align: center;
}
.post-header .search-bar .flexslider {
  width: 100%;
  height: 386px;
  overflow: hidden;
  background: #ebebeb;
  margin: 0;
  border: none;
  border-radius: 0;
}
.post-header .search-bar .flexslider ul.slides li {
  height: 386px;
  position: relative;
  overflow: hidden;
  list-style: none;
}
.post-header .search-bar .flexslider ul.slides li img {
  top: 50%;
  left: 50%;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 0;
}
.post-header .search-bar .flexslider ul.flex-direction-nav a {
  line-height: 40px;
}
.post-header .search-bar .flexslider ul.flex-direction-nav li {
  list-style: none;
}
.post-header .search-bar .responsive-video {
  min-height: 55px;
}
.post-header .assist {
  float: left;
  width: calc(23.5% - 2px);
  display: none;
  border: 1px solid #e2e2e2;
  line-height: 20px;
  font-size: 16px;
  min-height: 458px;
}
.post-header .assist .image {
  text-align: center;
  margin-top: -15px;
}
.post-header .assist .image img {
  width: 100px;
  height: auto;
}
.post-header .assist h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
}
.post-header .assist strong, .post-header .assist b {
  font-weight: 600;
}
.post-header .assist .hulp {
  padding: 15px 30px 25px;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.post-header .assist .hulp p {
  margin-bottom: 0;
}
.post-header .assist .usps {
  padding: 25px 30px 20px;
}
.post-header .assist .usps h3 {
  margin-bottom: 10px;
  line-height: 18px;
}
.post-header .assist .usps ul {
  margin: 0;
}
.post-header .assist .usps ul li {
  padding: 4.5px 0;
  padding-left: 30px;
  background: url('../images/check.png') no-repeat;
  background-size: 19px auto;
  background-position: 0px 5px;
}
.post-header:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.home .post-header .assist, .home .post-header .categories ul.cats {
  display: inline-block;
}
.home .post-header .search-bar {
  width: 49%;
  margin-right: 2%;
}
.home .post-header .categories h3 {
  cursor: default;
}
.home .post-header .search-bar form.product-search {
  margin-bottom: 24px;
}
/* CONTENT */
main {
  margin: 50px auto;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 20px;
}
main section {
  float: left;
  width: 65%;
}
main section img {
  max-width: 100%;
  height: auto;
}
main section ol, main section ul {
  margin: -20px 0 20px;
}
main section h1 + ol, main section h1 + ul, main section h2 + ol, main section h2 + ul, main section h3 + ol, main section h3 + ul {
  margin: 0 0 20px;
}
main section ol li {
  list-style-type: decimal;
  margin: 0 0 0 25px;
}
main section ol li ul {
  margin: 0;
}
main section ul li {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
main section ul li ul {
  margin: 0;
}
main section .qa-faqs {
  position: relative;
}
main section .qa-faqs h2.faq-catname {
  display: none;
}
main section .qa-faqs .qa-faq {
  margin-bottom: 15px;
}
main section .qa-faqs .qa-faq h3.qa-faq-title {
  margin-bottom: 5px;
}
main section .qa-faqs .qa-faq h3.qa-faq-title a {
  color: black;
}
main section .qa-faqs .qa-faq h3.qa-faq-title a:active, main section .qa-faqs .qa-faq h3.qa-faq-title a:hover {
  color: #dd020d;
}
main section :last-child {
  margin-bottom: 0;
}
main section.full {
  width: 100%;
}
main section.contact {
  width: 100%;
  display: inline-block;
}
main section.contact .left {
  float: left;
  width: 47%;
}
main section.contact .right {
  width: 47%;
  float: right;
}
main section.contact .right h2 {
  font-size: 36px;
}
.responsive-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* SIDEBAR */
aside {
  float: right;
  width: 27.5%;
}
aside .widget {
  margin: 0 0 40px 0;
}
aside .widget:last-child {
  margin: 0;
}
aside h3 {
  color: black;
}
aside a {
  color: #dd020d;
}
aside a:hover {
  color: #75ae60;
}
/* HOME */
.home main {
  position: relative;
}
.home main section {
  width: 100%;
}
.home main section h1, .home main section h2 {
  font-size: 34px;
}
.home main section.showcases {
  margin-bottom: 50px;
}
.home main section.uitgelicht {
  margin-bottom: 50px;
}
.home main section.klanten {
  margin-bottom: 50px;
}
.home main section.klanten .owl-carousel {
  line-height: 0;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
  display: table;
}
.home main section.klanten .owl-carousel .owl-item {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  float: none;
}
.home main section.klanten .owl-carousel .owl-item img {
  filter: grayscale(100%) opacity(0.4);
  -webkit-filter: grayscale(100%) opacity(0.4);
  height: inherit;
  width: auto;
  max-width: 100%;
}
.home main section.klanten .owl-carousel .owl-item img:hover {
  filter: grayscale(0%) opacity(1);
  -webkit-filter: grayscale(0%) opacity(1);
}
/* SHOWCASES */
ul.showcases {
  width: 100%;
  display: inline-block;
  margin: 0;
}
ul.showcases li {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
  list-style-type: none;
  line-height: 0;
  position: relative;
}
ul.showcases li .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(222, 2, 12, 0.8);
  color: white;
  text-align: center;
  transition: 0.3s all;
}
ul.showcases li .overlay .center {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 80%;
  margin: 0 10%;
}
ul.showcases li .overlay .center h3 {
  color: white;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  font-size: 30px;
}
ul.showcases li .overlay .center h3:after {
  display: none;
}
ul.showcases li .overlay .center span {
  display: inline-block;
  margin-top: 15px;
}
ul.showcases li a {
  display: inline-block;
}
ul.showcases li:nth-child(3n+3) {
  margin-right: 0;
}
ul.showcases li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
ul.showcases li:hover .overlay {
  opacity: 1;
  transition: 0.3s all;
}
main.showcases {
  text-align: center;
}
main.showcases h1:after {
  left: calc(50% - 40px);
}
main.showcases p:last-of-type {
  margin-bottom: 30px !important;
}
.single-showcase main section {
  width: 76%;
  margin: 0 12%;
  text-align: center;
}
.single-showcase main section h1:after {
  left: calc(50% - 40px);
}
.single-showcase main section h1 span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 10px;
}
.single-showcase main section a.product-link {
  font-size: 18px;
  font-weight: 600;
}
.single-showcase main section .image-slider {
  margin: 30px 0;
}
.single-showcase main section .image-slider ul.slides, .single-showcase main section .image-slider ul.slides li {
  height: 500px;
  width: auto;
  overflow: hidden;
}
.single-showcase main section .image-slider ul li {
  list-style-type: none;
  margin: 0;
  background: #eee;
  line-height: 0;
  margin-bottom: 5px;
}
.single-showcase main section .image-slider ul li img {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.single-showcase main section .image-slider ul.flex-direction-nav {
  display: none;
}
.single-showcase main section .image-slider ol.flex-control-thumbs {
  margin-top: 12px;
}
.single-showcase main section .image-slider ol.flex-control-thumbs li {
  width: calc(25% - 9px);
  margin-right: 12px;
}
.single-showcase main section .image-slider ol.flex-control-thumbs li:last-child {
  margin-right: 0;
}
/* WOOCOMMERCE */
[class*='tax-pa_'] main.shop, .tax-product_cat main.shop, .post-type-archive-product main.shop {
  margin-top: 40px;
}
[class*='tax-pa_'] main.shop nav.woocommerce-breadcrumb, .tax-product_cat main.shop nav.woocommerce-breadcrumb, .post-type-archive-product main.shop nav.woocommerce-breadcrumb {
  display: none;
}
[class*='tax-pa_'] main.shop h1, .tax-product_cat main.shop h1, .post-type-archive-product main.shop h1 {
  text-align: center;
  margin-bottom: 0 !important;
}
[class*='tax-pa_'] main.shop h1:after, .tax-product_cat main.shop h1:after, .post-type-archive-product main.shop h1:after {
  right: 0;
  margin: 0 auto;
}
[class*='tax-pa_'] main.shop .cat-omschrijving, .tax-product_cat main.shop .cat-omschrijving, .post-type-archive-product main.shop .cat-omschrijving {
  margin-top: 50px;
}
[class*='tax-pa_'] main.shop .cat-omschrijving p:last-child, .tax-product_cat main.shop .cat-omschrijving p:last-child, .post-type-archive-product main.shop .cat-omschrijving p:last-child {
  margin-bottom: 0;
}
[class*='tax-pa_'] main.shop .cat-omschrijving h2:first-child, .tax-product_cat main.shop .cat-omschrijving h2:first-child, .post-type-archive-product main.shop .cat-omschrijving h2:first-child {
  font-size: 32px;
}
.woocommerce-cart main, .woocommerce-checkout main {
  margin-top: 40px;
}
.woocommerce-cart main h1, .woocommerce-checkout main h1 {
  text-align: center;
}
.woocommerce-cart main h1:after, .woocommerce-checkout main h1:after {
  right: 0;
  margin: 0 auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: black;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #dd020d;
}
html .woocommerce-account button.button {
  padding: 12px 18px;
  border-radius: 0;
  text-transform: uppercase;
  background: #aaa;
  color: white;
  font-weight: 600;
  margin-top: 10px;
}
html .woocommerce-account button.button:hover {
  background: #dd020d;
  color: white;
}
html .woocommerce form .form-row {
  padding: 0;
}
.archive .woocommerce-info, .search-no-results .woocommerce-info {
  margin-top: 30px;
  margin-bottom: 0;
}
nav.woocommerce-breadcrumb a {
  color: #dd020d !important;
  font-weight: 600;
  display: inline-block;
  margin-top: 2px;
}
nav.woocommerce-breadcrumb::before {
  margin-right: 5px;
  margin-left: 2px;
  border: solid #dd020d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  display: inline-block !important;
}
/* PRODUCTS */
ul.products {
  width: 100%;
  display: inline-block;
  margin: 0 !important;
}
ul.products li {
  width: calc(23.5% - 32px);
  margin: 0 2% 2% 0;
  padding: 20px 15px;
  border: 1px solid #e2e2e2;
  float: left;
  list-style: none;
  text-align: center;
  transition: 0.3s all;
  overflow: hidden;
  min-height: 389px;
}
ul.products li .product-img {
  max-height: 243px;
  overflow: hidden;
}
ul.products li .product-meta {
  margin-top: 20px;
  position: relative;
}
ul.products li .product-meta h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: normal;
  font-size: 14px;
}
ul.products li .product-meta h3 {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: normal;
  padding: 0;
  margin: 0 0 5px !important;
}
ul.products li .product-meta h3 a {
  color: black;
}
ul.products li .product-meta h3:after {
  display: none;
}
ul.products li .product-meta .price {
  font-weight: 700;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
ul.products li .product-meta .price span, ul.products li .product-meta .price small {
  font-size: 16px;
}
ul.products li .product-meta .leverbaar {
  color: #75ae60;
  font-size: 13px;
  margin-top: 8px;
  line-height: 22px;
}
ul.products li .product-meta .reviews {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 0;
}
ul.products li .product-meta .reviews .woocommerce-product-rating {
  line-height: 16px;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: -5px;
}
ul.products li .product-meta .reviews .woocommerce-product-rating .star-rating {
  width: 84px;
  display: inline-block;
  margin: 0;
  float: left;
}
ul.products li .product-meta .reviews .woocommerce-product-rating .star-rating span {
  color: #ffab00;
}
ul.products li .product-meta .reviews .woocommerce-product-rating span.count {
  font-size: 14px;
  line-height: 19px;
  float: left;
  margin-left: 5px;
}
ul.products li .product-meta .reviews .no-reviews {
  font-size: 14px;
}
ul.products li .product-meta .bestellen {
  background: #75ae60;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: -100px;
  transition: 0.3s all;
  opacity: 0;
}
ul.products li .product-meta .bestellen a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 7.5px 20px;
}
ul.products li .product-meta .bestellen:hover {
  background: #dd020d;
}
ul.products li:nth-child(4n+4) {
  margin-right: 0;
}
ul.products li:nth-child(4n+5) {
  clear: both;
}
ul.products li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
ul.products li:hover {
  transform: scale(1.025);
  transition: 0.3s all;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
}
ul.products li:hover .bestellen {
  display: inline-block;
  transition: 0.3s all;
  bottom: 0;
  opacity: 1;
}
ul.products li:hover .reviews, ul.products li:hover .leverbaar {
  opacity: 0;
}
/* SINGLE PRODUCT */
html body.woocommerce.single-product {
  position: relative;
}
html body.woocommerce.single-product main {
  margin: 30px auto;
}
html body.woocommerce.single-product main .images {
  margin-bottom: 80px !important;
}
html body.woocommerce.single-product main .images .flex-viewport, html body.woocommerce.single-product main .images figure.woocommerce-product-gallery__wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
html body.woocommerce.single-product main .images ol.flex-control-thumbs li {
  width: 16% !important;
  margin: 2% 2% 0 !important;
  clear: none !important;
}
html body.woocommerce.single-product main .summary {
  position: relative;
  margin-bottom: 80px !important;
}
html body.woocommerce.single-product main .summary h1 {
  padding-bottom: 25px;
  font-size: 32px;
  margin-bottom: 20px !important;
}
html body.woocommerce.single-product main .summary .woocommerce-product-rating {
  margin-bottom: 15px !important;
}
html body.woocommerce.single-product main .summary .woocommerce-product-rating .star-rating {
  width: 84px;
  margin-right: 10px;
}
html body.woocommerce.single-product main .summary .woocommerce-product-rating .star-rating span {
  color: #dd020d;
}
html body.woocommerce.single-product main .summary .woocommerce-product-rating a.woocommerce-review-link {
  font-size: 14px;
}
html body.woocommerce.single-product main .summary .tablepress {
  position: relative;
  margin-bottom: 25px;
  line-height: 20px;
  font-size: 15px;
}
html body.woocommerce.single-product main .summary .tablepress caption a {
  display: none;
}
html body.woocommerce.single-product main .summary .tablepress thead th, html body.woocommerce.single-product main .summary .tablepress tfoot th {
  font-weight: 600;
  background: rgba(116, 174, 96, 0.2);
}
html body.woocommerce.single-product main .summary .tablepress th, html body.woocommerce.single-product main .summary .tablepress td {
  padding: 6px 12px;
}
html body.woocommerce.single-product main .summary p.price {
  color: black;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}
html body.woocommerce.single-product main .summary p.price small {
  font-weight: 300;
}
html body.woocommerce.single-product main .summary .quantity {
  margin-right: 0 !important;
  margin-top: 0;
}
html body.woocommerce.single-product main .summary .quantity input {
  padding: 12px 0;
  font-size: 12px;
}
html body.woocommerce.single-product main .summary .quantity input.minus, html body.woocommerce.single-product main .summary .quantity input.plus {
  background: #ebebeb;
  -webkit-appearance: none;
  border: none;
  padding: 12px;
  width: 32px;
  cursor: pointer;
  border-radius: 0;
}
html body.woocommerce.single-product main .summary .quantity input.qty {
  -webkit-appearance: none;
  border: none;
  width: 36px;
}
html body.woocommerce.single-product main .summary .woocommerce-variation-price {
  display: none !important;
}
html body.woocommerce.single-product main .summary .woocommerce-variation-price span.price {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
html body.woocommerce.single-product main .summary .woocommerce-variation-availability p {
  margin-bottom: 15px;
}
html body.woocommerce.single-product main .summary .woocommerce-variation-add-to-cart {
  padding-top: 5px;
  display: inline-block;
  width: 100%;
}
html body.woocommerce.single-product main .summary table.variations select {
  min-width: 50%;
}
html body.woocommerce.single-product main .summary button.button {
  background: #75ae60;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 0;
  margin-left: 15px;
}
html body.woocommerce.single-product main .summary button.button:hover {
  background: #dd020d;
}
html body.woocommerce.single-product main .summary .usps {
  position: relative;
}
html body.woocommerce.single-product main .summary .usps h3 {
  display: none;
}
html body.woocommerce.single-product main .summary .usps ul {
  margin: 0;
}
html body.woocommerce.single-product main .summary .usps ul li {
  padding-left: 30px;
  background: url('../images/check.png') no-repeat;
  background-size: 19px auto;
  background-position: 0px 5px;
}
html body.woocommerce.single-product main .summary .usps ul li strong {
  -webkit-font-smoothing: antialiased;
}
html body.woocommerce.single-product main .woocommerce-tabs ul.tabs {
  padding: 0;
}
html body.woocommerce.single-product main .woocommerce-tabs ul.tabs li {
  float: none;
  background: none;
  border: none;
  margin: 0 40px 0 0;
  border-radius: 0;
  padding: 0;
}
html body.woocommerce.single-product main .woocommerce-tabs ul.tabs li h3 {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
  font-size: 28px;
}
html body.woocommerce.single-product main .woocommerce-tabs ul.tabs li h3 a {
  padding: 0;
  color: #aaa;
}
html body.woocommerce.single-product main .woocommerce-tabs ul.tabs li h3:after {
  display: none;
}
html body.woocommerce.single-product main .woocommerce-tabs ul.tabs li:before, html body.woocommerce.single-product main .woocommerce-tabs ul.tabs li:after {
  display: none;
}
html body.woocommerce.single-product main .woocommerce-tabs ul.tabs li.active h3:after {
  display: block;
}
html body.woocommerce.single-product main .woocommerce-tabs ul.tabs:before {
  display: none;
}
html body.woocommerce.single-product main .woocommerce-tabs .panel {
  position: relative;
}
html body.woocommerce.single-product main .woocommerce-tabs .panel h2.woocommerce-Reviews-title {
  display: none;
}
html body.woocommerce.single-product main #reviews {
  margin-top: 5px;
  width: 100%;
  display: inline-block;
}
html body.woocommerce.single-product main #reviews #comments {
  width: 48%;
  float: left;
}
html body.woocommerce.single-product main #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  border: none;
  width: 40px;
}
html body.woocommerce.single-product main #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
}
html body.woocommerce.single-product main #reviews #comments ol.commentlist li .comment-text .star-rating span {
  color: #dd020d;
}
html body.woocommerce.single-product main #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 0;
}
html body.woocommerce.single-product main #reviews #comments p.woocommerce-noreviews {
  display: none;
}
html body.woocommerce.single-product main #reviews #review_form_wrapper {
  width: 48%;
  float: right;
}
html body.woocommerce.single-product main #reviews #review_form_wrapper #reply-title {
  font-weight: bold;
}
html body.woocommerce.single-product main #reviews #review_form_wrapper p.stars a:hover {
  color: #dd020d;
}
html body.woocommerce.single-product main #reviews #review_form_wrapper input[type=text], html body.woocommerce.single-product main #reviews #review_form_wrapper input[type=email] {
  width: calc(100% - 30px);
}
html body.woocommerce.single-product main #reviews #review_form_wrapper input#wp-comment-cookies-consent {
  margin-right: 10px;
}
html body.woocommerce.single-product main #reviews #review_form_wrapper #respond input[type=submit] {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 18px;
}
html body.woocommerce.single-product main #reviews #review_form_wrapper #respond input[type=submit]:hover {
  color: white;
  background: #aaa;
}
html body.woocommerce.single-product main section.related {
  width: 100%;
  margin-top: 20px;
}
html body.woocommerce.single-product main section.upsells {
  display: none;
}
/* CART */
.woocommerce-cart {
  position: relative;
}
.woocommerce-cart .post-header, .woocommerce-cart header nav.desktop {
  display: none;
}
.woocommerce-cart main {
  margin-top: 0;
}
.woocommerce-cart main .woocommerce-message {
  margin-bottom: 20px;
}
.woocommerce-cart .cart-top-buttons {
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce-cart .cart-top-buttons a.button {
  padding: 12px 18px;
  border-radius: 0;
  text-transform: uppercase;
  background: #aaa;
  color: white;
  font-weight: 600;
  margin: 5px 2px 20px;
}
.woocommerce-cart .cart-top-buttons a.button.proceed {
  background: #75ae60;
}
.woocommerce-cart .cart-top-buttons a.button.proceed:hover {
  background: #dd020d;
  color: white;
}
.woocommerce-cart .woocommerce-cart-form table.cart {
  position: relative;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.95);
}
.woocommerce-cart .woocommerce-cart-form table.cart th {
  font-weight: 600;
}
.woocommerce-cart .woocommerce-cart-form table.cart td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail {
  line-height: 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img {
  width: 50px;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-name a {
  color: black;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-name a:hover {
  color: #dd020d;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-name dl.variation {
  font-size: 14px;
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-name dl.variation dt {
  font-weight: 600;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-name dl.variation dd {
  padding: 0;
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity {
  position: relative;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity input {
  padding: 12px 0;
  font-size: 12px;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity input.minus, .woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity input.plus {
  background: #ebebeb;
  -webkit-appearance: none;
  border: none;
  padding: 12px;
  width: 32px;
  cursor: pointer;
  border-radius: 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-quantity input.qty {
  -webkit-appearance: none;
  border: none;
  width: 36px;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions {
  position: relative;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions button.button, .woocommerce-cart .woocommerce-cart-form table.cart td.actions button.button:disabled, .woocommerce-cart .woocommerce-cart-form table.cart td.actions button.button:disabled[disabled] {
  padding: 12px 18px 11px;
  border-radius: 0;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions button.button {
  background: #aaa;
  color: white;
  font-weight: 600;
  font-size: 13px !important;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon .input-text {
  line-height: 26px;
  width: 120px;
  background: white;
  padding: 4px 14px;
  border-radius: 0;
}
.woocommerce-cart .cart-collaterals {
  margin-top: 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  position: relative;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.95);
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  vertical-align: middle;
  padding-top: 12.5px !important;
  padding-bottom: 12.5px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.shipping p {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table form.woocommerce-shipping-calculator, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table p.woocommerce-shipping-destination {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table ul#shipping_method li {
  line-height: 1 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table ul#shipping_method .amount {
  font-weight: 300 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table ul#shipping_method li:last-child {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background: #75ae60 !important;
  margin-bottom: 0 !important;
  font-size: 19px;
  text-transform: uppercase;
  border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background: #dd020d !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .extra-text {
  text-align: center;
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  font-style: italic;
}
.woocommerce-cart .cart-collaterals .usps {
  float: left;
  padding: 40px;
  width: calc(48% - 80px);
  background: rgba(116, 174, 96, 0.1);
}
.woocommerce-cart .cart-collaterals .usps h3 {
  margin-bottom: 10px !important;
  padding-bottom: 0;
  font-size: 24px;
}
.woocommerce-cart .cart-collaterals .usps h3 br {
  display: none;
}
.woocommerce-cart .cart-collaterals .usps h3:after {
  display: none;
}
.woocommerce-cart .cart-collaterals .usps ul {
  margin: 0 0 30px;
}
.woocommerce-cart .cart-collaterals .usps ul li {
  padding-left: 30px;
  background: url('../images/check.png') no-repeat;
  background-size: 19px auto;
  background-position: 0px 5px;
  list-style: none;
  margin: 0;
}
.woocommerce-cart .cart-collaterals .usps ul li strong {
  -webkit-font-smoothing: antialiased;
}
.woocommerce-cart .cart-collaterals .usps .hulp br {
  display: none;
}
.woocommerce-cart .cart-collaterals .usps .hulp h3 {
  margin-bottom: 7px !important;
}
.woocommerce-cart p.cart-empty {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
}
.woocommerce-cart p.return-to-shop {
  text-align: center;
}
.woocommerce-cart p.return-to-shop a.button {
  padding: 12px 18px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce-cart p.return-to-shop a.button:hover {
  background: #aaa;
  color: white;
}
.woocommerce-cart .cross-sells {
  display: none;
}
/* CHECKOUT */
.woocommerce-checkout {
  position: relative;
}
.woocommerce-checkout .post-header, .woocommerce-checkout header nav.desktop {
  display: none;
}
.woocommerce-checkout main {
  margin-top: 0;
}
.woocommerce-checkout .usps {
  margin: 25px 0 15px;
  padding: 30px 10%;
  width: 80%;
  background: rgba(116, 174, 96, 0.1);
}
.woocommerce-checkout .usps h3 {
  display: none;
}
.woocommerce-checkout .usps ul {
  margin: 0;
  text-align: center;
}
.woocommerce-checkout .usps ul li {
  padding-left: 30px;
  background: url('../images/check.png') no-repeat;
  background-size: 19px auto;
  background-position: 0px 5px;
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
.woocommerce-checkout .usps ul li strong {
  -webkit-font-smoothing: antialiased;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top: none;
  background: none;
  padding: 0 !important;
  text-align: center;
}
.woocommerce-checkout form.checkout_coupon {
  margin: 15px 0 !important;
}
.woocommerce-checkout form.checkout_coupon p {
  margin-bottom: 10px;
}
.woocommerce-checkout form.checkout_coupon button.button, .woocommerce-checkout form.checkout_coupon button.button:disabled, .woocommerce-checkout form.checkout_coupon button.button:disabled[disabled] {
  padding: 14px 24px;
  border-radius: 0;
  text-transform: uppercase;
}
.woocommerce-checkout form.checkout_coupon button.button {
  background: #aaa;
  color: white;
  font-weight: 600;
  font-size: 14px !important;
}
.woocommerce-checkout form.checkout_coupon .coupon .input-text {
  line-height: 26px;
  width: 120px;
  background: white;
  padding: 4px 14px;
  border-radius: 0;
}
.woocommerce-checkout form.checkout {
  margin-top: 30px;
  display: inline-block;
}
.woocommerce-checkout .woocommerce-error {
  margin: -10px 0 30px;
}
.woocommerce-checkout .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout #customer_details {
  float: left;
  width: 48%;
  clear: none;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 100%;
}
.woocommerce-checkout #customer_details .col-2 {
  margin-top: 25px;
}
.woocommerce-checkout #customer_details textarea#order_comments {
  min-height: 100px;
}
.woocommerce-checkout #customer_details h3#ship-to-different-address {
  margin-bottom: 10px;
}
.woocommerce-checkout #customer_details h3#ship-to-different-address input {
  height: 18px;
}
.woocommerce-checkout #customer_details h3#ship-to-different-address span {
  display: inline-block;
  margin-left: 5px;
}
.woocommerce-checkout #customer_details #billing_country_field {
  margin-bottom: 15px;
}
.woocommerce-checkout #customer_details .form-row {
  padding: 0 !important;
}
.woocommerce-checkout #customer_details .form-row .woocommerce-input-wrapper .description {
  font-size: 14px;
  padding: 15px 20px;
}
.woocommerce-checkout #order_review, .woocommerce-checkout h3#order_review_heading {
  float: right;
  width: 48%;
  clear: none;
}
.woocommerce-checkout main h3 {
  font-size: 26px;
  margin-bottom: 10px;
  width: 100%;
}
.woocommerce-checkout #order_review {
  position: relative;
}
.woocommerce-checkout #order_review table.shop_table {
  position: relative;
  background: white;
  border-radius: 0;
}
.woocommerce-checkout #order_review table.shop_table strong, .woocommerce-checkout #order_review table.shop_table b, .woocommerce-checkout #order_review table.shop_table th, .woocommerce-checkout #order_review table.shop_table tfoot td, .woocommerce-checkout #order_review table.shop_table .amount {
  font-weight: 600;
}
.woocommerce-checkout #order_review table.shop_table td.product-name dl.variation dt {
  display: none;
}
.woocommerce-checkout #order_review table.shop_table tr td {
  width: 50%;
}
.woocommerce-checkout #order_review table.shop_table tbody td {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce-checkout #order_review table.shop_table ul.woocommerce-shipping-methods li {
  margin-bottom: 0;
}
.woocommerce-checkout #order_review table.shop_table ul#shipping_method li {
  line-height: 1 !important;
  font-weight: 300 !important;
  padding: 3px 0 !important;
}
.woocommerce-checkout #order_review table.shop_table ul#shipping_method li label {
  margin-left: 5px;
}
.woocommerce-checkout #order_review #payment {
  position: relative;
  background: #f6f6f6;
  border-radius: 0;
}
.woocommerce-checkout #order_review #payment ul.payment_methods li {
  list-style-type: none;
}
.woocommerce-checkout #order_review #payment .payment_box {
  font-weight: 300;
  background-color: #ddd;
  color: black;
}
.woocommerce-checkout #order_review #payment .payment_box:before {
  border-bottom-color: #ddd;
}
.woocommerce-checkout #order_review #payment #payment .payment_method_paypal .about_paypal {
  display: none;
}
.woocommerce-checkout #order_review #payment .payment_box p {
  margin-bottom: 0;
}
.woocommerce-checkout #order_review #payment select {
  width: 100%;
}
.woocommerce-checkout #order_review #payment .woocommerce-privacy-policy-text {
  font-size: 14px;
  line-height: 21px;
}
.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper .form-row {
  font-size: 14px;
  padding: 0 !important;
}
.woocommerce-checkout #order_review #payment button#place_order {
  text-transform: uppercase;
  border-radius: 0;
  background: #75ae60;
  padding: 16px 22px;
  font-size: 18px;
  margin-top: 5px;
  width: 100%;
}
.woocommerce-checkout #order_review #payment button#place_order:hover {
  background: #dd020d;
}
.woocommerce-checkout #order_review #payment .payment_method_stripe .form-row {
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-checkout #order_review #payment .payment_method_stripe .form-row .wc-stripe-elements-field {
  height: 30px;
  line-height: 30px;
}
.woocommerce-checkout td.product-name ul.wc-item-meta {
  margin: 0;
}
.woocommerce-checkout td.product-name ul.wc-item-meta li {
  list-style-type: none;
}
.woocommerce-checkout .wpmc-tabs-wrapper {
  margin: 20px auto 0;
}
.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item {
  padding-bottom: 10px;
}
.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
  line-height: 31px;
  font-family: 'proxima-nova', sans-serif;
}
.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
  color: #dd020d;
  font-weight: 600;
}
.woocommerce section.woocommerce-order-details, .woocommerce section.woocommerce-customer-details {
  width: 100%;
}
.woocommerce section.woocommerce-order-details address, .woocommerce section.woocommerce-customer-details address {
  width: calc(100% - 24px);
}
body.woocommerce-cart > header, body.woocommerce-checkout > header {
  padding-bottom: 0;
}
/* PRE FOOTER */
.pre-footer {
  border: 1px solid #e2e2e2;
  width: 1200px;
  margin: 0 auto 60px;
  padding: 25px 0;
}
.pre-footer ul.selling-points {
  width: 100%;
  display: inline-block;
  margin: 0;
  line-height: 0;
}
.pre-footer ul.selling-points li {
  float: left;
  width: calc(33.333% - 0.6667px);
  text-align: center;
  line-height: 24px;
  border-right: 1px solid #e2e2e2;
  font-size: 17px;
}
.pre-footer ul.selling-points li h3 {
  text-transform: uppercase;
  font-size: 18px;
}
.pre-footer ul.selling-points li img {
  margin: 10px 0 15px;
  height: 50px;
  width: auto;
}
.pre-footer ul.selling-points li:last-child {
  border-right: none;
}
.single-product .pre-footer {
  border: none;
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 0;
}
/* FOOTER */
footer {
  background: #ebebeb;
  padding: 50px 0;
  font-size: 17px;
  line-height: 30px;
}
footer section {
  width: 23.5%;
  float: left;
  margin-right: 2%;
}
footer section p {
  margin-bottom: 0;
}
footer section h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}
footer section a {
  color: black;
}
footer section a:hover {
  color: #dd020d;
}
footer section:first-child {
  position: relative;
}
footer section:first-child .logo {
  margin-bottom: 20px;
  line-height: 0;
}
footer section:first-child .logo img {
  width: auto;
  height: 50px;
}
footer section:first-child p {
  padding-left: 35px;
  margin-bottom: 25px;
}
footer section:first-child ul.social-icons {
  width: calc(100% - 35px);
  padding-left: 35px;
  display: inline-block;
  line-height: 0;
  margin: 0;
}
footer section:first-child ul.social-icons li {
  display: inline-block;
  height: 15px;
  width: auto;
  margin-right: 10px;
}
footer section:first-child ul.social-icons li img {
  height: 100%;
  width: auto;
}
footer section:last-child {
  margin-right: 0;
}
footer section:last-child img {
  margin-top: 5px;
  max-width: 80%;
  height: auto;
}
.copyright {
  font-size: 15px;
  line-height: 24px;
  padding: 20px 0;
}
.copyright a {
  font-weight: 300;
  color: black;
}
.copyright a:hover {
  color: #dd020d;
}
.copyright span {
  padding-right: 20px;
}
.copyright .left {
  float: left;
  line-height: 40px;
}
.copyright ul.payment-icons {
  float: right;
  line-height: 0;
}
.copyright ul.payment-icons li {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  height: 30px;
  margin-top: 5px;
}
.copyright ul.payment-icons li img {
  width: auto;
  height: 100%;
}
.copyright ul.payment-icons li:nth-child(3), .copyright ul.payment-icons li:nth-child(5) {
  width: 50px;
}
.cart-overlay, .dark-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
}
.cart-overlay.show, .dark-overlay.show {
  display: block;
}
.cart-overlay {
  z-index: 200;
}
div[id*='tscard'], div[id*='tsbadge'] {
  left: 0 !important;
  right: auto !important;
}
/* CONTACTFORMULIER */
input[type=text], input[type=email], input[type=search], input[type=tel], input[type=password], input[type=submit], textarea {
  font-family: 'proxima-nova', sans-serif;
  color: black;
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 12px 15px;
  font-weight: 300;
  border: none;
  background-color: #f6f6f6;
  outline: none;
  width: 440px;
  border-radius: 0;
}
input[type=search] {
  -webkit-appearance: none;
}
textarea {
  height: 140px;
  margin: 0 0 5px;
}
input[type=submit] {
  background: #dd020d;
  color: white;
  cursor: pointer;
  width: auto;
  -webkit-appearance: none;
}
input[type=submit]:hover {
  background: black;
}
.wpcf7 {
  position: relative;
}
.wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-validation-errors {
  border: none;
  background: #d5fad1;
  padding: 15px;
  width: 440px;
  font-size: 15px;
  margin: 0;
}
.wpcf7 div.wpcf7-validation-errors {
  background: #fffcd0;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
  background: #fbe7e7;
}
