/*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: #252525;
}

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

div#data_register_registration_method label.btn.btn-outline-primary:hover {
    background: #f1f1f17d;
    color: #0647c0;
}

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;
}

/*hika edit*/
.hikashop_checkout_page .hika_address_element {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
}

.hikashop_checkout_page .hika_edit input{
    top: 7px;
    position: relative;
}

.hikashop_checkout_page .hika_edit {
    background: transparent;
}  
  
  
/*EO checkout address*/

