@charset "UTF-8";
/*
Theme Name: WebEngine
Theme URI: https://webengine.nl
Author: WebEngine
Author URI: https://webengine.nl/
Description:
Version: 1.0
Text Domain: WebEngine
Tags:
*/


/* Hide homepage slider */
section#slider {
    display: none;!important
}

iframe {
  max-width: 100%;
}

body {
  margin: 0;
  line-height: 1.7rem;
  font-family: "Lato", sans-serif;
}

a {
  color: #0094ca;
}
a:hover {
  color: #f39f08;
}

h1, h2, h3 {
  color: #0094ca;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.3rem;
}

img {
  max-width: 100%;
}

input, button {
  border: none;
  padding: 14px 18px;
  font-size: 16px;
  outline: none;
}

button, .submit, a.checkout-button.button.alt.wc-forward, button#place_order, .btn, #searchsubmit, .wpcf7-submit {
  background: #0094ca;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-weight: 900;
}
button:focus, .submit:focus, a.checkout-button.button.alt.wc-forward:focus, button#place_order:focus, .btn:focus, #searchsubmit:focus, .wpcf7-submit:focus {
  outline: none;
}
button:not(.navbar-toggler):hover, .submit:not(.navbar-toggler):hover, a.checkout-button.button.alt.wc-forward:not(.navbar-toggler):hover, button#place_order:not(.navbar-toggler):hover, .btn:not(.navbar-toggler):hover, #searchsubmit:not(.navbar-toggler):hover, .wpcf7-submit:not(.navbar-toggler):hover {
  background-color: #f39f08;
}
button i, .submit i, a.checkout-button.button.alt.wc-forward i, button#place_order i, .btn i, #searchsubmit i, .wpcf7-submit i {
  font-size: 1.8rem;
}

button.navbar-toggler span.navbar-toggler-icon {
  cursor: pointer;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li::before {
  font-family: "Font Awesome 5 Free", serif;
  color: #fff;
  font-weight: 900;
  margin-right: 10px;
  font-size: 1.3rem;
}
ul li.icon-user::before {
  content: "";
}
ul li.icon-cart::before {
  content: "";
}

.container {
  max-width: 1480px;
}
.container .content:not(.woocommerce) {
  column-count: 2;
}

.vertical-align {
  display: flex;
  align-items: center;
}

/**
 * section top
 */
section#top {
  margin: 5px 0 15px;
}
section#top .services {
  margin: 0 auto;
}
section#top .right-align {
  justify-content: flex-end;
}
section#top input#s {
  border: 1px solid rgba(62, 148, 202, 0.3);
  padding: 5px 18px;
}
section#top #searchsubmit {
  background: #f39f08;
  padding: 6px 18px;
}
section#top div.icon {
  line-height: initial;
  padding: 0;
}
section#top div.icon a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
section#top div.icon a p {
  margin-bottom: 0;
}
section#top div.icon a i {
  color: #0094ca;
  margin-right: 10px;
}

/**
 * section content
 */
section#content .breadcrumbs {
  margin-bottom: 20px;
}

/**
 * section footer
 */
section#footer {
  margin-top: 30px;
  /**
  * section footer top
  */
  /**
  * section footer bottom
  */
}
section#footer section#top, section#footer section#bottom {
  padding: 25px 0;
}
section#footer section#top h4, section#footer section#bottom h4 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
}
section#footer section#top {
  background: #F4F4F4;
}
section#footer section#top h4 {
  color: #0094ca;
}
section#footer section#top .payments .col-sm-4, section#footer section#top .socials .col-sm-4 {
  margin-bottom: 20px;
}
section#footer section#top .payments img, section#footer section#top .socials img {
  max-height: 30px;
}
section#footer section#top .socials {
  padding: 0;
}
section#footer section#top .socials img {
  margin-right: 10px;
}
section#footer section#bottom {
  position: relative;
  background: #0094ca;
  color: #fff;
}
section#footer section#bottom li::before, section#footer section#bottom .widget-content .custom-html-widget ul li::before {
  font-size: 1rem;
  vertical-align: -0.05rem;
  font-family: "Font Awesome 5 Free", serif;
  content: "";
  font-weight: 900;
  color: #fff;
}
section#footer section#bottom span {
  display: block;
}
section#footer section#bottom a {
  color: #fff;
}
section#footer section#bottom a:hover {
  text-decoration: none;
}
section#footer .copyright {
  background: #f39f08;
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 200px;
  padding: 0 10px;
  border-radius: 3px;
}
section#footer .copyright a {
  color: #fff;
}
section#footer .copyright a:hover {
  text-decoration: none;
}

/**
 * media query
 */
