/*** PRODUCT PAGE ***/
.user-add-cart:hover {
	cursor:pointer;
}
.single-product-head .actions .user-add-cart[data-enabled='false'] {
	cursor: wait;
}
.modal-add-to-cart .modal-actions .action .submit-modal {
	cursor: pointer;
}
.modal-add-to-cart .modal-actions .action .submit-modal:disabled {
	cursor: not-allowed;
}
.btn.notavailable:disabled {
	cursor: not-allowed;
	background-color: #8265a3;
	border-color: #8265a3;
}

.btn-info {
	cursor:pointer;
}
/*.single-product-compare .product-compare__col .content .list .item {
	white-space: nowrap;
}*/
.modal-add-to-cart .modal-content {
	height: 100vh;
}
@media (max-width: 575.98px){
    .c-es-mobile .level-number{
        margin-top:0rem;
        left: 2.3rem;
    }
    .c-es-mobile .circular-economy{
        margin-left: 0rem;
    }
    .c-es-mobile .ce-text.label-pdp-prefer{
	    margin-left: 2.5rem;
    }

    .single-product-head__content .c-es-mobile .ce-container{
        margin-top:-33px;
    }
}

@media (max-width: 1023.98px) and (min-width: 576px){
    .label-pdp-prefer {
        margin-top: -50px;
        font-size: 0.6rem;
        margin-left: 35px;
    }
    .circular-economy{
        margin-left: -10px;
    }
    .level-number{
        left: 2.15rem;
        margin-top: -23px;
    }
    .ce-anchor-section {
        margin-top: 18px;
    }
    .ce-container{
        margin-top: -35px;
        margin-left: -15px;
    }
    .ce-container .icon .ce-img{
        max-width:50px;
    }
}

@media (max-width: 812px){
    .single-product-head .options .option {
    margin-left:0px;
    }
}



@media screen and (max-width:1024px) {
	.modal-add-to-cart .modal-content {height: 100%;}
}
.single-product-head .price del.old {
	display: none;
}
.single-product-head.single-product-head--onsale .price del.old {
	display: inline-block;
}

/**** MODALS ****/
.modal-add-to-cart .configure-section>.title {
	text-transform: capitalize;
}
.edit-addon-modal {
	position: static;
}
.edit-addon-modal .modal-add-to-cart .modal-content {
	height: 100%;
	max-height: 100%;
}
.edit-addon-modal .modal-add-to-cart form>.row {
	max-height: 100%;
}

.edit-addon-modal .modal-add-to-cart .modal-body {
	max-height: 100%;
}
.edit-addon-modal .modal--full {
	min-height: 100%;
	max-height: 100%;
	position: static;
}

/**** ADDONS ****/
.product-addon .thumbnail {
	min-width: 145px;
}
.product-addon {
	position: relative;
}
.product-service .text {
	margin: 0 0 1rem;
}
.addon .option {
	margin: .75rem 0 1rem
}
.addon .option .label {
	display: none
}
.addon-active.addon .check, 
.addon .add-addon, 
.addon-active.addon .remove-addon {
	display: inline-block;
}
.addon .check, 
.addon-active.addon .add-addon, 
.addon .remove-addon {
	display: none;
}
.addon .check {
	position: absolute;
	top: 0;
	right: .5rem;
	width: 1.75rem;
	height: 2rem;
	background: #5738ff
}
.addon .check:after, 
.addon .check:before {
	content: "";
	position: absolute
}
.addon .check:before {
	width: .5rem;
	height: .4rem;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	top: .5rem;
	left: .65rem
}
.addon .check:after {
	bottom: 0;
	width: 0;
	height: 0;
	border: 1.175em solid transparent;
	border-top: none;
	border-bottom: .5rem solid #fff
}
.addon .option.addon-quantity {
	display: none;
}
.addon.addon-active .option.addon-quantity {
	display: block;
}
.addon .add-addon {
	color: #5738FF;
}
.addon .add-addon:hover {
	color: #fff;
}
.addon .actions {
	margin: 1rem 0;
}
.addon .remove-addon {
	color: #7f7f7f;
}

