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


 #cdpcp-fake-miniatures,.cdpcp{
	display:none;
}

.cdpcp{
	bottom:0;
	direction:ltr !important;
	max-width:100%;
	position:fixed;
	right:10px;
	width:auto;
	z-index:999;
	background: #f7f7f7;
	color: black;
}

@media (min-width: 768px) {
	.cdpcp{
		bottom:10%;
	}
}

.cdpcp-options-header .breadcrumb {
	margin: 0;
}

.cdpcp-table-actions__btn {
	text-transform: none;
}

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

.cdpcp__compare-info--active-btn .cdpcp__compare-info-text,
.cdpcp__compare-info-btn {
	display: none;
}

.cdpcp__compare-info-text,
.cdpcp__compare-info--active-btn .cdpcp__compare-info-btn {
	display: block;
	font-size: 12px;
}

.cdpcp__compare-info {
	width: 145px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/*border-left: 1px solid #eaeaea;*/
	padding: 0 10px;
}

.cdpcp__compare-info-btn {
	width: 100%;
	text-align: center;
}


.cdpcp__menu{
	border-left:1px solid transparent;
	border-top:1px solid transparent;
	float:left;
	height:100%;
	position:relative;
	-webkit-transition:border-radius .3s;
	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{
	-webkit-transition:opacity .3s;
	transition:opacity .3s;
}

.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{
	padding: 10px 0 10px 10px;
	vertical-align:top;
	white-space:nowrap;
}

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

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

.cdpcp__item{
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
	width:60px;
	position: relative;
}

.cdpcp-slideout__remove {
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 9px;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 50%;
	border: 0;
	padding: 0;
	padding: 0;
}

.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;
	-webkit-box-shadow:none;
	        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:29px
	}
}

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

.cdpcp-item__image,.cdpcp-slideout__image{
	overflow:hidden;
}

.cdpcp-slideout__image{
	display:block;
	height:200px;
	margin:0 auto 15px;
	max-width:100%;
}

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

.cdpcp__item:hover {

}


.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--add .cdpcp-compare-btn__text--add,
.cdpcp-compare-btn--remove .cdpcp-compare-btn__text--remove {
	display: inherit;
}

.cdpcp-compare-btn__icon,
.cdpcp-compare-btn__text {
	display:none;
}
.cdpcp-compare-modal__dialog{
	max-width:95%;
	width:1200px;
}

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

.cdpcp-table-actions__btn {
    font-size: 11px;
	font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.cdpcp-table-actions__btn:hover,
.cdpcp-table-actions__btn:active,
.cdpcp-table-actions__btn:focus {
    text-decoration: none;
}

.highlight-btn__icon-check {
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	position: relative;
}

.cdpcp-table-actions__btn-icon {
	position: absolute;
	top: 0;
	left: 0.25em;
	color: #6b30c4;
	font-size: 16px;
	z-index: 1;
}


.cdpcp-highlight-btn.active .cdpcp-table-actions__btn-icon {
	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 {
	min-width: 800px;
}

@media (min-width: 768px) {
    .cdpcp-table {
        min-width: 1200px;
    }
}

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

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


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


.cdpcp-table{
	page-break-inside:auto;
	table-layout:fixed;
    border-bottom: 1px solid #f7f7f7;
}

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

.cdpcp-table.table th,
.cdpcp-table.table td {
	border: 0;
	padding: 5px;
}

@media (min-width: 576px) {
	.cdpcp-table.table th,
	.cdpcp-table.table td {
		padding: 30px 25px;
	}
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f7f7f7;
}

@media (min-width: 576px) {
    .table-striped tbody tr:nth-of-type(odd) .cdpcp-table__feature-cell {
        padding: 30px 25px;
    }
}

.cdpcp-table.table .cdpcp-table__feature-cell--name,
.cdpcp-table.table .cdpcp-table__header-cell--empty{
	overflow:hidden;
	text-overflow:ellipsis;
	width: 25%;
	border-right: 1px solid #f7f7f7;
    text-align: left;
    font-size: 12px;
	font-weight: 600;
    text-transform: uppercase;
}

.table th.cdpcp-table__header-cell--quantity {
    vertical-align: top;
}

.table th.cdpcp-table__header-cell {
    border: 1px solid #f7f7f7;
}

.table th.cdpcp-table__feature-cell {
    border-left: 1px solid #f7f7f7;
}

.table td.cdpcp-table__feature-cell {
    border-right: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
}


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

.cdpcp-table__header-cell--product{
	width: 25%;
}

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

.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:700;
	display:block;
}

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


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

.cdpcp-table__product-link{
	display:block;
}

.cdpcp-table__product-link:hover{
	opacity:.8;
}

.cdpcp-table__product-link:active{
	opacity:.6;
}

.cdpcp-table__img{
	border-radius:4px;
	max-width:100%;
}

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

.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__feature-row{
	outline:1px solid transparent;
	page-break-inside:avoid;
	page-break-after:auto;
	-webkit-transition:outline .3s;
	transition:outline .3s;
}

.cdpcp-table__feature-row:last-child{
    border-bottom: 1px solid #f7f7f7;
}

.cdpcp-table__feature-cell{
	text-align: center;
    font-size: 12px;
	font-weight: 600;
    text-transform: uppercase;
}

.cdpcp-table .cdpcp-table__feature-cell {
	padding: 10px 35px;
}

@media (min-width: 1360px) {
	.cdpcp-table .cdpcp-table__feature-cell--name {
		padding-left: 3.125rem;
	}
}

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

.cdpcp-social-block{
	border-radius:4px;
	cursor:pointer;
	margin:0 auto;
	padding:10px;
	text-align:center;
	-webkit-transition:background .3s;
	transition:background .3s;
	width:150px;
}

.cdpcp-social-block:hover{
	background:rgba(0, 0, 0, .1);
}

.cdpcp-print-logo{
	max-height:200px;
	max-width:200px;
}

@-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 );
	}
}

.cdpcp-table .product-miniature {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0;
	max-width: 300px;
	margin: 0 auto 10px !important;
}