@media only screen and (max-width: 768px) {
  section#bottom .row .col-md-3:last-child {
    margin-top: 5%;
  }
}
/**
 * section 404
 */
section#not404 {
  padding-bottom: 1.95%;
}
section#not404 h2 {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 20%;
  padding: 10px;
}
section#not404 img {
  width: 30%;
}

/**
 * Comment section
 */
#commentform.comment-form label {
  float: unset;
}
#commentform.comment-form input[type=text], #commentform.comment-form input[type=email] {
  border: 1px solid darkgrey;
  padding: 5px 5px;
  margin-top: 7px;
  margin-left: 5px;
}

.alignleft {
  display: block;
  float: left;
  margin: 1% 1% 1% 0;
}

.alignright {
  display: block;
  float: right;
  margin: 1% 0 1% 1%;
}

.container.index ul {
  margin-bottom: 1rem;
}
.container.index ul li::before {
  font-size: 1rem;
  vertical-align: -0.05rem;
  font-family: "Font Awesome 5 Free", serif;
  content: "";
  font-weight: 900;
  color: #0094ca;
}

.homepage.blocks {
  margin: 20px auto 40px;
}
.homepage.blocks a {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.homepage.blocks a .overlayBlock {
  display: none;
  position: absolute;
  transition: 0.3s ease;
  background: #414141b8;
  z-index: 50;
  left: 4.1%;
  right: 4%;
  top: 12%;
  bottom: 0;
}
.homepage.blocks a .overlayBlock.blog {
  left: 3.1%;
  right: 3%;
}
.homepage.blocks a .overlayBlock .showItemBlock {
  background: #0094ca;
  width: 150px;
  padding: 7px 19px;
  font-weight: 900;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.homepage.blocks a .overlayBlock .showItemBlock:hover {
  background: #f39f08;
}
.homepage.blocks a:hover {
  text-decoration: none;
}
.homepage.blocks a:hover .overlayBlock {
  display: block;
}
.homepage.blocks a:hover .square_container .square {
  background: #F39F08;
  border: 2.5px solid #F39F08;
}
.homepage.blocks a .square_container {
  width: 100%;
}
.homepage.blocks a .square_container .square {
  width: 100%;
  overflow: hidden;
  border: 2px solid #0094ca;
  border-bottom: 3px solid #F39F08;
  background: #0094ca;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
}
.homepage.blocks a .square_container .square_image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.homepage ul {
  margin-bottom: 1rem;
}
.homepage ul li::before {
  font-size: 1rem;
  vertical-align: -0.05rem;
  font-family: "Font Awesome 5 Free", serif;
  content: "";
  font-weight: 900;
  color: #0094ca;
}
.homepage .woocommerce .columns-4 {
  margin: 3% 0;
}
.homepage .woocommerce ul.products li.product {
  margin-bottom: 50px !important;
}

.homepage-slider {
  margin: -30px auto 3%;
}
.homepage-slider .slide {
  height: 350px;
  outline: none;
}
.homepage-slider .slide .split {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: inherit;
  float: left;
}
.homepage-slider .slide .split ul {
  font-size: 1.1rem;
}
.homepage-slider .slide .split ul li {
  margin-bottom: 5px;
}
.homepage-slider .slide .split.large {
  width: 65%;
}
.homepage-slider .slide .split.large img {
  position: absolute;
  left: 19%;
  margin: auto;
  top: 0;
  bottom: 0;
}
.homepage-slider .slide .split.large .slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 45%;
  width: max-content;
  height: max-content;
  color: white;
  font-size: 1.1rem;
  margin: auto 0;
  z-index: 666;
}
.homepage-slider .slide .split.large .slide-container .block {
  color: #000;
  width: fit-content;
}
.homepage-slider .slide .split.large .slide-container .button-container {
  margin-top: 25px;
}
.homepage-slider .slide .split.large .slide-container .button-container button {
  padding: 7px 19px;
}
.homepage-slider .slide .split.large ul li::before {
  font-size: 1rem;
  vertical-align: -0.05rem;
  font-family: "Font Awesome 5 Free", serif;
  content: "";
  font-weight: 900;
  color: #F39F08;
}
.homepage-slider .slide .split.small {
  width: 35%;
}
.homepage-slider .slide .split.small .image-container {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homepage-slider .slide .split.small .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-slider .slide .split.small .slide-block {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: max-content;
  height: max-content;
  text-align: right;
}
.homepage-slider .slide .split.small .slide-block ul li::after {
  margin-left: 10px;
  font-size: 1rem;
  vertical-align: -0.05rem;
  font-family: "Font Awesome 5 Free", serif;
  content: "";
  font-weight: 900;
  color: #F39F08;
}
.homepage-slider .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.homepage-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.homepage-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.homepage-slider .slick-dots li button[aria-selected=true]:before {
  color: #0094ca;
}
.homepage-slider .slick-dots li button:before {
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #F39F08;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider2 .slide {
  position: relative;
}
.slider2 .slide img {
  min-height: 100%;
  min-width: 100%;
}
.slider2 .slide a, .slider2 .slide h3 {
  color: #fff;
  text-decoration: none;
}
.slider2 .slide a:hover {
  color: #fff;
}
.slider2 .slide .text {
  position: absolute;
  top: 15%;
  right: 15%;
  bottom: 0;
  left: 30%;
}
.slider2 .slide .text h3 {
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 5%;
}
.slider2 .slide .text p {
  font-style: italic;
  font-size: 1.5vw;
  line-height: 1.5vw;
}
.slider2 .slick-dots {
  display: none !important;
}

li.shoppingcart a {
  color: transparent !important;
  position: absolute;
  top: 0;
}

li.shoppingcart {
  text-align: center;
  margin: 0 auto;
}

li.shoppingcart::before {
  font-size: 1rem;
  vertical-align: -0.05rem;
  font-family: "Font Awesome 5 Free", serif;
  content: "";
  font-weight: 900;
  color: #fff;
  padding: 0 0.5rem 0 1rem;
}

.woocommerce .quantity .qty {
  width: 4.631em !important;
}

span.woof_checkbox_count {
  display: none !important;
}

#order_review_heading {
  display: none !important;
}

.front_blocks .woocommerce {
  width: 25%;
  float: left;
}
.front_blocks .woocommerce .columns-4 {
  margin: 3% 10%;
}
.front_blocks .woocommerce .columns-4 li.product.type-product {
  width: 100% !important;
}

/**
 * product overview
 */
.woocommerce .woocommerce-ordering {
  margin: -3rem 0 5em !important;
}
.woocommerce .woocommerce-ordering select.orderby {
  background: #3e94ca;
  color: #fff;
  padding: 0.2rem 1rem;
  outline: none;
  border: none;
}
.woocommerce ul.products {
  margin-top: 2%;
}
.woocommerce ul.products .saleProduct {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: 35px;
  right: -3px;
  z-index: 5;
}
.woocommerce ul.products .saleProduct span {
  position: absolute;
  display: block;
  width: 235px;
  padding: 5px 0;
  background-color: #f39f08;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  left: -34px;
  top: 30px;
  text-align: center;
  transform: rotate(45deg);
  color: white;
}
.woocommerce ul.products li.product {
  float: left;
  width: 30%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 0 3% 2.992em 0;
}
.woocommerce ul.products li.product.first {
  clear: none;
}
.woocommerce ul.products li.product:hover h2 {
  background: #F39F08;
}
.woocommerce ul.products li.product:hover a.button {
  background-color: #F39F08 !important;
}
.woocommerce ul.products li.product:hover img {
  transform: scale(1.1);
}
.woocommerce ul.products li.product:hover .star-rating {
  color: #0094ca;
}
.woocommerce ul.products li.product:hover ul li {
  color: #0094ca;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  margin-top: 50px;
  display: block;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  position: absolute;
  top: 0;
  background: #0094ca;
  width: 100%;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 0.95em !important;
  border-bottom: 2px solid #F39F08;
}
.woocommerce ul.products li.product img {
  min-height: 200px;
  max-height: 200px;
  width: auto !important;
  margin: 0 auto !important;
  height: 100% !important;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.woocommerce ul.products li.product .star-rating {
  position: absolute;
  left: 0;
  bottom: 11%;
}
.woocommerce ul.products li.product span.onsale {
  top: 10% !important;
  background-color: #F39F08;
}
.woocommerce ul.products li.product div.list {
  padding: 0.8em 8px;
  font-size: 14px;
}
.woocommerce ul.products li.product div.list strong {
  font-weight: normal;
}
.woocommerce ul.products li.product span.price {
  position: absolute;
  height: 25px;
  bottom: 0;
  left: 10px;
  color: #f39f08;
  font-weight: 800;
}
.woocommerce ul.products li.product span.price del {
  position: absolute;
  top: -30px;
}
.woocommerce ul.products li.product span.price del span {
  font-size: 1rem;
}
.woocommerce ul.products li.product span.price del span:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 2px solid #f39f08;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-7deg);
}
.woocommerce ul.products li.product span.price del span.amount {
  float: left;
  position: absolute;
  top: -10%;
  left: 0;
}
.woocommerce ul.products li.product span.price span {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce ul.products li.product span.price .price_format {
  float: left;
}
.woocommerce ul.products li.product a.button {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
  background-color: #0094ca;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.woocommerce ul.products li.product a.button:hover {
  background-color: #F39F08;
}
.woocommerce ul.products li.product a.button .product_type_simple {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #F39F08;
}
.woocommerce ul.products li.product a.add_to_cart_button:before {
  font-family: "Font Awesome 5 Free", serif;
  content: "";
}
.woocommerce ul.products li.product a.added_to_cart .wc-forward {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px;
  text-align: center;
  background: #F39F08;
  color: #fff;
}
.woocommerce ul.products .usp-row {
  padding: 2% 0 6%;
  width: 100%;
}
.woocommerce ul.products .usp-row .usp-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
  text-align: center;
}
.woocommerce ul.products .usp-row h4 {
  margin-top: 5%;
}

section#single .product h1.product_title {
  margin-bottom: 40px;
}
section#single .product div.wc-pao-required-addon .wc-pao-addon-name {
  display: none;
}
section#single .product .wc-pao-addon-name {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}
section#single .product .wc-pao-required-addon label span {
  font-size: 1.2rem;
  color: #4796F3;
}
section#single .cart p.price.d-block {
  text-align: right;
  width: 45%;
  float: right;
}
section#single .cart .wc-pao-addon-container {
  clear: both;
}
section#single .kluisblock span {
  color: #3E94CA;
}
section#single .kluisblock ul li::before {
  font-size: 1rem;
  vertical-align: -0.05rem;
  font-family: "Font Awesome 5 Free", serif;
  content: "";
  font-weight: 900;
  color: #3E94CA;
}

