/*
Theme Name: Hairstyling Manon
Description: Webdesign & design systems
Version: 1.1
Author: P. Huizinga at HZNG - hzng.nl
*/

/* Reset */
/* Handled by reset.css from https://github.com/murtaugh/HTML5-Reset */

/* GENERAL */

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
	outline: none;
}
*,html,body {
    font-family: "Poppins", sans-serif;
	-moz-appearance: none;
	-webkit-appearance: none;
    font-size: 18px;
    line-height: 28px;
	color: #1a181d;
	font-weight: 400;
}
html {
    width: 100%;
    display: block;
    overflow-x: hidden
}
input {
	font-family: inherit;
}
body {
    padding-top: 105px;
    overflow-x: hidden;
    display: block;
}
    body.single-product {
        background: #FFF;
    }
    body.dark-mode {
        background:#222;
        color: #FFF;
    }

hr {
	border-style: solid none none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #999;
}
/* FONTS */

h1 span,
h1 em,
h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    margin: 0px 0px 25px;
}
    h1.product_title {
        margin-bottom: 0;
    }
    .product h1 {
        text-transform: initial;
    }
h2{
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    margin: 23px 0 10px;
}

h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    margin: 15px 0 5px;
}

h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    margin: 12px 0 4px;
}
    h4.label {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        margin: 0 0 15px;
        opacity: 0.75;
    }
h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    margin: 10px 0 3px;
}
li a,
li,
p *,
p {
    font-size: inherit;
}
p {
    margin-bottom: 15px;
}
p.subtitle {
    font-size: 18px;
    color: #bdb69b;
    font-weight: 500;
    margin: -25px 0 25px;
}
.text-center,
.text-center * {
    text-align: center;
}

/* GRID */

subfooter,
footer,
article,
section {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 0 30px;
    padding: 30px 0;
}
    footer {
        margin: 0;
    }
    section.product-notifications,
    section.breadcrumbs,
    section.first {
        padding: 0 ;
    }
.row {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
}
    footer,
    .row.reviews,
    .row.coming-soon,
    .row.product-grid,
    .row.product-specs,
    .row.product-details {
        padding: 60px 0 60px;
    }
    .row.specs-decals.product-specs {
        padding-top: 30px;
    }
    .row.coming-soon {
        padding: 0 0 0px 0;
    }
    .row.product-notifs {
        padding: 10px 0;
    }


.container {
    width: 100%;
    max-width: 1250px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}


.vh-100  {
    height: 100vh;
}
.vh-75  {
    height: 75vh;
}
.vh-50  {
    height: 50vh;
}
.min-height  {
    min-height: 400px;
}
.vw-100  {
    width: 100vw;
}
.flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.center,
.flex-center {
    justify-content: center;
}
.flex-stretch{
    align-content: stretch;
}
.space-between,
.flex-space-between{
    justify-content: space-between;
}
.flex-end{
    justify-content: flex-end;
}
.flex-self-end{
    align-self: flex-end;
}
.flex-space-around{
    justify-content: space-around;
}
.flex-space-evenly{
    justify-content: space-evenly;
}
.flex-v-align-center{
    align-items: center;
}
.flex-v-align-bottom{
    align-items: flex-end;
}
.flex-stretch {
    align-items: stretch;
}
.flex-v-align-top{
    align-items: flex-start;
}
.flex-h-align-left{
    justify-content: left;
}
.flex-h-align-center{
    justify-content: center;
}
.flex-h-align-bottom{
    justify-content: flex-end;
}

.flex-h-align-right {
    justify-content: right;
}
.flex-column-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.flex-no-wrap  {
    flex-wrap: nowrap;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex-grow-2 {
    flex-grow: 2;
}
.flex-grow-3 {
    flex-grow: 3;
}
.flex-grow-4 {
    flex-grow: 4;
}
.flex-grow-5 {
    flex-grow: 5;
}
.flex-grow-6 {
    flex-grow: 6;
}

/* PADDING ON THE COLUMNS */

div[class*="col-"] {
    padding: 0px 20px;
    position: relative;
    z-index: 1;
}
.no-padding > div[class*="col-"] {
    padding: 0;
}
.no-self-padding {
    padding: 0!important;
}
*.padding {
    padding: 15px 25px;
}
.border-radius  {
    border-radius: 0px;
    overflow: hidden;
}

/* COLUMNS */

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.col-45 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}
.col-5 {
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.small-screen-only {
    display: none;
}
.large-screen-only {
    display: block;
}
.pull-right {
    float: right;
}
.sticky {
    position: sticky!important;
    top: 90px;
}
/* GENERAL */

.whole-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 200;
}

.bg-white {
    background: #FFF;
}
.grid-brown .page-grid .details {
    background: #e7e5deBF;
}
.bg-brown {
    background: #e7e5de80;
}
.bg-blue {
    background: #8ED2DF;
}
.bg-lblue {
    background: #8ED2DF80;
}
.bg-black {
    background: #1a181d;
}
.color-white *,
.color-white {
    color: #FFF;
}
.jumbotron {
    padding-top: 0;
}
.jumbotron .col-4 {
    height: 100%;
}
.jumbotron .bg-brown {
    height: 100%;
}
.jumbotron h2 {
    margin-top: 0px;
}
.jumbotron .col-8{
    padding: 0!important;
}

.jumbotron .border-radius {
}

/* CSS FOR TOGGLE BUTTON */