.single-product-head .actions .user-request-info {
	padding: .65rem 1.5rem .6rem;
	text-transform: uppercase;
	font-size: .6rem;
	font-weight: 700;
	line-height: .75rem;
	letter-spacing: .005rem;
	display: block;
	margin: 0 0 .5rem;
}
.single-product-head .actions .user-request-info.is-xway {
    background: #D025AB;
    border: 0.1rem solid #D025AB;
}
@media (min-width: 576px) {
	.single-product-head .actions .user-request-info {
		display: inline-block;
		margin: 0 1rem 0 0;
		padding: .65rem 2rem .6rem;
	}
}
@media (min-width: 576px) and (max-width: 1023.98px) {
	.single-product-head .actions .user-request-info {
		margin: 0 0 1rem .5rem;
	}
	.single-product-head .actions .user-request-info:first-child {
		margin-left: 0;
	}
}
@media (max-width: 575.98px) {
	.single-product-head__content .actions .user-request-info {
		min-width: 100%;
		margin-bottom: .75rem;
	}
	
}
.single-product-head .head-scroll .actions .buttons .user-request-info {
	display: block;
	min-width: 100%;
	margin: 0;
}

@media (min-width: 768px) {
	.single-product-head .head-scroll .actions .buttons .user-request-info {
		margin: 0 .5rem 0 0;
		min-width: 0;
		display: inline-block;
	}
}

@media (min-width: 576px) and (max-width: 1023.98px) {
	.single-product-head .head-scroll .actions .buttons .user-request-info {
		font-size: .6rem;
		line-height: .8rem;
		padding: .75rem 1.5rem .7rem;
		margin: 0;
	}
}

.selectr-container.form-group--error > div {
	color: #ff006e;
	border: solid 2px #ff006e;
}

.selectr-option.disabled {
	display: none;
}
label.check-label span.link {
	flex: none;
}
label.check-label span.link.edit {
	flex: 1;
}

.product-configuration-container{
	background: #ffe3e3;
	padding: 1rem;
	border: 1px dashed #fd0000;
	margin: .5rem;
	display: block;
}

.modal-add-to-cart.edit-addon-modal form > .row,
.edit-addon-modal{
	position: relative;
	overflow: unset;
	max-height: 100%;
}

.modal-add-to-cart.edit-addon-modal .modal-body{
	max-height: 100%;
}

.modal-add-to-cart.edit-addon-modal .configure-section label.check-label--link .link.cq-Editable-dom{
	width: auto;
	min-width: 300px;
	text-align: right;
}

.modal-add-to-cart--addon .product-service .product-service__content .title .cq-Editable-dom{
	width: 90%;
}

.product-service--addon .addon__thumbnail .enel-x-image,
.product-addon .thumbnail .enel-x-image {
	width: 100%;
}

.product-service--addon .product-service__thumbnail img{
	max-width: 100%;
}

.product-plusservices-accordion .product-service {
	margin-top: 30px;
}

@media ( min-width :576px) {
	.product-service__content .title {
		margin-bottom: 0.5rem;
	}
}

.cap-label{
    line-height : 1.3;
    font-weight : 600;
    color : #461E7D;
    margin-left : 10px;
}

.cap-section{
   margin-top: 25px;
   margin-left: 4px;
   margin-bottom: 15px;
}

.cap-section .icon-pin{
	width: 20px;
    height: 20px;

}

.cap-selection{
    line-height : 1.3;
    font-weight : 600;
    text-decoration : underline;
}

.single-product-head.is-xway .cap-selection{
    color: #D025AB;
}

