/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
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:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */


/*
* Inline styles from admin
*/

.menu-item-37 a {
    background-image: url(/public_html/wp-content/themes/storefront/assets/images/logo-spoinq.svg) !important;
    background-size: 100%;
    width: 254px;
    height: 74px;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    background-position: top left;
}


.header-wrapper {
    margin: 20px 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.header-wrapper .logo,
.header-button-wrapper {
    flex: 1;
}

.header-button-wrapper {
    text-align: right;
}

.header-button-wrapper .header-button {
    font: 300 14px/20px 'Raleway', sans-serif;
    color: #fff;
    padding: 15.5px 50px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.54px;
    background-color: #C4D443;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
	margin-left: 25px;
}

.header-button-wrapper .header-button:hover {
    background-color: #aebd37 !important;
}

.header-button-wrapper .header-button.cart {
    margin-left: 20px;
    padding: 0;
}

.header-button-wrapper .header-button.cart img {
    height: 50px;
}


figure.woocommerce-product-gallery__wrapper {
    order: 2;
    width: 85%;
}

.woocommerce-product-gallery {
    align-items: start !important;
}

.flex-direction-nav a.flex-prev {
    left: 0;
}

.flex-direction-nav a.flex-next {
    left: auto;
    right: 0;
}


.main-navigation ul li:not(:first-child) {
    margin: auto 3% 0 0;
    position: relative;
}

.main-navigation ul li, .secondary-navigation ul li {
    vertical-align: bottom;
}

.woocommerce-active .site-branding {
    display: none;
}

.woocommerce-active .site-header .site-search {
    display: none;
}


.storefront-primary-navigation .col-full {
    max-width: 1350px;
}

.woocommerce-active .site-header .main-navigation {
    width: 85%;
}

.woocommerce-active .site-header .site-header-cart {
    width: 10%;
}

.onsale {
    position: absolute;
    top: 20px;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #d3df4e;
}

.storefront-sorting:last-child {
    display: none;
}

.product .button {
    background-color: #d3df4e;
    transition: all 0.2s;
}

.product .button:hover {
    background-color: #d5d5d5
}

/* Sidebar filter */
li.berocket_term_parent_0.berocket_term_depth_0 {
    padding: 20px;
    width: 150px;
    height: 110px;
    text-align: center;
    position: relative;

    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: 0 auto;
    background-position: center center !important;
}

li.berocket_term_parent_0.berocket_term_depth_0 span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

li.berocket_term_parent_0.berocket_term_depth_0 input {
    display: none;
}

li.berocket_term_parent_0.berocket_term_depth_0 label {
    margin: 0;
    font-size: 18px;
    cursor: pointer;
}

.single-product #secondary {
    display: none;
}

input[data-term_name="Banken"] + label {
    background: url(/wp-content/uploads/2019/03/Banken.jpg);
    background-position: center;
    background-size: 150%;
    background-position-y: -35px;
}

input[data-term_name="Accessoires"] + label {
    background: url(/wp-content/uploads/2019/03/Accessoires.jpg);
    background-position: center;
    background-size: 150%;
    background-position-y: -35px;
}

input[data-term_name="Barkrukken"] + label {
    background: url(/wp-content/uploads/2019/03/Barkrukken.jpg);
    background-position: center;
    background-size: 150%;
    background-position-y: -35px;
}

input[data-term_name="Bartafels"] + label {
    background: url(/wp-content/uploads/2019/03/Bartafels.jpg);
    background-position: center;
    background-size: 150%;
    background-position-y: -35px;
}

input[data-term_name="Tafels"] + label {
    background: url(/wp-content/uploads/2019/03/Tafels.jpg);
    background-position: center;
    background-size: 150%;
    background-position-y: -35px;
}

input[data-term_name="Fauteauls"] + label {
    background: url(/wp-content/uploads/2019/03/Fauteauls.jpg);
    background-position: center;
    background-size: 150%;
    background-position-y: -35px;
}

input[data-term_name="Salontafels"] + label {
    background: url(/wp-content/uploads/2019/03/KleineTafels.jpg);
    background-position: center;
    background-size: 110%;
    background-position-y: -35px;
}

input[data-term_name="Stoelen"] + label {
    background: url(/wp-content/uploads/2019/03/Stoelen.jpg);
    background-position: center;
    background-size: 120%;
    background-position-y: -25px;
}

input[data-term_name="Stapelstoelen"] + label {
    background: url(/wp-content/uploads/2019/03/Fauteauls.jpg);
    background-position: center;
    background-size: 120%;
    background-position-y: -25px;
}

input[data-term_name="Lampen"] + label {
    background: url(/wp-content/uploads/2019/03/lampen.jpg);
    background-position: center;
    background-size: 120%;
    background-position-y: -25px;
}

.onsale {
    right: 0;
}

.berocket_aapf_widget-title_div {
    display: none
}

ul.products li.product img {
    /*min-height: 230px;*/
    background: #F0F0F0;
}

.home #secondary {
    background-color: #f8f8f6;
    padding: 20px;
}

.berocket_checked {
    font-weight: 600;
    text-decoration: underline;
}

