body .main_container {
    background-color: #fff;
    padding-bottom: 0px;
}

.main_container .section_name {
    display: block;
    float: left;
    background-color: #42B4D8;
    color: #fff;
    font-family: 'Font1';
    line-height: 40px;
    padding: 0em 8.75%;
    width: 82.5%;
}

.main_container .section_name .steps {
    display: inline;
    float: right;
    list-style: none;
}

.main_container .section_name .steps span {
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 12px;
    width: 20px;
    height: 20px;
    font-family: "Font1";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    position: relative;
    margin-right: 3px;
}

.main_container .section_name .steps span+span:before {
    display: block;
    border-top: 2px solid;
    content: " ";
    position: absolute;
    left: -10px;
    top: 9px;
    width: 10px;
}

.main_container .section_name .steps span.active {
    background: #E56A5A;
}

.main_container .section_container {
    display: block;
    float: left;
    background-color: #fff;
    padding: 0px 8.75% 32px;
    width: 82.5%;
}

.section_container .user {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    font-family: font1;
    font-size: 16px;
    line-height: 38px;
    color: #4EC1E0;
}

.section_container .user:before {
    display: block;
    float: left;
    content: " ";
    width: 26px;
    height: 26px;
    background: #BCEDF7;
    background-image: url("../../images/mobile/sprite-checkout.png");
    background-size: 60px;
    background-position: 1px -232px;
    border: 6px solid #BCEDF7;
    border-radius: 39px;
    margin-right: 5px;
}

.section_container .row {
    display: block;
    float: left;
    width: 100%;
}

.section_container .title {
    display: block;
    float: left;
    margin-top: 22px;
    color: #E56A5A;
    font-family: 'Font1';
    width: 100%;
}

.section_container .text {
    display: block;
    float: left;
    margin-top: 12px;
    color: #706F6F;
    font-family: 'Font2';
    font-size: 16px;
    text-align: center;
    padding: 0px 11%;
    width: 78%;
}

.section_container .conditions {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 14px;
    width: 225px;
    margin-left: 5px;
}

.section_container .conditions a {
    color: #42B4D8;
}

.section_container label {
    display: block;
    float: left;
    margin-top: 20px;
    color: #3C67A5;
    font-family: 'Font2';
    width: 100%;
}


.section_container label.errorMessage {
    color: red;
    font-family: 'Font2';
    font-size: 100%;
    width: 100%;
    float: left;
    text-align: center;
}




.section_container .half {
    width: 45%;
}

.section_container .row label+label {
    margin-left: 10%;
}

.section_container input, .section_container textarea,
    .section_container .select_wrapper {
    display: block;
    float: left;
    border: 1px solid #D6D6C5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #706F6F;
    font-family: 'Font2';
    font-size: 16px;
    line-height: 21px;
    padding: 7px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
}

.section_container select {
    padding-right: 40px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #706F6F;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    z-index: 1;
    width: 100%;
}

.section_container .select_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #FFF;
}

.select_wrapper:after {
    content: "\25BC";
    font-family: 'Arial';
    color: #B0B0A2;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 0;
}

.section_container textarea {
    height: 150px;
    resize: none;
}

