.woocommerce-cart .cart-subtotal,
.woocommerce-cart .woocommerce-shipping-totals {
	display: none;
}

.elementor-element.info-massage {
	display: none;
}

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

.woocommerce-checkout .elementor-jet-checkout-shipping-form .wcus-checkout-fields .form-row {
	margin-bottom: 15px;
}

#shipping_method label {
	padding-left: 5px;
}

#shipping_country_field {
	display: none;
}

.woocommerce .woocommerce_custom_show_shipping .woocommerce-shipping-totals th {
	padding-right: 40px;
}

.form-row .optional {
	display: none;	
}

.woocommerce-checkout .woocommerce-shipping-totals label {
	font-size: 18px;
}

.woocommerce-shop .jet-woo-product-title a {
	display: inline-block;
	min-height: 88px;
}

.button.add_to_cart_button:before, .jet-compare-button__container .add_to_cart_button.jet-compare-button__link:before, .jet-wishlist-button__container .add_to_cart_button.jet-wishlist-button__link:before, .button.single_add_to_cart_button:before, .jet-compare-button__container .single_add_to_cart_button.jet-compare-button__link:before, .jet-wishlist-button__container .single_add_to_cart_button.jet-wishlist-button__link:before {
	content: none!important;
}

.button.product_type_variable:before, .jet-compare-button__container .product_type_variable.jet-compare-button__link:before, .jet-wishlist-button__container .product_type_variable.jet-wishlist-button__link:before {
	text-decoration: none;
}

#productGrids .jet-woo-product-title {
	min-height: 112px;
}

.woocommerce .table__container {
		width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #aaa transparent;
}

.woocommerce .table__container::-webkit-scrollbar {
    height: 6px;
}

.woocommerce .table__container::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 3px;
}

.woocommerce .table__container::-webkit-scrollbar-track {
    background: transparent;
}


.woocommerce table.table__combikorm td {
	text-align: center;
	padding: 10px;
	white-space: nowrap;
}

.table-wrapper {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

body.woocommerce table th,
body.woocommerce table td {
	padding: 5px 10px;
}

body.woocommerce .stock.in-stock {
	display: none;
}