/*
 Theme Name: Shingyo theme
 Theme URI: https://www.bureaukamp.nl
 Description: Bureau Kamp | Webdesign & Visuele communicatie
 Version: 1.0
 Author: Alexander van der Kamp, Bureau Kamp
 Author URI: https://www.bureaukamp.nl
 */
/* VARIABLES */
/* MOBILE MENU */
nav.mobile {
  position: fixed;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  overflow-y: scroll;
  z-index: 10000000000;
  background: #ebebeb;
  display: none;
}
nav.mobile .logo {
  float: left;
  line-height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
nav.mobile .logo img {
  height: 50px;
}
a.mobile-menu-button {
  position: absolute;
  right: 0;
  top: 55px;
  padding: 0;
  line-height: 0;
  display: none;
  z-index: 1000000000000;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
a.mobile-menu-button .lines, a.mobile-menu-button .lines:before, a.mobile-menu-button .lines:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: black;
}
a.mobile-menu-button .lines {
  position: relative;
}
a.mobile-menu-button .lines:before, a.mobile-menu-button .lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 10px center;
  transform-origin: 10px center;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.2s 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -moz-transition: top 0.2s 0.1s ease-in-out, -moz-transform 0.1s ease-in-out;
  -o-transition: top 0.2s 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
  transition: top 0.2s 0.1s ease-in-out, transform 0.1s ease-in-out;
}
a.mobile-menu-button .lines:before {
  top: 6px;
}
a.mobile-menu-button .lines:after {
  top: -6px;
}
a.mobile-menu-button.close {
  position: absolute;
}
a.mobile-menu-button.close .lines {
  transition: background 0.3s 0s ease-in-out;
  background: transparent !important;
}
a.mobile-menu-button.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
a.mobile-menu-button.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
a.mobile-menu-button.close .lines:before, a.mobile-menu-button.close .lines:after {
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s 0.4s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, -moz-transform 0.2s 0.4s ease-in-out;
  -o-transition: top 0.2s ease-in-out, -o-transform 0.2s 0.4s ease-in-out;
  transition: top 0.2s ease-in-out, transform 0.2s 0.4s ease-in-out;
  top: 0;
  width: 20px;
}
a.mobile-menu-button .text {
  position: absolute;
  top: -12px;
  right: -1px;
  color: black;
  text-transform: uppercase;
  font-size: 8px;
}
@media only screen and (max-width: 1280px) {
  .top-bar .inner, body > header, .post-header, main, .pre-footer, footer .inner, .copyright {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  main {
    margin-left: calc(4% - 20px);
    margin-right: calc(4% - 20px);
  }
  .top-bar .reviews .star-ratings {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  a.mobile-menu-button {
    display: block;
  }
  header nav.desktop {
    display: none;
  }
  nav.mobile.open {
    display: inline-block;
  }
  nav.mobile.open ul.menu {
    width: 100%;
    height: auto;
    line-height: 24px;
    margin-bottom: 50px;
    display: inline-block;
  }
  nav.mobile.open ul.menu li {
    width: 100%;
    display: inline-block;
    height: auto;
    line-height: 24px;
    margin: 5px 0;
    text-align: center;
    background: white;
  }
  nav.mobile.open ul.menu li a {
    padding: 10px 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    color: black;
    font-size: 17px;
  }
  nav.mobile.open ul.menu li ul.sub-menu {
    display: none;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    background: #f8f8f8;
    position: relative;
    top: auto;
    left: auto !important;
    transform: none;
    float: none;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li {
    margin: 2.5px 0;
    background: none;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li a {
    padding: 0;
    text-transform: none;
    font-size: 16px;
    color: black;
    background: none;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li .plus {
    color: black;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li:first-child {
    padding-top: 5px;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li:last-child {
    padding-bottom: 5px;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li:first-child:before {
    display: none !important;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li.current-menu-item a {
    color: #dd020d;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li.menu-item-has-children {
    margin: 5px 0;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li.menu-item-has-children .plus {
    height: 24px;
    line-height: 24px;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li.menu-item-has-children ul.sub-menu {
    background: none !important;
    padding: 10px 0 0;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li.menu-item-has-children ul.sub-menu li a {
    color: black;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li.menu-item-has-children ul.sub-menu li.current-menu-item a, nav.mobile.open ul.menu li ul.sub-menu.open li.menu-item-has-children ul.sub-menu li.current-product-parent a {
    color: #dd020d;
  }
  nav.mobile.open ul.menu li ul.sub-menu.open li.current-menu-parent > a {
    color: #dd020d;
  }
  nav.mobile.open ul.menu li.current-menu-item {
    background: white;
  }
  nav.mobile.open ul.menu li.current-menu-item a {
    color: white;
    background: #dd020d;
  }
  nav.mobile.open ul.menu li.current-menu-item > .plus {
    color: white;
  }
  nav.mobile.open ul.menu li.current-menu-ancestor {
    background: white;
    color: white;
  }
  nav.mobile.open ul.menu li.current-menu-ancestor a {
    color: white;
    background: #dd020d;
    display: inline-block;
  }
  nav.mobile.open ul.menu li.current-menu-ancestor ul.sub-menu {
    background: #f8f8f8;
  }
  nav.mobile.open ul.menu li.menu-item-has-children {
    position: relative;
  }
  nav.mobile.open ul.menu li.menu-item-has-children .plus {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 44px;
    line-height: 44px;
    width: 40px;
    z-index: 1000;
    cursor: pointer;
  }
  nav.mobile.open a.mobile-menu-button {
    right: 4%;
    top: 48px;
  }
  nav.mobile.open a.mobile-menu-button.close {
    top: 50px;
  }
  body > header .mini-cart {
    margin-right: 50px;
  }
  ul.products li .product-meta .bestellen {
    left: 10%;
    right: 10%;
  }
  ul.products li .product-meta .bestellen a {
    font-size: 15px;
    display: inline-block;
  }
  .contact {
    position: relative;
  }
  .contact input[type=text], .contact input[type=email], .contact input[type=search], .contact input[type=tel], .contact input[type=password], .contact textarea {
    width: calc(95% - 30px);
  }
}
@media only screen and (max-width: 1150px) {
  .top-bar .reviews {
    display: none;
  }
  .pre-footer ul.selling-points li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .home .post-header .categories {
    display: none;
  }
  .post-header .assist {
    width: 278px;
  }
  .home .post-header .search-bar {
    width: calc(100% - 304px);
    margin-right: 24px;
  }
  ul.products li, ul.products li:nth-child(4n+4), ul.products li:nth-child(4n+5), ul.products li:nth-last-child(-n+4) {
    width: calc(32% - 32px);
    margin-right: 2%;
    margin-bottom: 2%;
    clear: none;
  }
  ul.products li:nth-child(3n+3) {
    margin-right: 0;
  }
  ul.products li:nth-child(3n+4) {
    clear: both;
  }
  ul.products li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  ul.products li:hover {
    transform: none;
    box-shadow: none;
    border: 1px solid #e2e2e2;
  }
  ul.products li:hover .bestellen {
    display: none;
  }
  ul.products li:hover .reviews, ul.products li:hover .leverbaar {
    opacity: 1;
  }
  .pre-footer ul.selling-points li {
    padding: 0 40px;
    width: calc(33.333% - 80.6667px);
  }
  footer section:last-child {
    display: none;
  }
  footer section {
    width: 32%;
  }
  footer section:nth-child(3) {
    margin-right: 0;
  }
  .copyright .left, .copyright ul.payment-icons {
    width: 100%;
    text-align: center;
  }
  .copyright ul.payment-icons {
    margin-top: 5px;
  }
  .post-header .search-bar {
    width: 66%;
  }
  .home .post-header .search-bar form.product-search input[type=search] {
    width: calc(100% - 140px);
  }
  .post-header .categories {
    width: 32%;
  }
}
@media only screen and (max-width: 900px) {
  .top-bar .text, .top-bar .vlaggen {
    display: none;
  }
  .top-bar .reviews, .top-bar .reviews .star-ratings {
    display: inline-block;
  }
  .top-bar .reviews {
    float: left;
    margin-right: 0;
  }
  ul.showcases li .overlay .center h3 {
    font-size: 24px;
  }
  .pre-footer ul.selling-points li {
    padding: 0 25px;
    width: calc(33.333% - 50.6667px);
  }
}
@media only screen and (max-width: 800px) {
  .home .post-header .search-bar {
    width: 100%;
    margin-bottom: 50px;
  }
  .post-header .assist {
    width: 100%;
  }
  .post-header .assist .usps h3 br {
    display: none;
  }
  ul.showcases li {
    width: 49%;
  }
  ul.showcases li:nth-child(3n+3) {
    margin-right: 2%;
  }
  ul.showcases li:nth-child(2n+2) {
    margin-right: 0;
  }
  ul.showcases li:nth-child(-n+2) {
    margin-bottom: 2%;
  }
  ul.products li, ul.products li:nth-child(3n+3), ul.products li:nth-child(3n+4), ul.products li:nth-child(4n+4), ul.products li:nth-child(4n+5), ul.products li:nth-last-child(-n+4) {
    width: calc(49% - 32px);
    margin-right: 2%;
    margin-bottom: 2%;
    clear: none;
  }
  ul.products li:nth-child(2n+2) {
    margin-right: 0;
  }
  ul.products li:nth-child(2n+3) {
    clear: both;
  }
  ul.products li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .home main section.klanten {
    margin-bottom: 40px;
  }
  .pre-footer ul.selling-points li:nth-child(2) {
    display: none;
  }
  .pre-footer ul.selling-points li {
    width: calc(50% - 50.6667px);
  }
  footer {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  html body.woocommerce.single-product main .images {
    margin-bottom: 30px !important;
  }
  html body.woocommerce.single-product main .summary {
    margin-bottom: 50px !important;
  }
  .woocommerce .woocommerce-breadcrumb {
    line-height: 1.1em;
    margin-bottom: 15px;
  }
  html body.woocommerce.single-product main #reviews #comments, html body.woocommerce.single-product main #reviews #review_form_wrapper {
    width: 100%;
    float: left;
  }
  html body.woocommerce.single-product main #reviews #comments {
    margin-bottom: 20px;
  }
  .woocommerce-cart .cart-collaterals .usps {
    width: calc(100% - 80px);
    margin-bottom: 40px;
  }
  .woocommerce-cart main, .woocommerce-checkout main {
    margin-top: 40px;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon .input-text {
    width: 48%;
  }
  .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review, .woocommerce-checkout h3#order_review_heading {
    width: 100%;
    float: left;
  }
  .woocommerce-checkout h3#order_review_heading {
    margin-top: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
  .woocommerce .col2-set .col-1 {
    margin-bottom: 30px;
  }
  aside {
    display: none;
  }
  main section {
    width: 100%;
  }
  .single-showcase main section {
    width: 100%;
    margin: 0;
  }
  .single-showcase main section .image-slider ul.slides, .single-showcase main section .image-slider ul.slides li {
    height: 400px;
  }
  body > header .mini-cart:hover .widget_shopping_cart_content {
    display: none !important;
  }
  .cart-overlay {
    display: none !important;
  }
}
@media only screen and (max-width: 700px) {
  .top-bar ul.links {
    margin-left: 0;
  }
  .top-bar .languages {
    display: none;
  }
  footer section:nth-child(3) {
    display: none;
  }
  footer section {
    width: 49%;
    text-align: center;
  }
  footer section:nth-child(2) {
    margin-right: 0;
  }
  footer section:first-child .logo img {
    margin-left: 25px;
  }
  footer section:first-child ul.social-icons {
    padding-left: 40px;
  }
  .copyright .left {
    line-height: 24px;
    width: 90%;
    margin: 5px 5% 15px;
  }
  .copyright span:last-child {
    display: block;
    padding-right: 0;
  }
  .copyright span:nth-child(2) {
    padding-right: 0;
  }
  .post-header .categories {
    display: none;
  }
  .post-header .search-bar {
    width: 100%;
  }
  html .woocommerce .woocommerce-result-count {
    text-align: center;
    float: none;
    margin: 15px 0;
  }
  .woocommerce .woocommerce-ordering {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .home main section h1, .home main section h2 {
    font-size: 30px;
  }
  h1 {
    font-size: 32px;
  }
  html body.woocommerce.single-product main .summary h1 {
    font-size: 30px;
  }
  .single-product .woocommerce-message {
    display: none !important;
  }
  .woocommerce-checkout .usps {
    width: 90%;
    padding: 30px 5%;
  }
  .single-showcase main section .image-slider ul.slides, .single-showcase main section .image-slider ul.slides li {
    height: 320px;
  }
  main section.contact .left, main section.contact .right {
    width: 100%;
    float: left;
  }
  main section.contact .left input[type=text], main section.contact .right input[type=text], main section.contact .left input[type=email], main section.contact .right input[type=email], main section.contact .left input[type=search], main section.contact .right input[type=search], main section.contact .left input[type=tel], main section.contact .right input[type=tel], main section.contact .left input[type=password], main section.contact .right input[type=password], main section.contact .left textarea, main section.contact .right textarea {
    width: calc(100% - 30px);
  }
  main section.contact .left {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .top-bar ul.links {
    display: none;
  }
  body > header .mini-cart {
    margin-left: 0;
    margin-right: 40px;
  }
  .post-header .search-bar form.product-search input[type=search], .home .post-header .search-bar form.product-search input[type=search] {
    font-size: 16px;
    width: calc(100% - 140px);
    padding: 12px 10px;
  }
  .post-header .search-bar form.product-search input[type=submit] {
    font-size: 15px;
    padding: 12px 24px;
  }
  ul.showcases li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  ul.showcases li:last-child {
    margin-bottom: 0;
  }
  main {
    margin-left: 4%;
    margin-right: 4%;
    padding: 0;
  }
  .pre-footer ul.selling-points li {
    width: 100%;
    border: none;
    padding: 0;
  }
  .pre-footer ul.selling-points li:nth-child(1) {
    margin-bottom: 20px;
  }
  .pre-footer {
    padding: 0;
    border: none;
  }
  footer section:nth-child(2) {
    display: none;
  }
  footer section:nth-child(1) {
    width: 100%;
    margin: 0;
  }
  footer section:nth-child(1) .logo img {
    margin-left: 0;
  }
  footer section:nth-child(1) p {
    padding-left: 0;
  }
  footer section:nth-child(1) ul.social-icons {
    padding-left: 7px;
  }
  .pre-footer {
    margin-bottom: 40px;
    padding-top: 0;
  }
  main {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .home main section.klanten {
    margin-bottom: 30px;
  }
  ul.showcases li {
    margin-bottom: 15px !important;
  }
  ul.showcases li:last-child {
    margin-bottom: 0 !important;
  }
  html body.woocommerce.single-product main .images > .flex-viewport, html body.woocommerce.single-product main .images > figure.woocommerce-product-gallery__wrapper {
    border: 1px solid #e2e2e2;
    box-shadow: none;
  }
  html body.woocommerce.single-product main .woocommerce-tabs ul.tabs li {
    margin-right: 20px;
  }
  html body.woocommerce.single-product main .woocommerce-tabs ul.tabs li h3 {
    font-size: 24px;
  }
  html body.woocommerce.single-product main .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0;
  }
  .single-product .pre-footer {
    padding-top: 0;
  }
  .woocommerce-cart .cart-top-buttons a.button:first-child {
    margin-bottom: 0;
  }
  .woocommerce-cart .pre-footer, .woocommerce-checkout .pre-footer {
    display: none;
  }
  .woocommerce-cart .cart-collaterals .usps {
    width: calc(100% - 60px);
    padding: 30px;
  }
  .woocommerce-checkout .usps ul {
    text-align: left;
  }
  .woocommerce-checkout #customer_details h3#ship-to-different-address {
    font-size: 20px;
  }
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  ul.products li {
    width: calc(100% - 32px) !important;
    margin-right: 0 !important;
    margin-bottom: 2% !important;
  }
  ul.products li .product-img img {
    max-width: 80%;
  }
  ul.products li:last-child {
    margin-bottom: 0 !important;
  }
  footer {
    padding: 40px 0 30px;
  }
  .home main section h1, .home main section h2, html body.woocommerce.single-product main .summary h1 {
    font-size: 28px;
  }
  body {
    line-height: 26px;
  }
  .single-showcase main section .image-slider ul.slides, .single-showcase main section .image-slider ul.slides li {
    height: 280px;
  }
  .single-showcase main section .image-slider ul li img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 400px) {
  body > header .mini-cart a .price {
    display: none;
  }
}
