div#ch-plugin {
    display: none;
}
#header {
    font-family: 'Source_Sans_Pro';
    font-size: 13px;
    line-height: 1.17;
    letter-spacing: -.24px;
    height: 98px;
    padding-left: 23px;
    padding-right: 23px;
    box-sizing: border-box;
    position: relative;
}

#header * {
    box-sizing: border-box;
}

#header a {
    color: #414141;
}

#header.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    background: #fff;
}

#m_header.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    background: #fff;
    padding-bottom: 1rem;
}

#m_header.header-fixed .bottom {
    display: none;
}

#header .header-inner {
    display: flex;
    width: 100%;
    height: 100%;
}

#header .header-inner>.list {
    display: flex;
    width: 45%;
    align-items: flex-end;
}

#header .header-inner>.list.right {
    justify-content: flex-end;
}

#header .header-inner>.list>.list__item {
    padding-bottom: 10px;
    padding-left: 21px;
    padding-right: 21px;
}

#header .header-inner>.list>.list__item:hover {
    cursor: pointer;
}

#header .header-inner>.list>.list__item>.hide {
    display: none;
}

#header .header-inner>.list>.list__item>.sub {
    width: 100vw;
    position: absolute;
    display: none;
    top: 98px;
    background-color: #fff;
    z-index: 2000;
    left: 0;
    border: solid 1px #dcdcdc;
    font-family: 'Source_Sans_Pro';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow-x: auto;
}


#header .header-inner>.list>.list__item>.sub.category,
#header .header-inner>.list>.list__item>.sub.category a {
    color: #6a6a6a;
}

#header .header-inner>.list>.list__item>.sub.category>.link {
    margin-top: 35px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid #dcdcdc;
    color: #000;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-inner>.list>.list__item>.sub.show {
    display: block;
}


#header .header-inner>.list>.list__item>.sub>.sub-wrap {
    padding: 27px 44px 35px;
    position: relative;
    display: flex;
    column-gap: 80px;
}

#header .header-inner>.list>.list__item>.sub.category>.sub-wrap {
    padding-bottom: 0;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box {
    width: 203px;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box>.box-title {
    margin-bottom: 16px;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box>.box-title>a {
    color: #000000;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box .box-list {
    font-weight: normal;
}

#header .header-inner>.list>.list__item>.sub.category>.sub-wrap>.box .box-list>.box-list__item {
    margin-bottom: 14px;
}

#header .header-inner>.list>.list__item>.sub.selected .sub-wrap {
    min-height: 355px;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box .box-list>.box-list__item .image {
    position: absolute;
    right: 345px;
    top: 50%;
    width: 277px;
    height: 277px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .2s ease-in;
}

#header .header-inner>.list>.list__item>.sub.selected>.sub-wrap>.box .box-list>.box-list__item .image {
    width: 423px;
    height: 235px;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box .box-list>.box-list__item .image.show {
    opacity: 1;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box .box-list>.box-list__item .image>a>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box .box-list>.box-list__item+.box-list__item {
    margin-top: 7px;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box .box-list>.child:hover {
    cursor: pointer;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box .box-list>.child+.child {
    margin-top: 7px
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box .box-list[data-depth="3"] .child.active {
    margin-bottom: 16px;
    font-weight: 500;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box .box-list[data-depth="4"]>li+li {
    margin-top: 7px;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box .box-list[data-depth="4"]>.box-list__item {
    margin-top: 16px;
}

#header .header-inner>.list>.list__item>.sub>.sub-wrap>.box>.box-title {
    color: #000000;
}


#header .header-inner>.logo {
    align-items: center;
    width: 25%;
    display: flex;
    height: 100%;
    justify-content: center;
}

#header .header-inner>.logo>.logo__inner {
    width: 92px;
    height: 38px;
    align-items: center;
}

#header .header-inner>.logo>.logo__inner>img {
    width: 100%;
    height: 100%;
}


#header .c-icon {
    margin: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    pointer-events: none;
    transform: rotate(270deg);
}

#header .c-icon-arrow-right {
    background: url("https://cdn.jentestore.io/resource/icon/icon-down_arrow.svg") center no-repeat;
}

#header .cart-count {
    margin-left: 4px;
}


#layout_body {
    background-color: #ffffff;
}

#layer_pay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    text-align: center;
    z-index: 999999;
}

#payprocessing {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 150px;
    z-index: 99999999;
}
.modal-open {
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}

