

.special-offer {
    background: #f8f9fa;
    border-left: 4px solid #c00;
    color: #333;
    font-weight: 600;
    padding: 8px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
}
.special-offer span.price {
    color: #c00;
    font-weight: bold;
}


.availability {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.available {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #4caf50;
}

.not-available {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #f44336;
}

.loading {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #ccc;
}

.col450{
    width: 45%;
}

.Aleft{
    float: left;
}
.ARight{
    float: right;
}


