/*body*/
div#hikashop_checkout_registration {
    /* padding: 0px 0px 0px 16px; */
    /* border-left: 1px solid #dadada; */
}

/*login*/
div#data_register_registration_method label.btn.btn-outline-primary.active {
	background: #f3f3f3;
	color: #ea4e2a;
	font-weight: 700;
}

div#data_register_registration_method label.btn.btn-outline-primary {
	border: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

div#data_register_registration_method label.btn.btn-outline-primary.active.btn-success {
	background: #f3f3f3;
	color: #141e3e;
}

label.btn.btn-outline-primary {
	color: #121212;
}

div#data_register_registration_method label.btn.btn-outline-primary:hover {
    background: #f3f3f3;
    color: #ea4e2a;
}

button.btn.btn-secondary.input-password-toggle {
    background: #fff;
    border-color: #252525;
    color: #252525;
}

button.btn.btn-secondary.input-password-toggle:hover {
    background: #252525;
    border-color: #252525;
    color: #fff;
}

/*password*/
.password-group .input-group {
    flex-wrap: nowrap;
}


button.hikashop_checkout_address_new_button {
    font-size: 14px;
    background: #6c6c6c;
    border: 0;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 8px 10px;
    margin: 10px 0;
    transition: 0.3s;
}

button.hikashop_checkout_address_new_button i {
    font-size: 10px;
    margin-right: 5px;
}

.hkform-group.control-group.hikashop_registration_required_info_line .hkc-sm-8 {
    color: #000;
}
button#hikashop_register_form_button {
    background: #141e3e;
    border-radius: 1000px;
    color: #fff;
    padding: 10px 25px !important;
}

a#hikashop_checkout_shopping_button {
    background: #141e3e;
    border-radius: 1000px;
    color: #fff;
    padding: 10px 25px !important;
}

button#hikabtn_checkout_next {
    background: #4CAF50;
    border-radius: 1000px;
    color: #fff;
    padding: 10px 25px !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #141e3e !IMPORTANT;
    color: #fff !IMPORTANT;
}