/* The Card custom */
.tc_shipping_promo {
    border: 1px solid #24b9d7;
    padding: .5rem;
    font-weight: bold;
}

#blockcart-modal .tc_shipping_promo {
    margin-bottom: 16px;
}

.cart-summary .tc_shipping_promo {
    margin-top: 16px;
}

.product-information .tc_shipping_promo {
    display: inline-flex;
    margin-bottom: 5px;
}
.product-information .product-quantity {
    flex-wrap: wrap;
}