html{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    padding: 0;
    margin: 0;
    min-width: 1200px;
    height: 100%;
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    cursor: default;
}
body{
    display: flex;
    margin: 0 auto;
    min-width: 1200px;
    __max-width: 1920px;
    background: #282828;
    flex-direction: column;
}
*{
    transition: box-shadow 0.2s ease,
                background-color 0.2s ease,
                border-color 0.2s ease,
                color 0.2s ease,
                outline 0.2s ease,
                font-weight 0.2s ease;
}
*, *:before, *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
a, a:link, a:visited{
    color: #f2f2f2;
    cursor: pointer;
    text-decoration: none;
}
a:hover{
    color: #bbbbbb;
    text-decoration: underline;
}
a:active{
    color: #aaaaaa;
}
img, form, fieldset{
    padding: 0;
    margin: 0;
}
input, textarea, select, button{
    color: #262626;
    font-size: 100%;
    font-family: "Ubuntu", "Segoe UI", Arial, Helvetica, sans-serif;
}
h1, h2, h3{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
h1{
    font-size: 150%;
}
h2{
    font-size: 130%;
}
h3{
    font-size: 115%;
}
p{
    line-height: 150%;
}
label, .clk{
    cursor: pointer;
}
strong{
    font-weight: 600;
}
.noclk{
    cursor: default !important;
}
.hide{
    display: none;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clear{
    clear: both;
}
.wider{
    width: 120%;
}
.warn{
    color: #c45500;
}
.cap{
    __color: #3a3a3a;
    white-space: nowrap;
    text-transform: uppercase;
}
.blur{
    filter: blur(20px);
}
.asterisk{
    display: inline-block;
    margin: 0 0 0 3px;
}
.img-wrapper{
    margin: auto;
    overflow: hidden;
    text-align: center;
    __background: #ffffff;
}
.img-wrapper a,
.img-wrapper div{
    display: block;
    position: relative;
}
.img-wrapper img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.a-l{
    text-align: left;
}
.a-r{
    text-align: right;
}
.a-c{
    text-align: center;
}
.v-t{
    vertical-align: top;
}
.v-m{
    vertical-align: middle;
}
.v-b{
    vertical-align: bottom;
}
.bd{
    font-weight: 600;
}
.dots{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn, a.btn{
    cursor: pointer;
    height: 40px;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 600;
    /*background: #d0021b;*/
    background: #777777;
    line-height: 40px;
    border: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
}
a.btn{
    display: inline-block;
}
.btn:hover{
    /*background: #ff881a;*/
    background: #555555;
    __box-shadow: 0 2px 4px #666666;
}
.btn:active{
    background: #ff881a;
    box-shadow: none;
}
.btn-y, a.btn-y{
    background: #ffae1a;
}
.btn-g, a.btn-g{
    background: #ff9ea7;
}
.btn-text, a.btn-text,
.btn-text:hover, a.btn-text:hover,
.btn-text:active, a.btn-text:active{
    background: transparent;
    color: #ffffff;
    box-shadow: none;
}
.btn-text:hover, a.btn-text:hover,
.btn-text:active, a.btn-text:active{
}
.btn .i-save::before{
    content: "\f0c7";
}
.btn .i-close::before{
    content: "\f057";
}
.btn .i-add::before{
    content: "\f0fe";
}
.btn .i-search::before{
    content: "\f002";
}
.btn .i-reset::before{
    content: "\f01e";
}
.btn .i-refresh::before{
    content: "\f021";
}
.btn .far,
.btn .fas,
.btn .fal{
    margin: 0 5px 0 0;
    font-size: 120%;
    vertical-align: -10%;
}
.btn:hover .fal,
a:hover .fal{
    __font-weight: 900;
}
.dis:hover .fal{
    __font-weight: 300;
}

.in-long{
    width: 100%;
}
.in-txt, .in-txtarea, .in-date, .in-ckb{
    _line-height: 32px;
    border: 1px solid #d7d1d1;
    transition: outline 0s;
}
.in-txtarea{
    _line-height: 22px;
}
.in-txt, .in-date{
    padding: 0 5px;
    height: 32px;
}
.in-txt:hover, .in-txtarea:hover, .in-date:hover, .in-ckb:hover{
    outline: 2px solid #d7d1d1;
}
.in-txt:focus, .in-txtarea:focus, .in-date:focus, .in-ckb:focus{
    background-color: #ffffff;
    outline: 2px solid #93cd3a;
}
.in-txt:disabled:hover, .in-txtarea:disabled:hover, .in-date:disabled:hover, .in-ckb:disabled:hover{
    outline: none;
}
.in-ckb{
    transform: scale(1.5);
}
.in-ckb:focus{
    background-color: #ffffff;
    outline: 2px solid #93cd3a;
}
.in-err{
    outline: 2px solid #c45500;
}
.in-date{
    width: 140px;
    padding-left: 36px;
}
.in-date.in-time{
    width:190px;
}
.in-num{
    width: 100px;
    text-align: center;
}
.in-num-s{
    width: 60px;
    text-align: center;
}
.in-dis{
    background: #f1f1f1;
}
.in-dis:focus{
    background: #f1f1f1;
    outline: none;
}
.in-file{
    width: 280px;
}
.in-icon{
    position: absolute;
    margin: 0 0 0 8px;
    font-size: 24px;
    line-height: 32px;
    color: #757575;
}

.err{
    color: #c45500;
    border: 2px solid #c45500;
}
.ckd{
    background: #eee;
}
.hint{
    color: #cccccc;
    font-size: 90%;
}
.grey{
    color: #cccccc;
}
.col{
    display: table-cell;
}

.heading{
    font-size: 120%;
    font-weight: 700;
}

.act-msg{
    position: fixed;
    display: none;
    width: 700px;
    top: 0;
    left: 50%;
    margin-left: -350px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 120%;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    background: #5d6b82;
    box-shadow: 0 2px 4px #000000;
    z-index: 5000;
}
.err-msg{
    position: fixed;
    display: none;
    width: 800px;
    top: 0;
    left: 50%;
    margin-left: -400px;
    padding: 0 0 0 20px;
    color: #ffffff;
    font-weight: normal;
    background: #c45500;
    box-shadow: 0 2px 4px #000000;
    z-index: 6000;
}
.err-msg .close{
    float: right;
    width: 40px;
    color: #ffffff;
    font-size: 140%;
    line-height: 40px;
    text-align: center;
}
.err-msg .txt{
    margin: 9px 40px 7px 0;
}

.err-msgs-box{
    width: 700px;
    margin: 20px auto;
    padding: 10px;
    background: #c45500;
}
.err-msgs-box div{
    padding: 10px;
    font-weight: normal;
    background: #fff;
}

.popup{
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
    padding: 20px 30px;
    background: #282828;
    border-radius: 10px;
    box-shadow: 0px 3px 8px #000000;
    z-index: 50;
}
.popup .popup-tt{
    position: relative;
    padding: 0 30px 5px 0;
    font-size: 120%;
    line-height: 26px;
    font-weight: normal;
    border-bottom: 1px solid #aaaaaa;
}
.popup .popup-tt .cls{
    position: absolute;
    top: 0;
    right: 0;
}
.popup .popup-tt .cls a{
    display: block;
    float: right;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
.popup .popup-tt .cls a:hover{
}
.popup .popup-ct{
    clear: both;
}
.loading{
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -59px;
    height: 50px;
    padding: 0 40px 0 20px;
    font-size: 140%;
    color: #ffffff;
    line-height: 50px;
    background: #008a00;
    z-index: 7000;
}
.loading i{
    margin: 0 10px 0 0;
    font-size: 120%;
}
.page-cover{
    position:absolute;
    display: none;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #000000;
    z-index: 30;
}


.no-sc{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    background: #005293;
    border-top: 1px solid #ffffff;
    z-index: 9999;
}


.prmpt{
    position: absolute;
    z-index: 3;
    border: 1px solid #005293;
    border-top: none;
    background: #ffffff;
    float: left;
    margin-top: 21px;
    max-height: 150px;
    overflow-y: auto;
}
.prmpt-iefix{
    margin-top: 22px;
}
.prmpt div{
    padding: 3px;
    cursor: pointer;
}
.prmpt .over{
    background: #eeeeee;
    font-weight: 600;
}


/* Tab holder */
.tab-hd{
}
.tab-hd .tab-caps .tab-cap{
    cursor: pointer;
}
.tab-hd .tab-caps .cur, .tab-hd .tab-caps .cur.over, .tab-hd .tab-caps .over{
}
.tab-hd .tab-caps .over{
}
.tab-hd .tab-caps .dis{
    cursor: default;
    color: #aaaaaa;
}
.tab-hd .tab-tab{
    clear: both;
    padding-top: 5px;
}

.hidden-frame{
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}


.autocomplete-suggestions{
    display: none;
    margin-top: -1px;
    background: #282828;
    border: 2px solid #282828;
    border-top: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px #000000;
    z-index: 1050;
}
.autocomplete-suggestion{
    padding: 8px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    border-radius: 10px;
    background: #181818;
}
.autocomplete-suggestions strong{
}
.autocomplete-group{
    padding: 8px 5px;
}
.autocomplete-group strong{
    color: #ffffff;
}
.autocomplete-no-suggestion{
    padding: 8px 5px;
}
.autocomplete-suggestions .state{
    display: inline-block;
    margin: 0 0 0 10px;
    color: #cccccc;
    font-weight: 600;
}


/* default table with padding: 3px 5px with each TD */
.tb35, .tb55, .tb10{
    width: 100%;
}
.tb35 td, .tb35 th{
    padding: 3px 5px;
}
.tb55 td, .tb55 th{
    padding: 5px;
}
.tb10 td, .tb10 th{
    padding: 10px;
}
.tb35 th, .tb55 th, .tb10 th{
    font-size: 90%;
    font-weight: normal;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
}
.tb35 th a, .tb55 th a, .tb10 th a{
}
.tb35 th a, .tb55 th a, .tb10 th a{
    text-align: right;
}
/* default table for listing */
.tb-list{
    width: 100%;
    margin: 10px 0;
    __border: 1px solid #d7d1d1;
    border-collapse: collapse;
    background: #181818;
    __box-shadow: 0px 2px 4px #dddddd;
}
.tb-list td, .tb-list th{
    border-bottom: 1px solid #d7d1d1;
}
.tb-list .hl{
    font-weight: 600;
    color: #000;
}
.tb-list .sts{
    white-space: nowrap;
    clear: both;
}
.tb-list .del{
    background: #efefef;
    color: #aaaaaa;
}
.tb-list .cked{
    background: #006daf;
    color: #ffffff;
}
.tb-list .cked a{
    color: #fff;
}
.tb-list .ed{
    background: #cfffcf;
}
.tb-list .rsv{
    font-weight: 600;
    background: #d0cfff;
}
.tb-list .over{
    _background-color: #008bdf;
    background-color: #99f4b8;
    _color: #ffffff;
    box-shadow: 0px 2px 4px #666666;
}
.tb-list .over a{
    color: #ffffff;
}
.tb-list .acts{
    text-align: center;
    white-space: nowrap;
}
.tb-list .acts a{
    display: inline-block;
    padding: 4px;
    margin: 2px 5px 2px 0;
    color: #ffffff;
    font-size: 18px;
    background: #0067b8;
    text-decoration: none;
}
.tb-list .acts a:hover{
    background: #005da6;
    box-shadow: 0px 2px 4px #666666;
}
.tb-list .acts a:active{
    background: #005293;
    box-shadow: none;
}
.tb-list .acts .i-add{
}
.tb-list .acts .i-edit::before{
    content: '\f303';
}
.tb-list .acts .i-del{
}
.tb-list .acts .i-down{
}
.tb-list .acts .i-hand{
}
.tb-list .acts .i-tick{
}
.tb-list .acts .i-view{
}
.tb-list .acts .i-cart{
}
.tb-list .acts .i-mail{
}
.tb-list .acts .i-copy{
}
.tb-list .acts .i-roll{
}
.tb-list .acts .i-split{
}
.tb-list .acts .i-updown::before{
    content: '\f0ec';
}
.tb-list .acts .i-updown{
    transform: rotate(90deg);
}
.tb-list .id{
    text-align: center;
}
.tb-list .status{
    text-align: center;
}




.err-404{
    margin: 50px auto 100px;
    width: 600px;
    text-align: center;
}
.err-404 .txt{
    margin: 40px 0;
    font-size: 120%;
}
.err-404 .links{
    margin: 30px 0;
}


.first-warning-cover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.80;
    z-index: 1000;
}
.first-warning-wrapper{
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1500;
}
.first-warning{
    margin: 0 auto;
    padding: 50px;
    max-width: 800px;
    color: #ffffff;
    background: #000000;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.35);
}
.first-warning .title{
    font-size: 180%;
}
.first-warning .txt{
    margin: 30px 0;
}
.first-warning .btn{
    width: 180px;
    text-align: center;
    background: #fe4d01;
}
.first-warning .btn-g{
    color: #666666;
    background: #d3d3d3;
}


.go-top{
    flex: 0 0 auto;
    display: block;
    margin: 60px 0 0 0;
    padding: 10px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.go-top:hover{
    font-weight: 600;
}
.go-top span{
    font-size: 90%;
}



.content-container{
    flex: 1 0 auto;
}
.footer-container{
    flex: 0 0 auto;
    margin: 60px 0 0 0;
    padding: 30px 0;
    __color: #333232;
    __background: #f6f6f6;
}
.copyright-container{
    flex: 0 0 auto;
    padding: 20px 0;
    __color: #333232;
    __border-top: 1px solid #dddddd;
    __background: #f6f6f6;
}
.content-container-popup{
}



.footer-links-wrapper{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.footer-links{
    display: flex;
    width: 70%;
    justify-content: space-between;
}
.footer-links .block{
    width: 30%;
}
.footer-links .block h3{
}
.footer-links .block a{
    display: block;
    margin: 10px 0;
}
.copyright{
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.copyright .cards{
    width: 50%;
}
.copyright .cards i{
    margin: 0 20px 0 0;
    font-size: 200%;
}
.copyright .misc{
    width: 50%;
    text-align: right;
}
.copyright .social{
}
.copyright .social i{
    margin: 0 0 0 20px;
    font-size: 200%;
}
.copyright .ltd{
    margin: 20px 0;
    font-size: 90%;
    line-height: 20px;
}
.copyright .power{
    color: #aaaaaa;
}


/**
* a that should like a text
*/
.breadcrumb a:not(:hover),
.top-header a:not(:hover),
.search-filters a:not(:hover),
.page-bar a:not(:hover)
{
    __color: #262626;
}

/**
* Top header
*/
.header-container{
    flex: 0 0 auto;
    width: 100%;
    height: 105px;
    min-width: 1200px;
    __border-bottom: 1px solid #ebebeb;
}
.top-header{
    display: flex;
    line-height: 105px;
    justify-content: space-between;
}
.top-header .logo{
    width: 30%;
    margin: 0 40px;
}
.top-header .logo img{
    vertical-align: middle;
}
.top-header .nav-container{
    width: 40%;
}
.top-header .links{
    display: flex;
    width: 30%;
    margin: 0 40px;
    justify-content: flex-end;
}
.top-header .links a,
.top-header .link div{
    display: inline-block;
    position: relative;
    margin: 0 10px;
    font-size: 140%;
}
.top-header .watch-count{
}
.top-header .watch-count .count,
.top-header .cart-count .count{
    position: absolute;
    top:34px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    color: #ffffff;
    font-size: 55%;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    background: #3a3a3a;
    border-radius: 9px;
}


.top-search{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: #282828;
    z-index: 35;
}
.top-search form{
    position: relative;
    width: 700px;
    height: 105px;
    margin: 0 auto;
    line-height: 105px;
}
.top-search input{
    width: 100%;
    height: 46px;
    line-height: 46px;
}
.top-search .btn{
    position: absolute;
    display: inline-block;
    width: 40px;
    margin: 0 0 0 -40px;
    padding: 0;
    top: 32px;
    right: 2px;
    color: #3a3a3a;
    font-size: 150%;
    background: transparent;
}
.top-search .close{
    right: -40px;
    color: #ffffff;
    font-size: 150%;
}

/**
* Navigation menus
*/
.nav-container{
    margin: 0 20px;
    text-align: center;
}
.nav-container .l1{
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}
.nav-container .l2{
    position: absolute;
    display: none;
    padding: 10px;
    margin: -30px 0 0 -20px;
    line-height: 32px;
    border: 1px solid #181818;
    border-radius: 10px;
    background: #181818;
    box-shadow: 0 2px 4px #000;
    z-index: 20;
}
.nav-container .l2 a{
    display: block;
    padding: 0 10px;
    text-align: left;
}
.nav-container .l1:hover .l2{
    display: block;
}

.breadcrumb{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
}
.breadcrumb ul, .breadcrumb li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb li{
    float: left;
    margin: 0 0 0 5px;
}
.breadcrumb li a{
    display: block;
    text-decoration: none;
}
.breadcrumb .i-home::before{
    content: "\f015";
}



.act-bar{
    float: left;
    height: 32px;
    margin: 10px 5px;
    line-height: 40px;
}
.act-bar .btn{
}
.sch-bar{
    float: right;
    height: 40px;
    margin: 5px;
    line-height: 40px;
}
.sch-bar .btn{
}
.sch-bar .cap{
}
.form-bar{
    float: left;
    height: 40px;
    margin: 5px;
    line-height: 40px;
}
.form-bar .in-memo{
    width: 200px;
}

.stats{
    float: left;
    margin: 5px;
    line-height: 24px;
}
.stats .s{
    float: left;
    margin-right: 10px;
    border: 1px solid #49ac6b;
}
.stats .t{
    padding: 0 5px;
    float: left;
    background: #49ac6b;
    color: #ffffff;
}
.stats .v{
    float: left;
    padding: 0 5px;
}


/**
* Default object edit style
*/
.obj-edit{
}
.obj-edit .cap{
    width: 10%;
    line-height: 30px;
}
.obj-edit .inp{
}
.obj-edit .col1{
    float: left;
    width: 48%;
}
.obj-edit .col2{
    float: right;
    width: 48%;
}
.obj-edit .col-full{
    width: 100%;
}
.obj-edit .col1 .cap,
.obj-edit .col2 .cap{
    width: 20%;
}
.obj-edit .col-full .cap{
    width: 10%;
}
.obj-edit .edit-btns{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    text-align: right;
    background: #555555;
    z-index: 10;
}
.obj-edit .edit-btns .obj-name{
    float: left;
    color: #ffffff;
    line-height: 40px;
}
.obj-edit .edit-btns-bot{
    top: auto;
    bottom: 0;
}
.obj-edit .edit-btns .btn{
    margin: 4px 0 0 10px;
}
.obj-edit .edit-btns .btn:hover{
    box-shadow: 0px 2px 4px #444;
}
.obj-edit .atchs{
}
.obj-edit .atchs .atch{
    float: left;
    margin: 3px 10px 2px 0;
    padding: 0 0 0 5px;
    border: 1px solid #e2e2e2;
    line-height: 32px;
}
.obj-edit .tab-hd .caps{
    position: fixed;
    padding: 20px 0 0 0;
    width: 160px;
    height: 100%;
    font-weight: 600;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
}
.obj-edit .tab-hd .caps div{
    float: none;
    padding: 0 0 0 20px;
    line-height: 35px;
}
.obj-edit .tab-hd .caps .over{
    background: #eeeff1;
}
.obj-edit .tab-hd .caps .cur{
    border: none;
    background: #eeeff1;
}
.obj-edit .tab-hd .tab{
    clear: none;
    margin: 0 0 0 165px;
    padding: 20px;
}



.page-tt{
    position: relative;
    margin: 20px 0;
    font-size: 180%;
    font-weight: 700;
    text-align: center;
}
.page-tt .btn{
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 16px;
}

.login-container{
    display: flex;
    width: 880px;
    margin: 0 auto;
    padding: 50px 0;
    justify-content: space-between;
}
.login-container p{
    margin: 20px 0;
}
.login-form{
    width: 42%;
}
.login-form .cap{
    margin: 20px 0 5px 0;
}
.login-form p{
    text-align: center;
}
.login-form .btn{
    width: 140px;
}
.login-reg{
    width: 42%;
    text-align: center;
}
.login-reg .btn{
    width: 250px;
}



.register-container{
    width: 530px;
    margin: 0 auto;
    padding: 30px 0;
}
.reg-form{
}
.reg-form p{
    margin: 20px 0;
    text-align: center;
}
.reg-form .cap{
    margin: 20px 0 5px 0;
}
.reg-form .btn{
    width: 250px;
}
.reg-form .toc{
    font-size: 90%;
}


.search-filters-wrapper{
    margin: 20px 0 0;
    __border-top: 1px solid #ebebeb;
    __border-bottom: 1px solid #ebebeb;
}
.search-filters{
    width: 1200px;
    margin: 0 auto;
}
.search-filters .cond{
    display: flex;
    line-height: 50px;
    __border-bottom: 1px solid #ebebeb;
}
.search-filters .cond .cap{
    width: 12%;
    font-size: 90%;
    text-indent: 20px;
    overflow: hidden;
}
.search-filters .cond .vals{
    display: flex;
    width: 88%;
    flex-wrap: wrap;
}
.search-filters .cond .vals a{
    position: relative;
    display: block;
    margin: 9px 10px 9px 5px;
    padding: 0 16px;
    line-height: 32px;
    text-decoration: none;
    border-radius: 10px;
}
.search-filters .cond .vals a:hover{
    __box-shadow: 0px 2px 4px #666666;
}
.search-filters .cond .vals a:active{
    box-shadow: none;
}
.search-filters .cond .vals a:hover,
.search-filters .cond .vals .cur{
    color: #ffffff;
    background: #ff881a;
}
.search-filters .cond .vals i{
    position: absolute;
    top: 12px;
    left: 6px;
}
.search-filters .cond .vals a:hover i:before,
.search-filters .cond .vals .cur i:before{
    content: "\f00c";
}
.search-filters .cond .vals .cur:hover i:before{
    content: "\f00d";
}
.search-filters .cond .tick a{
    padding: 0 10px 0 20px;
}


.page-bar-wrapper{
    __border-bottom: 1px solid #ebebeb;
}
.page-bar{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    justify-content: space-between;
}
.page-bar a:hover{
    __box-shadow: 0px 2px 4px #666666;
}
.page-bar a:active{
    box-shadow: none;
}
.page-bar .sorts{
    display: flex;
    position: relative;
}
.page-bar .sorts .cap{
    width: 100px;
    margin: 0 0 0 20px;
    font-size: 90%;
}
.page-bar .sorts .cur{
    cursor: pointer;
}
.page-bar .sorts .slc{
    display: none;
    position: absolute;
    left: 99px;
    min-width: 140px;
    padding: 10px 0;
    border: 1px solid #181818;
    border-radius: 10px;
    background: #181818;
    box-shadow: 0 2px 4px #000000;
    z-index: 5;
}
.page-bar .sorts .slc a{
    display: block;
    padding: 0 20px;
    line-height: 28px;
    text-decoration: none;
    border-radius: 10px;
}
.page-bar .sorts .slc a:hover{
    color: #ffffff;
    background: #ff881a;

}
.page-bar .sorts:hover .slc{
    display: block;
}


.page-bar .pages{
    margin:0 20px;
}
.page-bar .pages a{
    display: inline-block;
    position: relative;
    width: 40px;
    line-height: 40px;
    text-align: center;
    outline: 1px solid #e6e2e1;
}
.page-bar .pages a:hover{
    color: #ffffff;
    outline: none;
    background: #5d6b82;
}
.page-bar .pages .dis{
    color: #aaaaaa;
}
.page-bar .pages .dis:hover{
    color: #aaaaaa;
    box-shadow: none;
    outline: 1px solid #e6e2e1;
    background: transparent;
    cursor: default;
}
.page-bar .hd{
    float: left;
    margin: 5px;
    line-height: 40px;
    font-size: 140%;
}
.page-bar span{
    display: inline-block;
    margin: 0 20px;
}
.page-bar-bot{
    justify-content: space-around;
}


.prdt-list{
    display: flex;
    width: 1200px;
    margin: 20px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prdt-list .no-prdt{
    width: 100%;
    padding: 80px 0;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
}
.prdt-list .flex-wrapper{
    width: 380px;
    height: 0px;
}
.prdt-list .prdt-wrapper{
    width: 288px;
    margin: 20px 0;
    padding: 30px 20px;
    text-align: center;
    background: #181818;
    border-radius: 20px;
}
.prdt-list .prdt{
    position: relative;
}
.prdt-list .img-wrapper{
    margin: 0 auto 20px;
}
.prdt-list .img-wrapper, .prdt-list .img-wrapper a{
    width: 240px;
    height: 240px;
}
.prdt-list .price{
    width: 100%;
    margin: 10px 0;
    font-size: 120%;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
}
.prdt-list .price-o{
    display: inline-block;
    margin: 0 0 0 10px;
    color: #888888;
    font-size: 85%;
    text-decoration: line-through;
}
.prdt-list .price .gst{
    margin: 0 0 0 5px;
    color: #888888;
    font-size: 70%;
}
.prdt-list .name{
    height: 66px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    overflow: hidden;
}
.prdt-list .name .prefix{
    display: inline-block;
    margin: 0 3px 0 0;
    color: #c45500;
    font-size: 90%;
}
.prdt-list .name .suffix{
    display: inline-block;
    margin: 0 0 0 3px;
    color: #ffaa71;
    font-size: 90%;
}
.prdt-list .choice{
    display: flex;
    color: #cccccc;
    font-size: 90%;
    height: 18px;
    justify-content: space-between;
}
.prdt-list .choice .l{
    width: 100%;
}
.prdt-list .choice .r{
    width: 100%;
}
.prdt-list .btns{
}
.prdt-list .btn{
}
.prdt-list .btn-uswl{
    width: 40px;
    padding: 0;
    text-align: center;
}
.prdt-list .btn-uswl .fal{
    margin: 0;
    font-size: 120%;
}
.prdt-list .btn-sold,
.prdt-list .btn-dis{
    font-weight: normal;
    background-color: #aaaaaa;
}
.prdt-list .btn-sold:hover,
.prdt-list .btn-dis:hover{
    box-shadow: none;
    cursor: default;
}
.prdt-list .prdt .rating{
    margin: 6px 0 0 0;
    height: 22px;
}
.prdt-list .prdt .rating .stars{
    text-align: center;
}
.prdt-list .uswl-tag{
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    color: #ffffff;
    font-size: 120%;
    text-align: center;
    line-height: 32px;
    background: #d0021b;
    z-index: 2;
}
.prdt-list .watch .uswl-tag{
    display: block;
}
.prdt-list .watch .btn-uswl .fa-heart::before{
    content: '\f7a9';
}

.uswl-list{
    width: 960px;
}
.uswl-list .prdt{
    opacity: 0.3;
}
.uswl-list .prdt:hover,
.uswl-list .watch{
    opacity: 1;
}


.prdt-detail{
    width: 1200px;
    margin: 80px auto;
}
.prdt-detail .top{
    display: flex;
    justify-content: space-between;
}
.prdt-detail .pics{
    position: relative;
    width: 50%;
    padding: 15px;
    __outline: 1px solid #000;
}
.prdt-detail .pics .video{
    position: absolute;
    top: 0;
    left: 0;
    height: 570px;
    width: 570px;
    z-index: 20;
}
.prdt-detail .pics .large{
    position: relative;
    width: 570px;
    height: 570px;
    __outline: 1px solid #000;
}
.prdt-detail .pics .large .load{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -80px;
    color: #0067b8;
    font-size: 1000%;
    z-index: 5;
}
.prdt-detail .pics .large .img-wrapper,
.prdt-detail .pics .large .img-wrapper a{
    width: 570px;
    height: 570px;
}
.prdt-detail .pics .tmbs-wrapper{
    position: relative;
    width: 570px;
    height: 110px;
    margin: 20px 0;
}
.prdt-detail .pics .tmbs-wrapper .up,
.prdt-detail .pics .tmbs-wrapper .down{
    position: absolute;
    top: 0;
    width: 15px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    z-index: 2;
}
.prdt-detail .pics .tmbs-wrapper .up{
    left: -15px;
}
.prdt-detail .pics .tmbs-wrapper .down{
    right: -15px;
}
.prdt-detail .pics .tmbs-wrapper .up i,
.prdt-detail .pics .tmbs-wrapper .down i{
    margin: 0;
}
.prdt-detail .pics .tmbs{
    display: flex;
    height: 110px;
    flex-wrap: nowrap;
    overflow: hidden;
}
.prdt-detail .pics .tmbs .img-wrapper,
.prdt-detail .pics .tmbs .img-wrapper a{
    width: 100px;
    height: 100px;
}
.prdt-detail .pics .tmbs .img-wrapper{
    flex: 0 0 auto;
    margin: 0 10px 0;
}
.prdt-detail .pics .tmbs .cur{
}
.prdt-detail .pics .uswl-tag{
    position: absolute;
    display: none;
    top: 15px;
    right: 15px;
    padding: 0 10px;
    color: #ffffff;
    line-height: 30px;
    background: #d0021b;
    z-index: 5;
}
.prdt-detail .watch .uswl-tag{
    display: block;
}
.prdt-detail .watch .btn-uswl .fa-heart::before{
    content: '\f7a9';
}
.prdt-detail .right{
    position: relative;
    width: 48%;
    padding: 15px;
}
.prdt-detail .right .name{
    margin: 0 auto;
    font-size: 170%;
    font-weight: 600;
    text-transform: none;
}
.prdt-detail .right .name .prefix{
    display: inline-block;
    margin: 0 5px 0 0;
    color: #c45500;
    font-weight: normal;
}
.prdt-detail .right .name .suffix{
    display: inline-block;
    margin: 0 0 0 5px;
    color: #ffaa71;
    font-weight: normal;
}
.prdt-detail .right .brad{
    height: 18px;
}
.prdt-detail .right .rating{
    margin: 5px 0 0 0;
}
.prdt-detail .right .load{
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -40px;
    color: #0067b8;
    font-size: 500%;
}
.prdt-detail .right .gap{
    height: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.prdt-detail .right .prices{
    margin: 10px 0 0 0;
}
.prdt-detail .right .price{
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 180%;
    font-weight: 600;
}
.prdt-detail .right .price-o{
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 130%;
    text-decoration: line-through;
}
.prdt-detail .right .prices .prom{
    display: inline-block;
    __color: #555555;
}
.prdt-detail .right .prices .gst{
    display: inline-block;
    margin: 0 0 0 10px;
}
.prdt-detail .right .ship-fee{
    height: 42px;
    margin: 0 0 0 10px;
    __color: #555555;
    line-height: 22px;
    overflow: hidden;
}
.prdt-detail .right .ship-fee .load{
    position: relative;
    top: 0;
    left: 20%;
    font-size: 120%;
}
.prdt-detail .right .coins{
    height: 22px;
    line-height: 22px;
    margin: 5px 0 10px 10px;
}
.prdt-detail .right .coins strong{
    font-weight: 600;
}
.prdt-detail .choices{
    margin: 20px auto;
    width: 100%;
}
.prdt-detail .choices .cs{
    line-height: 28px;
}
.prdt-detail .choices .cs .cap{
    display: block;
}
.prdt-detail .choices .cs .in-txt{
    min-width: 250px;
    color: #ffffff;
    background: #181818;
}
.prdt-detail .right .buy{
    position: relative;
    margin: 20px 0;
}
.prdt-detail .right .buy .btn{
}
.prdt-detail .right .buy .choose{
    font-size: 120%;
    font-weight: 600;
    cursor: default;
}
.prdt-detail .right .buy .qty{
    display: flex;
    position: absolute;
    width: 150px;
    height: 40px;
    justify-content: space-between;
}
.prdt-detail .right .buy .qty:hover{
}
.prdt-detail .right .buy .qty .q{
    display: block;
    width: 60px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background: #282828;
    border: 1px solid #d1d5db;
    border-radius: 4px;
}
.prdt-detail .right .buy .qty .btn{
    display: block;
    width: 40px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 100%;
    background: #5d6b82;
    border: 1px solid #5d6b82;
    border-radius: 4px;
}
.prdt-detail .right .buy .qty:hover .btn{
}
.prdt-detail .right .buy .qty .btn:hover{
}
.prdt-detail .right .buy .qty .plus{
}
.prdt-detail .right .buy .qty .minus{
}
.prdt-detail .right .buy .qty .btn i{
    margin: 0;
}
.prdt-detail .right .buy .stock-num{
    position: absolute;
    left: 160px;
    line-height: 40px;
}
.prdt-detail .right .buy .btn{
    margin: 50px 0 0 0;
    width: 200px;
    font-size: 120%;
    text-align: center;
}
.prdt-detail .right .buy .btn-cart,
.prdt-detail .right .buy .btn-cko{
}
.prdt-detail .right .buy .btn-sold,
.prdt-detail .right .buy .btn-dis{
    font-weight: normal;
    background-color: #aaaaaa;
    box-shadow: none;
    cursor: default;
}
.prdt-detail .right .buy .btn-uswl{
    width: 40px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
}
.prdt-detail .right .buy .btn-uswl .fal{
    margin: 0;
}
.prdt-detail .right .conds{
    margin: 5px 0 0 0;
}
.prdt-detail .right .limit{
    margin: 0 5px;
    display: inline-block;
}
.prdt-detail .right .release{
    margin: 0 5px;
    display: inline-block;
    color: #c45500;
}

.prdt-detail .right .desc{
    margin: 30px 0;
    min-height: 100px;
}
.prdt-detail .right .desc-pics{
    margin: 20px 0;
    text-align: center;
}
.prdt-detail .right .desc-pics img{
    display: block;
    margin: 0 auto;
}

.prdt-detail .right .req-login{
    margin: 30px 0;
    padding: 20px;
    color: #ffffff;
    font-size: 110%;
    background: #181818;
    border-radius: 10px;
}
.prdt-detail .right .req-login a{
    text-decoration: underline;
}
.prdt-detail .right .wholesale-notice{
    margin: 10px 0;
    color: #ff881a;
}
.prdt-detail .right .bulk{
    margin: 20px 0;
    text-align: center;
}
.prdt-detail .right .bulk-item{
    display: flex;
    margin: 5px 0;
    height: 42px;
    align-items: center;
}
.prdt-detail .right .bulk-item .n{
    display: inline-block;
    width: 45%;
    margin: 0 10px 0 0;
    text-align: right;
    word-break: break-all;
    flex-shrink: 0;
}
.prdt-detail .right .bulk-item .p{
    display: inline-block;
    width: 60px;
    font-weight: bold;
    text-align: center;
}
.prdt-detail .right .bulk-item .q{
    width: 60px;
    height: 38px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    background: #282828;
    border: 1px solid #d1d5db;
    border-radius: 4px;
}
.prdt-detail .right .bulk-item .s,
.prdt-detail .right .bulk-item .i{
    display: inline-block;
    margin: 0 10px;
}

.prdt-detail .revws{
    margin: 60px 0;
    padding: 20px;
    border: 1px solid #eeeeee;
}
.prdt-detail .revws .title{
    font-weight: 600;
    font-size: 120%;
    text-transform: uppercase;
}
.prdt-detail .revws .stars{
    display: inline-block;
    margin: 5px 0;
    font-size: 110%;
}
.prdt-detail .revws .overview{
    display: flex;
    margin: 20px 0;
}
.prdt-detail .revws .sum{
}
.prdt-detail .revws .sum .no{
    display: inline-block;
}
.prdt-detail .revws .break{
    margin: 0 20px;
    padding: 0 20px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.prdt-detail .revws .break a{
    display: block;
    margin: 3px 0;
    line-height: 20px;
    text-decoration: none;
}
.prdt-detail .revws .break a:hover{
    opacity: 0.6;
}
.prdt-detail .revws .break .rating,
.prdt-detail .revws .break .pc,
.prdt-detail .revws .break .n{
    display: inline-block;
}
.prdt-detail .revws .break .pc{
    width: 40px;
}
.prdt-detail .revws .break .n{
    width: 40px;
    text-align: center;
}
.prdt-detail .revws .break .bar{
    display: inline-block;
    width: 120px;
    height: 16px;
    margin: 0 8px;
    line-height: 16px;
    vertical-align: text-top;
    box-shadow: inset 0 0 1px #ffffff;
}
.prdt-detail .revws .break .fill{
    height: 100%;
    line-height: 16px;
    background: #fbcd0a;
    box-shadow: inset 0 0 1px #888;
}
.prdt-detail .revws .break .cur{
    font-weight: 600;
}
.prdt-detail .revws .revw{
    padding: 12px 0;
    border-top: 1px solid #eeeeee;
}
.prdt-detail .revws .revw .top{
    display: flex;
    justify-content: flex-start;
}
.prdt-detail .revws .revw .top .l{
}
.prdt-detail .revws .revw .top .avatar{
    width: 48px;
    height: 48px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 180%;
    text-align: center;
    line-height: 48px;
    background: #87869e;
    border-radius: 24px;
}
.prdt-detail .revws .revw .top .r{
    margin: 0 20px;
}
.prdt-detail .revws .revw .top .r .stars{
    display: inline-block;
    margin: 0;
}
.prdt-detail .revws .revw .top .r .date{
    display: inline-block;
    margin: 0 20px;
}
.prdt-detail .revws .revw .top .r .misc{
    display: inline-block;
    vertical-align: middle;
}
.prdt-detail .revws .revw .top .r .name{
    margin: 5px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.prdt-detail .revws .revw .bot{
    margin: 10px 0;
    line-height: 24px;
}
.prdt-detail .revws .revw .bot .tt{
    font-weight: 600;
}



.addr-detail{
    width: 700px;
}
.addr-detail .cap{
    width: 10%;
}

.shop-cart{
    width: 1200px;
    margin: 50px auto;

}
.shop-cart .prdts{
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
}
.shop-cart td,
.shop-cart th{
    padding: 10px;
    text-align: left;
}
.shop-cart th{
    padding: 20px 5px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e2e1;
}
.shop-cart .prdt{
}
.shop-cart .prdt td{
    border-bottom: 1px solid #e6e2e1;
}
.shop-cart .c-ckb{
    width: 2%;
    text-align: center;
}
.shop-cart .c-img{
    width: 10%;
    text-align: center;
}
.shop-cart .c-prdt{
    width: 43%;
}
.shop-cart .c-price{
    width: 15%;
    text-align: center;
}
.shop-cart .c-qty{
    position: relative;
    width: 15%;
    text-align: center;
}
.shop-cart .c-sub{
    position: relative;
    width: 15%;
    text-align: right;
}
.shop-cart .img-wrapper, .shop-cart .img-wrapper a{
    width: 100px;
    height: 100px;
}
.shop-cart .c-prdt .cs{
    color: #cccccc;
}
.shop-cart .c-prdt .limit{
    color: #cccccc;
    font-size: 90%;
}
.shop-cart .c-prdt .release{
    color: #c45500;
    font-size: 90%;
}
.shop-cart .c-qty .qty{
    display: flex;
    margin: auto;
    width: 150px;
    height: 40px;
    justify-content: space-between;
}
.shop-cart .c-qty .q{
    display: block;
    width: 60px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background: #282828;
    border: 1px solid #d1d5db;
    border-radius: 4px;
}
.shop-cart .c-qty .btn{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 100%;
    line-height: 40px;
    background: #5d6b82;
    border: 1px solid #5d6b82;
    border-radius: 4px;
}
.shop-cart .c-qty:hover .btn{
}
.shop-cart .c-qty .btn:hover{
}
.shop-cart .c-qty .plus{
}
.shop-cart .c-qty .minus{
}
.shop-cart .c-qty .btn i{
    margin: 0;
}
.shop-cart .c-qty .stock-num{
    position: absolute;
    bottom: 20px;
    width: 160px;
    text-align: center;
}
.shop-cart .weight{
    color: #cccccc;
    font-size: 90%;
    font-weight: normal;
}
.shop-cart .acts{
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-decoration: underline;
}
.shop-cart .total{
    font-size: 120%;
}
.shop-cart .total td{
    padding: 20px 5px;
    padding-bottom: 10px;
}
.shop-cart .total .sub{
    text-align: right;
}
.shop-cart .total .sub .ex{
    font-size: 70%;
}
.shop-cart .total .c-sub{
    text-align: right;
}
.shop-cart .total .c-sub .weight{
    font-size: 70%;
}
.shop-cart .ship{
    padding-top: 0;
    text-align: right;
}
.checkout .btns,
.payments .btns,
.shop-cart .btns{
    margin: 40px 0;
    text-align: right;
}

.checkout .btns .btn,
.payments .btns .btn,
.shop-cart .btns .btn{
    height: 50px;
    padding: 0 28px;
    font-size: 130%;
    line-height: 50px;
}
.shop-cart .btns .fas,
.shop-cart .btns .far,
.shop-cart .btns .fal{
}
.shop-cart .btns .guest{
    display: inline-block;
    width: 250px;
    margin: 20px 0;
    color: #cccccc;
    text-align: center;
}

.checkout{
    width: 1200px;
    margin: 50px auto;
}

.cko-address{
}
.cko-address .deli-choice{
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    font-size: 60%;
    line-height: 30px;
}
.cko-address h2{
}
.cko-address .notes{
    margin: 30px 0 0 0;
}
.cko-address .map{
    margin: 30px 0;
}
.addrs-wrapper{
    margin: 20px 0;
}
.addrs-wrapper .load{
    height: 170px;
    color: #0067b8;
    font-size: 500%;
    text-align: center;
}
.addrs-wrapper .addrs{
}
.addrs-wrapper .addrs .add{
    float: left;
    width: 280px;
    height: 170px;
    margin: 0 20px 20px 0;
    color: #5d6b82;
    text-align: center;
    border: 3px dashed #5d6b82;
    cursor: pointer;
}
.addrs-wrapper .addrs .add i{
    margin: 40px 0 0 0;
    font-size: 300%;
}
.addrs-wrapper .addrs .add:hover{
    __box-shadow: 0px 2px 4px #666666;
}
.addrs-wrapper .addrs .empty{
    padding: 70px 0;
    text-align: center;
    font-size: 120%;
    border: 2px dashed #5d6b82;
    cursor: pointer;
}
.addrs-wrapper .addrs .addr-wrapper{
    position: relative;
    float: left;
    width: 280px;
    margin: 0 20px 20px 0;
    background: #181818;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.addrs-wrapper .addrs .addr{
    height: 170px;
    padding: 20px;
}
.addrs-wrapper .addrs .addr-wrapper:hover,
.addrs-wrapper .addrs .add:hover{
    border-color: #5d6b82;
    __box-shadow: 0px 2px 4px #666666;
}
.addrs-wrapper .addrs .addr-wrapper:active,
.addrs-wrapper .addrs .add:active{
    box-shadow: none;
}
.addrs-wrapper .addrs .addr-wrapper:hover,
.addrs-wrapper .addrs .cur,
.addrs-wrapper .addrs .add:hover{
    color: #ffffff;
    background: #5d6b82;
}
.addrs-wrapper .addrs .tick{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 200%;
    z-index: 10;
}
.addrs-wrapper .addrs .acts{
    position: absolute;
    display: none;
    bottom: 10px;
    right: 10px;
    font-size: 150%;
    z-index: 10;
}
.addrs-wrapper .addrs .acts-show{
    display: block;
}
.addrs-wrapper .addrs .acts-show i{
    margin: 0 0 0 5px;
}
.addrs-wrapper .addrs .addr-wrapper:hover .acts{
    display: block;
}
.addrs-wrapper .addrs .cur .tick::before{
    content: '\f058';
}
.addrs-wrapper .addrs .acts-show .fal:hover,
.addrs-wrapper .addrs .acts-show .fas{
    color: #ff9900;
}
.ships-wrapper{
    margin: 40px auto;
    min-height: 130px;
}
.ships-wrapper .load{
    height: 100px;
    color: #0067b8;
    font-size: 500%;
    text-align: center;
}
.ships-wrapper .page-tt span{
    display: inline-block;
    margin: 0 0 0 20px;
    color: #cccccc;
    font-size: 70%;
    font-weight: normal;
}
.ships-wrapper .ships{
}
.ships-wrapper .ships .empty{
    height: 100px;
    padding: 40px 0;
    text-align: center;
    font-size: 120%;
    border: 2px dashed #5d6b82;
}
.ships-wrapper .ships .shas{
    position: relative;
    margin: 20px auto;
    padding: 10px 10px 10px 60px;
    line-height: 30px;
    background: #181818;
    border-radius: 10px;
    cursor: pointer;
}
.ships-wrapper .ships .shas:hover{
    __box-shadow: 0px 2px 4px #666666;
}
.ships-wrapper .ships .shas:active{
    box-shadow: none;
}
.ships-wrapper .ships .shas:hover,
.ships-wrapper .ships .cur{
    color: #ffffff;
    background: #5d6b82;
}
.ships-wrapper .ships .tick{
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 200%;
    z-index: 10;
}
.ships-wrapper .ships .tick{
    color: #dddddd;
}
.ships-wrapper .ships .cur .tick{
    color: #ffffff;
}
.ships-wrapper .ships .tick::before{
    content: '\f111';
}
.ships-wrapper .ships .cur .tick::before{
    content: '\f058';
}

.ships-wrapper .ships .shas .price{
    float: left;
    width: 100px;
    font-size: 150%;
}
.ships-wrapper .ships .shas .name{
    float: left;
    margin: 0 0 0 20px;
    font-size: 120%;
    font-weight: 600;
}
.ships-wrapper .ships .shas .desc{
    float: left;
    margin: 0 0 0 20px;
}
.ships-wrapper .ships .shas .add{
    clear: both;
    margin: 0 0 0 120px;
}

.cko-confirm{
}
.cko-confirm .block{
    margin: 30px auto 40px;
}
.cko-confirm .block h2{
    margin: 10px 0;
    font-size: 140%;
    font-weight: normal;
}
.cko-confirm .addr{
    font-size: 120%;
}
.cko-confirm .ship-service{
    float: right;
}
.cko-confirm .prdts{
    width: 100%;
    margin: 0 0 20px 0;
    border-collapse: collapse;
}
.cko-confirm td,
.cko-confirm th{
    padding: 5px;
    text-align: left;
}
.cko-confirm th{
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e2e1;
}
.cko-confirm .prdt{
}
.cko-confirm .prdt td{
    border-bottom: 1px solid #e6e2e1;
}
.cko-confirm .c-ckb{
    width: 2%;
    text-align: center;
}
.cko-confirm .c-img{
    width: 10%;
    text-align: center;
}
.cko-confirm .c-prdt{
    width: 43%;
}
.cko-confirm .c-price{
    width: 15%;
    text-align: center;
}
.cko-confirm .c-qty{
    width: 15%;
    text-align: center;
}
.cko-confirm .c-sub{
    position: relative;
    width: 15%;
    text-align: center;
}
.cko-confirm .img-wrapper, .cko-confirm .img-wrapper a{
    width: 50px;
    height: 50px;
}
.cko-confirm .c-prdt .cs{
    color: #cccccc;
}
.cko-confirm .weight{
    color: #cccccc;
    font-size: 90%;
    font-weight: normal;
}
.cko-confirm .sub-total{
}
.cko-confirm .sub-total td{
}
.cko-confirm .sub-total .sub{
    text-align: right;
}
.cko-confirm .sub-total .c-sub{
}
.cko-confirm .sub-total .c-sub .weight{
    font-size: 90%;
}
.cko-confirm .total{
    font-size: 180%;
}
.cko-confirm .total .sub{
    text-align: right;
}
.cko-confirm .sub-total .c-sub{
}

.cko-confirm .coups{
}
.cko-confirm .coups .empty{
}
.cko-confirm .coups .gap{
    padding: 40px;
}
.cko-confirm .coups .coups-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cko-confirm .coups .flex-wrapper{
    width: 32%;
    height: 0px;
}
.cko-confirm .coups .coup{
    position: relative;
    width: 32%;
    margin: 10px 0 20px 0;
    cursor: pointer;
}
.cko-confirm .coups .coup .c1{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 140px;
    font-size: 150%;
    font-weight: 600;
    text-align: center;
    background: #181818;
    border-radius: 12px;
}
.cko-confirm .coups .coup .c2{
    margin: 0 0 0 70px;
    height: 140px;
    padding: 10px;
    border: 1px solid #181818;
    border-radius: 12px;
    background: #181818;
}
.cko-confirm .coups .coup .name{
    font-size: 110%;
    font-weight: 600;
}
.cko-confirm .coups .coup .desc{
    height: 80px;
    line-height: 25px;
    overflow: hidden;
}
.cko-confirm .coups .coup .toc{
    text-align: right;
}
.cko-confirm .coups .coup:hover .c1,
.cko-confirm .coups .cur .c1{
    background: #5d6b82;
}
.cko-confirm .coups .tick{
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 200%;
    z-index: 10;
}
.cko-confirm .coups .tick{
    color: #dddddd;
}
.cko-confirm .coups .cur .tick{
    color: #ffffff;
}
.cko-confirm .coups .tick::before{
    content: '\f111';
}
.cko-confirm .coups .cur .tick::before{
    content: '\f058';
}

.payments{
    width: 1200px;
    margin: 50px auto;
}
.payments .pmnt-desc,
.payments .pmnt-exp{
    margin: 10px 0;
}
.payments .choose{
    margin: 30px 0;
}
.payments .choose a{
    color: #ffffff;
    text-decoration: underline;
}
.payments .choose h1{
    font-weight: normal;
}
.payments .choose .pmnt{
    position: relative;
    margin: 20px 0;
    border-radius: 15px;
    background: #181818;
}
.payments .choose .pmnt:hover{
    box-shadow: 0px 2px 4px #666666;
}
.payments .choose .pmnt:active{
    box-shadow: none;
}
.payments .choose .pmnt:hover,
.payments .choose .cur{
    color: #ffffff;
    background: #5d6b82;
}
.payments .choose .tick{
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 200%;
    z-index: 10;
}
.payments .choose .cur .tick::before{
    content: '\f058';
}
.payments .choose .pmnt .tt{
    padding: 10px 10px 10px 60px;
    font-size: 150%;
    line-height: 32px;
    cursor: pointer;
}
.payments .choose .pmnt .txt{
    display: none;
    padding: 0 10px 10px 60px;
}
.payments .choose .pmnt .cap{
    color: #ffffff;
}
.payments .choose .pmnt .tb-cc{
    width: 600px;
}
.payments .choose .pmnt .tb-cc .cap{
    width: 20%;
}
.payments .choose .cc .desc{
    padding: 10px;
}
.payments .choose .cc .is{
    text-align: center;
}
.payments .choose .cc .is i{
    display: inline-block;
    margin-right: 20px;
    font-size: 240%;
}
.payments .choose .cc .is img{
    height: 38px;
    vertical-align: bottom;
}

.pmnt-result{
    width: 600px;
    margin: 50px auto;
}
.pmnt-result .icon{
    float: left;
    width: 80px;
    height: 80px;
    font-size: 500%;
    text-align: center;
}
.pmnt-result .msgs{
    padding: 10px;
    margin-left: 90px;
}
.pmnt-result .msgs .tt{
    font-size: 200%;
}
.pmnt-result .btns{
    clear: both;
    margin: 80px auto;
}
.pmnt-result .btns .btn{
    padding: 0 20px;
}



.account{
    position: relative;
    width: 1200px;
    min-height: 500px;
    margin: 50px auto;
}
.account .avatar{
    margin: 20px;
    text-align: center;
}
.account .avatar .img{
    font-size: 400%;
}
.account .avatar .name{
    width: 100%;
    font-size: 120%;
    overflow: hidden;
}
.account .menus{
    position: absolute;
    width: 200px;
    background: #181818;
    border-radius: 10px;
}
.account .menus .btn{
    display: block;
    margin: 5px 0;
    padding: 0 20px;
    __color: #262626;
    font-weight: 500;
    background: transparent;
}
.account .menus .cur,
.account .menus .btn:hover{
    color: #ffffff;
    background: #5d6b82;
    __box-shadow: 0px 2px 4px #666666;
}
.account .menus .btn:active{
    box-shadow: none;
}
.account .content{
    margin-left: 240px;
}
.account .content .title{
    margin: 0 0 10px 0;
    font-size: 200%;
    line-height: 36px;
    text-transform: uppercase;
    _border-bottom: 1px solid #d7d1d1;
}
.account .content .title .btn{
    font-size: 16px;
}
.account .page-bar{
    width: 960px;
}
.account .page-bar .sorts,
.account .page-bar .pages{
    margin: 0;
}

.account .smry{
}
.account .smry table{
    width: 100%;
}
.account .smry table .cap{
    width: 15%;
}

.account .invcs{
}
.account .invcs .empty{
    margin: 60px 0;
    font-size: 140%;
    text-align: center;
    line-height: 46px;
}
.account .invcs .invc{
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px 0;
    background: #181818;
    border: 1px solid #181818;
    border-radius: 10px;
    __box-shadow: 0px 2px 4px #dddddd;
}
.account .invcs .invc .pay{
    height: 30px;
    line-height: 30px;
}
.account .invcs .invc .tt{
    display: table;
    width: 100%;
    padding: 10px;
}
.account .invcs .invc .tt .cap{
    color: #cccccc;
    font-weight: normal;
}
.account .invcs .invc .tt .c1{
    width: 240px;
}
.account .invcs .invc .tt .c2{
    width: 240px;
}
.account .invcs .invc .tt .c3{
    width: 240px;
}
.account .invcs .invc .tt .c4{
    width: 240px;
    text-align: right;
}
.account .invcs .ordr{
}
.account .invcs .ordr .tt{
    margin: 20px 0 0 0;
    __border-top: 1px solid #d7d1d1;
    border-bottom: 1px solid #d7d1d1;
    border-radius: 0;
}
.account .invcs .ordr .tt .c1{
    width: 50%;
}
.account .invcs .ordr .tt .c2{
    width: 20%;
}
.account .invcs .ordr .tt .c3{
    width: 30%;
    text-align: right;
}
.account .invcs .pksl{
}
.account .invcs .pksl .odpd{
    float: left;
    display: block;
    margin: 10px;
    padding: 5px;
    _background: #fafafa;
    border: 1px solid #d7d1d1;
    border-radius: 10px;
}
.account .invcs .pksl .odpd div{
    float: left;
    margin: 0 5px 0 0;
    line-height: 60px;
}
.account .invcs .pksl .odpd .img-wrapper,
.account .invcs .pksl .odpd .img-wrapper a{
    width: 60px;
    height: 60px;
}

.account .invc-detail{
}
.account .invc-detail .tt{
    margin: 40px 0 10px 0;
    font-size: 140%;
    text-transform: uppercase;
}
.account .invc-detail .tt .status{
    float: right;
}
.account .invc-detail .smry{
    display: table;
    width: 100%;
    margin: 10px 0;
    _padding: 10px;
    _border: 1px solid #d7d1d1;
}
.account .invc-detail .smry .cap{
    margin: 10px 0;
    color: #262626;
    font-size: 140%;
    font-weight: normal;
}
.account .invc-detail .smry .addr{
    display: table-cell;
    width: 65%;
}
.account .invc-detail .smry .txt{
}
.account .invc-detail .smry .totals{
    display: table-cell;
    width: 35%;
    text-align: right;
    line-height: 24px;
}
.account .invc-detail .smry .totals .l{
    display: inline-block;
    width: 150px;
    text-align: left;
}
.account .invc-detail .smry .totals .r{
    display: inline-block;
    width: 120px;
    text-align: right;
}
.account .invc-detail .smry .totals .btn{
    float: right;
    height: 30px;
    margin: 5px 0 0 20px;
    line-height: 30px;
}
.account .invc-detail .ordr{
    clear: both;
    margin: 40px 0;
    _border: 1px solid #d7d1d1;

}
.account .invc-detail .ordr .tt{
    display: table;
    width: 100%;
}
.account .invc-detail .ordr .tt .c1{
    width: 30%;
}
.account .invc-detail .ordr .tt .c2{
    width: 30%;
}
.account .invc-detail .ordr .tt .c3{
    width: 40%;
    text-align: right;
}
.account .invc-detail .ordr .odpds{
    width: 100%;
    border: 1px solid #d7d1d1;
    border-collapse: collapse;
    background: #181818;
    __box-shadow: 0px 2px 4px #dddddd;
}
.account .invc-detail .ordr td,
.account .invc-detail .ordr th{
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #d7d1d1;
}
.account .invc-detail .ordr th{
    font-weight: normal;
    text-transform: uppercase;
}
.account .invc-detail .ordr .prdt{
}
.account .invc-detail .ordr .c-ckb{
    width: 2%;
    text-align: center;
}
.account .invc-detail .ordr .c-img{
    width: 10%;
    text-align: center;
}
.account .invc-detail .ordr .c-prdt{
    width: 43%;
}
.account .invc-detail .ordr .c-price{
    width: 15%;
    text-align: center;
}
.account .invc-detail .ordr .c-qty{
    width: 15%;
    text-align: center;
}
.account .invc-detail .ordr .c-sub{
    width: 15%;
    text-align: center;
}
.account .invc-detail .ordr .img-wrapper, .account .invc-detail .ordr .img-wrapper a{
    width: 50px;
    height: 50px;
}
.account .invc-detail .ordr .c-prdt .cs{
    color: #cccccc;
}
.account .invc-detail .ordr .weight{
    color: #cccccc;
    font-size: 90%;
    font-weight: normal;
}
.account .invc-detail .trcks{
    margin: 10px 0;
}

.account .ustrs{
}
.account .ustrs .empty{
    margin: 60px 0;
    font-size: 140%;
    text-align: center;
    line-height: 46px;
}
.account .ustrs .tb-list td{
    padding: 10px 5px;
}
.account .invc-detail .tb-list,
.account .ustrs .tb-list{
}
.account .invc-detail .tb-list .id,
.account .ustrs .tb-list .id{
    text-align: center;
}
.account .invc-detail .tb-list .amount,
.account .ustrs .tb-list .amount{
    text-align: center;
}
.account .invc-detail .tb-list .balance_ondate,
.account .ustrs .tb-list .balance_ondate{
    text-align: center;
}

.account .cotrs{
}
.account .cotrs .empty{
    margin: 60px 0;
    font-size: 140%;
    text-align: center;
    line-height: 46px;
}
.account .cotrs .tb-list td{
    padding: 10px 5px;
}
.account .cotrs .tb-list{
}
.account .cotrs .tb-list .id{
    text-align: center;
}
.account .cotrs .tb-list .coins{
    text-align: center;
}
.account .cotrs .tb-list .coins_ondate{
    text-align: center;
}


.account .emails{
}
.account .emails .verify{
}
.account .emails .btns{
    margin: 20px 0;
}
.account .emails .sbsc{
    margin: 50px 0;
}
.account .emails .sbsc label{
    display: block;
    margin: 20px 0;
}
.account .emails .sbsc .in-ckb{
    display: inline-block;
    margin:0 10px;
}
.account .emails .sbsc .btns{
    margin: 20px 0;
}

.account .usphs{
}
.account .usphs .empty{
    margin: 60px 0;
    font-size: 140%;
    text-align: center;
    line-height: 46px;
}
.account .usphs .usph{
    width: 100%;
    height: 130px;
    margin: 0 0 30px 0;
    border: 1px solid #d7d1d1;
    border-radius: 10px;
    background: #181818;
    __box-shadow: 0px 2px 4px #dddddd;
}
.account .usphs .usph .prdt{
    float: left;
    width: 70%;
    padding: 15px;
}
.account .usphs .usph .prdt .img{
    float: left;
    width: 100px;
}
.account .usphs .usph .prdt .name,
.account .usphs .usph .prdt .time,
.account .usphs .usph .prdt .rating{
    margin: 0 0 0 120px;
}
.account .usphs .usph .prdt .name{
    height: 40px;
    overflow: hidden;
}
.account .usphs .usph .prdt .time{
    color: #cccccc;
}
.account .usphs .usph .prdt .rating{
    margin-top: 10px;
}
.account .usphs .usph .prdt .rating .stars{
    font-size: 130%;
}
.account .usphs .usph .img-wrapper,
.account .usphs .usph .img-wrapper a{
    width: 100px;
    height: 100px;
}
.account .usphs .usph .revw{
    float: right;
    width: 29%;
    height: 130px;
    text-align: center;
    border-left: 1px solid #eeeeee;
}
.account .usphs .usph .revw .tt{
    margin: 15px 0 0 0;
    font-size: 120%;
}
.account .usphs .usph .revw .stars{
    margin: 15px 0;
    font-size: 150%;
}
.account .usphs .usph .revw .edit{
}
.account .usphs .usph .revw .new{
    font-size: 130%;
    line-height: 130px;
}

.account .coups{
}
.account .coups .empty{
    margin: 30px 0;
    width: 100%;
    font-size: 140%;
    text-align: center;
    line-height: 46px;
}
.account .coups .gap{
    padding: 40px;
}
.account .coups .coups-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.account .coups .coup{
    width: 47%;
    margin: 10px 0 20px 0;
    position: relative;
}
.account .coups .coup .c1{
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    color: #ffffff;
    font-size: 150%;
    font-weight: 600;
    text-align: center;
    line-height: 70px;
    writing-mode: vertical-rl;
    background: #5d6b82;
    border-radius: 12px;
}
.account .coups .coup .c2{
    margin: 0 0 0 70px;
    height: 140px;
    padding: 10px;
    border: 1px solid #d7d1d1;
    border-radius: 12px 12px 0 0;
}
.account .coups .coup .c3{
    margin: 0 0 0 70px;
    height: 40px;
    font-size: 90%;
    line-height: 40px;
    text-align: center;
    background: #181818;
    border: 1px solid #d7d1d1;
    border-radius: 0 0 12px 12px;
}
.account .coups .coup .name{
    font-size: 120%;
    font-weight: 600;
}
.account .coups .coup .desc{
    height: 80px;
    line-height: 25px;
    overflow: hidden;
}
.account .coups .coup .toc{
    text-align: right;
}

.rating{
}
.rating .stars{
    margin: 0 0 0 -2px;
    color: #ffffff;
}
.rating .stars .num{
}

.revw-detail{
    width: 600px;
}
.revw-detail h2{
    margin: 20px 0 10px 0;
    font-weight: normal;
}
.revw-detail .prdt{
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}
.revw-detail .prdt .name{
    text-align: center;
}
.revw-detail .rating{
    height: 48px;
}
.revw-detail .rating .stars{
    font-size: 250%;
}
.revw-detail .rating i{
    cursor: pointer;
}
.revw-detail .btns{
    margin: 20px 0 10px 0;
    text-align: right;
}
.revw-detail .prdt .img-wrapper,
.revw-detail .prdt .img-wrapper a{
    width: 100px;
    height: 100px;
}


.home-title{
    margin: 60px 50px 30px;
    font-size: 150%;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}
.home-prdt-list{
    position: relative;
    width: 1200px;
    margin: 30px auto;
}
.home-prdt-list .prdt-list{
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
}
.home-prdt-list .prdt-list .prdt-wrapper{
    width: 195px;
    margin: 0;
    padding: 20px 10px;
    background: #282828;
    flex-shrink: 0;
}
.home-prdt-list .prdt-list .img-wrapper,
.home-prdt-list .prdt-list .img-wrapper a{
    width: 175px;
    height: 175px;
}
.home-prdt-list .prdt-list .rating{
    font-size: 90%;
}
.home-prdt-list .to-left,
.home-prdt-list .to-right{
    display: none;
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    font-size: 400%;
    text-align: center;
    z-index: 5;
}
.home-prdt-list .to-right{
    left: auto;
    right: -60px;
}


.home-why-us{
    display: flex;
    width: 1200px;
    height: 460px;
    margin: 40px auto;
    color: #3a3a3a;
    background: #fbf6f3;
}
.home-why-us .img{
    width: 585px;
}
.home-why-us .testis{
    position: relative;
    width: 100%;
}
.home-why-us .testis h2{
    margin: 30px 0;
    text-align: center;
}
.home-why-us .testis .testi{
    position: absolute;
    width: 100%;
    margin: 30px 0;
    padding: 0 60px;
    font-size: 120%;
}
.home-why-us .testis .testi .t{
    line-height: 30px;
}
.home-why-us .ctrls{
    position: absolute;
    width: 100%;
    bottom: 40px;
    font-size: 130%;
    text-align: center;
}
.home-why-us .ctrls div{
    display: inline-block;
    margin: 0 5px;
    font-size: 120%;
    cursor: pointer;
}
.home-why-us .ctrls div i:before{
    content: "\f111";
}
.home-why-us .ctrls .cur i:before{
    content: "\f192"
}

.home-mid-banners{
    width: 1200px;
    margin: 50px auto;
}
.home-mid-banners .banr{
    display: block;
    margin: 40px 0;
}
.home-mid-banners .banr img{
    width: 1200px;
}

.home-cate-banners{
    position: relative;
    width: 1200px;
    margin: 40px auto;
}
.home-cate-banners .banrs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-cate-banners .banr{
    position: relative;
    width: 595px;
    height: 300px;
    margin: 5px 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.home-cate-banners .banr .n{
    position: absolute;
    top: 160px;
    left: 40px;
    color: #ffffff;
    font-size: 160%;
    font-weight: 600;
}
.home-cate-banners .banr .btn{
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.home-cate-banners .to-left,
.home-cate-banners .to-right{
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    font-size: 400%;
    text-align: center;
    z-index: 5;
}
.home-cate-banners .to-right{
    left: auto;
    right: 0;
}


.home-shop-by{
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}
.home-shop-by .by{
    width: 550px;
    height: 250px;
    padding: 0 40px;
    border-radius: 10px;
    background-size: cover;
    background-position: 100% 100%;
}
.home-shop-by .by-brand{
    background-image: url( '/templates/ev/imgs/home_shop_by_brands.jpg' );
}
.home-shop-by .by-cate{
    background-image: url( '/templates/ev/imgs/home_shop_by_category.jpg' );
}
.home-shop-by .t{
    margin: 60px 0 20px 0;
    font-size: 170%;
    font-weight: 600;
}
.home-shop-by .d{
    margin: 20px 0;
    font-weight: 600;
    font-style: italic;
}
.home-shop-by .btn{
}



.p-page{
    width: 1200px;
    margin: 50px auto;
}
.p-page .content{
    margin: 20px 0;
}


.ship-detail-title{
    width: 700px;
    text-align: center;
    display: flex;
}
.ship-detail-title .city{
    width: 65%;
}
.ship-detail-title .cnty{
    width: 30%;
}
.ship-detail-title .city .in-txt{
    width: 320px;
}
.ship-detail-empty{
    padding: 40px;
    font-size: 120%;
    text-align: center;
}
.ship-detail{
    padding: 10px 0;
}
.ship-detail .weight{
    font-size: 110%;
    text-align: center;
}
.ship-detail .price{
    margin: 10px 0;
    padding: 20px;
    border-radius: 10px;
    background: #181818;
}
.ship-detail .price .title{
    font-size: 120%;
    font-weight: 500;
}


.banners{
    position: relative;
    height: 570px;
    overflow: hidden;
}
.banners .banr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 570px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banners .banr a{
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 570px;
    margin-left: -600px;
    text-decoration: none;
}
.banners .banr a .name{
    display: block;
    margin: 220px 20px 0;
    color: #ffffff;
    font-size: 250%;
    font-weight: 600;
}
.banners .banr a .desc{
    display: block;
    margin: 30px 20px;
    color: #ffffff;
    font-size: 180%;
}
.banners .ctrls{
    display: none;
    __display: flex;
    position: absolute;
    width: 300px;
    bottom: 10px;
    left: 50%;
    margin: 0 0 0 -150px;
    z-index: 10;
    justify-content: center;
    align-items: baseline;
}
.banners .ctrls div{
    width: 30px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    background: #d2c7c3;
}
.banners .ctrls .cur {
    height: 24px;
    background: #ffffff;
}
.banners .to-left,
.banners .to-right{
    display: none;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -50px;
    width: 90px;
    height: 100px;
    font-size: 500%;
    line-height: 100px;
    text-align: center;
    z-index: 5;
}
.banners .to-right{
    left:auto;
    right: 40px;
}
.banners-w{
    height: 570px;
}
.banners-w .banr{
    height: 570px;
}
.banners-w .banr a{
    height: 570px;
}

.cate-banner{
    height: 400px;
    color: #ffffff;
    text-align: center;
    background-image: url( "/templates/ev/imgs/cate_banner.jpg" );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cate-banner .n{
    padding: 120px 0 40px;
    font-size: 300%;
}
.cate-banner .d{
    font-style: italic;
}


.cate-desc{
    position: relative;
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}
.cate-desc h2{
    margin: 0 0 10px;
    text-align: center;
}
.cate-desc .cate-tab{
    position: absolute;
    width: 1200px;
    top: 0;
    left: 0;
    background: #282828;
}
.cate-desc .ctrls{
    position: absolute;
    width: 100%;
    bottom: 0px;
    font-size: 130%;
    text-align: center;
}
.cate-desc .ctrls div{
    display: inline-block;
    margin: 0 5px;
    font-size: 120%;
    cursor: pointer;
}
.cate-desc .ctrls div i:before{
    content: "\f111";
}
.cate-desc .ctrls .cur i:before{
    content: "\f192"
}


.prdt-usphs{
    position: relative;
    width: 1200px;
    margin: 0 auto 20px;
    padding: 10px 10px 10px 60px;
    border: 1px solid #444444;
    background: #181818;
}
.prdt-usphs .fal{
    position: absolute;
    top: 10px;
    left: 20px;
    _color: #0067b8;
    font-size: 180%;
}
.prdt-usphs .usph{
    line-height: 28px;
}


.notice{
    position: relative;
    width: 1200px;
    margin: 0 auto 20px;
    padding: 10px 10px 10px 60px;
    border: 1px solid #444444;
    border-radius: 10px;
    background: #181818;
}
.notice .fal{
    position: absolute;
    top: 10px;
    left: 20px;
    _color: #0067b8;
    font-size: 180%;
}
.notice .txt{
    line-height: 28px;
}


.guest{
}
.guest .addr-detail{
    margin: 20px 0;
}
.guest .content{
    margin: 0;
}
.guest form .btns span{
    display: block;
    margin: 5px 0 0 0;
}


.nzpost{
}
.nzpost .finder{
    position: relative;
}
.nzpost .finder .fal{
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 150%;
    line-height: 42px;
}
.nzpost .np-empty{
    color: #005293;
    height:80px;
}
.nzpost .np-addr-str{
    display: none;
    height:80px;
}


.ancms-wrapper{
    flex: 0 0 auto;
    background: #181818;
}
.ancms-wrapper .ancms{
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}
.ancms-wrapper .ancms a{
    color: #ffffff;
}
.ancms-wrapper .ancms .ancm{
    white-space: nowrap;
    overflow-x: auto;
}


.brands{
    display: flex;
    width: 1200px;
    margin: 20px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brands .brad{
    display: block;
    width: 280px;
    margin: 30px auto;
    text-decoration: none;
}
.brands .brad .logo-wrapper{
    width: 250px;
    height: 250px;
    margin: 10px auto;
}
.brands .brad .logo-wrapper .logo-txt{
    width: 250px;
    height: 250px;
    color: #ffffff;
    font-size: 1000%;
    font-weight: bold;
    line-height: 250px;
    text-align: center;
    background: #87869e;
    border-radius: 125px;
}
.brands .brad .logo-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brands .brad .name{
    font-size: 200%;
    text-align: center;
    line-height: 44px;
}


.home-wholesale{
    width: 1200px;
    margin: 50px auto;
}
.home-wholesale p{
    font-size: 120%;
}
.home-wholesale ul{
    margin: 0;
    padding: 0;
}
.home-wholesale li{
    margin: 0 0 0 20px;
    font-size: 120%;

}
.home-wholesale .col-1{
    float: left;
    width: 50%;
    padding: 30px 0;
}
.home-wholesale .col-1 .pic{
    width: 600px;
    height: 600px;
}
.home-wholesale .col-1 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-wholesale .col-2{
    width: 500px;
    padding: 30px;
    margin: 30px 0 0 700px;
    background: #181818;
    border-radius: 10px;
}
.home-wholesale .col-2 .tt{
}
.home-wholesale .col-2 form{
}
.home-wholesale .col-2 form .errors{
    color: #d0021b;
    line-height: 150%;
}
.home-wholesale .col-2 form .messages{
    color: #ff881a;
    line-height: 150%;
}
.home-wholesale .cap{
    margin: 10px 0 0 0;
}
.home-wholesale .btns{
    margin: 20px 0 0 0;
    text-align: center;
}
.home-wholesale .btns .btn{
    margin: 10px 0 0 0;
}

.wholesale-pmnt{
    margin: 10px 0;
}
.wholesale-pmnt h3{
    font-weight: normal;
}
.wholesale-pmnt .bank{
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 110%;
    background: #181818;
    border-radius: 10px;
}
.wholesale-pmnt .bank div{
    margin: 8px 0;
}
.wholesale-pmnt .bank span{
    display: inline-block;
}
.wholesale-pmnt .bank .cap{
    width: 200px;
}
.wholesale-pmnt .bank .inp{
    font-weight: 600;
}









