/*
Theme Name: Greenbananas Child
Template: thegem
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/* FONT 
@font-face {
font-display: swap;  SWAP DIENT VOOR HET CORRECT INLADEN ZODAT BLOKKEN NIET MEER VERSPRINGEN 
	font-family: 'white_angelicaregular';
	src: url(/wp-content/themes/greenbananas-child/css/fonts/fontname.woff) format('woff'),
		 url(/wp-content/themes/greenbananas-child/css/fonts/fontname.woff2) format('woff2'),
		 url(/wp-content/themes/greenbananas-child/css/fonts/fontname.ttf) format('truetype');
}
*/

/* HEADER */
#site-header.fixed.shrink {
  background: white;
}

/* BODY */
.block-content {
	background-image: url(/wp-content/uploads/2024/08/bg-ruis.gif) !important;
  background-repeat: repeat !important;
}

/***** SCROLL TO TOP *****/
a.scroll-top-button.visible {
  opacity: 1;
  bottom: 95px;
}

.scroll-top-button:before {
  background-color: var(--clr-one);
	border:1px solid white;
  color: white;
}

.scroll-top-button:hover:before {
  background-color: #f4f4f2 !important;
	border: 1px solid white;
	color: var(--clr-one) !important;
}

html {
	scroll-behavior: smooth;
}

/* COMPLIANZ PAGE */
#cmplz-document h2, #cmplz-document h1 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 10px !important ;
}

#cmplz-document .cmplz-subtitle {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
  font-size: 14px !important;
  font-weight: 300;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
  padding: 15px 15px;
}

/* GENERAL */
@media (min-width: 1542px) {
  .container {
    width: 1500px;
  }
}

div#page-title {
    display: none;
}

/* MENU */
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable) li:hover > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable) li > a {
	border-left:none !important;
}

#primary-menu.no-responsive > li > a {
  position: relative;
}

#primary-menu.no-responsive > li > a:hover::after,
.main-menu-item.active::after,
#primary-menu.no-responsive > li.menu-item-current > a::after,
#primary-menu.no-responsive > li.menu-item-active > a::after {
  background-color: var(--clr-two);
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 2px);
  width: calc(100% - 20px);
  z-index: -1;
}

#primary-menu.no-responsive > li > ul a {
  padding-left: 15px !important;
}

#primary-menu.no-responsive > li.menu-item-cta > a {
    background-color: var(--clr-two);
}

#primary-menu.no-responsive > li.menu-item-cta > a:hover {
    background-color: var(--clr-one);
    color: var(--clr-three);
}

#primary-navigation #primary-menu > li.menu-item-cart > a:before, .hamburger-minicart > a:before {
  font-family: "";
  font-size: 0px !important;
  width: 37px !important;
  height: 45px !important;
  background-image: url(/wp-content/uploads/2024/05/cart.svg);
  background-repeat: no-repeat;
}

#primary-navigation #primary-menu > li.menu-item-cart > a.circle-count .minicart-item-count {
  width: 23px !important;
  height: 23px !important;
  line-height: 18px;
  top: inherit !important;
  margin-top: 0px !important;
  right: inherit !important;
  left: -5px !important;
  bottom: -15px !important;
  font-size: 14px !important;
}

body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li .minicart-image:after {
	display:none !important;
}

#primary-navigation.responsive #primary-menu > li > a, #primary-navigation.responsive #primary-menu > li > ul > li > a {
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-overlay-item-open > ul {
  margin-top: 0px;
  margin-bottom: 0px !important;
}

/* GENERAL ELEMENTS */
.block-content .wpb_text_column .wpb_wrapper ul {
  padding: 0px;
}

.block-content .wpb_text_column .wpb_wrapper ul li:before {
  display: none;
}

.block-content .wpb_text_column .wpb_wrapper ul li {
    margin: 0;
    padding: 6px 0 6px 30px;
    list-style: none;
    background-image: url(/wp-content/uploads/2023/07/favicon.svg);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 20px;
}

.wpb_text_column.hidden_link.thegem-vc-text .wpb_wrapper a, 
.wpb_text_column.hidden_link.thegem-vc-text {
    top: 0;
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    font-size: 0px !important;
}

.grecaptcha-badge
{
	display:none;
}

.block-content {
    padding: 20px 0px 40px 0px !important;
}

p 
{
	font-weight:300;
	font-size:14px;
}

.center p {
    text-align: center;
}

