/*
Theme Name:     Van Binnen (Custom  Theme)
Theme URI:      http://vanbinnen.com
Author:         1337 Factory
Author URI:     http://1337factory.nl
Template:     	storefront
Description:  	Custom WooCommerce Theme designed for Van Binnen Wonen
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	1337 Factory, Van Binnen Wonen, Custom,
This theme, like WordPress, is licensed under the GPL.
*/
/*
 * Add your own custom css below this text.
 */
/* Custom CSS
========================================= */
body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: block;
}

.slideout-menu-left {
  left: 0;
  display: none;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  background: white;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.menu {
  background: #f6f6f6;
}

.menu .stroke {
  height: 35px;
  margin-top: 24%;
  color: white;
  text-align: center;
  font-family: "Sofia Pro";
}

.toggle-button {
  background: transparent;
  color: white;
  display: none;
  outline: unset;
  font-size: 1.6em;
}

.toggle-button:hover {
  background: transparent;
  outline: unset;
}

.toggle-button:focus {
  outline: unset;
}

.flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product {
  margin-top: 60px;
}

a {
  outline: unset;
}

/* Make image 75% width to make room to its right */
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  width: 75%;
  float: left;
  max-height: 500px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport img {
  max-height: 350px;
  width: auto;
}

.flex-control-thumbs {
  width: 20%;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 100%;
  height: auto;
}

.storefront-full-width-content.single-product div.product .summary {
  width: 50%;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
  margin: 0 0 25px 10%;
}

.single-product div.product .woocommerce-product-gallery img {
  height: auto;
  border-radius: unset;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-left: #83B88F solid 4px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin-right: 15%;
  max-height: 370px;
  overflow-Y: hidden;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:hover {
  overflow-y: auto;
}

.woocommerce-product-gallery {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.woocommerce-product-gallery ::-webkit-scrollbar {
  width: 5px;
}

.woocommerce-product-gallery ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.woocommerce-product-gallery ::-webkit-scrollbar-thumb {
  background: #83B88F;
  -webkit-transition: overflow-y 2s ease-in-out;
  transition: overflow-y 2s ease-in-out;
}

.woocommerce-product-gallery ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.product_title {
  margin-bottom: 0;
  font-family: Populaire;
  color: #5B5B5B;
  letter-spacing: 1px;
  transform: scale(1, 1.2);
  -webkit-transform: scale(1, 1.2);
  /* Safari and Chrome */
  -moz-transform: scale(1, 1.2);
  /* Firefox */
  -ms-transform: scale(1, 1.2);
  /* IE 9+ */
  -o-transform: scale(1, 1.2);
  /* Opera */
}

.price {
  margin: 0 0 0 0;
}

.woocommerce-Price-amount {
  font-family: Sofia Pro Light;
  color: #83B88F;
  font-size: 1.3em;
}

.woocommerce-product-gallery__image {
  height: auto;
}

.onsale {
  display: none;
}

.woocommerce-product-details__short-description {
  font-family: Sofia Pro Light;
  margin-top: 25px;
}

.quantity .qty {
  height: 45px;
}

.cart {
  border-bottom: 1px solid lightgray;
}

.cart button {
  padding: 10px 40px;
  font-size: 1.2em;
  font-family: sofia pro light;
  width: 80%;
}

.single_add_to_cart_button {
  background: #83B88F;
}

.custom_fields .product_specifications {
  margin-top: 25px;
}

.custom_fields .leveringsvoorwaarden {
  margin-top: 25px;
  margin-bottom: 5%;
}

.custom_fields h1 {
  font-family: Populaire;
  color: #83B88F;
  margin-bottom: -5px;
}

.custom_fields p {
  font-size: 1.2em;
  font-family: Sofia Pro Light;
  margin-bottom: 10px;
}

.pswp__item {
  background: white;
}

.pswp__caption__center {
  display: none;
}

.pswp__ui--idle .pswp__top-bar .pswp__ui {
  background: #83B88F;
}

.pswp__caption {
  background: #83B88F;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background: #83B88F;
}

section.related h2 {
  border-top: 1px solid lightgray;
  padding-top: 15px;
}

.related .products {
  margin: 0;
}

.related .products li a h2 {
  border: unset;
}

.related .products h2 {
  text-align: center !important;
  color: #5B5B5B;
  font-size: 2.5em !important;
}

.related img {
  height: 200px;
  width: auto;
}

.related h2 {
  font-family: Populaire;
  color: #83B88F;
  font-size: 3em !important;
  text-align: left !important;
  margin-top: 2%;
}

.related .woocommerce-Price-amount {
  font-size: 1.9em;
}

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
  background: #83B88F;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-favorites {
  height: 20px;
}

.add-favorites img {
  border-radius: unset;
}

.wishlist_table .add_to_cart, a.add_to_wishlist.button.alt {
  border-radius: unset;
}

.single-product div.product p.price {
  margin: 0 0;
}

.about_brand h1 {
  margin-top: 5%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:only-child):not(.flex-active-slide) {
  margin: 0;
  display: none;
}

.columns-3 ul.products li.product img {
  max-height: 200px !important;
}

.product_meta {
  display: none;
}

/* Media Queries (max-width: 760px)(mobile)
=========================================== */
@media (min-width: 400px) and (max-width: 700px) {
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin: 25px 0 0 25px;
  }
  .single-product div.product .woocommerce-product-gallery .flex-viewport img {
    max-height: 150px;
    width: auto;
  }
  .single_add_to_cart_button {
    margin-top: 15px;
  }
  .flex-active-slide img {
    max-width: 100%;
    min-height: auto;
    margin-right: 10px;
  }
  .storefront-full-width-content.single-product div.product .summary {
    width: 90%;
    margin-top: 30px;
    padding-left: 15%;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin-right: 10px;
    border-left: unset;
  }
  .yith-wcwl-add-button {
    width: 20%;
  }
  .yith-wcwl-wishlistexistsbrowse {
    margin-left: 25px;
  }
  .yith-wcwl-wishlistexistsbrowse a {
    margin-left: 85px !important;
  }
  button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
    width: 75%;
  }
  .flex-active-slide img {
    margin-left: -3px;
  }
  .related {
    text-align: center;
  }
  .woocommerce-product-details__short-description {
    margin-top: 10px;
  }
  /*
  =============== */
}