/* Rounded sliders */
.switch {
  right: 0;
  position: absolute;
  display: inline-block;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.price_format {
  float: left;
  width: 175px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -4px;
  right: 0;
  bottom: 0;
  width: 53px;
  background-color: #2196F3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ccc;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

@media only screen and (max-width: 450px) {
  .col-sm-12.col-lg-3.sidebar {
    order: 2;
  }

  .col-sm-12.col-lg-3.products {
    order: 1;
  }

  .woocommerce-ordering {
    width: 100%;
    padding-top: 10%;
    text-align: center;
  }

  h3 {
    text-align: left;
  }

  p#billing_address_2_field {
    display: none;
  }

  .woocommerce p#billing_address_2_field {
    margin-left: 0 !important;
  }

  .woocommerce label, span.woocommerce-input-wrapper {
    width: 99% !important;
  }

  .woocommerce .woocommerce-additional-fields #order_comments {
    position: relative !important;
  }

  .woocommerce #order_review {
    position: relative !important;
    width: 100% !important;
  }

  .col-1, .col-2 {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.custom-html-widget #main_div, .custom-html-widget #main_div_inner, .custom-html-widget #title, .custom-html-widget #rating_div, .custom-html-widget #counter_div, .custom-html-widget #link_div, .custom-html-widget #bottom_div {
  width: 100%;
}
.custom-html-widget #rating_div {
  height: 40px;
}
.custom-html-widget #main_div {
  background-color: transparent;
  margin: -2%;
}
.custom-html-widget #main_div #title {
  padding: 0;
  text-align: left;
  font-weight: 500;
  font-size: 1.3rem;
  color: #0094ca;
  border-bottom: none;
}
.custom-html-widget #main_div #link_div {
  padding: 0 0 5px;
  background: #0094ca;
}
.custom-html-widget #main_div #link_div a {
  color: #fff !important;
}

