/*
  Theme Name: Bakery Child
  Theme URI: http://themeforest.net/item/bakery-wordpress-bakery-cakery-food-theme/11112118?ref=milingona_
  Author: Milingona
  Author URI: http://themeforest.net/user/milingona_
  Description: Bakery is a powerful responsive WordPress theme designed for bakery/cakery shops. It comes with all features bakery shops need such as product post type, menu, order form, offer, gallery, news etc. The theme also includes the drag-drop page builder which lets you customize your specific needs with incredible ease.
  Template: bakery
  Version: 2.8.2
  Requires PHP: 7.4
  Tested up to: 6.1
  Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, sticky-post, translation-ready, full-width-template
  Text Domain: bakery-child
  License: GPLv2 or later
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
  
  Copyright (C) 2024 Milingona (dev@milingona.co)
  Bakery is licensed under GPLv2 or later
*/

.vu_p-name{
	height:55px;
}
.vu_p-image {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; /* Zorg dat een hoogte aanwezig is via container of direct */
}

.wcpa_checkbox > label > span.vu_input-checkbox{
	display: none !important;
}

.wcpa_cart_meta{
	display: none !important;
}

.woocommerce-shipping-fields{
	display: none !important;
}

.wc-block-checkout__shipping-method {
	display: none !important;
}

.wc-block-components-radio-control__secondary-label{
	display: none !important;
}


.shop-header-bar {
  margin: 20px 0;
  padding: 15px;
  /*background: #fafafa;*/
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.shop-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-category-item {
  background: #f5f5f5;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s ease, color 0.2s ease;
	width: 250px;
}

.shop-category-item:hover {
  background: #0073aa;
  color: #fff;
}

.shop-category-item.active {
  background: #0073aa;
  color: #fff;
  font-weight: bold;
  border: 1px solid #005f8c;
}

.shop-header-bar .woocommerce-product-search{
	background: #fafafa;
}

.shop-header-bar .woocommerce-product-search .search-field{
	width: 100%
}
