/*body {
    margin: 0;
    color: #3e3e3e;
    background: #f3f3f3;
}*/
.account-wrapper {
    min-height: calc(100vh - 200px);
}

.nav-tabs {
    border-bottom: none;
    text-transform: uppercase;
    /*font-size: 40px;*/
    line-height: 1.5;
    color: #ac9454;
    /*font-family: 'TrajanPro3-Regular';*/
}

    .nav-tabs > li, .nav-pills > li {
        float: none;
        display: inline-block;
        *display: inline; /* ie7 fix */
        zoom: 1; /* hasLayout ie7 trigger */
        /*width: 40%;*/
        margin-bottom: 0;
        letter-spacing: .1em;
    }

.nav-tabs, .nav-pills {
    text-align: center;
}

ul.nav-tabs li a {
    border: none;
    display: inline-block;
    margin: 0;
    padding: 25px 20px;
    padding: 25px 20px 10px;
    /*border-right: 1px solid #f6f6f6;*/
    margin: 0;
    margin-right: -8px;
    font-size: 10px;
    font-weight: 800;
    color: #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: pointer;
    /* background-color: #f6f6f6; */
    border: 1px solid #f6f6f6;
    border: none;
    border-bottom: 1px solid #3E3E3E;
    /*border-bottom-color: transparent;*/
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    opacity: 1;
    border: none;
}

.account-container {
    max-width: 600px;
    margin: auto;
    margin-top: 30px;
}

/*.account-wrapper {
    background-color: #f6f6f6;
    padding: 114px 0 120px 0;
}*/

.h1_wrapper {
    position: relative;
    text-align: center;
    height: 103px;
}

.h1_line {
    position: absolute;
    top: 14px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #dddddd;
    z-index: 1;
}

@media (max-width:767px) {

    .h1_line {
        display: none;
    }
}

.h1_wrapper h1 {
    /*font-family: 'Graphik-Light';*/
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 75px 0;
    height: 28px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #f6f6f6;
    z-index: 2;
    white-space: nowrap;
}

.account-form label {
    font-weight: 400;
    display: block;
    /*font-family: "Graphik-Regular";*/
    font-size: 13px;
    line-height: 18px;
    margin: 57px 0 17px 0;
    color: #999999;
}

input.form-text {
    border: 1px solid #dbdbdb;
    font-weight: 800;
    background-color: #f6f6f6;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    /*font-family: "Graphik-Semibold";*/
    display: inline-block;
    padding: 20px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    height: auto;
    outline: 0;
}

    input.form-text:focus {
        box-shadow: none;
        outline: 0;
        border: 1px solid #dbdbdb;
    }

input.form-submit {
    /*font-family: "Graphik-Semibold";*/
    border: 1px solid #e5e5e5;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    white-space: normal;
    padding: 15px 40px;
    background-color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin: 100px 0 0 0;
    width: auto;
    box-sizing: border-box;
    vertical-align: middle;
    transition: all 0.2s;
    background-color: #f6f6f6;
    border: 1px solid #000;
}

    input.form-submit:hover {
        background-color: #000;
        color: #fff;
    }

.secondary-row {
    font-size: 12px;
    color: #999999;
}

.start-account-content {
    /*padding:30px 55px;*/
    padding: 30px 0px;
}

@media (max-width:767px) {
    .start-account-content {
        padding: 28px 0;
    }
}

.account-content-container {
    position: relative;
    /*max-width: 870px;*/
    /*max-width: 65%;*/
    /* margin: 0 auto; */
    margin-left: auto;
}

@media (max-width:767px) {

    .account-content-container {
        max-width: 100%;
    }
}

.account-header-title {
    display: block;
}

.account-section {
    width: calc(50% - 16.5px);
    /*width: 100%;*/
}

/*.account-section:last-child {
    position: absolute;
    top: 0;
    right: 0;
}*/
@media (max-width: 767px) {
    .account-section:first-child {
        border-top: 1px solid #e3e3e3;
    }

    .account-section, .account-section:last-child {
        width: 100%;
        position: static;
    }
}

.formbox.check {
    font-size: 12px;
    color: #3E3E3E;
    color: #000;
}

.account-header-title > h3 {
    /*font-style: italic;*/
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 18px;
}

.step-section {
    box-sizing: border-box;
    padding: 22px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border: none;
    /*border: 1px solid #000;*/
    border-radius: 3px;
    margin-bottom: 22px;
    position: relative;
    box-sizing: border-box;
}

