
/* Koszyk i checkout */

.wc-block-checkout__sidebar .wc-block-components-product-name {
	font-size: 16px !important;
}

.wc-block-cart-items .wc-block-components-product-metadata__description, .wp-block-woocommerce-checkout .wc-block-components-product-metadata__description {
	display: none;
}

.wp-block-woocommerce-cart .wc-block-grid__product .wc-block-grid__product-image,
.wp-block-woocommerce-cart .wc-block-grid__product a.wc-block-grid__product-link
{
	width: 100% !important;
	max-width: 100% !important;
}

.wp-block-woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title {
	font-size: 16px;
	font-weight: 500;
	color: #0D0A0A !important;
}


.wp-block-woocommerce-cart .wc-block-grid__product .add_to_cart_button{
	font-size: 15px !important;
	font-weight: 500;
	background-color: #C20000 !important;
	color: #ffffff !important;
}

.wc-block-cart__submit {
	border-radius: 10px !important;
	background-color: #C20000 !important;
}
span.wc-block-components-button__text {
	font-family: "Lexend Deca", sans-serif;
	color: #fff !important;
	font-weight: 500 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: 4em !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	border-radius: 10px !important;
	background-color: #C20000 !important;
	border: none !important;
	color: #ffffff !important;
}

.wc-block-components-checkout-place-order-button__text {
	font-family: "Lexend Deca", sans-serif;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 500 !important;
}