.datooltip {
	cursor: pointer;
	position: relative;
}

.datooltip .tooltip-content {
	display: none;
}

.datooltip:hover .tooltip-content {
	display: block;
	position: absolute;
	background: #ccf;
	max-width: 600px;
	min-width: 300px;
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: 4px 4px 10px #999;
	padding: 10px;
	z-index: 9999;
	text-align: justify;
	left: 0;
	top: 85%;
}

#cart_summary #total_price_container {
	padding-left: 5px;
}

#cart_summary #total_price_container .total-discounts {
	display: block;
	font-size: 0.7em;
	color: #333;
	font-weight: normal;
}

#cart_summary #total_price_container .total-discounts-price {
	color: #039be5;
	font-size: 1.2em;
	font-weight: bold;
}

#order-detail-content .total-discounts {
	display: inline-block;
	font-size: 0.9em;
	color: #333;
	font-weight: normal;
}

#order-detail-content .total-discounts-price, .account-total-discounts {
	color: #039be5;
	font-size: 1.2em;
	font-weight: bold;
}

#page .breadcrumbs {
	font-size: 1.1em;
}

/* pagination et filtres */
#pagination .pagination .disabled a {
	color: #999;
}

.dafilter .filterWrapper li {
	float: left;
	min-width: 40%;
	margin-right: 5%;
}

.dafilter .filterWrapper.layered_supplier li {
	float: left;
	min-width: 50%;
	margin-right: 5%;
	white-space: nowrap;
	overflow: hidden;
}

.dafilter .filterWrapper {
	clear: both;
	padding-top: 15px;
}

.dafilter .filterWrapper .layered_subtitle {
	font-weight: bold;
}

.dafilter .filterWrapper ul {
	margin-left: -5%;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 110%;
}

.dafilter .filterWrapper ul label {
	white-space: nowrap;
	display: inline-block;
}

.dafilter .filterWrapper li.disabled {
	color: #999;
}

.dafilter .slider-products-title h3 {
	margin-bottom: 0;
}

.dafilter .filterWrapper.capitalize {
	text-transform: capitalize;
}

tr.order-detail-separator td {
	border-left-color: #fff !important;
	border-right-color: #fff !important;
	height: 60px;
	vertical-align: bottom !important;
}

tr.order-detail-separator span {
	font-weight: bold;
}

span.cgvlist {
	display: block;
	margin-left: 20px;
}

span.cgvlist a {
	color: #333;
	text-decoration: underline;
}

.hook-wrapper {
	border: 1px solid red;
}

.hook-dlnk-product {
	padding: 5px;
	border-top: 2px solid #337ab7;
	margin-top: 5px;
}

.hook-dlnk-product a {
	font-size: 1.1em;
}

.cart_delete a {
	cursor: pointer;
}

#video-container {
	overflow: hidden;
}