.tip-product-col-row {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: flex-end;
}
.tip-product-col {
    padding: 0 20px;
    position: relative;
    width: 50%;
}
.product-content {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 97%;
    border: none;
    padding: 10px 10px 10px 10px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 0 0 8px 0px;
    margin: 10px;
}
.tip-product-col .qib-button.qib-button-wrapper {
    display: none;
}

.tip-product-col img {
    display: block;
}
.tip-product {
    padding-bottom: 80px;
    padding-top: 15px;
    margin-top: 40px;
}
.tip-product h3 {
    margin-bottom: 25px;
}
.product-title a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    margin-top: 0;
    display: block;
    font-weight: 700;
    letter-spacing: 0px;
}
.tip-product button.button.alt.ajax_add_to_cart.add_to_cart_button:after {
    content: "+";
    color: #fff;
    font-size: 25px;
    font-weight: 700;
       margin-left: -10px;
    vertical-align: initial;
    font-family: arial!important;
    text-align: center;
    line-height: 20px;
    position: relative;
    opacity: 1;
}
.tip-product button.button.alt.ajax_add_to_cart.add_to_cart_button, .tip-product button.button.alt.ajax_add_to_cart.add_to_cart_button:focus {
    background: #ccc;
    color: #ccc;
    width: 30px;
    outline: none;
    text-indent: 0px;
    overflow: hidden;
    height: 30px;
    border-radius: 100%;
    padding: 0px 0px;
    line-height: 10px;
    font-size: 0px;
}
.product-cart {
    margin-left: 15px;
}
.tip-product .product-content img {
    width: 30px;
}
.tip-product .product-title {
    display: flex;
}
.tip-product .product-content img {
    width: 27px;
    margin-right: 5px;
}

.product-cart {
    margin-left: 15px;
    display: flex;
    color: #e14a00;
    align-items: center;
}
.tip-total {
    font-size: 22px;
    padding-right: 10px;
    line-height: 29px;
}
.tip-product-list .quantity {
    display: none;
}