.product-bundle-container {
    background:#f7eee8;
    padding:20px 25px;
}

.product-bundle-container h3 {
    font-weight:600;
    font-size:18px;
}

.bundle-list .bundle-row {
    padding-top:12px;
    padding-bottom:12px;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}

.bundle-list .bundle-row:not(:last-of-type) {
    border-bottom:1px solid #e4d7cf;
}

/* Ikona šipky vpravo */
.bundle-quantity, 
.bundle-quantity * {
    font-size:14px;
}

.bundle-action-col a {
    font-size:14px;
    font-weight:500;
}

.bundle-action-col a i {
    font-size:17px;
    margin-right:8px !important;
}

/* Zarovnání pro malé displeje */
@media (max-width: 575px) {
    .bundle-row-link:hover {
        transform: none; /* Na mobilu neposouváme */
    }
}