/* Media Queries landscape mode (mobile)
========================================= */
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  /*
=============== */
}

/* Media Queries (max-width: 1380px)(laptop)
========================================= */
@media (min-width: 601px) and (max-width: 1380px) {
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    margin-left: 127px;
  }
  .flex-active-slide img {
    margin-left: -2px;
  }
  .flex-control-thumbs {
    width: 35%;
  }
  /*
=============== */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin: 25px 0 0 25px;
  }
  .single-product div.product .woocommerce-product-gallery .flex-viewport img {
    max-height: 150px;
    width: auto;
  }
  .flex-active-slide img {
    max-width: 100%;
    min-height: auto;
    margin-right: 10px;
  }
  .storefront-full-width-content.single-product div.product .summary {
    width: 90%;
    margin-top: 30px;
    padding-left: 15%;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin-right: 10px;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-left: unset;
  }
  .yith-wcwl-add-button {
    width: 20%;
  }
  .yith-wcwl-wishlistexistsbrowse {
    margin-left: 25px;
  }
  .yith-wcwl-wishlistexistsbrowse a {
    margin-left: 85px !important;
  }
  button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
    width: 75%;
  }
  .flex-active-slide img {
    margin-left: -3px;
  }
  .related {
    text-align: center;
  }
  .woocommerce-product-details__short-description {
    margin-top: 10px;
  }
}

.woocommerce-products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 500px;
  margin: -60px 10% 0 10%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px !important;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.woocommerce-products-header .row {
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
  margin: -25px 0 0;
}

.woocommerce-products-header .row .col-sm-6 {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-products-header .row img {
  max-height: 385px;
  border-radius: unset;
}

.woocommerce-products-header h1 {
  font-family: Populaire;
  font-size: 4em;
  color: #83b88f;
  margin-top: 10px;
}

.woocommerce-products-header .woocommerce-products-header__title {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 2%;
  width: 100%;
}

.woocommerce-products-header .woocommerce-products-header__title h1 {
  font-family: Populaire;
  font-size: 3em;
  color: #83b88f;
}

.woocommerce-products-header .product-cat-details {
  text-align: left;
  overflow-y: auto;
  width: 125%;
  max-height: 390px;
}

.woocommerce-products-header .term-description {
  display: none;
}

.woocommerce-products-header ::-webkit-scrollbar {
  width: 8px;
}

.woocommerce-products-header ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.woocommerce-products-header ::-webkit-scrollbar-thumb {
  background: #83b88f;
}

.woocommerce-products-header ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.woocommerce-info {
  margin: 0 10%;
  background: orange;
}

.storefront-sorting {
  margin: 1% 0 3% 10.1%;
}

.storefront-sorting .woocommerce-ordering .orderby {
  background: #83b88f;
  color: white;
}

ul.products {
  margin-left: 3%;
}

.columns-4 {
  margin: 0 7%;
}

.columns-4 ul.products li.product img {
  max-height: 200px;
  width: auto;
  border-radius: unset;
}

.woocommerce-loop-product__title {
  font-family: "Sofia Pro Semi Bold";
  font-size: 1.8rem !important;
  color: #5b5b5b;
}

.woocommerce-LoopProduct-link a {
  outline: none;
}

.products .price {
  font-size: 1.1em;
}

.products .price .amount {
  color: #6c8f96;
  font-family: "Sofia Pro";
}

.storefront-sorting .woocommerce-pagination {
  margin-right: 12%;
}

@media (min-width: 601px) and (max-width: 1380px) {
  .woocommerce-products-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 500px;
  }
  .woocommerce-products-header .row img {
    width: auto;
    border-radius: unset;
    max-height: 260px;
    max-width: 95%;
  }
  .woocommerce-products-header .product-cat-details {
    max-height: 260px;
    width: 135%;
    margin-left: -15px;
  }
  .woocommerce-loop-product__title {
    font-size: 1.4rem !important;
    margin-bottom: -30px;
  }
}

@media (min-width: 400px) and (max-width: 700px) {
  .woocommerce-products-header img {
    margin: 20% 0 0 0;
    max-height: 230px;
    width: 100%;
  }
  .woocommerce-products-header .product-cat-details {
    display: none;
  }
}

.swatch-anchor {
  height: 20px;
  width: 20px;
  border-radius: 20px;
}

.select-option {
  border-radius: 20px;
}

a.reset_variations {
  display: none;
}

.shop_table .cart .wishlist_table .product-stock-status {
  display: none;
}

td.product-price {
  font-size: 1.3em;
}

