/* Custom Flow Styles */

#checkoutNewUser {
    /*display: none;*/
}

#checkoutExistingUser {
    display: none;
}

.checkout-col-1,
.checkout-col-2 {
    padding-top: 40px;
}

.checkout-col-1 {
    width:45%;
    float:left;
}

.checkout-col-2 {
    width:45%;
    float:right;
    margin-top:0;
    border-left: 1px solid #FFFFFF;
    text-align: center;
    min-height: 220px;
}

.store input[type="password"] {
    box-sizing: border-box;
    display: inline-block;
    width: 91%;
    max-width: 320px;
    margin: 5px 5px 5px 0;
    height: 46px;
    padding-left: 10px;
    border: 1px solid #1b1b1b;
    box-shadow: none;
    font-family: "nationale","nationale-regular","Helvetica",sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.btn {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    max-width: 400px;
    min-width: 210px;
    padding: 10px 0;
    color: #fefefe;
    background-color: #741f5f;
    font-family: "nationale","nationale-regular","Helvetica",sans-serif;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
}


.btn.facebook-login-btn {
    background: #3b5998;
    margin-left: 20px;
    margin-right: 20px;
}
.btn.twitter-login {
    display: block;
    width: 100%;
    margin: 0px 20px;
    background: #55acee;
    background-size: 25px;
    padding: 12px 0 5px 0;
}

.twitter-login-icon {

    width: 23px;
}

input.error {
    box-shadow: inset 0 0 7px #ff000c !important;
    border: 1px solid #ff000c !important;
}

.cart-list.wide-cart {
    min-height: 0;
}

.cart-item-album-art {
    float: left !important;
    width: 30% !important;
}

.cart-item-description {
    float: left !important;
    width: 50% !important;
    margin: 10px auto 10px 5% !important;
}

.quality-selector-wrap {
    float: none;
    margin: 0;
}

.quality-selector-wrap .cart-price {
    float: none;
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.tidal-checkout-login {
    width: 100%;
    max-width: 400px;
}

.tidal-checkout-login input {
    width: 100% !important;
    max-width: none !important;
}

.tidal-checkout-login .btn-new {
    width: 100%;
}

.store-checkout-items .checkout-headline {
    line-height: 1.35;
}

.page-store-exp .store-prod-hero .hero-artist {
    margin-top: 10px;
    font-size: 12px;
}

.page-store-exp .store-prod-hero .hero-title {
    font-size: 12px;
}


@media (min-width: 768px) {

    .store-checkout-items {
        padding-top: 0;
    }

    .store-logo-container img {
        width: 240px;
        margin: 40px auto 60px auto;
    }

    .store-checkout-items .checkout-headline {
        font-size: 35px;
    }
}