/*
Theme Name: Monkey Vision
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*********************************************** GENERAL ELEMENTS **************************************************/
h1, h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Lato', sans-serif!important;
}
body {
    overflow: hidden;
}
@media only screen and (max-width: 1200px) {
    h1, h2 {
        font-size: 35px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 700px) {
    h1, h2 {
        font-size: 30px;
        line-height: 30px;
    }
    p{
        font-size: 15px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 500px) {
    h1, h2 {
        font-size: 25px;
        line-height: 25px;
    }
}
/*********************************************** MOBILE NAVIGATION SWITCH  **************************************************/
@media only screen and (max-width: 1120px) {
    #header .hide-for-medium {
        display: none!important;
    }
    #header .show-for-medium {
        display: block!important;
    }
    .medium-logo-center .flex-left {
        flex: 1 1 0;
        order: 1;
    }
    .medium-logo-center .logo {
        margin: 0 15px;
        order: 2;
        text-align: center;
    }
    .medium-logo-center .flex-right {
        flex: 1 1 0;
        order: 3;
    }
}

/*********************************************** HEADER  **************************************************/
#header .header-wrapper {
    display: flex;
    flex-direction: column;
}
#header .header-wrapper #top-bar {
    order:1;
}
#header .header-wrapper #masthead {
    order:3;
    height:120px;
    background-color: white;
}
#header .header-wrapper #masthead > div,
#header .header-wrapper #wide-nav  > div{
    max-width: 1920px;
    background-color: #FFFFFF;
    padding:0px 50px;
}
#header .nav-top-link,
#header .sub-menu a,
#header .nav-dropdown a {
    color:black;
    border:none;
    box-shadow: none;
}
#header .nav-dropdown {
	min-width:220px;
}
.nav-dropdown-has-arrow li.has-dropdown:before,
.nav-dropdown-has-arrow li.has-dropdown:after{
    display: none!important;
}
.header-shadow .header-wrapper, 
.layout-shadow #wrapper {
    box-shadow: none!important;
}
.header-wrapper.stuck {
	box-shadow: 0px 50px 75px #738E991F;
}
#header .nav-dropdown a.checkout {
    color:white!important;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    filter:brightness(0)
}
#header li.current-dropdown > .nav-dropdown {
    left:-20px;
    top:50px;
}
.woocommerce-mini-cart .quantity {
    opacity: 1!important;
}
.woocommerce-mini-cart .quantity span,
.woocommerce-mini-cart .quantity span bdi {
    color:black!important
}
#header .nav-dropdown{
    border: 3px solid black;
}
#header .sub-menu {
    border:none;
    box-shadow: none;
}
#header .menu-item {
    margin: 0px 15px
}
#header .menu-item.active a {
    font-weight: 700!important;
}
#header .nav-dropdown .menu-item {
    margin: 0!important;
} 
#header .sub-menu {
    padding:10px!important;
}
#header .sub-menu a:hover,
#header .menu-item:not(.active):not(.has-dropdown):hover a{
    text-decoration: underline;
}

.kaas-knop {   
    display: block !important;
    width: fit-content !important;
    line-height: 24px !important;
    font-size: 18px !important;
    padding: 10px 20px !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    background-color: #FCC540!important;
    border: 3px solid black;
    color: black;
    text-transform: initial;
    transition: background-color 500ms, border 500ms;
    will-change: background-color, border;
    box-shadow: none!important;}