td.product-name {
  text-align: center !important;
}

th.product-price span {
  font-size: 1.3em;
}

td.product-name {
  font-size: 1.4em;
  text-align: center;
}

td.product-name a {
  color: #83B88F;
}

td.product-add-to-cart a {
  font-size: 1.5em;
}

th.product-name {
  text-align: center;
}

th.product-name span {
  font-size: 1.3em;
}

th.product-price {
  text-align: center;
}

td.product-stock-status {
  display: none;
}

th.product-stock-status {
  display: none;
}

.post-1939 .entry-header {
  display: none;
}

#yith-wcwl-form {
  margin: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wishlist-title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.wishlist-title h2 {
  font-family: Populaire;
  font-size: 3em;
  color: #83B88F;
}

span.feedback {
  font-size: 1em;
}

.yith-wcwl-wishlistexistsbrowse {
  font-family: "Sofia Pro Light";
  font-size: 1em;
}

.yith-wcwl-wishlistexistsbrowse .feedback {
  font-size: 1.5em;
}

.yith-wcwl-wishlistexistsbrowse a {
  color: #83B88F;
  margin-left: 15px;
  font-size: 1em;
}

.yith-wcwl-add-to-wishlist a {
  font-family: "Sofia Pro Light";
  color: #83B88F;
}

.yith-wcwl-add-to-wishlist span {
  font-family: "Sofia Pro Light";
}

.yith-wcwl-wishlistaddedbrowse .show {
  font-size: 1.7em;
}

.woocommerce-cart-form {
  margin: 3% 0 0 0;
  font-family: "Sofia Pro light";
}

.woocommerce-cart-form a {
  color: #5B5B5B;
}

.woocommerce-cart-form th {
  background: #83B88F;
  text-align: center;
}

.woocommerce-cart-form table.cart {
  color: white;
  font-size: 1.0em;
}

.woocommerce-cart-form table.cart .product-remove {
  width: 50px;
}

.woocommerce-cart-form table.cart .product-remove .product-thumbnail img {
  width: auto;
  height: 150px;
}

.woocommerce-cart-form table.cart td, .woocommerce-cart-form table.cart th {
  padding: 5px 0;
}

.woocommerce-cart-form .woocommerce-Price-amount {
  font-size: 1.3em;
}

.cart-collaterals {
  margin-right: 15%;
}

.cart-collaterals h2 {
  color: #5B5B5B;
}

.cart-collaterals .woocommerce-shipping-calculator {
  color: #83B88F;
}

.cart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Populaire;
  font-size: 1.4em;
  margin-top: 30px;
}

.cart-title h1 {
  color: #83B88F;
  margin-bottom: 0;
}

#post-38 .woocommerce-message {
  display: none;
}

@media (min-width: 400px) and (max-width: 700px) {
  .woocommerce-cart-form table.cart {
    margin-top: 25px;
  }
  tr {
    color: #5B5B5B;
  }
  .cart-collaterals {
    margin-right: 0;
  }
  button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
    width: 100%;
  }
  .product-name a {
    color: #83B88F;
  }
}

.woocommerce-checkout {
  font-family: "Sofia Pro Light";
}

.woocommerce-checkout .checkout {
  margin: 0 10%;
}

.woocommerce-checkout .woocommerce-info {
  background: #83B88F;
  font-size: 1.2em;
}

.woocommerce-checkout .woocommerce-billing-fields {
  font-size: 1.1em;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
  color: #5B5B5B;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  font-size: 1.2em;
}

.woocommerce-checkout .select2-selection__rendered {
  color: #83B88F;
  font-family: "Sofia Pro Medium";
}

.woocommerce-checkout .woocommerce-notice {
  background: darkorange;
  font-family: "Sofia Pro Medium";
}

.woocommerce-checkout #payment .place-order {
  padding: 0;
}

.woocommerce-checkout #payment .place-order button {
  background: #83B88F;
}

.woocommerce-checkout .woocommerce-error {
  background: darkorange;
  font-size: 1.1em;
  line-height: 2em;
}

#post-39 .woocommerce-info, #post-39 .entry-header {
  display: none;
}

.woocommerce-MyAccount-content .woocommerce-message {
  margin-top: 0;
}

.register {
  margin: 0 5%;
}

.woocommerce .my-account-wrapper {
  margin: 0 10%;
}

.woocommerce #customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce #customer_login h2 {
  color: #83B88F;
}

.woocommerce #customer_login .col-1 {
  margin-right: 0;
  text-align: center;
}

.woocommerce #customer_login .col-2 {
  text-align: center;
  margin-top: 25px;
}

.woocommerce #customer_login .woocommerce-form-login {
  border: 1px solid #83B88F;
  padding: 10px;
}

.woocommerce #customer_login .register {
  border: 1px solid #83B88F;
  padding: 10px;
}

.ui-dialog.wdm-enquiry-modal {
  background: white;
  border-radius: unset;
  border: 4px solid #83B88F;
}

.ui-dialog.wdm-enquiry-modal .ui-dialog-title {
  font-family: "Sofia Pro Semi Bold";
  color: #83B88F;
  font-size: 1.4em;
}

.ui-dialog.wdm-enquiry-modal #send-btn, .ui-dialog.wdm-enquiry-modal #cancel {
  background: #83B88F;
  font-family: "Sofia Pro light";
}

