/* DEC-4270 Main Promo Details display */
.bundle_form .bundled_product.product { 
	display: flex;
    align-items: center; 
	border: 0px;
	border-radius: 10px;
	margin-bottom: 15px !important;
	padding-bottom: 0px !important;
	border-bottom: 0px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

h4.bundled_product_title {
	margin-bottom: 0px !important;
	font-size: 16px;
}

.bundled_product_summary .bundled_product_images img {
	width: 70% !important;
			border-radius: 10px 0px 0px 10px;
}

@media (max-width: 767px) {
	.bundled_product_summary .bundled_product_images img {
		width: 50% !important;
		border-radius: 10px 0px 0px 10px;
	}
}

@media (max-width: 767px) { 
	h4.bundled_product_title {
	margin-bottom: 0px !important;
	font-size: 14px;
	}
}

.small_width.bundle_form div.bundled_product_summary .bundled_product_images img, .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images img {
    margin-bottom: -1px !important;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
	padding: 0px !important;
}

.bundled_product.bundled_product_summary {
    transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}

.bundled_product.bundled_product_summary:hover {
    transform: scale(0.985);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15); 
}

.promotion-boxes {
	border: none !important;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button, .woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce button.button, .woocommerce button.button.alt {
    width: 100%;
	border-radius: 10px;
}

.promotion-boxes .promotion-content span {
    color: #333333 !important;
}

.promotion-boxes {
    display: inline-grid;
	margin-bottom: 0px !important;
}

.promotion-boxes .promotion-hero {
    display: block;
}

@media (max-width: 767px) {
 .bundled_product.bundled_product_summary .bundled_product_images {
    width: 86px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .bundled_product.bundled_product_summary .bundled_product_images img {
    width: 56px !important;
    max-width: 56px !important;
    height: auto !important;
    display: block !important;
  }
}

.theme-astra.woocommerce div.product form.bundle_form {
    margin: 0px !important;
}

.bundled_item_optional {
	padding-left: 20px;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
	padding: 20px 20px 20px 0px !important;
}

a.added_to_cart.wc-forward, .woocommerce a.added_to_cart.wc-forward, .woocommerce-message a.wc-forward, .woocommerce-notices-wrapper a.wc-forward {
  border: solid 1px #6d6d6d;
  border-radius: 22px;
  width: 100%;
  text-align: center;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-top: 0px;
  color: #6d6d6d;
  margin-bottom: 10px;
}

a.added_to_cart.wc-forward:hover, .woocommerce-message a.wc-forward:hover, .woocommerce a.wc-forward:hover, a.added_to_cart.wc-forward:focus {
    background: #6d6d6d !important;
    color: #fff !important;
    opacity: 0.85 !important;
}