/* Header */
.heading {
    text-align: center;
    background: #333940 url(https://spoinq.nl/wp-content/themes/Spoinq/images/demo/pattern.jpg);
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

.wrapper {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
}

.heading h1 {
    font: 700 64px/89px 'Raleway';
    color: #f8f8f6;
    letter-spacing: 55px;
    text-transform: uppercase;
}

.home.post-type-archive-product .site-header {
    margin-bottom: 0
}

.home .woocommerce-products-header__title {
    display: none
}

.home .site-main {
    padding-top: 60px;
}

.single-product .heading {
    display: none;
}

.single-product .content-area {
    margin: 0 auto;
    float: none;
}

/*.site-footer a{display:none}*/

.single-product ul.products li.product.first {
    clear: none !important;
}

.single-product .bx-wrapper {
    border-top: 1px solid #f2f2f2;
    box-shadow: none;
}

.single-product ul.products li.product .woocommerce-LoopProduct-link {
    min-height: 325px;
    border: none;
    outline: none;
}

.storefront-product-pagination {
    display: none !important;
}

/*.woocommerce-breadcrumb .breadcrumb-separator + a, .woocommerce-breadcrumb .breadcrumb-separator + a + .breadcrumb-separator{
	display:none !important;
}*/
li.berocket_term_parent_0.berocket_term_depth_0 label {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.checkedFilter {
}

.berocket_checked::parent::parent {
    border: 1px solid black;
}

.woocommerce-cart #secondary, .woocommerce-cart .heading, .woocommerce-checkout #secondary, .woocommerce-checkout .heading, .woocommerce-cart .wcppec-checkout-buttons {
    display: none;
}

.woocommerce-cart #primary, .woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #primary {
    width: 100%;
}

div.cross-sells {
    background-color: white;
    width: 100% !important;
    padding: 20px;
    margin-bottom: 65px;
}



.page-id-5 div.catalog-image-wrapper {
    background-color: white;
}

.page-id-5 a.addtocartbutton {
    display: none;
}

/* TABLETS */
@media only screen and (min-width: 768px) and (max-width: 1024px){
	
	.header-button{
		margin-bottom: 15px;
	}

	.header-button-wrapper{
		margin-right: 25px;
	}
	}

@media (min-width: 768px) {
    .cross-sells ul.products.columns-4 li.product,
    .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
        width: 22%;
        margin-right: 4% !important;
    }

    .cart-collaterals .cross-sells ul.products li.product:nth-child(4n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .cross-sells ul.products.columns-4 li.product {
        width: 45%;
        height: 200px;
        display: inline-block;
    }

    .cross-sells ul.products.columns-4 li.product:nth-child(odd) {
        float: left;
    }
    .cross-sells ul.products.columns-4 li.product:nth-child(even) {
        float: right;
    }

	.header-wrapper{
		display: block;
	}

	.header-button-wrapper .header-button{
		font: 300 12px/20px 'Raleway', sans-serif;
	}

	.header-button-wrapper{
		text-align: center;
	}

	.header-button-wrapper .header-button{
		margin-left: 5px;
	}
	
	.logo img{
	margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 2vh;
    width: 60%;
	}
}

@media (max-width: 620px) {
    .cross-sells h2 {
        font-size: 7vw;
    }
}


.widget_shopping_cart .buttons a:last-child {
    display: none;
}

.main-navigation li a, .main-navigation li a:visited {
    font: 300 14px/20px 'Raleway', sans-serif;
    color: #333743;
    font-weight: 500;
    letter-spacing: 2.54px;
    text-transform: uppercase;
    transition: all 0.2s;
}

.main-navigation li a:hover {
    color: #c4d443 !important;
}

.popUpNotNL {
    font: 300 14px/20px "Raleway", sans-serif;
}

/* Media Queries */
@media (min-width: 767px) {
    .site-header-cart .widget_shopping_cart {
        width: 250px;
        margin-left: -60px;
    }

    #menu-item-210 {
        display: none;
    }

    #menu-item-37 {
        margin-right: 85px;
    }

    .main-navigation ul li:not(:first-child) {
        margin: 0;
    }
}

@media only screen and (max-width: 1090px) {
    .heading .wrapper {
        width: auto;
    }

    .heading h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .heading h1 {
        font-size: 40px;
        letter-spacing: 2px;
    }

    .home #content .col-full {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    /*.home #primary{
        -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
        margin-top: 230px;
    }*/
    .home #secondary {
        padding: 0;
        position: absolute;
        left: 0;
    }

    .home #secondary .berocket_aapf_widget-wrapper ul {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce-active .site-header .main-navigation {
        padding-bottom: 10px;
    }

    .main-navigation > a {
        width: 170px;
    }

    .menu-item-37 {
        display: none;
    }
}

@media only screen and (max-width: 675px) {
    .heading h1 {
        font-size: 40px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 380px) {
    .main-navigation > a {
        position: relative !important;
        margin: 0 auto;
        display: block;
    }

    .woocommerce-active .site-header .main-navigation {
        width: 100%;
    }

    .menu-toggle {
        margin: 0 auto;
        display: block;
        float: none !important;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 358px) {
    /*.home #primary{
        margin-top:600px;
    }*/

}

/*Custom Shop Styling*/
main#main.site-main {
    background-color: #F8F8F6;
    padding-left: 25px;
    padding-right: 25px;
}

.single-product main#main.site-main {
    background-color: #fff;
    padding: 0;
}

