/*.new-product {
    display: none;
}
.new-product {
    display: none;
}
.new-product {
    display: none;
}
.new-product {
    display: none;
}.new-product {
    display: none;
}product-flag newproduct-flag newproduct-flag newproduct-flag new*/

/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
 
 .on-sale {
	background-color: #E8AE42!important;
 }
 
  .on-sale {
	background-color: #E8AE42!important;
 }
 
 .product-flags .new {
	display: none;
 }
 
 .product-flags {
  max-width: 30%!important;
}

.elementor-image-box-title {
	margin:0;
}

.titre_rotate {
	transform: rotate(-2deg);
	margin-top:-10px;
}

/********  COMPLEMENT CSS MANQUANT SUR LA VERSION 9.0 ******************/


.products-selection {
  gap: 30px;
  margin-bottom: 50px;

  & > :last-child {
    margin-left: auto;
  }
}

.listing_view {
  & > div {
    width: 34px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    cursor: pointer;

    &.active, 
    &:hover {
      border-color: #444;
    }
  }
}

.products-sort-order {
  .select-title {
    width: 100%;
    color: #000;
    background: #fff;
    padding: 4px 44px 4px 15px;
    font-size: .875rem;
    line-height: 1.5rem;
    border: 1px solid #dfdfdf;
    min-height: 32px;
  }

  .select-list {
    color: #414141;
    padding: .625rem 1.25rem;

    &:hover {
      background: #eeeeee;
      color: #000;
    }
  }
}


#search_filters .title-text {
    flex-grow:1;
}

/*
#search_filters_wrapper ul {
	list-style:	none;
}
*/
#search_filters .ui-slider-horizontal {
  border: none;
  background: #eee;
  border-radius: 0;
  height: 4px;
}

#search_filters .ui-slider .ui-slider-handle {
  top: 5px!important;
  width: 0.4em!important;
  background: #555!important;
  border: 1px solid #555!important;
  position: relative!important;
  display: inline-block!important;
  width: 10px!important;
  height: 17px!important;
  clip-path: polygon(50% 0%,100% 38%,100% 100%,0 100%,0% 38%)!important;
  transform: translateX(-50%)!important;
}

#search_filters .module-title {
  border-bottom: unset!important;
  margin: 0;
  padding-bottom: 5px;
  display: flex;
}

.faceted-slider {
	margin-bottom: 30px!important;
}

.active-filter-title {
	font-size:30px;
	color:#000000;
	margin-top:0;
}

.breadcrumb {
	display:none;
}

body:not(#index) #header {
  margin-bottom: 50px;
  border:0;
}

#category #header {
  margin-bottom: 0!important;
  border:0;
}

#product #header {
  margin-bottom: 0!important;
  border:0;
}

.btn-primary, .btn-secondary, .btn-big {
	border-color: #E8AE42;
	border-width : 9px;
	border-left: none;
	border-top:none;
	border-right:none;
}


#category .product-description-short p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*************************  MENU  *************************************/

#menu-principal .elementor-nav__container {
	width:400px!important;
	top:0!important;
	padding-top:121.5px;
	z-index: 500;
	box-shadow: 2px 5px 7px #CCC;
}

.elementor-menu-toggle {
	z-index: 1000;
}

/*************************  PAGE PRODUIT *************************************/

#product #main-content .page-width {
	width:100%;
}

#product #main {
  padding: 0;
}

#product #main-content {
  padding: 0!important;
}

#product h1 {
	margin-bottom: 0;
}


#product .product-quantity .qty {
	margin-right: 15px;
}

#product .elementor-tab-title  {
	margin-bottom:10px;
}

#product .tabs-container {
	margin-top:0;
}

#product .nav-item {
	width:50%;
	background: #292929;
	margin:0;
	text-align: center;
}

#product .tabs-container .nav-link .h5 {
	color:#fff;
	text-transform:none;
	font-size:18px;
}

#product .tabs-container .active .h5 {
	color:#E8AE42;
}

#product .tabs-container .tab-order-1 .h5 {
	width: 100%;
    display: inline-block;
	border-right: 1px solid #ffffff;
}

#product .nav-tabs .nav-link {
  padding: 0.5em 0;
}

#product .product-cover, #product .thumb-container {
  box-shadow: 2px 5px 7px #CCC;
}

#product #product-images-cont .pk-ce-widget-wrapper {
	margin-top:40px;
}

#product .regular-price {
	color: #bfbfbf;
	font-size:30px;
}

#product .product-description, #product .product-features {
	padding:40px;
	font-size:18px;
	color:#000000;
}

#product .short-desc p {
	font-size:18px;
	color:#000;
}

.product-manufacturer img {
	width:200px!important;
}

.product-description ul {
	list-style-position: outside;
}

@media (max-width: 767px) {

	#product .product-description, #product .product-features {
		padding: 20px 10px 15px 0px;
	}
	
	#product .nav-item {
		width: 100%;
	}
	
	#product .tabs-container .tab-order-1 .h5 {
	  border-right: 0;
	}
}