/*
Theme Name: Florence Theme
Theme URI: http://goodonemedia.com/
Template: shoptimizer
Author: Good One Media
Author URI: http://goodonemedia.com/
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.4.5.1683790357
Updated: 2023-05-11 09:32:37

*/

/* COMMENT OUT WHILE CUSTOM TAX SNIPPET IS DISABLED */
.grecaptcha-badge,
.mollie-gateway-fee,
.tax-total {
  display: none !important;
}
tr.tax-rate.tax-rate-21-btw-1 {
  display: none !important;
}
#email-checking {
  font-size: 11px;
  color: #111;
}

/* TikTok embed styles */
.tiktik-video-section {
  border-top: 2px solid #f8f8f8;
}
.tiktik-video-section .wc-tabs-wrapper,
.tiktik-video-section .woocommerce-tabs ul.tabs {
  border-top: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 990px) {
  .tiktiok-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 991px) {
  .tiktik-video-section {
    max-width: calc(1170px + 5.2325em);
    display: flex;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .tiktik-video-section .woocommerce-tabs.wc-tabs-wrapper {
    max-width: 70% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tiktik-video-section .woocommerce-Tabs-panel {
    padding-left: 0px;
  }
  .tiktik-video-section .tiktiok-wrapper {
    padding-top: 100px;
  }
  .tiktiok-wrapper blockquote {
    margin: 0px !important;
  }
}

/* Add 'Ingrediënten' tab to product pages */
.ingredient-wrap .ingredient {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}
.ingredient-wrap .ingredient .ingredient-icon img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.ingredient-wrap .ingredient .ingredient-icon-large {
  width: 50px;
}
.autocomplete-suggestion .login-to-see-price {
  display: none;
}
.login-to-see-price {
  color: #3bb54a;
}

/* Mobile Accordion Styles on product Data 05-03-2026 */
@media screen and (max-width: 767px) {
  .mobile-accordion-wrapper {
    padding: 15px;
    display: block;
  }
  .ingredient-wrap .ingredient {
    margin-bottom: 0px;
  }
  .custom-acc-header {
    cursor: pointer;
    padding: 15px 0px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
  }
  .custom-acc-body {
    display: none;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
  .acc-arrow-icon {
    transition: transform 0.3s ease-in-out;
    display: block;
  }
  .custom-acc-item.is-active .acc-arrow-icon {
    transform: rotate(180deg);
  }
  .custom-acc-body .ingredient-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .custom-acc-body .ingredient {
    width: 48%;
    border: 1px solid #eee;
    padding: 15px 5px;
    text-align: center;
    border-radius: 5px;
    flex-direction: column;
  }
  .custom-acc-body .ingredient span {
    font-size: 14px;
  }
}
