/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.tooltipster-base {
	display: none!important;
}

.filter-button {
	text-transform: unset !important;
}

.woo_home .box-image {
    position: relative;
    width: 100%; /* Full width */
    padding-top: 100%; /* Ensures the height is always equal to the width (1:1 ratio) */
}

.woo_home .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woocommerce .box-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.woocommerce .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.row-box-shadow-3 .col-inner,
.row-box-shadow-3-hover .col-inner:hover,
.box-shadow-3,
.box-shadow-3-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    border: solid #ededed 1px;
}



.has-dropdown .icon-angle-down:before {
    background-color: rgb(57 55 130 / 20%);
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 1px;
	margin-left: 3px;
    color: #154273;
    border: solid 0px #154273;
	font-size: 15px;
}

.img-rand .box-image {
    border-top: 10px solid #000;
    border-left: 10px solid #000;
    border-bottom: 10px solid #fcee15;
    border-right: 10px solid #fcee15;
}

.box-shadow, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover, .box-shadow-2, .box-shadow-2-hover:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.header-top {
    font-weight: bold !important;
    font-size: large !important;
}

.ylo_btn {
	color: #000;
	border: solid 2px #000;
	background-color: #fcee15 !important;
}

.ylo_btn:hover {
	color: #000;
}

.button:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.1);
}

.soc__ico.social-icons i {
    color: #3a1f0d;
}

.social-icons .button.is-outline, .nav-dark .social-icons .button.is-outline {
    border-radius: 7px !important;
    background-color: #fcee15;
	border: 0px !important;
}

.soc__ico .button.icon {
    margin-left: .32em;
    margin-right: 0.32em;
    min-width: 2.6em;
}

.soc__ico .button.icon i {
    font-size: 1.3em;
	padding-top: 6px;
}

 .dot-icon {
      height: 12px;
      width: 12px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px;
	 margin-bottom: -2px;
    }
    .green {
      background-color: #0dbb5a;
    }
    .red {
      background-color: orange;
    }

.container__usp a {
      color: #fff;
      text-decoration: none;
    }
  .container__usp a:hover {
      text-decoration: underline;
    }

.single-product .next-prev-thumbs {
	display: none;
}

#gform_fields_1,
#gform_fields_2,
#gform_fields_3 {
    grid-row-gap: 8px;
}

#gform_submit_button_3,
#gform_submit_button_1,
#gform_submit_button_4 {
    color: #fff !important;
    padding: 20px 40px;
    border: 0px solid rgba(114, 114, 114, 0.4);
    border-radius: 99px !important;
    box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
    background-color: #000 !important;
	font-weight: bold;
}

/* Change border for Gravity Forms fields */
body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    border: 1px solid lightgray;
    border-radius: 0px;
    padding: 26px 20px;
    font-size: large;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    border: 1px solid lightgray;
    border-radius: 0px;
    padding: 10px 20px;
    font-size: large;
    height: auto;
    appearance: none;
}

.breadcrumbs {
    font-size: x-small;
    padding-bottom: 5px;
}

/* FLICKTY CSS */
.woo_home .flickity-prev-next-button {
  width: 50px;
  height: 50px;
  margin-top: -40px!important;
  margin-right: -0px;
  margin-left: -0px;
  opacity: 1 !important;
}

.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button .arrow  {
    border-radius: 100%;
    border: solid #e7e7e7 0px;
    color: #353535;
    background: rgb(255 255 255 / 62%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
}

.woo_home .slider-nav-outside .flickity-page-dots,
.woo_home .row-slider .flickity-page-dots {
    bottom: -20px;
}

.woo_home .slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: #33570d!important;
}

.img-slider .fill {
	border-radius: 35px;
	padding: 30px !important;
}

.img-slider .banner-bg {
	margin-left: 10px !important;
}

/* tabs */
.tabs__css .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the gap between items */
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between; /* Ensure items are spaced out */
}

.tabs__css .nav > li {
    flex: 1 1 300px; /* Allow items to shrink below 488px on small screens */
    box-sizing: border-box;
}

.tabs__css .nav > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px;
    text-align: center;
    border: solid 2px lightgray;
    text-decoration: none;
}

.tabs__css .nav > li > a .eael-tab-title {
    display: block;
}

/* Media query for smaller screens to allow further shrinking */
@media (max-width: 767px) {
    .tabs__css .nav > li {
        flex: 1 1 calc(50% - 10px); /* Allow two items per row */
    }
}

@media (max-width: 480px) {
    .tabs__css .nav > li {
        flex: 1 1 100%; /* Allow one item per row */
    }
}