span.highlight
{
	color: var(--clr-one);
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

blockquote a, blockquote a:hover {
    color: white ;
    text-decoration: underline ;
}

 blockquote a:hover
{
	font-style:italic;
}

blockquote {
    background: red !important;
    color: white !important;
    font-size: 16px !important;
    padding: 20px !important;
    line-height: 30px !important;
}

blockquote:after
{
	display:none;
}

/* TITELS */
.non_title p {
  	font-size: var(--fs-null);
    line-height: var(--lhf-null);
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .non_title p, .non_h1 p, .non_h2 p, .non_h3 p, .non_h4 p, .non_h5 p, .non_h6 p {
	margin-top:10px;
    margin-bottom: 5px;
	font-weight: 400;
}

.non_h1 p, h1 {
    font-size: var(--fs-one);
    line-height: var(--lhf-one);
}

.non_h2 p, h2 {
    font-size: var(--fs-two);
    line-height: var(--lhf-two);
}

.non_h3 p, h3 {
    font-size: var(--fs-three);
    line-height: var(--lhf-three);
}

.non_h4 p, h4 {
    font-size: var(--fs-four);
    line-height: var(--lhf-four);
}

.non_h5 p, h5 {
    font-size: var(--fs-five);
    line-height: var(--lhf-five);
}

.non_h6 p, h6 {
   font-size: var(--fs-six);
    line-height: var(--lhf-six);
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark ul, .dark li, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark ol, .dark ol li, .dark a, .dark ul li:before, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white ul, .white li, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white ol, .white ol li, .white a, .white ul li:before {
    color: white !important;
}

.dark ul li:before, .white ul li:before
{
	background-color:white !important;
}

/* BAR */
.f_bar .non_h1 p {
    font-size: var(--fs-two) !important;
}

.f_bar .non_h1 {
	margin-bottom:6px !important;
}

/* TOP BAR */
.top-bar {
    border-bottom: 1px solid #fff;
    background: var(--clr-one);
    color: #fff !important;
    padding: 5px 0;
}

.top-bar .top-left {
    float: left;
}

.top-bar .top-left span, .top-bar .top-right a {
    font-size: 12px;
}

.top-bar .top-right {
    float: right;
}

.top-bar .top-right i {
	font-style: inherit;
}

.top-bar .top-left span {
    margin-right: 20px;
}

.top-bar .top-left span i {
    margin-right: 5px;
    font-style: inherit;
}

.top-bar .top-left span, .top-bar .top-right a {
    font-size: 12px;
}

#site-header-wrapper header.site-header.fixed .top-bar {
  /* display: none; */
}

#site-header-wrapper header.site-header .top-bar p {
  color: var(--clr-dark);
  margin: 0;
}

/* BLOGOVERZICHT */
.blog-load-more .gem-button {
    text-transform: none;
}

.blog-style-masonry img {
    object-fit: cover !important;
}

.blog .description .info.clearfix, body .blog article .post-featured-content>a:hover:before, body .blog article .post-featured-content>a:hover:after, body .blog .gem-simple-gallery .gem-gallery-item a:hover:after
{
	display:none;
}

.description .post-title span.light {
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 19px;
}

.blog.blog-style-masonry article .description {
    padding: 0px !important;
}

span.light:focus {
    text-decoration: none !important;
    outline: none;
}

.blog article {
    padding: 0px;
    border-radius: 25px;
}

.blog.blog-style-masonry article
{
	padding:10px !important;
}

.blog.blog-style-masonry article .description .summary {
    font-weight: 300;
}

.blog-style-masonry .description
{
	background:white !important;
}

/* SINGLE BLOG POST */
.single-post .block-content {
    padding: 10px 0 50px;
}

.title-single-post-blog-custom {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sidebar .widget .widget-title {
    letter-spacing: 0px;
    font-weight: 600 !important;
}

.widget ul {
    background: transparent !important;
}

a.sidebar_alltools {
    background: black;
    width: 100% !important;
    display: block;
    padding: 15px;
    border-radius: 5px;
    font-weight: 500;
    color: white !important;
}

.widget-area ul li {
    padding: 10px 0px;
}

.widget_recent_entries ul li:before
{
	display:none;
}

.widget_recent_entries ul li a, a.sidebar_alltools {
    margin-left: 0px !important;
	margin-right:0px !important;
	color:black;
	    line-height: 25px;
}

.widget_recent_entries ul li a:hover, a.sidebar_alltools:hover {
color:var(--clr-one) !important;
}

.widget_recent_entries .widget-title {
    margin-bottom: 0px !important;
}

.single-post .post-featured-content img {
    float: left;
    width: 100%;
aspect-ratio: 16/9;
    object-fit: cover;
}

.single-post .post-meta.date-color, .single-post .post-author-block.rounded-corners.clearfix, .widget-title:after {
    display: none;
}

.single-post .post-featured-content img {
    margin-bottom: 30px !important;
}

.widget-area .widget+.widget {
    margin-top: 0px !important;
}

.widget a i {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 10px;
}

div#comments
{
	display:none;
}

.wpcf7-acceptance span.wpcf7-list-item {
    margin-top: 20px;
}

.has-cookie-bar #catapult-cookie-bar {
    z-index: 9999999999;
}

.gdpr-consent-bar.bottom .gdpr-consent-bar-text, .gdpr-consent-bar.bottom .gdpr-consent-bar-buttons button {
    font-family: Poppins !important;
    font-size: 12px;
}

.gdpr-privacy-consent-description, .gdpr-privacy-preferences-footer-links a, button.btn-gdpr-privacy-save-preferences,  .gdpr-privacy-preferences-title, .gdpr-privacy-consent-always-active, .gdpr-privacy-consent-title, .gdpr-privacy-preferences-consent-item
{
	font-family: Poppins !important;
}

/* 404 */
.title_404 p {
    font-size: 100px !important;
    font-weight: bold;
    line-height: 130px;
}

.block_404 {
    margin-top: 8%;
    margin-bottom: 8% !important;
}

.error404 a.gem-button
{
	background:red;
	border-radius:0px !important;
}

/* FOOTER */
.f_bottom {
    background-color: var(--clr-two);
    text-align: center;
    color: white;
    padding-top: 15px;
	margin-bottom:0px !important;
}

.custom-footer a:hover, .custom-footer span.vc_icon_element-icon {
    color: black !important;
}

.custom-footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    text-align: left;
    border: none !important;
    width: inherit;
    height: inherit;
    margin-top: 10px;
    margin-left: 10px;
}

