﻿input::placeholder{
    color: #333333;
}

.cap-text{
    font-size: 14px;
    margin-bottom: 20px;
}

#login-dialog input, #signup-dialog input {
    color: black;
    display: block;
}

.login-note {
    text-align: left;
    margin-top: 20px;
}

.sign-instead {
    text-decoration: underline;
    cursor: pointer;
    color: white !important;
}

.sign-instead:focus{
    outline: 1px solid beige;
}

.signup-form input.validation-error::-webkit-input-placeholder {
    color: red;
    font-family: "Source Serif Pro", Georgia, Times, serif !important;
}

.signup-form input.validation-error::-moz-placeholder {
    color: red;
    font-family: "Source Serif Pro", Georgia, Times, serif !important;
}

.signup-form input.validation-error::-ms-placeholder {
    color: red;
    font-family: "Source Serif Pro", Georgia, Times, serif !important;
}

.signup-form input.validation-error::placeholder {
    color: red;
    font-family: "Source Serif Pro", Georgia, Times, serif !important;
}

#signup-dialog p.has-error {
    text-align: left;
    font-size: 14px;
    margin: -15px 0 10px;
    padding: 0 7px;
    line-height: 30px;
    background: #B30000;
    width: auto;
}

#signup-dialog fieldset, #signup-dialog .fieldset {
    text-align: left;
    margin: 5px 0 !important;
    clear: both;
    overflow: hidden;
}

.g-recaptcha{
    margin: 10px 0 !important;
}

.signup-recaptcha-mod #captcha-element {
    display: inline-block;
}

.dependent-inactive {
    display: none;
}

.signup-form input.validation-error {
    border: 1px solid red;
    font-family: "Source Serif Pro", Georgia, Times, serif !important;
}

input.validation-error::-webkit-input-placeholder, input.validation-error::-moz-placeholder, input.validation-error:-ms-input-placeholder {
    color: red;
}


#signup-dialog p {
    text-align: left;
}

#signup-dialog .pass-hint, #user-exists, #signup-error {
    font-size: 14px;
    margin: 5px 0 0;
}

#user-exists, #signup-error {
    color: white;
    background: red;
    padding: 10px;
    margin-bottom: 20px;
    display: none;
}

.birthdate{
    overflow: hidden;
}

.birthdate .select-box {
    width: 32.3333%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 0;
}

.birthdate .form-group.year {
    margin-right: 0;
}

.birthdate .select-box select, select#state2, select#state {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #333;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.43;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image: url(../Images/global/angle-down.png);
    background-image: url(../Images/global/select_black.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 92% center;
    color: black;
    font-family: "Source Serif Pro", Georgia, Times, serif;
    font-weight: 100;
}

    .birthdate .select-box select option:first-child {
        color: #999999;
    }

.modal-club {
    text-align: left;
}

    .modal-club h3 {
        font-family: zaxsans-regular, arial bold, sans-serif;
        font-size: 21px;
        text-align: left;
    }

    .modal-club p {
        font-size: 21px;
    }

.yellow-text {
    color: #FBDE65;
}

.terms-label {
    font-size: 14px;
}
.terms-label a{
    color: white;
    text-decoration: underline;
}
#checkout-signup .terms-label a, .terms-label.for-checkout a{
    color: #A6192E !important;
}
.modal-club-check {
    opacity: 1;
    display: inline-block !important;
    width: 20px !important;
    height: 20px;
}
.help-block.with-errors.bday, .modalbday {
    display: none;
    clear: both;
}

.terms-error, .modal-terms-error {
    display: none;
    color: #B30000;
    font-size: 14px !important;
}

.modalbday.has-error {
    text-align: left;
    font-size: 14px;
    margin: -10px 0 10px;
    padding: 0 7px;
    line-height: 30px;
    background: red;
    width: 190px;
}

.modal-terms-error {
    text-align: left;
    margin: 0;
    padding: 7px;
    background: #B30000;
    color: white;
    width: auto;
}

