/* GET CUSTOM CODE */

/* HEADER */
.site-header li.menu-item-6565
{
	background-color: #582601;
}
.site-header li.menu-item-6565 a span
{
	color: #ffffff;
}
.site-header li.menu-item-6565:hover
{
	color: #ffffff;
}

/* BREADCRUMBS */
.single-product .ekommart-breadcrumb
{
	padding-top: 80px;
    padding-bottom: 80px;
}
.woocommerce-breadcrumb
{
	color: #ffffff;
}

/* Cat title */
ul.product-categories > li.cat-parent > a
{ 
	font-weight: bold;
}

/* Checkout info */

.woocommerce-info
{
	background-color: #484848 !important;
}

/* Product page */

/* Bug description */
@media (min-width: 768px)
{
	.ekommart-full-width-content.single-product div.product .woocommerce-tabs 
	{
		width: 100%;
	}
}

.product-type-simple
{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
ul.products,
.wc-block-grid__products 
{
  justify-content: space-between;
}
ul.products.columns-3 li.product:hover .product-block
{
	border-color: red;
}
ul.products.columns-3 li.product .product-block .posted-in
{
	display: none;
}
@media (min-width: 768px)
{
	ul.products.columns-3 li.product
	{
		flex: 0 0 31% !important;
		/*max-width: 31% !important;*/
	}
}
.product-style-1 ul.products li.product
{
	margin: auto !important;
	margin-bottom: 15px !important;
    margin-top: 0 !important;
	margin-left: auto;
	margin-right: auto;
}

/* MENU HEADER */
@media (min-width: 1024px)
{
	.header-4 .header-left 
	{
		width: 12% !important;
	}
	.header-4 .header-right
	{
		width: 26% !important;
	}
}

@media (min-width: 768px)
{
	.ekommart-full-width-content.single-product div.product .woocommerce-product-gallery 
	{
		width: 52% !important;
	}
}

/* CODE PROMO */
.checkout_coupon button[type='submit']
{
	margin-left: -250px !important;
}

/* Mobile menu */
.ekommart-mobile-nav
{
	padding: 0;
	background-color: #f3f3f3 !important;
}
.mobile-navigation ul li
{
	padding: 10px;
}
ul.menu li.current-menu-item > a
{
	font-weight: bold;
}
.mobile-navigation ul li a
{
	text-transform: uppercase;
	color: #2f2f2f;
}
.mobile-navigation ul li a:after
{
	content: "\203A";
    position: absolute;
    right: 10px;
    font-size: 25px;
    top: 5px;
}
.mobile-nav-close
{
	color: #000;
}

@media (min-width: 768px)
{
	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a 
	{
		padding: 10px;
	}
}


/* LINK PRODUCT BUG */
.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link
{
	position: absolute !important;
}

/* CHECKOUT CART BUG MOBILE */
#order_review
{
	padding: 10px 15px !important; 
}

/* WooCommerce - stock hide */
.stock.in-stock
{
	display: none; 
}

/* Hide client TVA */
.includes_tax
{
	display: none;
}

/* Custom img capsules compatibles */
@media (max-width: 500px)
{
	.custom_img_cat_compatible .elementor-cta__bg
	{
		background-image: url('https://esprit-cafe.ch/wp-content/uploads/2020/02/banner_hepsi_2-logosuy-002-1_mobileV3-3.jpg') !important; 
	}
}