.ui-dialog.wdm-enquiry-modal #wdm_product_name {
  font-family: "Sofia Pro";
  color: #5B5B5B;
  font-size: 1.1em;
}

.ui-dialog.wdm-enquiry-modal .contact-bottom {
  display: none;
}

#enquiry input.button {
  margin: 5px 0 0 33%;
  border-radius: unset;
  border: unset;
  background: #5B5B5B;
  height: 30px;
  font-family: "Sofia Pro Light";
}

@media (min-width: 400px) and (max-width: 700px) {
  .ui-dialog.wdm-enquiry-modal {
    top: 5px !important;
  }
  #enquiry {
    margin-right: 40%;
  }
}

.post {
  margin: 0 10%;
}

.post .entry-header {
  margin-top: 50px;
}

.post .entry-header h2 {
  font-size: 4em;
  text-align: center;
}

.post .entry-header h2 a {
  text-decoration: none;
  font-family: Populaire;
  color: #83B88F;
}

.post .entry-header .posted-on {
  text-align: center;
  font-family: "Sofia Pro Light";
}

.hentry h1 {
  font-family: Populaire;
  color: #83B88F;
  font-size: 4em;
  text-align: center;
}

.hentry .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.hentry .entry-header .posted-on {
  text-align: center;
  font-family: "Sofia Pro Light";
}

.hentry .entry-meta .comments-link {
  display: none;
}

.hentry .entry-meta .cat-links {
  display: none;
}

.hentry .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hentry .author .label {
  font-family: "Sofia Pro Semi Bold";
  color: #83B88F;
  font-size: 1.4em;
}

.hentry .author a {
  text-decoration: none;
}

.hentry .author .url {
  font-family: Populaire;
  font-size: 1.6em;
  color: #5B5B5B;
}

.hentry .comments-area h2 {
  text-align: center;
  padding-top: 5%;
  font-family: Populaire;
  font-size: 3em;
  color: #83B88F;
}

.hentry .comments-area .comment-author {
  font-family: Populaire;
  color: #83B88F;
  font-size: 1.4em;
}

.hentry .comments-area .comment-author .avatar {
  display: none;
}

.hentry .comments-area .byuser .commentmetadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hentry .comments-area .byuser .commentmetadata .comment-date {
  font-family: "Sofia Pro Light";
}

.hentry .comments-area .byuser .reply {
  font-family: "Sofia Pro Semi Bold";
  color: #5B5B5B;
}

.slide-left {
  position: fixed !important;
  height: 100% !important;
}

.responsive-menu-button {
  background: #83b88f !important;
  position: fixed !important;
}

#responsive-menu-container {
  background: #f6f6f6 !important;
}

#responsive-menu-wrapper {
  background: #f6f6f6 !important;
}

.responsive-menu-item-link {
  background: #83b88f !important;
  border: unset !important;
  margin-bottom: 1px;
}

.responsive-menu-subarrow {
  background: #83b88f !important;
  border: 1px solid #83b88f !important;
}

#responsive-menu li a {
  margin-bottom: 1px !important;
}

#responsive-menu-button {
  height: 40px !important;
}

.responsive-menu-search-box {
  margin-top: 45px !important;
}

#responsive-menu-container {
  width: 100% !important;
}

.fixedPosition {
  overflow: hidden;
}

.woocommerce-checkout .entry-header {
  display: none;
}

.woocommerce-checkout .container-fluid .site-header .container {
  display: none;
}

.woocommerce-checkout .navbar-wrapper {
  display: none;
}

.my-account-wrapper {
  margin: unset !important;
}

#customer_login .register {
  display: none;
}

#customer_login .col-2 h2 {
  font-weight: bold;
  cursor: pointer;
}

td {
  width: unset;
}

.error-404 {
  margin: 0 10%;
}

.error-404 .fourohfour-columns-2 {
  display: none;
}

.error-404 p {
  display: none;
}

.error-404 .woocommerce-product-search {
  display: none;
}

.error-404 .search-field {
  display: none;
}

.error-404 section {
  text-align: center;
}

.error-404 section h2 {
  color: #83B88F;
}

.error-404 .page-header {
  font-family: Populaire;
  font-size: 1.8em;
  text-align: center;
}

.error-404 .page-header h1 {
  color: #83B88F;
}

.cart-empty {
  text-align: center;
  font-family: Populaire;
  font-size: 3em;
  color: #83B88F;
}

.return-to-shop {
  text-align: center;
  margin-bottom: 15%;
}

.woocommerce-password-strength {
  display: none !important;
}

.post-4 {
  margin-top: 5%;
}

.post-2 .entry-header, .post-4 .entry-header {
  display: none;
}

.woocommerce-error {
  margin: 0 10% 25px 0;
  background: orange;
}

.woocommerce-checkout-review-order-table {
  width: 120%;
  font-size: 0.7em;
  margin: 0px -10%;
}

.cart-collaterals {
  margin-right: unset;
}

table.cart .product-thumbnail img {
  width: auto;
  height: 95px;
  max-width: unset;
}

.woocommerce-cart-form__cart-item button {
  width: unset;
}

.woocommerce-cart-form__cart-item td a {
  margin-top: 50px;
}

.woocommerce-cart-form__contents button {
  width: unset;
}

#checkout-wrapper #checkout_coupon {
  margin-bottom: 50px;
}

#checkout-wrapper #order_info #order_review_heading {
  text-align: center;
  font-family: Populaire;
  font-size: 2.8em;
  color: #333333;
}

