/*pour garder des blancs pas trop important - à conserver*/
#wrapper {
	padding-bottom: 0px;
}

.pagination {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px 0px 0px;
}

.thumbnail-container {
	margin-bottom: 0px;
}

.products-selection {
	padding: 0px 0px 15px;
}

.product-accessories, {
	padding: 0px 0px;
}

#product #content-wrapper {
	padding-bottom: 0px;
}

.product-detail > .row > .col-md-12 {
	padding-top: 0px;
}

@media (max-width: 375px) {
.product-detail.product-thumbs-left .images-container {
	margin-bottom: 0px;
}}

.product-detail .product-prices {
	margin: 0px 0;
}

#product #content {
	margin-bottom: 0px;
}

.product-add-to-cart {
	padding-bottom: 0px; 
        margin-bottom: 0px; 
}

.product-tabs.tabs .nav-tabs {
	margin-bottom: 0px;
}

.product-tabs.tabs {
	margin-bottom: 0px;
}

.products-section-title {
	margin: 10px 0 25px;
}

/*pour mettre fond sous flèche direction dans petits medias et changer couleurs flèche*/
.owl-theme .owl-buttons div {
	border-radius: 20px;
	background-color: #ffffff;
}

.owl-theme .owl-buttons div::before {
	color: #303518;
}

/*pour changer couleurs et espaces bandeau SOLDES*/
.has-discount .discount {
	background: #eb7025;
	padding: 5px 5px;
	margin: 0 0px 0 0;
}

/*pour mettre cartouche de couleur sous pourcentage soldes*/
.plist-dsimple .thumbnail-container .discount-percentage {
	border-bottom: none;
	color: #ffffff;
	background-color: #eb7025;
        width: 35px;
        height: 15px;
}

/* pour changer Exclu boutique (anciennement Web à l'origine)*/
.product-flag.online-only {
        background-color: #eb7025;
	width: 126px;
}

.product-flags .product-flag.online-only {
	color: #ffffff;
	border-color: #ffffff;
	border-radius: 10px;
}

/*pour que nouveautés et exclu soient dissocier de ce bloc en retirant ses attributs*/
.product-flags {
	width: 0px;
}