.modal-check-container {
    position: relative;
    margin-bottom: 5px;
}



    .modal-check-container label:not(.modal-checkbox) {
        cursor: pointer;
        padding-left: 5px !important;
        vertical-align: text-top;
        width: auto !important;
    }

    .modal-check-container .modal-checkbox {
        display: none;
        width: 24px !important;
        height: 24px;
        border: 2px solid #333333;
        background: rgba(255,255,250,.95);
        border-radius: 50%;
        padding: 0 !important;
        vertical-align: text-top;
        cursor: pointer;
    }

    .modal-check-container input:focus + .modal-checkbox{
        border: 2px solid #ffc72c;
    }

    .modal-checkbox::before {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        background: #A6192E;
        -webkit-transform: translate(3px,11px) rotate(45deg);
        transform: translate(3px,11px) rotate(45deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        transition: all .3s;
        transition-delay: 150ms;
    }

    .modal-checkbox::after {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        background: #A6192E;
        -webkit-transform: translate(8px,16px) rotate(-50deg);
        transform: translate(8px,16px) rotate(-50deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        transition: all .3s;
        transition-delay: 0ms;
    }

label.terms-label {
    max-width: 90%;
    padding-top: 5px;
}

#signup-dialog input.modal-club-check + p.has-error{
    margin: 10px 0;
}

.modal-club-check:checked ~ .modal-checkbox:before {
    width: 8px;
    transition-delay: 0ms;
}

.modal-club-check:checked ~ .modal-checkbox:after {
    width: 15px;
    transition-delay: 150ms;
}

.terms-checkbox {
    margin: 15px 0 10px;
}



/*///////////////////// Promo Page and Violator //////////////////////////*/
.violator {
    width: 100%;
    overflow: hidden;
    padding: 0;
    /*background: url(../Images/promotions/violator_bg.jpg) center no-repeat;*/
    /*background-size: cover;*/
    color: black;
    margin: 0;
    position: relative;
    text-align: center;
    height: 140px;
    display: none;
}

.violator-wrap {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 140px;
}

    .violator-wrap p {
        margin: 5px 0;
        color: white;
        font-size: 18px;
        text-align: center;
        font-family: zaxsans-regular, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        line-height: 1;
    }


        .violator-wrap p a {
            color: white;
            text-decoration: underline;
        }

.violator-copy {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    position: relative;
}

    .violator-copy img {
        max-width: 100%;
        position: absolute;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        height: 140px;
    }

.violator-tablet, .violator-mobile {
    display: none;
}

@media(min-width: 750px) and (max-width: 1000px) {
    .violator-desktop, .violator-mobile {
        display: none;
    }

    .violator-tablet {
        display: block;
    }
}

@media (max-width: 749px) {
    .violator-desktop, .violator-tablet {
        display: none;
    }

    .violator-mobile {
        display: block;
    }
}

.close-violator {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    top: 15px;
    right: 15px;
    background: none;
    font-size: 30px;
    font-family: zaxsans-regular, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    line-height: 1;
    padding: 0;
    outline: none;
    border: none;
    color: #ffc72c;
    z-index: 999;
}

    .close-violator .close-rest {
        width: 66px;
        display: block;
        transition: all .2s;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
    }

    .close-violator .close-hover {
        width: 66px;
        display: block;
        transition: all .2s;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }



    .close-violator:hover .close-rest {
        opacity: 0;
    }

    .close-violator:hover .close-hover {
        opacity: 1;
    }

.violator-wrap .signed-in, .violator-wrap .signed-out {
    display: none;
}

@media(max-width: 1088px) {

    .violator-image {
        position: absolute;
        bottom: -5px;
        right: 0;
        width: 30%;
    }

    .bogo-baby {
        width: 300px;
    }
}

@media(max-width: 800px) {


    .violator-image {
        position: absolute;
        bottom: -5px;
        right: -8%;
        width: 35%;
    }

    .bogo-baby {
        width: 300px;
    }
}

@media(max-width: 575px) {


    .violator-copy p {
        font-size: 14px;
        line-height: 1.1;
    }

    .violator-image {
        position: absolute;
        bottom: 0;
        right: -40%;
        width: 63%;
    }

    .bogo-baby {
        width: 300px;
    }

    .close-violator {
        top: 0;
        right: 0;
        font-size: 30px;
        padding: 10px;
    }

        .close-violator .close-rest, .close-violator .close-hover {
            width: 40px;
        }
}





/*/////////////////////// Cart //////////////////////////*/




#cart-dialog {
    overflow-y: hidden !important;
    top: 0;
    background: rgba(0,0,0,0.7);
}


#cart-dialog .col-30{
    position: relative;
}




