.wtmb-related-product-cart {
	display: block;
	clear: both;
	margin: 28px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid #e6e6e6;
}

.wtmb-related-product-cart__title {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.wtmb-related-product-cart__items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.wtmb-related-product-cart__item {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 16px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.wtmb-related-product-cart__image img {
	display: block;
	width: 100%;
	height: auto;
}

.wtmb-related-product-cart__name {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.35;
}

.wtmb-related-product-cart__price {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.4;
}

.wtmb-related-product-cart__price-value,
.wtmb-related-product-cart__price--regular .amount,
.wtmb-related-product-cart__price--regular .woocommerce-Price-amount {
	font-size: 18px !important;
	color: #2b2b2b;
	font-weight: 700;
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
}

.wtmb-related-product-cart__price--sale .wtmb-related-product-cart__price-value {
	color: inherit !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	border-bottom: 0 !important;
}

.wtmb-related-product-cart__regular-price,
.wtmb-related-product-cart__regular-price .amount,
.wtmb-related-product-cart__regular-price bdi,
.wtmb-related-product-cart__regular-price .woocommerce-Price-currencySymbol,
.wtmb-related-product-cart__price--sale del,
.wtmb-related-product-cart__price--sale del *,
.wtmb-related-product-cart__price--sale del .amount,
.wtmb-related-product-cart__price--sale del .woocommerce-Price-amount,
.wtmb-related-product-cart__price--sale del bdi,
.wtmb-related-product-cart__price--sale del .woocommerce-Price-currencySymbol {
	display: inline-block;
	color: #2b2b2b !important;
	font-weight: 600;
	text-decoration: line-through !important;
	text-decoration-line: line-through !important;
	text-decoration-color: #2b2b2b !important;
	border-bottom: 0 !important;
	opacity: 1;
}

.wtmb-related-product-cart__sale-price,
.wtmb-related-product-cart__sale-price *,
.wtmb-related-product-cart__sale-price .amount,
.wtmb-related-product-cart__sale-price bdi,
.wtmb-related-product-cart__sale-price .woocommerce-Price-currencySymbol,
.wtmb-related-product-cart__price--sale ins,
.wtmb-related-product-cart__price--sale ins *,
.wtmb-related-product-cart__price--sale ins .amount,
.wtmb-related-product-cart__price--sale ins .woocommerce-Price-amount,
.wtmb-related-product-cart__price--sale ins bdi,
.wtmb-related-product-cart__price--sale ins .woocommerce-Price-currencySymbol {
	display: inline-block;
	color: #c62828 !important;
	font-weight: 700;
	text-decoration: none !important;
	text-decoration-line: none !important;
	text-decoration-color: transparent !important;
	border-bottom: 0 !important;
}

.wtmb-related-product-cart__form,
.wtmb-related-product-cart__form form.cart,
.wtmb-related-product-cart__isolated-form,
.wtmb-related-product-cart__isolated-variable-form,
.wtmb-related-product-cart__isolated-simple-form {
	display: block !important;
	float: none !important;
	clear: both;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
}

.wtmb-related-product-cart__isolated-variations {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	margin: 0 0 12px;
}

.wtmb-related-product-cart__isolated-variation {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	margin-bottom: 10px !important;
}

.wtmb-related-product-cart__isolated-variation label {
	display: -webkit-box;
	min-height: 33px;
	margin: 0 0 8px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 600;
	color: #222;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wtmb-related-product-cart__isolated-variations .wtmb-related-product-cart__isolated-variation:only-child {
	grid-column: 1 / -1;
}

.wtmb-related-product-cart select,
.wtmb-related-product-cart__isolated-select {
	display: block !important;
	position: static !important;
	clip: auto !important;
	clip-path: none !important;
	overflow: visible !important;
	white-space: normal !important;
	width: 100% !important;
	max-width: 320px;
	height: auto !important;
	min-height: 42px;
	margin: 0 !important;
	padding: 9px 40px 9px 12px !important;
	border: 1px solid #cfcfcf !important;
	border-radius: 4px;
	background-color: #fff;
	background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	color: #222;
	font-size: 14px;
	line-height: 1.4;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: auto !important;
	box-sizing: border-box;
}

.wtmb-related-product-cart select:hover,
.wtmb-related-product-cart__isolated-select:hover {
	border-color: #999;
}

.wtmb-related-product-cart select:focus,
.wtmb-related-product-cart__isolated-select:focus {
	border-color: #222;
	box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.12);
	outline: none;
}

.wtmb-related-product-cart select:disabled,
.wtmb-related-product-cart__isolated-select:disabled {
	background-color: #f5f5f5;
	color: #777;
	cursor: not-allowed;
}

.wtmb-related-product-cart .select2,
.wtmb-related-product-cart .select2-container,
.wtmb-related-product-cart .variable-items-wrapper,
.wtmb-related-product-cart :not(select)[data-attribute_name^="attribute_"],
.wtmb-related-product-cart :not(select)[data-attribute-name^="attribute_"] {
	display: none !important;
}

.wtmb-related-product-cart .single_add_to_cart_button {
	display: inline-block !important;
	padding: 10px 24px !important;
	font-size: 14px !important;
	line-height: 1.4;
	border: none;
	border-radius: 4px;
	background-color: #0071a1;
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
}

.wtmb-related-product-cart .single_add_to_cart_button.disabled,
.wtmb-related-product-cart .single_add_to_cart_button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.wtmb-related-product-cart .quantity {
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.wtmb-related-product-cart .quantity input.qty,
.wtmb-related-product-cart input.qty,
.wtmb-related-product-cart .input-text.qty {
	width: 70px !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 8px 10px !important;
	border: 1px solid #cfcfcf !important;
	border-radius: 4px;
	color: #222;
	font-size: 14px !important;
	line-height: 1.4 !important;
	text-align: center;
	box-sizing: border-box;
}

.wtmb-related-product-cart .qodef-quantity-input,
.wtmb-related-product-cart .qodef-quantity-buttons,
.wtmb-related-product-cart .qodef-quantity-buttons .qodef-quantity-minus,
.wtmb-related-product-cart .qodef-quantity-buttons .qodef-quantity-plus {
	height: 40px !important;
	line-height: 40px !important;
	font-size: 14px !important;
}

.wtmb-related-product-cart .single_variation_wrap,
.wtmb-related-product-cart .woocommerce-variation-add-to-cart,
.wtmb-related-product-cart .woocommerce-variation-description,
.wtmb-related-product-cart .woocommerce-variation-availability,
.wtmb-related-product-cart .reset_variations_alert,
.wtmb-related-product-cart .single-product-help,
.wtmb-related-product-cart .single-product-help-inner,
.wtmb-related-product-cart .sales-label-message {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

.wtmb-related-product-cart .flexiti-learn-more-fr,
.wtmb-related-product-cart .flexiti-learn-more {
	display: none !important;
	visibility: hidden !important;
}

.wtmb-related-product-cart__available-variations,
.wtmb-related-product-cart__variation-prices {
	display: none !important;
}

@media (max-width: 680px) {
	.wtmb-related-product-cart__item {
		grid-template-columns: 90px minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
	}

	.wtmb-related-product-cart__isolated-variations {
		grid-template-columns: 1fr;
	}

	.wtmb-related-product-cart__isolated-variation label {
		min-height: 0;
	}

	.wtmb-related-product-cart select,
	.wtmb-related-product-cart__isolated-select {
		max-width: 100%;
	}

	.wtmb-related-product-cart .single_add_to_cart_button {
		margin-top: 8px;
	}
}