/* AdMonkey cart readability */
#order-standard_cart,
#order-standard_cart .cart-body,
#order-standard_cart .cart-body p,
#order-standard_cart .cart-body li,
#order-standard_cart .field-container,
#order-standard_cart label,
#order-standard_cart .products .product,
#order-standard_cart .products .product div.product-desc,
#order-standard_cart .products .product div.product-desc p,
#order-standard_cart .products .product div.product-desc li,
#order-standard_cart .products .product footer,
#order-standard_cart .view-cart-items,
#order-standard_cart .view-cart-items .item,
#order-standard_cart .view-cart-items .item span,
#order-standard_cart .view-cart-items .item small,
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .summary-container,
#order-standard_cart .summary-container div,
#order-standard_cart .summary-container span,
#order-standard_cart .domain-checker-container,
#order-standard_cart .domain-checker-container p,
#order-standard_cart .domain-lookup-result,
#order-standard_cart .domain-lookup-result p,
#order-standard_cart .domain-selection-options label,
#order-standard_cart .sub-heading span,
#order-standard_cart .header-lined,
#order-standard_cart .header-lined h1,
#order-standard_cart .header-lined p,
#order-standard_cart h1,
#order-standard_cart h2,
#order-standard_cart h3,
#order-standard_cart h4,
#order-standard_cart h5,
#order-standard_cart h6,
#order-standard_cart .product-title,
#order-standard_cart .product-info .product-title {
    color: #111;
}

#order-standard_cart .text-muted,
#order-standard_cart .view-cart-items .item-group,
#order-standard_cart .view-cart-items .item-domain,
#order-standard_cart .view-cart-items .cycle,
#order-standard_cart .products .product div.product-pricing {
    color: #555;
}

#order-standard_cart .view-cart-items-header,
#order-standard_cart .view-cart-items-header *,
#order-standard_cart .cart-sidebar .card-header,
#order-standard_cart .cart-sidebar .panel-heading,
#order-standard_cart .cart-sidebar h3,
#order-standard_cart .sidebar-collapsed h3,
#order-standard_cart .order-summary h2 {
    color: #fff;
}

#order-standard_cart .products .product header,
#order-standard_cart .products .product .header {
    border-bottom: 1px solid #d99000;
    background: linear-gradient(180deg, #ffc247 0%, #ffad00 100%);
}

#order-standard_cart .products .product header span,
#order-standard_cart .products .product header h3,
#order-standard_cart .products .product .header h3 {
    color: #111;
    font-weight: 900;
}

#order-standard_cart .header-lined {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

#order-standard_cart .header-lined h1 {
    color: #111;
    font-weight: 900;
}

#order-standard_cart .products .product div.product-pricing span.price,
#order-standard_cart .total-due-today .amt,
#order-standard_cart .item-price span:first-child,
#order-standard_cart .domain-lookup-result .domain-price,
#order-standard_cart .domain-price,
#order-standard_cart .domain-name {
    color: #d99000;
}

#order-standard_cart input.form-control,
#order-standard_cart select.form-control,
#order-standard_cart textarea.form-control,
#order-standard_cart .custom-select {
    color: #111;
}

#order-standard_cart input.form-control::placeholder,
#order-standard_cart textarea.form-control::placeholder {
    color: #7b7b7b;
}
