.payment-methods {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;

    img {
        max-height: 35px;
    }
}

.footnote-vat {
    color: #333;
    margin-top: 5px;
    font-size: 0.8rem;
}

.product-list-meta-info {
    font-size: 0.7rem;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #00355f;
    height: 15px;
}


span.first-price {
    font-weight: 700;
    font-size: 1.25rem;
    color: #000;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
}

.inner-wrapper-sticky {

    z-index: 999;
}

.slick-track {
    margin-left: 0;
}


.content-cats-small {
    display: flex;
    flex-wrap: wrap;
    margin: -.5rem;
    flex-direction: row;
}

.cat-card {
    flex: 1 0 160px; /* min-Breite 160 px, wächst bis Platz voll */
    max-width: 205px;
    margin: .25rem;
}

.cat-card a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: .35rem;
    background: #fff;
    text-decoration: none;
    transition: box-shadow .15s linear;
}

.cat-card a:hover {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.cat-img {
    flex: 0 0 60px;
    height: 60px;
    margin-right: .5rem;
}

.cat-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cat-title {
    font-size: .80rem;
    font-weight: 500;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.checkout-payment-method {
    margin-bottom: 0.25rem;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 8px 20px;
}

.checkout-payment-method .custom-control {
    width: 100%;
}


.checkout-payment-method label {
    width: 100%;
}

.checkout-payment-method .checkout-payment-method-badge {
    float: none !important;
}

.checkout-payment-method .title {
    font-weight: 700;
}

.img-sm {
    width: 70px;
}

div#za_ppc_card_img {
    display: none !important;
}

.checkout-payment-method .checkout-payment-method-badge {
    margin-left: 0 !important;;
    font-size: 12px;
}


body {
    background-color: #fff !important;
}

.checkout-payment-method {
    margin-bottom: 0.25rem;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 8px 20px;
}

.checkout-payment-method .custom-control {
    width: 100%;
}


.checkout-payment-method label {
    width: 100%;
}

.checkout-payment-method .checkout-payment-method-badge {
    float: none !important;
}

.checkout-payment-method .title {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.img-sm {
    width: 70px;
}

div#za_ppc_card_img {
    display: none !important;
}

.checkout-payment-method .checkout-payment-method-badge {
    margin-left: 0 !important;;
    font-size: 12px;
    color: #666;
}

.content-cats-small .sub-categories {
    justify-content: flex-start;
}

.subcategories-image img {
    height: 150px;
    object-fit: contain;
}


nav .nav-link {
    color: #414141 !important;
    font-size: 15px;
    font-weight: 600;
}

.col.product-wrapper.col-sm-6.col-md-4.col-xl-3.col-6 {
    border-right: 1px solid #eee;
}

#product-list .product-wrapper:nth-child(3n) {
    border-right: 0 !important;
}

@media (max-width: 768px) {
    #product-list .product-wrapper:nth-child(2n) {
        border-right: 0 !important;
    }
}

@media (max-width: 1300px) {
    #product-list .product-wrapper:nth-child(3n) {
        border-right: 0 !important;
    }
}

.productbox-title .text-clamp-2 {
    margin: 0.5rem 0;
    text-decoration: none !important;
    font-weight: 500;
    font-weight: 0.9rem;
    color: #010101;
}

header {
    box-shadow: none;
}

@media (min-width: 1300px) {
    .container {
        max-width: 103.125rem !important;
    }
}

span.manufacturer-text {
    font-size: 13px;
    line-height: 26px;
}

.opc-product-slider .product-wrapper {
    border-right: 1px solid #eee;
}

.opc-product-slider a {
    text-decoration: none;
}

.item-slider-desc.text-clamp-2 {

    font-weight: 600;
    margin-bottom: .25rem;
}