.section_container input[type="checkbox"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.section_container input[type="radio"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

label.radio {
    line-height: 32px;
}

.section_container .error input {
    border-color: #C42B20;
    background-color: #F9EAE9;
    color: #C42B20;
}

.section_container select.error {
    color: #C42B20;
    font-weight: bold;
}

.section_container .error_validation_form {
    display: block;
    float: left;
    margin-top: 5px;
    background-image: url(../../images/mobile/alert.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 15px;
    color: #C42B20;
    font-family: 'Font2';
    font-size: 14px;
    line-height: 17px;
    padding-left: 23px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section_container .text span {
    color: #3C67A5;
    font-family: inherit;
    font-size: inherit;
}

.section_container .pass_link {
    display: block;
    float: left;
    margin-top: 15px;
    color: #42B4D8;
    font-family: 'Font2';
    font-size: 14px;
}

.section_container .buttons_container {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 264px;
}

.footer_container {
    margin-top: 0px;
    padding: 0px 0px 12px;
}

.footer_container .semitransparent_container {
    margin: 0px;
    padding: 0px;
}

.semitransparent_container .white_container {
    margin: 0px;
}


.section_container .store_map {
    display: block;
    float: left;
    margin-top: 12px;
    border: 6px solid #B8E6F3 !important;
    width: 100%;
    height: 340px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tooltip_container {
    display: inline-block;
    margin-top: -4px;
    margin-left: 5px;
    background-image: url(../images/sprite-shopping-cart.png);
    background-repeat: no-repeat;
    background-position: -23px -70px;
    width: 19px;
    height: 19px;
}

.tooltip_container .tooltip {
    display: none;
    position: absolute;
    margin-top: -18px;
    margin-left: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #EDF7F9;
    color: #706f6f;
    font-family: "Font2";
    font-size: 12px;
    line-height: 15px;
    padding: 11px 0px 11px 11px;
    width: 250px;
    z-index: 1;
}
@media( min-width: 960px ){
    .tooltip_container .tooltip {
        font-size: 75%; /*12px*/
    }
}
.tooltip_container:hover .tooltip {
    display: block;
}

.tooltip_container .tooltip::before {
    display: block;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #edf7f9;
    border-top: 6px solid transparent;
    height: 0em;
    content: "";
    margin-left: -20px;
    position: absolute;
    margin-top: 10px;
    width: 0em;
}

.buttons_container .button.orange.paypal {
    position: relative;
    display: none;
    background-color: transparent;
    width: 100%;
    line-height: 1;
}

.buttons_container .button.orange.paypal .paypal_blocker {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    cursor: not-allowed;
    z-index: 999;
}

.buttons_container  .button.orange.paypal .paypal_blocker.active {
    display: block;
}

.buttons_container .button.orange.paypal.arrow:after {
    display: none;
}

.payment_loader {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #3C67A5;
}

.payment_loader p {
    margin-left: 8px;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-timer,
.la-timer > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-timer {
    display: block;
    font-size: 0;
    color: #3C67A5;
}
.la-timer.la-dark {
    color: #333;
}
.la-timer > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-timer {
    width: 32px;
    height: 32px;
}
.la-timer > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-radius: 100%;
}
.la-timer > div:before,
.la-timer > div:after {
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    width: 2px;
    margin-top: -1px;
    margin-left: -1px;
    content: "";
    background: currentColor;
    border-radius: 2px;
    -webkit-transform-origin: 1px 1px 0;
       -moz-transform-origin: 1px 1px 0;
        -ms-transform-origin: 1px 1px 0;
         -o-transform-origin: 1px 1px 0;
            transform-origin: 1px 1px 0;
    -webkit-animation: timer-loader 1250ms infinite linear;
       -moz-animation: timer-loader 1250ms infinite linear;
         -o-animation: timer-loader 1250ms infinite linear;
            animation: timer-loader 1250ms infinite linear;
    -webkit-animation-delay: -625ms;
       -moz-animation-delay: -625ms;
         -o-animation-delay: -625ms;
            animation-delay: -625ms;
}
.la-timer > div:before {
    height: 12px;
}
.la-timer > div:after {
    height: 8px;
    -webkit-animation-duration: 15s;
       -moz-animation-duration: 15s;
         -o-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-delay: -7.5s;
       -moz-animation-delay: -7.5s;
         -o-animation-delay: -7.5s;
            animation-delay: -7.5s;
}
.la-timer.la-sm {
    width: 16px;
    height: 16px;
}
.la-timer.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-timer.la-sm > div:before,
.la-timer.la-sm > div:after {
    top: 7px;
    left: 7px;
    width: 1px;
    margin-top: -.5px;
    margin-left: -.5px;
    border-radius: 1px;
    -webkit-transform-origin: .5px .5px 0;
       -moz-transform-origin: .5px .5px 0;
        -ms-transform-origin: .5px .5px 0;
         -o-transform-origin: .5px .5px 0;
            transform-origin: .5px .5px 0;
}
.la-timer.la-sm > div:before {
    height: 6px;
}
.la-timer.la-sm > div:after {
    height: 4px;
}
.la-timer.la-2x {
    width: 64px;
    height: 64px;
}
.la-timer.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-timer.la-2x > div:before,
.la-timer.la-2x > div:after {
    top: 28px;
    left: 28px;
    width: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 4px;
    -webkit-transform-origin: 2px 2px 0;
       -moz-transform-origin: 2px 2px 0;
        -ms-transform-origin: 2px 2px 0;
         -o-transform-origin: 2px 2px 0;
            transform-origin: 2px 2px 0;
}
.la-timer.la-2x > div:before {
    height: 24px;
}
.la-timer.la-2x > div:after {
    height: 16px;
}
.la-timer.la-3x {
    width: 96px;
    height: 96px;
}
.la-timer.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
.la-timer.la-3x > div:before,
.la-timer.la-3x > div:after {
    top: 42px;
    left: 42px;
    width: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 6px;
    -webkit-transform-origin: 3px 3px 0;
       -moz-transform-origin: 3px 3px 0;
        -ms-transform-origin: 3px 3px 0;
         -o-transform-origin: 3px 3px 0;
            transform-origin: 3px 3px 0;
}
.la-timer.la-3x > div:before {
    height: 36px;
}
.la-timer.la-3x > div:after {
    height: 24px;
}
/*
 * Animation
 */
@-webkit-keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-moz-keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }
}
@-o-keyframes timer-loader {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
}
@keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}