.nav-tabs+.tab-panels {
    border: 0px solid #ddd;
}

.tabs__css .nav-tabs>li.active>a {
    color: #000;
	border: solid 2px #000;
	background-color: #fcee15 !important;
	font-weight: bold;
}

.tabs__css .entry-content {
    text-align: -webkit-center;
}

/* //tabs */

.header-top {
	background: rgb(0,0,0);background: linear-gradient(90deg, rgba(0,0,0,1) 80%, rgba(245,164,15,1) 95%, rgba(253,249,17,1) 100%);
}

.lees_meer {
    overflow: hidden;
    max-height: 100px;
    transition: max-height 1s ease-in-out;
    position: relative;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
}

.lees_meer.show_full {
    max-height: 2000px;
    transition: max-height 1s ease-in-out; 
    mask-image: none;
    -webkit-mask-image: none;
}

.read-more,
.read-less {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    font-size: small;
    opacity: 1;
    transition: opacity 0.5s ease-in-out; 
}

.read-more .material-icons,
.read-less .material-icons {
    vertical-align: middle;
    transition: transform 0.5s ease-in-out; 
	font-size: medium;
	margin-top: -2px
}

.read-less {
    display: none;
    opacity: 1;
    color: gray;
}

.lees_meer.show_full + .read-more {
    display: none;
	
}

.lees_meer.show_full + .read-more + .read-less {
    display: inline-block;
    opacity: 1;
}

.sticky-mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.sticky-mobile-menu .icon-box-center .icon-box-img {
    margin: 0 auto 4px;
}
@media (max-width: 549px) {
#footer {
    margin-bottom: 90px;
}
}

.wa__knop {
	margin-top: -20px;
}

#billing_country_field {
	display: none;
}

.rotate-top-bar p{ display:none; }
.usp-ticker { 
	text-align:center;
	font-weight: bold !important;
    font-size: small;
	color: #fff!important;
}

.woocommerce .box-text {
    padding: 8px;
}

.onsale__css {
	padding: 0px 20px;
	background: #ffd7d1;
	color: #f71d00!important;
}

.onsale__css span {
    padding: 2px 15px;
    background: #FFF3E0;
    color: #FF9800 !important;
    border-radius: 5px;
}

.badge-inner.on-sale {
	padding: 5px; 
}

.badge {
    height: 45px!important;
    width: 45px!important;
	margin-left: 10px;
	font-weight: bold;
	font-size: x-small;
}

.badge-inner.on-sale {
    color: #ffffff;
	padding: 5px; 
}

.single_add_to_cart_button, .checkout-button, .button#place_order{
	background-color: transparent;
    line-height: 1.0;
	font-weight: normal;
	padding: 18px 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase!important;
}

.mfp-bg {
    background: rgb(0 0 0 / 20%);
}

.category-filtering {
	padding-top: 10px;
}

.header-main {
	border-bottom: solid 1px whitesmoke;
}

.nav-line-bottom>li>a:before {
    height: 1px;
    margin-bottom: 6px;
}

.toggle-content {
	background-color: whitesmoke;
	padding: 7px 25px;
	color: #000;
	font-weight: bold;
}

/* accordion */
.accordion .toggle {
    left: unset!important;
    right: 0!important;
}

.acc-css .icon-angle-down:before, .acc-faq .icon-angle-down:before {
    content: "";
     content: "\e145";
	font-family: 'Material Icons' !important;
}

.acc-faq .accordion-title {
    border-top: 0px solid #ddd;
    font-weight: bold;
    color: black!important;
}

.accordion-title.active .icon-angle-down:before {
    content: "";
     content: "\e15b";
	font-family: 'Material Icons' !important;
}

.x-menu-css {
	font-size: small;
}

.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
}

.nav-dropdown-bold .nav-column li>a, .nav-dropdown.nav-dropdown-bold>li>a {
    border-radius: 3px;
    color: #483323;
}

.usp__xcss .inline-icon {
	color: #1c5d20!important;
}

.inline-icon {
   vertical-align: middle;
	padding-right: 5px;
   font-size: 20px !important;
}

.inline-icon.material-icons {
	font-size: large!important;
	vertical-align: middle;
	margin-bottom: 2px;
}

.searchform .button.icon {
    width: 40px;
    height: 40px;
    border: 0;
	box-shadow: 0 0 15px rgb(0 0 0 / 0%);
}

#woocommerce-product-search-field-0, #woocommerce-product-search-field-1, #woocommerce-product-search-field-2 {
    min-height: 40px;
    padding: 0 20px;
    border: 0;
    background-color: #f3f3f3;
    box-shadow: 0 0 15px rgb(0 0 0 / 0%);
}

