.step_content .delivery_form {
    display: none;
    float: left;
    width: 100%;
}
.step_content .delivery_form.checked {
    display: block;
}

.step_content .delivery_title {
    display: block;
    float: left;
    color: #315487;
    font-family: 'Font1';
    font-size: 156.25%; /*25px*/
    line-height: 28px;
    padding-bottom: 2px;
    width: 100%;
}

.delivery_form .habitual_address_container {
    display: block;
    float: left;
    margin-top: 16px;
    margin-bottom: 24px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #EDF9FC;
    padding: 21px 160px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.habitual_address_container .user_image {
    display: block;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #CAECF6;
    width: 93px;
    height: 93px;
}

.user_image .image {
    display: block;
    float: left;
    margin: 12px;
    background-image: url(../images/sprite-purchasing-process.png);
    background-repeat: no-repeat;
    background-position: 2px -84px;
    width: 69px;
    height: 69px;
}

.habitual_address_container .habitual_address {
    display: block;
    float: right;
    margin-right: -50px;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 100%; /*16px*/
    line-height: 20px;
    padding-left: 24px;
    width: 250px;
}

.habitual_address input {
    display: block;
    float: left;
    margin-left: -24px;
    width: 18px;
    height: 18px;
}

.habitual_address span {
    display: block;
    float: left;
    color: #08A3CC;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    width: 100%;
}

.habitual_address .edit_link {
    display: block;
    float: left;
    margin-top: 4px;
    color: #E66B5B;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    text-decoration: none;
}
@media( min-width: 960px ){
    .habitual_address .edit_link:hover {
        text-decoration: underline;
    }
}

.habitual_address_container .button_container,
.other_address_container .button_container {
    display: block;
    margin: auto;
    width: 175px;
}
.other_address_container .button_container {
    width: 195px;
}

.button_container .white_button {
    display: block;
    float: left;
    margin-top: 18px;
    border: 1px solid #3C67A5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 93.75%; /*15px*/
    text-align: center;
    text-decoration: none;
    line-height: 31px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
}
.other_address_container .button_container .white_button {
    margin-top: 32px;
}
@media( min-width: 960px ){
    .button_container .white_button:hover {
        border: none;
        background-color: #4ec1e0;
        color: #fff;
        line-height: 33px;
    }
}

.delivery_form .other_address_container {
    display: none;
    float: left;
    padding-bottom: 22px;
    width: 100%;
    overflow: hidden;
}

.other_address_container .no_address_text {
    display: block;
    float: left;
    margin-top: 10px;
    color: #315487;
    font-family: "Font2";
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.other_address_container .close_link,
.form_container .close_link {
    display: block;
    float: right;
    position: relative;
    margin-bottom: -17px;
    color: #B0B0A2;
    font-family: 'Font2';
    font-size: 81.25%; /*13px*/
}
@media( min-width: 960px ){
    .other_address_container .close_link:hover,
    .form_container .close_link:hover {
        text-decoration: none;
    }
}

.close_link span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -4px;
    background-image: url(../images/sprite-shopping-cart.png);
    background-repeat: no-repeat;
    background-position: -50px -70px;
    width: 17px;
    height: 17px;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    transition: opacity 150ms;
}
@media( min-width: 960px ){
    .close_link:hover span {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
}

.other_address_container .other_address_title {
    display: block;
    float: left;
    color: #315487;
    font-family: 'Font1';
    font-size: 118.75%; /*19px*/
    line-height: 30px;
    width: 100%;
}

.other_address_container .other_address_list {
    display: block;
    float: right;
    width: 756px;
}

.other_address_list .other_address_item {
    display: block;
    float: left;
    margin-top: 16px;
    margin-left: 110px;
    width: 142px;
}

.other_address_item .other_address {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 16px;
    padding-left: 24px;
    width: 118px;
}

.other_address input {
    display: block;
    float: left;
    margin-left: -24px;
    width: 18px;
    height: 18px;
}

.other_address span {
    display: block;
    float: left;
    color: #315487;
    font-family: 'Font1';
    font-size: 107.1429%; /*15px*/
    padding-bottom: 3px;
    width: 100%;
}

.other_address .edit_link {
    display: block;
    float: left;
    margin-top: 4px;
    color: #E66B5B;
    font-family: 'Font2';
    font-size: 100%; /*14px*/
    text-decoration: none;
}
@media( min-width: 960px ){
    .other_address .edit_link:hover {
        text-decoration: underline;
    }
}

.delivery_form .form_container {
    display: none;
    float: left;
    margin-top: 30px;
    padding-bottom: 32px;
    width: 100%;
}

.delivery_form .row {
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.row .field_container {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 20px;
    width: 194px;
}
.row .field_container + .field_container {
    margin-left: 31px;
}
.row .field_container.full {
    width: 100%;
}
.row .field_container.wide {
    width: 419px;
}
.row .field_container.little {
    margin-right: 107px;
    width: 87px;
}
.row .field_container.mini {
    width: 39px;
}
.row .field_container.micro {
    width: 28px;
}
.row .field_container.mini + .field_container,
.row .field_container.micro + .field_container {
    margin-left: 8px;
}

.field_container sup {
    color: #4EC1E0;
    font-family: inherit;
    font-size: inherit;
    vertical-align: text-top;
}
.field_container.mini sup {
    display: block;
    float: right;
    margin-right: -2px;
}

.field_container input,
.field_container select,
.field_container textarea {
    display: block;
    float: left;
    border: 1px solid #D6D6C5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #706F6F;
    font-family: inherit;
    font-size: inherit; /*14px*/
    line-height: 20px;
    padding: 6px 12px;
    width: 100%;
    height: 34px;
    -webkit-transition: border-color 150ms, border-width 150ms, background-color 150ms, color 150ms, padding 150ms;
    -moz-transition: border-color 150ms, border-width 150ms, background-color 150ms, color 150ms, padding 150ms;
    transition: border-color 150ms, border-width 150ms, background-color 150ms, color 150ms, padding 150ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.field_container select.error {
    border-color: #C42B20;
    border-width: 2px;
    background-color: #FCF4F4;
    padding: 5px 11px;
}

.field_container textarea {
    height: 68px;
}
.field_container.mini input,
.field_container.micro input {
    padding: 6px 5px;
}
.field_container.error input {
    border-color: #C42B20;
    border-width: 2px;
    background-color: #FCF4F4;
    color: #C42B20;
    padding: 5px 11px;
}

.field_container .error_message {
    display: block;
    float: left;
    color: #C42B20;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 20px;
    padding-left: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row .elevator_container,
.row .habitual_check {
    display: block;
    float: left;
    margin-left: 31px;
    width: 194px;
}
.row .habitual_check {
    margin-top: 20px;
    color: #3c67a5;
    font-family: "Font2";
    font-size: 87.5%;
    line-height: 34px;
    width: auto;
}

.habitual_check input {
    display: block;
    float: left;
    margin-top: 9px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.elevator_container .elevator_text {
    display: block;
    float: left;
    color: #3c67a5;
    font-family: "Font2";
    font-size: 87.5%; /*14px*/
    line-height: 20px;
    width: 100%;
}

.elevator_container .radio_container {
    display: block;
    float: left;
    color: #3c67a5;
    font-family: "Font2";
    font-size: 87.5%; /*14px*/
    line-height: 34px;
    width: 60px;
}

.elevator_container .radio_container input {
    display: block;
    float: left;
    margin: 8px 5px 0em 8px;
    width: 18px;
    height: 18px;
}

.delivery_form .save_button {
    display: block;
    float: right;
    margin-top: 21px;
    border: 1px solid #E66B5B;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #E66B5B;
    font-family: 'Font1';
    font-size: 93.75%; /*15px*/
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    padding-top: 1px;
    width: 175px;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media( min-width: 960px ){
    .delivery_form .save_button:hover {
        background-color: #E66B5B;
        color: #fff;
    }
}

.delivery_form .cancel_button {
    display: block;
    float: left;
    margin-top: 21px;
    border: 1px solid #abab9d;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #abab9d;
    font-family: 'Font1';
    font-size: 93.75%; /*15px*/
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    padding-top: 1px;
    width: 175px;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media( min-width: 960px ){
    .delivery_form .cancel_button:hover {
        background-color: #abab9d;
        color: #fff;
    }
}

.step_content .bill_container {
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.delivery_form.bill .bill_container {
    margin-top: 0em;
}
.delivery_form.bill .bill_container + .bill_container {
    padding-bottom: 20px;
}

.bill_container .bill_text {
    display: block;
    float: left;
    margin-right: 16px;
    color: #3c67a5;
    font-family: "Font2";
    font-size: 87.5%; /*14px*/
    line-height: 46px;
}

.bill_container .radio_container {
    display: block;
    float: left;
    color: #3c67a5;
    font-family: "Font2";
    font-size: 87.5%; /*14px*/
    line-height: 46px;
    width: 60px;
}

.bill_container .radio_container input {
    display: block;
    float: left;
    margin: 15px 5px 0em 8px;
    width: 18px;
    height: 18px;
}

.step_content .hour_selection_container {
    display: block;
    float: left;
    margin-top: 14px;
    border-top: 3px solid #EDF7F9;
    padding-top: 30px;
    width: 100%;
}

.hour_selection_container .hour_table {
    display: block;
    float: left;
    margin-top: 21px;
    -webkit-border-radius: 10px 10px 0em 0em;
    -moz-border-radius: 10px 10px 0em 0em;
    border-radius: 10px 10px 0em 0em;
    border-spacing: 0em;
    width: 100%;
    overflow: hidden;
}

.hour_table th {
    background-color: #DCF3F9;
    color: #4EC1E0;
    font-family: 'Font1';
    font-size: 87.5%; /*14px*/
    font-weight: normal;
    text-align: center;
    line-height: 16px;
    height: 50px;
    max-width: 87px;
}

.hour_table th.first_colum {
    border-bottom: 1px solid #A6E0EF;
    background-color: #CAECF6;
    color: #08A3CC;
    font-size: 93.75%; /*15px*/
    width: 100px;
    min-width: 92px;
}
.hour_table th.first_colum.title {
    border-bottom: none;
}

.hour_table th span {
    color: inherit;
    font-family: 'Font2';
    font-size: 80%;
    font-weight: inherit;
}

.hour_table td {
    border-right: 1px solid #DCF3F9;
    border-bottom: 1px solid #A6E0EF;
}

.hour_table td span {
    display: block;
    float: left;
    color: #E8AAA6;
    font-family: 'Font2';
    font-size: 81.25%; /*13px*/
    text-align: center;
    line-height: 14px;
    padding: 11px 15% 12px;
    width: 70%;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    transition: background-color 500ms;
    cursor: default;
}

.hour_table td .hour {
    display: block;
    float: left;
    color: #34BF38;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    text-align: center;
    line-height: 12px;
    padding: 10px 15%;
    width: 70%;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    transition: background-color 500ms;
    cursor: pointer;
}
.hour_table td .hour:hover {
    background-color: #EBF9EB;
    -webkit-transition: background-color 50ms;
    -moz-transition: background-color 50ms;
    transition: background-color 50ms;
}

.hour input {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.step_content .store_collect_container {
    display: none;
    float: left;
    width: 100%;
}
.step_content .store_collect_container.checked {
    display: block;
}

.store_collect_container .store_select {
    display: block;
    float: left;
    color: #315487;
    font-family: 'Font1';
    font-size: 87.5%; /*14px*/
    line-height: 33px;
}

.store_select select {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #D6D6C5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #4EC1E0;
    font-size: 100%; /*14px*/
    line-height: 19px;
    padding: 5px 12px;
    width: 340px;
    height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.store_select select option {
    line-height: 19px;
    padding: 6px 12px;
}
.store_select select option:checked {
    -webkit-box-shadow: inset 0em 0em 10px 100px #4EC1E0;
    -moz-box-shadow: inset 0em 0em 10px 100px #4EC1E0;
    box-shadow: inset 0em 0em 10px 100px #4EC1E0;
}

.store_collect_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;
}

.store_collect_container .collect_person_text {
    display: block;
    float: left;
    margin-top: 21px;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 42px;
    width: 100%;
}

.store_collect_container .row {
    display: block;
    float: left;
    width: 100%;
}
.store_collect_container .row + .row {
    margin-top: 20px;
}

.step_content .check_container {
    display: block;
    float: left;
    margin-top: 30px;
    color: #3c67a5;
    font-family: "Font2";
    font-size: 87.5%; /*14px*/
    line-height: 18px;
}

.step_content .check_container input {
    display: block;
    float: left;
    margin-right: 6px;
    width: 18px;
    height: 18px;
}

.step_content .check_container .check_link {
    color: #4ec1e0;
    font-family: inherit;
    font-size: inherit;
}
.step_content .check_container .check_link:hover {
    text-decoration: none;
}

.step_content .back_button {
    margin-top: 44px;
}
.step_content .next_button {
    margin-top: 44px;
    width: 173px;
}

#purchased_rate_popup .popup_container {
    max-width: 768px;
}

#purchased_rate_popup .popup_content {
    padding-bottom: 30px;
}

.popup_content .purchased_rate_title {
    display: block;
    float: left;
    color: #4EC1E0;
    font-family: 'Font3';
    font-size: 375%; /*60px*/
    text-align: center;
    line-height: 124px;
    width: 100%;
}

.purchased_rate_title span {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: -17px;
    background-image: url(../images/sprite-shopping-cart.png);
    background-repeat: no-repeat;
    background-position: center -300px;
    width: 70px;
    height: 70px;
}

.popup_content .purchased_rate_text {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 106.25%; /*17px*/
    text-align: center;
    line-height: 26px;
    padding: 0em 27% 25px;
    width: 46%;
}

#purchased_rate_popup .popup_content .button_container {
    display: block;
    margin: auto;
    width: 194px;
}

.error_text_color{
    color: #C42B20 !important;
}

.title_text_color{
    color: #315487;
}


.warn input {
    background-color: #ffffff;
}