.cart-container {
    background: white;
    width: 100%;
    max-width: 530px;
    position: relative;
    margin-top: 0;
    margin-right: -600px;
    float: right;
    height: 100%;
    font-family: "Source Serif Pro", Georgia, Times, serif;
    animation-name: slide-left;
    animation-fill-mode: forwards;
    animation-duration: 300ms;
    transition: all 300ms;
    overflow: hidden;
}


.cart-inner-container {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 100px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cart-container {
        height: auto !important;
        min-height: 100%;
    }

    #cart-dialog {
        overflow-y: auto !important;
    }

    .cart-inner-container {
        overflow-y: hidden;
    }
}

/*////////  Targets EDGE /////////*/
_:-ms-lang(x), .cart-container {
    height: auto !important;
    min-height: 100%;
}

_:-ms-lang(x), #cart-dialog {
    overflow-y: auto !important;
}

_:-ms-lang(x), .cart-inner-container {
    overflow-y: hidden;
}



@-moz-document url-prefix() {

    .cart-inner-container {
        height: 100%;
        min-height: 100%;
    }

    #checkout-form {
        margin-bottom: 120px;
    }
}

p.cart-empty {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    font-family: "ZaxSans-Regular", Arial Bold, sans-serif;
    color: #5a5a5a;
}

@keyframes slide-left {
    0% {
        margin-right: -600px;
    }

    100% {
        margin-right: 0;
    }
}

@keyframes slide-right {
    0% {
        right: 0;
    }

    100% {
        right: -600px;
    }
}

.cart-wrapper .container.cart-item {
    padding-top: 10px;
    width: 100% !important;
}

.cart-wrapper section.item-header {
    margin-bottom: 0;
    padding: 0;
}

.cart-item img.thumb.float {
    width: 90px;
    margin-top: 0;
}

.cart-item .select.float {
    width: 50px;
    max-width: 55px;
    height: 36px;
    min-width: 50px;
}


.cart-tem .toggled {
    line-height: 1.23em;
}

.cart-item .item-name {
    width: 60%;
    line-height: 1.2;
    float: left;
    margin-top: 0;
}

.cart-item .col-30 .item-name{
    width: auto !important;
}

p.ch-qty {
    font-family: "Source Serif Pro", Georgia, Times, serif;
    color: black;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0;
    float: left;
    width: 28px;
    text-align: center;
    margin-right: 7px;
}

.details-toggler {
    font-family: "ZaxSans-Regular", Arial Bold, sans-serif;
    color: #1f3e7c;
    text-transform: uppercase;
    cursor: pointer;
}

.empty-cart {
    font-size: 18px;
    text-align: center;
    font-family: "ZaxSans-Regular", Arial Bold, sans-serif;
    color: #888;
    margin-top: 20px;
}

.cart-header {
    width: 100%;
    padding: 15px;
    background: #203e7c;
    text-align: center;
    position: relative;
}

    .cart-header .close-cart {
        position: absolute;
        top: 7px;
        left: 30px;
        color: #f6c81d;
        font-size: 30px;
        background: none !important;
        -webkit-appearance: none;
        border: none !important;
        padding: 0 !important;
    }

.my-order {
    color: white;
    font-size: 24px;
    font-family: "ZaxSans-Regular", Arial Bold, sans-serif;
    margin: 0;
}


.col-30 {
    width: 30%;
    float: left;
    margin: 0;
}

.col-40 {
    width: 40%;
    float: left;
    margin: 0;
}

.col-15 {
    width: 15%;
    float: left;
    margin: 0;
}

.col-50 {
    width: 50%;
    float: left;
    margin: 0;
}

.col-60 {
    width: 60%;
    float: left;
    margin: 0;
}

.col-70 {
    width: 70%;
    float: left;
    margin: 0;
}

.col-80 {
    width: 90%;
    float: left;
    margin: 0;
}

.col-85 {
    width: 85%;
    float: left;
    margin: 0;
}

.robot {
    margin: -10px 5px 30px;
    font-family: zaxsans-regular,Arial Bold,sans-serif;
    color: #CA2A2A;
    display: none;
}

#checkout img {
    width: 100%;
}


.final-totals .container div {
    font-size: 18px;
}

.final-total {
    font-family: "ZaxSans-Regular", Arial Bold, sans-serif;
}

.col-70.right, .col-85.right, .col-80.right {
    float: right;
}

.cart-wrapper {
    padding: 20px 6%;
    overflow: hidden;
    border-bottom: thin solid #5a5a5a;
}

#check .cart-wrapper {
    padding: 20px 6% 20px 15px;
}

