.breadcrumbs {
    margin: 0 auto;
    display: block
}

.col-main .classlist-body {
    margin: auto;
    display: flex
}

.col-main .classlist-body .inline-layers {
    width: 240px;
    min-width: 240px;
    max-width: 240px
}

.col-main .classlist-body .category-products {
    flex: 1
}

.col-main .classlist-body .inline-layers .list-filter-wraper {
    width: 240px;
    overflow: hidden;
    min-height: 20vh;
    background-color: #fff
}

.list-filter-wraper .clean-content {
    padding: 0;
    line-height: 50px;
    margin-top: 10px;
    text-align: center;
    background-color: #fff
}

.list-filter-wraper .clean-content .clean-btn {
    font-weight: 700;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    background: 0;
    border: 1px solid #222;
    margin-bottom: 0;
    min-width: 185px;
    cursor: pointer;
    display: inline-block
}

.list-filter-wraper .scroll-content {
    /* max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto; */
    padding: 20px 20px 120px;
    /* max-height:100vh;
    scrollbar-width:thin;
    scrollbar-color:#f7f8fa #ccc */
}

/*
.scroll-content::-webkit-scrollbar {
	width: 6px;
	background-color: #f7f8fa
}

.scroll-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ccc
} */

.filter-item-content {
    padding-bottom: 10px
}

.filter-harnder .delet-fa {
    font-size: 15px;
    color: #999;
    display: contents
}

.filter-item-content .color-filter-content {
    margin-left: -12px
}

