#order-standard_cart .product-info {
  margin: 0 0 20px 0;
  padding: 6px 15px;
  font-size: 1em;
  background-color: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

#main-body {
  
  background-color: #fff;
}


.btn-primary {
 
  background-color: #2E4053;
  border-color: #2E4053;
}

#order-standard_cart .view-cart-items-header {
  
  background-color: #2E4053;
 
}

#order-standard_cart .order-summary h2 {
 
  background-color: #2E4053;
}

#order-standard_cart .cart-sidebar {
 
  display: none;
}
#order-standard_cart .sidebar-collapsed {
  display: none;
}

#order-standard_cart .product-info .product-title {
  margin: 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #2E4053;
}

header.header .logo-img {
  max-width: 150px;
  max-height: 60px;
}


#order-standard_cart .font-size-36 {
  font-size: 28px;
}
.custom-select {
  
    font-size: 0.8rem;
}