.toggled {
    line-height: 1.2em;
}

.buffer {
    width: 100%;
    height: 4px;
    background: #b7b7b7;
}
/* ////////////////////////////// CHECKOUT  /////////////////////////////// */
.back-link {
    font-family: "ZaxSans-Regular", Arial Bold, sans-serif;
    color: #1f3e7c;
    font-size: 18px;
    padding-left: 10px;
    -webkit-appearance: none;
    background: none;
    outline: none;
    border: none;
}

.datepick-container {
    display: none;
}

#locationConfirmed{
    transition: all .2s ease-in;
}

#locationConfirmed.clicked{
    width: 0;
    padding: 0;
}

#check {
    font-size: 16px;
    padding-bottom: 40px;
}

    #check h2 {
        background: #f3f3e9;
        padding: 20px 25px;
        position: relative;
    }

#chosendate {
    padding: 5px 10px 5px 5px;
    width: 100%;
    outline: none;
    color: #1d3a74;
    border: 1px solid #333;
    border-radius: 0 !important;
    box-shadow: none;
    background: #fff;
    font-size: 21px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    #chosendate::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #1d3a74;
    }

    #chosendate::-moz-placeholder { /* Firefox 19+ */
        color: #1d3a74;
    }

    #chosendate:-ms-input-placeholder { /* IE 10+ */
        color: #1d3a74;
    }

    #chosendate:-moz-placeholder { /* Firefox 18- */
        color: #1d3a74;
    }

td.day, td.day em {
    font-family: "Source Serif Pro", Georgia, Times, serif;
    font-style: normal !important;
    cursor: pointer;
}

    td.day.active {
        background: #1d3a74;
        color: white;
    }

    td.day.disabled {
        background: #efefef;
        color: #ccc;
        cursor: default;
    }


.confirmation #order-number-container, .confirmation #order-summary {
    display: none;
}

.larger {
    font-size: 24px;
    font-family: "Source Serif Pro", Georgia, Times, serif;
    margin: 0;
    line-height: 1;
}

#check .reset-password {
    display: none;
}

#check .enter-email {
    width: 50%;
}

.largish {
    font-size: 19px;
    font-family: "Source Serif Pro", Georgia, Times, serif;
    margin-top: 5px;
}

.edit-location {
    margin: -10px 0 0;
    font-style: oblique;
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

#sign-instead {
    text-decoration: underline;
    cursor: pointer;
}

#checkout-signup input[type=text], #checkout-signup input[type=number], #checkout-signup input[type=tel], #checkout-signup input[type=password], #checkout-signup input[type=email] {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000000 !important;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#checkout-signup .birthdate .select-box {
    width: 15%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 0;
}

    #checkout-signup .birthdate .select-box select, #checkout-signup select#state2 {
        border: 1px solid #000000;
    }

.create-account-text{
    margin-top: 15px;
}

.choose-loop, .checkout-signup-label{
    font-size: 19px !important;
}

.choose-loop{
    margin: 15px 0;
}

input[type=checkbox] {
    cursor: pointer;
}

.red-text{
    color: #A6192E;
}

p.pass-hint {
    margin-bottom: 2px;
}

.col.state-container {
    width: 80px;
}

.checkout-img {
    width: 8%;
    float: left;
    margin: -10px 2% 0 0;
}

#check .sign-in, #welcome-guest, #guest-user-exists, #check-user-exists, #invalid-mailing-address {
    display: none;
}

#guest-user-exists, #check-user-exists, #checkout-signup-error, #invalid-mailing-address {
    color: red;
}

#check label {
    font-weight: normal;
}

.radio-check {
    margin-right: 10px;
    opacity: 0;
}

#check h5, .confirmation h5 {
    font-family: "ZaxSans-Regular", Arial Bold, sans-serif;
    margin: 15px 0 5px;
    color: #1d3a74;
    text-transform: uppercase;
    text-decoration: underline;
}

#check section {
    margin-top: 20px;
    transition: all .4s ease-out;
}

#check .my-information fieldset {
    padding: 5px 30px;
}

#check .item-name, #check .price {
    font-size: 21px;
}

#check .final-total, #check .final-total .text-right {
    font-size: 24px;
}

.excludes-tax {
    font-size: 12px !important;
    text-align: right;
    float: right;
    margin-top: 5px !important;
    font-style: italic;
}

.delivery-address {
    padding: 20px;
    display: none;
}

