/**
 * NOTICE OF LICENSE
 *
 * ---------------------------------------------------
 *
 *  @author    : CD Presta <cdpresta@gmail.com>
 *  @copyright : 2016-2019
 *  @license   : Commercial License
 *  @version   : 2.3.7
 * ---------------------------------------------------
 */

.cdpcp-slideout__buttons:after,.cdpcp-slideout__buttons:before{
	content:" ";
	display:table;
}

.cdpcp-slideout__buttons:after{
	clear:both;
}

[class*=" cdpcp-icon-"],[class^=cdpcp-icon-]{
	display:inline-block;
	fill:currentColor;
	height:1em;
	stroke:currentColor;
	stroke-width:0;
	width:1em;
}

.btn [class*=" cdpcp-icon-"],.btn [class^=cdpcp-icon-]{
	margin-right:.2em;
	margin-top:-.2em;
	vertical-align:middle;
}

.cdpcp{
	bottom:0;
	direction:ltr !important;
	display:none;
	height:81px;
	max-width:100%;
	position:fixed;
	right:0;
	width:auto;
	z-index:9996;
}

.cdpcp *{
	box-sizing:border-box;
}

.cdpcp .cdpcp-menu-number{
	display:none;
}

.cdpcp__menu{
	border-left:1px solid transparent;
	border-top:1px solid transparent;
	float:left;
	height:100%;
	position:relative;
	transition:border-radius .3s;
	width:46px;
}

.cdpcp-menu__button{
	cursor:pointer;
	display:inline-block;
	height:100%;
	position:relative;
	width:100%;
}

.cdpcp-menu__button:hover{
	opacity:.8;
}

.cdpcp-menu__button:active{
	opacity:.6;
}

.cdpcp-menu-icon,.cdpcp-menu-number{
	font-family:Arial,sans-serif;
	font-size:40px;
	height:38px;
	left:50%;
	line-height:1;
	margin:-19px 0 0 -10px;
	position:absolute;
	top:50%;
	transition:opacity .3s;
	width:20px;
}

.cdpcp--collapsed .cdpcp-menu-number{
	display:block;
}

.cdpcp--collapsed .cdpcp-menu-icon{
	display:none;
}

.cdpcp--collapsed .cdpcp__menu{
	border-top-left-radius:4px;
}

.cdpcp--collapsed .cdpcp__items-wrapper{
	display:none;
}

.cdpcp__backdrop{
	background:rgba(0, 0, 0, .6);
	bottom:0;
	display:none;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:9997;
}

.cdpcp__items-wrapper{
	border-left:1px solid transparent;
	border-top-left-radius:4px;
	border-top:1px solid transparent;
	float:left;
	padding:10px 7.5px 10px 15px;
	vertical-align:top;
	white-space:nowrap;
	width:calc(100% - 46px);
}

.cdpcp__items{
	overflow-x:auto;
	overflow-y:hidden;
}

@media (min-width:480px){
	.cdpcp__items{
		width:100%
	}
}

.cdpcp__item{
	display:inline-block;
	height:60px;
	margin-right:7.5px;
	vertical-align:middle;
	width:60px;
}

.cdpcp__slideout{
	border-top:1px solid transparent;
	bottom:0;
	display:none;
	left:0;
	padding:15px;
	position:fixed;
	right:0;
	z-index:9998;
}

.cdpcp__item--active .cdpcp__slideout,.cdpcp__menu--active .cdpcp__slideout{
	display:block;
}