#checkout_timeline .active {
  color: #83B88F;
}

#pa_kleur, #pa_type-soort, #pa_maat {
  background: #83B88F;
  color: white;
}

.variations .reset_variations {
  display: none !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  max-height: 370px;
}

.added_to_cart {
  display: none;
}

.xoo-cp-container .xoo-cp-added {
  display: none;
}

.xoo-cp-container .xoo-cp-btns .xoo-cp-btn {
  background: #83B88F;
}

.xoo-cp-container .xoo-cp-ptitle a {
  font-size: 15px;
}

.xoo-cp-container .xoo-cp-pimg img {
  max-width: unset;
  width: auto;
  height: 85px;
}

.xoo-cp-container .xoo-cp-pprice span {
  font-size: 1em;
}

#yith-wcwl-form {
  margin: 0 0;
}

#yith-wcwl-form .wishlist-title {
  display: none;
}

#yith-wcwl-form .wishlist_table .product-thumbnail a img {
  width: auto;
  max-width: 150px;
  height: 150px;
}

#checkout-wrapper #form_actions {
  margin-right: 10%;
}

.shipping-calculator-button {
  display: none;
}

.woocommerce-notice--success {
  font-size: 1.2em;
  text-align: center;
  color: white;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
  margin: 0;
}

.status-private {
  margin: 0 10%;
}

.status-publish {
  margin: 0 10%;
}

form {
  margin-bottom: 0;
}

a:active {
  outline: none;
}

a:focus {
  outline: none;
}

.content-area {
  background: white;
}

.site-header {
  border-bottom: none;
  padding-top: 0;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
  margin-bottom: 0;
}

.entry-header {
  background: white;
}

.woocommerce {
  background: white;
}

.entry-content {
  background: white;
}

table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
  text-align: center;
}

.coupon .button {
  background: #5B5B5B;
  color: white;
}

.cart-collaterals {
  font-family: Sofia Pro Semi Bold;
}

.wc-proceed-to-checkout .button.checkout-button {
  background: #83B88F;
}

.woocommerce-message {
  background: #83B88F;
  display: none;
}

.home.blog .site-header {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation a {
  color: #5B5B5B;
  font-family: Sofia Pro Medium;
  font-size: 1.2em;
}

.woocommerce-MyAccount-navigation a ul li a:before {
  color: #83B88F;
}

.not-found {
  margin: 0 10%;
}

.post-password-form {
  text-align: center;
  margin: 10% 0;
}

/* Imports
========================================= */
@font-face {
  font-family: Sofia Pro Semi Bold;
  src: url("ext-assets/fonts/sofia_pro/Sofia Pro Semi Bold.otf");
}

@font-face {
  font-family: Sofia Pro Medium;
  src: url("ext-assets/fonts/sofia_pro/Sofia Pro Medium.otf");
}

@font-face {
  font-family: Sofia Pro Light;
  src: url("ext-assets/fonts/sofia_pro/Sofia Pro Light.otf");
}

@font-face {
  font-family: Populaire;
  src: url("ext-assets/fonts/populaire/populaire-regular.ttf");
}

/* General
========================================= */
* {
  margin: 0;
}

#main {
  margin-top: 60px;
}

.mobile-menu {
  display: none;
  height: 60px;
  background: #83B88F;
  z-index: 2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mobile-menu .col-sm-3 {
  width: 100%;
}

.mobile-menu .col-sm-3.mobile-logo img {
  height: 60px;
  width: auto;
  margin: 0 auto;
}

.mobile-menu .col-sm-3.mobile-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-menu .col-sm-3.mobile-icons .mobile-icon-wrap img {
  height: 30px;
  width: auto;
}

body {
  height: 100%;
  margin: 0;
  /* Section: Webshop Button
========================================= */
  /* Identity
========================================= */
  /* Section: Call To Action (2)
========================================= */
  /* Section: Categories
========================================= */
  /* Section: Banner Bottom
========================================= */
}

body .container-fluid {
  padding: 0;
  /* Header & Logo
========================================= */
  /* Navigation
========================================= */
  /* Section: Welcome
========================================= */
}

body .container-fluid .site-header .stroke {
  background: #83B88F;
  height: 20px;
}

body .container-fluid .site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  border-bottom: 1px solid lightgray;
  width: 80%;
}

body .container-fluid .site-header .container .searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  margin-top: 50px;
}

body .container-fluid .site-header .container .searchbar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container-fluid .site-header .container .searchbar .wrapper button {
  border: none;
  margin-left: 145px;
  background: transparent;
  position: absolute;
}

body .container-fluid .site-header .container .searchbar .wrapper button img {
  height: 20px;
  margin: -32px 0 0 -5px;
  max-width: 25px;
}

body .container-fluid .site-header .container .searchbar .wrapper input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid darkgrey;
  padding: 5px 50px 0 10px;
}

body .container-fluid .site-header .container .logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .container-fluid .site-header .container .logo .logoImage {
  height: 100px;
}

body .container-fluid .site-header .container .col-sm-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .container-fluid .site-header .container .col-sm-4 .navIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

body .container-fluid .site-header .container .col-sm-4 .navIcons img {
  height: 30px;
}

body .container-fluid .site-header .container .col-sm-4 .navIcons .navIconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  font-family: "Sofia Pro Medium";
}

body .container-fluid .site-header .container .col-sm-4 .navIcons .navIconWrap .navIcon {
  height: 35px;
}