#searchModal {
    position: fixed;
    top: 160px;
    left: 50%;
    transition: transform .2s ease-in, opacity .2s ease-in;
    opacity: 0;
    transform: translate(-50%, -5%);
    z-index: -1;
    border: 1px solid #707070;
    font-family: 'Source_Sans_Pro';
    background-color: #ffffff;
}

#searchModal,
#searchModal * {
    box-sizing: border-box;
}

#searchModal.show {
    transform: translate(-50%, 0);
    opacity: 1;
    z-index: 10000;
}

#searchModal>.search-input {
    position: relative;
    width: 630px;
    height: 57px;
}

#searchModal>.search-input>input {
    padding: 18px 24px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1.17;
    color: #000000;
    border-radius: unset;
    border: none;
    font-family: 'Source_Sans_Pro';
}

#searchModal>.search-input .c-icon {
    position: absolute;
    display: block;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    margin: 0;
    pointer-events: all;
}

#searchModal>.search-input .c-icon-close {
    background: url("https://cdn.jentestore.io/resource/icon/close.png") center no-repeat;
    background-size: cover;
}

/*#searchModal > .search-list:empty {border:none;}*/
/*#searchModal > .search-list {border-top:1px solid #707070;}*/
#searchModal>.search-list>.search-list__item:first-child {
    border-top: 1px solid #707070;
}

#searchModal>.search-list>.search-list__item {
    padding-left: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

#searchModal>.search-list>.search-list__item>a {
    color: #707070;
}

#searchModal>.search-list>.search-list__item:hover {
    background-color: #eaeaea;
}

.search-backdrop {
    position: fixed;
    top: 0;
    background: transparent;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}
.swiper-wrapper{
    height: auto;
}

.loader{
    display: none;
}

#join .form-inline{
    width: 100%;
}
.d-block{
    width: 100%;
    display: flex;
}
.has-error .help-block{
    color: red;
    font-style: italic;
    font-size: 12px;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}
.loader {
    top: 50%;
    left: 50%;
    position: fixed;
    border-top: 1.1rem solid rgba(0, 0, 0, 0.2);
    border-right: 1.1rem solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1rem solid rgba(0, 0, 0, 0.2);
    border-left: 1.1rem solid #000000;
    transform: translate(-50%, -50%);
    animation: load 1s infinite linear;
}
.required label span:after{
    content:' *';
}
.list.right .sub-wrap{
    display: block !important;
}
.list.right .sub-wrap .box-list__item{
    line-height: 2em;
    font-weight: normal;
}
.list.right .sub-wrap .box-list__item a{
    font-weight: normal;
}

.swal2-popup {
    font-size: 13px;
    min-height: 150px;
    min-width: 350px;
}

#cart #content-wrapper {
    width: 100%;
    padding: 0;
}
.card {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e5e5e5;
}
.cart-grid-body .cart-overview {
    padding: 30px;
}
li.cart-item:last-child {
    border-bottom: 0;
}
.cart-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0;
}
.cart-summary-line {
    clear: both;
}
.cart-summary-line::after {
    content: "";
    display: table;
    clear: both;
}
.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    white-space: inherit;
    float: left;
}
.card-block #cart-subtotal-products .label,
.card-block #cart-subtotal-products .value,
.card-block #cart-subtotal-shipping .label,
.card-block #cart-subtotal-shipping .value {
    font-weight: 400;
}
.block-promo .card-block {
    padding-bottom: 0;
    padding-top: 10px;
}
#cart .checkout.cart-detailed-actions.js-cart-detailed-actions.card-block {
    padding: 20px;
}
.card-block {
    padding: 30px 10px;
}
.card-block input[type=text], .card-block input[type=password], .card-block input[type=email], .card-block input[type=tel], .card-block input[type=number]{
    width: 100%;
}
.card-block .form-wrap{
    margin-top: 10px;
}