.cdpcp-slideout__close{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:transparent;
	border:0;
	box-shadow:none;
	cursor:pointer;
	display:block;
	font:normal 28px/21px Arial,Baskerville,monospace;
	overflow:visible;
	outline:none;
	padding:10px;
	position:absolute;
	right:0;
	text-align:center;
	text-decoration:none;
	top:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.cdpcp-slideout__inner{
	margin:0 auto;
	max-width:470px;
	width:100%;
}

.cdpcp-slideout__title{
	clear:both;
	display:block;
	font-size:24px;
	font-weight:600;
	line-height:1;
	margin-bottom:7.5px;
	padding-bottom:7.5px;
	text-align:center;
	white-space:normal;
}

@media (min-width:480px){
	.cdpcp-slideout__title{
		font-size:36px
	}
}

.cdpcp-compare-now{
	margin-bottom:20px;
}

.cdpcp-slideout__button{
	border:1px solid transparent;
	border-radius:4px;
	cursor:pointer;
	display:block;
	font-weight:600;
	padding:15px;
	text-decoration:none;
	text-align:center;
	transition:opacity .3s;
	white-space:normal;
	width:100%;
}

.cdpcp-slideout__button:active,.cdpcp-slideout__button:focus,.cdpcp-slideout__button:hover{
	text-decoration:none !important;
}

.cdpcp-slideout__button:active,.cdpcp-slideout__button:focus{
	outline:0;
	text-decoration:none;
}

.cdpcp-slideout__button:hover{
	opacity:.8;
}

.cdpcp-slideout__button:focus{
	opacity:.7;
}

.cdpcp-slideout__button:active{
	opacity:.6;
}

.cdpcp-slideout__button+.cdpcp-slideout__button{
	margin-top:7.5px;
}

.cdpcp-item__image,.cdpcp-slideout__image{
	border-radius:4px;
	overflow:hidden;
}

.cdpcp-slideout__image{
	display:block;
	margin:0 auto 15px;
}

.cdpcp-item__image{
	cursor:pointer;
	float:right;
	max-width:100%;
}

.cdpcp-item__image:hover{
	opacity:.7;
}

.cdpcp-compare{
	padding:13px 19px 0;
}

.cdpcp-compare__button{
	font-weight:600;
	color:#777676;
	cursor:pointer;
}

.cdpcp-compare__button:hover{
	color:#000;
}

.cdpcp-compare__button:before{
	content:"\f067";
	display:inline-block;
	font-family:FontAwesome;
	margin-right:3px;
}

.cdpcp-compare__button.checked:before{
	content:"\f068";
}

.cdpcp-compare-now{
	margin:1rem 0;
}

.cdpcp-compare-btn{
	max-width:300px;
	position:relative;
	width:100%;
	z-index:1;
}

.cdpcp-compare-btn--above-list{
	margin-bottom:.5rem !important;
}

.cdpcp-compare-btn--below-list{
	margin-bottom:1.5rem !important;
}

.product-information .cdpcp-compare-btn{
	display:block;
	float:none;
	margin: 4px 0;
	width:auto;
}

.cdpcp-compare-btn--add .cdpcp-compare-btn__icon--add,.cdpcp-compare-btn--add .cdpcp-compare-btn__text--add,.cdpcp-compare-btn--loading .cdpcp-compare-btn__icon--loading,.cdpcp-compare-btn--remove .cdpcp-compare-btn__icon--remove,.cdpcp-compare-btn--remove .cdpcp-compare-btn__text--remove{
	display:inline;
}

.cdpcp-compare-btn--loading .cdpcp-compare-btn__icon--add,.cdpcp-compare-btn--loading .cdpcp-compare-btn__icon--remove,.cdpcp-compare-btn__icon,.cdpcp-compare-btn__text{
	display:none;
}

.cdpcp-compare-btn--loading .cdpcp-compare-btn__icon{
	-webkit-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
}

.cdpcp-compare-modal__dialog{
	max-width:95%;
	width:1200px;
}

.cdpcp-compare-modal__dialog .modal-body{
	padding:25px;
}

.cdpcp-highlight-btn.active .highlight-btn__icon--inactive,.cdpcp-highlight-btn .highlight-btn__icon--active{
	display:none;
}

.cdpcp-highlight-btn.active .highlight-btn__icon--active{
	display:inline-block;
}

.cdpcp-table-card{
	margin-top:2rem;
}

@media only print{
	.cdpcp-saved-comparison-msg{
		display:none
	}
}

.cdpcp-table-wrapper{
	-webkit-overflow-scrolling:touch;
	padding:1px;
	-webkit-transform:translateZ( 0 );
	transform:translateZ( 0 );
}

@media only print{
	.cdpcp-table-wrapper{
		overflow:hidden !important
	}
}

.cdpcp-table-actions{
	float:right;
}

@media only print{
	.cdpcp-table-actions{
		display:none !important
	}
}

.cdpcp-table-actions__btn{
	font-size:12px;
	padding:4px 12px;
}

.cdpcp-table-actions__btn+.cdpcp-table-actions__btn{
	margin-left:5px;
}

.cdpcp-table{
	page-break-inside:auto;
	table-layout:fixed;
}

.cdpcp-table thead{
	display:table-header-group;
}

.cdpcp-table__feature-cell--name,.cdpcp-table__header-cell--empty{
	overflow:hidden;
	text-overflow:ellipsis;
	width:10rem;
}

@media (max-width:767px){
	.cdpcp-table__feature-cell--name,.cdpcp-table__header-cell--empty{
		display:none !important
	}
}

.cdpcp-table__header-cell--product{
	text-align:center;
	width: 240px;
}

@media only print{
	.cdpcp-table__header-cell--product{
		width:auto
	}
}

.btn-comparison {
    color: rgb(255, 255, 255);
    background: #6a5f5f;
    border: none;
    cursor: pointer;
    padding: 0px 12px;
    border-radius: 0;
    line-height: 22px;
}

.cdpcp-highlight, .cdpcp-highlight > *, .cdpcp-highlight a{
    background-color: #6a5f5f !important;
    border: none !important;
    color: #fff !important;
}

.btn-comparison:hover {
	text-decoration: underline;
}

.cdpcp-table__cell--current-product{
	background:rgba(255, 235, 59, .05);
}

.cdpcp-table__header-cell.cdpcp-table__header-cell--product{
	vertical-align:top;
}

.cdpcp-table__product-inner{
	position:relative;
}

.cdpcp-table__cell-mobile-header{
    font-weight: 500;
    margin-bottom: 2px;
	display:block;
}

.btn-comparison i {
	padding-right: 4px;
}

@media (min-width:768px){
	.cdpcp-table__cell-mobile-header{
		display:none
	}
}

#cdpcp-table .btn-primary {
	width: 230px;
	padding: 10px;
}