@media (max-width:767px) {

    .step-section {
        padding: 22px 0;
    }
}

.account-subtitle {
    text-align: center;
    display: block;
}

.sectionTitle {
    font-size: 22px;
    font-weight: 200;
    margin-top: 2px;
    margin-bottom: 20px;
}

.ThemeHelper-denarius-m-h34 {
    position: relative;
}
    /*.u-field-label {
    font-size: 9px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 11px;
    color: #A1A1A1;
    letter-spacing: .4px;
    z-index: 10;
    pointer-events: none;
}*/
    .ThemeHelper-denarius-m-h34 .u-field-label {
        font-size: 12px;
        position: absolute;
        top: 15px;
        left: 11px;
        /*color: #A1A1A1;*/
        color: #000;
        font-weight: 300;
    }

.Label-label-2gVdc {
    padding-bottom: 5.5px;
    font-weight: 500;
}

.Input {
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
    padding: 11px;
    line-height: 22px;
    height: 44px;
    width: 100%;
    color: #3E3E3E;
    border: none;
    margin-right: 11px;
    margin-bottom: 11px;
}

.Input-denarius {
    position: relative;
    border: 1px solid #E4E4E4;
    border: none;
    border: 1px solid #000;
    /* border: 1px solid #000; */
    /* border-radius: 3px; */
    font-size: 12px;
    height: 44px;
    box-sizing: border-box;
    padding: 15px 9px 0px 9px;
    background: transparent;
}

    .Input-denarius:focus {
        /*border-color: #A1A1A1;*/
        border-color: #000;
        outline: none;
    }

    .Input-denarius.hasErrors {
        box-shadow: inset 0 0 0 2px #F0523D;
        -webkit-appearance: none;
    }

.typography-description-1W5gR {
    color: #797979;
    font-size: 11px;
}

.Label-label-2gVdc {
    padding-bottom: 5.5px;
    font-weight: 500;
}

.isFocused .u-field-label {
    font-size: 9px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 11px;
    /*color: #A1A1A1;*/
    color: #000;
    letter-spacing: .4px;
    z-index: 10;
    pointer-events: none;
}

#sqs-standard-checkout .button {
    background: #222;
}

.CustomerInfoSection-description-2DhUn {
    margin-top: 7.33333333px;
    color: #a1a1a1;
    font-size: 10px;
}

.checkout-continue-button {
    display: block;
    margin-top: 22px;
}

    /*.checkout-continue-button {
    border-radius: 3px;
}*/

    .checkout-continue-button:hover {
        background-color: #252525;
    }

.checkout-continue-button {
    display: block;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 11px;
    text-align: center;
    transition: background-color 0.1s ease-in-out;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit;
    font-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: white;
    background: #3E3E3E;
    text-transform: uppercase;
    font-weight: 500;
}