body .container-fluid .site-header .container .col-sm-4 .navIcons .navIconWrap span {
  color: #5B5B5B;
}

body .container-fluid .site-header .container .icons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}

body .container-fluid .navbar-wrapper .container {
  border-bottom: 1px solid lightgray;
  max-height: 45px;
  width: 80%;
  margin-top: -1px;
}

body .container-fluid .navbar-wrapper .container .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Sofia Pro Medium";
}

body .container-fluid .navbar-wrapper .container .navbar .col-sm-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .container-fluid .navbar-wrapper .container .navbar .menuitems .navbar {
  margin: 0px;
}

body .container-fluid .navbar-wrapper .container .navbar #menu-primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 0px;
}

body .container-fluid .navbar-wrapper .container .navbar a {
  text-decoration: none;
}

body .container-fluid .navbar-wrapper .container .navbar a:hover {
  color: white;
}

body .container-fluid .navbar-wrapper .container .navbar li {
  padding: 12px 15px 0px 15px;
}

body .container-fluid .navbar-wrapper .container .navbar li:hover {
  background: #83B88F;
  color: white;
}

body .container-fluid .navbar-wrapper .container .navbar li:hover > a {
  color: white;
}

body .container-fluid .navbar-wrapper .container .navbar li .sub-menu {
  display: none;
  position: absolute;
  background: white;
  list-style: none;
  margin-left: -15px;
  min-width: 50px;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

body .container-fluid .navbar-wrapper .container .navbar li .sub-menu li {
  min-width: 200px;
  width: 100%;
}

body .container-fluid .navbar-wrapper .container .navbar li .sub-menu li a {
  color: #5B5B5B;
  font-size: 1.2em;
}

body .container-fluid .navbar-wrapper .container .navbar li .sub-menu li:hover {
  background: #83B88F;
  width: 100%;
}

body .container-fluid .navbar-wrapper .container .navbar li .sub-menu li:hover:hover > a {
  color: white;
}

body .container-fluid .navbar-wrapper .container .navbar li ul {
  position: relative;
  overflow: visible;
}

body .container-fluid .navbar-wrapper .container .navbar li .menu-item li {
  overflow: visible;
  float: left;
}

body .container-fluid .navbar-wrapper .container .navbar a {
  color: #5B5B5B;
  font-size: 1.4em;
}

body .container-fluid .navbar-wrapper .container .navbar a:hover {
  background-color: transparent;
}

body .container-fluid .navbar-wrapper .container .navbar .blogMenu {
  color: #B25B67;
}

body .container-fluid .navbar-wrapper .container .navbar .searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
}

body .container-fluid .navbar-wrapper .container .navbar .searchbar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container-fluid .navbar-wrapper .container .navbar .searchbar .wrapper button {
  border: none;
  margin-left: 145px;
  background: transparent;
  position: absolute;
}

body .container-fluid .navbar-wrapper .container .navbar .searchbar .wrapper button img {
  height: 20px;
  margin: -32px 0 0 -5px;
  max-width: 25px;
}

body .container-fluid .navbar-wrapper .container .navbar .searchbar .wrapper input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid darkgrey;
  padding: 5px 50px 0 10px;
}

body .container-fluid .navbar-wrapper .container .navbar .socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  display: none;
}

body .container-fluid .navbar-wrapper .container .navbar .socialmedia img {
  height: 40px;
}

body .container-fluid #welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  font-family: Populaire;
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body .container-fluid #welcome .btn {
  background: #83B88F;
  color: white;
}

body .container-fluid #welcome .btn:hover {
  color: #333;
}

body .container-fluid #welcome .button-top {
  font-size: 5em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 5% 0 0 7%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

body .container-fluid #welcome .button-top a {
  text-decoration: none;
  color: white;
}

body .container-fluid #welcome .button-top a:hover {
  color: #333;
}

body .container-fluid #welcome .button-top p {
  margin: 0;
  height: 80px;
}

body .container-fluid #welcome .button-bottom {
  margin: 0 10% 6% 0;
  font-size: 3em;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

body .container-fluid #welcome .button-bottom a {
  text-decoration: none;
  color: white;
}

body .container-fluid #welcome .button-bottom a:hover {
  color: #333;
}

body .container-fluid #welcome .button-bottom p {
  margin: 0;
  height: 50px;
}

body .container-fluid .line {
  border-bottom: 1px solid lightgray;
  margin: 2% 10% 2% 10%;
}

body #webshopButton .col-sm-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 2%;
}

body #webshopButton .col-sm-12 .btn {
  background: #83B88F;
  font-size: 6em;
  color: white;
  font-family: Populaire;
  width: 80%;
  padding: 2% 0;
}

body #webshopButton .col-sm-12 .btn a {
  text-decoration: none;
  color: white;
}

body #webshopButton .col-sm-12 .btn a:hover {
  color: #333;
}

body #webshopButton .col-sm-12 .btn img {
  display: initial;
}

body #webshopButton .line {
  border-bottom: 1px solid lightgray;
  margin: 4% 10% 2% 10%;
}

body #identity {
  min-height: 40vh;
}

body #identity .row {
  margin: 0 auto;
}

body #identity .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Populaire;
  font-size: 3em;
  color: #5B5B5B;
  margin-bottom: 2%;
}

body #identity .col-sm-4 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #identity .col-sm-4 .wrapper .text {
  text-align: center;
  font-family: "Sofia Pro Medium";
}