#header .nav-top-link:not(.nav-top-not-logged-in) i{
    transform: rotate(-90deg);
    transform-origin: center;
    transition: transform 500ms;
    will-change: transform;
    margin-bottom: -2px!important;
    margin-left: 12px!important;
    opacity: 1!important;
}
#header .nav-top-link:hover i {
    transform: rotate(0deg);
}
#header .header-wrapper #wide-nav {
    background-color: #FEF8F3!important;
}
#header .header-wrapper #wide-nav  > div{
    height:75px;
    background-color: #FEF8F3!important;
}
#header .header-wrapper #wide-nav {
    order:2;
    z-index: 20;
}
#header .header-wrapper #masthead #logo img{
    max-height:100%;
    margin-top: 10px;
}
#header .header-wrapper #masthead .menu-item a {
    font-size: 18px;
    line-height: 20px;
}
#header .header-wrapper .header-cart-link [data-icon-label]:after {
    background-color:#EF7F28!important;
    height: 22px;
    width: 22px;
    line-height: 22px;
}
#header .header-wrapper #wide-nav .header-search-form {
    min-width: 480px;
}
#header .header-wrapper #wide-nav .header-search-form  input::placeholder {
    color:#000000;
}
#header .header-wrapper #wide-nav .header-search-form  input {
    background-color: #FFFFFF!important;
    height: 44px;
    border:none;
    color: #000000!important;
    font-size: 18px;
    line-height: 20px;
}
.header-wrapper.stuck #logo img{
    max-height: 90px!important;
}
#header .has-icon a,
#header .social-icons a{ 
    color:black!important
}
#header .social-icons i {
    transform: translateY(3px);
}
.header .search-form .live-search-results {
    background-color: white;
}
.autocomplete-suggestion .search-price,
.autocomplete-suggestion .search-price bdi,
.autocomplete-suggestion .search-price span {
    font-size: 12px;
    line-height: 12px;
}
@media only screen and (max-width: 850px){
    #header #masthead {
        height: 70px!important;
    }
    #header #logo img {
        max-height: 120px;
        max-width: 120px;
    }
    .header-cart-link {
        line-height: 30px!important;
    }
    #header #masthead .header-inner {
        padding:0 15px!important;
    }
}
/*********************************************** MOBILE MENU   **************************************************/
.mobile-site-logo img{
    max-height: 120px;
    height: 120px;
}
.mfp-bg.off-canvas-center:not(.dark){
    background-color: #FCC540;
    opacity: 1;
}
.mfp-content ,
.mfp-content .sidebar-menu{
    padding-top: 0px!important;
}
.mfp-content .menu-item a {
    color:black!important;
    font-weight: 700!important;
    font-family: "Open Sans", sans-serif!important;
    padding:5px 30px!important
}
.mfp-content .social-icons a {
    color:black!important;
}
.mfp-content  li {
    width: fit-content!important;
    background-color: transparent!important;
}
.mfp-content .menu-item li i {
    right: -15px;
    font-weight: 700!important;
    color:black!important
}
.mfp-content .menu-item li button {
    opacity: 1;
    top:7px
}
.mfp-content .account-item button {
    opacity: 1;
    top:7px!important;
    right: -15px!important;
}
.mfp-content .account-item button i {
    color:black;
}
.mfp-content .account-item ul li {
    margin: 0 auto!important;
}
.mfp-content .sub-menu li{
    margin: 0 auto!important;
}
.mfp-content .html_topbar_right {
    padding:0px;
}
.mfp-content .searchform-wrapper input{
    background-color: white;
}
@media only screen and (max-width: 400px){
    .mfp-content .menu-item  a {
        font-size: 20px!important;
        line-height: 25px!important;
    } 
    .mfp-content .account-item button {
        top:0px;
    }
}
/*********************************************** GENERAL ELEMENTS   **************************************************/
#header .header-wrapper #masthead .html.header-button-1 a,
.button.primary {
    display: flex;
    align-items: center;
    min-height: 49px;
    background-color: #FCC540;
    font-size: 16px;
    line-height: 18px;
    border: 3px solid #000000;
    border-radius: 50%;
    color: #000000
}
/*********************************************** TOP USP BAR   **************************************************/
.top-usp-bar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap:40px;
}
.top-usp-bar ul li:before {
    content:'';
    display: inline-block;
    height:14px;
    width: 14px;
    background-image: url(../../uploads/2022/09/icon-check.svg);
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
    margin-right: 7px;;
}
.top-usp-bar ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px;
    color:black;
}
.slider-wrapper.top-usp-bar {
    display: none;
}
@media only screen and (max-width: 900px){
    .slider-wrapper.top-usp-bar {
        display: block!important;
    }  
    .top-usp-bar.non-slider{
        display: none!important;
    }  
    #top-bar .show-for-medium {
        display: block!important;
    }
    #top-bar .hide-for-medium {
        display: none!important;
    }
    #top-bar > div {
        justify-content: center!important;
    }
    .html_topbar_left {
        width: 100%!important;
    }
}
/*********************************************** HOME PAGE SECTION   **************************************************/
.home-page-section {

}
@media only screen and (max-width: 1199px) {
    .home-page-section {


    }
}
/*********************************************** PAGE HERO SECTION **************************************************/
.page-hero-section {
    min-height: 230px!important;
}
.hero-title-section .col {
    padding: 30px 0px 0px!important;
}
@media only screen and (max-width: 1300px) {
    .hero-title-section {
        padding:0px!important;
    }
    .hero-title-section .col {
        padding: 30px 0px 0px!important;
    }
}
@media only screen and (max-width: 1024px) {
    .hero-title-section .col {
        padding: 25px 0px 15px!important;
    }
}
@media only screen and (max-width: 700px) {
	.page-hero-section {
		min-height: 150px!important;
	}
}
/*********************************************** KAASMAKERS SECTION **************************************************/
.kaasmakers-section {
    padding:100px 0px!important;
}
.kaasmakers-section .text {
    flex-basis: 100%;
    max-width: 100%;
}
.kaasmakers-section .col-inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto!important;
}
.kaasmakers-section .col {
	padding-left:25px!important;
	padding-right:25px!important;
}
.kaasmakers-section .img{
    flex-basis: 25%;
    max-width: 25%;
    min-width: 250px;
}
.kaasmakers-section .img .img-inner {
    transition: transform 500ms;
    will-change: transform;
}
.kaasmakers-section .img:hover .img-inner {
    transform: scale(1.05);
}
@media only screen and (max-width: 1030px) {
    .kaasmakers-section {
        padding:100px 0px!important;
    }
    .kaasmakers-section .col-inner {
        justify-content: center;
    }
}
/*********************************************** KAAS BESTELLEN SECTION   **************************************************/
.kaas-bestellen-hero {
	margin: 75px auto 50px;
}
.kaas-bestellen-section h5.header-title {
	display:none;
}
.kaas-bestellen-section .product-category.col .box-text {
	padding-top:0px;
}
@media only screen and (max-width: 1100px) {
	.kaas-bestellen-hero {
		margin: 40px auto 25px;
	}
}
@media only screen and (max-width: 700px) {
	.kaas-bestellen-section .product-category.col {
	    flex-basis: 50%;
		max-width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	.kaas-bestellen-section .product-category.col {
	    flex-basis: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.kaas-bestellen-hero {
		margin: 25px auto 25px;
	}
	.kaas-bestellen-section .row > .col {
		padding-bottom:0px;
	}
}
/*********************************************** CONTENT SECTION   **************************************************/
.content-section {
    padding:75px 0px!important;
}
.content-section .row {
    max-width: 1920px;
}
.content-section.text-img {
    background-color: #FEF8F3;
}
.content-section.img-text .img-col {
    padding: 0 100px 0 0;
}
.content-section.text-img .img-col {
    padding: 0 0 0 100px;
}
.content-section.text-img .row {
    display: flex;
    justify-content: flex-end;
}
.content-section .text-col {
    max-width: 550px;
}
.content-section.last-section {
    padding-bottom: 200px!important;
}
@media only screen and (max-width: 1200px){
    .content-section.img-text .img-col {
        padding: 0 50px 0 0;
    }
    .content-section.text-img .img-col {
        padding: 0 0 0 50px;
    }
    .content-section {
        padding:50px 0px!important;
    }
    .content-section.last-section {
        padding-bottom: 150px!important;
    }
}
@media only screen and (max-width: 1024px) {
    .content-section {
        padding:0px 0px 50px!important;
    }
    .content-section.img-text .row {
        display: flex;
        flex-direction: column;
    }
    .content-section .text-col {
        max-width: 550px;
        flex-basis: 100%;
        padding-bottom: 0px;
    }
    .content-section .img-col {
        padding:0px 0px 50px!important;
        max-width: 100%;
    }
    .content-section .img-col img {
        max-height: 350px;
        object-fit: cover;
        object-position: center;
    }
    .content-section.text-img .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .content-section.last-section {
        padding-bottom: 100px!important;
    }
}
@media only screen and (max-width: 500px) {
    .content-section .img-col {
        padding:0px 0px 25px!important;
    }
    .content-section.last-section {
        padding-bottom: 50px!important;
    }
}
/*********************************************** WOOCOMMERCE SHOP PAGE   **************************************************/
.woocommerce-result-count,
.woocommerce-ordering,
.product-small .box-text > .price-wrapper,
.product-small .title-wrapper > .product-title,
.product-small.product-type-variable .product-links-wrapper .add-to-cart-link  {
    display: none;
}
.product-small .product-links-wrapper .product-page-link a,
.shop-container .product-category .btn-cat-box,
.searchandfilter .sf-field-reset .search-filter-reset,
.product-info .single_add_to_cart_button.button,
.header-button a,
.woocommerce-mini-cart__buttons a:first-child,
.checkout-button,
.woocommerce-checkout-payment button,
.kaas-bestellen-section .product-category.col .btn-cat-box span{
    content:'Lees meer';
    display: block;
    width: fit-content;
    line-height: 24px;
    font-size: 18px;
    padding:10px 20px;
    font-weight: 700;
    border-radius: 30px;
    background-color: #FCC540!important;
    border: 3px solid black;
    color:black;
    text-transform: initial;
    transition: background-color 500ms, border 500ms;
    will-change: background-color, border;
    box-shadow: none!important;
}
.checkout-button,
.woocommerce-checkout-payment button {
    color:white!important
}
.woocommerce-checkout-payment button {
    margin-top: 25px;
}



.woocommerce-mini-cart__buttons a:first-child {
    padding:10px!important;
    width: 100%;
}
.woocommerce-mini-cart__buttons a{
    border-radius: 30px;
    padding:5px 10px!important;
}
.kaasmakers-section .img a:after,
.shop-container .product-category .btn-cat-box{
    margin-left: 30px;
}
.kaas-bestellen-section .product-category.col .btn-cat-box{
	margin-left: 15px;
}
.kaasmakers-section .img a:hover:after,
.product-small:hover .product-links-wrapper .product-page-link a,
.shop-container .product-category:hover .btn-cat-box,
.searchandfilter .sf-field-reset .search-filter-reset:hover,
.product-info .single_add_to_cart_button:not(.disabled):hover,
.header-button a:hover,
.checkout-button:hover,
html body #main .woocommerce-checkout-payment button:hover,
.kaas-bestellen-section .product-category.col .btn-cat-box span:hover{
    background-color: transparent!important;
    border: 3px solid #FCC540!important;
}
.checkout-button:hover,
html body #main .woocommerce-checkout-payment button:hover   {
    color:black!important
}
.product-small h3,
.product-small h3 a,
.product-small .kind-wrapper,
.product-small .price-wrapper,
.product-small .woocommerce-Price-amount{
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}
.product-small h3,
.product-small h3 a{
    font-weight: 900;
    margin:0!important;
}
.product-small small {
    margin-right: 4px;
}
.product-small  .product-links-wrapper {
    margin-top: 15px;
}
.product-small.col {
    padding: 40px;
    box-shadow: 0px 30px 60px #0000001C;
    border-radius: 30px;
    flex-basis: calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
}
.product-small .box-text{
    padding-bottom: 0px;
}
.archive.post-type-archive #main .category-page-row {
    max-width: 1700px;
    margin-bottom: 150px;
}
.archive.post-type-archive #main .category-page-row .col {
    padding:40px;
}
.shop-container .products.row {
    gap: 30px;
}
.woocommerce-Price-currencySymbol {
    font-size: 15px;
    margin-top: 0px!important;
}
.shop-hero-bar-section {
    padding: 15px 0px!important;
}
.shop-hero-bar-section a {
    text-decoration: underline;
}
.shop-hero-bar-section .col {
    padding:0px!important;
}
.shop-hero-bar-section .col p {
    margin-bottom: 0px;
}
/*********************************************** WOOCOMMERCE SHOP PAGE CATEGORIES   **************************************************/
.shop-container .product-category .header-title {
    display: none;
}
.shop-container .product-category img{
    object-fit: contain;
}
.searchandfilter {
    background-color: #FEF8F3!important;
    border-radius: 30px;
    padding:30px 40px;
}
.searchandfilter label {
    width: 100%;
}
.searchandfilter h4 {
    font-weight: 400;
    padding-bottom: 0px;
}
.searchandfilter > ul > li {
    padding:0px;
    margin-left: 0px;
}
.searchandfilter label select {
    border-radius: 10px;
    border:none;
    padding: 10px 20px!important;
    height:57px;
    font-weight: 500;
    background-position-x: calc(100% - 20px);
}
.sf-field-reset {
    margin-top: 15px!important;
}
.searchandfilter li ul li {
    display: flex;
    align-items: center;
    margin-left: 0px;
    list-style: none;
}
.searchandfilter li ul li:before {
    content:'';
    display: inline-block;
    height:20px;
    width: 20px;
    border-radius: 6px;
    background-color: white;
}
.searchandfilter li ul li.sf-option-active:before {
    background-image: url(https://www.kaasmakelaar.nl/wp-content/uploads/2022/10/icon-black-check.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
.searchandfilter li ul li input {
    display: none;
}
.archive.post-type-archive  .shop-page-title .page-title-inner{
    min-height: auto;
    padding:0px;
}
@media only screen and (max-width: 1500px){
    .archive.post-type-archive #main .category-page-row .large-3 {
        padding:15px;
    }
    .product-small.col {
        padding:40px!important;
        flex-basis: calc(50% - 20px);
        max-width: 400px;
        min-width: 320px;
    }
    .searchandfilter {
        padding:30px 20px;
    }
    .archive.post-type-archive #main .category-page-row .large-3{
        flex-basis: 30%;
        max-width: 30%;
    }
    .archive.post-type-archive #main .category-page-row .large-9{
        flex-basis: 70%;
        max-width: 70%;
        padding:15px 20px
    }
}
@media only screen and (max-width: 1050px) {
    .category-filtering.category-filter-row {
        display: flex!important;
    }
    .category-filtering.category-filter-row a {
        margin: 75px auto 25px ;
    }
    .archive #main .category-page-row .large-3 {
        display: none!important;
    }
    .archive #main .category-page-row {
        padding-top: 0px!important;
    }
    .archive #main .category-page-row .large-9{
        margin: 0 auto;
    } 
    .archive #main .category-page-row .large-9 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .archive.post-type-archive #main .category-page-row .large-9 .products.row {
        justify-content: center;
    }
}
@media only screen and (max-width: 700px) {
    .product-small.col {
        flex-basis: 100%;
        max-width: 400px;
    }
}
@media only screen and (max-width: 400px) {
    .product-small.col {
        padding:25px 15px!important;
        min-width: auto
    }
}
/*********************************************** SINGLE PRODUCT PAGE   **************************************************/
.product-gallery {
    max-width: 500px!important;
    max-height: 500px!important;
} 
.product-main > .row,
.product-footer {
    max-width: 1400px;
    margin: 0 auto;
}
.product-footer {
    margin-top:30px;
    margin-bottom: 150px;
}
.product-info {
    max-width: 750px;
}
.product-main > .row {
    display: flex;
    justify-content: space-between;
}
.product-section {
    border-top: none;
}
.product-info h1 {
    margin-bottom: 15px;
}
.product-section .row {
    display: flex;
    flex-direction: column;
}
.product-section h2,
.product-section h5 {
    margin-bottom: 15px;
    margin-top: 40px;
}
.product-section .entry-content {
    padding:0px;
}
.product-section:nth-child(1) .row .large-2 {
    display: none;
}
.product-section:nth-child(2) .row .large-2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    flex-basis: 100%;
    max-width: 100%;
}
.product-section:nth-child(2) .row .large-2 h5 {
    text-transform: initial!important;
    letter-spacing: initial;
    margin-top: 20px;
}
.product-section:nth-child(2) .row th {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: initial;
}
.product-section:nth-child(2) .row th,
.product-section:nth-child(2) .row td{
    border-top: 2px solid #E1843F55;
    border-left: 2px solid #E1843F55; 
    padding:10px 30px;
    text-transform: initial;
    color:black;
}
.product-section:nth-child(2) .row td {
    border-right: 2px solid #E1843F55; 
}
.product-section:nth-child(2) .row tr:last-child th,
.product-section:nth-child(2) .row tr:last-child td {
    border-bottom: 2px solid #E1843F55; 
}
.product-section .row 
.price.product-page-price,
.price.product-page-price bdi,
.price.product-page-price del,
.price.product-page-price span,
.product-info .kind-wrapper,
.product-summary .woocommerce-Price-currencySymbol,
.product-info .woocommerce-variation-price,
.product-page-price  {
    display: inline-flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400!important;
    vertical-align: middle!important;
}
.product-summary .woocommerce-Price-currencySymbol,
.product-info .woocommerce-variation-price,
.product-info .woocommerce-variation-price bdi {
    display: inline-flex;
    align-items: center;
    font-weight: 700!important;
    font-size: 25px!important;
    line-height: 25px!important;
    vertical-align: middle!important;
}
.product-info .woocommerce-variation-price {
    border-top: 0px;
    padding: 10px;
}