/**
 * section sidebar
 */
.widget-content {
  display: grid;
}
.widget-content .woof_container {
  border: 1px solid rgba(62, 148, 202, 0.3);
  margin-bottom: 5%;
  padding: 5%;
  font-size: 0.9rem;
}
.widget-content .woof_container .woof_list label {
  margin-bottom: 0.3rem;
  padding: 0;
}
.widget-content.text-widget, .widget-content .custom-html-widget {
  border: 1px solid rgba(62, 148, 202, 0.3);
  margin-bottom: 5%;
  padding: 5%;
  font-size: 0.9rem;
}
.widget-content.text-widget.custom-html-widget, .widget-content .custom-html-widget.custom-html-widget {
  text-align: center;
}
.widget-content.text-widget a, .widget-content .custom-html-widget a {
  color: #000;
}
.widget-content.text-widget ul li, .widget-content .custom-html-widget ul li {
  margin-top: 1%;
}
.widget-content.text-widget ul li::before, .widget-content .custom-html-widget ul li::before {
  font-size: 1rem;
  vertical-align: -0.05rem;
  font-family: "Font Awesome 5 Free", serif;
  content: "";
  font-weight: 900;
  color: #3E94CA;
}
.widget-content h4 {
  font-size: 1.3rem;
  color: #0094ca;
}
.widget-content ul.woof_list {
  padding: 0;
}
.widget-content ul.woof_list li {
  padding: 0 !important;
}
.widget-content .woof_submit_search_form_container {
  display: none;
}

