.module-categoryoffer-wrapper .card-body {
    padding: 20px 0 0;
    text-align: center;
}
.d-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.product-card-title, .product-card-price, .product-card-description {
    text-align: center;
}
.product-snapshot-vertical .product-card-item:not(.product-card-price):not(.product-card-title) {
    text-align: center;
}
.module-categoryoffer-wrapper .card-body {
    text-align: center;
}
#lastseen .product-card-title {
    text-align: center;
}
.product-card-title, .product-card-price, .product-card-description {
    text-align: center;
}
.product-card-footer {
    margin: auto;
}
.col {
    background: white;
}
.sr-cart-page .page-head h1 {
    font-size: 1rem;
}
.product-short-description {
    color: #000000;
}
.checkout-app-confirmation .summary-row-order-comment .row-label {
	font-weight: 700;
    color: red;
}
.checkout-app-confirmation .summary-row .row-label {
    font-weight: 700;
}
.discount-interval-pretext {
    font-weight: bold;
}
.mologo {
    bottom: 0px;
    right: 0px;
    z-index: 999;
	position: sticky;
    margin: 0px 0px -7px 0px;	
}