/**
Theme Name: Roch et Gaston
Author: Artefact Design
Author URI: https://artefactdesign.fr/
Description: Custom theme for Roch & Gaston
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roch-et-gaston
Template: astra
*/


/* ============ HEADER */
/*menus*/
.menu-item-heading >a .menu-text, .menu-item-heading >span .menu-text{
    font-weight: 900;
	color: var(--ast-global-color-3);
}

.astra-megamenu .menu-item-has-children ul.sub-menu li {
    text-transform: none;
}

/*call button*/
.site-header .ast-header-button-1 .ast-custom-button{
	position:relative;
	background-color: #444622!important;
    background-image: url('./img/appel2.webp')!important;
    background-size: 80%!important; 
    background-position: center!important;
    background-repeat: no-repeat;
	color: transparent!important;
}


/*============ SHOP*/
/*.single-product*/
.single-product .summary.entry-summary {
    padding-top: 40px;
}

.woocommerce-tabs.wc-tabs-wrapper, section.related.products {
    padding-left: 4em;
		padding-right: 4em;
}

.single-product form.cart {
    margin: 2em 0;
}

@media (max-width: 921px) {
    .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary {
        width: 100%;
        max-width: 760px;
        margin: auto;
    }
	
	.single-product .summary.entry-summary {
    padding-left: 4em;
		padding-right: 4em;
}
}

@media (min-width: 922px){
	.woocommerce-tabs.wc-tabs-wrapper, section.related.products {
    padding-left: 6em;
		padding-right: 6em;
}
}


/*Product tax*/
.ast-advanced-headers.tax-product_cat .ast-archive-entry-banner[data-post-type="product"]{
    display: none !important;
    visibility: hidden;
}


/*brand*/
.woocommerce-brand-thumbnail{
	text-align:center; 
	margin-bottom:20px; 
	margin-top:-150px;z-index:9;
	position:relative
}

.woocommerce-brand-thumbnail img{
	width:180px;
	height:180px;
	padding:20px;
	object-fit:contain;
	background:white;
	border-radius:20px 20px 0 0;
	border:2px solid white;
}

/*featured*/
.astra-featured-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--ast-global-color-1);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 2px;
  z-index: 9;
}

/* ============ BLOCKS */
/*FEATURED PRODUCT CAT*/
.wc-block-featured-category__wrapper:hover img.wc-block-featured-category__background-image {
    transform: scale(1.1) rotate(2deg);
    filter: sepia(.5);
    transition: all ease .7s;
}

/*Google reviews*/
.ti-widget.ti-goog .ti-review-item>.ti-inner {
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.ti-widget.ti-goog img.ti-star {
    filter: invert(60%) sepia(50%) saturate(1141%) hue-rotate(24deg) brightness(92%) contrast(86%);
}

.ti-widget.ti-goog .ti-verified-review {
    filter: grayscale(1);
}

/* ============ Footer*/
.site-footer-primary-section-1 p{
	margin-left:20px!important;
}