.page-header {
    border: 0;
    margin-bottom: 0;
    background-color: #351c15;
    border-bottom: #ffb500 5px solid;
}

.special-orders {
    border: 0;
    margin-bottom: 0;
    background-color: sandybrown;
    border-top: #351c15 3px solid;
}

.special-orders-test {
    border: 0;
    margin-bottom: 0;
    color: #FFF;
    background-color: #008198;
}

.special-orders-2 {
    border: 0;
    margin-bottom: 0;
    /* background-color: #351c15; */
    background: sandybrown; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(sandybrown, white); /* Safari 5.1–6.0 */
    background: -o-linear-gradient(sandybrown, white);      /* Opera 11.1–12.0 */
    background: -moz-linear-gradient(sandybrown, white);    /* Firefox 3.6–15 */
    background: linear-gradient(sandybrown, white);         /* Standard syntax */
    border-top: #351c15 3px solid;
}

.special-orders-bu {
    border: 0;
    margin-bottom: 0;
    /* background-color: #351c15; */
    background: sandybrown; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(sandybrown, white); /* Safari 5.1–6.0 */
    background: -o-linear-gradient(sandybrown, white);      /* Opera 11.1–12.0 */
    background: -moz-linear-gradient(sandybrown, white);    /* Firefox 3.6–15 */
    background: linear-gradient(sandybrown, white);         /* Standard syntax */
    border-top: #351c15 3px solid;
}

.page-header-x {
    background: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9997;
    background-color: #351c15;
    border-top: #ffb500 5px solid;
    left: 0;
}

.page-header-orig {
    background: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9997;
    background-color: #351c15;
    border-top: #ffb500 5px solid;
    left: 0;
}

.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
.cart-container .cart-gift-item .action.continue {
    float: left;
    display: inline;
}

.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
    border-radius: 3px;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px 7px 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
}

