.cl-product-info {
    flex-wrap: wrap;
    justify-content: space-around;
}
.bundled_products{
    width: 70%;
}

.cart.bundle_data{
    width: 30%;
    margin-left: 40px;
}
.woocommerce div.product form.cart .button {
    color: white !important;
}
body:not(.member-discount).woocommerce #member-price-special{
	display: block !important;
}
#member-price-special {
    display: none !important;
}
body.admin-bar.theme-picante #member-price-special .member-price-normal{
	display: none !important;
}
span.bundled_item_price_quantity {
    display: none;
}
.entry-summary .price{
    display: none;
}
.woocommerce-product-details__short-description p{
    display: block !important;
}
.cl-product-info {
    flex-wrap: wrap;
    justify-content: space-around;
}
.bundled_products{
    width: 70%;
}
.woocommerce #member-price-special{
	display: block !important;
}

body.admin-bar.woocommerce #member-price-special .member-price-normal{
	display: none !important;
}
body.admin-bar.woocommerce .related.products li.member-discount #member-price-special .member-price-normal{
	display: none !important;
}
.cart.bundle_data{
    width: 30%;
    margin-left: 40px;
}
table tbody tr:nth-child(2n) td {
    background: rgb(217 217 217 / 67%);
}
table tbody td {
    background: #f7f7f7;
}
.woocommerce div.product form.cart .button {
    color: white !important;
}
.bundled_product_image {
    padding-left: 8px;
}
#member-price-special {
    display: none !important;
}
span.bundled_item_price_quantity {
    display: none !important;
}
.entry-summary .price{
    display: none !important;
}
.woocommerce-product-details__short-description p{
    display: none;
}

.subscription-details{
    display:none;
}
.bundle_price p.price {
    padding-top: 22px;
}
.bundled_item_col.bundled_item_details_head{
        text-align: left;
}
.bundle_error .woocommerce-info{
    padding: 9px 10px !IMPORTANT;
    min-height: 80px;

}
.bundle_error .woocommerce-info .msg{
        padding-left: 0px;
}
.status_msg {
    display: flex;
    justify-content: space-between;
   
    width: 100%;
}
.msg li{
    font-size: 15px;
}

.bundle_wrap {
        padding-top: 12px;
    }

span.bundled_items_selection_status {
    padding-left: 0;
    margin-left: 5px;
    display: block !important;
}

.woocommerce-info {
        display: flex;
        align-items: center;
    }
  
.woocommerce-info::before {
        position: unset !important;
    }
  #cl_column_644a6725638a28-86571221{
    width:100%;
    }

span.woocommerce-Price-amount.amount {
        font-size: 20px;
    }
.woocommerce button.button.alt.disabled {
    background: #eceff0 !important;
}

.bundle_button .single_add_to_cart_button {
 background-color: #a46497 !important;
}

#unique-row-2 .cl-btn-div,
#unique-row-4 .cl-btn-div {
    text-align: center;
	margin-top: 30px !important;
}

#block-10 {
	max-width: 110px !important;
	width: 100%;
}
#socialicons img {
	width: 50px !important;
	height: 50px !important;
}



@media (max-width: 1199px) {
    .bundle_wrap .bundle_button {
        display: flex;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .bundle_error .woocommerce-info {
        display: block;
    }
    .status_msg {
        flex-direction: column;
    }
}

@media (max-width: 375px) {
    .msg li {
        font-size: 14px;
    }
}