.exfd-overlay-active {
	background: rgba(0, 0, 0, .2);
}

.exfd-cart-content.full-width-custom {
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	overflow-x: hidden;
}

.exfd-cart-content.full-width-custom .exfd-close-cart {
	width: 28px;
	height: 28px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.exfd-cart-content.full-width-custom .exfd-cart-content-outer {
	max-width: 700px;
	width: 96%;
	min-height: calc(100% - (1.75rem * 2));
	margin: 1.75rem auto;
	background-color: #fff;
	padding: 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.exfd-cart-content.full-width-custom .exfd-cart-content-outer .exfd-close-cart {
	position: absolute;
	top: -12px;
	right: -13px;
}

.exfd-cart-content.full-width-custom .exfd-cart-content-outer .exfd-close-cart:is(:hover, :focus, :active) {
	background: #e97223;
}

.exfd-cart-content.full-width-custom .exfd-cart-mini .woocommerce-mini-cart li {
	padding-left: 50%;
	overflow: hidden;
	padding-top: 0;
	margin: 0 0 20px;
}

.exfd-cart-content.full-width-custom .exfd-cart-mini .woocommerce-mini-cart a.remove.remove_from_cart_button {
	background: var(--color-header-middle-bg);
	border-color: var(--color-header-middle-bg);
	color: var(--color-alt-content-heading);
	top: 7px;
}

.exfd-cart-content.full-width-custom .exfd-cart-mini .woocommerce-mini-cart li img.size-woocommerce_thumbnail {
	width: 47%;
	height: 100%;
	top: 0;
}

.exfd-cart-content.full-width-custom .exfd-cart-mini .woocommerce-mini-cart li .variation p {
	margin: 0 0 6px;
}


button.woo_order_tip {
	background: var(--color-content-border);
	padding: 5px;
	margin: 3px;
}

button.woo_order_tip {
	background: var(--color-content-border);
	padding: 5px;
	margin: 3px;
}

#wooot_order_tip_form {
	display: flex;
	flex-wrap: wrap
}

button.woo_order_tip_remove {
	background: var(--color-content-border);
	padding: 5px;
	margin: 3px;
	order: -1;
}

.exfd-cart-mini .exwf-quantity {
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.exfd-cart-mini {
	width: 100%;
}

.exfd-cart-content .exfd-cart-mini>p.woocommerce-mini-cart__empty-message {
	font-size: 22px;
}

.exfd-cart-content:has(p.woocommerce-mini-cart__empty-message) {
	text-align: center;
}

div#wc-stripe-payment-request-wrapper,
p#wc-stripe-payment-request-button-separator {
	display: none !important;
}

button.single_add_to_cart_button.button.alt {
	float: right !important;
}

.exwoofood-woocommerce.woocommerce div.quantity input[type="number"] {
	margin: 8px;
}



@media screen and (max-width:767px) {
	.exfd-cart-content.full-width-custom .exfd-cart-mini {
		padding: 15px;
	}

	.exfd-cart-content.full-width-custom .exfd-cart-content-outer .exfd-close-cart {
		right: -3px;
	}

	.exfd-cart-content.full-width-custom .exfd-cart-mini .woocommerce-mini-cart li {
		padding-left: 28%;
		padding-top: 0;
	}

	.exfd-cart-content.full-width-custom .exfd-cart-mini .woocommerce-mini-cart li img.size-woocommerce_thumbnail {
		width: 26%;
		height: auto;
		aspect-ratio: 1/1;
	}
}

dt.variation-Size,
dd.variation-Size {
	display: none !important;
}

span.mini-cart-item-name {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}

.page-id-1956 .us_custom_b6f92888 .wpb_wrapper h1,
.page-id-1954 .us_custom_b6f92888 .wpb_wrapper h1,
.page-id-2198 .us_custom_8b3d6790 .wpb_wrapper h1,
.page-id-1955 .us_custom_b6f92888 .wpb_wrapper h1 {
	text-align: center !important;
}

.page-id-1954 .woocommerce .quantity input.qty {
	background-color: transparent;
	border: 1px solid var(--color-content-border);
	color: #fff;
	padding: 5px 10px;
	height: unset;
	min-height: unset;
	line-height: unset;
	text-align: center;
	padding-left: 20px;
	padding-right: 10px;
}


@media screen and (max-width:576px) {
	.exfd-cart-content.full-width-custom .exfd-cart-content-outer {
		min-height: calc(100% - (.5rem * 2));
	}
}

.page-id-1954 .woocommerce .variation dt {
	display: block;
	width: 100%;
}

.page-id-1954 .product-name a:first-child {
	font-weight: bold;
}

.page-id-1954 .woocommerce-cart-form__cart-item.cart_item td {
	padding: 20px 1rem;
}

.page-id-1954 .woocommerce td.product-remove {
	padding-left: 0;
	padding-right: 0;
}

#home-we-offer-text{
    position: relative;
    z-index: 1;
    background-color: rgba(0,0,0,0.7);
    color: #ccc;
    padding: 20px;
}
#home-we-offer-text .us_custom_eb849559 span{
	font-weight: bold;
	font-size: 16px;
	padding: 0 15px;
	display: inline-block;
}
#home-we-offer-text .us_custom_eb849559{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:1199px) {
	#home-we-offer-text{
		margin-top: -109px;
	}
}
@media screen and (max-width:767px) {
	#home-we-offer-text {
		margin-top: -45px;
	}
}

@media screen and (max-width:600px) {
	#home-we-offer-text {
		margin-top: -25px;
	}
}