.custom-footer .vc_col-sm-4 a:before, .custom-footer .vc_col-sm-3 a:before {
transition: .4s;
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #CC1719;
    margin-bottom: 3px;
}

.custom-footer .vc_col-sm-4 a:hover:before, .custom-footer .vc_col-sm-3 a:hover:before {
    width: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.custom-footer .f_socials a:hover:before, .custom-footer .f_socials a:before
{
	display:none;
}

 .custom-footer .f_socials a:hover
{
	text-decoration:underline;
}

.custom-footer .vc_col-sm-4 a, .custom-footer .vc_col-sm-3 a, .custom-footer p {
    line-height: 25px;
	font-size:14px;
}

.custom-footer .vc_col-sm-4 a, .custom-footer .vc_col-sm-3 a {
    line-height: 40px;
}

.custom-footer .f_bottom a:hover {
    text-decoration: underline;
}

.custom-footer {
    background: #F9F9F9;
}

.f_title p {
    font-weight: 500;
    font-size: 19px;
}

.f_bottom a:hover {
    color: white !important;
}

/* SCROLL TO TOP */
.scroll-top-button.visible {
    opacity: 1;
    bottom: 75px;
}

.scroll-top-button:before {
    background-color: red;
    color: white;
}

.scroll-top-button:hover:before {
	 background-color: black;
}

.custom-footer .f_top img
{
	width:200px;	
}

.s_links img {
    height: 20px;
    width: inherit !important;
    margin-right: 10px;
}

.custom-footer .vc_col-sm-4 a[href^="tel:"]:before, .custom-footer .vc_col-sm-3 a[href^="tel:"]:before, .f_mail a:before, .f_social a:before, .s_links a:before {
	display:none !important;
}

.custom-footer .vc_col-sm-4 a[href^="tel:"]:hover, .custom-footer .vc_col-sm-3 a[href^="tel:"]:hover, .f_mail a:hover, .f_social a:hover {
	text-decoration: underline !important;
}

.custom-footer .f_bottom .vc_col-sm-3\/5 {
    text-align: left;
}

.custom-footer .f_bottom .vc_col-sm-2\/5 p {
	margin-bottom:0px;
}

.f_bottom a:hover {
	color: var(--clr-one) !important;
}

/* FOOTER BAR */
.custom-footer .f_bar a.gem-button.gem-button-size-small.gem-button-style-flat.gem-button-text-weight-normal:hover
{
	text-decoration:none !important;
	background: var(--clr-one) !important;
	color:white !important;
}

.custom-footer .f_bar a.gem-button.gem-button-size-small.gem-button-style-flat.gem-button-text-weight-normal:hover:before, .home .f_bar a.gem-button.gem-button-size-small.gem-button-style-flat.gem-button-text-weight-normal:hover:before
{
	display:none !important;
}

footer .f_bar, .home .f_bar {
    background-color: #EA4041;
	margin-left:0px !important;
	margin-right:0px !important;
	display: flex;
    align-items: center;
}

.f_bar a.gem-button {
    background: #fff !important;
    border-radius: 30px !important;
    color: #c71617 !important;
    text-transform: none;
    font-weight: 600;
    width: auto;
    padding: 0px 50px !important;
    float: right;
	}

.f_top i {
    width: 30px;
    font-size: 20px;
}

/* HOME SEO */
.seo {
    column-count: 2;
}

.seo a {
    text-decoration: underline;
}

.seo a:hover {
    color: black;
}

/* COOKIE BAR */
.cli-bar-message a, .cli-bar-message a:hover {
    color: white;
    text-decoration: underline;
}

/* LOGO SLIDER */
.owl-carousel .owl-item img {
	filter: grayscale(100%) !important;
}

.single-product .owl-carousel .owl-item img {
	filter: grayscale(0%) !important;
}

.owl-carousel .owl-item:hover img {
filter: grayscale(0%) !important;
}
	
.owl-nav, .owl-dots {
    display: none !important;
}

.single-product ..owl-nav {
	display:inherit !important
}

/* COOKIE */
.contact_page .grecaptcha-badge {
    visibility: inherit;
    z-index: 9999999;
}

.grecaptcha-badge {
	display:none !important;
}

.gfield_description {
    color: white !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.wpb_text_column .wpforms-form ul li:before {
    position: relative;
}

/* FAQ */
.faq-block .ui-accordion-header {
    padding-left: 0px;
	    border-color: var(--clr-two);
	padding-bottom:0px;
}

.faq-block .ui-accordion-content {
    padding-top: 10px;
}

.rplg .rplg-biz-name a {
    font-family: var(--f-one) !important;
    font-weight: 300 !important;
    font-size: var(--fs-three) !important;
    line-height: var(--lhf-three) !important;
    margin-bottom: 5px !important;
    display: block;
	color:var(--clr-one) !important;
}

.rplg .rplg-box {
    border-radius: 0px !important;
}

.rplg-grid .rplg-review-name.rplg-trim {
    color: var(--clr-one) !important;
    font-family: var(--f-one) !important;
    font-weight: 300 !important;
    font-size: var(--fs-six) !important;
    line-height: var(--lhf-six) !important;
    margin-bottom: 5px !important;
    display: block;
}

.rplg .rplg-biz-rating.rplg-biz-google .rplg-biz-score {
    color: var(--clr-one) !important;
    font-family: var(--f-one) !important;
    font-weight: 300 !important;
}

.rplg .rplg-stars svg use {
    fill: var(--clr-one) !important;
}

.rplg-links a, .rplg-links a:focus {
	color:black;
}

/* REVIEWS FOOTER */
.custom-footer .rplg-reviews .rplg-rating a:first-of-type, .custom-footer .rplg-reviews span.rplg-rating-name {
    display: none;
}

.custom-footer  .f_bottom .vc_col-sm-2\/5 .vc_column-inner .wpb_wrapper {
  display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: right;
}

.rplg a {
    box-shadow: none!important;
    text-align: left;
    align-items: center;
    display: flex;
}

.gb-bottom-footer-reviews-text a {
  color: #ffffff !important;
}

body .ms-foot-rating-stars {
      display: inline-block;
    margin-left: 6px !important;
    height: 24px !important;
}

.rplg .rplg-stars {
    display: inline-flex;
    line-height: 10px !important;
    margin-top: 3px;
}

.gb-bottom-footer-reviews-text>.wpb_wrapper .ms-foot-rating-inner>a {
    display: flex;
    gap: 10px;
}

.custom-footer .f_bottom .vc_col-sm-9>.vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.ms-foot-rating-number {
    display: inline-flex;
}

.ms-foot-rating-inner {
  display: inline-flex;
    height: 26px !important;
    line-height: 23px !important;
    vertical-align: middle !important;
}

.ms-foot-rating-number {
    display: inline-flex;
    height: 19px !important;
    vertical-align: middle !important;
}

r-p rp-review-name, r-p rp-review-name a {
	color:var(--clr-one) !important;
}

/* REVIEW FOOTER */
.custom-footer .f_bottom .vc_col-sm-12 .vc_col-sm-2\/5  a:hover {
    text-decoration: none !important;
}	

r-p rp-slider rp-header rp-stars svg use, r-p rp-stars svg use {
    fill: var(--clr-one) !important;
}

r-p rp-slider rp-header rp-rating
{
	color:var(--clr-one) !important;
}

r-p rp-slider rp-review-inner {
    border-radius: 0px !important;
    border-color: transparent !important;
    box-shadow: none !important;
    background: #f5f5f5;
}

r-p rp-slider rp-review_us {
    background: var(--clr-one) !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

r-p rp-slider rp-header rp-scale {
	display:none !important;
}

.rplg .rplg-grid .rplg-biz-rating.rplg-biz-google .rplg-biz-score {
 
	color:var(--clr-one) !important;
}

.rplg-grid .rplg-col.rplg-col-3 .rplg-box {
    border-radius: 0px !important;
}

/* SINGLE PRODUCT */
.product-gallery-labels .labels-outer .product-labels.style-4
{
	left: 1px !important;
    top: 1px !important;
}

.page-breadcrumbs.page-breadcrumbs--left, .yith-wcwl-add-to-wishlist, .product-gallery-labels .labels-outer .product-labels.style-4 .label svg, .product-page__wrapper .price del:before {
	display:none !important;
}

.product-gallery-labels .labels-outer .product-labels.style-4 .label .text b {
    font-size: 14px !important;
    font-weight: 300;
}

.product-page__wrapper .price {
    display: inline-grid !important;
}

.woocommerce .product-page__wrapper .single-product-content .price del bdi {
    text-decoration: line-through;
}

.single-product p.stock.out-of-stock {
    font-weight: bold;
}

.single-product .owl-nav {
    display: inherit !important;
}

.single-product .owl-nav.disabled {
	    display: none !important;
}

.product-gallery-slider .owl-nav .owl-prev, .product-gallery-slider .owl-nav .owl-next {
   width: 80px !important;
    height: 50px !important;
    align-items: center;
    justify-content: center;
    background-color: var(--clr-two) !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    background-position: center !important;
    padding: 10px 30px !important;
    border-radius: 20px;
    z-index: 999999;
    padding-left: 20px !important;
    right: 10px !important;
}

.product-gallery-slider .owl-nav .owl-prev {
	right:inherit !important; 
	left:10px !important;
}

/* PRODUCTOVERZICHT */
.portfolio-filters-area {
    background-color: var(--clr-three);
    padding: 20px;
}

.portfolio-filters-list .portfolio-filter-item .price-range-slider .slider-amount {
    text-align: center;
}

.portfolio-filters-list.style-sidebar .portfolio-filters-area-scrollable .portfolio-filter-item {
    border: none !important;
}

.portfolio-filters-list:not(.prevent-hidden-mobile, [data-breakpoint]).style-sidebar .portfolio-filter-item.portfolio-selected-filters, .portfolio.extended-products-grid .portfolio-item.product .product-labels.style-4 .label svg {
    display: none;
}

.portfolio-filters-area:before {
    content: "Filter";
    font-family: var(--f-one);
    font-size: var(--fs-three);
    line-height: var(--lfh-three);
    color: var(--clr-one);
    margin-top: 20px !important;
    display: block;
    margin-bottom: 20px;
}

.portfolio-filters-list .portfolio-filter-item.display-type-dropdown .selector-title, .portfolio-filter-item.price h4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: none !important;
    border-bottom: 1px solid var(--clr-one) !important;
    border-radius: 0px !important;
	    font-size: 16px !important; 
	font-weight:300 !important;
}

.gem-default-divider, .portfolio-filters-list.style-hidden .portfolio-filters-area-scrollable .portfolio-filter-item, .portfolio-filters-list.style-sidebar .portfolio-filters-area-scrollable .portfolio-filter-item, .portfolio-filters-list .widget-area .widget, .thegem-accordion__item {
	border:none !important;
}

.portfolio-filter-item.price .widget-title-by {
	display:none;
}

.portfolio-filters-list:not(.prevent-hidden-mobile, [data-breakpoint]).style-sidebar .portfolio-filters-outer:not(.without-padding) {
    padding-right: 20px;
}

.portfolio-filters-list .portfolio-filter-item.display-type-dropdown .portfolio-filter-item-list.portfolio-filter-item-collapsible {
    width: 100% !important;
    background: var(--clr-three);
    box-shadow: none;
    padding: 0px !important;
}

.portfolio-filters-list .portfolio-filter-item.display-type-dropdown .portfolio-filter-item-list ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

.portfolio-filter-item-list.portfolio-filter-item-collapsible .widget-area ul li {
    padding: 10px 0px !important;
}

.portfolio-filters-list .portfolio-filter-item ul li {
    padding-bottom: 0px !important;
}

.portfolio-filters-list .portfolio-filter-item ul li a:before, body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active, body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active {
    content: " " !important;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    border: 1px solid var(--clr-one);
    display: block;
    margin-right: 10px;
}

body .portfolio-filters-list .portfolio-filter-item ul li a.active:before, body .portfolio-filters-list .portfolio-filter-item ul li a.active:before, body .portfolio-filters-list .portfolio-filter-item ul li a.active::before {
    content: " " !important;
    border: 1px solid var(--clr-two);
    background-color: solid var(--clr-two) !important;
}

.portfolio-filters-list .portfolio-filter-item ul li a {
	align-items:center !important;
}

body .portfolio-filters-list .portfolio-filter-item ul li a.active:before, body .portfolio-filters-list .portfolio-filter-item ul li a.active:before, body .portfolio-filters-list .portfolio-filter-item ul li a:hover:before {
    background-color: var(--clr-two) !important;
    background: var(--clr-two) !important;
}

body .portfolio-filters-list .portfolio-filter-item ul li a:hover:before {
    border-color: var(--clr-two) !important;
}

.portfolio-filters-list .portfolio-filter-item ul li a.active span.title {
    color: var(--clr-two) !important;
}

.slider-amount {
    text-align: center;
}

.slider-amount span {
    color: var(--clr-one) !important;
}

.portfolio.extended-products-grid .portfolio-item.product .caption .product-price .price del {
	display:block !important;
}

.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-handle, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-handle + span, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-range {
    background: var(--clr-two) !important;
}

.portfolio-selected-filters .portfolio-selected-filter-item {
    background: var(--clr-two) !important;
	color: white !important;
    font-size: 12px !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
}

.portfolio-selected-filters .portfolio-selected-filter-item.clear-filters  {
    background: var(--clr-one) !important;
}

.woocommerce-shop .portfolio-selected-filters .portfolio-selected-filter-item i.delete-filter {
    margin-right: -10px !important;
    margin-left: 10px !important;
}

.woocommerce-shop .sidebar i {
    margin-top:0px !important;
    color: white;
}

.portfolio-filters-list .portfolio-filter-item ul li a:hover a {
	color: var(--clr-one) !important;
}

.pages a.current, .pages a:hover, .gem-pagination i:hover, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a:not(.disable):hover {
    color: var(--clr-two) !important;
}

.pages a, .pages a.current {
    background-color: transparent !important;
    font-size: var(--fs-five);
}

.gem-pagination a:hover {
	border-color: transparent !important;
	background-color: transparent !important;
}

body .portfolio-filters-list .portfolio-filter-item ul li a:hover a:before {
background-color:transparent !important;
}

.portfolio-filters-list .portfolio-filter-item.display-type-dropdown .portfolio-filter-item-list {
    box-shadow: none !important;
    background: var(--clr-three) !important;
}

.portfolio-filters-list .portfolio-filter-item.display-type-dropdown .portfolio-filter-item-list ul li ul {
    padding-bottom: 0px !important;
}

.portfolio-filters-list .portfolio-filter-item ul li:hover ul li span.title {
    color: var(--clr-one) !important;
}

.portfolio-filters-list .portfolio-filter-item ul li ul li:hover span.title {
    color: var(--clr-two) !important;
}

.woocommerce-shop .portfolio.extended-products-grid .portfolio-item.product .product-labels.style-4 .label {
    top: 0px !important;
    left: 0px;
}

.woocommerce-shop .portfolio.extended-products-grid .portfolio-item.product .product-labels.style-4 .label .text {
    line-height: 23px;
    font-size: 12px;
    border-radius: 0%;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.portfolio.extended-products-grid .portfolio-item.product .caption {
    text-align: left;
}

.portfolio.extended-products-grid .portfolio-item.product .wrap > .caption {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* AFREKENEN / CHECKOUT */
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page-modern #order_review > table .order-total th, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page-modern #order_review > table .order-total td {
    border: none !important;
}


.woocommerce .checkout #payment .payment_methods li .payment_box p {
    background: #FFE580 !important;
    border-radius: 25px;
    padding: 20px;
    color: black !important;
}

 body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods li {
	 border-color: #FFE580 !important;
}

.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page-modern #order_review .woocommerce-checkout-payment .payment_methods .radio-sign, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page-modern .thegem-te-checkout-payment .woocommerce-checkout-payment .payment_methods .radio-sign {
    border-color: white !important;
}

.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page-modern #order_review .woocommerce-checkout-payment .payment_methods .radio-sign.checked:before, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page-modern .thegem-te-checkout-payment .woocommerce-checkout-payment .payment_methods .radio-sign.checked:before {
    background: var(--clr-two) !important;
}



