.cart-empty {
    flex: 1;
    text-align: center;
    height: min-content;
    padding: 50px 60px 60px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #ccc;
}

.cart-message {
    padding: 30px 40px 40px;
    text-align: center;
    flex: 1;
    border-bottom: 1px solid #ccc;
}
.cart-message p {
    margin: 0;
}
.cart-message-actions {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.cart-message-actions a + a {
    margin-left: 10px;
}

/* Cart Items */
.cart-items {
    border-top: 1px solid #ccc;
    flex: 1;
}
.cart-item {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.cart-item-image {
    width: 250px;
    margin: auto;
}
.cart-item-image img {
    width: 100%;
}
.cart-item-content {
    flex: 1;
}
.cart-item-title {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
.cart-item-field {
    margin: 0;
}
.cart-item-field.extra-option-field {
    text-transform: capitalize;
}
.cart-item-field-label {
    font-weight: 500;
}
.cart-item-options {
    display: flex;
    margin-top: 5px;
}
.cart-item-options button {
    display: flex;
    align-items: center;
    padding: 0;
    color: #ad8337;
    font-weight: 500;
    background: none;
    outline: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}
.cart-item-options button + button {
    margin-left: 1rem;
    border-left: 1px solid #ccc;
    padding-left: 1rem;
}
.cart-item-options button i {
    margin-right: 8px;
}
.cart-item-price {
    margin-top: 20px;
}
.cart-item-price .price {
    margin-bottom: .5rem;
}
.cart-item-price .old-price {
    color: #aaa;
    line-height: 1.2;
    margin-bottom: 0;
    text-decoration: line-through;
}
.cart-item-price .new-price {
    margin-bottom: .5rem;
}
.cart-item-price.loading .price, .cart-item-price.loading .old-price, .cart-item-price.loading .new-price {
    background: url(/images/loading-gold.gif) no-repeat center right;
    background-size: 1.5rem;
    color: transparent;
}
.cart-item-quantity {
    border: 1px solid #ccc;
}
.cart-item-quantity .quantity {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.cart-item-quantity input {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    border: none;
    background: transparent;
}
.cart-item-quantity input:disabled {
    color: #aaa;
}
.cart-item-quantity input[type="button"] {
    font-size: 1.5rem;
    margin-top: -2px;
}
.cart-item-quantity input[type="number"] {
    width: 2rem;
    outline: none;
    appearance: none;
    -moz-appearance: textfield;
}
.cart-item-quantity input::-webkit-outer-spin-button,
.cart-item-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* End Cart Items */

#cart-coupons {
    margin-top: 20px;
    padding: 10px 15px 15px;
    background: #eee;
    border: 1px solid #ccc;
}
#cart-coupons p.section-label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.coupon-code {
    background-color: white;
    display: flex;
}
#coupon-input {
    flex-grow: 1;
    padding: 5px 10px;
    min-width: 100px;
    outline: none;
    border-radius: 0;
    border: 1px solid #ccc;
}
#coupon-input.loading {
    background-color: white;
    background: url('https://vanderloc.com/images/loading.gif') no-repeat right center;
    background-size: 20px 20px;
    background-position: calc(100% - 10px);
}
#coupon-apply {
    letter-spacing: .1rem;
}
.applied-coupons {
    display: flex;
}
.applied-coupon {
    color: white;
    background: #0a0;
    display: flex;
    padding: 5px 10px;
    margin: 15px 5px 0 0;
    cursor: pointer;
}
.applied-coupon p {
    font-size: .9rem;
    font-weight: 500;
    margin-right: .5rem;
    margin-bottom: 0;
}
.applied-coupon span {
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.modal #wishlist-options, .modal #create-wishlist-input {
    width: 80%;
    margin: auto;
    box-shadow: none;
    border: 1px solid #ccc;
}
.modal .create-new-wishlist-button, .modal .go-back-button {
    text-align: center;
}
.modal .create-new-wishlist-button button, .modal #go-back {
    -webkit-appearance: none;
    appearance: none;
    color: #ad8337;
    background: white;
    border: none;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    font-weight: 600;
}
.modal .login-message {
    margin-top: 20px;
    font-weight: 600;
}
.modal .login-message a {
    color: #ad8337;
}

/* Export Quote Modal */
#export-quote {
    margin-top: .5rem;
    background-color: #666 !important;
    border-color: #666 !important;
    padding: .25rem;
}
#export-quote:focus, #export-quote:hover {
    background-color: #444 !important;
    border-color: #444 !important;
}
#export-quote i {
    margin-right: 5px;
}
#export-quote-modal .modal-content, #export-quote-modal .modal-body {
    padding: 0;
}
#show-quote-preview, #show-quote-form {
    font-weight: 500;
    color: #ad8337;
    background: none;
    outline: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}
#export-quote-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
#export-quote-form {
    width: 100%;
}
.form-container, .pdf-preview-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 30px;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.pdf-preview-container {
    position: absolute;
    right: calc(-100% - 30px);
}
.pdf-preview-container.active {
    transform: translateX(calc(-100% - 30px));
}
.form-container.active {
    transform: translateX(calc(-100% - 30px));
}
.pdf-preview-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.placeholder-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 40px);
    margin-bottom: 10px;
    background-color: #f0f0f0;
    color: #888;
    font-size: 1.5em;
    text-align: center;
}
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/loading-gold.gif");
    background-size: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .cart-item-quantity {
        max-width: 100px;
    }
}

@media (min-width: 992px) {
    .cart-message {
        padding: 50px 60px 60px;
    }
    .cart-item {
        display: flex;
    }
    .cart-item-image {
        margin: 0 40px 0 0;
    }
    .cart-item-info {
        display: flex;
        justify-content: space-between;
    }
    .cart-item-price {
        margin-top: 5px;
        text-align: right;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}