.cart-products-wrapper-onepage .cart-table .product-item-category, .cart-table .product-item-category a{
    font-size: 14px;
    text-transform: uppercase;
}

.cart-products-wrapper-onepage .cart-table .product-item-title{
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.cart-products-wrapper-onepage .cart-table .product-item-code, .cart-table .product-item-size{
    font-size: 14px;
}

.cart-products-wrapper-onepage .cart-table .product-item-code span {
    color: #000000;
}

.cart-products-wrapper-onepage .cart-table .product-item-size{
    color: #000000;
}

.cart-products-wrapper-onepage .product-item-size span{
    color: #898d8d;
}

.cart-products-wrapper-onepage .cart-table .product-item-code, .cart-table .product-item-size{
    margin-bottom: 15px;
}

.cart-products-wrapper-onepage .cart-table .product-item-title{
    height: 30px;
    margin-bottom: 15px;
}

.cart-products-wrapper-onepage .cart-price .cart-col-inner-wrapper{
    font-size: 14px;
}

.cart-products-wrapper-onepage .cart-table.table td .product-item-prices {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.cart-quantity .styled-select {
    border-radius: 6px;
    width: 80px;
    border-color: #e6e6e6;
}


.table-responsive .cart-table{
    margin-bottom: 50px;
}

#order_cart_content .cart-table .btn{
    min-width: 20px;
}
#order_cart_content .cart-table .btn:before{
    opacity: 0.5;
}

.summary-table-step .additonal-text-headline{
    display: none;
}