.wswp-digital-certificate-delivery-note {
	color: #879887;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	margin: -4px 0 22px;
}

.wswp-certificate-cart-image {
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.wswp-mixed-cart-block {
	background: #f4f6f3;
	border: 1px solid #879887;
	box-sizing: border-box;
	font-family: "Montserrat", Arial, sans-serif;
	margin: 0 0 30px;
	padding: 24px 28px;
}

.wswp-mixed-cart-message {
	color: #2f302f;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.55;
	margin: 0;
}

.wswp-mixed-cart-message strong {
	font-weight: 600;
}

.wswp-mixed-cart-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.wswp-mixed-cart-action {
	align-items: center;
	background: #fff;
	border: 1px solid #879887;
	box-sizing: border-box;
	color: #879887;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 12px 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.wswp-mixed-cart-action:hover,
.wswp-mixed-cart-action:focus {
	background: #eef1ed;
	color: #738473;
	text-decoration: none;
}

.wswp-mixed-cart-action--primary,
.wswp-mixed-cart-action--primary:hover,
.wswp-mixed-cart-action--primary:focus {
	background: #879887;
	color: #fff;
}

.wswp-mixed-certificate-cart .ff-checkout-page__checkout,
.wswp-mixed-certificate-cart form.checkout.woocommerce-checkout {
	display: none !important;
}

@media (max-width: 767px) {
	body.wswp-certificate-cart .cart-cart .woocommerce .div4 {
		display: block;
		line-height: 1.25;
		margin-bottom: 18px !important;
		position: relative;
		z-index: 1;
	}

	body.wswp-certificate-cart .cart-cart .woocommerce .woocommerce-cart-form {
		margin-top: 0 !important;
	}

	.woocommerce table.shop_table_responsive tr.wswp-certificate-cart-item,
	.woocommerce-page table.shop_table_responsive tr.wswp-certificate-cart-item {
		align-items: start;
		border-bottom: 1px solid #eceeeb;
		display: grid !important;
		grid-template-areas:
			"image details remove"
			"image subtotal remove";
		grid-template-columns: minmax(96px, 32%) minmax(0, 1fr) 28px;
		margin: 0 0 24px !important;
		padding: 0 0 20px;
		position: relative;
	}

	.woocommerce table.shop_table_responsive tr.wswp-certificate-cart-item > td,
	.woocommerce-page table.shop_table_responsive tr.wswp-certificate-cart-item > td {
		display: block !important;
		margin: 0 !important;
		min-width: 0;
		padding: 0 !important;
		position: static !important;
		text-align: left !important;
		width: auto !important;
	}

	.woocommerce table.shop_table_responsive tr.wswp-certificate-cart-item > .product-thumbnail,
	.woocommerce-page table.shop_table_responsive tr.wswp-certificate-cart-item > .product-thumbnail {
		grid-area: image;
		padding-right: 16px !important;
	}

	.woocommerce table.shop_table_responsive tr.wswp-certificate-cart-item > .product-thumbnail img,
	.woocommerce-page table.shop_table_responsive tr.wswp-certificate-cart-item > .product-thumbnail img {
		display: block;
		height: auto;
		max-width: 100%;
		width: 100% !important;
	}

	.woocommerce table.shop_table_responsive tr.wswp-certificate-cart-item > .product-name,
	.woocommerce-page table.shop_table_responsive tr.wswp-certificate-cart-item > .product-name {
		font-size: 13px;
		grid-area: details;
		line-height: 1.4;
		padding-right: 10px !important;
		text-transform: uppercase;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	.wswp-certificate-cart-item .product-name dl.variation {
		margin: 8px 0 0;
	}

	.wswp-certificate-cart-item .product-name dl.variation dd,
	.wswp-certificate-cart-item .product-name dl.variation p {
		line-height: 1.35;
		margin: 0 0 3px;
	}

	.woocommerce table.shop_table_responsive tr.wswp-certificate-cart-item > .product-quantity,
	.woocommerce-page table.shop_table_responsive tr.wswp-certificate-cart-item > .product-quantity {
		display: none !important;
	}

	.woocommerce table.shop_table_responsive tr.wswp-certificate-cart-item > .product-subtotal,
	.woocommerce-page table.shop_table_responsive tr.wswp-certificate-cart-item > .product-subtotal {
		font-size: 14px;
		grid-area: subtotal;
		padding: 8px 10px 0 0 !important;
	}

	.wswp-certificate-cart-item .product-subtotal .woocommerce-Price-amount {
		font-size: 14px;
		margin: 0 !important;
		position: static !important;
	}

	.woocommerce table.shop_table_responsive tr.wswp-certificate-cart-item > .product-remove,
	.woocommerce-page table.shop_table_responsive tr.wswp-certificate-cart-item > .product-remove {
		grid-area: remove;
		justify-self: end;
	}

	.wswp-certificate-cart-item .product-remove .remove {
		font-size: 48px;
		height: 28px;
		line-height: 22px;
		margin: 0 !important;
		width: 28px;
	}

	.wswp-digital-certificate-delivery-note {
		font-size: 12px;
		margin-bottom: 16px;
	}

	.wswp-mixed-cart-block {
		margin-bottom: 22px;
		padding: 18px;
	}

	.wswp-mixed-cart-message {
		font-size: 14px;
	}

	.wswp-mixed-cart-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.wswp-mixed-cart-action {
		width: 100%;
	}
}
