/*
 Theme Name:   SEOCrawler Child
 Theme URI:    http://demo.goodlayers.com/seocrawler
 Description:  Goodlayers SEOCrawler Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     seocrawler
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  seocrawler-child

 START YOUR CHILD THEME CSS HERE
*/


.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
html .woocommerce input.button:hover{
    background-color: #76C6C1 !important;
}

.button .icon_cart_alt{
    margin-right: 5px;
}

.wc_payment_methods .wc_payment_method img{
    max-width: 320px !important;
}

.woocommerce div.product .out-of-stock {
    margin-bottom: 40px;
}

.reset_variations {
	visibility: hidden !important;
}

/* Remove Categories and Tags from Single Products */
.product_meta{
    display: none !important;
}

.gdlr-core-text-box-item-content{
    display: block !important;
}
#btn-other-mobile {
	background-color:#1f5a6a;
	padding:10px;
}
#btn-other-mobile a {
	color:#ffffff;
}

/* Optimize margin and padding on Single Products */
.single-product.woocommerce div.product .seocrawler-woocommerce-tab {
    padding-top: 0 !important;
}

.txtdel {
	color: #1f5a6a !important ;
}

.woocommerce-LoopProduct-link p {
	display: none !important;
}

/* Resolve small screen displaying bug 
@media only screen and (max-width: 767px) { 
	.trustpilot-widget {
		display: none !important;
	}
} */

/* Newsletter popup */
form#sib_signup_form_6 input[type=text], form#sib_signup_form_6 input[type=email], form#sib_signup_form_6 select{    
	background: #EBEBEB none repeat scroll 0% 0% !important;
	border: medium none !important;
	height: 40px !important;
	padding-left: 15px !important;
}
.sib-default-btn {   
	cursor: pointer !important;   
	border: none !important;   
	background: #76c6c0 !important;    
	padding: 3px 25px !important;  
	text-transform: uppercase !important;  
	font-size: 14px !important;   
	color: #fff !important;
	font-weight: 600 !important;    
	line-height: 34px !important;   
	display: inline-block !important;   
	border-radius: 0 !important;  
	letter-spacing: 2px !important;
}
.sgpb-popup-id-36092 {
	cursor: pointer;   
	border: none;   
	background: #76c6c0;    
	padding: 3px 25px;  
	text-transform: uppercase;  
	font-size: 14px;   
	color: #fff;
	font-weight: 600;    
	line-height: 34px;   
	display: inline-block;   
	border-radius: 0;  
	letter-spacing: 2px;
}

/* Home 100% naturel etc. title */
.gdlr-core-title-item-title.gdlr-core-skin-title.gdlr-core-title-font {
	margin-top: 25px !important;
}

.seocrawler-logo-inner img {
	margin-top: 9px;
}

.gdlr-core-pbf-element .toggle-diw {
	background-color: white !important;
}

.toggle-diw {
	background-color: white !important;
}

@media only screen and (max-width: 55f0px) { 	
	#sgpb-popup-dialog-main-div {
		width: 400px !important;
	}	
}

@media only screen and (max-width: 450px) { 	
	#sgpb-popup-dialog-main-div {
		width: 350px !important;
	}	
}

@media only screen and (max-width: 450px) { 	
	.sgpb-popup-close-button-6 {
		right: 0 !important;
	}	
}

.seocrawler-main-menu-right-wrap {
	left:78% !important;
}

.seocrawler-main-menu-account {
	margin-left: 14px;
	margin-top: 0;
	float: left;
}

.seocrawler-main-menu-account i {
	font-size: 20px;
}

.seocrawler-main-menu-account i:hover {
	color: #1f5a6a;
}

.gdlr-core-product-thumbnail.gdlr-core-media-image.gdlr-core-zoom-on-hover img {
    max-height: 265px;
    width: auto;
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail {
	text-align: center;	
}

.gdlr-core-product-grid-3 .gdlr-core-product-title {
    height: 40px;
}

@media screen and (max-width: 1000px) {
	.trustpilot-widget iframe {
		width: unset !important;
	}
	.trustpilot-widget {
		text-align: -webkit-right;
	}
}

/* Single product page : USP banner style */
.tkw-grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	padding: 10px;
}
.tkw-grid-item {
	padding: 20px;
	font-size: 30px;
	text-align: center;
}




