.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	
}
#color_to_pick_list{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

.header-top a.header-cart-btn:not(:hover) {
	color: #f1be0e;
}
.add-to-cart i{
	font-size: 1.5em;
}
#color_picker{
	margin-top:20px;
}

#product-comments-list-header{
	padding-left:0;
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #f1be0e;
  --bs-btn-border-color: #f1be0e;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1be0e;
  --bs-btn-hover-border-color: #f1be0e;
  --bs-btn-focus-shadow-rgb: 40, 154, 179;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1be0e;
  --bs-btn-active-border-color: #f1be0e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f1be0e;
  --bs-btn-disabled-border-color: #f1be0e;
}

#cookiebanner a#refuse_all {
  color: #ffffff;
  background: #f1be0e;
  border-color: #f1be0e;
}
#cookiebanner a#allow_all {
  color: #ffffff;
  background: #f1be0e;
  border-color: #f1be0e;
}

#content-wrapper .page-title {
  color: #484848;
  
}

#cookiebanner .cb-wrapper {
	padding-right:45px;
}

#color_to_pick_list img{
	cursor:pointer;
}

h1,h2,h3,h4{
	font-family: "Amaranth", sans-serif;
}
.product-miniature h2{
	font-family: 'Raleway', sans-serif;
}
#content-wrapper .comments-nb.section-title{
	font-family: 'Amaranth', sans-serif;
}

.product-miniature .product-description>.row{
	flex-direction:column;
}

.product-miniature .product-description .product-price-and-shipping{
	text-align:center;
	
	border-top :2px solid #f1be0e;
	border-bottom :2px solid #f1be0e;
	margin-top:8px;
	padding-top:8px;
	padding-bottom:8px;
}
.product-miniature .product-description .product-price{
	font-size:1.5em;
	font-family: "Amaranth", sans-serif;
}
.product-attachments{
	display:flex;
	gap:40px;
	flex-wrap:wrap;
}
.product-attachments .attachment{
	flex-basis:20%;
}
.sticky-desktop-wrapper{
	background: #e3e3e3;
	background: linear-gradient(90deg,rgba(183, 183, 183, 1) 0%, rgba(250, 250, 250, 1) 25%, rgba(250, 250, 250, 1) 75%, rgba(183, 183, 183, 1) 100%);
}
.slider-accueil{
	
}
.elementor-widget-image-carousel .elementor-banner-align-middle-center {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-flex-pack: center;
	justify-content: center;
}
.elementor-widget-image-carousel .elementor-banner-align-middle-center {
	position: absolute;
	margin: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.cbp-horizontal .cbp-submenu-aindicator {
  display: inline;
}

.js-quick-view-iqit,.product-miniature-grid .product-functional-buttons .js-quick-view-iqit{
	display:none;
}