@media (min-width: 768px) {
    .container-page {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .container-empty-gap {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

     .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
    margin-bottom: 0 !important;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    position: relative !important;
    background: #404752;
    color: #FFFFFF !important;
}

.btn {
    font-family: Rubik, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*注册 */
.register-box {
    width: 100%;
    text-align: center;
}

.register {
    margin: 0 auto;
    width: 100%;
}

.register_title {
    font-size: 28px;
    line-height: 33px;
    color: #444951;
}

.register_totaltip {
    margin-top: 10px;
    color: #e24247;
    font-size: 14px;
    height: 14px;
}

/*.register_form {*/
/*    text-align: left;*/
/*    padding-top: 16px;*/
/*    max-width: 600px;*/
/*}*/

/*.common_group {*/
/*    height: 7.0625px;*/
/*}*/

.common_label {
    font-size: 16px;
    color: #404752;
    line-height: 16px;
    margin-bottom: 10px;
    display: block;
}

.common_input {
    margin-bottom: 0px !important;
}

.register_form-href {
    text-decoration: underline !important;
    color: #212121;
    font-size: 14px;
}

.register_form-tip {
    display: block;
    font-size: 12px;
    color: #e24247;
    line-height: 14px;
    margin-top: 5px;
}

.register_form-prompt {
    color: #777;
    font-size: 14px;
    line-height: 17px;
    margin-right: 10px;
}

.register_form-href {
    text-decoration: underline !important;
    color: #212121;
    font-size: 14px;
}

.register_form-submit {
    display: grid;
    /*place-content: center;*/
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
    width: 100%;
}

.register label.checkbox {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

.register label.checkbox::before {
    content: "";
    width: 15px;
    height: 15px;
    float: left;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    margin-right: 9px;
    margin-top: 3px;
}

.register_form-subscribe {
    font-size: 14px;
    color: #2a2a2a;
}

.register_form-button {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* 登录 */

label {
    display: inline-block;
    /*margin-bottom: 8px;*/
}

.login {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.login_title {
    font-size: 28px;
    color: #444951;
    line-height: 34px;
}

.login_form {
    text-align: left;
    padding-top: 16px;
}

.login_form-href {
    text-decoration: underline !important;
    color: #212121;
    font-size: 14px;
}

.login_form-resetpw {
    float: right;
}

.login_form-tip {
    display: block;
    font-size: 12px;
    color: #e24247;
    line-height: 14px;
    margin-top: 5px;
}

.login_form-prompt {
    color: #777;
    font-size: 14px;
}

.login_form-submit {
    text-align: center;
    margin-bottom: 22px;
}


.login_form-button {
    min-width: 210px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* 找回 */

.resetpw-box {
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.resetpw_title {
    font-size: 28px;
    color: #444951;
    line-height: 33px;
}

.resetpw_tip {
    display: none;
}

.resetpw_totaltip {
    margin-top: 10px;
    color: #e24247;
    font-size: 14px;
    height: 14px;
}

.resetpw_form {
    text-align: left;
    padding-top: 6px;
}

.common_input {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 15px;
    font-size: 16px;
    line-height: 14px;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0;
}

.resetpw_form-tip {
    display: block;
    font-size: 12px;
    color: #e24247;
    line-height: 14px;
    margin-top: 5px;
}

.resetpw_code {
    display: flex;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.resetpw_code-button {
    width: 118px;
    height: 44px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -2px;
    margin-bottom: 0px !important;
}

[type="button"] {
    -webkit-appearance: none !important;
}

.resetpw_form-submit {
    text-align: center;
    margin-top: 0;
}

.resetpw_code-input {
    display: inline-block !important;
    width: 100% !important;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 15px !important;
    font-size: 14px;
    line-height: 17px !important;
    margin-right: 14px !important;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0;
}

.resetpw_form-button {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

#content {
    min-height: 300px;
}

.register-box {
    width: 100%;
    text-align: center;
}

.register-success {
    width: 460px;
    height: 100%;
    margin: 0 auto;
    padding-top: 56px;
    text-align: center;
}

.register-success_title {
    margin: 0;
    margin-top: 24px;
}

.register-success_title-text {
    font-size: 24px;
    color: #212121;
    line-height: 28px;
}

.register-success_bottom {
    margin-top: 36px;
    margin-bottom: 10.125px;
}

.register-success_button {
    width: 200px;
    height: 50px;
    font-size: 18px;
}

/* 地址 */
#msshop-section-address-add,
#msshop-section-address{
    display: flex;
    justify-content: center;
}
/*#msshop-section-address-add>.content,*/
/*#msshop-section-address>.content{*/
/*    width: 100%;*/
/*    padding: 0 10%;*/
/*}*/
#msshop-section-address-add>.content .boxes,
#msshop-section-address>.content .boxes{
    margin: 100px auto;
    padding: 0;
}
/*#msshop-section-address-add>.content .boxes*/
/*#msshop-section-address>.content .boxes {*/
/*    max-width: 1320px;*/
/*}*/

#msshop-section-address-add>.content .boxes .box{
    display: flex;
    justify-content: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

#msshop-section-address>.content .boxes .box #content{
    /*margin-top: 100px;*/
}

h2.book-title{
    font-size: 28px;
    font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
    font-weight: bold;
    color: #111417;
    line-height: 38px;
    -webkit-background-clip: text;
}

.address_title {
    font-size: 28px;
    line-height: 42.4px;
    text-align: center;
    color: #212121;
}

.address-book .address-form {
    width: 100%;
    margin: 100px auto 0;
    text-align: center;
}

.address-book .address-form .form-row {
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.address-book .address-form .form-row > .col,
.address-book .address-form .form-row > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.address-book .address-form .form-group {
    position: relative;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-row > [class*=col-]{
    width: 100%;
    padding: 0;
}

.form-group {
    margin-bottom: 20px;
}

#address_form>.form-group:last-child{
    margin-top: 50px;
}


/*.address-book #address_form .form-row .form-group:first-child{*/
/*    width: 48%;*/
/*    margin-right: 2%;*/
/*}*/
/*.address-book #address_form .form-row .form-group:last-child{*/
/*    width: 48%;*/
/*    margin-left: 2%;*/
/*}*/

.form-group select option{
    font-size: 18px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #111417;
    line-height: 24px;
    -webkit-background-clip: text;
}

.address-book .address-form select {
        min-width: auto;
}

.form-control {
    width: 100%;
    height: 60px;
    padding: 18px 20px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #E1E1E1;
    filter: blur(undefinedpx);
}

.address_book .address__form .form-check {
    margin-top: 25px;
    text-align: center;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 20px;
}

.addrreess_book .address__form input[type=checkbox] {
    width: 18px;
    height: 18px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 4.8px;
    margin-left: -20px;
    width: 16px;
    height: 16px;
}

.address-book .address-form .form-check .form-check-label {
    /*font-size: 14px;*/
    /*font-stretch: normal;*/
    /*font-style: normal;*/
    /*line-height: 1.57;*/
    /*letter-spacing: 1px;*/
    /*color: #404752;*/
    /*text-transform: uppercase;*/
    /*position: relative;*/
    /*top: unset;*/
    /*left: unset;*/
    font-size: 18px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #B5B5B5;
}

a.cancel{
    display: flex;
    font-size: 18px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #111417;
    background: unset;
    text-decoration: underline;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.form-check-label {
    margin-bottom: 0;
    font-size: 16px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #B5B5B5;
     line-height: 20px;
    -webkit-background-clip: text;
}

label {
    display: inline-block;
    /*margin-bottom: 8px;*/
}

.address {
    text-align: center;
    margin: 0;
}

.address_title {
    font-size: 28px;
    line-height: 42.4px;
    text-align: center;
    color: #212121;
}

.address_add {
    display: inline-block;
}


.address_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fill, 1fr);
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
}

.address_list .address-item:first-child {
    grid-column: span 2;
    width: 50%;
    min-width: 650px;
    margin: 0 auto;
}

.address_list .address-item {
    padding: 20px 30px;
    background: #F7F7F7;
    border-radius: 0px;
    opacity: 1;
    filter: blur(undefinedpx);
    color: #404752;
    font-size: 14px;
    overflow: hidden;
}

.address_list .address-item_header_tag {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 4em solid #404752;
    border-left: 4em solid transparent;
}

.address_list .address-item_header_operate {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.address_list .address-item_header_operate_btn:not(:first-child) {
    /*margin-left: 17px;*/
    /*margin-right: 15px;*/
}

.address_list .address-item_header_operate_btn {
    /* text-decoration: underline; */
    /* cursor: pointer; */
    /* color: #444951; */
}

.address_list .address-item_header {
    height: 51px;
    padding: 20px 0 15px;
    line-height: 16px;
    display: flex;
    align-items: center
}

.address_list .address-item_header_name {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/*.address_list .address-item_content .address-info_item {*/
/*    text-align: left;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

.address_list .address-item_content{
    display: flex;
}

#msshop-section-address .content .boxes .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*gap: 50px;*/
}
.address_list .address-item_content h2{
    font-size: 60px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 80px;
    -webkit-background-clip: text;
}
@media (max-width: 768px) {
    #msshop-section-account-register .boxes .box>p {
        margin-top: 10px !important;
        margin-bottom: 25px !important;
    }
    .register_form-submit {
        margin-top: 40px !important;
    }
    .resetpw_form .btn-secondary {
        width: 105px !important;
        min-width: unset !important;
        padding: 0 !important;
    }
    #msshop-section-address .content .boxes .box img{
        margin: 100px auto 0px;
        width: 195px !important;
        height: auto!important;
    }
    #address_form .form-check-input {
        margin-top: 0px;
    }
    #address_form .form-check-input{
        width: 20px;
        height: 20px;
    }
    #msshop-section-address .boxes .box>h2{
        font-size: 16px !important;
        font-weight: bold !important;
    }
    #msshop-section-address .boxes .box>h3,
    #msshop-section-address .boxes .box a.empty-address,
    #dropdown ul li, #dropdown2 ul li,
    #dropdown p, #dropdown2 p{
        font-size: 14px !important;
    }
    #address_form .form-check-label {
        font-size: 12px !important;
    }
    .address-book .form-row{
        justify-content: space-between;
        align-items: center;
    }
    div.address_list .address-item_content h2{
        font-size: 30px;
    }
    #msshop-section-address a.btn-secondary {
        width: unset !important;
        min-width: 325px !important;
        margin: 25px auto !important;
    }
    #msshop-section-address-edit #input-delivery-country.form-control{
        height: auto !important;
        max-height: 30vh;
    }
    #msshop-section-address-edit #province_select1.form-control{
        height: auto !important;
        max-height: 30vh;
    }
    #msshop-section-address-edit #address_form .form-group:has(#input-delivery-postcode){
        margin-top: 16px;
    }
    .form-control {
        height: 40px !important;
    }
    .btn-secondary {
        padding: 20px !important;
        margin: 25px !important;
    }
    .address_list .address-item:first-child {
        min-width: auto !important;
    }
    #msshop-section-address .content .boxes .box .btn.empty-address{
       width: 325px !important;
       height: 40px !important;
    }
}
.address_list .address-item_content h2{
    margin-right: 30px;
}

