/* START FOR ORDER SUMMARY PAGE */
.os_block {
    padding: 30px 0 100px;
}

.os_block .title_block {
    margin: 0 0 30px;
}

.os_block .title_block .icon_back {
    color: rgba(23, 19, 19, .50);
    text-decoration: none;
}

.os_block .title_block .icon_back .txt {
    color: rgba(23, 19, 19, .50);
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}

.os_block .inner_os .os_leftbar .detail_block:not(:last-child) {
    margin: 0 0 40px;
}

.os_block .inner_os .os_leftbar .detail_block {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .29);
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, .29);
    border-radius: 20px;
    padding: 20px 40px;
}

.os_block .inner_os .os_leftbar .detail_block .title_block {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #171313;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.os_block .inner_os .os_leftbar .detail_block .title_block .chk_block {
    display: flex;
    align-items: center;
}

.os_block .inner_os .os_leftbar .detail_block .title_block .chk_block .chk_box {
    display: flex;
    align-items: center;
}

.os_block .inner_os .os_leftbar .detail_block .title_block .chk_block .chk_box .field_chk_input {
    display: none;
}

.os_block .inner_os .os_leftbar .detail_block .title_block .chk_block .chk_box .field_chk_lbl {
    display: block;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
    color: #ABABAB;
    position: relative;
}

.os_block .inner_os .os_leftbar .detail_block .title_block .chk_block .chk_box .field_chk_lbl:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #707070;
    background-color: #D4D4D4;
    display: inline-block;
    margin-right: 3px;
    background-color: #D4D4D4;
}

.os_block .inner_os .os_leftbar .detail_block .title_block .chk_block .chk_box .field_chk_input:checked~.field_chk_lbl:before {
    background-color: #AF7F32;
    border: 1px solid #AF7F32;
}

.os_block .inner_os .os_leftbar .detail_block .title_block .chk_block .chk_box .field_chk_input:checked~.field_chk_lbl:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 40%;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.os_block .inner_os .os_leftbar .detail_block .title_block .subtitle {
    color: #AF7F32;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.business_textbox_wrap {
    padding:15px 0 0;
    display:none;
}

/*.normal_title_hd {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #ABABAB;
    padding-bottom: 15px;
}*/


.field_group.individual_business_type {
    margin: 0 0 10px !important;
}

.field_group .list_businesstype {
    margin: 0;
    display: flex;
    align-items: center;
    height: 40px;
}

.field_group .list_businesstype li .field_input {
    display:none;
}

.field_group .list_businesstype li:not(:last-child) {
margin-right: 30px;
}

.field_group .list_businesstype li .field_lbl:before {
content: "";
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
border-radius: 3px;
border: 1px solid #A5C9FF;
}


.field_group .list_businesstype li .field_lbl {
display: block;
cursor: pointer;
margin: 0;
color: #A4A4A4;
font-size: 16px;
position: relative;
}




.field_group .list_businesstype li .field_input:checked + .field_lbl:before {
background-color: #AF7F32;
border: 1px solid #AF7F32;
}

.field_group .list_businesstype li .field_input:checked + .field_lbl:after {
content: '';
position: absolute;
left: 3px;
top: 50%;
background: white;
width: 2px;
height: 2px;
box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}




.os_block .inner_os .os_leftbar .detail_block .field_group {
    margin: 0 0 10px;
}

.os_block .inner_os .os_leftbar .detail_block .field_group .field_lbl {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0 0 3px;
}

    .os_block .inner_os .os_leftbar .detail_block .field_group .field_input,
    .os_block .inner_os .os_leftbar .detail_block .field_group .field_select {
        outline: none;
        box-shadow: initial;
        border: 1px solid #AF7F32;
        border-radius: 8px;
        height: 45px;
        padding: 0 15px;
        width: 100%;
        color: #403e3e;
    }

.os_block .inner_os .os_rightbar {
    position: sticky;
    top: 220px;
}

.os_block .inner_os .os_rightbar .list_os {
    margin: 0;
}

.os_block .inner_os .os_rightbar .list_os li {
    border-bottom: 1px solid #171313;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.os_block .inner_os .os_rightbar .list_os li .box_os {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.os_block .inner_os .os_rightbar .list_os li .maintitle {
    /*font-family: 'SitkaSubheading';*/
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #AF7F32;
    letter-spacing: 0.2px;
    line-height: 30px;
    margin: 0 0 10px;
    font-weight: 700;
}

.os_block .inner_os .os_rightbar .list_os li .box_os .box_os_left .qty_block,
.os_block .inner_os .os_rightbar .list_os li .box_os .box_os_left .qty_block .btn_block {
    display: flex;
    align-items: center;
}