.price.product-page-price {
    margin-bottom: 15px;
}
.product-info .variations tbody tr{
    display: flex;
    flex-direction: column;
}
.product-info .variations {
    width: fit-content;
    margin-bottom: 0px!important;
}
.product-info .variations select {
    padding: 10px 50px 10px 15px!important;
    border:none;
    background-color: #FEF8F3!important;
    border-radius: 12px;
    box-shadow: none!important;
    height: auto;
    font-weight: 700;
}
.product-info .variations label {
    font-size: 18px;
    line-height: 20px;
}
.woocommerce-variation-add-to-cart {
    display: flex;
}
.quantity.buttons_added {
    border-radius: 15px;
    overflow: hidden;
}
.quantity.buttons_added > *{
    font-size: 20px;
    line-height: 25px!important;
    height: 52px;
    border:none!important;
    background-color: #FEF8F3!important;
    box-shadow: none!important;
    min-height: 52px!important;
}
.quantity.buttons_added > input.button {
    transform-origin: center;
    transition: transform 500ms;
    will-change: transform;
}
.quantity.buttons_added > input.button:hover {
    transform: scale(1.5);
}
.quantity.buttons_added > input.qty {
    font-weight: 700;
}
.zoom-button {
    border: 3px solid black;
    color:black;
    background-color: #FCC540!important;
}
@media only screen and (max-width: 1200px) {
    .product-section:nth-child(2) .row .large-2 h5{
        font-size: 35px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .product-main > .row {
        display: flex;
        flex-direction: column;
    }
    .product-main > .row > .col{
        flex-basis: 100%!important;
        max-width: 600px!important;
        margin: 0 auto;
        max-height: 100%!important;
    }
    .product-gallery {
        margin-bottom: 25px!important;
    }
    .product-footer .product-page-sections {
        max-width: 600px!important;
        margin: 0 auto;
    }
    .product-footer .product-page-sections .large-10{
        flex-basis: 100%;
        max-width: 100%;
    }
    .product-info,
    .product-main {
        padding-bottom: 0px;
    }
    .product-footer {
        margin-top: 0px!important;
        margin-bottom: 75px;
    }
    .product-section:nth-child(2) .row th {
        font-size: 20px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .product-section:nth-child(2) .row th,
    .product-section:nth-child(2) .row td {
        font-size: 16px!important;
        line-height: 16px!important;
        padding: 0px 5px!important;
    }
    .product-footer {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 550px){
    .woocommerce-variation-add-to-cart {
        display: flex;
        flex-direction: column;
    }
    .quantity input[type=number] {
        width: 50px;
    }
    .quantity.buttons_added {
        width: fit-content!important;
    }
}
/********************************** PAYMENT METHODS ************************************/
.payment-methods p {
    display: flex;
    align-items: center;
    gap: 15px;
}
.payment-methods img{
    max-width: 47px;
    max-height: 50px;
}
/********************************** FAQ SECTION   ************************************/
.faq-section  {
    padding:100px 0px!important;
    margin-bottom: 150px;
}
.faq-section h2 {
    margin-bottom: 35px;
}
.faq-section .row{
    max-width: 700px;
}
.faq-section .accordion-title {
    font-weight: 700!important;
    background-color: #FEF8F3;
    border-radius: 18px;
    border: none!important;
    padding:15px 60px;
    transition: background-color 500ms, color 500ms, padding 500ms;
    will-change: background-color, color, padding;
}
.faq-section .accordion-title.active {
    background-color: transparent;
    color:black;
    padding-bottom: 0px;
}
.faq-section .accordion-item {
    margin-bottom: 15px;
    text-align: left;
}
.faq-section .accordion-inner {
    padding: 0px 10px 0px 75px;
}
.faq-section .toggle{
    position: relative;
    height:13px!important;
    width: 13px!important;
    min-height: 13px;
    top:0px;
    left:-25px;
    margin:0px!important;
    transform-origin: center;
    opacity: 1;
    border:none
}
.faq-section .toggle.active {
    transform: rotate();
}
.faq-section .toggle i {
    visibility: hidden;
}
.faq-section .toggle:before,
.faq-section .toggle:after {
    content:'';
    display: block;
    position: absolute;
    height:13px;
    width: 1px;
    background-color:#EF7F22;
    left:50%;
}
.faq-section .toggle:before {
    transition: opacity 250ms;
    will-change: opacity;
}
.faq-section .toggle::after {
    transform: rotate(90deg);
    top:0px;
}
.faq-section .active .toggle::before {
    visibility: hidden;;
}
@media only screen and (max-width: 1024px){
    .faq-section {
        padding: 50px 0px!important;
        margin-bottom: 100px;
    }
}
/********************************** CONTACT SECTION   ************************************/
.contact-form-section .gform_required_legend {
    display: none;
}
.contact-usp-row {
    justify-content: center;
	width:calc(100% - 60px);
    gap:60px;
    padding:70px 50px;
    box-shadow: 0px 50px 75px #738E991F;
    transform: translateY(-50%);
    background-color: white;
    border-radius: 30px;
}
.contact-usp-row .col {
    flex-basis: 25%;
    max-width: 250px;
    padding:0px;
}
.contact-usp-row  a {
    text-decoration: underline;
}
.contact-usp-row  a:hover {
    text-decoration: none;
}
.contact-usp-row .col:first-child {
    flex-basis: 50%;
    max-width: 400px;
}
.contact-usp-row img {
    padding-top: 0px;
}
.contact-usp-row h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}
.gfield_label {
    text-align: left;
    text-transform: initial;
    display: block!important;
    border:none;
    margin-bottom: 5px!important;
}
.gfield_required {
    color:black!important;
}
.contact-section .contact-form-section input {
    height: 54px;
}
.contact-section .contact-form-section input,
.contact-section .contact-form-section textarea {
    border-radius: 10px!important;
    background-color: #FEF8F3!important;
    border: none!important;
    box-shadow: none!important;
    padding: 10px 30px!important;
}
.contact-section .contact-form-section textarea  {
    margin-top:0px!important;
}
.contact-section .contact-form-section form {
    position: relative;
    background-color: white!important;
    border-radius: 30px;
    padding:40px 50px!important;
    max-width: 950px;
    margin:0 auto;
    box-shadow: 0px 30px 60px #0000001C;
}
.contact-section .contact-form-section .gform_button  {
    border: 3px solid black!important;
    background-color: #EF7F28!important;
    border-radius: 30px!important;
    color:black;
    line-height: 25px!important;
    height:49px;
    font-size: 17px;
    text-transform: initial;
    margin:0 auto!important;
    transition: background-color 500ms;
    will-change: background-color;
}
.contact-section .contact-form-section .gform_button:hover {
    background-color: #FCC540!important;
}
.contact-section .contact-form-section .gform_footer {
    display: flex;
    align-items: flex-end;
}
.contact-section .contact-form-section .gform_footer::after{
    content: '* verplicht veld';
    display: inline-block;
    position: absolute;
    right: 50px;
    opacity: 0.25;
}
.contact-section .contact-form-section .gform_wrapper {
    margin-top: 50px;
    margin-bottom: 75px;
}
@media only screen and (max-width: 1125px){
    .contact-usp-row{
        gap:30px;
        padding: 30px ;
    }
}
@media only screen and (max-width: 1024px){
    .contact-usp-row .col:first-child{
        flex-basis: 100%!important;
        max-width: 100%;
    }
    .contact-usp-row .col:first-child .col-inner {
        max-width: 400px;
        margin: 0 auto;
    }
    .contact-usp-row .col{
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .contact-usp-row {
        flex-direction: column;
        transform: translateY(-30%);
        margin-bottom: -20%;
    }
    .contact-usp-row .col:first-child .col-inner {
        margin: 0 ;
    }
}
@media only screen and (max-width: 500px) {
    .contact-section .contact-form-section form {
        padding:25px!important;
    }
    .contact-section .contact-form-section .gform_footer {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }
    .contact-section .contact-form-section .gform_footer::after {
        position: relative;
        right: auto;
    }
	.contact-usp-row {
		width:calc(100% - 20px)
	}
}
/********************************** CART PAGE ************************************/ 
.shop_table  .actions a,
.shop_table  .actions  button,
.return-to-shop a{
    width: fit-content!important;
    border-radius: 30px!important;
    color:black;
}
.woocommerce-page #main{
    min-height: 70vh;
}
.off-canvas-right.mfp-ready .mfp-content {
    background-color: #FEF8F3;
    width: 300px;
}
.off-canvas-right.mfp-ready .mfp-content .is-divider {
    display: none;
}
.cart-popup-title h4 {
    text-transform: initial!important;
}
.off-canvas-right.mfp-ready .mfp-content .inner-padding {
    padding: 30px 15px;
}
.widget_shopping_cart p.total {
    border:none!important
}
.cart-container .large-7 form{
    max-width: 750px;
    margin: 0 auto;
    padding:25px!important;
}
.cart-container form td,
.cart-container form th,
.cart-container ul li,
.cart-collaterals th,
.cart-collaterals td {
    border:none!important;
}
.cart-container .large-7 form th,
.cart-collaterals th {
    text-transform: initial!important;
}
.cart-collaterals {
    border:none!important;
    background-color: #FEF8F3!important;
    padding:25px!important;
    border-radius: 30px;
}
@media only screen and (max-width: 1100px){
    .cart-container > .woocommerce > .woocommerce.row,
    .cart-container > .woocommerce > form > .row{
        display: flex;
        flex-direction: column;
    }
    .cart-container > .woocommerce > .woocommerce.row .col,
    .cart-container > .woocommerce > form > .row > .col{
        flex-basis: 100%;
        max-width: 750px;
        margin: 0 auto;
    }
    .checkout-page-title {
        padding-top: 50px;
    }
}
/********************************** CHECKOUT PAGE ************************************/ 
.checkout .row input,
.checkout .row textarea {
    border-radius: 30px!important;  
    border:2px solid black!important;
    box-shadow: none!important;
}
.checkout .row .large-7 #customer_details {
    max-width: 600px;
    margin: auto;
}
.checkout .row .large-7 .woocommerce-billing-fields {
    border-top: none;
}
.checkout .row .large-5 .col-inner{
    background-color:#FEF8F3!important;
    border-radius: 30px!important;
    border:3px solid transparent;
    padding:50px;
}
/********************************** ACCOUNT PAGE ************************************/ 
.my-account-header {
    background-color: #FEF8F3!important;
    border:none
}
.my-account-header h1 {
    text-transform: initial;
}
/********************************** MONKEY FOOTER   ************************************/
#footer .absolute-footer {
    display: flex;
    align-items: center;
    min-height: 130px;
    padding:15px;
}
#footer .absolute-footer .footer-primary,
#footer .absolute-footer .footer-primary .copyright-footer{
	width:100%;
}
#footer .absolute-footer .footer-primary .copyright-footer {
    display: block;
    gap:12px;
    flex-wrap: wrap;
    color: white!important;
}
#footer .absolute-footer .footer-primary .copyright-footer ul {
	display:flex;
    justify-content:center;
    align-items: center;    
    gap:12px;
    row-gap: 0px;
    flex-wrap: wrap;
    list-style: none;
    border-bottom: none;
    padding: 0px;
    opacity: 1;
}