#msshop-section-address .content .boxes .box .btn.empty-address{
    margin-top: 100px;
    background: #111417;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    font-size: 18px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    width: 460px;
    text-align: center;
    height: 40px;
    display: grid;
    place-content: center;
    text-decoration: none;
}
}

#msshop-section-address .content .boxes .box h3{
    font-size: 18px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #B5B5B5;
    line-height: 24px;
    -webkit-background-clip: text;
}

.address_list .address-item_content .address-info{
    margin-top: 10px;
}
.address_list .address-item_content .address-info_item{
    display: grid;
    grid-template-columns: 120px auto;
    justify-content: start;
    justify-items: start;
    column-gap: 20px;
}
.address_list .address-item_content .address-info_item label{
    min-width: 101px;
    text-align: left;
    font-size: 14px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 20px;
    -webkit-background-clip: text;
}

.address_list .address-item_content .address-info_item span{
    font-size: 14px;
    font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
    font-weight: 400;
    color: #111417;
    line-height: 20px;
    -webkit-background-clip: text;
    text-align: left;
    word-break: initial;
}

.fa-check {
    content: '';
    width: 0.8em;
    height: 1.4em;
    border-top: 0.2em solid transparent;
    border-left: 0.2em solid transparent;
    border-right: 0.2em solid #fff;
    border-bottom: 0.2em solid #fff;
    position: absolute;
    top: -3.9em;
    right: 0.8em;
    transform: rotate(40deg);
}