body #identity .line {
  border-bottom: 1px solid lightgray;
  margin: 4% 10% 0 10%;
}

body #cta .row {
  padding: 0 8%;
}

body #cta .row .col-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body #cta .row .col-sm-6 .ctaImage {
  height: 300px;
  width: 90%;
  background: #83B88F;
  margin-top: 50px;
}

body #cta .row .col-sm-6 .ctaImage p {
  margin: 0 0 -10px 0;
}

body #cta .row .col-sm-6 .ctaImage .btn {
  font-size: 4em;
  margin-top: 7%;
  font-family: Populaire;
  color: white;
  position: absolute;
}

body #cta .row .col-sm-6 .ctaImage .btn a {
  text-decoration: none;
  color: white;
}

body #cta .row .col-sm-6 .ctaImage .btn a:hover {
  color: #333;
}

body #cta .row .col-sm-6 .ctaImage .left {
  background: #B25B67;
}

body #cta .row .col-sm-6 .ctaImage .right {
  background: #83B88F;
}

body #cta .row .col-sm-6 .ctaImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #cta .line {
  border-bottom: 1px solid lightgray;
  margin: 3% 10% 2% 10%;
}

body #categories .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Populaire;
  font-size: 3em;
  color: #5B5B5B;
  padding-bottom: 2%;
}

body #categories .container {
  width: 90%;
}

body #categories .container .btn {
  height: 85px;
  background: #83B88F;
  color: white;
  font-family: Populaire;
  font-size: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #categories .container .btn a {
  text-decoration: none;
  color: white;
}

body #categories .container .btn a:hover {
  color: #333;
}

body #categories .container .sale-button a:hover {
  color: #B25B67;
}

body #categories .line {
  border-bottom: 1px solid lightgray;
  margin: 3% 6% 2% 6%;
}

body #bannerBottom .row {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body #bannerBottom .row img {
  max-width: 100%;
  height: auto;
}

body #bannerBottom .row .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: #6C8F96;
  font-size: 5em;
  font-family: Populaire;
  color: white;
  margin: 0 75px 75px 0;
  text-decoration: none;
}

body #bannerBottom .row .btn a {
  text-decoration: none;
  color: white;
}

body #bannerBottom .row .btn a:hover {
  color: #333;
  text-decoration: none;
}

body #bannerBottom .row p {
  margin: 0 0 -20px 0;
}

body .stroke {
  background: #83B88F;
  height: 50px;
}

/* Footer
========================================= */
#vb-footer {
  background: #D0DCDF;
  padding-bottom: 25px;
}

#vb-footer .row .col-sm-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#vb-footer .row .col-sm-4 h1 {
  font-family: "Populaire";
  margin-right: 10px;
  font-size: 3.5em;
}

#vb-footer .row .col-sm-4 a, #vb-footer .row .col-sm-4 span {
  font-size: 1.4em;
  color: #5B5B5B;
  font-family: "Sofia Pro Light";
  margin-top: 5px;
}

@media (max-width: 782px) {
  margin-top: 0px !important;
}

/* Media Queries (max-width: 760px)(mobile)
=========================================== */
@media (min-width: 400px) and (max-width: 767px) {
  .woocommerce-cart-form table.cart .product-thumbnail img {
    margin-left: unset;
  }
  .woocommerce-cart-form__cart-item .product-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .yith-wcwl-wishlistexistsbrowse .feedback {
    font-size: 15px;
  }
  .woocommerce-products-header .row img {
    max-height: 225px;
  }
  .woocommerce-products-header .page-title {
    margin-bottom: -5%;
    margin-top: 10%;
  }
  body #main {
    margin-top: 100px;
  }
  body #wpadminbar {
    position: fixed;
  }
  body .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    width: 100%;
  }
  body .container-fluid .site-header {
    display: none;
  }
  body .container-fluid #welcome {
    height: 40vh;
    margin-top: 80px;
    width: 100%;
  }
  body .container-fluid #welcome .button-bottom {
    margin-right: 35px;
    padding: 5px 5px 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  body .container-fluid #welcome .button-bottom p {
    height: 16px;
    font-size: 16px;
  }
  body .container-fluid #welcome .button-top {
    font-size: 2em;
    padding-bottom: 5px;
  }
  body .container-fluid #welcome .button-top p {
    height: 30px;
  }
  body .container-fluid #webshopButton img {
    height: 20px;
  }
  body .container-fluid #webshopButton .col-sm-12 .btn {
    font-size: 2.8em;
  }
  body .container-fluid #cta .row .col-sm-6 .ctaImage {
    height: 85%;
  }
  body .container-fluid #cta .row .col-sm-6 .ctaImage .left, body .container-fluid #cta .row .col-sm-6 .ctaImage .right {
    font-size: 2.6em;
  }
  body .container-fluid #categories .title {
    padding-bottom: 0;
  }
  body .container-fluid #categories .container .btn {
    font-size: 3em;
    height: 60px;
  }
  body .container-fluid #categories .container .row .col-sm-3 {
    margin-top: 25px;
  }
  body .container-fluid #bannerBottom .row .btn {
    font-size: 2em;
    padding-bottom: 15px;
  }
  body .navbar-wrapper {
    display: none;
  }
  body .toggle-button {
    display: block;
  }
  .navIcons .navIconWrap .navIcon {
    max-height: 35px;
    max-width: 35px;
  }
  .navIcons span {
    display: none;
  }
}