form#check {
    margin-bottom: 30px;
}

#ui-datepicker-div {
    width: auto !important;
    background: white;
    border: 1px solid black;
}

.new-card, .saved-card-no-card {
    display: none;
}

.ico-wrap {
    position: relative;
}

.icon-in-input {
    position: absolute;
    right: 20px;
    top: 3px;
}

input.datepicker {
    padding-left: 5px;
    width: 100%;
}

.checkout-buttons {
    padding: 0 6% 30px 0;
}

.ctn-wrp {
    overflow: hidden;
    clear: both;
}

.overlay .ctn-wrp {
    overflow: visible !important;
}

.show-mobile, .datepick-container {
    display: none;
}

.no-past-orders {
    color: #808080;
    font-family: "ZaxSans-Regular", Arial Bold, sans-serif;
    margin-bottom: 20px;
}

.braintree-card.braintree-sheet {
    border: none !important;
}

.braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field{
    border-color: #555555 !important;
}


.braintree-sheet__content--form .braintree-form__field-group .braintree-form__label {
    font-family: "ZaxSans-Regular", Arial Bold, sans-serif !important;
    font-weight: normal !important;
}

.braintree-sheet__content--form {
    padding: 10px 0 !important;
}

.braintree-sheet__content--form .braintree-form__field-group .braintree-form__descriptor {
    color: #555555 !important;
}

.update-my-info {
    display: none;
}

.ch-disabled .ch-content {
    display: none;
}

.grecaptcha-badge {
    z-index: 999;
}

#check .ch-disabled h2, #check .init-hidden h2 {
    color: #777;
    background: white;
    border: 1px solid #777;
}

#check .init-hidden fieldset, #check .initially-hidden{
    transition: all 1s ease-out;
    max-height: 0;
    overflow: hidden;
}

.missing-delivery-address, .missing-delivery-address span {
    color: red;
    font-size: 16px;
    text-align: right;
    margin-top: 10px;
}

.missing-delivery-address {
    display: none;
}

.cart-success, .edit-cart-success, .edit-my-info {
    display: none;
}

#success-mark, #success-mark2 {
    width: 100px;
    display: block;
    margin: 40px auto 0;
}

#ms-success-mark, #ms-success-mark2 {
    width: 100px;
    display: none;
    margin: 40px auto 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #success-mark, #success-mark2 {
        display: none;
    }

    #ms-success-mark, #ms-success-mark2 {
        display: block;
    }
}

@supports (-ms-accelerator:true) {
    #success-mark, #success-mark2 {
        display: none;
    }

    #ms-success-mark, #ms-success-mark2 {
        display: block;
    }
}

@supports (-ms-ime-align:auto) {
    #success-mark, #success-mark2 {
        display: none;
    }

    #ms-success-mark, #ms-success-mark2 {
        display: block;
    }
}

#info-success-mark {
    width: 30px;
    display: inline-block;
    margin: -7px 7px -7px 0;
}

.info-success {
    color: #73AF55;
    font-size: 21px;
}
.update-info-error {
    color: red;
}

.update-info-success {
    margin-top: 30px;
    display: none;
}

.no-match {
    color: #B30000;
    margin: -5px 0 20px;
    display: none;
    text-align: left;
}

.modal-no-match {
    color: white;
    font-size: 16px;
    background: #B30000;
    text-align: left;
    padding: 10px;
}



.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

    .path.circle {
        -webkit-animation: dash .9s ease-in-out;
        animation: dash .9s ease-in-out;
    }



    .path.check {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check .9s .35s ease-in-out forwards;
        animation: dash-check .9s .35s ease-in-out forwards;
    }




p.sweet-success {
    padding: 0 20px;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    color: #006600;
}




@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}


#check  #checkout-signup fieldset {
    padding: 5px 0;
}

#check fieldset{
    transition: all 1s;
}

/*//////////////////  REWARDS  ////////////////////*/

.cart-rewards-container {
    padding: 20px 6%;
    overflow: hidden;
    border-bottom: thin solid #5a5a5a;
}

.cart-rewards {
    color: #A6192E;
    font-weight: 700;
    padding-top: 11px;
    font-size: 16px;
    margin: 0;
}

    .cart-rewards p {
        margin: 0 0 5px;
    }

.cart-rewards-button {
    width: auto !important;
    padding: 5px 12px;
}

