﻿#body-container > .container {
    margin-bottom: 0px;
    min-height: 100%;
    -ms-flex: 1 0 auto;
}

    #body-container > .container::after {
        content: "";
        display: block;
        height: auto;
    }

#checkout-address #shipping-picker.container #shipping-picker-inner #shipping-picker-details, .customer-information .customer-information-details, .shipping-information .shipping-information-details, .billing-information .billing-information-details, #checkout-address #payment.container #payment-inner #payment-details {
    position: relative;
    z-index: 11;
    /*width: 70.390625%;*/
    /*float: left;*/
    padding: 0;
}

    #checkout-address #shipping-picker.container #shipping-picker-inner #shipping-picker-details > h2, .customer-information .customer-information-details > h2, #checkout-address #payment.container #payment-inner #payment-details > h2, .shipping-information .shipping-information-details > h2, .billing-information .billing-information-details > h2 {
        font-size: 1rem;
        line-height: 1.3333333333rem;
        font-family: "futura-pt",sans-serif;
        font-weight: 500;
        font-style: normal;
        padding-bottom: 0.5333333333rem;
        margin-bottom: 0;
        letter-spacing: 1px;
        border-bottom: 0 !important;
        text-transform: uppercase;
        width: calc(15px + 70.136307311%);
    }

#checkout.check-address.btnLoading {
    background-color: gray !important;
    cursor: not-allowed;
}

#payment.container #payment-inner #payment-details .payment-options li {
    border: none;
}

#checkout-next {
    border: none !important;
}

#checkout-address.container #checkout-address-inner #address-details #checkout-next #checkout {
    border: none;
}

#payment.container:after {
    display: none;
}

#checkout-address.container #checkout-address-inner #address-details section.shipping-information, #checkout-address.container .payment-method, #checkout-address.container .shipping-method {
    margin-top: 2.6666666667rem;
}

@media (max-width: 639px) {
    #product-detail .product .about .buttons .tryon {
        font-size: 1rem;
        line-height: 3.2142857143rem;
        /*display: block;*/
        margin: auto;
        width: 20.2857142857rem;
        text-align: left;
    }
}

@media (min-width: 640px) and (max-width: 1279px) {
    /*#product-detail .product .about .buttons .tryon {
        display: inline-block;
    }*/

    #product-detail .product .about .buttons .select-lenses {
        width: 65.668202765%;
    }
}

#btnVerifyCode {
    line-height: 28px;
    text-align: center;
    display: inline;
    padding: 2px 10px;
    cursor: pointer;
    background: #000;
    border: 0;
    color: #fff;
}

#checkout-address .divCheckoutAsGuessWrapper {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
}

@media(max-width: 1279px){
    #checkout-address .divCheckoutAsGuessWrapper{
        height: calc(100vh - 60px);
    }
}

#checkout-address .divCheckoutAsGuessWrapper .Title {
    text-align: center;
    font-size: 30px;
    line-height: 1em;
}

#checkout-address .divCheckoutAsGuessWrapper .divInputWrapper {
    margin: 0 auto;
    width: 80%;
    margin-top: 20px;
}

@media(max-width: 1279px){
    #checkout-address .divCheckoutAsGuessWrapper .divInputWrapper {
        margin: 0;
        width: 100%;
    }
}

#checkout-address .divCheckoutAsGuessWrapper .txtEmail {
  width: 80%;
  margin: 1rem auto;
}

#checkout-address .divCheckoutAsGuessWrapper .radioBar {
  position: relative;
  display: flex;
  width: 50%;
  margin: 1rem auto;
}

@media (max-width: 639px){
    #checkout-address .divCheckoutAsGuessWrapper .radioBar {
        width: 80%
    }
}

#checkout-address .divCheckoutAsGuessWrapper .radioWrapper {
  height: 30px;
  width: 50%;
  line-height: 30px;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  padding: 0 10px;
}

#checkout-address .divCheckoutAsGuessWrapper .radioWrapper input {
  margin: 0 0 0 10px;
}
#checkout-address .divCheckoutAsGuessWrapper .divInputWrapper input.ErrorMsg {
  border: 1px solid #FF0000;
}

#checkout-address .divCheckoutAsGuessWrapper .havePWTitle {
  text-align: center;
  font-size: 1.2rem;
}

#checkout-address .divCheckoutAsGuessWrapper .divPasswordWrapper {
    /*display: none;*/
    width: 80%;
    margin: 1rem auto;
}

#checkout-address .divCheckoutAsGuessWrapper .btnProceed {
    width: 150px;
    font-size: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: black;
    color: white;
    margin: 0 auto;
    cursor: pointer;
}

#checkout-address .divCheckoutAsGuessWrapper .divLoadingGifWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

#checkout-address .divCheckoutAsGuessWrapper .divLoadingGifWrapper > svg {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