.product-service .price del.old,
.addon .price del.old {
	display: none;
}
.product-service[data-promo="true"] del.old,
.addon[data-promo="true"] del.old,
.addon.single-product-head--onsale del.old {
	display: inline-block;
}
.product-service[data-promo="true"] .price,
.addon[data-promo="true"] .price,
.addon.single-product-head--onsale .price {
	color: #fd6600;
}
.product-service[data-promo="true"] .price del.old,
.addon[data-promo="true"] .price .old,
.addon.single-product-head--onsale .price .old {
	color: #b1b1b1;
}
.product-plusservices-accordion .addon[data-promo="true"] .price .old{
	color: #000;
}

@media ( min-width :576px) {
	.product-section {
		margin-bottom: 3rem
	}
}

@media ( max-width :575.98px) {
	.product-section .section-title[data-accordion-toggler] {
		font-size: .6rem;
		text-transform: uppercase;
		letter-spacing: .005em;
		line-height: .8rem;
		padding: 1rem 0;
		border-top: 1px solid rgba(0, 0, 0, .1);
		margin: 0
	}
	.product-section .section-title[data-accordion-toggler]:after {
		content: none
	}
	.product-section .section-title[data-accordion-toggler]:after,
	.product-section .section-title[data-accordion-toggler]:before {
		content: "";
		position: absolute;
		left: auto;
		bottom: auto;
		top: 1.2rem;
		right: .2rem;
		width: .6rem !important;
		height: .1rem;
		font-weight: 500;
		line-height: 1.3rem;
		font-size: 1rem;
		background: currentColor
	}
	.product-section .section-title[data-accordion-toggler]:after {
		transform: rotate(90deg)
	}
	.product-section .fk-accordion--open .section-title[data-accordion-toggler]:after
		{
		opacity: 0
	}
}

.tabs-product-price.tabs-container .tab_content{
	padding: 2rem 0;
}

.product-price-tabs .fk-spoiler .toload.not-max-height {
	max-height: 100%!important;
}

.tabs-product-price .inline-text-show-more a.show-more {
	position: relative;
	z-index: 9;
}

.tabs-product-price .info-tabs-price.row div:not(:last-child) {
	margin-bottom: 1rem;
}

.tabs-product-price.tabs-container .info-tabs-price.row{
	max-width: 100%;
}

.tabs-product-price.tabs-container ul.tabs{
	flex-wrap: wrap;
	display: flex;
}

.tabs-container ul.tabs {
	background-color: transparent !important;
}

.tabs-product-price.tabs-container .tabs-block {
	width: 100%;
	background: transparent;
}

.tabs-product-price.tabs-container .tabs-block.fixed {
	position: fixed;
	left: 0;
	top: 60px;
	right: 0;
	background: #fff;
	width: 100%;
	z-index: 99;
	padding: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-box-shadow: 0 0.1rem 0.5rem 0 rgba(0,0,0,0.1);
	box-shadow: 0 0.1rem 0.5rem 0 rgba(0,0,0,0.1);
}

.tabs-product-price.tabs-container ul.tabs .button-label {
	display: flex;
	align-items: center;
	padding: 0 30px;
	display: none;
}

.tabs-product-price.tabs-container ul.tabs.fixed .button-label {
	display: flex;
	width: auto;
	border: 1px solid rgba(0,0,0,.1);
}

