/**
 * Checkout page customization.
 */

.woocommerce-checkout .woocommerce-checkout-review-order {
	background: #ffffff !important;
	border: 1px solid var(--e-global-color-vamtam_accent_7, #FFDEE9) !important;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	color: var(--e-global-color-vamtam_accent_6, #000000);
	padding: 22px 24px 28px !important;
}

body table.shop_table.wooaio-checkout-review-order-table,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table tbody,
body table.shop_table.wooaio-checkout-review-order-table tbody {
	display: table-row-group !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table tr,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td,
body table.shop_table.wooaio-checkout-review-order-table tr,
body table.shop_table.wooaio-checkout-review-order-table td {
	box-sizing: border-box;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table thead {
	display: none !important;
}

.wooaio_main_form table.shop_table.wooaio-checkout-review-order-table tbody tr.cart_item,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table tbody tr.cart_item {
	display: grid !important;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	column-gap: 16px;
	border-bottom: 1px solid var(--em-border-color, #e5e5e5);
	padding: 14px 0 !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table tbody tr.cart_item:last-child {
	border-bottom: 0;
}

.wooaio_main_form table.shop_table.wooaio-checkout-review-order-table tbody tr.cart_item td,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table tbody tr.cart_item td {
	border: 0 !important;
	display: block;
	padding: 0 !important;
	vertical-align: middle !important;
}

body table.shop_table.wooaio-checkout-review-order-table td.product-image,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-image,
body table.shop_table.wooaio-checkout-review-order-table td.bwc-created-product-image,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.bwc-created-product-image {
	grid-column: 1;
	width: 72px !important;
}

body table.shop_table.wooaio-checkout-review-order-table td.product-image .wooaio-product-summary-image,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-image .wooaio-product-summary-image,
body table.shop_table.wooaio-checkout-review-order-table td.product-image .bwc-checkout-product-media,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-image .bwc-checkout-product-media,
body table.shop_table.wooaio-checkout-review-order-table td.bwc-created-product-image .bwc-checkout-product-media,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.bwc-created-product-image .bwc-checkout-product-media {
	display: block;
	position: relative;
	width: 72px;
}

body table.shop_table.wooaio-checkout-review-order-table td.product-image img,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-image img,
body table.shop_table.wooaio-checkout-review-order-table td.bwc-created-product-image img,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.bwc-created-product-image img {
	aspect-ratio: 1;
	background: var(--e-global-color-vamtam_accent_8, #F6F4F2);
	border: 1px solid var(--em-border-color, #e5e5e5);
	border-radius: 8px !important;
	display: block;
	height: 72px !important;
	max-width: none !important;
	object-fit: cover;
	width: 72px !important;
}

body table.shop_table.wooaio-checkout-review-order-table td.product-image .product-quantity,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-image .product-quantity,
body table.shop_table.wooaio-checkout-review-order-table td.bwc-created-product-image .product-quantity,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.bwc-created-product-image .product-quantity {
	align-items: center;
	background: var(--e-global-color-vamtam_accent_1, #FA3C7A) !important;
	border: 2px solid #ffffff !important;
	border-radius: 999px;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 11px !important;
	font-weight: 700 !important;
	justify-content: center;
	line-height: 1;
	min-height: 20px !important;
	min-width: 20px !important;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(35%, -35%);
}

body table.shop_table.wooaio-checkout-review-order-table td.product-detail,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail {
	grid-column: 2;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 14px;
	min-width: 0;
	width: 100% !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail:before,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail:before {
	display: none !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail > div:first-child,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail > div:first-child {
	color: var(--e-global-color-vamtam_accent_6, #000000) !important;
	display: block !important;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family, "Montserrat"), sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .wooaio-product-summary-image,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .checkout-review-product-image,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail > div:first-child img,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail > div:first-child .product-quantity,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail .wooaio-product-summary-image,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail .checkout-review-product-image,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail > div:first-child img,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail > div:first-child .product-quantity {
	display: none !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .checkout-review-product-name,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail .checkout-review-product-name,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .bwc-checkout-row-title,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail .bwc-checkout-row-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--e-global-color-vamtam_accent_6, #000000) !important;
	display: -webkit-box !important;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family, "Montserrat"), sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
	margin: 0 !important;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .checkout-review-product-price,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail .checkout-review-product-price {
	display: none !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail dl.variation {
	grid-column: 1;
	color: var(--e-global-color-vamtam_accent_4, #6A6A6A) !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	margin: 4px 0 0 !important;
	min-width: 0;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail dl.variation dt,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail dl.variation dd,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail dl.variation p {
	margin: 0 !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .price-and-quantity,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail .price-and-quantity,
.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .bwc-checkout-row-price,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail .bwc-checkout-row-price {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-items: center !important;
	display: flex !important;
	justify-content: flex-end !important;
	margin: 0 !important;
	text-align: right;
	white-space: nowrap;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .price-and-quantity > div:first-child,
body table.shop_table.wooaio-checkout-review-order-table td.product-detail .price-and-quantity > div:first-child {
	color: var(--e-global-color-vamtam_accent_6, #000000) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .price-and-quantity > div:last-child:empty {
	display: none !important;
}

.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .woocommerce-Price-amount {
	font-size: inherit !important;
	font-weight: inherit !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order .checkout-review-product-price {
	display: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order .checkout-review-product-image img {
	border-radius: 8px !important;
}

body #orddd-lite-checkout-fields,
.woocommerce-checkout #orddd-lite-checkout-fields {
	margin: 0 0 18px;
	width: 100%;
}

body #orddd-lite-checkout-fields #e_deliverydate_field,
.woocommerce-checkout #orddd-lite-checkout-fields #e_deliverydate_field,
body p#e_deliverydate_field,
.woocommerce-checkout p#e_deliverydate_field {
	display: block !important;
	margin: 0 0 16px !important;
	position: relative !important;
	width: 100% !important;
	padding-top: 0 !important;
}

body #orddd-lite-checkout-fields #e_deliverydate_field label,
.woocommerce-checkout #orddd-lite-checkout-fields #e_deliverydate_field label,
body p#e_deliverydate_field label,
body p#e_deliverydate_field:not(.wooaio-anim-wrap) label,
body .wooaio_main_form p#e_deliverydate_field label.wooaio-form-control-label,
.woocommerce-checkout p#e_deliverydate_field label {
	background: transparent !important;
	bottom: auto !important;
	color: var(--e-global-color-vamtam_accent_6, #000000) !important;
	display: block !important;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family, "Montserrat"), sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	margin: 0 0 7px !important;
	padding: 0 !important;
	position: static !important;
	inset: auto !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	width: auto !important;
	height: auto !important;
	pointer-events: auto !important;
}

body #orddd-lite-checkout-fields #e_deliverydate,
.woocommerce-checkout #orddd-lite-checkout-fields #e_deliverydate,
body p#e_deliverydate_field #e_deliverydate,
.woocommerce-checkout p#e_deliverydate_field #e_deliverydate {
	background: #ffffff !important;
	border: 1px solid var(--em-border-color, #e5e5e5) !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: var(--e-global-color-vamtam_accent_6, #000000) !important;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family, "Montserrat"), sans-serif !important;
	font-size: 14px !important;
	height: 46px !important;
	line-height: 46px !important;
	margin: 0 !important;
	max-width: 100% !important;
	padding: 0 14px !important;
	width: 100% !important;
}

body #orddd-lite-checkout-fields #e_deliverydate::placeholder,
.woocommerce-checkout #orddd-lite-checkout-fields #e_deliverydate::placeholder,
body p#e_deliverydate_field #e_deliverydate::placeholder,
.woocommerce-checkout p#e_deliverydate_field #e_deliverydate::placeholder {
	color: transparent !important;
	opacity: 0 !important;
}

body #additional_info .wc-block-components-checkout-step__heading,
body #additional_info .wc-block-components-checkout-step__title,
.woocommerce-checkout #additional_info .wc-block-components-checkout-step__heading,
.woocommerce-checkout #additional_info .wc-block-components-checkout-step__title {
	display: none !important;
}

body .wc-block-checkout__add-note,
body .wc-block-components-payment-methods__save-card-info,
.woocommerce-checkout .wc-block-checkout__add-note,
.woocommerce-checkout .wc-block-components-payment-methods__save-card-info {
	display: none !important;
}

@media (max-width: 767px) {
	.woocommerce-checkout .woocommerce-checkout-review-order {
		padding: 18px 16px 24px !important;
	}

	.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table tbody tr.cart_item {
		grid-template-columns: 58px minmax(0, 1fr);
		column-gap: 12px;
		padding: 13px 0 !important;
	}

	.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-image,
	.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-image .wooaio-product-summary-image,
	.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-image .bwc-checkout-product-media {
		width: 58px !important;
	}

	.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-image img {
		height: 58px !important;
		width: 58px !important;
	}

	.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail {
		column-gap: 10px;
	}

	.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail > div:first-child {
		font-size: 13px !important;
	}

	.woocommerce-checkout table.shop_table.wooaio-checkout-review-order-table td.product-detail .price-and-quantity > div:first-child {
		font-size: 13px !important;
	}
}