.color-filter-content .color-item {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 32px;
    height: 32px;
    line-height: 26px;
    font-size: 30px;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.color-filter-content .white {
    border: 1px solid #ddd;
}


.v-filter-drawer {
    padding: 10px 0;
    color: #111;
    text-transform: capitalize
}

.filter-item-content p, .v-filter-drawer p {
    cursor: pointer;
    margin-bottom: 13px;
    line-height: 16px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize
}

.scroll-content p .filter-harnder {
    margin-right: 3px;
    font-size: 10px;
    float: right
}

.scroll-content p .filter-harnder .fa {
    padding: 0 5px
}

.v-filter-drawer .v-drawer-content {
    max-height: 666px;
    overflow: hidden;
    transition: max-height .5 ease
}

.v-filter-drawer a {
    color: #999;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    vertical-align: top;
    display: block;
    cursor: pointer
}

.v-filter-drawer .check-box {
    margin-right: 8px;
    margin-top: 3px;
    line-height: 22px;
    width: 22px;
    text-align: center;
    vertical-align: middle;
    height: 22px;
    border: 1px solid #ccc;
    float: left
}

.feature i {
    width: 14px;
    height: 6px;
    display: inline-block;
    border: 1px solid #111;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    vertical-align: baseline;
    margin-bottom: 6px
}

.feature b {
    width: 14px;
    height: 9px;
    display: inline-block;
    border-bottom:2px solid #fff;
    border-left:2px solid #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    vertical-align: baseline;
    margin-bottom: 6px
}

.scroll-content .v-drawer-content a:hover {
    text-decoration: underline !important;
    color: #111;
    font-weight: 700
}

.jqtransformdone {
    text-align: right
}

.jqtransformdone .sort-by label span {
    color: #222;
    line-height: 20px;
    margin-right: 10px
}

.jqtransformdone .jqTransformSelectWrapper {
    text-align: left;
    z-index: 10;
    width: 198px
}

.jqTransformSelectWrapper div span {
    padding: 0 0 0 18px
}

.jqTransformSelectWrapper ul a {
    padding: 5px 18px
}

.products-grid .product-name a {
    color: #000;
    font-size: 13px
}

.products-grid li .addto {
    background: hsla(0, 0%, 100%, .8);
    background-color: hsla(0, 0%, 100%, .8);
    border: hsla(0, 0%, 100%, .8);
    border-color: hsla(0, 0%, 100%, .8);
    display: none;
    margin-bottom: 3px;
    position: absolute;
    width: 78%;
    height: 30px;
    line-height: 30px;
    bottom: 95px;
    position: absolute;
    margin: 0 20px;
    left: 20px;
    text-align: center;
    color: #222;
    text-transform: Uppercase
}

.products-grid li.item a.btn-cart-add {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    color: #222;
}

.products-grid li.item a.link-wishlist {
    margin-left: 10px;
    font-size: 14px;
    color: #222;
    font-weight: 700
}


.filter-price .f-price {
    padding: 0 5px;
    display: inline-block;
    width: 56px;
    height: 30px;
    border: 1px solid #979797;
    border-radius: 4px;
    color: #444;
    text-align: center;
    box-sizing: border-box;
}

.filter-price .apply {
    margin-left: 9px;
    padding: 0 7px;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    border: 1px solid #222;
    border-radius: 4px;
    background: #222;
    color: #fff;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* tag标签 */
.cate-tag-title {
    display: inline;
    font-size: 16px;
    font-weight: bold;
}

.cate-tag a {
    display: inline-block;
    padding: 6px 14px;
    font: 13px Roboto-Regular, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 8px 10px 0;
    background-color: #f5f5f5;
    color: #707070;
}

/* color */
.is-camouflage {
    background: url("/static/index/img/camouflage.png") center center no-repeat;;
!important;
}

.is-multi {
    background: linear-gradient(to right, #0B0542, #53A0FD, #EC51C8);
!important;
}

.is-other {
    background: url("/static/index/img/other-color.png") center center no-repeat;
!important;
}

.product {
    padding: 10px;
    box-sizing: border-box;
    transition: all .2s linear;
}

.product4 {
    width: 25%;
}

.item.first.product.product4.product-box:hover .quick-view-btn {
    opacity: 1;
    visibility: visible;
    display: block;
}

.product .product-box-a {
    position: relative;
    padding-bottom: 133%;
    display: block;
    background: #fff;
    box-sizing: border-box;
}

body .product .product-box-a {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133%;
}

.product-infos {
    width: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow-x: clip;
    white-space: nowrap;
    margin-top: 4px;
}

.tag-discount {
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    height: 66px;
    z-index: 10;
    transform: scale(.9);
}

.tag-discount-style-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product .product-box-a i {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.product .quick-view-btn {
    max-width: 180px;
    padding: 8px 24px;
    background: rgba(255, 255, 255, .4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    text-align: center;
    display: none;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translate3d(-50%, 0, 0);
    cursor: pointer;
    z-index: 99;
}

.product .quick-view-btn.light {
    height: 44px;
    background: rgba(255, 255, 255, .96);
    box-shadow: none;
    border: 1px solid #000;
    bottom: 45px;
    line-height: 42px;
    padding: 0 24px;
    max-width: initial;
    border-radius: 0;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    width: auto;
    text-overflow: clip;
}

.product .product-box-a i img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    vertical-align: middle;
}

.product .quick-view-btn {
    max-width: 180px;
    padding: 8px 24px;
    background: rgba(255, 255, 255, .4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    text-align: center;
    display: none;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translate3d(-50%, 0, 0);
    cursor: pointer;
    z-index: 99;
}

.product-infos strong {
    line-height: 24px;
    height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

.product-infos .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.desc-box-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-thumb-list {
    display: flex;
    margin-top: 5px;
    overflow: hidden;
}

.discount-price {
    color: #D9001B;
    font-weight: 700;
}

.product-infos .info b {
    font-size: 14px;
    font-weight: 700;
}

.product-infos .info em {
    color: #999;
    font-size: 12px;
    vertical-align: bottom;
    text-decoration: line-through;
    margin-left: 5px;
}

.personalIcon {
    font-family: personalIcon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    font-size: 22px;
}

.desc-box-flex > div {
    margin-right: 10px;
}

.product-infos .star-rating {
    padding: 5px 0;
    text-align: left;
    letter-spacing: 0;
}

.desc-box-flex > div:last-child {
    margin-right: 0px;
}

.iconfont {
    font-family: iconfont;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-infos .star-rating .icon-star-half, .product-infos .star-rating .icon-star-on {
    color: #FFBA00;
}

.product-thumb-list .product-thumb {
    display: block;
    padding: 1px;
    margin-right: 4px;
    border: 1px solid #dfdfdf;
    width: 32px;
    height: 32px;
}

.product-thumb-list .product-thumb.selected {
    border: 1px solid #f00;
}

.product-thumb-list .product-thumb span {
    display: inline-block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    background: center center no-repeat #f9f9f9;
    background-size: cover;
}

.product-thumb-list .product-see-more {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid transparent;
    background: url(https://ups.tujucdn.com/s167/common/18183/38u62522d8d1b254d6fa76e6418f8999367.png) no-repeat center center/70%;
}

.desc-box-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-infos .star-rating {
    padding: 5px 0;
    text-align: left;
    letter-spacing: 0;
}
.desc-box-flex > div:last-child {
    margin-right: 0;
}

.iconfont {
    font-family: iconfont;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-infos .star-rating .icon-star-half, .product-infos .star-rating .icon-star-on {
    color: #FFBA00;
}
.icon-star-on:before {
    content: "\e609";
}
.iconfont {
    font-family: iconfont;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.star .star-icon {
    color: #FFBA00;
}

.icon-star-half:before {
    content: "\e60b";
}

[class^="fa-"]:before, [class*=" fa-"]:before {
    font-weight: bold;
    font-size: 16px;
}