.reset a {
    text-decoration: underline;
    text-underline-position: under;
}

.reset+li.checkbox-li {
    border-top: none;
}

.slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 2px;
}

.slick-dots {
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.slick-dots li button {
    font-size: 0;
    border: none;
    background: #AAAAAA;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #338CDD;
}

.deals-list {
    margin: 0 -7.5px 40px;
}

.deals-list .item {
    width: 20%;
    padding: 0 10px;
}

.deals-list .box {
    margin: 0 auto 0px;
    max-width: 260px;
    position: relative;
}

.deals-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    display: block!important;
}

.deals-list .box .pic {
    position: relative;
    overflow: hidden;
}

.deals-list .box .pic-box {
    position: relative;
}

/* .deals-list .box .pic:before{
    content: '';
    position: absolute; 
    left: 0;    
    top: 0; 
    right:  0;
    bottom: 0;
    background: url(../../images/common/deals/hover.png);
    background-size: cover;
    transition:all ease .3s;
    opacity: 0;
    z-index: 5;
}
.deals-list .box:hover .pic:before{
    opacity: 1;
} */

.deals-list .box .pic img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.deals-list .box:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.deals-list .box .name {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

.deals-list .box .description {
   font-family: 'Inter', sans-serif;
    color: #888888;
    font-size: 14px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    display: none;
}

.deals-list .bottom {
    display: flex;
    justify-content: space-between;
}

.deals-list .box_btn {
    line-height: 30px;
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    background: #fff;
    transition: all ease .3s;
    display: block;
    width: 49%;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.deals-list .box_btn.btn2 {
    background: #333;
    color: #fff;
}
.deals-list .box_btn.btn2:hover{
     background: #c50000;
}
.deals-list .box_btn:hover {
    background: #338cde;
    color:#fff;
}

.reviews-banner {
    padding: 12px 0;
    margin: 0 -30px 30px;
    background: #E1E1E1;
}

.sort_box {
    float: right;
    margin: -10px 0;
}

.link li {
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    text-decoration: underline;
    text-underline-position: under;
    margin-bottom: 0px;
}

.link li a:hover {
    opacity:0.8;
}

.pchome {
    color: #39D9E5;
}

.ebay {
    color: #26FF26;
}

.yahoo {
    color: #FF4C4C;
}

.walmart {
    color: #FFC926;
}

.amazon {
    color: #B872FF;
}

.reviews-list .box {
    display: flex;
    padding-bottom: 17px;
    border-bottom: #E1E1E1 solid 1px;
    margin-bottom: 17px;
    position:relative;
}

.reviews-list .box .pic-box,
.reviews-list .box .pic-box .pic {
    max-width: 120px;
    max-height: 120px;
    position: relative;
    overflow: hidden;
}
.reviews-list .box .pic-box.video,
.reviews-list .box .pic-box.video .pic {
      max-width: 120px;
      max-height: 120px;
}


.reviews-list .box .pic-box.video .pic img{
    height:120px !important;
}
.reviews-list .box .pic-box.video:after {
    content: '';
    display: block;
    background: url(../../images/common/video/play.png) center;
    width: 66px;
    height: 66px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.reviews-list .box .pic-box .pic img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.reviews-list .box:hover .pic-box .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.reviews-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.reviews-list .box .text {
    width: 630px;
    padding: 0px 15px 10px;
    box-sizing: border-box;
}
.reviews-list .text.text2{
    width: 815px;
}

.reviews-list .box.video .text {
    /* width: 55%; */
    /* padding: 10px 15px; */
}
.reviews-list .box .star_box {
    width: 185px;
    padding: 10px 18px;
    position: relative;
    z-index: 31;
    text-align: right;
    box-sizing: border-box;
}

.reviews-list .box .star_box:before, .reviews-list .box .star_box:after {
    content: '';
    display: block;
    width: 1px;
    height: 140px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #CCCCCC;
    position: absolute;
}

.reviews-list .box .star_box:before {
    left: 0;
}

.reviews-list .box .star_box:after {
    right: 0;
}

.reviews-list .box .buy_box {
    width: 165px;
    padding: 10px 15px;
    z-index: 31;
    position: relative;
    text-align: right;
    box-sizing: border-box;
}

.reviews-list .box .name {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    line-height: 1.3;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    font-weight: 600;
}

.reviews-list .box:hover .name{
    text-decoration:underline;
}
.reviews-list .box:hover .description{
    text-decoration:underline;
}
.reviews-list .box .description {
    color: #888888;
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}

.reviews-list .box .star_tit {
    color: #338CDD;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    /* text-decoration: underline; */
    text-underline-position: under;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.post {
    margin-top: 8px;
    color: #878787;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}
.post.d-post{
    margin-top: 5px;
}
.author {
    margin-top: 8px;
    color: #878787;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}
.reviews-list .box .text.video .post{
    margin-top:5px;
}

.visits {
    margin-top: 7px;
    color: #338cdd;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}
.reviews-list .box  .visits{
    /* margin-top:5px; */
}

.reviews-list .star .bg {
    display: inline-block;
    -webkit-mask: url(../../images/common/reviews/star.png) no-repeat center center / contain;
    mask: url(../../images/common/reviews/star.png) no-repeat center center / contain;
    background: #999999 url(../../images/common/reviews/bg.png) no-repeat top left;
    background-size: 100% 100%;
}

.reviews-list .star .bg[data-star="5"] {
    background-size: 100% 100%;
}

.reviews-list .star .bg[data-star="4.5"] {
    background-size: 90% 100%;
}

.reviews-list .star .bg[data-star="4"] {
    background-size: 80% 100%;
}

.reviews-list .star .bg[data-star="3.5"] {
    background-size: 70% 100%;
}

.reviews-list .star .bg[data-star="3"] {
    background-size: 60% 100%;
}

.reviews-list .star .bg[data-star="2.5"] {
    background-size: 50% 100%;
}

.reviews-list .star .bg[data-star="2"] {
    background-size: 40% 100%;
}

.reviews-list .star .bg[data-star="1.5"] {
    background-size: 30% 100%;
}

.reviews-list .star .bg[data-star="1"] {
    background-size: 20% 100%;
}

.reviews-list .star .bg[data-star="0.5"] {
    background-size: 10% 100%;
}

.reviews-list .star .bg[data-star="0"] {
    background-size: 0% 100%;
}

.reviews-list .star .bg img {
    opacity: 0;
}

.reviews-list .buy_box.buy2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    /* border-left: 1px solid #ccc; */
}
.reviews-list .buy_box.buy3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    /* border-left: 1px solid #ccc; */
}

.reviews-list .buy_box.buy3 .product {
    line-height: 30px;
    color: #338CDD;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    border:1px rgb(51 140 221 / 0.5) solid;
    transition: all ease .3s;
    display: block;
    width: 100px;
    text-align: center;
    letter-spacing: 0;
    margin:5px 0;
}
.reviews-list .buy_box.buy3 .language {
    line-height: 30px;
    color: #338CDD;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    border:1px rgb(51 140 221 / 0.5) solid;
    transition: all ease .3s;
    display: block;
    width: 100px;
    text-align: center;
    letter-spacing: 0;
    margin:5px 0;
}
.reviews-list .box_btn {
    line-height: 30px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    background: #CCCCCC;
    transition: all ease .3s;
    display: block;
    width: 100px;
    text-align: center;
    letter-spacing: 0;
    height: 30px;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
}

.reviews-list .box_btn.btn2 {
    background: #AAAAAA;
}

.reviews-list .box_btn:hover {
    background: #28A6EA;
}

.reviews-list .search-t{
    margin: 0;
    color: #338CDD;
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 17px;
}
.reviews-list .search-t:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 1px;
    top: 10px;
    background: #338CDD;
}

.but_tit:before {
    content: '';
    display: inline-block;
    background: url(../../images/common/reviews/cart.png);
    width: 20px;
    height: 17px;
    margin-top: -3px;
    vertical-align: middle;
    margin-right: 7px;
}

.but_tit {
    font-size: 14px;
    color: #444444;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

/* .has-side .content.search-content {
    background: transparent;
}
.has-side .content.search-content {
    background: transparent;
    padding: 30px 30px 40px;
    padding: 0;
}
.has-side .content.search-content .search-main{
    background: #FFFFFF;
    padding: 30px 30px 40px;
}
.has-side .content.search-content .search-list-t{
    font-size: 20px;
    color: #1F1F1F;
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
}
.has-side .content.search-content .search-list-t:before{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../../images/common/search-list-icon.png);
    left: 0;
    top: 4px;
}
.has-side .content.search-content .search-list-t span{
    color: #338CDD;
} */

.has-side .content.search-content .content-title {
    padding-left: 35px;
}

.has-side .content.search-content .content-title:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../../images/common/search-list-icon.png);
    left: 0;
    top: -2px;
    border-radius: 0;
}

.has-side .content.search-content .content-title span {
    color: #338CDD;
}




@media screen and (max-width: 1260px) {
    .deals-list .item {
        width: 50%;
    }
    .deals-list .item .box {
        max-width: 205px;
    }
}

@media screen and (max-width: 1000px) {
    .has-side .content.search-content .search-list-t {
        font-size: 18px;
    }
    .side-title {
        position: relative;
        padding: 0 36px
    }
    .side-title:after {
        content: '';
        display: block;
        background: url(../../images/common/side_ic.png);
        width: 13px;
        height: 8px;
        position: absolute;
        right: 49px;
        top: 22px;
        transform: scaleY(1);
    }
    .side, .mmenu-show .side {
        display: block;
        width: calc(100% + 30px);
        float: none;
        margin: 0 -15px;
    }
    .side-nav-box1 {
        display: none;
    }
    .side-nav-box2 .side-nav {
        display: none;
    }
    .content {
        float: none;
        width: 100%;
    }
    .reviews-banner {
        margin: 0 0px 30px;
    }
    .sort_box {
        float: none;
        margin: 10px -20px;
    }
    .reviews-list .box {
        flex-wrap: wrap;
    }
    .reviews-list .box .pic-box {
        max-width: 90px;
       
    }
    .reviews-list .box .text {
        width: calc(100% - 0px);
        padding: 0;
        box-sizing: border-box;
        margin-top: -90px;
        /* height: 42px; */
    }
    .reviews-list .box .pic-box.video, .reviews-list .box .pic-box.video .pic {
    max-width: 90px;
    max-height: 90px;
}
.reviews-list .box .pic-box.video .pic img{
    height:90px !important;
}
    .reviews-list .box.video .text {
  
/* box-sizing: border-box; */
}
.reviews-list .box .pic-box.video:after{
    
width: 35px;
    
height: 35px;
}
    .reviews-list .box .name {
        font-size: 19px;
        height: auto;
        margin: 5px 0;
        /* display: block; */
        padding-left: 100px;
        /* margin-top: -90px; */
        height: 70px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .search-content .reviews-list .box .description {
       
margin-top: 10px;
    }
    .reviews-list .box .description {
        font-size: 13px;
        height: 60px;
        margin-top: 30px;
    }
    .reviews-list .box .star_box {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        padding: 0;
        text-align: left;
    }
    .reviews-list .box .buy_box {
        padding: 0;
        width: 100%;
        text-align: left;
        border-top: solid 1px
 #E1E1E1;
        padding: 6px 0;
    }
    .reviews-list .box .star_tit {
        font-size: 15px;
        order: 2;
        font-weight: bold;
    }

    .reviews-list .search-t{
        margin-bottom: 3px;
        font-size: 15px;
        margin-left: 100px;
        /* position: absolute; */
        /* top: -90px; */
    }
    .reviews-list .search-t:before{
        width: 5px;
        height: 5px;
        left: 2px;
        top: 9px;
    }
    .star {
        order: 3;
    }
    .post {
        margin-top: 0;
        font-size: 12px;
        letter-spacing: 0;
        width: 100%;
        margin-bottom: 5px;
    }
    .visits {
        /* font-size: 12px; */
    }
    .reviews-list .box .star_box:before, .reviews-list .box .star_box:after {
        display: none;
    }
    .reviews-list .star .bg img {
        display: none;
    }
    .reviews-list .star .bg {
        -webkit-mask: inherit;
        mask: inherit;
        display: inline-block;
        background: none;
    }
    .reviews-list .star .bg:before {
        content: '';
        background: url(../../images/common/reviews/star2.png) no-repeat;
        background-size: contain!important;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
    }
    .reviews-list .star .bg:after {
        content: attr(data-star);
        display: inline-block;
       font-family: 'Inter', sans-serif;
        font-size: 13px;
        color: #858585;
        vertical-align: middle;
        width: 20px;
        padding-top: 2px;
        white-space: nowrap;
    }
    .reviews-list .buy_box.buy2 {
        margin-top: 5px;
        border: none;
        flex-direction: row;
        justify-content: flex-start;
        border-top: 1px solid #ccc;
        padding-top: 6px;
    }

    .reviews-list .buy_box.buy2 a{
        margin-right: 8px;
    }
    .reviews-list .buy_box.buy3{
        border:none;
        border-top: 1px solid #ccc;
        padding-top: 5px;
    }
     .reviews-list .buy_box.buy3 .type{
         display:flex;

     }
     .reviews-list .buy_box.buy3 .product{
         margin-right:10px;
     }
    .reviews-list .box_btn {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .reviews-list .author{
        margin-bottom: 10px;
        margin-top: 0px;
    }
    


    .link li {
        font-size: 14px;
        width: auto;
        margin: 0 7px;
    }
    .but_tit {
        font-size: 14px;
        margin-bottom: 5px;
        padding-top: 7px;
        /* border-top: solid 1px #E1E1E1; */
        /* display: none; */
    }
    .reviews-list {
        position: relative;
        z-index: 2;
        padding-top: 20px;
    }
    .reviews-list .item {
        position: relative;
    }
    .reviews-list .item .box {
        border: solid 1px #E1E1E1;
        padding: 12px;
    }
    .reviews-list:before, .reviews-banner+.content-title:after {
        content: '';
        background: #fff;
        left: -30px;
        right: -30px;
        top: 0;
        bottom: -1px;
        position: absolute;
        display: block;
        z-index: -1;
    }
    .btn-box {
        position: relative;
        z-index: 3;
    }
    .btn-box:before {
        content: '';
        background: #fff;
        left: -30px;
        right: -30px;
        bottom: 0;
        position: absolute;
        display: block;
        z-index: -1;
        top: -17px;
    }
    .reviews-banner+.content-title {
        position: relative;
        z-index: 2;
        margin-bottom: 0;
    }
    .content, .main-content {
        padding-bottom: 0;
    }
    .products_bottom{
        position: relative;
        background: #fff;
        margin: 0 -30px;
        padding: 30px 30px 0;
    }
}

@media screen and (max-width: 600px) {}

