.campaign-text {
	color: #0ABEB4 !important;
}

.picker__box {
	padding: 1em !important;
}

.product-available {
	font-size: 15px !important;
	color: #0ABEB4 !important;
}

.product-available i {
	font-size: 11px !important;
	padding-right: 5px !important;
}

.product-out-of-stock {
	font-size: 15px !important;
	color: #DF0024 !important;
}

.product-out-of-stock i {
	font-size: 11px !important;
	padding-right: 5px !important;
}

.alert-box {
	font-size: 1rem !important;
}

dl#vmenu.accordion dd>.content {
	padding-top: 0px !important;
	padding-left: 0px !important;
}

dl#vmenu input[type=checkbox]:checked {
	background-color: #0ABEB4 !important;
}

dl#vmenu input[type="checkbox"] {
	display: inline !important;
	min-width: 18px !important;
}

dl#vmenu label {
	display: flex;
}

h4.product-name {
	min-height: 80px !important;
}

.showForMobile {
	display: none;
}

.hideForMobile {
	display: block;
}

.list-filter label {
	font-size: 1rem !important;
}

div.category-file label {
	font-size: 1.125rem !important;
	font-family: "acto_cttbook", "Helvetica Neue", "Helvetica", Helvetica,
		Arial, sans-serif !important;
	line-height: 1.4 !important;
}

ul.list-filter input[type="checkbox"] {
	margin-right: 8px !important;
}

.video-dialog-modal1, .video-dialog-modal2 {
	width: 80% !important;
	overflow-y: auto !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 50px !important;
	background-color: black !important;
}

@media only screen and (max-width: 48.063em) {
	.mobile-expand {
		width: 100% !important;
	}
	.alert-box {
		font-size: .8125rem !important;
	}
	.showForMobile {
		display: block;
	}
	.hideForMobile {
		display: none;
	}
	.video-dialog-modal1, .video-dialog-modal2 {
		width: 100% !important;
		height: 80vh !important;
	}
	.video-dialog-frame {
		height: auto !important;
	}
	#buttonBuyContainer {
		padding-bottom: 110px !important;
	}
}

@media only screen and (min-width: 20em) {
	.store-card .card-content {
		padding-top: 0rem !important;
	}
}

@media only screen and (max-width: 61.25em) {
	.basket-summary-notes {
		display: block !important;
	}
	.basket-content .basket-summary-notes-wrap {
		flex: 0 0 100% !important;
	}
	
	.sidebar {
		max-height: 100vh!important;
		overflow-y: auto!important;
	}
}

.nav-basket-wrap.open {
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s; /* Firefox < 16 */
	-ms-animation: fadein 1s; /* Internet Explorer */
	-o-animation: fadein 1s; /* Opera < 12.1 */
	animation: fadein 1s;
	-webkit-box-shadow: 10px 10px 8px #888888 !important;
	-moz-box-shadow: 10px 10px 8px #888888 !important;
	-ms-box-shadow: 10px 10px 8px #888888 !important;
	-o-box-shadow: 10px 10px 8px #888888 !important;
	box-shadow: 10px 10px 8px #888888 !important;
}

@
keyframes fadein {from { opacity:0;
	
}

to {
	opacity: 1;
}

}
div.basket-products {
	overflow-y: auto !important;
	max-height: 280px;
}

.card-list-view header {
	overflow: visible !important;
}

.card-list-view div.indicator-small-left-radius {
	transform: translate(0%, 595%) !important;
}

.itemsPerPageGroup {
	float: right;
}

.itemsPerPageGroup>label {
	display: inline-block;
	font-size: 1rem;
	margin-left: 1rem;
	padding-top: 12px;
}

.itemsPerPageGroup>select {
	margin-left: 8px;
}

.store-sidebar-filters.accordion.accordion-info dd>a {
	margin-left: 25px !important;
}

.parent-filter-check {
	transform: translateY(100%);
	float: left;
}

