/*
|--------------------------------------------------------------------------
| Color Variables
|--------------------------------------------------------------------------
*/
/************* Screen Sizes Breakpoints Variables *************/
/*
|--------------------------------------------------------------------------
| Screen Sizes Breakpoints Variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Grid Columns, Options
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Spacing variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Gutter Variables
|--------------------------------------------------------------------------
*/
/* Genral Functions - Non-site-specific Functionality */
/* Functions for colors*/
/*** Foundation Functions **/
.checkout-cart .left-section {
  width: calc(100% - 270px);
  padding-right: 1.25rem; }

.checkout-cart .right-section {
  width: 16.875rem;
  margin-left: auto; }

.checkout-cart .white-box {
  background-color: #FFF;
  padding: 0.625rem;
  border-top: 2px solid #DB542C; }

.checkout-cart .btns {
  margin-top: 1.875rem; }
  .checkout-cart .btns a {
    margin-bottom: 0.625rem; }

.checkout-cart .card-tertiary {
  border: none; }

.checkout-cart .unauthenticated-guest-customization-message, .checkout-cart .login-to-view-availability-link {
  font-size: 0.8125rem; }

.checkout-cart .availability-by-warehouse-link {
  display: none; }

.checkout-cart .invalid-price {
  color: red; }

/*# sourceMappingURL=checkout-cart.css.map */