.address_book .address_form .form-group_inline select {
    width: 99px;
    border: none;
    background: 0 0;
    background-position: right 5.5px center;
    padding-right: 15px;
    position: absolute;
}

.address_book .form-group_inline select {
    height: 44px;
    border: 1px solid #dfdfdf;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    padding-right: 30px;
    background: 0 0;
    color: #000;
}


.address_book .address_form .form-group_inline input {
    padding-left: 108px;
}

.address_book .address_form input[type=text] {
    height: 44px;
    border: 1px solid #dfdfdf;
    color: #212121;
}


.address_book .no-address_msg {
    font-size: 16px;
    color: #212121;
    margin-bottom: 32px;
}

.address_book .no-address_title {
    font-size: 36px;
    margin-bottom: 32px;
    color: #212121;
}

.address-book .address-form .text-danger {
    font-size: 14px;
    color: #d31616;
    text-align: left;
}

.address-book .address-form .input-danger input {
    border: 1px solid #d31616;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #404752;
    background: #404752;
    color: #404752 !important;
}


.changepwd {
    margin: 0 auto;
    width: 100%;
}
.changepwd_title {
    font-size: 28px;
    color: #444951;
    line-height: 34px;
    text-align: center;
}
.changepwd_form-button {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.changepwd_form-submit {
    text-align: center;
    margin-top: 50px;
}
div.input-danger{
    color: #eb2020;
}
span.changepwd_form-tip{
    color: #eb2020;
}

.btn-secondary {
    cursor: pointer;
    max-width: 650px;
    height: 60px;
    margin: 0 auto !important;
    background: #111417;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    text-decoration: none;
    font-size: 18px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    display: grid;
    place-content: center;
}

.btn-secondary.add-new-address{
    max-width: 650px;
    height: 60px;
    margin: 0 auto !important;
    background: #111417;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    font-size: 18px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}

/*.btn-secondary:hover  {*/
/*    background: #2a2e35*/
/*}*/
.register_form,
.resetpw_form,
.changepwd_form {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.register_form .common_group,
.resetpw_form  .common_group,
.changepwd_form .common_group,
.resetpw_form-submit{
    margin-top: 20px;
}

.register_form input,
.resetpw_form input,
.changepwd_form input,
.register_form button,
.resetpw_form button,
.changepwd_form button {
    height:60px;
    margin-top: 0px;
}

.register_form button,
.resetpw_form button,
.changepwd_form button{
    width: 100%;
    background: #111417;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    text-transform: capitalize;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    display: grid;
    place-content: center;
}

.register_form .common_group.checkbox span{
    font-size: 16px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #111417;
    line-height: 16px;
    -webkit-background-clip: text;
}

.register_form input.checkbox{
    width: 20px;
    height: 20px;
    margin: 0px 10px auto auto;
    opacity: 1;
    border: 1px solid #E9E9E9;
}

.register_form .common_group:last-child{
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, auto);
    column-gap: 10px;
}

.register_form .common_group:last-child span {
    font-size: 16px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #B5B5B5;
    line-height: 16px;
    -webkit-background-clip: text;
}

.register_form .common_group:last-child a {
    font-size: 16px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #111417;
    line-height: 16px;
    -webkit-background-clip: text;
}
.address_edit,
.address_delete {
    margin-left: 50px;
    font-size: 14px;
    font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
    font-weight: 500;
    color: #111417;
    line-height: 20px;
    -webkit-background-clip: text;
}

.address-book{
    width: 100%;
}

.register_form .btn-secondary,.resetpw_form .resetpw_form-submit  .btn-secondary{
    /*padding: 6px 12px;*/
    width: 100% !important;
}

.form-group h2{
    text-align: center;
    font-size: 28px;
    font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
    font-weight: bold;
    color: #111417;
    line-height: 38px;
    -webkit-background-clip: text;
}

#msshop-section-change-password .left h2{
    text-align: center;
    font-size: 28px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #111417;
}

#msshop-section-order{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#msshop-section-address,
#msshop-section-order,
#msshop-section-change-password,
#msshop-section-account-login,
#msshop-section-reset-password,
#msshop-section-account-register{
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 100px 10% !important;
    margin: 0 !important;
}