.toggle-menu {
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 0!important;
    right: 10px;
    top: 20px;
    margin: 0!important;
    margin-left: 20px!important;
    position: fixed;
    transition: all .2s ease-in-out;
    border-radius: 0px;
}

    .toggle-menu .bar{
        width: 25px;
        height: 2px;
        position: absolute;
        background: #1c1c1c;
        border-radius: 4px;
        transition: all .2s ease-in-out;

    }
        .toggle-menu .bar.top-bar{
            top: 16px;
            left: 12px;
        }
        .toggle-menu .bar.middle-bar{
            top: 50%;
            margin-top: -1px /*height of bar / 2*/ ;
            left: 12px;
            width: 14px;
        }
        .toggle-menu .bar.bottom-bar{
            bottom: 16px;
            left: 12px;
        }

        .menu-active .toggle-menu .bar.top-bar{
            transform: rotate(45deg);
            transform-origin: 0 0;
        }
        .menu-active .toggle-menu .bar.middle-bar{
            opacity: 0;
        }
        .menu-active .toggle-menu .bar.bottom-bar{
            transform: rotate(-45deg);
            transform-origin: 0 100%;
        }
        .menu-active .toggle-menu .bar.top-bar,
        .menu-active .toggle-menu .bar.bottom-bar {
            width: 24px;
            left: 17px;
        }

        .woocommerce-checkout  #shipping_method {
            width: 175px;
        }
/* MAIN MENU DESKTOP */

@media (min-width:1024px) {
    .row.main-menu {
        margin: 0;
        z-index: 1010;
        overflow: visible;
        padding: 10px 0;
        position: fixed;
        top: 0;
        background: #FFF;
    }
    .shoppingbag {
        width: 35px;
        height: 47px;
        background: url('assets/shoppingbag.svg') center center no-repeat;
        background-size: contain;
        text-decoration: none;
        text-align: center;
        padding-top: 15px;
        font-weight: 600;
        font-size: 14px;
        margin-left: 20px;
        padding-right: 5px;
    }
    .main-menu .menu {
        display: flex;
    }
        a.cta,
        .main-menu .menu a {
            text-decoration: none;
            line-height: 40px;
            margin: 0 12px;
            padding: 5px 0;
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            border-bottom: 2px solid #FFF;
        }   
        a.cta {margin: 0}
            .main-menu .menu .menu-item {
                position: relative;
                list-style: none;
            }
                .woocommerce-checkout .main-menu .menu .menu-item.menu-item-3652 a,
                .woocommerce-cart .main-menu .menu .menu-item.menu-item-3652 a,
                .woocommerce .main-menu .menu .menu-item.menu-item-3652 a,
                .main-menu .menu .menu-item > a:hover,
                .main-menu .menu .menu-item.current-page-parent > a,
                .main-menu .menu .menu-item.current-menu-item > a {
                    border-bottom: 2px solid #8ed2df;
                }
                .main-menu .menu .menu-item.menu-item-has-children:hover > a {
                    border-bottom: 2px solid #FFF;
                }

                .main-menu .menu .menu-item.menu-item-has-children a {
                    position: relative;
                    padding-right: 30px;
                    margin-right: 0;
                }
                .main-menu .menu .menu-item.menu-item-has-children > a:after {
                    content: "";
                    display: block;
                    width:  8px;
                    height: 8px;
                    border-bottom: 2px solid;
                    border-left: 2px solid;
                    transform: rotate(-45deg);
                    position: absolute;
                    right: 12px;
                    top: 18px;
                    transition: all 0.2s ease-in-out;
                }
                .main-menu .menu .menu-item.cta:hover a {
                    background: #8ed2df;
                    color: #1a181d;
                }
        .main-menu .menu .menu-item.menu-item-has-children .sub-menu {
            position: absolute;
            left: -9999px;
            width: 260px;
            background: #FFF;
            z-index: 1010;
            opacity: 0;
            top:  50px;
            padding: 5px 0;
            border-radius: 0px;
            box-shadow: 0px 6px 9px rgba(0,0,0,0.15);
            transition: opacity 0.2s ease-in-out 0s, top 0.2s ease-in-out;
        }
            .main-menu .menu .menu-item.menu-item-has-children:hover .sub-menu {
                left: -5px;
                opacity: 1;
                top: 45px;
            }
                .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
                    width: 100%;
                    line-height: 30px;
                    padding: 6px 5px;
                    border-radius: 0;
                    border: 0;
                }
                .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item,
                .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover{
                    opacity: 0.75;
                }
                a.cta {
                    background: #1a181d;
                    color: #FFF;
                    padding: 3px 15px;
                }
                    .cta.afspraak span {
                        color: #FFF;
                        font-weight: 500;
                        padding-left: 0px;
                    }