/* Single product page : USP banner style */
.tkw-usp-sg-product {
	width: 100%;
	clear: both;
    margin: 0 auto;
    background-color: #f9f9f9;
}
.tkw-usp-sg-product img {
	width: 90px;
}
.tkw-grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	padding: 10px;
	margin-bottom: 65px;
	position: relative;
	background-color:#f9f9f9;
}
.tkw-grid-container:before {
	display: grid;
	grid-template-columns: auto auto auto auto;
	padding: 10px;
	margin-bottom: 65px;
    background-color:#f9f9f9;
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -2000px;
    z-index: -10;
}
.tkw-grid-item {
	padding: 40px;
	font-size: 16px;
	text-align: center;
}
@media (max-width: 976px) {
  	.tkw-grid-container { 
	  	grid-template-columns: repeat(2, 1fr); 
	}
}
@media (max-width: 767px) {
  	.tkw-grid-container { 
	  	grid-template-columns: repeat(1, 1fr); 
	}
	.tkw-grid-item {
		padding-bottom: 0;
	}
}
.woocommerce div.product .trustpilot-reviews {
    margin-bottom: 45px !important;
}
.tkw-stripe {
    background-color: #f9f9f9;
    position: relative;
}
.tkw-stripe:before {
    content:"";
    background-color: #f9f9f9;
    position: absolute;
    height: 100%;
    width: 4000px;
    left: -2000px;
    z-index: -1;
}

@media only screen and (max-width: 1100px) { 	
	.gdlr-core-title-item-title.gdlr-core-skin-title.gdlr-core-title-font {
		font-size : 1vw !important;
	}
}

@media only screen and (max-width: 768px) { 	
	.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pbf-column-content-margin {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.gdlr-core-pbf-column.gdlr-core-column-15 {
		width: 50% !important;
	}
	.gdlr-core-title-item-title.gdlr-core-skin-title.gdlr-core-title-font {
		font-size : 2vw !important;
	}
}

/* Nos Partenaires - Map */
.wpgmp_tabs li a, .wpgmp_toggle_container {
    background-color: #1f5a6a !important;
}
.wpgmp_filter_wrappers {
	display: none;
}

/* Full website - fixed header */
body > div.seocrawler-body-outer-wrapper > div > header {
	position: fixed;
/* 	top: 60px; */
	top: 45px;
	width: 100%;
	z-index: 900;
}
.seocrawler-body .seocrawler-top-bar {
    border-bottom-color: #ffffff;
    position: fixed;
    top: 0 !important;
    z-index: 9000;
    width: 100%;
}
#seocrawler-mobile-header {
    position: fixed;
    width: 100%;
    top: 42px;
	z-index: 900;
}
#seocrawler-page-wrapper {
	margin-top: 130px;
}
@media (max-width: 999px) {
	#seocrawler-page-wrapper {
		margin-top: 145px;
	}
}
.gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-title-item-left-image img {
	margin-top: 0;
}

/* Cart page - warning message for 'fleurs séchées' */
.warning-fleurs {
	font-weight: 500;
    color: #ff9100;
    background-color: #ff91004a;
    padding: 20px;
}

/* 'Nos Athlètes' page - display filters buttons in responsive grid and center */
#faux-filter > div.gdlr-core-pbf-wrapper-content.gdlr-core-js > div {
/* 	display: flex;
    justify-content: center; */
	max-width: 800px;
	margin: 0 auto;
	display: grid;
	gap: 1rem;
}

#faux-filter a {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 430px) {
  #faux-filter > div.gdlr-core-pbf-wrapper-content.gdlr-core-js > div { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 600px) {
  #faux-filter > div.gdlr-core-pbf-wrapper-content.gdlr-core-js > div { grid-template-columns: repeat(3, 1fr); }
}
.tkw-content-text {
	color: #205969 ;
}
.tkw-athlete h3 {
	font-size: 30px !important;
}
.tkw-athlete h3 + p {
	font-size: 22px !important;
}
.tkw-athlete h4 {
	font-size: 26px !important;
}