.tooltips_container {
  float: right;
}
.tooltips_container:hover .tooltips_textarea {
  display: block;
}
.tooltips_container .tooltips {
  float: right;
  font-size: 1rem;
  cursor: pointer;
}
.tooltips_container .tooltips_textarea {
  display: none;
  position: absolute;
  left: 93%;
  background: #fff;
  width: 175%;
  font-size: 1rem;
  color: #000;
  border: 1px solid;
  padding: 10px;
  z-index: 666;
}

/**
 * section single product
 */
section#single .product .slider-for .slick-list.draggable, section#single .product .slider-for .slick-track, section#single .product .slider-nav .slick-list.draggable, section#single .product .slider-nav .slick-track {
  height: inherit;
}
section#single .product .slider-for .slick-slide, section#single .product .slider-nav .slick-slide {
  outline: none;
}
section#single .product .slider-for .slick-slide img, section#single .product .slider-nav .slick-slide img {
  cursor: grab;
  width: auto;
  height: inherit;
  margin: 0 auto;
}
section#single .product .slider-for {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
section#single .product .slider-for .slick-list {
  background: #fff;
  border: 1px solid #ddd;
}
section#single .product .slider-for .slick-prev {
  left: 0;
}
section#single .product .slider-for .slick-prev::before {
  content: "‹";
}
section#single .product .slider-for .slick-next {
  right: 0;
}
section#single .product .slider-for .slick-next::before {
  content: "›";
}
section#single .product .slider-for .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}
section#single .product .slider-for .slick-prev, section#single .product .slider-for .slick-next {
  top: 0;
  bottom: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  float: left;
}
section#single .product .slider-for .slick-prev:focus, section#single .product .slider-for .slick-next:focus {
  outline: none;
}
section#single .product .slider-for .slick-prev::before, section#single .product .slider-for .slick-next::before {
  color: #ddd;
  font-size: 6rem;
}
section#single .product .slider-nav {
  height: 85px;
  margin: 3% 0 0;
}
section#single .product .slider-nav .slick-track {
  height: 85px;
  display: contents;
}
section#single .product .slider-nav .slick-prev, section#single .product .slider-nav .slick-next {
  float: left;
  margin-top: 2.5%;
  width: 14%;
  font-size: 14px;
}
section#single .product .slider-nav .slick-list {
  float: left;
  width: 500px;
  padding: 0 10px;
}
section#single .product .slider-nav .slick-slide {
  background: #fff;
  border: 1px solid #ddd;
  margin-right: 3%;
}
section#single .product .slider-nav .slick-slide img {
  cursor: pointer;
}
section#single .product .price {
  color: #0094ca;
  font-weight: 600;
}
section#single .product .price del {
  display: block;
}
section#single .product .sale-price {
  margin-left: 20px;
  color: #919191;
  font-size: 1.3rem;
  margin-top: 2%;
  text-decoration: line-through;
}
section#single .product form.cart {
  background: rgba(204, 204, 204, 0.2);
  padding: 3%;
}
section#single .product form.cart .wc-pao-addon .form-row {
  margin-bottom: -8px;
}
section#single .product form.cart div.product-addon-totals {
  margin: 20px 0 0 0;
  padding: 0;
  border-bottom: none;
}
section#single .product form.cart div.product-addon-totals ul li:first-child {
  display: none;
}
section#single .product form.cart div.product-addon-totals li.wc-pao-row-quantity-based {
  padding: 0;
}
section#single .product form.cart div.product-addon-totals .wc-pao-subtotal-line {
  margin-top: 0;
}
section#single .product form.cart div.product-addon-totals .wc-pao-subtotal-line .price {
  padding-left: 0;
}
section#single .product .product_meta {
  margin-top: 5%;
}
section#single .product .product_meta span {
  display: block;
}
section#single .product .product_meta span.sku_wrapper {
  display: none;
}
section#single .product .product_title, section#single .product .price, section#single .product .woocommerce-product-details__short-description {
  padding-left: 1%;
}
section#single .product .quantity {
  position: relative;
}
section#single .product .quantity input.input-text {
  width: 10%;
  float: left;
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  border-radius: 4px 0 0 4px;
  padding: 12px 0 12px 18px;
  margin-right: 1%;
}
section#single .product .quantity input.input-text::-webkit-inner-spin-button, section#single .product .quantity input.input-text::-webkit-outer-spin-button {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
section#single .product .product_meta {
  display: none;
}
section#single .product button.button.product_type_simple {
  margin-left: 3%;
  width: 180px;
  font-weight: 900;
}
section#single .product button.button.product_type_simple i {
  margin-right: 10%;
}
section#single .product ul.list {
  margin-top: 3%;
}
section#single .product ul.list.top {
  margin-top: 0;
}
section#single .product ul.list li {
  margin-top: 1%;
}
section#single .product ul.list li::before {
  font-size: 1rem;
  vertical-align: -0.05rem;
  font-family: "Font Awesome 5 Free", serif;
  content: "";
  font-weight: 900;
  color: #3E94CA;
}
section#single .product .navs {
  margin: 50px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fff;
}
section#single .product .navs .nav-tabs li {
  margin: 20px 20px 16px 0;
}
section#single .product .navs .nav-tabs li a {
  padding: 20px 10px;
  color: #3c3c3c;
}
section#single .product .navs .nav-tabs li a.active {
  background: linear-gradient(#0094ca, #0094ca) 0 calc(100%)/100% 3px no-repeat;
  height: 50px;
}
section#single .product .tab-content ul.products.columns-4 {
  display: flex;
  padding: 3% 0 7% !important;
}
section#single .product .tab-content ul.products.columns-4 li.product {
  height: auto !important;
  width: 25%;
  float: left;
  position: relative;
}
section#single .product .tab-content ul.products.columns-4 li:before {
  display: none !important;
}
section#single .product .tab-content ul.products.columns-4 span.price {
  position: absolute;
  bottom: 0;
  right: 1rem;
  margin-top: -2rem;
  margin-right: 2rem;
}
section#single .product .tab-content ul.products.columns-4 h2 {
  font-size: 1.2rem;
}
section#single .product .tab-content ul.products.columns-4 img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  height: auto;
  width: auto;
  min-height: 250px;
  max-height: 250px;
  max-width: 250px;
}
section#single .product .tab-content ul li::before {
  font-size: 1rem;
  vertical-align: -0.05rem;
  font-family: "Font Awesome 5 Free", serif;
  content: "";
  font-weight: 900;
  color: #3E94CA;
}
section#single .product .tab-content #comments {
  width: 50%;
  float: right;
}
section#single .product .tab-content .comment-form-rating {
  display: none;
}
section#single .product .tab-content #review_form_wrapper {
  width: 50%;
  float: left;
}
section#single .product .tab-content p {
  margin-bottom: 0;
}
section#single .product .tab-content p.comment-form-comment {
  clear: both;
}
section#single .product .tab-content p.comment-form-comment label {
  width: 100%;
}
section#single .product .tab-content #specs ul br, section#single .product .tab-content #plus ul br, section#single .product .tab-content #product ul br {
  display: none;
}