.absolute-footer {
	color: #000!important;
	font-size: small;
}

.product_meta>span {
    border-top: 0px;
}

.shipping__table  {
	background-color: white;
	padding: 5px 15px;
	border-radius: 0px;
}

.shipping__table td, th {
    border-bottom: 0px;
}

[data-animate] {
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    opacity: 1!important;
    transition: filter 0.0s,transform 0.5s,opacity 0.0s ease-in;
    will-change: filter,transform,opacity;
}

.col+.col [data-animate], .nav-anim>li, [data-animate-delay="200"], [data-animate]+[data-animate] {
    transition-delay: 0s!important;
}

.woocommerce-loop-product__title a {
	display: block;
	font-weight: bolder;
}

#shop-sidebar, .post-sidebar {
    padding: 40px;
	height: max-content;
	font-size: smaller;
	background-color: #fafafa;
}

.woocommerce-ordering {
    display: none;
}

[data-icon-label]:after {
	margin-top: 8px!important;
	margin-right: 6px!important;
	border: solid 1px #d3b469;
}

/*  QTY WHITE */
.quantity .button.plus, .quantity input[type=number] {
    background: white;
	border: 0px;
}

.quantity .button.minus {
    background: white;
	border: 0px;
}

input[type=number] {
    border: 0px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0);
}

.icon-search:before {
    content: "\e8b6" !important;
    font-family: 'Material Icons' !important;
	font-size: x-large;
}

.icon-user:before {
    content: "\e853" !important;
    font-family: 'Material Icons' !important;
	font-size: x-large;
}

.icon-shopping-cart:before { 
	content: "\e8cc" !important;
      font-family: "Material Icons Outlined"!important;
	font-size: x-large;
	margin: 0px 0px 0px 12px;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    background-color: rgb(222 222 222 / 34%);
    border-radius: 48px;
    display: flex;
    flex-direction: row;
    border: 0px;
    padding: 8px 12px;
    position: relative;
    height: 40px;
    min-width: 68px;
    line-height: 20px;
    font-weight: unset;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-evenly;
}

.box-image .out-of-stock-label {
    background: hsla(0, 0%, 100%, .9);
    font-weight: normal;
    opacity: 0.6;
    padding: 10px 0;
}

.single-product .product-short-description {
	font-size: smaller;
}

.inline-icon {
   vertical-align: middle;
	padding-right: 5px;
   font-size: 20px !important;
}

.inline-icon.material-icons {
	font-size: large!important;
	vertical-align: middle;
	margin-bottom: 2px;
}

.ux-menu-link--active .ux-menu-link__link {
	font-weight: bold;
}

address {
    font-style: normal;
    background-color: #f3f0eb;
    padding: 20px;
    margin-top: 5px;
    width: fit-content;
    color: #5d433d;
}

.woocommerce-terms-and-conditions-checkbox-text {
    font-size: small;
}

.woocommerce-form-coupon.has-border.is-dashed button {
    background-color: #1B5E20!important;
}

.checkout_coupon.woocommerce-form-coupon.has-border.is-dashed {
    border: 0px solid #446084!important;
    padding: 15px 0px 15px;
	width: 40%;
}

#coupon_code {
	box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}

form.checkout_coupon.woocommerce-form-coupon.has-border.is-dashed > p, div.woocommerce-form-coupon-toggle {
	display: none;
}

.nav-outline>li>a {
    border: 1px solid transparent;
    padding: 1px 1.75em;
}

div.page-wrapper.my-account.mb > div > div > div.large-3.col.col-border {
	font-size: larger!important;
	color: #000!important;
	font-weight: bold;
	height: max-content;
	padding-bottom: 100px!important;
}

.woocommerce-result-count {
    display: none;
}

.widget .is-divider {
    height: 0px;
}

.sb-mn {
	margin-top: 5px;
}

.row-box-shadow-4 .col-inner, .row-box-shadow-4-hover .col-inner:hover, .box-shadow-4, .box-shadow-4-hover:hover {
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 0, 0.05) 0px 0px 0px 1px;
}

.header .icon-menu:before {
    content: "\e164" !important;
    font-family: 'Material Icons' !important;
}

.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
}

.mfp-close {
    background: #483323;
	border-radius: 0px!important;
	margin-top: 5px!important;
	margin-right: 5px!important;
}

.mfp-ready .mfp-close {
    opacity: 1;
}

.row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover, .box-shadow-1, .box-shadow-1-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 0px;
}

.nav-dropdown {
    padding: 30px 15px;
}