#footer .absolute-footer .footer-primary .copyright-footer li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
}
#footer .absolute-footer .footer-primary .copyright-footer li a:hover {
    text-decoration: underline;
}
#footer .absolute-footer .footer-primary .copyright-footer li:before{
    content:'';
    display: inline-block;
    height:5px; 
    width: 5px;
    margin-top: 2px;
    border-radius: 50%;
    background-color: #fcc540;
}
#footer .absolute-footer .footer-primary .copyright-footer > *{
    margin-bottom:0px;
    color:#FFFFFF;
    font-size: 15px;
    line-height: 20px;
}
@media only screen and (max-width: 500px){
    #footer .absolute-footer > .container {
        padding:0px;
    }
}
/********************** GFORM FORMULIER ***********************/
input,
select {
	padding: 10px 15px !important;
}
.woocommerce select {
	padding:0 10px!important;
}

					/*kleine velden*/
input[type=text],input[type=tel] {
    border: none !important;
    border-radius: 0 !important;
    border: 2px solid #000000b0 !important;
    background-color: white !important;
    line-height: 24px !important;
}
					/*selectie kleine velden*/
input[type=text]:focus,input[type=tel]:focus {
    border: 2px solid #CBCBCB !important;
	box-shadow: none !important;
}
					/*bericht*/