body.woocommerce-page,
body.woocommerce {
    padding-top: 155px;
}
.woo {
    display: none;
}
.woocommerce-page .woo,
.woocommerce .woo {
    display: block;
}
    .shop-menu {
        background: #1a181d;
        position: fixed;
        z-index: 1000;
        top: 105px;
        left: 0;
        width: 100%;
        display: flex;
        overflow: visible;
        padding: 0;
    }

        .shop-menu .shop-categories {
            display: flex;
        }
        .shop-menu .shop-categories a {
            text-decoration: none;
            line-height: 40px;
            margin: 0 15px;
            padding: 5px 0;
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            color: #FFF;
        }   
            .shop-menu .shop-categories li {
                position: relative;
                list-style: none;
            }

                .shop-menu .shop-categories .has_children a {
                    position: relative;
                    padding-right: 30px;
                }
                .shop-menu .shop-categories .has_children > a:after {
                    content: "";
                    display: block;
                    width:  8px;
                    height: 8px;
                    border-bottom: 2px solid;
                    border-left: 2px solid;
                    transform: rotate(-45deg);
                    position: absolute;
                    right: 12px;
                    top: 18px;
                    transition: all 0.2s ease-in-out;
                }

        .shop-menu .shop-categories .has_children ul {
            position: absolute;
            left: -9999px;
            width: 260px;
            background: #FFF;
            z-index: 100;
            opacity: 0;
            top:  50px;
            padding: 5px 0;
            box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
            transition: opacity 0.2s ease-in-out 0s, top 0.2s ease-in-out;
        }
            .shop-menu .shop-categories .has_children:hover ul {
                left: -5px;
                opacity: 1;
                top: 45px;
            }
                .shop-menu .shop-categories .has_children ul a {
                    width: 100%;
                    line-height: 30px;
                    padding: 6px 5px;
                    border-radius: 0;
                    border: 0;
                    color: #1a181d;
                }

}
/* Basis opmaak voor de pagination links */
.woocommerce nav.woocommerce-pagination * {
    border: 0!important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #000; /* zwarte cijfers */
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

/* Verwijder standaard achtergrond, randjes enz. */
.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 5px;
  list-style: none;
  border-radius: 50%;
  display: block;
}

/* Actieve pagina: maak een zwart bolletje */
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #000;
  color: #fff;
  padding: 0;
  display: inline-block;
  text-align: center;
}

/* MAIN MENU MOBILE */

@media (max-width:1023px) {
    .toggle-menu {
        display: block;
        z-index: 990;
    }
    .row.main-menu {
        height: 80px;
        border-bottom: 1px solid #DDD;
        position: fixed;
        top: 0;
        left: 0;
        background: #FFF;
        width: 100vw;
        padding: 0;
        margin:0;
        z-index: 990;
        overflow: visible;
        transition: background 0.2s ease-in-out;
    }
        .row.main-menu .container {
            height: 100%;
            width: 100%!important;
            padding: 0 20px;
        }
        .row.main-menu .col-12 {
            height: 100%;
            width: 100%!important;
            padding: 0;
        }
        .row.main-menu #menu-hoofdmenu.menu {
            overflow-y: scroll;
            position: fixed;
            left: -9999px;
            top: 0px;
            opacity: 0;
            width: 100vw;
            height: 100%;
            background: #FFF;
            transition: opacity .2s ease-in-out;
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            padding-top: 90px;
        }
            .menu-active .row.main-menu  #menu-hoofdmenu.menu {
                left: 0;
                opacity: 1;
                transition: opacity .2s ease-in-out;
                z-index: 1000;
            }
                .main-menu .menu a {
                    text-decoration: none;
                    line-height: 70px;
                    padding: 0 25px 0 15px;
                    font-size: 125%;
                    color: #1a181d;
                    width: 100%;
                    display: inline-block;
                    opacity: 0.75;
                    width: 100%;
                    white-space:nowrap;
                    width: 100%;
                    display: block;
                } 
                .main-menu .menu .menu-item {
                    width: 100%;
                    position: relative;
                    text-align: right;
                }
                .main-menu .menu .menu-item.mobile-only{
                    display: block!important;
                }
                    .main-menu .menu .menu-item.current-menu-item > a {
                        opacity: 1;
                    }

                .main-menu .menu .menu-item.menu-item-has-children a {
                    position: relative;
                    padding-left: 30px;
                    text-align: right;
                }
                .main-menu .menu .menu-item.menu-item-has-children > a:after {
                    content: "";
                    display: block;
                    width:  8px;
                    height: 8px;
                    border-bottom: 2px solid;
                    border-left: 2px solid;
                    transform: rotate(-45deg);
                    position: absolute;
                    left: 30px;
                    top: 28px;
                }
                .main-menu .menu .menu-item.menu-item-has-children .sub-menu {
                    height: 0;
                    overflow: hidden;
                    width: 100%;
                    position: absolute;
                }
                .main-menu .menu .menu-item.menu-item-has-children:hover .sub-menu {
                    height: auto;
                    position: relative;
                }
                    .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
                        line-height: 50px;
                        font-size: 110%;
                        width: 100%;
                    }
                    .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item.current-menu-item,
                    .main-menu .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover{
                        opacity: 0.75;
                    }
    .menu-active .row.main-menu #menu-hoofdmenu.menu {
        background: #1a181d;
    }

    .menu-active .toggle-menu .bar{
        background: #FFF;
    }
    .menu-active .logo svg *,
    .menu-active .logo svg{
        fill: #FFF;
    }
    .menu-active  .main-menu .menu a {
        color: #FFF;
        padding-left:25px;
    }

        .menu-active  .main-menu .menu a {
            color: #FFF;
        }
    .cta.afspraak {
        position: fixed;
        top: 25px;
        right: 120px;
        background: #1a181d;
        color: #FFF;
        text-decoration: none;
        height: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0 15px;
        transition: all 0.2s ease-in-out;
        display: flex;
        z-index: 900;
    }   
        .cta.afspraak span {
            color: #FFF;
            line-height: 50px;
            transition: all 0.2s ease-in-out;
            padding-left: 9px;
        }
        .menu-active .cta.afspraak {
            background: #FFF;
            color: #1a181d;
            transition: all 0.2s ease-in-out;   
        }
        .menu-active .cta.afspraak span {
            color: #1a181d;
            transition: all 0.2s ease-in-out;   
        }

    .shoppingbag {
        width: 40px;
        height: 40px;
        background: url('assets/shoppingbag.svg') center center no-repeat;
        background-size: 25px;
        text-decoration: none;
        background-color: #FFF;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        position: fixed;
        right: 66px;
        top: 25px;
        padding-top: 11px;
        padding-right: 2px;
        z-index: 900;
    }
    .shop-menu {
        display: none;
    }
    
}

