/*
Theme Name:Supermarket Child
Theme URI: http://themefreesia.com/themes/supermarket
Author: Theme Freesia
Author URI: http://themefreesia.com
Description: Supermarket is  the perfect theme for your next WooCommerce project build for Store, eCommerce, Shop and also fits for any kind of Shopping theme which contains all the feature you need to create a stunning website. The theme consists of well organized components so it’s easy to edit and customize everything to create a specific website for your needs which is designed and developed by Theme Freesia. With a focus on Shopping sites, it features multiple sections on the front page as well as widgets, multiple navigation and social menus, a logo and more. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Get free support at https://tickets.themefreesia.com/ and View demo site at http://demo.themefreesia.com/supermarket.
Version: 1.0
Text Domain: pepiniereLCB
Template: supermarket
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Tags: threaded-comments, right-sidebar, four-columns, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, post-formats, footer-widgets, sticky-post, theme-options, translation-ready, e-commerce, education, portfolio

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
==================================================
*/
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
#site-title a {
	font-family: "Caveat", cursive;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}
/* */
/* ENTETE */
/* */
/* Barre de menu 100% largeur */
nav#site-navigation {
	width:100%;
}
/* Top bar */
.top-bar, .widget .product-item-utility ul li a {
    background-color: #555!important;
}
/* Entete sticky */
div#sticky-header {
    background-color: #7EB127!important;
	border: none!important;
}
div#sticky-header-sticky-wrapper div#site-branding, div#sticky-header-sticky-wrapper div.header-right {
	display:none!important;
}
/* */
/* WOOCOMMERCE */
/*/
/* Modification de la barre de recherche */
#search-box .woocommerce-product-search .search-field {
    width: calc(100% - 50px);
}
/* Couleur fond variation sélectionnée */
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: var(--wvs-selected-item-background-color, #d1debb);
}
/* Titre H1 du produit */
.woocommerce div.product .product_title {
	font-family: "Caveat", cursive;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size:36px;
}
/* div du produit 100% de large (sidebar supprimée) */
body.single-product #primary { width: 100%; }
/* Page produit : mise en forme div droit */
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
}