.product p.price:first-of-type{
	display: none;
}

#custom-product-bundles .d-flex li label span {
    text-transform: lowercase;
}

.woocommerce-Price-amount {
    text-transform: none !important;
}

#custom-product-bundles h3{
    margin-top: 1.7em;
    margin-bottom: 1em;
}

#custom-product-bundles img{
	width: 16px;
    margin: 0em 0.5em;
}

#custom-product-bundles ul.d-flex{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}

#custom-product-bundles .d-flex li{
    width: 100% !important;
}

#custom-product-bundles .d-flex li.label{
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
}

#custom-product-bundles .d-flex li label span{
    font-weight: 600;
}

#custom-product-bundles .bundle-sleva{
    color: #63ab0a !important;
    font-weight: 600;
    padding: 0 15px;
}

#custom-product-bundles .bundle-button{
    margin: 0px !important;
}

#custom-product-bundles input[type=radio] ,#custom-product-bundles input[type=checkbox] {
    box-sizing: border-box;
    margin: 5px;
}

@media only screen and (min-width: 1201px){
#custom-product-bundles ul{gap: 5px}
    .custom-product-bundles{
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1200px){
    #custom-product-bundles ul{display: flex;flex-direction:column;gap: 5px}
    .custom-product-bundles{
        padding-bottom: 15px;
    }
}

a.woocommerce-remove-coupon[data-coupon="pbb_bundle_discount"] {
    display: none !important;
}

.cart-totals__table .cart-totals__body th{
    margin-right: 15px;
}

.bundle-button.loading {
    opacity: 0.6;
    pointer-events: none;
}
  
.bundle-button.loading::after {
    content: ' ⏳';
    color: #fff;
}

@media only screen and (max-width: 420px){
    #custom-product-bundles .mt-1 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        align-content: flex-start;
        font-size: 0.85rem !important;
        justify-content: space-around;
    }
	#custom-product-bundles .bundle-sleva{
		padding: 0px;
	}
}