﻿.cppage {
    padding: 0 0
}





.pstar .vapsolo-rating {
  display: inline-block;
  font-family: Arial, sans-serif;
}
.star-rating {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  width: 120px;
  height: 24px;
}
.star-rating::before {
  content: "★★★★★";
  font-size: 24px;
  color: #eed003 !important;

  letter-spacing: 2px;
}
.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.star-rating span::before {
 content: "★★★★★";
  font-size: 24px;
   color: #eed003 !important;
  letter-spacing: 2px;
}




/*.vapsolo-rating {
    position: relative;
    display: flex;
    align-items: center
}

.vapsolo-rating .score {
    font-size: 14px;
    margin-left: 10px
}

.woocommerce-shop .star-rating>span:before {
    color: #000
}*/











.both {
    padding: 60px 0;
    overflow: hidden
}

.skind {
    width: 220px;
    float: left
}

.skind a {
    text-decoration: none !important
}

.skind .name {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 50px
}

.skind .kind .lka {
    display: block;
    transition: all .4s;
    font-size: 16px;
    color: #000;
    line-height: 44px;
    cursor: pointer
}

.skind .kind .lka.on {
    font-weight: 700
}

.skind .kind .lka:hover {
    font-weight: 700
}

.shop-list {
    width: calc(100% - 220px);
    padding-left: 50px;
    overflow: hidden;
    border-left: 2px solid #000
}

.shop-list .list {
    width: 100%;
    float: left
}

.shop-list .desc {
    clear: both
}

.expand-content {
    position: relative;
    overflow: hidden;
    max-height: 70px
}

.expand-content.block-expanded {
    max-height: 100% !important;
    overflow: visible !important;
    padding-bottom: 25px;
    -webkit-transition: all 0s !important;
    transition: all 0s !important
}

.block-expand-overlay {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: painted;
    background: linear-gradient(to bottom, transparent, #fff)
}

.block-expand.button {
    padding: 2px;
    padding-right: 6px;
    padding-left: 6px;
    min-width: 20px;
    min-height: 20px;
    background: #00b83c;
    color: #fff;
    border-radius: 5px;
    font-size: 12px
}

.block-expand::after {
    content: 'Show More'
}

.block-expanded .block-expand::after {
    content: 'Show Less'
}

.shop-list a {
    text-decoration: none !important
}

.shop-list .item {
    float: left;
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
    text-align: center
}

.shop-list .item:nth-child(4n) {
    margin-right: 0
}

.shop-list .item .tip {
    float: right;
    margin: 10px;
    background: #00b83c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    position: relative
}

.shop-list .item .pica {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #e5e5e5;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.shop-list .item .pica img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s
}

.shop-list .item .pica:hover img {
    transform: translate(-50%, -50%) scale(1.1)
}

.shop-list .item .namea {
    display: block;
    height: 30px;
    color: #fff;
    font-size: 15px;
    color: #000;
    margin-top: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.shop-list .item .namea b {
    font-size: 16px;
    font-weight: 700;
    margin-right: 8px
}

.shop-list .item .button {
    display: block;
    width: 165px;
    max-width: 90%;
    height: 32px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 30px;
    margin: 12px auto;
    transition: all .4s;
    background-color: transparent;
    padding: 0;
}

.shop-list .item .button:hover {
    background-color: #000;
    color: #fff
}

.shop-list .item .desc {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.shop-list .item .desc span.bulk-price,
.shop-list .item .desc span.price {
    display: block
}

.shop-list .item .star {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    margin-top: 8px
}

.shop-list .item .star i {
    display: block;
    width: 19px;
    height: 19px;
    background: url(https://www.vapsolo.com/assets/img/img28.png) no-repeat center center/19px auto;
    margin: 0 3px
}

.shop-list .item .star i.half {
    background-image: url(https://www.vapsolo.com/assets/img/img29.png)
}

.shop-list .item .warehouse {
    display: inline-block;
    padding: 5px;
    line-height: 1;
    background: linear-gradient(to right, #d93122, #fde139);
    color: #000;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    text-decoration: none
}

.shop-list .item .warehouse.eu {
    background: linear-gradient(to right, #31aaff, #0649d6)
}

@media(max-width:1400px) {
    .skind {
        width: 190px
    }

    .shop-list {
        width: calc(100% - 190px);
        padding-left: 40px
    }
}

@media(max-width:1200px) {
    .cppage {
        padding: 0
    }

    .pageway {
        height: 45px;
        font-size: 14px
    }

    .pageway a {
        font-size: 15px
    }

    .pageway i {
        padding: 0 10px
    }

    .both {
        padding: 15px 0
    }

    .skind {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }

    .skind .name {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px
    }

    .skind .kind {
        overflow: hidden
    }

    .skind .kind .lka {
        font-size: 14px;
        float: left;
        margin-right: 15px;
        color: #000;
        line-height: 24px;
        cursor: pointer
    }

    .skind .kind .lka.on {
        font-weight: 700
    }

    .skind .kind .lka:hover {
        font-weight: 700
    }

    .shop-list {
        width: 100%;
        float: none;
        padding-left: 0;
        overflow: hidden;
        border-left: none
    }

    .shop-list .item {
        float: left;
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 12.5px
    }

    .shop-list .item:nth-child(2n) {
        margin-right: 0
    }

    .shop-list .item .pica {
        width: 100%;
        height: 0;
        border-radius: 5px
    }

    .shop-list .item .tip {
        margin: 5px;
        padding: 5px;
        font-size: 12px
    }

    .shop-list .item .namea {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #000;
        margin-top: 10px
    }

    .shop-list .item .namea b {
        font-size: 15px;
        margin-right: 4px
    }

    .shop-list .item .button {
        width: 140px;
        max-width: 90%;
        height: 24px;
        border: 1px solid #000;
        border-radius: 5px;
        font-size: 14px;
        line-height: 22px;
        margin: 6px auto
    }

    .shop-list .item .desc {
        font-size: 13px;
        line-height: 20px
    }

    .shop-list .item .star {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        margin-top: 5px
    }

    .shop-list .item .star i {
        display: block;
        width: 14px;
        height: 14px;
        background: url(https://www.vapsolo.com/assets/img/img28.png) no-repeat center center/14px auto;
        margin: 0 2px
    }

    .shop-list .item .star i.half {
        background-image: url(https://www.vapsolo.com/assets/img/img29.png)
    }

    .shop-list .item .warehouse {
        font-size: 10px
    }
}