.dropdown-uppercase.nav-dropdown .nav-column>li>a, .nav-dropdown.dropdown-uppercase>li>a {
    color: black!important;
}

.back-to-top.active {
    border: 3px solid #c9beb2;
    background-color: #c9beb2;
	color: white;
}

.icon-angle-left:before {
    font-size: large;
    font-weight: 600;
}

.success-color, .success.is-link, .success.is-outline {
    color: #3c3d3c;
}

.page-id-48 .has-border {
    border: 0px solid #446084;
	padding: 0px 0px 0px 0px ;
}

.checkout-sidebar{
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f2f2f2;
	margin-top: 15px;
}

.cart-collaterals{
	padding-top: 40px!important;
    background-color: #f2f2f2;
	height: max-content;
	padding-bottom: 30px!important;
}

.dashboard-links a {
    border-radius: 0px;
}

#main > div.page-wrapper.my-account.mb > div > div > div.large-3.col.col-border > div {
	display: none;
}

#main > div.page-wrapper.my-account.mb > div > div > div.large-3.col.col-border {
	padding: 30px;
	background-color: white;
}

.woocommerce-error {
	font-size: smaller;
    padding: 0px 20px;
    line-height: 2.2em;
    background: #fff;
}

.woocommerce-info, .woocommerce-message {
	font-size: smaller;
    padding: 0px 0px;
    line-height: 1.6em;
    color: #006400;
	margin-bottom: 10px;
}

.shipping.shipping--boxed .shipping__list_item {
    background-color: whitesmoke;
}

.woocommerce-cart a.remove {
   visibility:hidden!important; /*hide everything*/
   width:auto!important; /*make sure to have the need width for "remove" */
}

.woocommerce-cart a.remove:before {
    content: "\e5cd";
    font-family: 'Material Icons' !important;
    visibility: visible;
    font-size: 20px;
    color: #333;
    margin-left: 5px;
    background-color: white;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce-page form .form-row input.input-text, 
.woocommerce-page form .form-row text area {
    border: 1px solid #e6e6e6;
    width: 100%;
	    box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
	height: 50px;
    padding: 0 16px;
}

 thead th, .shop_table .order-total td, .shop_table .order-total th {
    border-width: 1px;	 	 
}

/* Only ipad: */
@media (min-width: 850px) {
.header-main .header-nav {
	font-size: x-small;
}
}

/* Only destop: */
@media (min-width: 1180px) {
.header-main .header-nav {
	font-size: unset;
	}	
	
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 11%);
    transition: transform 100ms ease 0ms;
	width: 450px!important;
    font-weight: bold;
}	
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#logo {
    max-width: 140px;
}
		
#masthead { 
	height: 55px!important;
}
	
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    width: 80%!important;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);	
	padding: 10px !important;
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 0%);
    transition: transform 100ms ease 0ms;
}
	
			.tabs__css .nav-tabs+.tab-panels {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0px;
    padding-top: 15px;
}
	
.single_add_to_cart_button, .checkout-button, .button#place_order{
	padding: 10px 20px;
}
	
.nav-sidebar.nav-vertical>li+li {
    border-top: 0px solid #ececec;
}	

.category-filtering {
    float: left;
}
	
.searchform .button.icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
}	
	
#woocommerce-product-search-field-0, #woocommerce-product-search-field-1{
    min-height: 40px;
}
	
.woocommerce-loop-product__title a {
	font-size: smaller;
}

.cart-collaterals.large-5.col.pb-0 {
	padding: 15px;
}
	
.icon-shopping-cart:before { 
	font-size: large;
}

.breadcrumbs {
    text-align: left !important;
}

.checkout_coupon.woocommerce-form-coupon.has-border.is-dashed {
	width: unset;
}

.icon-shopping-cart:before { 
    height: 35px;
    min-width: 58px;
}
	
.archive .row-small>.col, .home__pr.small-columns-2>.col {
    margin-bottom: 0;
    padding: 0 0.5px 1.6px;
}
	
.home__pr .box-text {
    padding: 8px;
}
	
	.woo_home .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    width: 65%;
}
	
	.rotate-top-bar p {
		font-size: small;
	}	

.category-page-row {
    padding-top: 0px;
}
	
.page-title-inner {
    min-height: 30px;
    position: relative;
}
	
.payment-icons {
	width: 250px;
}
	
.checkout-breadcrumbs {
    display: none;
}
	
.page-wrapper {
    padding-top: 0px !important;
}
	
.absolute-footer {
	font-size: xx-small;
}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3K8ZPWB9C7">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-3K8ZPWB9C7');
</script>

}