.basket-product-details-price-container {
	display: flex;
	align-items: center;
	padding-top: 2rem;
	align-items: center;
	justify-content: space-between;
}

.basket-product-details-price-container .basket-product-details-price-unit-value {
	margin-top: 0 !important;
	font-weight: 700 !important;
}

.basket-product-details-price-container .basket-product-details-pvp-value {
	margin-right: 1rem !important;
	color: #888 !important;
	font-size: 1.2rem !important;
	text-decoration: line-through 2px !important;
	-webkit-text-decoration-line: line-through !important;
	font-weight: 500 !important;
}

.basket-price-breakdown-amount-container .basket-price-breakdown-pvp {
	margin-right: 0.5rem !important;
	color: #888 !important;
	font-size: 0.8rem !important;
	text-decoration: line-through 2px !important;
	-webkit-text-decoration-line: line-through !important;
	font-weight: 500 !important;
}

.product-price {
	font-size: 1rem;
}

.product-old-price {
	color: #888 !important;
	text-decoration: line-through 2px !important;
	-webkit-text-decoration-line: line-through !important;
	font-weight: normal;
	text-align: end;
}

.product-price-container,
.product-card-price-container {
	display: flex;
}

.product-price-container .product-price.arrow-link,
.product-card-price-container .product-price.arrow-link {
	font-size: 1.2rem;
	width: auto;
}

.product-price-container .product-old-price,
.product-card-price-container .product-old-price {
	width: auto;
	margin-left: 1rem;
	font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.product-price-container p, .product-card-price-container p {
	margin-top: 0 !important;
}

.product-price-wrap .product-price-container {
	margin-right: 0;
	display: flex;
	margin-right: 2rem;
	align-items: end;
	justify-content: flex-start;
}

.product-price-container .old-price {
	margin-left: 1rem;
	color: #888 !important;
    text-decoration: line-through 2px !important;
    -webkit-text-decoration-line: line-through !important;
    justify-content: flex-start;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.basket-product-price-container {
	display: flex;
	align-items: center;
	padding-top: 0;
	align-items: center;
	justify-content: space-between;
}

.basket-product-old-price-value {
   margin-right: 0.5rem !important;
   color: #888 !important;
   font-size: 1rem !important;
   text-decoration: line-through 2px !important;
   -webkit-text-decoration-line: line-through !important;
}

.basket-summary-amount-container {
	display: flex;
	align-items: center;
	padding-top: 0;
	align-items: center;
	justify-content: space-between;
}


.basket-summary-amount-container .basket-summary-old-price {
	margin-right: 1rem !important;
	color: #888 !important;
	font-size: 1.375rem !important;
	text-decoration: line-through 2px !important;
	-webkit-text-decoration-line: line-through !important;
	font-weight: 500 !important;
}


@media only screen and (max-width: 61.25em) {	
   .basket-summary .basket-summary-old-price {
        font-size: 1rem !important;
   }
}

@media only screen and (max-width: 31.25em) {
	.product-card-price-container,
	.basket-product-details-price-container,
	.basket-product-price-container
	 {
		flex-direction: column !important;
	}
	
	.basket-product-details-price-container,
	.basket-product-price-container
	 {
		align-items: flex-end !important;
	}
	
	.product-card-price-container > *,
	.basket-product-details-price-container > *,
	.basket-product-details-price-container > .basket-product-details-pvp-value.basket-product-details-price-unit-value,
	.basket-product-price-container > * {
		margin-left: 0 !important;
   		margin-right: 0 !important;
	}
	
	.product-card-price-container .product-old-price {
		text-align: start;
		margin: 0;
	}
	
	.product-card-price-container .product-price.arrow-link {
		margin: 0;
	}
}

.reveal-modal {
	top: 40px !important;
}

@media only screen and (max-width: 48.063em){
 .reveal-modal {
        top: 0px !important;
    }
}	

.basket-product-ref--campaign-text {
	transform: translateY(-0.2rem) !important;
	font-size: 0.9rem !important;
	color: #0ABEB4 !important;
}