﻿.insidePageHeader {
    background-image: url(/images/template/headerBanners/yogaDay.jpg);
    background-position: bottom;
}

.pageContent {
    min-height: inherit;
}

.noItemsPanel {
    padding: 0 20px 20px 20px;
}

.noCart {
    display: none;
}

.scItems {
    display: none;
    width: 418px;
    margin: auto;
}

    .scItems ul li {
        border-bottom: 1px solid #dcdada;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }

    .scItems .productImg {
        float: left;
        width: 100px;
    }

    .scItems .prodInfo {
        float: right;
        text-align: left;
        width: 298px;
    }

    .scItems .prodCode {
        display: block;
        font-style: italic;
        color: #b2b2b2;
        font-size: 13px;
        padding: 3px 0 10px 0;
        text-transform: uppercase;
    }

    .scItems .editBed {
        display: block;
        font-size: 13px;
        padding: 3px 0 10px 0;
    }

        .scItems .editBed a {
            color: #008FBE;
            text-decoration: none;
        }

    .scItems .bottomItems {
        bottom: 35px;
        position: absolute;
        text-align: center;
        width: 418px;
    }

    .scItems .checkoutBtn, .noCart .checkoutBtn, .checkoutBtn {
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'MagallanesCondBold';
        border: 0;
        display: inline-block;
        -moz-border-radius: 22px;
        border-radius: 22px;
        padding: 8px 8px 8px 20px;
        text-decoration: none !important;
        display: inline-block;
        background-color: #D8C722;
        color: #fff;
        margin: 15px auto 0 auto;
        box-shadow: 3px 5px 0px rgba(0, 0, 0, 0.1);
    }

        .scItems .checkoutBtn .label, .noCart .checkoutBtn .label, .checkoutBtn .label {
            padding: 5px 15px 0 0;
            display: inline-block;
        }

        .scItems .checkoutBtn:hover, .noCart .checkoutBtn:hover, .checkoutBtn:hover {
            background-color: #d1c121 !important;
            color: #fff !important;
            cursor: pointer;
        }

.promoCartItem {
    display: none;
}

.scItems .promoCodeContainer {
    float: left;
    width: 209px;
    text-align: left;
}

    .scItems .promoCodeContainer input[type=text] {
        width: 140px;
        padding: 5px;
        height: 30px;
        font-size: 14px;
        margin: 10px 0 0 0;
        background-color: #fff;
        border: 1px solid #dcdada;
        box-sizing: border-box;
        float: left;
    }

    .scItems .promoCodeContainer .applyPromoCodeBtn {
        width: 60px;
        float: left;
        display: inline-block;
        margin: 10px 0 0 5px;
        height: 30px;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
        padding: 5px 0 0 0;
        background-color: #dcdada;
    }

        .scItems .promoCodeContainer .applyPromoCodeBtn:hover {
            background-color: #d8c722;
            color: #fff;
            cursor: pointer;
        }

    .scItems .promoCodeContainer .promoCodeError {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        color: #e24301;
        font-weight: bold;
        display: none;
    }

.scItems .prodItemPrice {
    width: 209px;
    float: left;
    text-align: right;
}

.scItems .prodSubTotal {
    font-size: 32px;
    display: block;
    padding: 15px 0 30px 0;
}

.scItems .scrollable {
    overflow: hidden;
    position: relative;
}

.scItems .itemSubTotal {
    display: inline-block;
    float: left;
    font-weight: 700;
}

.scItems .removeBtn {
    display: inline-block;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #b2b2b2;
    line-height: 18px;
    padding: 2px 0 0 0;
    text-decoration: none;
}

    .scItems .removeBtn:hover {
        color: inherit;
        cursor: pointer;
    }

.scItems removeBtn img {
    float: left;
    margin: 0 6px 0 0;
}
