/******************Product Bundle CSS******************/
.product-bundles {
	margin-top: 20px;
}
.product-bundles .bundle {
	margin-bottom: 40px;
    border-top: 1px solid #f1f1f1;
}
.product-bundles .price {
	float: right;
    padding-left: 15px;
    padding-right: 15px;
}
.product-bundles table.price-box {
    background: #f1f1f1;
    padding: 12px;
    margin: 6px 0 12px;
    width: 100%;
}
.product-bundles table.price-box tbody {
	float: right;
	padding-top: 10px;
    padding-bottom: 10px;
}
.product-bundles table.price-box tr {
    text-align: right;
}
.product-bundles ul li a {
	font-size: 14px;
}
.product-bundles .images span.plus {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #c90000;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    top: calc(50% - 10px);
    left: 80px;
    display: block;
    z-index: 1;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
}
.product-bundles .images span.qty {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #c90000;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    top: 2px;
    display: block;
    z-index: 1;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
}
.product-bundles .product-name {
    max-width: 25em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.product-bundles .stock {
    display: inline-block;
}
.product-bundles .images {
	display: inline-flex;
	flex-wrap: wrap;
}
.product-bundles .images .image {
	margin: 6px;
	position: relative;
}
.product-bundles .details ul li {
	line-height: 20px;
}
.product-bundles h4 {
    font-size: 20px;
    font-weight: 400;
}
.product-bundles .bundle-button {
    display: inline-flex;
    float: right;
}
.product-bundles .bundle-button button {
    margin-left: 10px;
}
.product-bundles .bundle-button .qty-buttons {
    top: 6px;
    right: 17px;
    display: grid;
    position: relative;
}
.product-bundles .bundle-button .input-quantity {
    width: 55px;
    height: 42px;
}
tr.product-bundle-row td {
	border-top: none !important;
}
tr.product-bundle-row .product-bundle-cart {
	background: #edf0f1;
}
.product-bundle-row .product-bundle-cart span a {
	/*font-size: 16px;*/
	margin-left: 8px;
}
.product-bundle-row .product-bundle-cart .product {
    margin: 0 10px 0 15px;
    padding-bottom: 5px;
}
.product-bundle-cart .product:first-child {
    padding-top: 5px;
}
.product-bundle-row .product-bundle-cart .product img {
   border: 1px solid #ddd;
}
span.normal-price {
    color: #a6a6a6;
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}
@media (max-width: 767px) {
	.product-bundles .bundle {
		margin-bottom: 85px;
	}
	.product-bundles .images {
	    margin-bottom: 10px;
	}
	.product-bundles .images .image {
	    max-width: 8em;
	}
	.product-bundles .images span.plus {
	    top: 62px;
	    left: 138px;
	}
}
.product-bundles-details-box .bundle-products .product-name {
    max-width: 25em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.product-bundles-details-box .bundle-products .price {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}
.product-bundles-details-box table.price-box {
    margin: 6px 0 12px;
    width: 100%;
}
.product-bundles-details-box ul li + li {
    margin-top: unset;
}
/***********************************/