/**
 * Custom CSS Stylesheet
 * 
 * BOOTSTRAP v3.4.0
 *
 */
.list-group {
  display: none;
}

.card {
  background-color: #f0f0ce;
}

.card-header {
  background-color: rgb(250, 204, 21);
  color: #000;
}

.card-body {
  color: #000;
}

.table {
  color: #fff;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(150, 150, 100, 0.5);
}

.table-hover tbody tr:hover{
  color: #b3f705;
}

label {
  margin-bottom: 0;
}

#seQuoteResults {
  color: #000;
}

#shippingEstimatorModal {
  color: #000;
}

.modal-content {
  color: #000;
  background-color: #f0f0ce;
}

/**
.centerBoxContents.card {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}
*/

.centerBoxContents.card {
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
border-radius: 15px;
}

.productsCell-cart, .priceCell-cart, .totalsCell-cart {
    color: #fff;
}

.cartTableDisplay {
    color: #000;
}

#cartTableDisplay-qtyHeading-cart, #cartTableDisplay-qtyUpdateHeading-cart, #cartTableDisplay-productsHeading-cart, #cartTableDisplay-priceHeading-cart, #cartTableDisplay-totalsHeading-cart, #cartTableDisplay-removeHeading-cart, #cartTotal {
    color: #fff;
}

.orderTableDisplay {
    color: #000;
}

.orderHistoryStatusTableDisplay {
    color: #000;
}

#footerWrapper {
    font-size: 0.65rem;
}
