.sidebar-calculator {
    border: 1px solid #ccc;
}

.sidebar-calculator-heading {
   background-color: #1b3a57;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    margin: 0;
}

.sidebar-calculator-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-calculator-details {
    width: 70%;
    padding: 0 10px;
}

p.product-title {
    font-size: 16px !important;
    margin: 5px 0;
}

p.product-price {
    font-size: 12px !important;
    margin: 5px 0;
}

.sidebar-calculator-image {
    width: 30%;
    text-align: center;
}

.product-image {
    max-width: 100%;
    height: auto;
}

.sidebar-calculator-table {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
}

.table-header, .table-info {
    text-align: left;
   padding: 7px 5px 7px 10px !important;
    border: 1px solid #ccc;
}

.tyre-quantity-input {
    text-align: center;
    width: 60%;
    padding: 5px;
}

.order-total {
    background-color: #1b3a57;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    margin: 0 !important;
}

.order-total:hover {
    background-color: #ffcb05 !important;
    color: #1b3a57 !important;}