.elementor-section.elementor-section-boxed > .elementor-container {
	/*max-width: 1350px;
	padding-left: 30px;
	padding-right: 30px;
	 */
}

body{
	background: white;
	font-family: "RooneySans",Helvetica,sans-serif;
}

.block-category h1{
}

#main #product-list-header .card-block {
	padding: 0;
}

#wrapper{
	background: white;
	padding-top: 0px;
	/*padding-left: 30px;
	padding-right: 30px;

	 */
}

@media (max-width: 1024px){
	.container {
		/* width: 540px; */
		width: 100%!important;
		padding-left:none;
		padding-right:none;
	}

	.block-categories{
		display:none;
	}

	#product-list-header h1{
		font-size:24px;
	}
}

@media (min-width: 1200px){
	.container {
		/*width: 1400px;*/
		max-width: 100%;
	}
}



#product-list-header h1{
	font-family: PoliceStudio, sans-serif;
	font-weight: 900;
}






.breadcrumb hidden-sm-down{
	font-family: "RooneySans",Helvetica,sans-serif;
	font-size:8px;
}

#wrapper .breadcrumb li, #wrapper .breadcrumb li a{
	color:black;
	font-size:13px;
}


/** listing products**/
.block-category .block-category-inner .category-cover img {
	width: 100%;
	height: inherit;
}


h3 .product-title{
	text-align:left;
	color:black;
}

#products .product-miniature{
	border: 1px solid lightgray;
	margin-bottom: 23px;
}

.product-miniature .product-title{
	text-align: center;
}

.ce-product-description-short ul {
	font-size: 21px;
}

.ce-product-description-short li::marker {
	content: '✓';
	font-weight: 900;
	font-size: 30px;
	color:darkgreen;
}

.ce-product-description-short li {
	padding-bottom: 20px;
	margin-left:20px;
	padding-left:10px;
}

.ce-product-description ul{
	padding-left: 20px;
	list-style: disc;
}

.ce-product-description li{
	padding-left: 10px;
	margin-left: 20px;
}

.product-miniature .product-price-and-shipping{
	text-align:center;
}
.product-price-and-shipping .price{
	font-weight: 900;
	font-size: 20px;
	font-family: "RooneySans",Helvetica,sans-serif;
}

.product-miniature .product-title a {
	font-size: .875rem;
	font-weight: 400;
	color: black;
	text-decoration: none;
}

/* Pas de swiper de miniature */
.swiper-container-thumbs{
	display:none!important;
}


/** CATEGORIES **/
/* tablet and desktop */
@media(min-width:768px){
	#left-column{display:none;}
	#category #content-wrapper{width:100%!important;}
	#category #search_filters_wrapper #_desktop_search_filters_clear_all{display:none;}
	#category #search_filters_wrapper #search_filters{display:flex;flex-wrap:wrap;}
	#category #search_filters_wrapper #search_filters .text-uppercase{display:none;}
	#category #search_filters_wrapper #search_filters .facet{width:20%;float:left;margin-left:10px;padding-right:5px;}
	#category #search_filters_wrapper #search_filters .facet-dropdown{border:1px solid #333;}
	#category #search_filters_wrapper #search_filters .facet-dropdown .select-title{background:#fff;}
}
/* mobile */
@media(max-width:767px){
	#left-column{display:block;}
}