/**
 * cart, account
 */
.woocommerce {
  /**
   * navigation
   */
  /**
   * account
   */
}
.woocommerce table.cart img {
  width: 60px;
}
.woocommerce table.cart td.actions .input-text {
  width: 150px !important;
}
.woocommerce #order_review {
  width: 50%;
  position: absolute;
  top: 25%;
  right: 0;
}
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: 50%;
  width: 50%;
}
.woocommerce p {
  min-width: 100%;
}
.woocommerce p#billing_address_2_field {
  padding-left: 30%;
}
.woocommerce p label {
  width: 30%;
}
.woocommerce .woocommerce-additional-fields {
  text-align: right;
  float: right;
}
.woocommerce .woocommerce-additional-fields #order_comments {
  right: 0;
  position: absolute;
  width: 20rem;
  height: 6rem;
  top: 0;
}
.woocommerce input, .woocommerce textarea, .woocommerce .select2-container--default .select2-selection--single {
  border: 1px solid rgba(62, 148, 202, 0.3);
}
.woocommerce .select2-container--default .select2-selection--single {
  padding: 20px 18px;
}
.woocommerce span#select2-billing_country-container {
  margin-top: -13px;
}
.woocommerce nav.woocommerce-pagination {
  text-align: left !important;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 1px solid #3e94ca !important;
  border-right: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #3e94ca !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #3e94ca !important;
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #f39f08 !important;
  color: #fff !important;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 15%;
  float: left;
}
.woocommerce .woocommerce-MyAccount-content {
  float: left;
  width: 85%;
}
.woocommerce .woocommerce-Address {
  max-width: 50%;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 3.8% !important;
}

.coupon input#coupon_code {
  height: 36px;
}

