﻿ul.cart2-items-list
{
    flex-grow: 1;
}
.cart2-item-image
{
    flex-basis:30%;
}

.cart2-qty-block
{ 
    flex-basis:30%;
}

.cart2-price-block
{
    flex-basis:33%;
}

.button-sm-cta svg
{
    height:20px;
}

/*************layout*****************/

.cart2-layout-logo
{
    height:50px;
}
.cart2-layout-tollfree-block
{
    flex-basis:33%;
}

.cart2-layout-cart-block svg
{
    width:35px;
}
