/* Add to your CSS file */
.attributes-col {
    min-width: 120px;
}

.product-attribute {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.attribute-label {
    margin-left: 5px;
    font-weight: bold;
}

.color-swatch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px solid #ddd;
}

.attribute-value {
    margin-right: 5px;
}

.cart-bottom {
    margin-top: 20px;
    text-align: left;
}

.btncart1, .btncart2 {
    margin-top: 10px;
}

.btncart1 {
    margin-right: 10px;
}