li.product.type-product {
    background-color: white;
    padding-bottom: 15px;
}

img.attachment-woocommerce_thumbnail {
    padding: 15px;
}

div.heading {
    padding: 0px;
}

div.heading > header > div.wrapper > h1 {
    font-size: 50px;
    letter-spacing: 5px;
}

span.price {
    text-align: left !important;
    width: 50%;
    float: right;
    height: 10px
}

h2.woocommerce-loop-product__title {
    /*height: 50px; */
}

input[type="radio"] + label {
    background: none;
}

ul.berocket_aapf_widget.berocket_style_block.roundpcs.pcs li {
    height: 0px;
    padding: 20px;
}

ul.berocket_aapf_widget.berocket_style_block.roundpcs.pcs li:hover {
    background-color: #d5d5d5;
}

li.berocket_term_parent_0.berocket_term_depth_0 label {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;

    line-height: 40px !important;
}

label.berocket_checked {
    text-decoration: none;
    font-weight: bold;
    font-size: 25px !important;
}

div#secondary {
    background-color: #f8f8f6;
    padding: 20px;
}

.site-main {
    padding-top: 20px !important;
}

.single-product .site-main,
.post-type-archive-product .site-main {
    padding-top: 0px !important;
}


/*
* Child theme styles
*/

.col-full {
    width: 100%;
    max-width: 1230px;
    padding: 0;
}

/*.primary-navigation {
	width: 100%;
}

#menu-menu-spoinq {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	min-height: 90px;
	align-items: flex-end;
}

#masthead {
	padding: 15px 0;
}

.menu-logo-item {
	margin-right: auto;
	align-self: flex-start;
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
	padding: 15px 10px;
}*/

.single-product {
    color: #333743;
}

.single-product-banner,
.cart-page-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	max-height:600px;
}

.single-product-banner .col-full {
    min-height: 810px;
}

.cart-page-banner .col-full {
    min-height: 500px;
}

.single-product-banner .col-full,
.cart-page-banner .col-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.banner-heading {
    font: normal normal bold 40px/49px Raleway;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: left;
}

.banner-scroll-bottom {
    font: 20px/24px Raleway;
    position: absolute;
    bottom: 225px;
    letter-spacing: 0px;
    color: #FFFFFF;
    cursor: pointer;
}

.banner-arrow {
    width: 30px;
    height: 30px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(45deg);
    margin: 0 auto;
}

.single-product .site-main {
    background-color: #fff;
}

.single-product div.product {
    overflow: visible;
}

.single-product div.product .woocommerce-product-gallery {
    width: 64%;
    margin-left: -13%;
    margin-bottom: 0;
    float: none;
}
.woocommerce-product-gallery__image {

}
.woocommerce-product-gallery__image img {
    max-height: 700px;
    width: 100%;
    float: right;
	object-fit: cover;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1;
    border-radius: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: 2px solid #D3DF4E;
}

.single-product div.product .summary {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    float: none;
    margin-bottom: 0;
    flex-direction: column;
}

.woocommerce-tabs {
    width: 100%;
}

.description_tab {
    margin-bottom: 30px;
    width: 100%;
}

.description_tab:last-child {
    margin-bottom: 0;
}

.tab-title {
    font: 20px/24px Raleway;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0;
    cursor: pointer;
    margin-bottom: 10px;
}

.tab-marker {
    position: absolute;
    right: 20px;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    transition: transform .3s;
}

.tab-title.active-title .tab-marker {
    transform: rotate(45deg);
}

.tab-marker-wrapper {
    position: relative;
    height: 100%;
}

.tab-marker-wrapper:after {
    content: '';
    position: absolute;
    top: calc(50% - 1.5px);
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333743;
}

.tab-marker-wrapper:before {
    content: '';
    position: absolute;
    left: calc(50% - 1.5px);
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #333743;
}

.tab-content h2 {
    display: none;
}

.tab-content {
    font-family: 'Raleway';
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: max-height .3s ease-in-out;
}

.tab-content p:last-child {
    margin-bottom: 0;
}

.tab-content.active-tab {
    /*max-height: 1000px; */
    max-height: 3000px;
}

.single-product div.product form.cart {
    padding-top: 0;
    /*margin-top: auto;*/
    width: 100%;
}

.single_variation_wrap {
    margin-top: 100px;
}

