/*
Theme Name: Shirt24
Author: Art Media Agency
Author URI: http://www.artmedia.ee/
Version: 1.0
Text Domain: ama
*/

/*
DO NOT put your styles in here - put them in `theme/css/theme.css`.
*/
.woocommerce-cart .plus, .woocommerce-cart .minus,
.woocommerce-cart .cart-buttons .col:first-child{display: none !important}

.woocommerce-cart .quantity{display: flex}
.woocommerce-cart .wac-qty-button{
	display: block;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: #eee;
    outline: 0;
    font-size: 18px;
	line-height: 45px;
    height: 45px;
	width: 45px;
    box-sizing: border-box;
	border-radius: 0
}
