.add_message.error {
    color: #fff;
    background: #ff5653;
    border: 1px solid #ff5653;
    display: inline;
}

.add_message.success {
    display: inline;
}

.add_message.warning {
    color: #fff;
    background: #ff976a;
    border: 1px solid #ff976a;
    display: inline;
}



.emptyMessage {
    position: relative;
    padding: 10px;
    line-height: 30px;
    text-align: center;
}

.res-input, .login-input {
    position: relative;
}
.validation-advice{
    color: #f77e7e;
    background-color: #fff!important;
    display: block;
    width: 100%;
    vertical-align: middle;
    margin: .2em .2em 0;
    border: 1px solid #f77e7e;
    padding: .2em .5em;
    font-weight: 400;
    border-radius: .225em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    transition: background .1s linear
}

.validation-advice::before{
    position: absolute;
    content: "";
    width: .6em;
    height: .6em;
    margin-left: -.3em;
    top: -10px;
    left: 50%;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f77e7e
}

#advice-required-check-ok {
    max-width: 300px;
    position: absolute;
}


#btnStep4{
    margin-top: 45px;
}

.res-input .validation-advice, .login-input  .validation-advice{
    position: absolute;
    left: 50%;
    color: #f77e7e;
    width: auto;
    background-color: #fff!important;
}

.wrap-country {

}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #fff;
    height: auto;
    border-radius: 2px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
}

.select2-container--default .select2-selection--single  .select2-selection__rendered+.select2-selection__arrow {
    top: 25px;
}

.select2-selection--single > .add-input .select2-container--default .select2-selection--single, .inp_new_bg .select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #dbdbdb;
    height: auto;
    border-radius: 5px
}

.checkout-tab-content {
    padding: 2.13333rem 1.06667rem;
    font-size: .64rem;
}


.checkout-tab-content>.tab-pane {
    display: none
}

.checkout-tab-content>.tab-pane.tab-show {
    display: block
}

.main_con {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
    width: 100%;
}

@media (max-width:414px) {

    .login .m.main_con {
        width: 90%;
    }
}

@media (min-width:576px) {
    .main_con {
        max-width: 540px
    }

    .line-bot{
        max-width: 540px
    }

    .info-bot{
        max-width: 540px
    }
}

@media (min-width:768px) {
    .main_con {
        max-width: 720px
    }
    .line-bot{
        max-width: 720px
    }

    .info-bot{
        max-width: 720px
    }
}

