.optional-products .widget-title {
    text-align: start;
}

.optional-products {
    float: left;
    width: 100%;
    padding-bottom: 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.optional-product-wrap {
    float: left;
    width: 40px;
    cursor: pointer;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}