.woocommerce-checkout a.woocommerce-terms-and-conditions-link.woocommerce-terms-and-conditions-link--closed, span.woocommerce-terms-and-conditions-checkbox-text a {
  pointer-events: none !important;
}

.woocommerce-checkout label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a {
  text-decoration: underline;
}

span.woocommerce-terms-and-conditions-checkbox-text a {
    text-decoration: none !important;
}

/* MIJN ACCOUNT */
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display:none;
}

.woocommerce-account .checkout-login-remember .checkbox-sign {
    margin-top: 4px;
}

.checkout-login h2:before, .woocommerce .my-account-signup h2:before {
	display:none !important;
}

.woocommerce-account .woocommerce h2 {
    padding-left: 0px !important;
}

.woocommerce-account h2 span {
    text-transform: none;
}

/* Gravity forms */
.gform-theme--framework .gform-field-label>.gfield_required {
    margin-left: -5px;
}

.gform-theme--framework .gform_validation_errors .gform-icon {
    display: none;
}

.gform-theme--framework .gform_validation_errors ol {
    padding-left: 0px !important;
}

.gform-theme--framework menu, .gform-theme--framework ol, .gform-theme--framework ul {
    list-style: none !important;
}

.gform-theme--framework .gform_validation_errors ol a {
    text-decoration: none;
}

