:root{
	--handleColor: red;
}

html, body{
    -webkit-font-smoothing: antialiased;
}

.woocommerce-loop-product__title{
    height: 60px;
}

.breadcrumb{
    padding: 0;
}

.products .elementor-button{
    margin-bottom: 20px;
}

li.product > a.button{
	background: var( --e-global-color-primary );
	font-size: 1em;
	line-height: 2em;
	color: white;
	margin-bottom: 20px;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-secondary );
    border-radius: 0px 0px 0px 0px;
    padding: 5px 30px 5px 30px;
}

li.product > a.button:hover{
	color: white;
	background: var( --e-global-color-secondary );
}

.woocommerce ul.products li.product-category a img{
    display: none !important;
}

.product-category .count{
    float: right;
}

.woocommerce table.shop_attributes td{
    padding-left: 10px !important;
}

.variations_form.cart{
    margin-bottom: 0 !important;
}

.variations td{
    background-color: white !important;
}

.ast-block-templates-button-wrap{
    display: none !important;
}

.elementor-document-handle{
    display: none !important;
}

.woocommerce div.product div.images{
    margin-bottom: 0 !important;
}