/* Topbar */
body > div.seocrawler-mobile-header-wrap > div.seocrawler-top-bar > div.seocrawler-top-bar-container.clearfix.tkw-topbar.seocrawler-top-bar-custom-container > div.tkw-topbar-right > div > a,
body > div.seocrawler-body-outer-wrapper > div > div.seocrawler-top-bar > div.seocrawler-top-bar-container.clearfix.tkw-topbar.seocrawler-top-bar-custom-container > div.tkw-topbar-right > div > a {
	text-transform: none !important;
    padding-top: 5px;
    padding-bottom: 5px;
    float: inherit;
    font-size: 0.8em;
    letter-spacing: 0;
    background-color: #1f5a6a;
    width: 175px;
    line-height: initial;
    text-align: center;
	margin-top: -8px !important;
}
body > div.seocrawler-mobile-header-wrap > div.seocrawler-top-bar > div.seocrawler-top-bar-container.clearfix.tkw-topbar.seocrawler-top-bar-custom-container > div.tkw-topbar-right > div > a:hover,
body > div.seocrawler-body-outer-wrapper > div > div.seocrawler-top-bar > div.seocrawler-top-bar-container.clearfix.tkw-topbar.seocrawler-top-bar-custom-container > div.tkw-topbar-right > div > a:hover {
	color: #76c6c0 !important;
}
.tkw-topbar-left {
	margin-left: 10px;
	margin-right: 10px;
}
.tkw-topbar-middle {
	margin-top: -18px;
}
.tkw-topbar-right {
	margin-right: 10px;
	margin-left: 10px;
}
[class^="tkw-topbar-"] {
	max-height: 60px;
}
.tkw-topbar {
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	gap: 1rem;
	grid-template-columns: 265px 1fr 195px;
}
body > div.seocrawler-mobile-header-wrap > div.seocrawler-top-bar > div.seocrawler-top-bar-background {
	max-height: 50px;
}
@media (max-width: 1000px) {
		body > div.seocrawler-mobile-header-wrap > div.seocrawler-top-bar > div.seocrawler-top-bar-container.clearfix.tkw-topbar.seocrawler-top-bar-custom-container > div.tkw-topbar-right > div > a {
		margin-top: -3px !important;
	}
	.tkw-topbar-middle {
		margin-top: -12px;
	}
}
@media (max-width: 900px) {
	body > div.seocrawler-mobile-header-wrap > div.seocrawler-top-bar > div.seocrawler-top-bar-background {
		max-height: 150px;
	}
	.tkw-topbar {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: unset;
	}
	body > div.seocrawler-mobile-header-wrap > div.seocrawler-top-bar > div.seocrawler-top-bar-container.clearfix.tkw-topbar.seocrawler-top-bar-custom-container > div.tkw-topbar-right > div > a {
		width: 300px;
	}
	[class^="tkw-topbar-"] {
		max-width: unset !important;
	}
}
@media (max-width: 541px) {
	#seocrawler-mobile-header {
		top: 80px;
		padding: 5px;
	}
}
@media (max-width: 861px) {
	#seocrawler-mobile-header {
		top: 72px;
		padding: 5px;
	}
}
@media (max-width: 417px) {
	.tkw-topbar-middle {
		margin-bottom: -12px;
	}
	.tkw-topbar-right {
		margin-bottom: -5px;
	}
	.tkw-topbar-left {
		margin-top: -8px;
	}
}
/* svg.etrusted-trusted-stars-service-widget-logo > g {
	fill: white !important;
}
.etrusted-trusted-stars-service-widget-grade span {
	color: white !important;
} */
body > div.seocrawler-body-outer-wrapper > div > div.seocrawler-top-bar > div.seocrawler-top-bar-background {
	height: 50px;
}
.seocrawler-top-bar {
    color: unset !important;
}
/* End of topbar */

.textwidget p {
	margin-bottom: 0px !important;
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
	z-index: 2 !important;
}

/* Edit account page */
@media only screen and (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100% !important;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		margin-left: 0 !important;
	}
}

/* chat position */
.brevo-conversations--pos-right {
	/*right: 85px !important; */
	right: 0px !important;
}
.brevo-conversations--side-bottom {
    bottom: 30px !important;
}

/* Hide image titles on hover */
img {
	pointer-events:none;
}
figcaption {
    display: none !important;
}

.single-product.woocommerce div.product p.price {
	display: none;
}

.summary > * .woocommerce-Price-amount {
	font-size: 26px;
	font-weight: bold;
}

/*home*/
.gdlr-core-item-pdb {
    padding-bottom: 0 !important;
}

.tkw-topbar-right
	{
		width:100%!important;
	}

table tr th {
	background-color: transparent!important;
}

table tr th label {
	color: #949494!important;
}