.gform-theme--framework .gform_validation_errors, .gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    box-shadow: none !important;
}

/* Wijzig border color */
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform_validation_errors, .gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-local-shadow: none !important;
	--gf-local-border-color: black !important;
}

.gform-theme--framework .gform_validation_errors ol li, p.gform_required_legend {
    display: none;
}

.gform-theme--framework .gform_validation_errors {
	display: block;
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px;
}

/****************** RESPONSIVE **********************/
@media only screen and (max-width: 1212px) {
/*** MOBILE MENU ***/
body.mobile-cart-position-top #site-header .mobile-cart > a:before {
    background-color: transparent !important;
    content: " " !important;
   	background-image: url(/wp-content/uploads/2024/05/cart.svg) !important;
    height: 40px !important;
    width: 30px !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position-y: 5px !important;
    mask-image: none !important;
}

body.mobile-cart-position-top #site-header .mobile-cart .minicart-item-count {
    background-color: #C38DDAFF !important;
    background: var(--clr-two) !important;
    color: var(--clr-one) !important;
    font-weight: bold;
    font-family: Poppins !important;
    height: 25px;
    padding-top: 2px !important;
    width: 25px;
    border: 3px solid white;
    right: -10px;
}
	
}

@media only screen and (max-width: 1200px) {	
/* GENERAL */
.seo h1 {
    font-size: var(--fs-one) !important;
	font-size: var(--lhf-one) !important;
}

.seo h2 {
	font-size: var(--fs-two) !important;
	font-size: var(--lhf-two) !important;
}

.seo h3 {
   	font-size: var(--fs-three) !important;
	font-size: var(--lhf-three) !important;
}

.seo h4 {
  	font-size: var(--fs-four) !important;
	font-size: var(--lhf-four) !important;
}

.seo h5 {
   	font-size: var(--fs-five) !important;
	font-size: var(--lhf-five) !important;
}

.seo h6 {
   	font-size: var(--fs-six) !important;
	font-size: var(--lhf-six) !important;
}	
	
}

