li#mega-menu-item-17253 a {
	color: #d89437 !important;
}

content-area {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.content-area .site {
	margin:0;
}


#site-header {
	background-size:cover;
	z-index:90 !important;
}
#top-bar-wrap {
	z-index: 100;
}

footer h2 {
	color: #ddd;
}

.wcmenucart,
li.toggle-cart-widget {
	display: none;
}


.transpBtn {
	padding: 10px 20px;
	border: 1px solid rgba(255,255,255,.2);
}

.transpBtn:hover {
	background-color: rgba(255,255,255,.3);
}

.hotlink {
	margin-bottom: 30px;
}

.hotlink a {
	text-align: center;
}
.hotlink a img {
	transform: scale(1);
}
.hotlink a:hover img {
	transform: scale(1.2);
}

#phoneBtn, #contactBtn {
	display: block;
	position: absolute;
	top: 0;
	line-height: 17px;
}

#phoneBtn {
	right: 10px;
}
#contactBtn {
	left: 10px;
}

#phoneBtn {
	color: #ddd;
       background-color: none;
}

#site-navigation-wrap {
	text-transform: uppercase !important;
}

#top-bar-wrap {
	position: absolute !important;
	z-index: 9999;
	top:0;
	width: 100%;
}
#site-header.top-header div#site-logo {
	padding: 300px 0 80px 0;
}
#site-header-inner .right {
	display: none;
}
.woocommerce ul.products li.product .price {
	font-size: 28px !important;
	
}
.woocommerce ul.products li.product .button {
	background-color: #006500 !important;
	color: white !important;
}
.owp-floating-bar {
	display: none;
}

.carousel-slider {
	margin-bottom: 30px;
}


.woocommerce-Price-amount.amount {
	font-weight: bold;
}

.page-numbers.current {

	background-color: #aaa !important;
}
.product_meta {
	border-top: 1px solid #333 !important;
	border-bottom: 1px solid #333 !important;

}

/* image, image swap */
.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .woo-entry-image, .woocommerce ul.products li.product .woo-entry-inner li.image-wrap .product-entry-slider-wrap {
	height: 280px;
	overflow: hidden;      
}

.product-inner {
	border: 1px solid #aaa !important;
	padding: 0 10px;
	box-shadow: 10px 10px 20px rgb(3 3 3 / 20%);
}
.product-inner:hover {
	box-shadow: 10px 10px 20px rgb(3 3 3 / 40%);

}


.wp-block-group.shadow {
	border: 1px solid #aaa !important;
	padding: 10px;
	box-shadow: 10px 10px 20px rgb(3 3 3 / 20%);
	margin-bottom: 20px;
}


ul.products.grid .woo-entry-image img {
	width: auto !important;
max-width:100%;
/*max-height: 100%;*/
max-height: 280px;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.woo-entry-image-swap {
	max-width: 100%;
	max-height: 280px;
  overflow: hidden;
}

.woo-entry-image-swap img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}

.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
	opacity: 0;
}
.woocommerce ul.products li.product .woo-entry-image-swap:hover .woo-entry-image-secondary {
	opacity: 1;
}


/*
 * problème des titres longs multilignes
 */
ul.woo-entry-inner li.title {
	position: relative;
	height: 50px;
	overflow: hidden;
}
ul.woo-entry-inner li.title > h2 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
}

div.oceanwp-toolbar {
	border-top: .8px solid black !important;
	border-bottom: .8px solid black !important;
}


/* slider */
.wc-cat-slider {
    visibility: hidden;
}
.wc-cat-slider.slick-initialized {
    visibility: visible;
}
.slick-list {
	height: 350px;
	margin-bottom: 20px;
	padding-top: 30px;
}
.slick-track .wc-product-slide a div.spacer {
	position: relative;
	height: 300px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.slick-track .wc-product-slide a h3 {
	text-align: center;
	padding: 0; margin: 0;
	text-decoration: none;
	font-size: 1.2em;
	color: #006500;
}
.slick-track .wc-product-slide a span.price {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #006500;
	color: white;
	padding: 5px 20px;
}
.slick-track .wc-product-slide a span.price span.woocommerce-Price-amount {
	color: white !important;
}


li.product-category div.product-inner img {
	display: none;
}


ul.strad_cat_tree,
ul.strad_cat_tree ul {
	list-style-type: none;
}
ul.strad_cat_tree > li > a {
	display: none;
}
ul.strad_cat_tree > li > ul{
	display: block;
}

ul.strad_cat_tree > li > ul > li {
	width: 33%;
	display: block;
	float: left;
}
ul.strad_cat_tree a {
	text-decoration: none !important;
	display: block;
	text-transform: uppercase;
	padding: 4px 2px;
	color: #333;
}

ul.strad_cat_tree > li > ul > li > a {
	font-size: 1.1em;
	font-weight: bold;
	color: black;
}

ul.strad_cat_tree > li > ul > li > ul {
	margin-left: 0;
}
ul.strad_cat_tree > li > ul > li > ul > li > a {
	color: black;
}
ul.strad_cat_tree > li > ul > li > ul > li:has(ul) > a {
	font-weight: bold;
}

ul.strad_cat_tree a:hover {
	background-color: #dfd;
}

/*
 * hamburger
 */
 #site-header.top-header a.mobile-menu {
	font-size: 15px !important;
 }

/*
 * quickview
 */
div.owp-qv-image {
	height: 550px !important;
	overflow: hidden;
}
div.owp-qv-image li {
	display: flex !important;
	height: auto !important;
	height: 550px !important;
	justify-content: center !impoertant;
	align-items: center !important;
	overflow: hidden !important;
}
div.owp-qv-image li img {
	display: flex !important;
}

@media screen and (max-width:600px){
	
	ul.strad_cat_tree > li > ul{
		display: block;
	}

	ul.strad_cat_tree > li > ul > li {
		display: block;
		width: auto;
		float: none;
		clear: both;
	}

	#phoneBtn, #contactBtn {
		position: static
	}

	.nosmall, .notMobile, .notMobile * {
		display: none !important;
	}

	.hotlink a img {
			max-width: 60%;
	}
}