.rewards-wait {
    margin: 0;
    font-size: 15px;
}

.claim-now {
    width: auto !important;
    padding: 5px 15px;
}

#rewardsAvailable {
    color: #A6192E;
    font-family: 'Source Serif Pro', Georgia, serif;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-top: -5px;
    text-decoration: none !important;
}

.account-nav a:hover {
    text-decoration: none;
    color: #A6192E;
}

.re-account-email, h2.re-red {
    color: #a41b31;
}

.re-account-email {
    font-weight: 700;
}

h2.re-blue {
    color: #1e3b71;
}

.margin-zero {
    margin: 0;
}


.rewards-available .col-3 img{
    width: 100%;
}

.rewards-available, .no-rewards-available{
    overflow: hidden;
    margin-bottom: 25px;
}

.reward-card-image{
    max-width: 50%;
    float: left;
}

.reward-card-image img{
    width: 95%;
}

.reward-card-text{
    width: 48%;
    float: left;
    padding-top: 8px;
}

.reward-card {
    margin-bottom: 30px;
    overflow: hidden;
    clear: both;
}

/*////// Toggle button //////*/

.rewards-toggle-wrapper {
    width: 270px;
    height: 40px;
    margin: 5px 0;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}

.inner-container {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: 40px;
    width: 100%;
}

    .inner-container:first-child {
        background: white;
        color: #656565;
        border: 2px solid #656565;
    }

.toggle-container {
    height: 40px;
}

    .toggle-container:before {
        content: '';
        width: 135px;
        height: 40px;
        background: #656565;
        position: absolute;
        left: 0;
        transition: .3s cubic-bezier(0,0,0,1);
    }

    .toggle-container.on:before {
        content: '';
        background: #a41b31;
        left: 135px;
        transition: .3s cubic-bezier(0,0,0,1);
    }


.toggle {
    width: 50%;
    position: absolute;
    height: 36px;
    display: flex;
    box-sizing: border-box;
    color: white;
    font-family: zaxsans-regular, arial bold, sans-serif;
}

.toggle-container .toggle {
    height: 40px;
}

.toggle p {
    margin: auto;
}

.toggle:nth-child(2) {
    left: 50%;
    color: #656565;
}

.on .toggle {
    color: #656565;
}

    .on .toggle:nth-child(2) {
        color: white;
    }

@media(max-width: 599px){
    .rewards-toggle-wrapper {
        margin: 5px 15px;
    }
}

@media(max-width: 529px) {
    .cart-rewards, .cart-rewards-container .button-container {
        width: 100%;
    }

}

/*//// End Rewards ////*/

@media(max-width: 768px) {
    .col-sm-4.ico-wrap {
        margin: 0;
    }

    .checkout-buttons .button-wrapper {
        padding-right: 0;
    }



    #check .cart-item .item-name, #check .cart-item .price {
        font-size: 18px;
    }

    .checkout-img {
        display: none;
    }

    #check .my-information fieldset {
        padding: 5px 6%;
    }

    #check .cart-wrapper {
        padding: 20px 6%;
    }

    #check .col-80 {
        width: 100%;
    }
}

@media(max-width: 699px) {
    #checkout-signup .birthdate .select-box {
        width: 32.333%;
    }
    #checkout-signup .birthdate .select-box.year {
        margin-right: 0;
    }

    #checkout-signup .col-2, #header-signup .col-2{
        width: 80px;
    }
}

@media(max-width: 599px) {
    .col.text-right.checkout-submit {
        width: 100%;
    }

    .show-mobile {
        display: block;
        padding-top: 30px;
    }

    .show-desktop {
        display: none;
    }

    #check .enter-email {
        width: 100%;
    }

    #check .cart-wrapper section.item-header {
        padding-right: 0;
    }

    #check .button-beige, #check .button-red {
        width: 145px;
        margin-bottom: 10px !important;
    }

    .braintree-sheet__content--form .braintree-form__field-group .braintree-form__descriptor {
        color: #555555;
        font-size: 13px;
        margin-left: 0;
    }

    .ctn-wrp.no-past-container {
        padding: 15px;
    }

    .account-content p, .reward-card-image{
        padding: 0 15px;
    }

    .reward-card-image, .reward-card-text{
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .reward-card-image img{
        width: 100%;
    }

    .reward-card-text{
        padding-top: 10px;
    }

    .claim-now{
        margin-left: 15px;
    }
}

