/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.link-subscription-instructions .vc_col-sm-3 {
    border-right: 1px solid #C7C7C7;
    min-height: 100px;
}

.link-subscription-instructions .vc_col-sm-3:last-child {
    border-right: none;
}

.checkout-title {
    margin-bottom: .5em;
    width: 20%;
    float: left;
}

.main-checkout-row {
    margin: 3em auto !important;
}

.main-checkout-row h4 {
    font-family: 'Titillium Web';
}

h4.order-information-heading {
    margin-bottom: 20px;
}

#shipping-address, #shipping-address-update {
    text-align: center;
    padding: 2em 1em;
    background-color: #eeece7;
    text-align: left;
}

#shipping-address h4, #shipping-address-update h4 {
    margin-bottom: 1.5em;
}

.cont-payment-container {
    background-color: white;
    width: 130%;
    margin-left: -15%;
    margin-top: 50px;
    margin-bottom: -60px;
    padding-top: 40px;
    padding-left: 15%;
    padding-bottom: 30px;
}

.step-title {
    display: none;
}

.subscription-box {
    height: 100%;
    background-color: white !important;
    border: 1px solid #f0f0f0;
    box-shadow: #f0f0f0 0 0 3px 3px;
    color: black !important;
}

.subscription-select-step .wpb_column .wpb_wrapper {
    height: 100%;
}

.good-sam-subscription-image {
    width: 100px;
    position: relative;
    top: 5px;
}

.copy-container {
    max-width: 580px;
    margin: auto;
    width: 100%;
}

.step-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 80px;
}

.progressbar li {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
}

.progressbar {
    counter-reset: step;
    list-style-type: none !important;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 28px;
    height: 28px;
    border: 2px solid black;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

li.active.done:before {
    content: "check";
    font-family: 'Material Icons';
    /* bottom: -16px; */
}

.progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D6D5D1;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:after {
    background: black;
}

.progressbar li.active:before {
    border-color: black;
    background: black;
    color: white
}

.account-instructions-text {
    font-size: 14px;
    margin-top: 2em;
    line-height: 21px;
    font-family: 'Titillium Web';
}

.cart-summary-text p {
    font-family: "Titillium Web" !important;
    font-size: 14px;
    margin: 0;
}

.cart-summary-text h3 {
    font-family: "Titillium Web" !important;
    font-size: 18px;
}

.cart-summary-text .goodsam-membership-discount,
.cart-summary-text #goodsam-discount-placeholder {
    font-size: 15px;
    font-weight: 600;
}

.account-found-text {
    font-size: 14px;
    text-align: left;
    font-family: 'Titillium Web';
    font-weight: 300;
}

.goodsam-checkout-login-text {
    display: flex;
    align-items: center;
}

.goodsam-checkout-validated {
    display: block;
}

.goodsam-checkout-validated .member-info {
    margin: 0;
}

.goodsam-checkout-validated .member-id {
    margin-right: 5px;
}

.goodsam-checkout-validated .goodsam-id {
    font-size: 17px;
}

.checkout-gs-logo {
    max-width: 100px;
}

.goodsam-checkout-login-text > span {
    margin-left: 5px;
    font-weight: 600;
    font-size: 17px;
}

#goodsam-accordian, #promo-accordian {
    width: 100%;
    padding: 0 !important;
}

#goodsam-membership fieldset, #promo-addition fieldset {
    border: 1px solid black;
    margin: 15px 0;
}

.register-login-form {
    text-align: center;
    padding: 3em 1em;
    background-color: #eeece7;
}

@media screen and (max-width: 899px) {
    .order-summary-container .vc_column-inner {
        padding: 0 !important;
    }
}

@media screen and (min-width: 900px) {
    .step-container {
        position: absolute;
        z-index: 1;
        width: 80%;
        left: 25%;
        top: 20px;
    }

    .step-title {
        display: block;
    }

    .register-login-form .form-container {
        padding: 0 6em;
    }

    #shipping-address, #shipping-address-update {
        padding: 3em;
    }

}

.order-status-confirmation {
    line-height: 15px;
    font-size: 14px;
    font-family: 'Titillium Web';
}

.order-success:after {
    content: 'check';
    font-family: 'Material Icons';
    background: #51C31B;
    font-size: 14px;
    bottom: -4px;
    position: relative;
    margin-left: 10px;
    border-radius: 30px;
    padding: 5px;
}

.order-failed:after {
    content: 'error';
    font-family: 'Material Icons';
    color: #D11A1A;
    font-size: 30px;
    bottom: -10px;
    position: relative;
    margin-left: 10px;
    border-radius: 30px;
    padding: 5px;
}

#promo_error_message {
    color: red;
    display: none;
}

.cw-brands-promo-area {
    padding: 15px 0 30px;
}

.cw-brands-promo-area p {
    text-align: left;
}

.login-brands-list {
    display: flex;
    margin: 0;
    padding-top: 15px;
    justify-content: space-between;
    list-style-type: none;
}

.login-brand-item {
    flex-basis: 145px;
    line-height: 1.3;
}

.brand-item-logo {
    max-width: 150px;
    height: 25px;
    margin: 0 auto 5px;
}

.login-brand-item img {
    max-height: 100%;
}

img.brand-item-logo-overtons {
    width: 100px;
}

.login-brand-item a {
    display: inline-block;
    color: black;
    font-size: 18px;
    text-decoration: underline;
}

@media screen and (max-width: 550px) {
    .login-brands-list {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }

    .login-brand-item {
        margin: 18px 0;
        flex: 1 0 50%;
    }
}

.account-form-top {
    text-align: left;
}

.checkout-brands-list {
    display: flex;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.checkout-brands-list > li {
    text-align: center;
    max-width: 150px;
}

.checkout-brands-list > li > img {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 800px) {
    .checkout-brands-list > li {
        flex: 1 0 50%;
    }
}

/* Subscribe page - good sam validation */
.goodsam-enter-number {
    max-width: 300px;
    margin: 25px auto;
}

.goodsam-enter-number p {
    margin-bottom: 0 !important;
}

.goodsam-enter-number img.goodsam-full {
    width: 100px;
    position: relative;
    top: 6px;
}

.goodsam-enter-number img.goodsam-small {
    width: 30px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.member-info {
    margin-top: 10px;
}

.member-info span:first-child {
    color: #656D76;
    font-size: 14px;
    text-transform: uppercase;
}

#goodsam-member-number {
    margin: 20px 0;
}

/*.goodsam-verified-member {*/
/*    display: none;*/
/*}*/

.discount-applied {
    display: inline-block;
    position: relative;
}

.discount-applied:before,
.discount-applied:after {
    content: '';
    display: block;
    height: 3px;
    background: #FFDA35;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.discount-applied:after {
    bottom: -6px;
    transform: rotate(1deg);
}

@media screen and (min-width: 768px) {
    .goodsam-enter-number {
        max-width: 300px;
    }
}
