/**
* Theme Name: Cinzal Child
* Description: This is a child theme of Cinzal, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: cinzal
* Version: 1.0.6
*/


.language-switcher {
  display: none !important;
}


@media (max-width: 768px) {
  ul.products.columns-2 li.product,
  ul.products li.product {
    width: 100% !important;
    clear: both;
  }
}

@media (max-width: 475px) {
  div[class*=elementor-grid-] .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

h1.cinzel{
	color:#1B554B!important;
}

.main-navigation ul li.menu-item.menu-item-4172 a{
    background: #31999f;
    padding: 10px;
    border-radius: 20px;	
	color: #ffffff;
}

.main-navigation ul li.menu-item.menu-item-4172 a:hover{
    background: #f56728;	
	color: #ffffff;
}

.main-navigation ul.sub-menu .menu-item {
	text-align: left;
}

.cat-item-15, #woocommerce_product_brands-1{
	display:none!important
}

.hentry strong, .hentry th, .hentry dt {
    color: var(--e-global-color-accent);
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #00989f;
}

.woocommerce-form-login-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: var(--e-global-color-text);
}

.theme-cinzal.single-product .woocommerce-tabs ul.tabs li a{
	font-size: 1.35rem;
}

.single-product div.product .product_title{
	font-size: 2.5em;
}


.site-branding {
    margin-bottom: 0;
    display: block;
    clear: both;
    padding: 10px;
    max-width: 110px;
}
@media (min-width: 768px) {
    .addresses header.title a {
        float: left;
    }
}

.widget.woocommerce .cat-item::before {
	display: none;
}

.widget.woocommerce .cat-item.current-cat::before {
	display: none;
}

.current-cat {
  font-weight: 700;
}


/* FOND VERT sur le <li> dont le radio est sélectionné */
.woocommerce-checkout ul#shipping_method li:has(input[type="radio"]:checked) {
  background-color: #e0f7e9 !important;
  border-color: #2e7d32;
}

/* TEXTE VERT sur le label sélectionné */
.woocommerce-checkout ul#shipping_method li input[type="radio"]:checked + label {
  color: #2e7d32 !important;
  font-weight: 600;
}