#msshop-section-address,
#msshop-section-order > div,
#msshop-section-change-password > div,
#msshop-section-account-login > div,
#msshop-section-reset-password > div,
#msshop-section-account-register >div {
    margin: 0 !important;
    width: 100%;
}

#msshop-section-order .order>div,
#msshop-section-change-password .boxes .box>.right {
    padding: 0 !important;
}

@media (max-width: 960px) {
    .address_list {
        grid-template-columns: repeat(1, 1fr);
    }
    .address_list .address-item:first-child {
        grid-column: span 1;
        width: 100%;
    }
    #msshop-section-address-add>.content .boxes,
    #msshop-section-address>.content .boxes{
        margin: 0;
    }
    #msshop-section-address-add>.content,
    #msshop-section-address>.content{
        /*padding: 0 5%;*/
    }
}
@media (max-width: 768px) {
    #address_form .input-danger  div.text-danger{
        font-size: 12px !important;
    }
    #address_form > div.form-group:nth-of-type(1) {
        margin-bottom: 25px !important;
        line-height: 1 !important;
        height: unset !important;
    }
    .address-book .address-form,div#msshop-section-address-add {
        margin: 25px auto 0;
    }
    .logo-center_menu-left .bar-search{
        padding-bottom: 0!important;
    }
    #msshop-section-address,
    #msshop-section-order,
    #msshop-section-change-password,
    #msshop-section-account-login,
    #msshop-section-reset-password,
    #msshop-section-account-register{
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 25px 10% !important;
        margin: 0 !important;
    }
    #msshop-section-change-password .left h2 {
        font-size: 20px !important;
    }
    #changepwd_form .changepwd_form-tip {
        display: block;
        font-size: 14px;
        margin-top: 2px;
    }
    #changepwd_form .changepwd_form-submit {
        margin-top: 25px;
    }
    #msshop-section-address .btn-secondary {
        height: 40px !important;
        font-size: 16px !important;
        display: grid;
        place-content: center;
    }
    div.address_list .address-item_content h2 {
        margin-left: -5px;
        margin-right: 10px;
    }
    .address_list .address-item_content {
        flex-direction: row !important;
    }
    #msshop-section-address-add>.content{
        padding: 0 25px;
    }
    #msshop-section-address,
    #msshop-section-order,
    #msshop-section-change-password,
    #msshop-section-account-login,
    #msshop-section-reset-password,
    #msshop-section-account-register {
        padding: 25px 6.66%!important;
        margin: 0 !important;
    }
    #msshop-section-account-login,
    #msshop-section-reset-password,
    #msshop-section-account-register {
        padding: 50px 6.66%!important;
    }

    .btn-secondary{
        padding: 20px;
    }
    .address-book #address_form .form-row .form-group {
        padding: unset !important;
    }

    .address-book #address_form .form-row .form-group #dropdown2 #province_select{
        /*margin-top: 20px !important;*/
    }
}
@media (max-width: 420px) {
    .address_list .address-item {
        padding: 20px;
    }
    .address_list .address-item_content{
        flex-direction: column;
    }
    #triangle-topright {
        border-top: 50px solid #000000 !important;
        border-left: 50px solid transparent !important;
    }
    .address-item.span-6.auto svg{
        top: 5px !important;
        right: 5px !important;
    }
    .address_list .address-item_content .address-info_item{
        grid-template-columns: repeat(2, auto);
        justify-content: flex-start;
        margin-bottom: 5px;
    }
    .address_list .address-item:first-child .address-item_content {
        margin-top: 10px;
    }
    .address_list .address-item_content h2{
        margin-right: 0;
    }
    /*.address_list .address-item:first-child .address-item_content .address-info_item{*/
    /*    grid-template-columns: 120px auto;*/
    /*    justify-content: start;*/
    /*}*/
    .address_list .address-item_content .address-info_item span{
        right: 30px;
    }
}
@media (max-width: 360px) {
    .register_form button,
    .resetpw_form button,
    .changepwd_form button{
        font-size: 16px;
    }
}
#msshop-section-address .btn-secondary {
    width: 460px !important;
    padding: 20px !important;
    margin: 60px auto 100px !important;
}
#address_form .form-group:has(#input-delivery-postcode){
    margin-top: 17px;
}
#address_form .form-row div.form-group:nth-of-type(1){
    margin-bottom: 18px !important;
}
#msshop-section-address .content .boxes .box .btn.empty-address{
    height: 60px;
}
#msshop-section-address .content .boxes .box img {
     width: 390px;
     height: 280px;
    margin-top: 100px;
}
#msshop-section-address-add>.content .boxes,
#msshop-section-address>.content .boxes{
    margin: 0px auto !important;
}
#msshop-section-address-add, #msshop-section-address {
    margin-top: 100px;
}
#address_form .form-check-label{
    margin-left: 18px;
}