.coupon button[name=apply_coupon] {
  background: #0094ca !important;
  color: #fff !important;
  border: none;
  outline: none;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

section#menu {
  margin: 0 0 30px;
  border-bottom: 3px solid #F39F08;
  background: #0094ca;
}
section#menu .navbar {
  width: 100%;
  padding: 0;
}
section#menu .navbar button.navbar-toggler {
  margin-right: 2%;
}
section#menu .navbar-nav {
  display: none;
}
section#menu .active, section#menu .current_page_item {
  background: #F39F08;
}
section#menu .menu-menu-container .current-menu-item a, section#menu .menu-menu-container .current_page_item a, section#menu .menu-menu-container a:hover {
  color: #fff;
}
section#menu .desktop li:hover > ul {
  display: block;
}
section#menu .desktop ul ul {
  display: none;
  position: absolute;
  top: 40px;
  border-top: 3px solid #F39F08;
}
section#menu .desktop ul ul li {
  float: none;
}
section#menu .desktop ul ul li a {
  padding: 5px 10px;
  font-weight: 400;
}
section#menu .desktop li {
  display: block;
  float: left;
  line-height: 40px;
  height: 40px;
  margin: 0;
  position: relative;
}
section#menu .desktop li:hover {
  background: #f39f08;
}
section#menu .desktop li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  color: #fff;
}
section#menu .desktop li a::first-letter {
  text-transform: uppercase;
}
section#menu .desktop li a:hover {
  text-decoration: none;
}
section#menu .desktop ul.sub-menu {
  z-index: 666;
  background: #fff;
  width: max-content;
}
section#menu .desktop ul.sub-menu li a {
  background: rgba(62, 148, 202, 0.1);
  color: #000;
  padding: 0 20px 20px;
}
section#menu .desktop ul.sub-menu li a:hover {
  background: #f39f08;
  color: #fff;
}
section#menu .desktop ul.sub-menu ul.sub-menu {
  margin-left: 100%;
  margin-top: -20.5%;
}
section#menu .menu-menu-container {
  font-weight: 600;
}
section#menu .navbar-collapse.show {
  margin-top: 2%;
}
section#menu .navbar-collapse.show .navbar-nav {
  display: block;
}
section#menu .navbar-collapse.show ul li a {
  color: #fff;
}
section#menu .navbar-collapse.show ul.dropdown-menu li a {
  color: #0094ca;
}
section#menu .navbar-collapse.show .dropdown-toggle::after {
  border-top: none !important;
}
section#menu .navbar-collapse.show ul > li {
  list-style-type: none;
}
section#menu .navbar-collapse.show ul > li > a:not(:last-child):after {
  content: ">";
  font-size: 2rem;
  float: right;
  width: 50px;
  text-align: center;
}
section#menu .navbar-collapse.show ul ul.sub-menu {
  width: 100%;
  left: 0;
  position: absolute;
  border-top: none;
  margin: 0;
}

ul.dropdown-menu li > ul.dropdown-menu {
  left: 100%;
  top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu {
  display: block;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #F39F08;
}

.dropdown-item {
  padding: 0.25rem 0 0.25rem 1.5rem;
}

.navbar-collapse .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 1.25rem;
}
.navbar-collapse li.dropdown.active > a.dropdown-item {
  color: #fff !important;
  background-color: #F39F08 !important;
}

li.current-menu-item.active a {
  color: #fff !important;
}

/**
 * contact page
 */
.contact img {
  float: right;
}
.contact span {
  display: block;
}
.contact iframe {
  margin-top: 5%;
}

input, textarea, select {
  border: 1px solid rgba(62, 148, 202, 0.3);
}

select {
  background: transparent;
  padding: 14px 18px;
  font-size: 16px;
}

textarea {
  padding: 14px 21px;
  height: 10em !important;
}

input.wpcf7-form-control.wpcf7-submit {
  display: block;
}

label {
  min-width: 95px;
  margin-bottom: 1.5rem;
}

span.wpcf7-list-item {
  display: block !important;
}

input[type=date] {
  padding: 9px 18px;
}

#faq.accordion .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 0.75em;
}
#faq.accordion .card .card-header {
  background-color: #0094ca;
  border-bottom: 3px solid #f39f08;
  color: #fff;
  border-radius: 0 !important;
}
#faq.accordion .card .card-header button {
  color: #fff !important;
}

.woocommerce-notices-wrapper {
  display: none;
}

tr.woocommerce-cart-form__cart-item.cart_item {
  width: 100%;
}

.col-1, .col-2 {
  max-width: 100%;
}

div#order_review {
  width: 100% !important;
  position: relative !important;
}

label.order_comments {
  width: 100% !important;
}

textarea#order_comments {
  top: auto !important;
}