textarea {
    border-radius: 0px!important;
    border: 2px solid #000000b0 !important;
    background-color: white !important;
    margin-top: 20px !important;
}
					/*selectie bericht*/
 textarea:focus,
 .contact-section .contact-form-section textarea:focus {
    border: 2px solid #CBCBCB!important;
	box-shadow: none !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0 !important;
}
/******************** VALIDATIE **************************/

					/* VALID */

/* border van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        border: 2px solid #56c92a !important;
        position: relative;
    }

/* checkmark van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        background-image: url("https://www.kaasmakelaar.nl/wp-content/uploads/2022/01/checkmark.svg")!important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 95%!important;
        background-repeat: no-repeat!important;
    }
/* border van bericht validatie */
    .gform_wrapper textarea.valid, 
	.woocommerce-input-wrapper textarea.valid{
        border: 2px solid #56c92a !important;
        position: relative;
    }
/* checkmark van bericht validatie */
    .gform_wrapper textarea.valid,
    .woocommerce-input-wrapper textarea.valid{
        background-image: url("https://www.kaasmakelaar.nl/wp-content/uploads/2022/01/checkmark.svg")!important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 95%!important;
        background-repeat: no-repeat!important;
    }


					/* ERROR */
/* border van kleine velden error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        border: 2px solid #EE2B2B !important;
    }
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.errror {
		color: #cf361f!important;	
	}
/* kruisje van bericht error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        background-image: url("https://www.kaasmakelaar.nl/wp-content/uploads/2022/01/cross.svg")!important;
        background-size: 12px!important;
        background-position: right!important;
        background-position-x: 95%!important;
        background-repeat: no-repeat!important;
    }
/* border van tekstveld error */
	.gform_wrapper textarea.error,
	.woocommerce-input-wrapper  textarea.error{
	    border: 2px solid #EE2B2B !important;
        position: relative;
}
/* checkmark van bericht validatie */
    .gform_wrapper textarea.error,
	.woocommerce-input-wrapper textarea.error {
        background-image: url("https://www.kaasmakelaar.nl/wp-content/uploads/2022/01/cross.svg")!important;
        background-size: 12px!important;
        background-position: right!important;
        background-position-x: 95%!important;
        background-repeat: no-repeat!important;
    }
/*************** FLATSOME NOTICE DASHBOARD  ***************/
#flatsome-notice {
	display:none!important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.maps-link .icon-box-text {
	display:flex;
	align-items:center;
	padding-left:5px!important;
}
.maps-link .icon-box-text h5 {
	margin-top:2px!important;
}
.maps-link:hover .icon-box-text h5 {
	text-decoration:underline;
}
.maps-link img {
	transition:transform 500ms;
	will-change: transform;
}
.maps-link:hover img {
	transform:translatey(-5px)
}

.wpml-ls-current-language a {
	font-weight:700!important;
}