.on-behandeling {
    display: none;
}

.page-child .on-behandeling,
.page-id-3638 .on-behandeling,
.page-template-behandelingen .on-behandeling,
.page-template-behandeling .on-behandeling {
    display: block;
}

header {
    width: 100%;
    overflow-x: hidden;
    background: #FFF;
}
.content .wp-block-table tr,
.content .wp-block-table td,
.content .wp-block-table table {
    border: 0;
    padding: 5px 0;

}
.content .wp-block-table table {
    max-width: ;
}

/* FOOTER MENU DESKTOP */

footer {
    background: #1a181d;
    margin-top: 45px;
}
    footer * {
        color: #FFF;
    }
    footer svg * {
        fill: #FFF!important;
    }

subfooter {
    margin: 0 30px 0 30px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 10px 0;
    text-align: center;
}
.sub-footer {
    color: #FFF;
}
    .sub-footer .made-by a {
    }
    .sub-footer .made-by p{
        font-size: 13px;
        opacity: 0.5;
    }

@media (min-width:1024px) {
    .sub-footer .menu,
    .footer-menu .menu {
        display: flex;
    }
    footer a,
    .sub-footer .menu a,
    .footer-menu .menu a {
        text-decoration: none;
        padding: 0;
        display: inline-block;
        font-size: 16px;
        line-height: 32px;
        opacity: 0.75;
    }
        footer p a  {
            text-decoration: underline;
            opacity: 1;
            display: inline;
        }

    .footer-menu .menu .menu-item {
        position: relative;
    }
    footer p,
    footer address {
        font-size: 16px;
        line-height: 32px;
        font-style: normal!important;
        opacity: 0.75;
    }
    footer address {
        margin-top: 20px;
    }
}

/* FOOTER MOBILE */

@media (max-width:1023px) {
    .footer-menu .col-12{
        flex-direction: column;
    }
    footer .copyright {
        margin-top: 30px;
    }
        .footer-menu .menu a {
            text-decoration: none;
            padding: 0;
            line-height: 40px;
            display: inline-block;
            opacity: 0.75;
        }
        footer h4 {
            margin-top: 30px;
        }
}

footer p,
footer address {
    font-size: 16px;
    line-height: 32px;
    font-style: normal!important;
    opacity: 0.75;
}

/* BREADCRUMBS */

.breadcrumbs .row {
   padding: 20px 0 0;
}

.breadcrumbs + section .row,
.breadcrumbs + .row {
   padding-top: 0
}

.breadcrumbs .offset-crumbs {
    margin-left: -20px;
}
.breadcrumbs * {
   font-size: 14px;
   margin: 0 5px;
}

.breadcrumbs span span {
   font-size: 14px;
   margin: 0 5px;
}
    .breadcrumbs span span {
       opacity: 0.75;
    }
    .breadcrumbs span span:hover {
       opacity: 1;
    }
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button:hover,
.button,
.wp-block-button__link,
.wpforms-submit,
.btn {
    background: #1a181d!important;
    color: #fff!important;
    padding: 3px 15px!important;
    cursor: pointer!important;
    line-height: 40px!important;
    text-decoration: none!important;
    margin-top: 10px!important;
    display: inline-block!important;
    border: 0!important;
    font-weight: 500!important;
    font-size: 16px!important;
    border-radius: 0px!important;
    text-transform: none!important;
    letter-spacing: 0!important;
}
    .woocommerce .button,
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-error .button:hover,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-info .button:hover,
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-message .button:hover,
    .woocommerce-page .woocommerce-error .button,
    .woocommerce-page .woocommerce-error .button:hover,
    .woocommerce-page .woocommerce-info .button,
    .woocommerce-page .woocommerce-info .button:hover,
    .woocommerce-page .woocommerce-message .button,
    .woocommerce-page .woocommerce-message .button:hover {
        margin-top: 0!important;
    }
.btn.white {
    background: #FFF!important;
    color: #1a181d!important;
}
.btn.blue {
    background: #8ed2df!important;
    color: #1a181d!important;
}
.btn.small {
    padding: 0 10px!important;
    font-size: 80%!important;
    line-height: 30px!important;
}
.btn.more {
    background-image: url('assets/plus.svg')!important;
    background-size: 20px!important;
    background-color: #FFF!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    width: 30px!important;
    height: 30px!important;
    margin-top: 0!important;
}

/* SVG LOGO */
.footer-logo,
.logo  {
    width: 190px;
}

/* HERO */

.hero {
    position: absolute;
    width: calc(100% - 90px);
    height: 100vh;
    left: 45px;
    top: 0px;
    background-size: cover;
}

/*  GRID ITEMS */

.item-grid,
.page-grid,
.post-grid {
    margin-top: 40px;
    padding: 0 20px;
    width: 33.3333%;
    position: relative;
}

.item-grid.small,
.page-grid.small,
.post-grid.small {
    margin-top: 40px;
    padding: 0 25px;
    width: 25%;
    position: relative;
}