@media only screen and (max-width: 1750px) {
  .homepage-slider .slide .split.small {
    display: none;
  }

  .homepage-slider .slide .split.large {
    width: 100%;
  }
}
@media only screen and (max-width: 1455px) {
  .container .content:not(.woocommerce) {
    column-count: 1;
  }

  .search-form {
    flex: 0 0 75%;
    max-width: 74%;
  }
  .search-form form {
    position: absolute;
    right: 0;
  }

  .woocommerce ul.products li.product {
    width: calc(100% / 3 - 50px) !important;
  }

  section#top {
    display: block;
  }

  section#menu .desktop {
    display: block;
  }
  section#menu li.menu-item {
    display: block;
    padding: 0;
    width: auto;
  }

  .homepage.blocks .col-sm-12 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 997px) {
  section#top {
    display: none;
  }

  section#menu .desktop {
    display: none;
  }
  section#menu li.menu-item {
    width: 100%;
  }

  .woocommerce ul.products li.product {
    width: calc(100% / 2 - 36px) !important;
  }

  .products li img {
    max-height: unset;
  }

  .homepage-slider .slide {
    height: 250px;
    padding: 0 15px;
  }
  .homepage-slider .slide .split h1 {
    font-size: 1.3rem;
  }
  .homepage-slider .slide .split ul li {
    margin-bottom: 0;
  }
  .homepage-slider .slide .split.large {
    width: 100%;
  }
  .homepage-slider .slide .split.large .slide-container {
    right: 0;
    left: auto;
    width: 50%;
  }
  .homepage-slider .slide .split.large .slide-container .button-container {
    margin-top: 15px;
  }
  .homepage-slider .slide .split.large img {
    left: 0;
  }
  .homepage-slider .slide .split.small {
    display: none;
  }
  .homepage-slider ul.slick-dots {
    display: none !important;
  }

  .container-fluid .woocommerce ul.products[class*=columns-] li.product, .container-fluid .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }

  .product .slider-nav.slick-initialized.slick-slider {
    display: none;
  }

  section#single .cart p.price.d-block {
    text-align: left;
    width: 100%;
  }

  .description {
    float: left;
    width: 40%;
  }

  .kluisblock {
    float: right;
    width: 60%;
    margin-top: -4%;
    margin-bottom: 5%;
  }

  table tr {
    display: inline-grid;
    width: 50%;
  }
  table tr th.text-center, table tr th.text-right {
    text-align: left !important;
  }
  table .right {
    position: absolute;
    width: 45%;
  }
  table .right td {
    text-align: right !important;
  }
}
@media only screen and (max-width: 768px) {
  tr.woocommerce-cart-form__cart-item.cart_item p {
    display: flex;
  }

  li.shoppingcart {
    text-align: left !important;
    margin: 0 0 0.4rem 1.2rem !important;
  }
  li.shoppingcart a {
    position: relative;
    margin-top: -7%;
    margin-left: 0;
    padding: 0;
  }

  #specs table tr {
    width: 100% !important;
  }

  section#single .product .tab-content #comments {
    width: 100% !important;
  }

  #commentform.comment-form label {
    min-width: 50px !important;
  }

  .comment-form fieldset {
    margin-left: -40px;
  }

  .homepage .blokk {
    margin-bottom: 5%;
  }
  .homepage .blokk p {
    text-align: center;
  }

  .front_blocks .woocommerce {
    width: 50%;
  }
  .front_blocks .woocommerce li.product {
    height: 450px !important;
  }

  .homepage-slider .slide .text h3 {
    font-size: 4.5vw;
  }
  .homepage-slider .slide .text p {
    font-size: 3vw;
    line-height: 3vw;
  }

  #bottom .col-sm-12 {
    margin-bottom: 5%;
  }

  .order {
    order: 3;
  }

  .woocommerce ul.products li.product {
    margin: 0 3.8% 2.992em 0 !important;
  }

  .col-1 {
    width: 100% !important;
    max-width: 100% !important;
  }

  label.order_comments, h3 {
    text-align: left !important;
  }

  textarea#order_comments {
    position: relative !important;
  }

  #order_review tr {
    width: 100% !important;
  }
}
@media only screen and (max-width: 700px) {
  .homepage-slider .slide .slide-container .block {
    display: none;
  }
}
@media only screen and (max-width: 686px) {
  .woocommerce ul.products li.product {
    width: calc(100%) !important;
  }

  a.btn {
    margin: 0.3rem !important;
    width: 100%;
  }

  .description {
    width: 100%;
    margin-bottom: 6%;
  }

  .kluisblock {
    width: 100%;
  }

  .product {
    padding: 0;
  }
  .product label span {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .front_blocks .woocommerce {
    width: 100%;
  }

  .slider2 {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .front_blocks .woocommerce {
    width: 100%;
  }
  .front_blocks .woocommerce li.product {
    height: 450px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .homepage.blocks {
    margin-bottom: 50px;
  }
}
input.wpcf7-date {
  z-index: 1000 !important;
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 1146px) {
  section#slider {
    display: none;
  }
}
