.bundle-wrap .bundle-text, .bundle-wrap .bundle-products {
    margin: 0 0 15px 0;
}

.bundle-wrap .bundle-text {
    white-space: pre-line;
}

.bundle-products .bundle-product {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.bundle-products .bundle-product > div {
    padding-right: 10px;
}

.bundle-products .bundle-product > div:last-child {
    padding-right: 0;
    text-align: right;
}

.bundle-products .bundle-product .bundle-thumb {
    width: 50px;
}

.bundle-products .bundle-product .bundle-thumb img {
    width: 40px;
    height: 40px;
    max-width: 40px;
    display: block;
}

.bundle-products .bundle-product .bundle-qty {
    width: 80px;
    flex: 0 0 80px;
}

.bundle-products .bundle-product .bundle-qty label {
    display: none;
}

.bundle-products .bundle-product .bundle-qty input {
    width: 100%;
}

.bundle-products .bundle-product .bundle-price {
    width: 100px;
    flex: 0 0 100px;
}

.bundle-products .bundle-product .bundle-price del {
    opacity: .5;
    text-decoration: line-through;
}

.bundle-products .bundle-product .bundle-price del span {
    text-decoration: line-through;
}

.bundle-products .bundle-product .bundle-price ins {
    font-weight: normal;
}

.bundle-products .bundle-product .bundle-price .amount {
    display: inline-block;
}

.bundle-products .bundle-product .bundle-title {
    flex-grow: 1;
}

.bundle-products .bundle-product .bundle-title .bundle-title-inner {
    display: block;
    overflow: hidden;
}

.bundle-products .bundle-product .bundle-title .bundle-title-inner a {
    text-decoration: none;
    box-shadow: none;
}

.bundle-products .bundle-product .variations_form {
    margin: 0;
    padding: 0;
}

.bundle-products .bundle-product .bundle-title .stock.in-stock {
    color: green;
}

.bundle-products .bundle-product .bundle-title .stock {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.bundle-products .bundle-product .bundle-title .stock.available-on-backorder {
    color: orange;
}

.bundle-products .bundle-product .bundle-title .stock.out-of-stock {
    color: red;
}

.bundle-products .bundle-product .bundle-description, .bundle-products .bundle-product .bundle-variation-description {
    font-size: 14px;
}

.bundle-products {
    border-width: 1px 0 0 0;
    border-style: dotted;
    border-color: #e5e5e5;
}

.bundle-products .bundle-product > td {
    padding: 10px 10px 10px 0;
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #e5e5e5;
}

.bundle-products .bundle-product > td:last-child {
    padding-right: 0;
}

.bundle-products .bundle-product .variations_form .variations {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.bundle-products .bundle-product .variations_form .variations .variation {
}

.bundle-products .bundle-product .variations_form .variations .variation > div {
    display: block;
}

.bundle-products .bundle-product .variations_form .variations .variation {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    margin: 5px 5px 0 0;
    max-width: 100%;
}

.bundle-products .bundle-product .variations_form .variations .reset {
    display: inline-block;
}

.bundle-products .bundle-product .variations_form .variations .variation:last-child {
    margin-bottom: 0;
}

.bundle-products .bundle-product .variations_form .variations .variation .label {
    font-size: 12px;
    line-height: 1;
}

.bundle-products .bundle-product .variations_form .variations .variation .select {
    line-height: 1;
}



.bundle-products .bundle-product .variations_form .variations a.reset_variations {
    margin: 0;
    font-size: 12px;
}

.bundle-item-child .product-price .amount, .bundle-item-child .product-price .tax_label,
.bundle-item-child .product-subtotal .amount, .bundle-item-child .product-subtotal .tax_label,
.bundle-item-child .product-total .amount, .bundle-item-child .product-total .tax_label {
    opacity: .3;
}

body.woocommerce-no-js .bundle-wrap + form.cart {
    display: none;
}

.bundle-disabled {
    opacity: .5 !important;
    cursor: not-allowed !important;
}


.bundle-wrap {margin:10px auto;padding:10px;border:1px solid #eee;border-radius:4px;}



.bundle-title .variation .label {
display: none !important;
}
.bundle-products .bundle-product .variations_form .variations .variation {
display: block;
float: none;
padding: 0px;
margin: 0;
width: 100%;
}
.bundle-products .bundle-product .variations_form .variations {
margin: 0;
display: flex;
border:0px solid #fff !important;
}
.bundle-products .bundle-product .bundle-title {
display: flex;
align-content: space-evenly !important;
}
.bundle-products .bundle-product > div:last-child {
width: 100%;
}
.bundle-products .bundle-product .bundle-title .bundle-title-inner {
display: flex;
align-content: center;
align-items: center;
}
.bundle-products .bundle-product .variations_form .variations .variation .select select {
padding: 5px 30px 5px 5px;
border-radius:2px;
}
.bundle-products .bundle-product .variations_form {
padding: 5px;
}
.variations select {
margin: 0;
}
.variations select {
display: flex;
align-self: center;
}
p.stock {
display: none
}