.datepick-container .col-md-6 {
    padding-left: 30px;
}

select#chosenDate {
    margin-bottom: 15px;
}

.model-8 {
    display: none;
}

.spinner {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 30px;
    margin: auto;
}

.model-8 .spinner {
    width: 100px;
    height: 20px;
    border-radius: 0;
}

    .model-8 .spinner:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        left: 0;
        border-radius: 100%;
        -webkit-animation: shadowSize 2s ease-in infinite;
        animation: shadowSize 2s ease-in infinite;
        color: #ac1e2d;
    }

@keyframes shadowSize {
    0% {
        box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
    }

    20% {
        box-shadow: 15px 0 0 5px, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
    }

    40% {
        box-shadow: 15px 0 0 0, 30px 0 0 5px, 45px 0 0 0, 60px 0 0 0, 75px 0 0 0;
    }

    60% {
        box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 5px, 60px 0 0 0, 75px 0 0 0;
    }

    80% {
        box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 5px, 75px 0 0 0;
    }

    100% {
        box-shadow: 15px 0 0 0, 30px 0 0 0, 45px 0 0 0, 60px 0 0 0, 75px 0 0 5px;
    }
}

p#now-unavailable {
    padding-left: 29px;
}

#checkout .status-pending {
    display: none;
}

#checkout.status-unknown .status-accepted {
    display: none;
}

#checkout.status-unknown .status-pending {
    display: inherit;
}

div.temp-loading-spinner {
    height: 150px;
    width: 100%;
    display: none;
    position: relative;
}


@media(max-width: 450px) {
    .button-beige.clear-cart {
        margin: 0 5px 0 0;
    }

    .datepick-container .col-md-6 {
        padding-left: 0px;
    }
}



@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

div.temp-loading-spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

.loader {
    display: block;
    right: 50px;
    top: 18px;
    color: #ac1e2d;
    font-size: 28px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    /* margin: 72px auto; */
    position: absolute;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}



@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




select.required-not-selected {
    border-color: #ac1e2d;
    /*background-color: rgba(244,66,66,0.5);*/
}

p.select-error {
    font-size: 14px;
    margin: 0 0 0 5px;
    color: #ac1e2d;
    text-transform: none !important;
    display: none;
}

.levelup-contact-container {
    padding: 40px 20px;
    border-top: thin solid #5a5a5a;
}

#levelup-contact-form .col.col-lg-12, #levelup-contact-form textarea {
    width: 100% !important;
}

@media(max-width: 768px) {

    #levelup-contact-form .col {
        width: 100% !important;
    }
}

#customize-menu-item-dialog .ui-widget, .cart-item .ui-widget {
    margin-top: 0px;
    z-index: 10000;
    float: left;
}


#customize-menu-item-dialog .ui-widget-content, .cart-item .ui-widget-content {
    background: none;
    color: #000;
    font-family: "Source Serif Pro",Georgia,Times,serif;
    z-index: 100;
    width: auto !important;
    height: auto !important;
    left: 0px !important;
    margin-left: 0px !important;
    border: none;
    border-radius: 0;
    overflow: hidden;
    transform: translateX(0);
    position: relative;
}

#qtyLabel{
    position: absolute;
    bottom: -20px;
    right: 33px;
}

@media(max-width: 767px){
    #qtyLabel{
        right: auto;
        left: 11px;
    }
}

#customize-menu-item-dialog #ex-sauce-qty .ui-widget-content {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
}

#customize-menu-item-dialog .ui-widget input, .cart-item .ui-widget input {
    font-family: inherit;
    font-size: 27px;
}





.ui-spinner-input {
    margin: 0 18px 0 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}


.extra-sauce {
    padding-left: 10px;
}

#ms-success-mark, #ms-success-mark2 {
    width: 100px;
    display: none;
    margin: 40px auto 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #success-mark, #success-mark2 {
        display: none;
    }

    #ms-success-mark, #ms-success-mark2 {
        display: block;
    }
}

@supports (-ms-accelerator:true) {
    #success-mark, #success-mark2 {
        display: none;
    }

    #ms-success-mark, #ms-success-mark2 {
        display: block;
    }
}

select:focus {
    outline: 2px solid #1d3a74 !important;
}

#g-signup-badge{
    visibility: hidden;
}


/* Signature Chicken Page */

.search-modal-sub{
    text-align: center;
}

.signature-search-results-footer{
    text-align: center;
    font-size: 16px;
}