@media only screen and (min-width: 1080px) {
	
}

@media only screen and (max-width: 1024px) {
	
}

@media only screen and (max-width: 1000px) {
/* SEO */
.seo {
    column-count: 1;
}
	
}

@media only screen and (max-width: 991px) {
/* SHOP OVERVIEW */
.woocommerce-shop .filter-sidebar.left .portfolio-filters-list, .woocommerce-shop .filter-sidebar.left, .woocommerce-shop .filter-sidebar.left, .portfolio-filters-list .portfolio-show-filters-button {
    width: 100% !important;
}	
	
.woocommerce-shop .filter-sidebar.left, .portfolio-filters-list .portfolio-show-filters-button {	
	width: 100% !important;
    margin-bottom: 10px;
    background: var(--clr-three);
    border: none;
    padding: 15px !important;
	border-radius:0px !important;
}
	
.portfolio-filters-area:before {
	display:none !important;
}	
	
.portfolio-filters-list .portfolio-filters-area h2 {
	margin-top: 30px !important;
    padding-bottom: 0px !important;
    padding-top: 20px !important;
}	
	
body .mobile-cart .mobile-cart-header .mobile-cart-header-title:before {
	display:none !important;
}	
	
}

@media only screen and (max-width: 821px) {
body .row > .single-product-content-right.col-sm-6 {
	margin-top: 20px !important;
}
	
}