.item-grid .featured,
.page-grid .featured,
.post-grid .featured {
    height: 500px;
    width: 100%;
    padding: 15px 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
    .item-grid.small .featured,
    .page-grid.small .featured,
    .post-grid.small .featured {
        height: 350px;
    }
        .team .page-grid .featured {
            background-position: center top;
        }

    .item-grid .featured .title,
    .page-grid .featured .title,
    .post-grid .featured .title {
        color: #FFF;
        font-size: 32px;
        font-weight: 600;
        width: 100%;
    }
    .item-grid.small .featured .title,
    .page-grid.small .featured .title,
    .post-grid.small .featured .title {
        font-size: 24px;
    }
    .item-grid .featured p,
    .page-grid .featured p,
    .post-grid .featured p {
        color: #FFF;
        width: 100%;
    }
    .item-grid .featured .details,
    .page-grid .featured .details,
    .post-grid .featured .details {
        padding: 20px 20px 10px;
        background: #e7e5de;
    }

    .treatment .page-grid .featured {
        height: 250px;
    }
.tags {
        margin: 10px 0;
    }
        .tags .tag {
            margin: 0 10px 0 0;
            font-size: 75%;
            font-weight: 500;
        }
            .tags .tag {
                opacity: 0.5;
            }

/* CATEGORIES */

ul.categories {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    list-style: none;
    }
    ul.categories li a{
        margin-right: 10px;
        white-space: nowrap;
    }

/* DISCOUNT */

.discount table{
    width: 100%;
    background: ;
}
.discount .text-right{
    text-align: right;
}
.discount pre {
    font-size: 13px;
    margin-bottom: 30px;
}

/* SLIDER */

.slick .item-grid.small,
.slick .page-grid.small,
.slick .post-grid.small,
.slick .item-grid,
.slick .page-grid,
.slick .post-grid {
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.homeslide.slick-slider {
    overflow: hidden;
    border-radius: 0px;
}
.slick-list {
    position: relative;
    overflow: visible;
    display: block;
    margin: 0;
    padding-top: 25px;

    &:focus {
        outline: none;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.productslide .slick-track .col-4 {
    margin-top: 40px;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;

    &:before,
    &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }
        }
        .slick-slide {
            float: left;
            height: 100%;
            min-height: 1px;
            [dir="rtl"] & {
                float: right;
            }
            img {
                display: block;
            }
            &.slick-loading img {
                display: none;
            }

            display: none;

            &.dragging img {
                pointer-events: none;
            }

            .slick-initialized & {
                display: block;
            }

            .slick-loading & {
                visibility: hidden;
            }

            .slick-vertical & {
                display: block;
                height: auto;
                border: 1px solid transparent;
            }
        }
        .slick-arrow.slick-hidden {
            display: none;
        }
        .slick-arrow {
            position: absolute;
            right: 25px;
            top: 0px;
            border: 0;
            text-indent: -9999px;
            width: 50px;
            height: 50px;
            cursor: pointer;
            z-index: 500;
        }
            .slick-arrow.slick-disabled {
                opacity: 0.5;
                cursor: default;
            }
            .slick-arrow.slick-prev {
                 right: 100px;
             }
            .slick-arrow.slick-prev,
            .slick-arrow.slick-next {
                background: url('assets/large-arrow.svg');
                background-size: contain;
                background-repeat: no-repeat;

            }
            .slick-arrow.slick-prev {
                background: url('assets/large-arrow-back.svg');
            }
.slick-dots
{
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.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;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .5;
    color: black;
}

/* WRAPPERS */

.wrapper {
    padding: 15px 0 30px;
}
    .product.wrapper {
        padding: 0;
    }
article.content {
    min-height: 75vh;
    margin-bottom: 60px;
}

.product-wrapper a + a {
    display: none!important;
}
.product-details {
    background: #F9F9F9;
    padding: 60px 0;
}

.desc p.notice {
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 15px 0;
    opacity: 0.75;
    line-height: 17px;
    padding-left: 25px;
}
.desc p.notice::before {
        content: "i";
        text-transform: initial;
        width: 16px;
        height: 16px;
        display: inline-block;
        text-align: center;
        line-height: 16px;
        margin-right: 10px;
        background: #1a181d;
        color: #FFF;
        border-radius: 50%;
        position: absolute;
        left:0;
        top:50%;
        margin-top: -8px;
    }
.desc a.external {
    text-decoration: none;
}
    .desc a.external:after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: url("assets/external.svg");
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin: 5px 0 5px 10px;
    }

/* ADD TO CART */

.row.product-specs.specs-boxalt {
    margin-top: -430px;
}
.row.product-specs .col-5,
.row.product-specs .col-4 {
}
.single-product .cart .quantity {
    display: none!important;
}
a.shop-these,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button {
    width: 100%;
    background: #1a181d;
    color: #FFF;
    opacity: 1;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    text-decoration: none;
}

a.shop-these {
    max-width: 300px; font-size: 100%;
    margin: 0;
    line-height: 45px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 0px;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    margin-top: 20px;
}

.woocommerce-order > section,
.woocommerce-order > p,
.woocommerce-order > ul {
    padding: 20px 30px;
    margin: 0!important;
}

.woocommerce-order ul.woocommerce-order-overview {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 0;
}
.wc-bacs-bank-details.order_details {
    padding: 0;
}
.wc-bacs-bank-details.order_details li,
.woocommerce-order ul.woocommerce-order-overview li {
    padding: 20px 30px;
    margin: 0!important;
    border: 0!important;
}
.woocommerce-order > section {
    display: block;
}
.woocommerce ul.order_details,
.woocommerce-order h2{
    width: 100%;
    margin: 0 0 20px!important;
}
.woocommerce-order h2{
    text-transform: initial;
    font-size: 24px;
}
.woocommerce-order h3{
    text-transform: initial;
    font-size: 18px;
}

/* GLOBALS  */

.clear-with-margin {
    width: 100%;
    display: block;
    margin: 20px 0
}
/** 
.background {
    width: 100%;
    height: 150vh;
    position: absolute;
    left: 0;
    top: 0px;
    overflow: hidden;
}
    .single .background {
        z-index: -1;
    }
    .decals.background {
        max-height: 700px;
    }
      .background::before {
        width: 150vw;
        height: 1200px;
        background: #D9EEF780;
        transform: rotate(15deg);
        content: "";
        display: block;
        top: -500px;
        left: -8vw;
        position: absolute;
     }
    .page .background,
    .home .background {
        height: 100vh;
    }
    body.archive .background:before,
    body.page-checkout .background:before,
    body.page-cart .background:before,
    .background.decals:before,
    .page .background::before,
    .home .background::before {
        top: -750px;
    }

    .single .background::after,
    .single-product .background::after {
        content: attr(title);
        display: block;
        font-weight: 600;
        color: #FFF;
        width: 100%;
        font-size: 13vw;
        line-height: 100%;
        position: absolute;
        opacity: 0.5;
        text-align: right;
        top: 220px;
    .single-product .decals.background::after {
        top: 100px;
    }
    }**/
    

ul.usps {
    display: table;
    margin: 0 auto;
    list-style: none;
}
    ul.usps li{
        float: left;
        position: relative;
        padding-left: 35px;
        font-size: 16px;
        margin-right: 20px;
    }
    ul.usps.small li{
        font-size: 14px;
        line-height: 25px;
        padding-left: 25px;
        color: #999;
    }
        ul.usps li:before{
            display: block;
            content: "";
            width: 20px;
            height: 20px;
            background-image: url("assets/star.svg");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 5px;
        }
        ul.usps.small li:before{
            width: 15px;
            height: 15px;
        }


.post-list .post-list-item {
    padding: 10px 20px;
    background: #FFF;
    margin-bottom: 10px;
}
#menu-footer-2,
#menu-legal,
#menu-footer {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.reviews h3{
    margin-bottom: 30px;
}
.reviews .review-title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0.75;
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.reviews .review .wrapper{
    background: #D9EEF7;
    position: relative;
    padding: 20px 30px 15px;
    margin-bottom: 20px;
}

.reviews .review .wrapper:after{
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #D9EEF7;
    transform: rotate(-45deg);
    bottom: -10px;
    left: 35px;
}
/* WP FORMS */

.wpforms-field input {
    max-width: 100%!important;
    width: 100%!important;
    line-height: 45px!important;
    height: 45px!important;
}

/* CATEGORY */

.mark {
    position: absolute;
    width: 600px;
    height: 600px;
    top: -200px;
    right: 100px;
}
/* PRODUCT GRID */

.product-wrapper {
    position: relative;
    overflow: hidden;
    background: #FFF;
    margin-bottom: 40px;
}
    .product-wrapper h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 10px 0 0;
    }
    .product-wrapper span.price {
        margin: 10px 0 0;
    }
    .woocommerce div.product .product_title {
        margin-bottom: 10px;
        font-size: 40px;
        margin-top: 25px;
    }
        .woocommerce div.product .product_title:before {
            margin-left: 3px;
            margin-bottom: -10px;
        }
    .woocommerce div.product .stock {
        color: #39B54A;
    }
    .product-wrapper a {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-content: flex-end;
    }

    .product-wrapper .add_to_cart_button {
        display: none!important;
    }

    .woocommerce div.product form.cart .variations {
        border-top: 1px solid #DDD;
    }
    .woocommerce div.product form.cart .variations .value,
    .woocommerce div.product form.cart .variations .label {
        width: 100%;
        display: block;
    }
    .woocommerce div.product form.cart .variations label {
        text-align: left;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2px;
        opacity: 0.75;
        display: block;
        margin-top: 10px;
    }
    .woocommerce div.product form.cart .variations .value select {
        display: none;
    }
    .woocommerce div.product form.cart .variations .variation-radios label {
        border: 1px solid #DDD;
        padding: 0 15px;
        line-height: 40px;
        display: inline-block;
        opacity: 1;
        border-radius: 4px;
        margin: 0 5px 5px 0;
        font-size: 13px;
        position: relative;
    }
    .woocommerce div.product form.cart .variations .reset_variations,
    .woocommerce div.product form.cart .variations .variation-radios input {
            display: none!important;
    }
    .woocommerce div.product form.cart .variations .variation-radios input:checked + label {
        background: #6AB8D3;
        color: #FFF;
        border: 1px solid #6AB8D3;
        outline: #D9EEF7;
        position: relative;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        color: #1a181d;
    }
    .woocommerce-variation-price .price  {
        opacity: 1;
    }
    .woocommerce-variation-price .price *  {
        font-size: 28px;
    }
    .main-images{
        overflow: hidden;
        position: relative;
        padding-bottom: 60px;
    }
        .main-images .slick-dots {
            bottom: 15px;
        }
        .main-images .slick-arrow {
            top: auto;
            bottom: 0px;
        }
        .main-images .slick-arrow.slick-next{
            right: 10px;
        }
        .main-images .slick-arrow.slick-prev{
            right: auto;
            left: 10px;;
        }
