.ch-bundled-card-wrapper {
display: flex;
flex-direction: column;
margin: 20px 0;
}
.ch-bundled-card-wrapper .ch-bundled-card-title {
font-weight: bold;
}
.ch-bundled-card-wrapper .ch-bundled-card-content {
display: flex;
padding: 10px;
border: 2px solid #ebebeb;
align-items: center;
border-radius: 10px;
box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.ch-bundled-card-wrapper .ch-bundled-card-content img {
height: 90px;
width: auto;
}
.ch-bundled-card-wrapper .ch-bundled-card-details {
display: flex;
flex: 1;
flex-direction: column;
padding-left: 15px;
}
.ch-bundled-card-wrapper .ch-bundled-card-product-title {
font-weight: bold;
margin-top: 5px;
}
.ch-bundled-card-wrapper .ch-bundled-card-product-description {
margin-bottom: 5px;
}
.ch-bundled-card-wrapper .ch-bundled-add-to-cart {
display: flex;
align-items: center;
justify-content: center;
background: #212121;
min-height: 40px;
margin: 0 20px;
}
.ch-bundled-card-wrapper .ch-bundled-add-to-cart:hover{
background: #bf1e2e;
}
.ch-bundled-card-wrapper .ch-bundled-add-to-cart-inner {
flex: 1;
text-align: center;
color: #ffffff;
}
.ch-bundled-card-wrapper .ch-bundled-add-to-cart-inner:hover {
color: #ffffff;
}