.woocommerce-product-gallery {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart-row {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-row-value {

}

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

.single-product .single_add_to_cart_button {
    width: 100%;
    background-color: transparent;
    border: 2px solid #D3DF4E;
    border-radius: 5px;
    font: 30px/35px Raleway;
    color: #333743;
    padding: 13px 0;
    text-transform: uppercase;
}

.single-product .single_add_to_cart_button:hover {
    background-color: #D3DF4E;
    border-color: #D3DF4E;
}

.single-product div.product form.cart .quantity {
    position: relative;
    margin-right: 0;
}

.quantity .qty,
.quantity .qty:focus {
    font: normal normal normal 33px/39px Raleway;
    letter-spacing: 6.6px;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    user-select: none;
    padding: 0;
}

.qty-down,
.qty-up {
    text-align: center;
    width: 34px;
    height: 34px;
    display: inline-block;
    background-color: #F8F8F6;
    position: absolute;
    top: calc(50% - 17px);
    cursor: pointer;
    z-index: 2;
    outline: none;
}

.qty-down {
    left: -15px;
    font: normal normal normal 45px/30px Raleway;
}

.qty-up {
    right: 5px;
    font: normal normal normal 45px/37px Raleway;
}

.cart-row-title {
    font: 20px/24px Raleway;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.single-product .price {
    font: normal normal bold 30px/35px Raleway;
}

.single-product.right-sidebar .content-area {
    width: 100%;
}

.flex-viewport {
    order: 2;
    width: 85%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    order: 1;
    width: 10%;
    margin-right: 5%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    float: none;
    width: 100%;
    margin: 0 0 15px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}

.single-bottom-area:before {
    content: '';
    display: block;
    clear: both;
}

.storefront-breadcrumb {
    background-color: #F8F8F6;
    margin: 0;
    padding: 0;
}

.storefront-breadcrumb .col-full {
    background-color: #fff;
    padding-top: 1.41575em;
    padding-bottom: 1.41575em;
}

.single-top-area {
    background-color: #F8F8F6;
    padding-bottom: 200px;
}

.single-top-area > .col-full {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.single-bottom-area-wrapper {
    max-width: 910px;
    margin: 0 auto;
}

.single-product .woocommerce-breadcrumb {
    padding: 0 15px;
}

.single-product .woocommerce-breadcrumb a:before {
    display: none;
}

.single-product .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb a,
.single-product .woocommerce-breadcrumb span {
    font: normal normal normal 12px/14px Raleway;
    text-transform: lowercase;
    color: #333743;
}

.single-product .woocommerce-breadcrumb .breadcrumb-separator {
    text-indent: 0;
}

.single-product .woocommerce-breadcrumb .breadcrumb-separator:after {
    display: none;
}

.product-description {
    margin-bottom: 140px;
    margin-top: -110px;
}

.product-designer {
    margin-bottom: 140px;
    margin-top: -125px;
}

.made-by {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.made-by-prefix {
    color: #D3DF4E;
    font: normal normal bold 30px/35px Raleway;
    letter-spacing: 0;
    flex: 1;
    margin-right: 10px;
}

.made-by-name {
    flex: 1 1 90%;
}

.made-by-name span {
    font: normal normal bold 200px/235px Raleway;
    letter-spacing: 0;
    font-size: 4.5vw;
    color: #CBCBCB;
    word-break: keep-all;
    white-space: nowrap;
}


.description-top {
    font: normal normal normal 20px/24px Raleway;
    margin-bottom: 10px;
}

.description-bottom {
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 1.618;
}

.related > h2,
.upsells > h2 {
    text-align: center;
    font: 30px/35px Raleway;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #333743;
}

.related li.product,
.upsells li.product {
    z-index: 50;
}

.related .bx-wrapper,
.upsells .bx-wrapper {
    border: none;
    margin: 0 auto;
}

.related .bx-wrapper .onsale,
.upsells .bx-wrapper .onsale {
    display: none;
}

.related .bx-wrapper .woocommerce-loop-product__title,
.upsells .bx-wrapper .woocommerce-loop-product__title {
    text-align: left;
    font: normal normal bold 20px/24px Raleway;
    letter-spacing: 1.2px;
    height: auto;
    padding-left: 15px;
}

.related .bx-wrapper .addtocartbutton,
.upsells .bx-wrapper .addtocartbutton {
    display: none;
}

.single-product .related .bx-wrapper span.price,
.single-product .upsells .bx-wrapper span.price {
    padding-left: 15px;
    float: none;
    width: 100%;
    font: 15px/18px Raleway;
    letter-spacing: 0.9px;
    color: #333743;
}

.related .bx-controls,
.upsells .bx-controls {
    display: none;
}

.coupon-aanbetaling {
    display: none;
}

.slick-slider {
    margin-top: 60px;
}

.slick-slide:focus,
.slick-slide.focus-visible {
    outline: none;
    border: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    display: block;

    width: 35px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    top: 0;
    left: 25%;
}

.slick-list {
    margin-top: 45px;
}

.slick-prev:before {
    content: url('/wp-content/themes/storefront-child/assets/icons/chevron-up.svg');
}


.slick-next {
    top: unset;
    bottom: -40px;
    left: 25%;
}

.slick-next:before {
    content: url('/wp-content/themes/storefront-child/assets/icons/chevron-down.svg');
}


.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::before {

    display: block;
    text-align: center;
    color: #D3DF4E;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after {

    display: block;
    text-align: center;
    color: #D3DF4E;
}



/* Catalog(shop) page */
.post-type-archive-product main#main.site-main {
    padding: 0;
    background-color: #fff;
}

.post-type-archive-product.right-sidebar .content-area {
    float: none;
    width: 100%;
    margin-right: 0;
}

.post-type-archive-product .storefront-breadcrumb {
    display: none;
}

.post-type-archive-product .woocommerce-result-count {
    display: none;
}

.catalog-banner {
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.catalog-banner .banner-heading {
    font: normal normal bold 50px/59px Raleway;
    letter-spacing: 10px;
    color: #FFFFFF;
    text-shadow: 0px 0px 80px #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
	text-align:center;
}

.catalog-banner .banner-subheading {
    font: 30px/35px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 50px #000000;
    text-align: center;
}

.filters-row {
    background-color: #F0F0F0;
    padding: 29px 0;
}

.filters-row .col-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

.filters-switcher {
    background: #C4D443 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 10px;
    font: 18px/21px Raleway;
    color: #FFFFFF;
    text-transform: uppercase;
    min-width: 270px;
    cursor: pointer;
    position: relative;
    transition: background .3s;
}

.filters-switcher:hover {
    background: #aebd37;
}

.filters-switcher:after {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
    background-image: url(./assets/icons/filters-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.filters-row .woocommerce-ordering {
    display: none !important;
    margin-left: auto;
    position: relative;
    cursor: pointer;
    margin-right: 0;
}

.filters-row .woocommerce-ordering-dropdown {
    margin-left: auto;
    position: relative;
    display: none;
}

.filters-row .woocommerce-ordering .orderby {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font: 14px/16px Raleway;
    color: #333743;
    text-transform: uppercase;
    padding: 12px 15px;
    min-width: 270px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    outline: none;
}

.woocommerce-ordering:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    width: 16px;
    height: 16px;
    background-image: url(./assets/icons/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.filters-row .woocommerce-ordering .orderby:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
}

.post-type-archive-product .products .woocommerce-LoopProduct-link {
    outline: none;
}

li.product h2.woocommerce-loop-product__title {
    margin: 0 0 10px;
    font: normal normal bold 20px/24px Raleway;
    letter-spacing: 1.2px;
    color: #333743;
    text-transform: uppercase;
    text-align: left;
    align-self: flex-start;
}

.post-type-archive-product .products .addtocartbutton {
    display: none;
}

ul.products li.product span.price {
    width: 100%;
    margin-bottom: 0;
    font: 15px/18px Raleway;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

ul.products li.product .price {
    color: #333743;
}

.post-type-archive-product .products .onsale {
    display: none;
}

.storefront-sorting:last-of-type {
    display: none;
}

.shop-scroll-top {
    display: block;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    border: 3px solid #707070;
    background-image: url(./assets/icons/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 5px auto;
    cursor: pointer;
    transition: opacity .3s;
}

.shop-scroll-top:hover {
    opacity: 0.5;
}

.filters-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
}

.side-filters-menu {
    position: fixed;
    z-index: 1001;
    background-color: #fff;
    width: 725px;
    left: -725px;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    transition: left .3s;
    padding: 30px 60px;
}

.filter-cat-container {
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5px;
}

.filter-cat-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-color: #F0F0F0;
    z-index: -1;
}

.filter-cat-container img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfCheckbox label {
    display: none !important;
}

/*
.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfFilterTaxNameWrapper:hover,
.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfFilterTaxNameWrapper.active-cat {
	font-weight: bold;
	border-bottom: 2px solid #333743;
}
*/

/*
.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfFilterLayoutVer li:hover .wpfFilterTaxNameWrapper,
.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfFilterLayoutVer li .wpfFilterTaxNameWrapper.active-cat {
	font-weight: bold;
	border-bottom: 2px solid #333743;
}
 */
.filter-cat-container img {
    cursor: pointer;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] label:hover .wpfFilterTaxNameWrapper,
.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfFilterTaxNameWrapper:hover,
.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfFilterTaxNameWrapper.active-cat {
    font-weight: bold;
    border-bottom: 2px solid #333743;
}


#main .side-filters-menu .wpfFilterWrapper {
    padding: 35px 50px;
    border-top: 1px solid #C1C1C1;
    margin: 0;
}

#main .side-filters-menu .wpfFilterWrapper:first-child {
    border-top: none;
}

.side-filters-menu .wpfFilterButton.wpfButton {
    font: 30px/35px Raleway;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 15px 0;
    background: #C4D443 0% 0% no-repeat padding-box;
    border: 1px solid #C4D443;
    border-radius: 5px;
    width: 100%;
    margin: 0 0 12px 0;
    transition: background .3s;
}

.side-filters-menu .wpfFilterButton.wpfButton:hover {
    color: #C4D443;
    background: transparent;
}

.side-filters-menu .wpfClearButton.wpfButton {
    border: 1px solid #333743;
    border-radius: 5px;
    padding: 12px 0;
    font: 20px/24px Raleway;
    letter-spacing: 1.2px;
    color: #333743;
    text-transform: uppercase;
    background-color: transparent;
    width: 100%;
    margin: 0;
    transition: background .3s;
}

.side-filters-menu .wpfClearButton.wpfButton:hover {
    background: #333743;
    color: #fff;
}

.side-filters-menu .wpfTitleToggle {
    display: none;
}

.side-filters-menu .wpfFilterWrapper .wfpTitle {
    font: 30px/35px Raleway;
    letter-spacing: 6px;
    color: #333743;
    text-transform: uppercase;
}

.side-filters-menu .wpfFilterTitle {
    margin-bottom: 20px;
}

{
    font: 14px/16px Raleway
;
    letter-spacing: 0.84px
;
    color: #333743
;
    text-transform: uppercase
;
}

.wpfFilterWrapper .wfpDescription {
    font: normal normal bold 18px/22px Raleway;
    letter-spacing: 1.2px;
    color: #333743;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.side-filters-menu .wpfMainWrapper {
    margin-bottom: 150px;
}

.side-filters-menu .wpfFilterButtons {
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: 200;
    padding: 0 20px 40px 15px;
    width: 725px;
}

.filters-active .wpfFilterButtons {
    position: fixed;
    transition: left .3s;
}

/*
.side-filters-menu .wpfFilterButtons {
	position: absolute;
	bottom: 0;
	background-color: #fff;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfPrice"] {
	margin-bottom: 30% !important;
}
*/

.side-filters-menu .wpfFilterWrapper .wpfCheckbox label:before {
    border: 1px solid #333743 !important;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfAttribute"] .wpfFilterTaxNameWrapper,
.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfTags"] .wpfFilterTaxNameWrapper {
    font: normal normal bold 20px/24px Raleway;
    letter-spacing: 1.2px;
    color: #333743;
    text-transform: uppercase;
    vertical-align: top;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfAttribute"] .wpfValue,
.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfTags"] .wpfValue,
.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfAttribute"] .wpfValue {
    line-height: 24px;
    display: inline-block;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfAttribute"] .wpfFilterVerScroll li {
    margin-bottom: 20px;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfTags"] .wpfFilterVerScroll li:last-child {
    margin-bottom: 0;
}

.side-filters-menu .wpfFilterWrapper .ui-slider-horizontal {
    height: 0;
}

.side-filters-menu .ui-slider.ui-widget-content .ui-slider-handle {
    border-radius: 50%;
    border: 2px solid #333743 !important;
}

.side-filters-menu .ui-slider .ui-slider-handle {
    width: 26px;
    height: 26px;
}

.side-filters-menu .ui-slider-horizontal .ui-slider-handle {
    top: -13px;
    outline: none;
}

.side-filters-menu .ui-slider.ui-widget-content .ui-slider-handle:hover, .side-filters-menu .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover, .side-filters-menu .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
    border-color: #C4D443 !important;
    background-color: #C4D443 !important;
}

.wpfPriceInputs {
    font: normal normal normal 18px/22px Raleway;
    letter-spacing: 1.2px;
    color: #333743;
    text-transform: uppercase;
}

.products-number-row {
    margin-bottom: 35px;
}

.storefront-sorting > .wpfSlugWrapper {
    display: none;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfFilterTaxNameWrapper {
    font: 14px/16px Raleway;
    letter-spacing: 0.84px;
    color: #333743;
    text-transform: uppercase;
    padding-left: 0;
}

.wpfCurrencySymbol,
.wpfFilterDelimeter {
    display: none;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfCheckboxHier li {
    margin-bottom: 20px;
}

.side-filters-menu #wpfSliderRange {
    margin: 0 17% 0 15%;
    width: 66%;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfFilterContent {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.side-filters-menu .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfPriceInputs {
    position: absolute;
    bottom: -10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.price-input-wrapper:first-of-type {
    text-align: left;
}

.price-input-wrapper:last-of-type {
    text-align: right;
}

/*.filters-active {
	overflow: hidden;
}*/

.woocommerce-cart .post-5 .entry-header {
    display: none;
}

/* Confirmation page */
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 20px;
}

.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    vertical-align: bottom;
}


.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    vertical-align: top;
}


.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
    line-height: 0.8 !important;
}

.woocommerce-checkout-review-order-table ul#shipping_method li {
    margin-bottom: 25px;
}


.woocommerce-checkout #place_order {
    background-color: #C4D443 !important;
    border-radius: 5px !important;
    color: white !important;
    width: 240px !important;
    height: 46px !important;
    font-family: Raleway !important;
    font-size: 1em !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal !important;
}


.filters-active .filters-overlay {
    display: block;
}

.filters-active .side-filters-menu {
    left: 0;
    box-shadow: 0px 0px 20px #00000029;
}

.storefront-handheld-footer-bar {
    display: none;
}

.side-filters-menu .wpfPriceRangeField#wpfMinPrice,
.side-filters-menu .wpfPriceRangeField#wpfMaxPrice {
    font: normal normal normal 20px/24px Raleway !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

#content > .woocommerce {
    background-color: #F8F8F6;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0 auto;
    max-width: 1230px;
    border: none;
    font-family: "Raleway";
}

.woocommerce-message {
    background-color: #000;
}

.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link {
    display: flex;
    flex-wrap: wrap;
    /* height: 400px; */
}

.post-type-archive-product ul.products li.product img {
    max-height: 100%;
    width: auto;
    background: #F0F0F0;
    margin: 0 auto;
}

.post-type-archive-product ul.products li.product .price {
    margin-bottom: 0;
    height: fit-content;
    /*margin-top: -20px; */
    align-self: flex-start;
}

ul.products li.product .catalog-image-wrapper {
    width: 100%;
    background: #F0F0F0;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    margin-bottom: 15px;
}

ul.products li.product .catalog-image-wrapper img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


ul.products li.product .woocommerce-loop-product__title {

}


.cart-wrapper .woocommerce-variation.single_variation {
    display: none !important;
}

.single-top-area .woocommerce-tabs {
    padding-bottom: 30px;
    height: fit-content;
}

.attribute-row {
    margin-bottom: 25px;
}

.attribute-row:last-child {
    margin-bottom: 0;
}

.attribute-label {
    margin-bottom: 10px;
    font: 16px/18px Raleway;
    font-weight: bold;
    text-transform: uppercase;
}

.attribute-value-image {
    font: 14px/16px Raleway;
    display: inline-block;
    margin: 0 12px 12px 0;
    cursor: pointer;
    transition: font-weight .3s, border-bottom .3s;
}

.attribute-value-image img {
    max-width: 100px;
    border-radius: 0;
    margin-bottom: 5px;
}

.attribute-value-image:hover .attribute-value-image-name {
    border-bottom: 2px solid #333743;
}

/*.attribute-value-image:hover .attribute-value-image-name,*/
.attribute-value-image.attribute-active .attribute-value-image-name {
    font-weight: bold;
    border-bottom: 2px solid #333743;
}

.attribute-value-text {
    font: 14px/16px Raleway;
    padding: 12px;
    display: inline-block;
    margin: 0 12px 12px 0;
    border-radius: 5px;
    border: 1px solid #333743;
    cursor: pointer;
    transition: color .3s, background-color .3s;
}

.attribute-value-text:hover,
.attribute-value-text.attribute-active {
    background-color: #9b9da3;
    color: #fff;
}

.attribute-values select {
    display: none;
}


/* Cart & Checkout */
.woocommerce-cart {

}

.woocommerce-cart .storefront-breadcrumb {
    display: none;
}

.woocommerce-cart .cart-empty {
    margin-top: 20px;
    margin-bottom: 20px;
}


.button.checkout-button:hover {
    background-color: #aebd37 !important;
}


/* Media queries for wrapper */
@media only screen and (max-width: 1330px) {
    .col-full, .woocommerce-error, .woocommerce-info, .woocommerce-message {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}


/* Media queries */
@media (max-width: 1599px) {
    .single-product div.product .woocommerce-product-gallery {
        width: 57%;
        margin-left: -6%;
    }
}

@media (max-width: 1399px) {
    .single-product div.product .woocommerce-product-gallery {
        margin-left: 0;
        width: 54%;
    }

    .tab-title {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {
    .single-product .woocommerce-breadcrumb {
        padding: 0 10px;
    }

    .single-top-area {
        padding-bottom: 100px;
    }

    .single-top-area .col-full {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .product-description {
        margin-bottom: 70px;
        margin-top: -55px;
    }

    .single-product div.product .woocommerce-product-gallery {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .single-product div.product .summary {
        width: 100%;
    }

    /* shop */
    .side-filters-menu {
        width: 600px;
        left: -600px;
        padding: 30px 40px;
    }

    .side-filters-menu .wpfFilterButtons {
        width: 600px;
    }

    #main .side-filters-menu .wpfFilterWrapper {
        padding: 30px 40px;
    }

    .post-type-archive-product .site-main ul.products li.product {
        width: 48%;
        margin-right: 4%;
        float: left;
    }

    .post-type-archive-product .site-main ul.products li.product:nth-child(2n) {
        margin-right: 0;
    }

    .side-filters-menu #wpfSliderRange {
        margin: 0 17% 0 17%;
        width: 62%;
    }
}

@media (max-width: 767px) {
    table.cart td.product-remove a.remove {
        top: unset;
        right: 0;
    }

    .cart_totals td,
    .cart_totals tr,
    .cart_totals ul,
    .cart_totals span:not(.amount, .woocommerce-Price-currencySymbol),
    .cart_totals strong,
    .cart_totals p,
    .cart-subtotal span.amount,
    .woocommerce-shipping-calculator,
    .order-total .includes_tax {
        clear: both;
        display: block;
        text-align: left;
    }

    .woocommerce-shipping-totals .woocommerce-shipping-destination,
    .woocommerce-shipping-totals .woocommerce-shipping-destination strong,
    .woocommerce-shipping-totals .order-total
    {
        display: block;
    }

    ul#shipping_method {
        margin-top: 35px;
    }


    /* Confirmation */
    /*
    .woocommerce-checkout-review-order-table tfoot th,
    .woocommerce-checkout-review-order-table tfoot td,
    .woocommerce-checkout-review-order-table tfoot tr,
    .woocommerce-checkout-review-order-table tfoot ul,
    .woocommerce-checkout-review-order-table tfoot span:not(.amount, .woocommerce-Price-currencySymbol),
    .woocommerce-checkout-review-order-table tfoot strong {
        clear: both;
        text-align: left;
    } */

    .woocommerce-shipping-totals th {
        display: none;
    }

    .woocommerce-shipping-totals tr td[data-title]::before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left
    }



    .post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link {
        height: unset;
    }

    .made-by-name span {
        font-size: 40px;
    }

    .single-product-banner .col-full {
        min-height: 610px;
    }

    .cart-page-banner .col-full {
        min-height: 300px;
    }

    .banner-heading {
        font-size: 40px;
        line-height: 49px;
    }

    .banner-scroll-bottom {
        font-size: 18px;
        line-height: 22px;
    }

    .qty-down {
        left: -5px;
    }


    /* shop */
    .catalog-banner .banner-heading {
        font-size: 40px;
        line-height: 49px;
    }

    .catalog-banner .banner-subheading {
        font-size: 25px;
        line-height: 30px;
    }

    .filters-switcher {
        width: 100%;
        margin-bottom: 20px;
    }

    .filters-row .woocommerce-ordering {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    .filters-row .woocommerce-ordering .orderby {
        width: 100%;
    }

    .side-filters-menu {
        width: 400px;
        left: -400px;
        padding: 20px 30px;
    }

    .side-filters-menu .wpfFilterButtons {
        width: 400px;
    }

    .side-filters-menu #wpfBlock_1 .wpfFilterLayoutVer > li {
        width: 50%;
    }

    #main .side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfFilterVerScroll {
        max-height: 1600px;
    }

    #main .side-filters-menu .wpfFilterWrapper {
        padding: 15px 20px;
    }

    .side-filters-menu .wpfFilterWrapper .wfpTitle {
        font-size: 25px;
        line-height: 30px;
    }

    .side-filters-menu .wpfFilterWrapper[data-filter-type="wpfCategory"] .wpfFilterTaxNameWrapper {
        font-size: 13px;
        line-height: 15px;
    }

    .side-filters-menu .wpfFilterButton.wpfButton {
        font-size: 25px;
        line-height: 30px;
    }

    .side-filters-menu .wpfClearButton.wpfButton {
        font-size: 18px;
        line-height: 22px;
    }

    .side-filters-menu .wpfPriceRangeField#wpfMinPrice,
    .side-filters-menu .wpfPriceRangeField#wpfMaxPrice {
        font-size: 16px !important;
    }

    .price-input-wrapper {
        font-size: 16px;
    }

    .side-filters-menu #wpfSliderRange {
        margin: 0px 17% 0 21%;
        width: 51%;
    }

    .side-filters-menu .wpfFilterWrapper[data-filter-type="wpfPrice"] .wpfPriceInputs {
        bottom: -11px;
    }

    #main .side-filters-menu .wpfFilterWrapper[data-filter-type="wpfPrice"] {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {


    .site-header .wrapper {
        margin-bottom: 20px;
    }

    .header-button-wrapper .header-button {
        padding: 15.5px 10px;
    }

    .header-button-wrapper .header-button.cart {
        margin-left: 5px;
    }


    .made-by-name span {
        font-size: 30px;
    }

    .single-product-banner .col-full {
        min-height: 410px;
    }

    .banner-heading {
        font-size: 30px;
        line-height: 39px;
    }

    .banner-scroll-bottom,
    .tab-title,
    .description-top {
        font-size: 15px;
        line-height: 20px;
    }

    .description_tab {
        margin-bottom: 25px;
    }

    .tab-marker {
        right: 10px;
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
    }

    .cart-row-title {
        font-size: 15px;
        line-height: 20px;
    }

    .single-product .single_add_to_cart_button {
        font-size: 24px;
        line-height: 30px;
    }

    .made-by-prefix {
        font-size: 20px;
        line-height: 25px;
    }

    /*
    .made-by-name {
        font-size: 50px;
        line-height: 63px;
    }
     */
    .description-bottom {
        font-size: 14px;
    }

    .product-description {
        margin-bottom: 50px;
        margin-top: -35px;
    }

    .woocommerce-product-gallery__image img {
        max-height: 300px;
    }

    .slick-prev,
    .slick-next {
        left: unset;
    }

    /* shop */
    .catalog-banner {
        min-height: 300px;
    }

    .catalog-banner .banner-heading {
        font-size: 30px;
        line-height: 39px;
    }

    .catalog-banner .banner-subheading {
        font-size: 20px;
        line-height: 25px;
    }

    .side-filters-menu {
        width: 300px;
        left: -300px;
        padding: 10px;
    }

    .side-filters-menu .wpfFilterButtons {
        width: 300px;
    }

    .side-filters-menu #wpfBlock_1 .wpfFilterLayoutVer > li {
        width: 100%;
    }

    .side-filters-menu .wpfPriceRangeField#wpfMinPrice,
    .side-filters-menu .wpfPriceRangeField#wpfMaxPrice {
        font-size: 14px !important;
    }

    .price-input-wrapper {
        font-size: 14px;
    }

    .side-filters-menu #wpfSliderRange {
        margin: 0px 17% 0 23%;
        width: 46%;
    }

    .attribute-value-image {
        margin: 0 0 10px;
        width: 100%;
        text-align: center;
    }

    .attribute-value-image img {
        margin: 0 auto 5px;
    }
}

.stock.in-stock:before{display:none;}
.stock.in-stock{color:#333743;}

/* ---------------------------------- */
/* V1.0.1 - Aanpassingen website 2026 */
/* ---------------------------------- */

/* Single product page */
.single-product div.product .summary  .banner-heading {
    color: #333743;
}

.single-product div.product .summary .request-product {
    padding-top: 30px;
}

.single-product div.product .summary .request-product .request-product-button {
    color: white;
    text-align: center;
    vertical-align: middle;
    font: 300 14px/20px 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 500; 
    text-transform: uppercase;
    background-color: #C4D443;
    padding: 17.5px 50px;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.single-product div.product .summary .request-product .request-product-button:hover {
    background-color: #aebd37;
}