@media (min-width:992px) {
    .main_con {
        max-width: 960px
    }
    .line-bot{
        max-width: 960px
    }

    .info-bot{
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .main_con {
        max-width: 1170px
    }
    .line-bot{
        max-width: 1170px
    }

    .info-bot{
        max-width: 1170px
    }
}

@media (min-width:1500px) {
    .main_con {
        max-width: 1515px
    }
    .line-bot{
        max-width: 1515px
    }

    .info-bot{
        max-width: 1515px
    }
}

.list-left {
    width: 20%;
}

.list-right {
    width: 78%;
}

.list-pro{
    max-width: 100%;
    max-height: 20vw;
    height: auto
}

.noreason-list a {
    color: #e32619
}

.pay-list li{
    height: 150px;
    padding: 15px 10px;
}


.pay-list li p{
    font-size: 14px;
    color:#666;
    margin-top: 6px;
}
.pay-list li.payli{
    border: 1px solid #e32619;
    background: #fff!important;
    box-shadow: 0px 0px 10px #ccc;
}

.pay-list li img {
    max-width: 100%
}

.promotion .wrp {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.promotion .wrp label {
    display: none;
}

.promotion .wrp input {
    width: calc(100% - 35px);
    height: 40px;
}

.promotion .wrp .add_coupon_submit {
    padding: 0;
    margin: 0;
}

.promotion .wrp .coupon-list {
    color: #e32619;
    margin: 10px auto;
    line-height: 20px;
    padding-left: 0;
    text-align: left;
}

.promotion .wrp .coupon-list span{
    font-size: 14px;
}


.promotion .wrp .remove-coupon {
    color: #ff5653
}


.promotion .wrp .add_coupon_submit:hover {
    color: #e32619;
}



.input-box {
    width: 100%
}

.passcon {
    width: 100%;
}


.add-input{
    width: 90%;
    margin: 16px auto;
    margin-right: 30px;
}

.add-input input, .add-input select{
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    width: 100%;
    line-height: 50px;
    padding-left: 15px;
    display: block
}

/*
.add-input .select2-container {
    border: 1px solid #fff;
    border-radius: 5px;
}

.add-input .select2-container--default .select2-selection--single {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
*/

a.checkout {
    color:#fff;
    text-align: center
}

a.checkout:hover {
    color:#1b1e21;
}


.checkout-tab-content .bttn {
    background-color: #e32619;
    color: white;
    border: 1px solid #e0e0e0;
    padding: 10px 25px;
    margin-top: 15px;
    margin-right: 3px;
    font-weight: 400;
    text-transform: none;
    border-radius: 0
}

.checkout-tab-content .bttn i {
    margin-left: 10px
}


.checkout-tab-content .btn-con {
    padding-left: 20px
}



.checkout-tab-content .address input {
    position: absolute;
    top: -30px;
    left: -30px
}

.check-con{
    justify-content: center;
    margin: 0 auto;
}



.checkout-tab-content .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 5px 15px;
    padding: 0;
    width: 100%
}



.checkout-tab-content .address .address-col {
    width: calc(33.333333% - 20px);
    margin: 0 10px 15px;
    cursor: pointer;
    overflow: hidden;
    padding: 10px 15px;
    background: #FAFAFA;
    border: 1px solid #dfdfdf;
    position: relative;
}


.checkout-tab-content .address-col:first-child{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 250px
}


.checkout-tab-content .address-list p{
    font-size: 14px;
}


.checkout-tab-content .address label p.big-p {
    display: block;
    font-weight: 500;
    color: black;
    margin-bottom: 10px
}


.checkout-tab-content .address label div {
    font-style: normal;
    color: #ddd;
    margin-top: 20px;
    width: 100%
}

.checkout-tab-content .address label div div{
    margin-top: 0;
}


.checkout-tab-content .address label a {
    padding-right: 10px;
    color: #bbb;
    font-size: 12px;
    position: relative;
    border-right: 1px solid #999;
    margin-right: 10px
}


.checkout-tab-content .address label a:last-of-type {
    border-right: 0
}



.checkout-tab-content .address label input:checked+p.big-p {
    color: #f52020
}


.checkout-tab-content .collapse {
    display: none
}

.checkout-tab-content .collapse.tab-show {
    display: block
}


.checkout-tab-content .address .address-col:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    right: 15px;
    top: 12px;
    position: absolute;
    color: #ff6c00;
    opacity: 0;
}

.checkout-tab-content .address .address-list.active:before {
    opacity: 1
}