@media only screen and (min-width: 768px) {
/** BAR **/	
.f_bar .vc_col-sm-12 .vc_row.vc_row-fluid {
    display: flex;
    align-items: center;
}	
	
a.contact_bottom {
	display:none;
}	
	
}

@media only screen and (max-width: 767px) {	
/* TOP BAR */
.top-bar {
	display:none;
}
	
/* BLOG */
.single-post .sidebar {
    display: none;
}	
	
a.contact_bottom {
    width: calc(100% - 40px);
    margin: 20px !important;
    margin-bottom: 10px !important;
    position: fixed;
    bottom: 10px;
    z-index: 99999999;
    background-color: black;
    padding: 20px 0;
    border-radius: 0px;
    text-align: center;
    font-size: 18px;
    color: white;
}
	
.contact_page a.contact_bottom {
	display:none;
}
	
a.contact_bottom:hover
	{
	color: white !important;
	background-color: var !important;
	}
	
/**** BLOG SINGLE ***/
.single-post .post-featured-content img {
	aspect-ratio:4/3;
}	
	
/* FOOTER */
.custom-footer .vc_col-sm-3, .custom-footer .vc_col-sm-4 {
    margin-bottom: 20px;
}	

.custom-footer .f_bottom {
    padding-bottom: 80px;
    margin-bottom: 0px;
}	
	
.contact_page .custom-footer .f_bottom {
	padding-bottom: 0px;
}
	
.custom-footer .f_bottom .f_bottom_inner {
    width: 70%;
    margin-left: 15%;
}
	
.custom-footer .f_bottom .vc_col-sm-12 p {
	font-size:11px;
	line-height: 16px;
}
	
/* FOOTER BAR */
.f_bar a {
    width: 100% !important;
}

.f_bar .non_h1 p {
    text-align: center;
}	
	
.f_bar {
	padding-top: 20px;
}	
	
.f_bar a.gem-button {
	margin-bottom: 0px;
}	
	
.custom-footer .non_h1 p, .home .non_h1 p {
    margin-left: 0px;
}	
	
/* SCROLL TO TOP */
.scroll-top-button.visible {
    bottom: 100px;
    right: 20px;	
}
	
/*** FOOTER **/
.custom-footer .f_bottom .vc_col-sm-2\/5 .vc_column-inner .wpb_wrapper {
    justify-content: center;
}

	    .custom-footer .f_bottom .vc_col-sm-12 p {
        font-size: 11px;
        line-height: 16px;
        text-align: center;
    }
	
    .custom-footer .f_bottom .vc_col-sm-12 .vc_col-sm-2\/5 p {

        display: flex;
        align-items: center;
        justify-content: center;
    }
	
	.custom-footer .f_bottom .f_bottom_inner_review {
    display: grid;
}
	
	.custom-footer .f_bottom .vc_col-sm-12 .vc_col-sm-3\/5 {
		order:2;
	}
	
.f_top {
    padding-bottom: 0px;
}	
	
/* PRODUCT DETAIL */
.product-page__wrapper form.cart .quantity {
   	width: 100% !important;
}	
	
.product-page__wrapper form.cart .quantity {
    margin-right: 0px !important;
}	
	
}

@media only screen and (max-width: 600px) {	
/* FOOTER */
.custom-footer .f_bottom .f_bottom_inner {
    width: 80%;
    margin-left: 10%;
}
	
/* COOKIE */
a#cookie_action_close_header, a.cli_settings_button, .cli-bar-btn_container {
    width: 100% !important;
    display: block !important;
    margin-top: 10px !important;
}	
}
