/*
Theme Name:     HandyStore
Theme URI:      http://handy.themes.zone
Description:    Дете тема на HandyStore
Author:         Milan
Author URI:     https://embroiderysrbija.com/
Template:       handystore                             
Version:        0.1.0
*/

@import url("../handystore/style.css");

/* Promeni broj da sakrijes kolonu  na CART (korpa) stranici. */
 
.woocommerce table.cart td:nth-of-type(2), .woocommerce table.cart th:nth-of-type(2), .woocommerce table.cart td:nth-of-type(3), .woocommerce table.cart th:nth-of-type(3), .woocommerce table.cart td:nth-of-type(4), .woocommerce table.cart th:nth-of-type(4) {
display: none;
} 


.button.product_type_simple.add_to_cart_button.ajax_add_to_cart
{
display: none;
} 

li.product .product-description-wrapper .link-to-product {
    display: inline;
   
}

.woocommerce .checkout .woocommerce-checkout-review-order-table .product-quantity
{display: none;}

.columns-2 ul.products li.product .inner-product-content .product-description-wrapper .add_to_cart_button { display: none;
	}