@media (max-width:1199px){
	#cdpcp-table .btn-primary {
		width: 210px;
		padding: 10px;
	}
}


.cdpcp-table__delete{
	z-index:1;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #514848;
}

.cdpcp-ref-product {
    display: block;
    margin: 3px 0 1px;
	font-weight: 400;
    font-size: 12px;
}

@media only print{
	.cdpcp-table__delete{
		display:none
	}
}

.template_content .cdpcp-table__product-link {
	color: #514848;
    margin-top: 14px;
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-family: "Asap Condensed";
}

.cdpcp-add-to-cart {
    margin: auto;
    font-size: 13px;
    white-space: nowrap;
    border-bottom: 2px solid #859213;
    color: #fff;
    background: #abbc10;
    padding: 9px 12px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    margin-bottom: 2px;
    width: 190px;
}

.cdpcp-add-to-cart:hover {
    background: #9fad1a;
    transition: 0.2s;
    text-decoration: none;
}

.cdpcp-table__img{
	max-width:100%;
	height: auto;
}

.cdpcp-table__add-cart,.cdpcp-table__desc,.cdpcp-table__name,.cdpcp-table__quickview{
	margin: 0;
}

.cdpcp-table__add-cart {
	margin-bottom: 8px;
	margin-top: 6px;
}

.cdpcp-table__add-cart{
	margin-left:auto;
	margin-right:auto;
}

.cdpcp-table__add-cart,.cdpcp-table__variants .variant-links>*{
	display:inline-block;
}

@media only print{
	.cdpcp-table__add-cart,.cdpcp-table__quickview,.cdpcp-table__variants{
		display:none !important
	}
}

.cdpcp-table__name{
	text-align:center;
}

.cdpcp-table__desc>:last-child{
	margin-bottom:0;
}

.cdpcp-table__desc p {
	padding: 0;
    margin: 5px 5px 0;
    font-size: 11px;
    line-height: 18px;
}

.cdpcp-table__feature-row{
	outline:1px solid transparent;
	page-break-inside:avoid;
	page-break-after:auto;
	transition:outline .3s;
}

.cdpcp-table__feature-cell{
	text-align: left;
}

.cdpcp-table__feature-trash {
	text-align: center;
}

.cdpcp-table__prices .aeuc_from_label {
	font-size: 13px;
}

.cdpcp-table__feature-cell--name {
	text-align:left;
}

.cdpcp-table__prices>*{
	display:inline-block;
}

.cdpcp-table .discount-percentage{
	background:#f39d72;
	box-shadow:2px 2px 11px 0 rgba(0, 0, 0, .1);
	color:#fff;
	font-size:1rem;
	font-weight:600;
	margin:0 .4375rem;
	min-height:1.875rem;
	min-width:3.125rem;
	padding:.3125rem .4375rem;
	text-transform:uppercase;
	z-index:2;
}

.cdpcp-table .regular-price{
	color:#acaaa6;
	font-size:.875rem;
	text-decoration:line-through;
}

.cdpcp-cart-modal .modal-dialog{
	margin:0 auto;
	max-width:100%;
	width:22rem;
}

.cdpcp-compare-btn {
	background: none;
	border: none;
	border-radius: 0px;
	font-family: "Heebo";
	color: #514848;
	font-size: 13px;
	font-weight: 400;
	padding: 0;
	text-transform: initial;
	cursor: pointer;
}

.cdpcp-compare-btn:hover, .cdpcp-compare-btn:focus, .cdpcp-compare-btn:active, .cdpcp-compare-btn:active.focus {
	background-color: initial !important;
	text-decoration: initial;
}

.cdpcp-compare-btn span.acces-rapide-comparateur i {
	font-size: 11px;
}

@-webkit-keyframes spin{
	0%{
		-webkit-transform:rotate( 0deg );
		transform:rotate( 0deg );
	}

	to{
		-webkit-transform:rotate( 359deg );
		transform:rotate( 359deg );
	}
}

@keyframes spin{
	0%{
		-webkit-transform:rotate( 0deg );
		transform:rotate( 0deg );
	}

	to{
		-webkit-transform:rotate( 359deg );
		transform:rotate( 359deg );
	}
}
