/* CMOR cart recommendations - transparent + centered */
.cmor-cart-rec-card,
.cmor-cart-rec-image,
.cmor-cart-rec-info {
background: transparent !important;
}
.cmor-cart-rec-name,
.cmor-cart-rec-price {
text-align: center !important;
}
.cmor-cart-rec-info {
padding: 9px 4px 0 !important;
}
.cmor-cart-rec-heading {
text-align: center !important;
}
.cmor-cart-rec-grid {
justify-content: center !important;
}