:root {
	--cart-gray: #92abbe;
	--cart-blue: #33414e;
}
.x-features-shopping-cart {
	padding-right: 25px;
	position: relative;
}
.x-features-shopping-cart a {
	font-size: 16pt;
	color: var(--cart-gray);
	text-decoration: none;
}
.x-features-shopping-cart a:hover,
.x-features-shopping-cart.active a {
	color: var(--cart-blue);
}
.x-features-shopping-cart .badge.cart-count {
	position: absolute;
    top: 13px;
    right: 8px;
    font-size: 8pt;
    font-weight: normal;
    padding: 0px 5px;
}
.x-features-shopping-cart .cart-preview {
	display: none;
	position: absolute;
    top: 50px;
    min-width: 400px;
    right: -20px;
    z-index: 3;
    -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
    background: #FFF;
    line-height: initial;
}
.x-features-shopping-cart.active .cart-preview {
	display: block;
}

.x-features-shopping-cart .cart-preview .cart-title {
	font-size: 14pt;
	padding: 10pt 0;
	margin-bottom: 10pt;
}
.x-features-shopping-cart .cart-preview .cart-btn {
	margin-top: 10px;
	padding:5px 15px;
	color: #fff;
}

.x-features-shopping-cart .cart-preview .cart-action-btn {
	font-size: 10pt;
	height: auto;
	line-height: normal;
}

.table.cart-table {
	margin-bottom: 0;
}
.table.cart-table tr.heading {}
.table.cart-table tr.heading td {
	background: #f5f5f5;
}
.table.cart-table tr td {
	font-size: 9pt;
}

.cart-input-group {}
.cart-input-group input.cart-input {
	padding: 1px 5px;
    height: auto;
    text-align: center;
}

.wd-max-content {
	width: max-content;
}


button.selectpicker > span.filter-option > div.pretty-display div {
	display: inline-block;
	padding-right: 5px;
}

.min-ht-175 {
	min-height: 175px;
}
.min-ht-183 {
	min-height: 183px;
}
.min-ht-190 {
	min-height: 190px;
}
.min-ht-146 {
	min-height: 126px;
}
.min-ht-97 {
	min-height: 97px;
}
.min-ht-255 {
	min-height: 255px;
}

.buttons-in-de {
	height: 18px;
    width: 25px;
    background: transparent;
    border: 1px solid #dcdcdc;
    margin-right: -1px;
    color: #a9a9a9;
    line-height: 1;
    font-size: 9pt;
}
.buttons-in-de:hover {
	background: #f4f4f4;
    color: #000;
}

div.disabled {
	color: #d0d0d0;
}

.text-wrap {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #17a2b8;
}
.splide__arrow--prev {
    left: -2.4em;
}
.splide__arrow--next {
    right: -2.4em;
}