.checkout-tab-content .address .address-col:first-of-type>div {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.checkout-tab-content .address label:first-of-type>div i {
    width: 100%;
    margin-bottom: 10px;
    font-size: 26px;
    color: #dadada
}



.checkout-tab-content .reviewItems span.rprice {
    color: #444;
    font-style: normal;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.checkout-tab-content .form-check {
    width: 100%
}

.checkout-tab-content .ship {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 8px
}

.checkout-tab-content .ship label {
    width: calc(33.333333% - 14px);
    margin: 0 7px 14px;
    border: 1px solid #f0f0f0;
    background-color: white;
    position: relative;
    padding: 30px 15px 40px;
    cursor: pointer
}

.checkout-tab-content .ship label img.ship-logo {
    display: block;
    max-width: 100%
}

.checkout-tab-content .ship label span.price {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #999;
    padding-top: 9px;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
}

.checkout-tab-content .ship label:hover span.price {
    color: #ff6c00
}

.checkout-tab-content .ship label.active {
    border-color: rgba(255, 108, 0, 0.6)
}

.checkout-tab-content .ship label.active img.choose {
    display: inline;
}


.checkout-tab-content li.payli img.choose {
    display: inline;
}


[data-toggle=buttons]>.btnn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.bot-logo img{
    width: 110px;
    height: 110px;
    margin-right: 10px;
}

.subemail{
    margin-top: 20px;
    color:#fff;
    /* background: #e32619; */
    padding: 10px 0px;
    width: 100%;
    margin-left: 0;
}

.bot-top-left{
    min-width: 500px;
}

.bot-logo li a{
    color:#fff;
    font-size: 14px;
}

.bot-top-right div a{
    color:#dfdfdf;
}

.bttn.cancel {
    background: #fff;
    color: #252213;
    border-color: #252213;
}

.cheak-text a{
    color:#e32619;
}

.res-input{
    margin: 15px auto;
}

.res-yellow a, .login-yellow a{
    font-size: 14px;
    color:#e32619;
}

.login-line {
    border-left: 1px solid #dbdbdb;
    height: 800px;
}

.res-btn{
    display: block;
    width: 150px;
    line-height: 45px;
    background:#201F21;
    border-radius: 5px;
    color:#fff;
    margin: 30px auto 0px;
    font-size: 18px;
}

.personal-right{
    min-height: 840px;
    height: auto;
}

.search {
    margin: 25px auto;
}

.hdsearch.search {
    width: 100%;
}


@media (min-width:576px) {
    .hdsearch.search {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .hdsearch.search {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .hdsearch.search {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .hdsearch.search {
        max-width: 1170px
    }
}

@media (min-width:1500px) {
    .hdsearch.search {
        max-width: 1515px
    }
}


.declick {
    text-align: left !important;
}

.accountDashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}

.videos_bg {
    width: 78%;
}

.personal-right li p.introduce.introduce2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    font-weight: normal;
}

.wishlist {
    line-height: normal;
}

ul.accountDashboard  {
    margin-top: 50px;
}
.accountDashboard li{
    padding: 15px;
    cursor: pointer;
    float: left;
    width: 40%;
    display: flex;
    align-items: center;
    margin: 30px 2.5%;
}
.accountDashboard li:hover{
    box-shadow: 0px 0px 10px #999;
}
.accountDashboard li img{
    width: 120px;
    margin-right: 30px
}
.accountDashboard li p{
    font-size: 22px;
    color:#333;
    margin-bottom: 20px;
    font-weight: bold;
}
.accountDashboard li div{
    color:#666;
    line-height: 24px
}



@media (max-width:414px) {
    .head_left a {
        font-size: 12px;
    }

    .bot-logo .bt-logo {
        width: 100px;
        height: 100px;
        margin-right: 8px;
    }
}

@media (max-width: 375px) {
    .bot-logo .bt-logo {
        display: none
    }
}

@media (max-width:767px) {

    .checkout-tab-content .address .address-col {
        width: 100%;
        margin: 20px auto;
    }


    .checkout-tab-content .address-col:first-child{
        line-height: 200px;
        height: 100px;
    }

    .checkout-tab-content .address label:first-of-type>div i {
        width: 100%;
        font-size: 26px;
        color: #dadada;
        position: absolute;
        top: 35%;
    }

    .checkout-tab-content .address label:first-of-type>div div{
        margin-top: 20px;
    }


    .promotion .wrp {
        width: 90%;
    }

    .promotion .wrp .add_coupon_submit {
        background: #fff;
    }

    .add-input{
        width: 90%;
        margin: 0;
        margin: 16px auto;
    }

    .checkout-tab-content .ship label {
        width: calc(50% - 14px);
    }

    /*支付*/
    .pay-list li{
        width:46%;
        margin: 15px 2%;
    }
    .pay-list li img{
        display: block;
        max-width: 100%;
    }
    .pay-list li p{
        width: 90%;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
    }

    .res-yellow a, .login-yellow a {
        font-size: 12px;
    }

    .introduce{
        font-size: 14px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px;
    }

}