/* Media Queries landscape mode (mobile)
========================================= */
@media (min-width: 400px) and (max-width: 767px) and (orientation: landscape) {
  #welcome {
    height: 60vh !important;
  }
  #welcome .button-bottom p {
    height: 22px !important;
    font-size: 20px !important;
  }
  .flex-control-nav .flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /*
=============== */
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .site-header .container {
    width: 90% !important;
  }
  .navbar-wrapper .container {
    width: 90% !important;
  }
}

/* Media Queries (max-width: 1380px)(laptop)
========================================= */
@media (min-width: 1200px) and (max-width: 1380px) {
  .site-header .container {
    width: 90% !important;
  }
  .navbar-wrapper .container {
    width: 90% !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .woocommerce-products-header .row img {
    max-height: 225px;
  }
  .single_add_to_cart_button {
    width: 100% !important;
    font-size: 12px !important;
    margin-top: 20px;
  }
  #enquiry input.button {
    margin: unset;
    height: 35px;
    font-size: 13px;
  }
  .yith-wcwl-add-button {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .storefront-full-width-content.single-product div.product .summary {
    padding-left: unset;
  }
  .product-cat-details {
    display: none;
  }
  .woocommerce-products-header {
    margin: -35px 10% 0 10%;
  }
  body #main {
    margin-top: 100px;
  }
  body #wpadminbar {
    position: fixed;
  }
  body .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    width: 100%;
  }
  body .mobile-menu .mobile-icon-wrap {
    margin-left: -25px;
  }
  body .container-fluid .site-header {
    display: none;
  }
  body .container-fluid #welcome {
    height: 40vh;
    margin-top: 80px;
    width: 100%;
  }
  body .container-fluid #welcome .button-bottom {
    font-size: 1.2em;
    padding: 5px 5px 5px 5px;
  }
  body .container-fluid #welcome .button-bottom p {
    height: 20px;
  }
  body .container-fluid #welcome .button-top {
    font-size: 1.6em;
  }
  body .container-fluid #welcome .button-top p {
    height: 25px;
    font-size: 0.9em;
  }
  body .container-fluid #webshopButton img {
    height: 20px;
  }
  body .container-fluid #webshopButton .col-sm-12 .btn {
    font-size: 1.8em;
  }
  body .container-fluid #identity .row .title {
    font-size: 2.7em;
  }
  body .container-fluid #cta .row .col-sm-6 .ctaImage {
    height: 85%;
  }
  body .container-fluid #cta .row .col-sm-6 .ctaImage .left, body .container-fluid #cta .row .col-sm-6 .ctaImage .right {
    font-size: 2.6em;
  }
  body .container-fluid #categories .title {
    padding-bottom: 0;
  }
  body .container-fluid #categories .container .btn {
    font-size: 3em;
    height: 60px;
  }
  body .container-fluid #categories .container .row .col-sm-3 {
    margin-top: 25px;
  }
  body .container-fluid #bannerBottom .row .btn {
    font-size: 2em;
    padding-bottom: 15px;
  }
  body .navbar-wrapper {
    display: none;
  }
  body .toggle-button {
    display: block;
  }
  .navIcons .navIconWrap .navIcon {
    max-height: 35px;
    max-width: 35px;
  }
  .navIcons span {
    display: none;
  }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  body #main {
    margin-top: 100px;
  }
  body #wpadminbar {
    position: fixed;
  }
  body .container-fluid .site-header .container {
    width: 90%;
  }
  body .container-fluid .site-header .container .searchbar .button .wrapper .woocommerce-product-search button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  body .container-fluid .site-header .container .icons .navIconWrap {
    width: 70px;
  }
  body .container-fluid .site-header .container .icons .navIconWrap span {
    font-size: 0.8em;
  }
  body .container-fluid .navbar-wrapper .container {
    width: 90%;
  }
  body .container-fluid .navbar-wrapper #menu-primary-menu li {
    font-size: 0.9em;
    margin-right: -2%;
  }
  body .container-fluid #welcome {
    height: 40vh;
  }
  body .container-fluid #welcome .button-bottom {
    height: 50px;
    font-size: 2.4em;
  }
  body .container-fluid #welcome .button-top {
    height: 75px;
    font-size: 4em;
  }
  body .container-fluid #webshopButton .btn {
    font-size: 4em;
  }
  body .container-fluid #identity {
    margin-bottom: -10%;
  }
  body .container-fluid #cta .row .ctaImage {
    height: 250px;
  }
  body .container-fluid #categories .col-sm-3 {
    font-size: 0.7em;
  }
  body .container-fluid #categories .col-sm-3 .btn {
    height: 60px;
  }
  body .container-fluid #bannerBottom .btn {
    font-size: 2.5em;
    height: 50px;
  }
  table.cart .product-thumbnail img {
    height: 70px;
  }
  #yith-wcwl-form .wishlist_table .product-thumbnail a img {
    height: 85px;
  }
  .cart button {
    width: 90%;
    margin-top: 20px;
  }
  body .container-fluid .navbar-wrapper .container .navbar li .sub-menu li a {
    font-size: 1.6em;
  }
}

@media (min-width: 701px) and (max-width: 767px) {
  .storefront-full-width-content.single-product div.product .summary {
    width: 90% !important;
  }
  .woocommerce-products-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce-products-header .page-title {
    padding-bottom: 10%;
  }
  .product-cat-details {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */