/*-------------Member---------------------------------------*/
.mb-2, .my-2 {
	margin-bottom: .5rem!important;
}
.mt-2, .my-2 {
	margin-top: .5rem!important;
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group-addon{
	display: none
}
.contentPage{
	margin-top: 50px
}
input[type=checkbox], input[type=radio] {
	margin-top: 5px;
}
button, input[type=button], input[type=submit], .btn{
	margin-bottom: 10px !important
}
.action_bottom {
	margin: 10px 0;
	line-height: 36px;
}
.set_default_address{
	margin: 10px 0;
	line-height: 24px;
}
#member a {
    display: inline-block;
}

#member .headMenuSp {
    background: #000;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 0px 25px;
}

#member #menuSanPham {
    width: 100%;
    border: solid 1px rgba(0,0,0,0.2);
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

#member #menuSanPham li {
    list-style: none;
    position: relative;
    background: #fff;
}

#member .menuUserLeft li.active a,#member .menuUserLeft a:hover {
    background: #f1f1f1 !important;
}

#member #menuSanPham>li>a {
    width: 100%;
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
    color: #000;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
}

#menuSanPham>li.active>a, #menuSanPham>li:hover>a, #menuSanPham>li>a:hover {
    color: #000!important;
}

#member .headSp {
    color: #000;
    line-height: 40px;
    margin: 0px;
    border-left: solid 4px #000;
    padding-left: 10px;
    font-size: 1.25em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#member .legend {
    margin-top: 0px;
    font-weight: normal;
    font-size: 1.25em;
    border-bottom: solid 1px #ddd;
    line-height: 40px;
    text-transform: capitalize;
}

#member .form-control {
    border-radius: 2px;
    background: #f9f9f9;
    border: solid 1px #ebebeb !important;
    font-size: 1em;
    height: 42px;
}

#member .form-control, #member .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.address_title {
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.address_title h3 {
    margin-bottom: 0;
}

.address_actions {
    margin-top: 5px;
}

p.address_actions.text-right {
    margin-bottom: -15px;
    position: relative;
    z-index: 99;
    line-height: 13px;
}

span.action_link {
    padding: 5px;
}

.action_link a {
    text-transform: uppercase;
    font-size: 13px;
}

.address_table {
    margin-bottom: 10px;
    border-top: 0px solid #ddd;
    background: #fafafa;
    padding: 8px;
}
/*------------------address---------------------------------*/
#member-address input::placeholder {
    color: #5F5F5F;
    opacity: 1;
	/* Firefox */
}

#member-addresss input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
    color: #5F5F5F;
}

#member-addresss input::-ms-input-placeholder {
	/* Microsoft Edge */
    color: #5F5F5F;
}

#doke-address .custom-back {
    font-size: 14px;
    padding: 10px;
}

#doke-address button {
    font-size: 14px;
}

#doke-address #member-address a {
    text-decoration: underline;
}