.woocommerce-cart #content {
    padding-top: 5rem !important;
}

html[data-theme="light"] .woocommerce-cart #content {
    padding-top: 5rem !important;
}

html[data-theme="light"] a {
    color: #333 !important;
}

html[data-theme="light"] .woocommerce-Price-currencySymbol {
    color: #333 !important;
}

html[data-theme="light"] .quantity .input-group-btn {
    color: #333 !important;
}

html[data-theme="light"] .btn.btn-plus {
    color: #333 !important;
}

html[data-theme="light"] .btn.btn-minus {
    color: #333 !important;
}

html[data-theme="light"] span.woocommerce-Price-amount.amount {
    color: #333 !important;
}

html[data-theme="light"] span {
    color: #333 !important;
}

html[data-theme="light"] .woocommerce .quantity .btn.btn-plus {
    color: #333 !important;
}

html[data-theme="light"] .woocommerce .quantity .btn.btn-plus {
    color: #333 !important;
}

html[data-theme="light"] .woocommerce .quantity .btn.btn-minus {
    color: #333 !important;
}

html[data-theme="light"] .woocommerce .quantity .btn.btn-minus {
    color: #333 !important;
}

html[data-theme="dark"] .woocommerce-cart .alert-message.info {
    background-color: black !important;
}

html[data-theme="light"] .woocommerce-cart .alert-message.info {
    background-color: white !important;
}