
.custom-crossselling {
    background: #fdfdfd;
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 8px;
    clear: both;
}
.custom-crossselling h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
.cross-item {
    text-align: center;
    background: #fff;
    padding: 15px;
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}
.cross-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.cross-item img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    margin-bottom: 10px;
}
.cross-item h5 {
    font-size: 0.85rem;
    height: 38px;
    overflow: hidden;
    color: #444;
}
.cross-price {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: #2fb5d2;
}
.btn-quick-add {
    background: #242128;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 0.75rem;
    cursor: pointer;
}
