.shopList-template * {
    font-family: 'Work Sans', sans-serif!important;
    font-size: 14px;
}
.shopList-template{
    /* min-width: 960px; */
    max-width: 1680px;
    width: auto;
    height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: -15px;
    margin-left: -15px;
}
.row:after{
    display: table;
    content: " ";
}
.col-1, .col-2, .col-3, .col-4, .col-5,
 .col-6,.col-7,.col-8, .col-9, .col-10,
.col-11, .col-12{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
@media (max-width: 960px){
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .product-layout.col-3 {
        width: calc(25% - 30px);
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: calc(50% - 30px);
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
}
@media (min-width: 960px){
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .product-layout.col-3 {
        width: calc(25% - 30px);
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: calc(50% - 30px);
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: calc(100% - 30px);;
    }
}
.shopList-template {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1500px){
    .shopList-template {
        padding: 0 120px;
    }
}

@media (min-width: 768px){
    .shopList-template {
        width: auto;
        padding: 0 30px;
        max-width: 1680px;
    }
    .linkA-con-w{
        padding: 0 30px;
    }
}

@media (min-width: 1200px){
    .shopList-template {
        width: 1170px;
    }
}

@media (min-width: 992px){
    .shopList-template {
        width: 970px;
    }
}

@media (min-width: 768px){
  
    .shopList-template {
        width: auto;
        padding: 0 30px;
        max-width: 1680px;
    }
}
.linkA-con{
    line-height: 32px;
    background: #F0F0F0;
}
.linkA-con-w{
    padding-top: 0;
    /* min-width: 960px; */
    max-width: 1680px;
    margin: auto;
}
.linkA{
    padding: 0;
    margin-bottom: 32px;
}
.container-left .conlist {
    margin-bottom: 30px;
    padding:30px 20px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.conlist h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    padding-right: 20px;
    /* margin-bottom: 20px; */
}
.conlist .menu li {
    /* margin-top: 15px; */
    position: relative;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
}
.conlist .menu li .menu-list {
    /* margin-top: 8px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-flow: row wrap; */
    /* width: 265px; */
}

.conlist .menu>li .menu-1 a {
    border: 0;
    display: block;
    line-height: 26px;
    padding: 5px 0;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}
.conlist .menu li .menu-list a:hover{
    color: var(--commonColor,'#3863A3');
}
.conlist .menu li i {
    cursor: pointer;
    font-size: 18px;
    margin-top: 0px;
    color: #999999;
}
.attribute-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.attribute-top i {
    display: inline-block;
    /* margin-top: 20px; */
    color: #999;
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
    padding-left: 20px;
}

.attribute-top .border-center {
    content: "";
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.conlist ul {
    /* margin-bottom: 35px; */
}
.unstyled {
    max-height: 135px;
    overflow: auto;
}
.conlist li {
    /* margin-top: 15px; */
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

.unstyled .checkbox-wrapper a {
    display: flex;
    margin-left: 10px;
    -webkit-align-items: center;
    align-items: center;
}

.checkbox__inner {
    display: inline-block;
    position: relative;
    top: -2px;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    margin-top: 4px;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.checkbox__inner:after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(
45deg
) scaleY(0);
    width: 3px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
}
.checkbox-wrapper .checkbox__label {
    display: inline-block;
    padding-left: 15px;
    line-height: 19px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 215px;
    color: #666;
    font-weight: 400;
}
.unstyled .checkbox-wrapper a:hover .checkbox__inner{
    border:var(--commonColor,'#3863A3');
    border-radius: 2px;
}
.unstyled .checkbox-wrapper a:hover .checkbox__label{
    color: var(--commonColor,'#3863A3');
}
.unstyled .checkbox-wrapper a:hover .checkbox__inner:after{
    content: "";
    position: absolute;
    left: 2px;
    top: 6px;
    background: white;
    width: 1px;
    height: 1px;
    border: 1px solid #fff;
    box-sizing: content-box;
    border-left: 0;
    border-top: 0;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
    transform: rotate(45deg);
    transform-origin: center;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
}
.unstyled .checkbox-wrapper a:hover .checkbox__inner:before{
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: var(--commonColor,'#3863A3');
    border-radius: 2px;
}
.unstyled .checkbox-wrapper a:hover .checkbox__inner{
    border: none;
    border-radius: 2px;
}
.checkbox-wrapper .active{
    border: none;
}
.checkbox__inner.active:before{
    border-radius: 2px;
}
.sheet-content-bg{
    position: fixed;
    height: 100%;
    bottom: -120%;
    z-index:10000;
    overflow-x: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: bottom .3s;
    -webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content:center;
}
.show-sheet {
    bottom: 0!important;
}
.side-scroll {
    width: 800px;
    max-height: 630px;
    overflow-x: hidden;
}
.side-scroll .swiper-slide{
display: flex;
display: -webkit-flex;
align-items:center;
justify-content:center;
}
.side-scroll .swiper-slide img{
    max-height: 400px;
    max-width: 550px;
}
.comment-container-con .swiper-slide{
height: auto;
}
.swiper-close{
font-size: 34px;
display: block;
text-align: right;
color: #fff;
}
.star-5 {
    z-index: 0;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    line-height: 1;
}
.star-5 .iconfont{
    font-size: 22px;
    margin-right: 5px;
}
.star-5>i{
    color: #d1d1d1;
}
.star-show i{
    color: #ffb200;
}
.star-show{
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    line-height: 1;
}
.keytxt{
    font-size: 14px;
    font-weight: 400;
    color: #999999!important;
    line-height: 28px;
}
.keytxt b {
    word-wrap: break-word;
    word-break: break-all;
}
.filter-con .attr-tag a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 26px;
}
.filter-con .attr-tag a .talb{
    font-size: 14px;
}
.filter-con .attr-tag a .talbx{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #D8D8D8;
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 12px;
}
.remove-con{
    text-align: right;
}
.remove-con a{
    font-size: 12px;
font-weight: 400;
line-height: 14px;
}
.menu-2{
    padding-left: 25px;
}
.menu-2>.menu-list .a-2{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.menu-3 {
    padding-left: 25px;
}
.menu-3 .menu-list .a-3{
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.guanggao-left{
    width: 100%;
    display: block;
}
.guanggao-left img{
    width: 100%;
    height: auto;
}
/* y右边 */
.category-image {
    margin-bottom: 22px;
    border-radius: 1px;
    overflow: hidden;
}
.category-image img {
    border: none;
    padding: 0;
    border-radius: 0;
}
.img-thumbnail {
    display: inline-block;
   width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-height: 160px;
}
.imgsize {
    width: 125px;
}
.imgsize img {
    width: 88px;
    height: 88px;
}
.listtab {
    height: 95px;
    overflow: auto;
}
.container-right .row{
    align-items: flex-start!important;
    flex-flow: row wrap;
}
.select-content-out{
    text-align: right;
}
.select-content-out .select-label{
    font-size: 14px;
}
.tab-top-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tab-layout{
    display: flex;
}
.tab-layout li{
    width: 40px;
    height: 40px;
   background: #fff;
    border-radius: 3px;
    border: 1px solid #EBEBEB;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-right: 24px;
}
.tab-layout li:hover{
    border:1px solid var(--commonColor,'#3863A3');
    background: var(--commonColor,'#3863A3');
}
.tab-li-active{
    border:1px solid var(--commonColor,'#3863A3')!important;
    background: var(--commonColor,'#3863A3')!important;
}
.tab-layout li span{
    font-size: 24px;
    color: #999;
}
.tab-layout li:nth-child(3) span{
    font-size: 27px;
}
/* 下拉选择 */
.filtrate span {
    line-height: 52px;
}
.select-val {
    background-color: #fff;
    padding-left: 20px;
    border: 1px solid #EBEBEB;
    padding-right: 28px;
    position: relative;
    background-size: 10px;
    cursor: pointer;
    overflow: hidden;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    text-align: left;
}
.select-wrapper {
    width: 187px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
}
.select-val i {
    border: solid #727272;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(
45deg
);
    -webkit-transform: rotate(
45deg
);
    position: absolute;
    top: 15px;
    right: 12px;
}
.select-wrapper .select-content {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 16%);
    border: 1px solid #dedede;
    max-height: 258px;
    overflow: auto;
    z-index: 3;
    background: #fff;
    display: none;
    box-sizing: border-box;
}
.select-option {
    height: 30px;
    line-height: 30px;
    padding: 0 28px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
    display: block;
    padding-left: 10px;
    padding-right: 28px;
    text-align: left;
}
/* list */
.custom-category .product-grid {
    margin-top: 0;
}
.product-item {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.product-grid .item {
    margin-bottom: 30px;
}
.item .item-inner {
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.item .item-inner:hover {
    border-color: var(--commonColor,'#3863A3');
}
.item-inner .images-container {
    position: relative;
    text-align: center;
    overflow: hidden;
    /* min-height: 129px;
    max-height: 206px; */
}
.item-inner .images-container > .inner {
    position: relative;
}
.label-product:nth-child(1) {
    top: 20px;
}
.label-product {
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    padding: 0 9px;
    position: absolute;
    background: #83b71c;
    min-width: 46px;
    left: 12px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transform: skewX(
-20deg
);
    -webkit-transform: skewX(
-20deg
);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
}
.label-product span {
    transform: skewX(
20deg
);
    -webkit-transform: skewX(
20deg
);
    -moz-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    display: block;
}
.item-inner .images-container img {
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    object-fit: scale-down;
    -o-transition: all 0.5s ease-in-out;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: scale-down;
}
.item-inner .images-container .quickview {
    position: absolute;
    right: 10px;
    bottom: 20px;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.item-inner .images-container .quickview button {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #e9e9e9;
    color: #222;
    padding: 0;
    font-weight: normal;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm, #button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register, .form-horizontal input.btn, a.btn, input[type='submit'], .button {
    border: none;
    /* background: #363636; */
    padding: 0px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 44px;
    display: inline-block;
    vertical-align: top;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.item-inner button.btn-quickview:before {
    content: "\e86f";
    font-family: 'Linearicons-Free';
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item-inner .images-container .quickview button span {
    display: none;
}
.item-inner .images-container .action-links {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: 10px;
    z-index: 3;
    top: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.item-inner .action-links button {
    line-height: 36px;
    width: 36px;
    display: block;
    background-color: #e9e9e9;
    font-weight: normal;
    font-size: 0;
    padding: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    color: #222;
    margin-bottom: 5px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
}
.item-inner .action-links button.btn-wishlist:before {
    content: "\e813";
}
.item-inner .action-links button:before {
    font-family: 'Linearicons-Free';
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-inner .action-links button span {
    display: none;
}
.item-inner .caption {
    background: transparent;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding: 22px 15px 26px 15px;
}
#product-category .product-grid .item-inner .caption .manufacture-product {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.item-inner .caption .manufacture-product {
    margin-bottom: 4px;
}
.item-inner .caption .manufacture-product a {
    font-size: 12px;
    color: #666666;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.product-name {
    display: block;
    /* margin: 0; */
}
.product-name a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    /* height: 44px; */
}
.grid-style .item-inner .ratings, .grid-style .item-inner .price-box {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.item-inner .caption .ratings {
    margin-bottom: 6px;
    margin-top: 10px;
}
.ratings {
    display: block;
}
.item-inner .product-des {
    line-height: 22px;
    display: none;
}
.grid-style .item-inner .ratings, .grid-style .item-inner .price-box {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.price-box p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.regular-price .price {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}
.price-tax .price {
    text-decoration: line-through;
    font-size: 14px;
    font-family: WorkSans-Light, WorkSans;
    font-weight: 300;
    color: #999999;
}
.grid-style .item-inner .btn-cart {
    position: absolute;
    bottom: 37px;
    left: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.item-inner .caption {
    background: transparent;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding: 22px 15px 26px 15px;
}
.product-grid .item-inner .caption .manufacture-product {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.item-inner .caption .manufacture-product {
    margin-bottom: 10px;
}
.caption .star-5 .iconfont{
    font-size: 14px;
}
.caption .star-5 .iconfont:last-child{
    margin-right: 0;
}
.caption .star-show>.iconfont:last-child{
    margin-right: 0;
}
.item-inner .product-des {
    line-height: 22px;
}
.box-action{
    display: none;
}
.product-grid .item-inner .caption .manufacture-product {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.product-grid .item-inner:hover .caption .hide-hover {
	opacity: 0;
}
.product-grid .product-des {
	/*! display: none; */
	display: none;
}

.product-grid .item {margin-bottom: 30px;}
.product-layout-0 .item-inner{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.product-layout-0 .image a,
.product-layout-2 .image a,
.product-layout-1 .image a{
    display: flex;
}
.product-layout-1 .image a{
    height: 206px;
}
.product-layout-0 .image a{
    height: 168px;
}
.product-layout-0 .item-inner .caption{
    padding: 15px 20px 10px 20px;
    margin-right: 15px;
}
.product-layout-0 .item-inner .caption .price-box{
    margin-top: 15px;
}
.product-layout-0 .image{
   width: 40%;
}
.product-layout-0 .product-name,
.product-layout-1 .product-name{
    margin-bottom: 10px;
 }
.product-layout-0 .caption .product-name,.product-layout-1 .caption .product-name{
    height: 44px;
}
.product-layout-2 .image a{
   height: 204px;
}
.product-layout-2{
    margin-bottom: 30px;
}

.product-layout-2 .product-des {
	padding: 0;
	background: none;
	margin-bottom: 0;
    display: inline-block;
    width: 70%;
}
.product-layout-2 {margin-bottom: 30px;}
.product-layout-2 .item-inner {
	display: grid;
    grid-template-columns: 19% 60% 21%;
}
.product-layout-2 .caption {
	text-align: left;
	padding: 20px 35px;
	align-items: center;
	display: grid;
}
.product-layout-2 .caption:after {
	content: "";
	width: 1px;
	top: 30px;
	bottom: 30px;
	background: #f0f0f0;
	right: 0;
	position: absolute;
}
.product-layout-2 .box-action {
	padding: 20px;
	text-align: center;
    display: block;
}
.product-layout-2 .product-name {
	border-top: 0;
	background: none;
	padding-bottom: 0;
	padding-top: 5px;
}
.product-layout-2 .product-name a {
    font-size: 20px;
    color: #333333;
    line-height: 22px;
    display: inline-block;
    width: 50%;
}
.product-layout-2 .item-inner .caption .ratings {
	margin-top: 0;
	margin-bottom: 13px;
}
.product-layout-2 .ratings .price-box{
    display: none;
}
.product-layout-2 .box-action .price-box {
	margin-top: 5px;
    text-align: center;
}
.product-layout-2 .price-box .price {
	font-size: 24px;
	color: #333;
}

.product-layout-2 .item-inner  button.btn-cart:hover span{
	text-decoration: none;
}
.product-layout-2 .item-inner .action-links {
	text-align: center;
}
.product-layout-2 .item-inner .action-links button {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0 0;
	width: 46px;
	line-height: 46px;
}
.product-layout-2 .item-inner .action-links button:last-child {
	margin-right: 0;
}

.product-layout-2 .item-inner .btn-cart {
	line-height: 32px;
    width: 50%;
    /* background: var(--commonColor,'#3863A3'); */
    /* color: #222; */
    font-size: 16px;
    margin-top: 17px;
    min-width: 55px;
    font-weight: normal;
}
.pagination-bottom-comment{
    width: auto;
}
.pagination-bottom-comment .comment-left{
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.pagination-bottom-comment .comment-li{
    box-shadow: none!important;
    border-bottom: 1px solid #EBEBEB;
}
.pagination-bottom-comment .comment-left img{
    width: 56px;
    height: 56px;
}
.pagination-bottom-comment .comment-user{
    font-size: 18px;
    font-family: WorkSans-Medium, WorkSans;
    font-weight: 500;
    line-height: 21px;
}
.pagination-bottom-comment .comment-right{
    width: calc(100% - 240px);
}
.pagination-bottom-comment .comment-date{
    font-size: 12px;
}
.pagination-bottom-comment .comment-img-con img{
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}
.star-body{
    text-align: center;
}
.bottom-comment .star-5{
    margin-right: 0;
}
.pagination-bottom-comment .comment-txt{
    line-height: 22px;
}
.review-title{
    font-size: 26px;
    font-family: WorkSans-Bold, WorkSans;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    background-color: #fff;
    padding-right: 50px;
    display: inline-block;
}
.pagination-bottom-comment .comment-left .star-5 .iconfont{
    font-size: 14px;
    margin-right: 5px;
}
.favor-con-item{
    width: 24px;
    height: 24px;
    background: #E6E6E6;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    font-size: 14px!important;
    color: #999;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
}
.favor-con-item:hover{
    background: var(--commonColor,'#3863A3')
}
@media screen and (max-width: 1300px) {
    .conlist h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .conlist h3 {
        font-size: 16px;
    }
    .conlist .menu>li .menu-1 a {
        font-size: 12px;
    }
}
.boxlistUl {
    border: 1px solid #999;
}