.product__categories .product-categories li a {
	color: #1D1D1F;
}

.product__categories .product-categories li.current-cat {
	font-weight: 600;
	color: #6cbe88;
}

body .elementor-widget-wp-widget-woocommerce_product_categories li.current-cat a:before,
body .widget_product_categories li.current-cat a:before {
	background-color: #1D1D1F;
}

.product__params .elementor-icon-box-content {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.product__params .elementor-icon-box-description a {
	color: #1D1D1F;
}

.woocommerce-page .woocommerce-message {
	display: none;
}

.woocommerce-page #ship-to-different-address {
	display: none;	
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
	width: 50%!important;	
}

.total__cart .woocommerce-shipping-totals {
	display: none;
}

.woocommerce-checkout .woocommerce-shipping-methods li {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	gap: 10px;
}