.CheckoutSection-editButton {
    display: none;
    float: right;
    font-size: 11px;
    margin-top: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

.checkout-visited .CheckoutSection-editButton {
    display: block;
    font-weight: 800;
}

.checkout-visited .CheckoutSection-View-2Q8vM {
    display: none;
}

.CheckoutSection-View-2Q8vM.checkout-review {
    display: none;
}

.checkout-visited .CheckoutSection-View-2Q8vM.checkout-review {
    display: block;
}

.checkout-visited .step-number {
    background-image: url(/images/checkout-number-visited.png);
    color: #fff;
}

.ErrorMessages-container {
    margin-left: -22px;
    margin-right: -22px;
    margin-top: 33px;
    color: #fff;
    background: #f0523d;
    padding: 5px 22px;
    font-size: 11px;
    line-height: 19px;
    font-weight: 300;
}

    .ErrorMessages-container.empty {
        display: none;
    }

.step-number {
    /*counter-increment: checkoutSection;
    content: counter(checkoutSection);*/
    background-image: url(/images/checkout-number.png);
    background-size: 33px 33px;
    width: 33px;
    height: 33px;
    display: inline-block;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
    margin-right: 11px;
    padding-left: 1px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    padding-top: 7px;
}

.NameInput-firstName-2VPuq, .NameInput-lastName-3IFt1 {
    width: calc(50% - 2px);
    float: left;
    margin-right: 2px;
}
.NameInput-firstName-2VPuq + .NameInput-firstName-2VPuq {
    width: 50%;
    margin-right: 0;
}

.CheckoutSection-container-2C-Sw .u-field-wrapper {
    margin-top: 0;
    margin-bottom: 11px;
}

.CheckoutSection-incomplete {
    opacity: .6;
    padding-bottom: 0;
    background: #d2d2d2;
}


.fixed-top-header {
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 33px;
}

.checkout-header {
    border-bottom: 1px solid #e4e4e4;
}

.checkout-header {
    background: #f3f3f3;
}

.checkout-tweak-header-color {
    background: rgba(255, 255, 255, 0);
}

.PageHeader-content-20TWO {
    padding: 22px 0;
    width: 870px;
    position: relative;
    margin: 0 auto;
}

.Logo-container-2HeBA {
    text-align: left;
}

.Logo-link-3rLxy {
    text-decoration: none;
    display: inline-block;
}

.Logo-image-3TBtn {
    max-width: 300px;
    max-height: 80px;
    display: none;
}

.site-title, .checkout-tweak-site-title-color {
    color: #333;
}

.Logo-title-1jaZp {
    font-size: 24px;
}

.CartItem-cartItem-2YJJz {
    position: relative;
    margin-top: 22px;
    font-size: 12px;
    font-weight: 300;
    min-height: 68px;
    color: #3e3e3e;
}

.CartItem-image-3mj3D {
    float: left;
    width: 66px;
    margin-top: 4px;
    text-align: center;
}

    .CartItem-image-3mj3D img {
        max-width: 66px;
        max-height: 66px;
        border: 1px solid #e4e4e4;
        box-sizing: border-box;
    }

.CartItem-price-29LWK {
    line-height: 22px;
    margin-bottom: 4px;
}

.CartItem-quantity-c4t7Z {
    width: 75px;
}

.CartItem-price-29LWK, .CartItem-quantity-c4t7Z, .CartItem-remove-3GrHu {
    float: right;
    clear: right;
}

.ItemQuantityInput-inputWrapper-284fk.u-field-wrapper {
    margin-top: 0;
}

.ThemeHelper-denarius-m-h34 {
    position: relative;
}

.CartItem-itemInfo-1VeHN {
    width: 50%;
    max-width: calc(100% - 154px);
    margin-left: 77px;
    min-height: 66px;
    line-height: 22px;
}

.ThemeHelper-denarius-m-h34.ThemeHelper-hasValue .u-field-label, .ThemeHelper-denarius-m-h34.ThemeHelper-isFocused-l-r9H .u-field-label {
    font-size: 9px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 11px;
    color: #A1A1A1;
    letter-spacing: .4px;
    z-index: 10;
    pointer-events: none;
}

.ItemQuantityInput-inputWrapper-284fk.u-field-wrapper .u-field-label {
    font-size: 10px;
    color: #a1a1a1;
    top: 5px;
    left: 11px;
}

.ItemQuantityInput-inputWrapper-284fk.u-field-wrapper input[type=text] {
    padding: 0 9px;
    margin: 0;
    text-align: right;
    height: 22px;
    font-size: 10px;
    color: #3e3e3e;
    padding-left: 40px;
}

.CartItem-cartItem-2YJJz:not(.CartItem-isStackableProduct-2BMSc) .CartItem-remove-3GrHu {
    margin-top: 0;
}

.CartItem-remove-3GrHu {
    margin-top: 11px;
    color: #a1a1a1;
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
}

.CartTotals-container-2NlPg {
    margin-top: 22px;
}

.CartTotal-container-3H57a {
    height: 22px;
    font-size: 11px;
    color: #a1a1a1;
    line-height: 22px;
}

.CartTotal-label-3NwYd {
    float: left;
    word-wrap: normal;
    max-width: calc(95% - 70px);
}

.CartTotal-amount-skofl {
    float: right;
    /*min-width: valueWidth;*/
    text-align: right;
}

.CartTotals-grandTotal-EaQob {
    font-size: 12px;
    margin-top: 11px;
    color: #797979;
    text-transform: uppercase;
    font-weight: 500;
}

.ThemeHelper-denarius-26btf {
    position: relative;
}

.CheckoutSection-container-2C-Sw .u-field-wrapper {
    margin-top: 0;
    margin-bottom: 11px;
}

.AddressInput-container-1YLSR .u-field-wrapper {
    width: 100%;
    display: inline-block;
    margin-right: 11px;
}

.ThemeHelper-denarius-26btf.ThemeHelper-hasValue-25XTP .u-field-label {
    font-size: 9px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 11px;
    color: #A1A1A1;
    letter-spacing: .4px;
}

.Utils-formField-1bt0e {
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
    padding: 11px;
    line-height: 22px;
    height: 44px;
    width: 100%;
    color: #3E3E3E;
    border: none;
}

.Select-container-Chec0 {
    background-color: #E4E4E4;
    transition: background-color 0.2s ease-in-out;
}

.Select-light-j5E1a {
    background-color: #ffffff;
    color: #3E3E3E;
}

.Select-denarius-Ufh_- {
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    font-size: 12px;
    height: 44px;
    box-sizing: border-box;
    padding: 17px 9px 0px 9px;
    background: transparent;
    margin-bottom: 11px;
}

.Select-label-1202f {
    box-sizing: border-box;
    padding-right: 33px;
    width: 100%;
}

.Select-selectField-zChE2 {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    z-index: 2;
}

.mixins-subSectionTitle-3zdVN {
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
    color: #3e3e3e;
    margin: 11px 0;
}

.commerce-checkout .u-field-radio-group-option {
    top: 3px;
}

.RadioGroup-option-3O_F2 {
    position: relative;
    cursor: pointer;
    display: block;
}

    .RadioGroup-option-3O_F2 input[type=radio] {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

.u-field-radio-group-option input[type=radio] + div {
    font-weight: 300;
    font-size: 12px;
}

.RadioGroup-option-3O_F2 input[type=radio] + div {
    padding-left: 33px;
    display: block;
}

    .RadioGroup-option-3O_F2 input[type=radio] + div:before {
        height: 22px;
        width: 22px;
        position: absolute;
        left: 0;
        right: 0;
        content: ' ';
        display: inline-block;
        border: 2px solid rgba(121, 121, 121, 0.2);
        border-radius: 50%;
        box-sizing: border-box;
        transition: border-color 0.1s ease-in-out;
    }

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.u-field-radio-group-option:not(:first-child) {
    margin-top: 18px;
}

.u-field-radio-group-option {
    top: 3px;
}

.RadioGroup-option-3O_F2:not(:first-child) {
    margin-top: 11px;
}

.RadioGroup-option-3O_F2 input[type=radio]:checked + div:before {
    border: 8px solid #3E3E3E;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.u-field-radio-group-option input[type=radio] + div:before {
    top: -3px;
}

.u-field-radio-group-option input[type=radio]:checked + div:before {
    background: #3e3e3e url(/images/ship-choice.png) 50% no-repeat;
    border: none;
    background-size: 9px;
}

.CheckoutSection-incomplete .CheckoutSection-View-2Q8vM {
    display: none;
}

.ShippingOptions-container-motYX {
    margin-top: 29px;
}

.ShippingOptions-shippingOptionsWrapper-1poza {
    margin-top: 0;
    margin-bottom: 11px;
}

    .ShippingOptions-shippingOptionsWrapper-1poza .u-field-radio-group-option {
        top: 3px;
    }

.FormField-container-33ffp {
    margin-bottom: 33px;
    font-size: 11px;
}

.FormField-title-KY20Q {
    color: #3e3e3e;
    font-size: 16px;
    margin-bottom: 7.33333333px;
    margin-top: 20px;
}

.FormField-description-3AY1t {
    color: #797979;
    font-size: 11px;
    margin-bottom: 11px;
    white-space: pre-wrap;
}

.TextArea-container-wTnsQ {
    position: relative;
}

.TextArea-textarea-2I0U3 {
    resize: none;
    height: 100%;
    /*position: absolute;*/
    font: inherit;
}

.TextArea-denarius-mqYkw {
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    min-height: 0;
    font-size: 12px;
    background: transparent;
    resize: none;
    outline: 0;
}

.CustomerAddress-name-3HM0t {
    font-weight: 800;
}

.Address-country-2b6Tr, .Address-line1-19rDP, .Address-line2-2yhFI {
    display: block;
}

.SelectedShippingOption-container-39nwC {
    position: absolute;
    left: 50%;
    padding-left: 22px;
    max-width: calc(50% - 22px);
}

.ShippingInfoSection-shippingAddress-34KKg {
    max-width: 50%;
}

.CustomerAddress-container-2q8wo {
    overflow: hidden;
    line-height: 20px;
}

.SelectedShippingOption-optionName-3mm_Z {
    font-weight: 800;
}


.checkbox input[type=checkbox] {
     position: relative; 
     margin-left: 0px; 
}
.forgot-password {
    font-style:italic;
}