p {
    color: #000;
    font-size: 14px;
}
h1 {
    font-size: 30px;
}
h5 {
    font-size: 14px;
}
label {
    font-size: 14px;
}
body {
    font-size: 14px;
}
.cart-list .table-responsive td > label, .cart-list .table-responsive td > span{
    font-size: 14px;
}
.product-details .product-review {
    font-size: 14px;
}
.product-price {
    font-size: 16px;
}
.theme-black .wrapper, .theme-blue .wrapper, .theme-marrs-green .wrapper, .theme-navy-blue .wrapper, .theme-pink .wrapper, .theme-red .wrapper, .theme-sky-blue .wrapper, .theme-violet .wrapper{
    color: #000;
}
.theme-black .my-account .sidebar-menu li a, .theme-blue .my-account .sidebar-menu li a, .theme-marrs-green .my-account .sidebar-menu li a, .theme-navy-blue .my-account .sidebar-menu li a, .theme-pink .my-account .sidebar-menu li a, .theme-red .my-account .sidebar-menu li a, .theme-sky-blue .my-account .sidebar-menu li a, .theme-violet .my-account .sidebar-menu li a{
    color: #000;
}
.theme-black .checkbox label, .theme-blue .checkbox label, .theme-marrs-green .checkbox label, .theme-navy-blue .checkbox label, .theme-pink .checkbox label, .theme-red .checkbox label, .theme-sky-blue .checkbox label, .theme-violet .checkbox label{
    color: #000;
}
.my-account .sidebar-menu li a {
    font-size: 14px;
    font-weight: 400;
}
.theme-red .btn-primary {
    color: #fff;
    background: #000;
    border-color: #000;
}
.alert .alert-text{
    color: #FF0000;
    font-weight: 600;
}
.cart-total .available-shipping-methods > span{
    font-weight: 500;
}
.cart-total .item-amount{
    font-size: 14px;
}