.os_block .inner_os .os_rightbar .list_os li .box_os .box_os_left .qty_block .btn_block .btn_minus,
.os_block .inner_os .os_rightbar .list_os li .box_os .box_os_left .qty_block .btn_block .btn_plus {
    width: 20px;
    height: 20px;
    background-color: #e1e1e1;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    margin: 0 10px;
    font-weight: 700;
    font-size: 20px;
}

.os_block .inner_os .os_rightbar .list_os li .box_os .box_os_left .qty_block .txt_qty {
    margin-right: 10px;
}

.os_block .inner_os .os_rightbar .list_os li .box_os .box_os_left .txt,
.os_block .inner_os .os_rightbar .list_os li .box_os .box_os_right .txt {
    display: block;
    font-size: 14px;
    color: #8F8F8F;
    font-weight: 600;
    margin: 0 0 3px;
}

.os_block .inner_os .os_rightbar .list_os li .box_os .box_os_right .icon_close {
    background: #ce4d4d;
    color: #fff;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.os_block .inner_os .os_rightbar .list_os li .box_os .box_grid {
    width: 50%;
    position: relative;
}

.os_block .inner_os .os_rightbar .list_os li .box_os .box_os_right .txt_val {
    color: #171313;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.os_block .inner_os .os_rightbar .chk_proceed_block {
    margin: 10px 0;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .chk_box input {
    display: none;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .chk_box label {
    outline: none;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .chk_box label:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #171313;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    float: left;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .chk_box label .txt {
    font-size: 14px;
    color: #171313;
    display: inline-block;
    width: calc(100% - 28px);
    font-weight: 500;
    padding-bottom: 6px;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .chk_box input:checked+label:before {
    background-color: #AF7F32;
    border: 1px solid #AF7F32;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .chk_box input:checked+label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.os_block .inner_os .os_rightbar .chk_proceed_block .wish_register_block input {
    display: none;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .wish_register_block label {
    outline: none;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .wish_register_block label:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #171313;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    float: left;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .wish_register_block label .txt {
    font-size: 14px;
    color: #171313;
    display: inline-block;
    width: calc(100% - 28px);
    font-weight: 500;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .wish_register_block input:checked+label:before {
    background-color: #AF7F32;
    border: 1px solid #AF7F32;
}

.os_block .inner_os .os_rightbar .chk_proceed_block .wish_register_block input:checked+label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.os_block .inner_os .os_rightbar .chk_proceed_block .btn_proceed {
    margin-top: 10px;
    height: 34px;
    color: #fff;
    text-align: center;
    width: 123px;
    display: block;
    background: transparent linear-gradient(78deg, #027D3E 0%, #029148 100%) 0% 0% no-repeat padding-box;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    float: right;
    outline: none;
    cursor: pointer;
}

/*MEDIA QUERIES*/
@media (min-width:992px) and (max-width:1199px) {
    .os_block .inner_os .os_leftbar .detail_block .title_block .subtitle {
        font-size: 16px;
    }
}

/*991*/
@media (max-width:991px) {
    .os_block {
        padding: 50px 0 50px;
    }

    .os_block .inner_os .os_leftbar {
        margin: 0 0 30px;
    }

    .os_block .inner_os .os_rightbar {
        margin: 0 0 30px;
    }

    .os_block .inner_os .os_rightbar .chk_proceed_block .btn_proceed {
        float: initial;
    }
}

/*767*/
@media (max-width:767px) {
    .os_block .os_block .title {
        font-size: 50px;
        line-height: 100px;
    }

    .os_block .inner_os .os_leftbar .detail_block {
        padding: 20px;
    }

    .os_block .inner_os .os_rightbar .chk_proceed_block .term_reg_block {
        flex-direction: column;
    }

    .os_block .inner_os .os_rightbar .chk_proceed_block .chk_box {
        width: 100%;
        margin: 0 0 15px;
    }

    .os_block .inner_os .os_rightbar .chk_proceed_block .wish_register_block {
        justify-content: flex-start;
        width: 100%;
    }


}

@media (max-width:575px) {
    .os_block .inner_os .os_rightbar .chk_proceed_block .btn_proceed {
        width: 100%;
    }

    .os_block .inner_os .os_leftbar .detail_block .title_block {
        align-items: flex-start;
        flex-direction: column;
    }

    .os_block .inner_os .os_leftbar .detail_block .title_block .subtitle {
        font-size: 16px;
    }

    .os_block .inner_os .os_leftbar .detail_block .title_block .chk_block .chk_box .field_chk_lbl {
        white-space: nowrap;
    }


}

/*320 to 500*/
@media (min-width:320px) and (max-width:500px) {}

/* END FOR ABOUT US PAGE */