/*
Theme Name: DailyMeal
*/
.hero {
	min-height: 1px;
	padding-bottom: 150px
}
.hero .container.no-relative {
	height: auto;
}
section.products-slider {
	padding-top: 0
}
section.woo-plans .plans-holder .one-plan .excerpt {
	display: none;
}
.product_type_subscription.add_to_cart_button {
	display:none !Important;
}
.plan-section .bundle_form {
	display: grid; /* 1 */
  grid-template-columns: repeat(4, 24%); /* 2 */
  grid-gap: 1rem; /* 3 */
  justify-content: space-between; /* 4 */
}
.plan-section .bundle_form::before {
	display: none !important;
}
.plan-section .bundled_product {
	display: flex;
	 display: inline-grid;
	flex-direction: column;
	background: #fff;
border-radius: 20px;
text-align: center;
	border: 2px solid #fff !important;
	padding: 20px !important;
	/* cursor: pointer; */
	transition: all 0.2s ease;
	margin-bottom:  0 !important;
}
.plan-section .details {
	padding-left: 0 !important;
	width:100% !important;
}
.plan-section .product_meta {
	display: none !important;
}
.plan-section .bundled_form::after {
	content: "";
  flex: auto;
}
.plan-section .bundled_product:hover {
	background: #F6E4E0;
}
.plan-section .item_title {
	font-size: 20px;
}
.plan-section .bundled_product.active {
	border: 2px solid #ED705A !important;
	background: #F6E4E0;
}
/* .plan-section .bundled_product .bundled_product_checkbox {
	display:none;
} */
.plan-section .woocommerce-product-gallery {
	display: none;
}
.plan-section .bundled_product_images {
	width: 100% !important;
	margin: 0 auto !important;
	max-width: 150px;
}
.plan-section .summary {
	width: 100% !important;
}
.plan-section {
	padding-top: 200px;
}
.plan-section .bundle_data {
	width: 100%;
	    grid-column: span 4;
}
.plan-section .bundle_button .quantity input.qty {
	height: 50px !important;
	border-radius: 10px !important;
	border: none !important;
}
.plan-section .woocommerce .bundle_button .single_add_to_cart_button {
	background: transparent !important;
}
.plan-section .woocommerce .entry-summary > p.price {
	display: none !important;
}

@media (min-width: 1200px){
    .products-slider .container, .hero .container,.top-menu .container {max-width:1370px}
}
section.full-width .categories-holder a{backdrop-filter: none!important;}
}