.tabs-product-price.tabs-container ul.tabs.fixed .button-label .form-lead-button {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

.tabs-product-price.tabs-container .tab_container {
	width: 100%;
}

.tabs-product-price.tabs-container .question-tabs-wrap{
	max-width: 100%;
	margin: 0 auto;
}

.tabs-product-price.tabs-container ul.tabs.fixed {
	background-color: #fff;
}

.tabs-product-price.tabs-container .tabs li {
	color: #888;
	width: 50%;
	font-weight: 700;
	font-size: .55rem;
	padding: 10px 10px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 10px 10px 0 0;
	background: #fff;
}

.tabs-product-price.tabs-container ul.tabs li:hover {
	background-color: transparent;
	color: #5738ff;
}

.tabs-product-price.tabs-container ul.tabs li.active {
	background-color: #5738ff;
	color: #fff;
}

.tabs-product-price.tabs-container .tabs-block.fixed .tabs-content-button {
	display: block;
}
.tabs-product-price.tabs-container .tabs-block .tabs-content-button {
	display: none;
}

.tabs-product-price.tabs-container .tabs-content-image img {
	max-height: 5.5rem;
	background: #eee;
}

.tabs-product-price.tabs-container .tabs-block .tabs-content-text .text-content .title {
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: 700;
	margin: 0 0 .25rem;
}

.tabs-product-price.tabs-container .tabs-block .tabs-content-text .text-content .subtitle {
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 .25rem;
}

.tabs-product-price.tabs-container .tabs-block .tabs-content-text .text-content,
.tabs-product-price.tabs-container .tabs-block .tabs-content-image,
.tabs-product-price.tabs-container .tabs-block .tabs-content-button{
	display: none;
}

.tabs-product-price.tabs-container .tabs-block.fixed .tabs-content-button{
	margin: 0 auto;
}

.tabs-product-price.tabs-container .tabs-block.fixed .tabs-content-button .action{
	margin-top: 0px;
}

.tabs-product-price .tabs-block.fixed .tabs-content-button a.user-share {
	margin-top:0!important;
	padding: .63rem;
}

.tabs-product-price.tabs-container .enelx-features .container {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.tabs-product-price.tabs-container .enelx-features .features-full {
	padding: 0
}

.tabs-product-price.tabs-container .enelx-features .features-full h2.title {
	font-size: 1rem;
	text-align: left;
	text-transform: inherit;
}

.tabs-product-price.tabs-container .enelx-features .features-full .icon-account:before {
	color: #461e7d;
}

.tabs-product-price.tabs-container .fk-accordion {
	overflow: hidden;
}

.tabs-product-price.tabs-container .accordion-container .accordion-title[data-accordion-toggler] {
	text-transform: initial;
	font-size: .75rem;
}

.tabs-product-price.tabs-container .tabs-block.fixed .tabs li {
	padding: 10px 3%;
}

.tabs-product-price.tabs-container .features-full .feature {
	margin-bottom: 1.5rem;
}

.tabs-product-price .product-service__content .title {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tabs-product-price .product-service__content .specs-price{
	font-weight: 700;
	font-size: .6rem;
}

.tabs-product-price .product-service__content {
	padding: 0;
}

.tabs-product-price .inline-text-show-more > div, .tabs-product-price .inline-text {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

@media screen and (max-width:576px){
	.product-price-tabs.fk-accordion--open .fk-accordion--loaded:not(.fk-accordion--open) {
		max-height: 100%!important;
	}
	.product-price-tabs.fk-accordion.fk-accordion--loaded.fk-accordion--open {
		max-height: 100%!important;
	}
	.tabs-product-price.tabs-container .enelx-features {
		margin-top: 1.5rem;
	}
	.tabs-product-price .question-tabs-wrap .container.d-flex {
		width: 100%;
		margin: 0;
		padding: 0px;
		max-width: 100%;
	}
	.tabs-product-price .question-tabs-wrap .tabs-block.fixed .container.d-flex {
		padding: 10px;
	}
	.tabs-product-price.tabs-container .tabs-block.fixed{
		top: 50px;
	}
	.tabs-product-price.tabs-container .tabs-block.fixed .tabs-content-text {
		display: none;
	}
	.tabs-product-price.tabs-container .tabs-block .tabs-content-text {
		width: 100%;
		text-align: center;
	}
}

@media screen and (min-width:768px){
	.tabs-product-price .inline-text-show-more .fk-spoiler .toload {
		max-height: 4rem;
		transition: max-height .35s ease-out;
	}
	.tabs-product-price.tabs-container .tabs-block .tabs-content-text {
		display: block;
	}
	.tabs-product-price.tabs-container .tabs-block.fixed {
		top: 0px;
	}
	.tabs-product-price.tabs-container .tabs-block.fixed .tabs-content-text {
		padding: 0 15px;
	}
	.tabs-product-price.tabs-container .tabs-block.fixed .tabs-content-text .tabs {
		margin-top: 10px;
	}
	.tabs-product-price.tabs-container ul.tabs{
		flex-wrap: wrap;
	}
	.tabs-product-price.tabs-container .tabs li {
		width: auto;
		font-size: .75rem;
		padding: 10px 40px;
		margin-right: 10px;
	}
	.tabs-product-price.tabs-container .tabs-block.fixed .tabs li {
		padding: 10px 10px;
	}
	.tabs-product-price.tabs-container .tabs div.text-content {
		display: none;
	}
	.tabs-product-price.tabs-container .tabs.fixed div.text-content {
		width: 100%;
		display: block;
	}
	.tabs-product-price.tabs-container .tabs-block.fixed {
		padding: .75rem 0;
	}
	.tabs-product-price.tabs-container ul.tabs.fixed .button-label .form-lead-button {
		padding: 0;
	}
	.tabs-product-price.tabs-container .tabs-block.fixed .tabs-content-text .text-content,
	.tabs-product-price.tabs-container .tabs-block.fixed .tabs-content-image,
	.tabs-product-price.tabs-container .tabs-block.fixed .tabs-content-button{
		display: block;
	}
}

edit-bundle-modal {
	position: static;
}
.edit-bundle-modal .modal-add-to-cart .modal-content {
	height: 100%;
	max-height: 100%;
}
.edit-bundle-modal .modal-add-to-cart form>.row {
	max-height: 100%;
}

.edit-bundle-modal .modal-add-to-cart .modal-body {
	max-height: 100%;
}
.edit-bundle-modal .modal--full {
	min-height: 100%;
	max-height: 100%;
	position: static;
}

/**** bundleS ****/
.product-bundle .thumbnail {
	min-width: 145px;
}
.product-bundle {
	position: relative;
}
.product-service .text {
	margin: 0 0 1rem;
}
.bundle .option {
	margin: .75rem 0 1rem
}
.bundle .option .label {
	display: none
}
.bundle-active.bundle .check,
.bundle .add-bundle,
.bundle-active.bundle .remove-bundle {
	display: inline-block;
}
.bundle .check,
.bundle-active.bundle .add-bundle,
.bundle .remove-bundle {
	display: none;
}
.is-xway .bundle .check {
    background: #461e7d;
}
.bundle .check {
	position: absolute;
	top: 0;
	right: .5rem;
	width: 1.75rem;
	height: 2rem;
	background: #5738ff
}
.bundle .check:after,
.bundle .check:before {
	content: "";
	position: absolute
}
.bundle .check:before {
	width: .5rem;
	height: .4rem;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	top: .5rem;
	left: .65rem
}
.bundle .check:after {
	bottom: 0;
	width: 0;
	height: 0;
	border: 1.175em solid transparent;
	border-top: none;
	border-bottom: .5rem solid #fff
}
.bundle .option.bundle-quantity {
	display: none;
}
.bundle.bundle-active .option.bundle-quantity {
	display: block;
}
.bundle .add-bundle {
	color: #5738FF;
}
.bundle .add-bundle:hover {
	color: #fff;
}
.bundle .actions {
	margin: 1rem 0;
}
.bundle .remove-bundle {
	color: #7f7f7f;
}

.product-service .price del.old,
.bundle .price del.old {
	display: none;
}
.product-service[data-promo="true"] del.old,
.bundle[data-promo="true"] del.old,
.bundle.single-product-head--onsale del.old {
	display: inline-block;
}
.product-service[data-promo="true"] .price,
.bundle[data-promo="true"] .price,
.bundle.single-product-head--onsale .price {
	color: #fd6600;
}
.product-service[data-promo="true"] .price del.old,
.bundle[data-promo="true"] .price .old,
.bundle.single-product-head--onsale .price .old {
	color: #b1b1b1;
}
.product-plusservices-accordion .bundle[data-promo="true"] .price .old{
	color: #000;
}