.cart-summary-line .label,
.cart-summary-line .value {
    font-weight: 600;
}
.cart-grid .cart-grid-right .card.cart-summary {
    background-color: #f5f5f5;
}
.cart-summary-line .value {
    color: #222;
    float: right !important;
}
.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 400;
}
.cart-grid-body {
    margin-bottom: 0.75rem;
}
.cart-grid-body a.label:hover {
    color: #000;
}
.cart-grid-body .card-block {
    padding: 0;
}
.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    font-size: 20px;
}
.cart-grid-body hr {
    margin: 0;
}
.cart-grid-body .cart-overview {
    padding: 30px;
}
.cart-grid-right hr {
    margin: 0;
}
.cart-grid-right .promo-discounts {
    margin-bottom: 0;
}
.cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #878787;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration: underline;
    cursor: pointer;
}
.cart-grid-body .cart-overview {
    padding: 10px 0;
}
.cart-container{
    padding: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1a1a1a;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5d5d5d;
    border-color: #0062cc;
}
.js-cart-line-product-quantity{
    width:50px !important;
}
.product-line-grid-body{
    padding:10px
}
.help-block{
    color: red;
    font-size: 12px;
    font-style: italic;
}
.hidden{
    display: none;
}
.goods-propertizebox{
    margin-top: 15px;
}
.remove-from-cart{
    width: 25px;
    display: inline-block;
}
#m_header{
    display: inline-block;
    min-height: inherit;
}
.btn{
    display: inline-block;
    height: 45px;
}
.boxitem{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.boxitem:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.boxitem span{
    padding: 5px;
}
.btn-push-order{
    padding: 10px;
}
.resp_login_wrap {
    max-width: 400px !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source_Sans_Pro' !important;
}
body, th, td, input, select, textarea, button, pre {
    font-family: 'Source_Sans_Pro',sans-serif;
}
.c-btn-group .c-btn {
    font-family: 'Source_Sans_Pro' !important;
}
.jt-my-page-order-list .order-id{
    margin-bottom: 10px !important;
}

.review-star{
    cursor: pointer;
}


ul.progress_bar{
    max-width: 100%;
    width: 100%;
    padding: 0 18px;
    height: 2em;
    margin: 0;
    padding: 0;
    font-size: 10px; /* change font size only to scale*/
}

ul.progress_bar li{
    width: 20%;
    float: left;
    height: 100%;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

ul.progress_bar li span.bar{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000000;
    height: .4em;
    z-index: 1;
}

ul.progress_bar li.activated:before{
    background: #fff;
    border: 0.3em solid #000000;
    box-sizing: border-box;
}


ul.progress_bar li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    z-index: 2;
}

ul.progress_bar li:last-child:after{
    display: none;
    content: '';
    position: absolute;
    right: -2em;
    top: 0;
    background: #000000;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    z-index: 2;
}


.layout_body{
    font-family: 'Source_Sans_Pro';
}
.title-upper{
    text-transform: uppercase !important;
    font-size: 30px !important;
}
.nopaddingleft{
    padding-left: 0 !important;
}

.error_message{
    background: #ffe6e6;
    padding: 10px;
    font-style: italic;
}
.no-focus {
    -moz-user-focus: none;
    -webkit-user-focus: none;
    -ms-user-focus: none;
    user-focus: none;
    -moz-user-modify: read-only;
    -webkit-user-modify: read-only;
    -ms-user-modify: read-only;
    user-modify: read-only;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.jt-my-page-order-elem{
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCC;
    margin-top: 20px;
}
.jente-main-content .slide_goods .swiper-slide>div .image img{
    width: auto;
    height: 52rem;
}
.disabledInput{
    background: #efefef !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}
select.full-form-control{
    height: auto !important;
    font-size: 1em !important;
}

.flexbox {
    display: flex;
    flex-flow: row wrap;
    height: 110px;
    column-gap: 20px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

.flexbox > div {
    height: 20px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    /*#header {height: 98px;padding-left: 44px;padding-right: 44px;}*/
    /*#header .header-inner > .list {display: flex;column-gap: 37px;}*/

    /*#header .header-inner > .logo {align-items: center;display: flex;}*/
    /*#header .header-inner > .logo > .logo__inner {width: 92px;height: 38px;align-items: center;}*/

    #header .header-inner>.list>.list__item {
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (min-width: 1024px) and (max-width: 1200px) {
    /*#header {height: 83px;padding-left: 44px;padding-right: 44px;}*/
    /*#header .header-inner > .list {display: flex;column-gap: 27px;}*/

    /*#header .header-inner > .logo {align-items: center;display: flex;}*/
    /*#header .header-inner > .logo > .logo__inner {width: 92px;height: 38px;align-items: center;}*/
    #header .header-inner>.list>.list__item {
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .detail-item-section .detail-main-image img {
        object-fit: contain;
        /* width: 100%; */
        /* height: 100%; */
        text-align: center;
        margin: auto;
        display: flex;
    }
}
@media not all and (min-width: 1025px){
    .jt-sorting-item {
        width: calc(100% / 2) !important;
    }
}
@media all and (min-width: 1024px) {
    #m_header {
        display: none;
    }
    .detail-item-section .detail-main-image img {
        object-fit: contain;
        /* width: 100%; */
        /* height: 100%; */
        text-align: center;
        margin: auto;
        display: flex;
    }
    .jt-sorting-item {
        width: calc(100% / 2) !important;
    }
    .jente-main-content .new_in .swiper-slide>div .image img {
        width: 45rem;
        height: 45rem;
    }
    .jente-main-content .slide_goods .swiper-slide>div .image img {
        width: 45rem;
        height: 45rem;
    }
    .detail-item-section-magnet {
        padding-left: 20px;
    }
}
.h1, h1{
    font-size: 45px;
}
.h2, h2{
    font-size: 40px;
}

.h3, h3{
    font-size: 35px;
}
.h4, h4{
    font-size: 30px;
}
@media all and (min-width: 720px) {
    .jente-main-content .new_in .swiper-slide>div .image img {
        width: 40rem;
        height: 40rem;
    }
}

@media all and (max-width:1024px) {
    .jt-my-page-order-list>li .state, .jt-my-page-review-list>li .state {
        text-align: left;
    }

    #header {
        display: none;
    }

    #m_header {
        padding: 4rem 3.2rem 0;
        font-family: 'Source_Sans_Pro';
    }

    #m_header,
    #m_header * {
        box-sizing: border-box;
    }

    #m_header .btn-side-menu {}

    #m_header .top {
        display: flex;
    }

    #m_header .top a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    #m_header .top>.list {
        display: flex;
        width: 37%;
    }

    #m_header .top>.list.right>.list__item:first-child {
        margin-left: auto;
    }

    #m_header .top>.list>.list__item {
        width: 9.33rem;
        height: 9.33rem;
        padding: 1.33rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    /*#m_header .top > .list > .list__item > div {width:100%;height:100%;}*/
    #m_header .top>.list>.list__item img {
        width: 5.33rem;
        height: 5.33rem;
        object-fit: contain;
    }

    #m_header .top>.list>.list__item .cart-count {
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2.93rem;
        letter-spacing: -.5px;
        line-height: 1.56;
        color: #000;
    }


    #m_header .top>.logo {
        display: flex;
        width: 50%;
    }

    #m_header .top>.logo img {
        /*width: 16rem;*/
        height: 6.66rem;
        height: auto;
    }

    /*#m_header .top > .logo > a {display:block;}*/

    /*#m_header .bottom {margin-top:1.6rem;}*/
    #m_header .bottom>.list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    /*#m_header .bottom > .list > .list__item {flex:1;}*/
    #m_header .bottom>.list>.list__item>a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1.08;
        font-size: 3.2rem;
        color: #414141;
        padding: 1.6rem 2rem;
    }

    #m_header .bottom>.list>.list__item.active>a {
        font-weight: bold;
    }


    .search-backdrop {
        position: fixed;
        top: 21.58rem;
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        width: 100%;
        height: calc(100% - 21.58rem);
    }

    .search-backdrop.scroll {
        top: 17.328rem;
        height: calc(100% - 17.328rem);
    }

    #searchModal {
        top: 28.53rem;
        border: none;
    }

    #searchModal>.search-input {
        width: 85.3rem;
        height: 10.4rem;
        border: 1px solid #000000;
    }

    #searchModal>.search-input>input {
        padding: 3.46rem 6.13rem 3.2rem 2.93rem;
        font-size: 3.2rem;
        line-height: 1.17;
    }

    #searchModal>.search-input .c-icon {
        right: 0;
        width: 8rem;
        height: 8rem;
    }

    #searchModal>.search-input .c-icon-close {
        background-size: 3.2rem;
    }

    #searchModal>.search-list {
        padding-top: .8rem;
        border: 1px solid #fff;
    }

    #searchModal>.search-list>.search-list__item:first-child {
        border-top: none;
    }

    #searchModal>.search-list>.search-list__item {
        font-size: 3.2rem;
        line-height: 1.17;
        letter-spacing: -.24px;
        color: #707070;
        padding: 1.6rem 0 1.6rem 2.93rem;
    }

    #searchModal>.search-list>.search-list__item+.search-list__item {
        margin-top: .8rem;
    }
    .jente-content-body {
        padding: 0 5.33rem;
    }
    .jt-btn-wrapper{
        display: flex;
    }

    .search_filter { position:relative; }
    .search_filter .mo_hide { display:initial; }
    .search_filter>li { display:block; width:auto; border-top:none; }

    .search_filter .filter_menu_area { display:block; position:absolute; top:0; width:25%; box-sizing:border-box; border:none; border-bottom:1px #ddd solid; border-left:1px #ddd solid; text-align:center; }
    .search_filter>li:nth-child(1) .filter_menu_area { left:0; border-left:none; }
    .search_filter>li:nth-child(2) .filter_menu_area { left:25%; }
    .search_filter>li:nth-child(3) .filter_menu_area { left:50%; }
    .search_filter>li:nth-child(4) .filter_menu_area { left:75%; }
    .search_filter.devide1 .filter_menu_area { width:100%; }
    .search_filter.devide1 .filter_menu_area.on { background-color:#f8f8f8; }
    .search_filter.devide2 .filter_menu_area { width:50%; }
    .search_filter.devide2>li:nth-child(2) .filter_menu_area { left:50%; }
    .search_filter.devide3 .filter_menu_area { width:33.33%; }
    .search_filter.devide3>li:nth-child(2) .filter_menu_area { left:33.33%; }
    .search_filter.devide3>li:nth-child(3) .filter_menu_area { left:66.66%; }
    .search_filter .filter_menu_area>a { padding:10px 0; cursor:pointer; background-image:none; color:#767676; }
    .search_filter .filter_menu_area>a.opend { background-image:none; }
    .search_filter .filter_menu_area>a.xxx { cursor:pointer; }
    .search_filter .filter_detail_section .filter_menu_area>a { padding-top:10px; }
    .search_filter .filter_menu_area.on { border-bottom-color:#fff; background:#fff; }
    .search_filter .filter_menu_area.on>a { cursor:default; font-weight:500; color:#333; }

    .search_filter .filter_detail_area { display:none; padding-top:41px; }
    .search_filter .filter_detail_area .detail_stitle { display:block; float:left; padding:5px 0; width:45px; font-size:13px; color:#333; }
    .search_filter .filter_detail_area .color_area .detail_stitle { padding-top:10px; }
    .search_filter .filter_category_section .filter_detail_area { display:block; }
    .search_filter .filter_location_section .filter_detail_area { display:block; }

    .search_filter .filter_section_sorting { display:block; }
    .search_filter .filter_section_sorting>label { height:38px; line-height:38px; }

    .search_filter .filter_detail_item { height:auto; }
    .search_filter .filter_detail_item>li.color_area>label { margin-right:4px; }
    .search_filter .filter_detail_item.li_align { max-height:200px; overflow:auto; }
    .search_filter .filter_detail_item.li_align>li { width:calc(25% - 3px); height:28px; box-sizing:border-box; }
    .search_filter .filter_detail_item.li_align>li>a,
    .search_filter .filter_detail_item.li_align>li>label { padding-top:5px; padding-bottom:5px; padding-right:0; }
    .search_filter .filter_detail_item.li_align>li>a { padding:5px 2px 5px 10px; height:auto; line-height:1.4; }
    .search_filter .filter_detail_section .filter_detail_item>li { display:block; padding:7px 0 0; }
    .search_filter .filter_detail_section .filter_detail_item>li:first-child { padding-top:0; }
    .search_filter .filter_detail_section .filter_detail_item>li.color_area { padding-top:5px; }
    .search_filter .filter_detail_section .filter_detail_item>li.color_area>label { margin-top:4px; }

    .search_filter_selected .selected_item_area { display:flex; flex-flow:row nowrap; float:left; padding:6px 0 5px; margin-left:5px; box-sizing:border-box; width:calc(100% - 51px); overflow-x:auto; }
    .search_filter_selected .selected_item_area>li { display:inline-block; flex:0 0 auto; margin:0 5px 0 0; }
    .search_filter_selected .selected_etc_area { display:block; width:40px; float:right; }
    .search_filter_selected .btn_all_cancel { height:40px; width:40px; background-size:22px; }

    #recommendResult { padding-bottom:0;  width: 100%;}

    .filtered_item_sorting { border-top:none; margin-bottom:-1px; }
    .filtered_item_sorting>li { padding:0 0 10px 10px; }
    .filtered_item_sorting .item_total { border:none; padding:0; margin-top:0; }
    .filtered_item_sorting .item_total>a { display:block; height:24px; line-height:24px; cursor:pointer; padding:4px 20px 4px 2px; background:url(../images/common/icon_down8.png) 100% 14px no-repeat; }
    .filtered_item_sorting .item_total>a.opened { background-image:url(../images/common/icon_up8.png); }
    .filtered_item_sorting .item_total>a .num { font-size:22px; display:inline-block; }
    .filtered_item_sorting .item_display { padding:0 0 5px; }

    .filtered_item_sorting .item_order { float:right; position:relative; z-index:5; width:110px; height:30px; line-height:30px; border:1px #ddd solid; border-right:none; margin-top:-1px;}
    .filtered_item_sorting #mobileSortingSelected { display:block; height:30px; line-height:31px; padding:0 20px 0 10px; cursor:pointer; font-size:13px; font-weight:400; color:#333; }
    .filtered_item_sorting #mobileSortingSelected:after { display:block; content:'↑↓'; font-weight:100; letter-spacing:-5px; position:absolute; right:0; top:0; width:24px; height:30px; text-align:left; color:#aaa; }
    .filtered_item_sorting .item_order:hover #mobileSortingSelected:after { color:#333; }
    .filtered_item_sorting .item_order>.list { display:none; position:absolute; left:-1px; top:30px; width:calc(100% - 1px); border:1px #ddd solid; background:#fff; }
    .filtered_item_sorting .item_order>.list>li { display:block; border-right:none; }
    .filtered_item_sorting .item_order>.list>li>label { height:30px; line-height:31px; margin:0; border-right:none; }
    /*
    .filtered_item_sorting .item_order a { text-decoration:none; }
    .filtered_item_sorting .item_order { float:right; padding:0; position:relative; z-index:10; }
    .filtered_item_sorting .item_order>a.now_sorting_state { display:block; width:100px; box-sizing:border-box; border:1px #aaa solid; height:30px; padding:0 5px; margin-top:10px; font-size:13px; line-height:30px; background:url(../images/common/icon_down9.png) right 6px top 52% no-repeat; }
    .filtered_item_sorting .item_order>a.now_sorting_state.on { background-image:url(../images/common/icon_up9.png) }
    .filtered_item_sorting .item_order>.list { display:none; position:absolute; right:0; top:39px; box-sizing:border-box; width:100px; padding:5px 0; background:#fff; border:1px #aaa solid; }
    .filtered_item_sorting .item_order>.list>li { display:block; }
    .filtered_item_sorting .item_order>.list>li>a { display:block; height:24px; font-size:13px; line-height:24px; padding:0 5px; background:none; }
    .filtered_item_sorting .item_order>.list>li>a.on { padding:0 5px; background:none; }
    */

    .filtered_item_sorting .item_viewnum { display:none; }
    .filtered_item_sorting .item_display>a { width:28px; height:28px; background-size:16px; }

    .search_filter_wrap { display:flex; flex-flow:column wrap; }
    .search_filter_wrap>.search_filter, .search_filter_wrap>.search_filter_selected, .search_filter_wrap>.filtered_item_sorting { flex:0 0 auto; }
    .search_filter_wrap .filtered_item_sorting { order:-1; }

    .search_filter .category_all_nav>a { display:none; }
    .search_filter .category_all_nav>a.mobile_pre_cate { display:block; margin-bottom:10px; }
    .search_filter .category_all_nav>a { display:block; float:left; padding:10px 0 10px 24px; color:#999; background:url(../images/depth_list2.png) 10px 48% no-repeat; }

    .search_filter .location_all_nav>a { display:none; }
    .search_filter .location_all_nav>a.mobile_pre_location { display:block; margin-bottom:10px; }
    .search_filter .location_all_nav>a { display:block; float:left; padding:10px 0 10px 24px; color:#999; background:url(../images/depth_list2.png) 10px 48% no-repeat; }

    .filtered_item_sorting .item_display label { width:30px; height:30px; }

    .search_filter .message { text-align:center; padding-top:20px; padding-bottom:20px; }
}
@media all and (max-width:800px) {
    .total-order-shipping-info .ship-info .info-content {
        padding-left: 50% !important;
    }
    .total-order-shipping-info .ship-info .info-title {
        width: 50% !important;
    }
    .total-order-shipping-info .info-title{
        width: 50% !important;
    }
    .total-order-shipping-info .info .info-content {
        padding-left: 50%!important;
    }
    .order-detail-account-info .info{
        display: grid;
    }
}