/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

 .text-clamp-2 {
    -webkit-line-clamp: 3 !important;
}

.price_label.price_on_application {
    color: #00A2DF;
    cursor: pointer;
}

.productbox-inner .productbox-title {
    min-height: 5rem;
}

/* startseite */

.notebooks-startscreen, .macbooks-startscreen, .smartphones-startscreen, .tablets-startscreen {
    cursor: pointer;
}

.manufacturer-item {
    cursor: pointer;
}

.swatches-selected.text-success {
    color: #000000 !important;
    font-weight: bold;
}
.variation-name {
    margin-bottom: 0;
}
.variation-badge {
    color: #00A2DF;
}
.swatches-image {
    height: 170px;
    width: 125px;
    padding: 5px;
}

.ppc-message.product {
    padding-left: 0;
    padding-right: 0;
}

.register-form-checkbox {
	display: inline;
}
.register-form-checkbox .custom-control.custom-checkbox.custom-control-inline {
    padding-top: 0.3rem;
    margin-right: 0rem;
}
.inline-heading {
	display: inline;
}
.dropdown-menu .dropdown-body img {
width: 100%;
height: 95px;
object-fit: cover;
object-position: 50% 50%;
}