#shipping_method input[type="radio"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 14px!important;
    position: relative;
    border-radius: 50%;
    padding: 0;
    float: right;
    border: 1px solid #333;
}
#shipping_method input[type="radio"] + label {
    position: relative;
    display: block!important;
}
#shipping_method input[type="radio"]:checked + label:after {
    width: 14px;
    height: 14px;
    background: #8ED2DF;
    position: absolute;
    right: 3px;
    top: 6px;
    content:"";
    display: block;
    border-radius: 50%;
}

/* NOTIFS */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border: 0;
    background: rgba(255,255,255,0.9);
    padding: 5px 5px 5px 50px;
}
.woocommerce-notices-wrapper {
    width: 100%;
}
.woocommerce div.product {
    width: 100%
}
.woocommerce-notices-wrapper + p,
.woocommerce-notices-wrapper * {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 1;
    line-height: 45px;
    display: block;

}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 5px;
}

.return-to-shop a:hover,
.return-to-shop a {
    padding: 0 20px!important;
    font-size: 13px!important;
    height: 42px!important;
    background: #1a181d!important;
    color: #FFF!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    opacity: 1!important;
    line-height: 42px!important;
}

/* CART & CHECKOUT*/

.woocommerce-checkout .content .container .left {
    padding-left: 0;
}
.woocommerce-checkout .content .container .right {
    padding-right: 0;
}
.woocommerce-checkout .content .container .left h3,
.woocommerce-checkout .content .container .right h3 {
    font-size: 24px;
    margin: 0 0 15px;
}
.cart_totals h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.shop_table {
    border: 1px solid #DDD;
}
    .shop_table tr{
        background: #FFF;
    }
        .shop_table th{
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 1px;
        }
        #add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
            line-height: 30px;

        }
        .shop_table tr td{
            vertical-align: middle;
        }
        .woocommerce-checkout input,
        .shop_table tr input{
            border: 1px solid #DDD;
            line-height: 35px;
            padding: 0 10px;
            background: #FFF;
        }
        .woocommerce-checkout input,
        .shop_table tr input.qty{
            line-height: 45px!important;
            padding: 0 5px!important;
        }
        .shop_table tr input#coupon_code {
            line-height: 30px;
            width: 200px;
        }
        .shop_table th.product-remove {
        width: 40px;
    }
    .shop_table th.product-thumbnail {
        width: 60px;
    }
    .shop_table td.product-quantity,
    .shop_table td.product-price,
    .shop_table td.product-subtotal {
        width: 100px;
    }
    .fee td,
    .shop_table.woocommerce-checkout-review-order-table td.product-total,
    .shop_table.woocommerce-checkout-review-order-table th.product-total,
    .shop_table tr.order-total td,
    .shop_table tr.woocommerce-shipping-totals.shipping td,
    .shop_table tr.cart-subtotal td,
    .shop_table td.product-subtotal,
    .shop_table th.product-subtotal {
        text-align: right;
        width: 170px;
    }
    .fee * {
        color: green;
    }
    .shop_table .product-total *,
    .shop_table .shipping td *,
    .shop_table .cart-subtotal td *{
        font-size: 15px;
    }

    .shop_table .woocommerce-shipping-destination {
        display: none;
    }
    .shop_table .product-name a {
        text-decoration: none;
    }
    .shop_table .order-total td *{
        font-size: 22px;
    }
    .shop_table .order-total td .includes_tax {
        width: 100%;
        display: block;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .shop_table .order-total td .includes_tax * {
        font-size: 11px;
        font-weight: 600;
    }

.place-order button,
.place-order button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    width: 100%;
    
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    margin-top: 10px;
    background: #D9EEF7;
}
.place-order button,
.place-order button:hover {
    line-height: 35px!important;
}
td.actions .button:hover,
td.actions .button {
    font-size: 13px;
    height: 42px;
    background: #1a181d;
    color: #FFF!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    width: 25px;
    float: right;
    margin: 0;
}
.woocommerce a.remove {
    width: 25px;
    height: 25px;
    line-height: 21px;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover{
    background: #1a181d;
    color: #FFF!important;
}
.checkout .left label{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.75;
}
.checkout .wrapper {
    padding: 30px;
    background: #FFF;
}
.checkout .left .wrapper {
    border: 1px solid #DDD;
    border-radius: 5px;
}
.checkout .right .wrapper {
    background: none;
    padding-top: 0;
    padding-right: 0;
}
.checkout .right h3 {
    display: none;
}
#ship-to-different-address-checkbox {
    display: none;
}
.ppc-button-wrapper {
    margin-top: 20px;
}
#payment {
    margin-top: 15px;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.select2-container .select2-selection--single {
    height: 48px;
    border-radius: 0;
    border: 1px solid #DDD;
}
.select2-dropdown {
    border: 1px solid #DDD;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #DDD;
    background: #FAFAFA;
    padding: 0 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #D9EEF7;
    color: #1a181d;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    border: 1px solid #DDD;
    background: #FFF;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
    padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
    border-bottom: 1px solid #DDD;
    padding: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 35px;
    float: right;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp-gateway::before {
    background-image: url("assets/PayPal.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    background-position: right center;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 4px;
    position: relative;
    border-radius: 50%;
    padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label{
    position: relative;
}
.woocommerce-checkout #payment ul.payment_methods li input:checked + label:after{
    width: 14px;
    height: 14px;
    background: #8ED2DF;
    position: absolute;
    left: 3px;
    top: 7px;
    content:"";
    display: block;
    border-radius: 50%;
}
.woocommerce-checkout #payment ul.payment_methods li label {
   width: 100%;
    display: block;
    padding-left: 25px;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box *,
.woocommerce-privacy-policy-text a,
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 23px!important;
}
.woocommerce-privacy-policy-text {
    opacity: 0.7;
}
.woocommerce-NoticeGroup {
    width: 100%;
}
.woocommerce .woocommerce-customer-details address {
    background: white;
}
.woocommerce-order > section, .woocommerce-order > p, .woocommerce-order > ul {
    padding: 30px 0;
}
.woocommerce-order-details.woocommerce-info {
    padding: 10px 20px 10px 60px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
     background: #1a181d;
    border: 0;
    border-radius: 5px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details *{
    color: #FFF!important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box select {
    width: 100%;
    line-height: 30px!important;
    padding: 5px 10px;
}
body.single {
    background: #FFF;
}
.single .background {
    top: -100px;
}
.single .content {
    margin-top: -250px;
}

.prices .price{
    overflow: hidden;
}

.prices .price .item{
    position: relative;
    width: calc(100% - 90px);
}
.prices .price .prijs{
    background: #f3f2ef;
    z-index: 1;
    padding-left: 10px;
    width: 90px;
    text-align: right;
}
    .prices .price .item::after {
        position: absolute;
        content: "...............................................................................................................................................................................................................................";
        width: 100%;
        display: inline-block;
        margin: 0 10px;
    }
.page-id-3992 input[type="email"] {
    border: 1px solid #CCC;
    margin-left: 10px;
    line-height: 45px;
    height: 45px;
    padding: 0 5px;
}

.masonry {
    width: 100%;
    max-width: 1250px;
    column-count: 3;
    column-gap: 40px;
    padding: 0 20px;
    justify-content: flex-start;
}
    .masonry .col-4 {
        break-inside: avoid;
        width: 100%!important;
        max-width: 100%!important;
        padding: 0!important;
        margin-bottom: 40px;
    }
.mobile-overflow {
    min-width: 100%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
}
.product-description ul,
.product-description ol {
    margin-left: 25px;
}
.mobile-only {
    display: none!important;
}
.desktop-only {
    display: inline-block!important;
}

body:not(.page-over-ons) .team .page-grid {
    width: 25%;
}
    body:not(.page-over-ons) .team .page-grid .details{
        display: none;
    }
    body:not(.page-over-ons) .team .page-grid .featured{
        height: 500px;
    }
    body:not(.page-over-ons) .team .page-grid .featured .title {
        font-size: 24px;
    }

/* GLOBALS DESKTOP */

@media (min-width: 1261px) {
    .extra-padding div[class*="col-"] {
        padding: 0 40px;
    }
    *.extra-padding {
        padding: 25px 30px;
    }
}

/* GLOBALS MOBILE */

@media (max-width: 1260px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .masonry {
        column-count: 2;
    }
    .jumbotron .col-4,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .jumbotron .col-4 {
        padding-top: 30px;
    }
    .container {
        max-width: 1000px;
    }
    .woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button {
        max-width: 300px;
    }
    .logo {
        width: 150px;
        margin-top: 7px;
    }
}

@media (max-width: 1023px) {
    body {
        padding: 80px 0 0;
    }
    .text-center {
        text-align: left;
    }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-message .button:hover {
        display: none;
    }
    .mobile-scroll {
        overflow-x: scroll;
        overflow-y: visible;
    }
    .mobile-overflow {
        width: 1000px!important;
        min-width:  1000px;
        display: flex;
        flex-wrap: initial;
        padding-bottom: 30px;
    }
    .mobile-overflow.wider {
        width: 1200px!important;
        min-width:  1200px;
        display: flex;
        flex-wrap: initial;
        padding-bottom: 30px;
    }
    .mobile-overflow > div {
        flex: 0 0 30%!important;
        max-width: 30%!important;
    }

    .desktop-only {
        display: none!important;
    }
    .mobile-only {
        display: flex!important;
    }
}

@media (max-width: 768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-3.decals,
    .col-4,
    .col-45,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cta.afspraak span {
        display: none;
    }
    .masonry {
        column-count: 1;
    }

    .logo {
        width: 130px;
    }
    subfooter,
    footer,
    article,
    section {
        margin: 0;
    }
    .row.product-grid .container {
        max-width: 480px;
    }
    section.content {
        padding-top: 0;
    }
    section.content .mobile-order-1 {
        padding: 0;
    }
    section.content .mobile-order-1 {
        padding: 0;
    }
    section.content .col-12,
    section.content .col-7 {
        margin-top: 20px;
    }
    
    .breadcrumbs {display: none}
    .product-wrapper {
        min-height: auto;
        width: 100%;
    }
        .product-wrapper .decalsheet {
            display: none;
        }
        .product-wrapper a > img {
            left: auto;
            top: auto;
            position: relative;
            width: 100%;
        }
        .product-wrapper h2,
        .product-wrapper .price {
            position: relative;
            bottom: auto;
            left: auto;
        }
        .product-wrapper h2 {
            padding:0;
        }
    .product-grid .col-4 {
        margin-bottom: 30px;
    }
    .shop_table tr input#coupon_code {
        width: 48%;
    }
    .shop_table td,
    .shop_table th {
        width: auto!important;
    }
    .checkout .wrapper {
        padding: 15px;
    }
    .checkout .right .wrapper {
        padding: 30px 0 0 !important;
    }
    .woocommerce-checkout .content .container .right,
    .woocommerce-checkout .content .container .left {
        width: 100%;
        padding: 0px;
    }

    .text-center *,
    .text-center {
        text-align: left!important;
    }
    h1.title {
        font-size: 32px;
        line-height: 125%;
    }
    #menu-legal, #menu-footer {
        flex-direction: column;
    }
    .flex-end {
        justify-content: start;
    }
    #menu-footer li {
        margin-left: 0;
    }
    .wc-bacs-bank-details.order_details li,
    .woocommerce-order ul.woocommerce-order-overview li,
    .woocommerce-order > section,
    .woocommerce-order > p,
    .woocommerce-order > ul {
        padding: 10px 15px;
        margin: 0!important;
    }

    .mobile-order-1 {
        order: -1;
    }

    .slick-list {
        width: 90%!important;
    }
        .jumbotron .slick-list {
            width: 100%!important;
            padding-top: 0;
        }
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {      
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }

}

@media (max-width: 640px) {


}