
/* Shop-Artikel-Komponente */

.item-label {
    color: black !important;
    text-decoration: unset;
}

.item-image {
    min-width: 100px;
    min-height: 60px;
    max-width: 200px;
    max-height: 200px;
}

.item-image-placeholder {
    min-width: 100px;
    min-height: 100px;
    background-color: transparent;
}

.item-text {
    color: black !important;
    text-decoration: unset;
}

.item-price-text {
    font-size: 25px;
    font-weight: 600;
    bottom: 0px;
    margin-right: 10px;
}


.item-price-container {
    margin-top: 50px;
    position: relative;
    text-align: right;
}

.item-text-container {
    padding: 10px;
}

.manufacturer-image {
    max-width: 150px;
    max-height: 50px;
    float: right;
    object-fit: cover;
}

.manufacturer-image-placeholder {
    min-width: 50px;
    min-height: 30px;
    background-color: transparent;
    float: right;
}

.add-to-cart-button {
    margin-top: -10px;
}

.remove-from-cart-button {
}

/* Warenkorb-Artikel-Komponente */

.basketitem-label {
    color: black !important;
    text-decoration: unset;
}

.basketitem-image {
    min-width: 50px;
    min-height: 50px;
    max-width: 100px;
    max-height: 80px;
    background-color: lightblue;
}

.basketitem-image {
    min-width: 50px;
    min-height: 50px;
    background-color: transparent;
}

.basketitem-text {
    color: black !important;
    text-decoration: unset;
}

.basketitem-price-text {
    font-size: 18px;
    font-weight: 500;
    bottom: 0px;
    margin-right: 10px;
}

.basketitem-amount-input {
    font-size: 18px;
    max-width: 100px;
}

.basketitem-text-container {
    padding: 3px;
}

.basket-container {
    display: inline-block;
    min-width: 100px;
    min-height: 50px;
    margin-top: 2rem;
    margin-right: 2rem;
    text-align: right;
}


/* Artikel-Details-Komponente */

.item-detail-label {
    color: black !important;
    text-decoration: unset;
    font-size: 22px;
    font-weight: 500;
}

.item-detail-image {
    min-width: 100px;
    min-height: 60px;
    max-width: 500px;
    max-height: 300px;
    width:100%;
}

.item-detail-image-small {
    min-width: 10px;
    min-height: 10px;
    max-width: 100px;
    max-height: 100px;
}

.item-detail-image-placeholder {
    min-width: 100px;
    min-height: 100px;
    max-width: 500px;
    max-height: 300px;
    background-color: transparent;
}

.item-detail-text {
    color: black !important;
    text-decoration: unset;
    font-size: 18px;
}

.item-detail-price-text {
    font-size: 38px;
    font-weight: 600;
    bottom: 0px;
    margin-right: 10px;
}

.item-detail-price-container {
    margin-top: 50px;
    position: relative;
    text-align: right;
}

.item-detail-text-container {
    padding: 10px;
}

.item-detail-manufacturer-image {
    max-width: 150px;
    max-height: 80px;
    float: right;
    object-fit: cover;
}

.item-detail-manufacturer-image-placeholder {
    min-width: 100px;
    min-height: 50px;
    max-width: 150px;
    max-height: 80px;
    background-color: transparent;
    float: right;
}


.item-detail-add-to-cart-button {
    margin-top: -30px;
    height: 60px;
    width: 60px;
}

.item-details-add-to-cart-icon {
    font-size: 30px;
}

/*Shop*/

.search-clear-btn {
    float: right;
    margin-top: -37px;
    border: none !important;
    position:absolute;
    right:35px;
}

.gotoorder-button {
    margin-top: 10px;
}

.gotoorder-icon {
    font-size: 20px;
    margin-right: 5px;
}

.gotoorder-btn-text {
    font-size: 18px;
}

.finishorder-container {
    text-align: right;
}

.basket-sum {
    font-size: 28px;
    font-weight: 600;
}


.shop-manufacturer-image {
    vertical-align: top !important;
    margin-top: 5px;
    margin-left: 15px;
    max-height: 50px;
    object-fit: cover;
    margin-bottom: 10px;
}

.price-category-container {
}

.pricecategory-text {
}

.pricecategory-text-a {
    color: white;
    background-color: purple;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricecategory-text-e {
    color: white;
    background-color: orangered;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricecategory-text-j {
    color: white;
    background-color: #008146;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricecategory-text-m {
    color: white;
    background-color: #002dbe;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricecategory-text-n {
    color: white;
    background-color: green;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricecategory-text-o {
    color: white;
    background-color: green;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricecategory-text-s {
    color: white;
    background-color: #002dbe;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricecategory-text-t {
    color: white;
    background-color: green;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricecategory-text-v {
    color: white;
    background-color: green;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricecategory-text-w {
    color: white;
    background-color: green;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pricecategory-text-z {
    color: white;
    background-color: darkred;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.manufacturer_link{
    cursor: pointer;
}

.noitems-container{
    text-align:center;

}

.noitems-title{
    color:darkblue;
    font-size:22px;
}

.noitems-hint {
    color:dimgray;
}
