/**
 * Capelo store cards: same pictures, a little smaller, centered on the page.
 */

body.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1140px;
	width: 100%;
}

body.woocommerce-cart .wp-block-woocommerce-product-new.has-4-columns,
body.woocommerce-page .wp-block-woocommerce-product-new.has-4-columns {
	max-width: 840px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__products,
body.woocommerce-page .wc-block-grid.has-4-columns .wc-block-grid__products,
body.woocommerce .related.products ul.products {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}

body.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__product,
body.woocommerce-page .wc-block-grid.has-4-columns .wc-block-grid__product,
body.woocommerce .related.products ul.products li.product {
	flex: 0 1 196px !important;
	max-width: 196px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-align: center !important;
}

body.woocommerce-cart .wc-block-grid__product-image img,
body.woocommerce-page .wc-block-grid.has-4-columns .wc-block-grid__product-image img,
body.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail {
	width: 100% !important;
	height: auto !important;
	margin: 0 auto !important;
	display: block !important;
	object-fit: contain !important;
}

@media (max-width: 600px) {
	body.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__product,
	body.woocommerce-page .wc-block-grid.has-4-columns .wc-block-grid__product,
	body.woocommerce .related.products ul.products li.product {
		flex: 0 1 calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
	}
}

body.woocommerce-checkout .wc-block-components-text-input input[title="Website to copy"] {
	max-width: 100%;
	box-sizing: border-box;
}

body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
	padding-top: 28px;
	box-sizing: border-box;
}

body.woocommerce-checkout .capello-bill-edit {
	margin: 0 0 14px;
	padding: 12px;
	border: 1px solid #1d2327;
	border-radius: 10px;
	background: #fff;
	color: #1d2327;
}
body.woocommerce-checkout .capello-bill-edit p {
	margin: 0 0 8px;
	color: #1d2327;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}
body.woocommerce-checkout .capello-bill-edit .capello-cart-remove {
	width: 100%;
	margin: 6px 0 0;
}

body.woocommerce-checkout .capello-cart-remove {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 8px 0 0;
	padding: 8px 16px;
	border-radius: 8px;
	border: 1px solid #1d2327;
	background: #fff;
	color: #1d2327;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
body.woocommerce-checkout a.capello-cart-remove {
	display: flex !important;
}
body.woocommerce-checkout .capello-cart-remove:hover,
body.woocommerce-checkout .capello-cart-remove:focus {
	background: #1d2327;
	color: #fff;
}
body.woocommerce-checkout .capello-cart-remove:disabled {
	opacity: 0.6;
	cursor: wait;
}
@media (max-width: 390px) {
	body.woocommerce-checkout .capello-cart-remove {
		width: 100%;
	}
}
