.customerreviews-index-view .columns .column.main{
    padding-bottom: 0;
}
.customer-reviews-container{
    color: #646464;
    overflow-x: hidden;
}
.customer-reviews-container hr{
    margin-bottom: 5px;
    margin-top: 40px;
}
.reviews-title{
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    padding: 16px;
    margin: 0px 0px 32px;
    background-image: linear-gradient(transparent, rgb(171, 171, 171));
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 13% 1px;
}
.reviews-sub-title{
    margin: 0 0 32px;
}
.stars-and-charts .stars, .stars-and-charts .charts{
    width: 43%;
    height: 158px;
}
.stars-and-charts .stars{
    float: left;
}
.stars-and-charts .charts{
    float: right;
}
.stars-and-charts .stars{
    background-color: #F4F4F4;
    padding: 56px 40px;
}
.stars-and-charts .stars .top{
    font-size: 22px;
    margin-bottom: 32px;
}
.stars-and-charts .stars .middle{
    margin-bottom: 16px;
}
.charts .top{
    margin-bottom: 24px;
    text-align: center;
}
.charts .top .title{
    font-size: 22px;
}
.charts .middle .five-star, .charts .middle .four-star, .charts .middle .three-star, .charts .middle .two-star, .charts .middle .one-star{
    display: flex;
}
.charts .middle .star-num{
    width: 42px;
    padding-right: 10px;
}
.charts .middle .star-chart{
    width: 100%;
}
.charts .middle .star-rate{
    width: 42px;
    padding-left: 10px;
}
.charts .middle .star-chart{
    flex: 1 1 0%;
}
.charts .middle .star-chart .chart-bg{
    height: 20px;
    background-color: rgb(244, 244, 244);
}
.charts .middle .five-star, .charts .middle .four-star, .charts .middle .three-star, .charts .middle .two-star, .charts .middle .one-star{
    margin-bottom: 8px;
}
.charts .middle .star-chart .chart-bg .chart-rate{
    height: 20px;
    background-color: #7DCCD0;
}
.charts .bottom{
    font-size: 10px;
    padding-left: 60px;
}
.clear{
    clear: both;
}
.powered-by-yotpo{
    text-align: right;
}
.powered-by-yotpo span, .powered-by-yotpo img{
    vertical-align: middle;
}
.four-point-seven{
    margin-top: 40px;
}
.four-point-seven .rating-box .rating-summary{
    text-align: center;
    margin-bottom: 20px;
}
.four-point-seven .rating-verified-purchase{
    font-size: 30px;
}
.four-point-seven .rating-summary .rating-result{
    width: 120px;
}
.stars .rating-summary .rating-result > span:before, .stars .rating-summary .rating-result:before,
.four-point-seven .rating-summary .rating-result > span:before, .four-point-seven .rating-summary .rating-result:before{
    font-size: 24px;
    height: 24px;
    line-height: 24px;
}
.stars .middle .rating-summary .rating-result{
    width: 140px;
}
.select-rating ul li .rating-summary .rating-result > span:before, .select-rating ul li .rating-summary .rating-result:before{
    top: -2px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
}
.select-rating ul li .rating-summary .rating-result > span{
    padding: 0 !important;
}
.select-rating ul li .rating-summary .rating-result{
    width: 105px;
}
#select-rating-val{
    background-image: none;
    background-position: 8px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px !important;
}
.four-point-seven .rating-box .rating-summary .rating-result, .four-point-seven .rating-box .rating-summary span{
    vertical-align: middle;
}
.product-reviews{
    font-weight: bold;
    margin-top: 40px;
}
.hr-product-reviews{
    margin: 5px 0 20px 0 !important;
}
.filter-reviews{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}

/*rating select start*/
.select-rating {
    position: relative;
}
.select-rating input {
    width: 220px;
    height: 32px;
    line-height: 32px;
    text-indent: 2px;
}
.select-rating .select-down-bg {
    position: absolute;
    top: -13px;
    left: 86%;
    pointer-events: none;
}
.select-rating ul {
    position: absolute;
    top: 28px;
    left: 0;
    padding: 0;
    z-index: 3;
    width: 218px;
    display: none;
    list-style: none;
    border: 1px solid #cccccc;
    background: #ffffff;
}
.select-rating li{
    width: 220px;
    margin-bottom: 0;
}
.select-rating li .select-stars{
    display: inline-block;
    width: 98%;
    color: #000000;
    text-indent: 4px;
    /*background: #fff;*/
    text-decoration: none;
    padding-left: 5px;
}
.select-rating li .star-icon{
    padding-left: 0 !important;
    width: 100%;
}
.select-rating li .select-stars:hover {
    color: #fff;
    background: #1967D2;
    cursor: pointer;
}
.select-rating-bg{
    background-color: #1967D2 !important;
    color: #FFFFFF !important;
}

.select-container .select-rating, .select-container .select-images{
    width: 220px;
    height: 35px;
    float: left;
    margin: 25px 0 18px 0;
}
.select-container .select-images{
    margin-left: 20px;
}
.hr-reviews-list{
    margin-top: 78px !important;
}
/*product image start*/
.image .product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.image .product-image-wrapper {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    cursor: pointer;
    height: 80px;
    line-height: 1;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    width: 80px;
}
.image {
    background: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    margin: 0.3rem;
    position: relative;
    vertical-align: top;
    width: 80px;
}
.image .product-image-wrapper:hover .product-image {
    opacity: .5;
}
/*product image end*/
.review-toolbar .pages{
    border-bottom: none;
}
.total-and-sort{
    width: 100%;
    height: 20px;
    margin-top: 20px;
    display: inline;
}
.total-and-sort .total{
    float: left;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}
.total-and-sort .sort{
    float: right;
    height: 60px;
    line-height: 60px;
}
.total-and-sort .sort span{
    vertical-align: middle;
}
.total-and-sort .sort span select{
    border: none;
    width: auto;
}
.review-list ol li .avatar{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #7DCCD0;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    vertical-align: text-bottom;
    float: left;
    margin-right: 10px;
}
.review-list ol li .avatar i{
    position: absolute;
    background: #2F83EA;
    border-radius: 50%;
    padding: 2px;
    color: #fff;
    left: 20px;
    top: 20px;
    border: 1px solid #fff;
    font-size: 10px;
}
.review-list ol li .avatar .first-letter{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.review-list ol li .review-title{
    font-size: 14px;
}
.review-list .review-items .fa-check{
    top: 20px !important;
}
.start-personalizing-container{
    height: 50px;
    width: 234px;
    margin: 60px auto;
    text-align: center;
}
.start-personalizing-container a{
    padding: 16px 32px;
    cursor: pointer;
    background: none;
    outline: none;
    line-height: 16px;
    color: rgb(49, 49, 49);
    border: 1px solid rgb(49, 49, 49);
    text-decoration: none;
}

.create-something-special{
    background-color: rgb(235, 238, 244);
    padding: 48px 16px 10px 16px;
    height: 1100px;
}
.create-something-special .title{
    background: linear-gradient(transparent, rgb(171, 171, 171)) center bottom / 28% 1px no-repeat;
    background-size: 10% 1px;
    margin: 0px 0px 32px;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}
.best-sellers, .for-her{
    width: 100%;
    height: 292px;
    position: relative;
    margin-bottom: 15px;
}
.best-sellers img, .for-her img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.best-sellers .container{
    position: absolute;
    top: 105px;
    left: 5%;
    width: 260px;
    height: 74px;
    text-align: center;
}
.for-her .container{
    position: absolute;
    top: 105px;
    right: 5%;
    width: 260px;
    height: 74px;
    text-align: center;
}
.special-mo{
    display: none;
}
.create-something-special .container p{
    margin: 0 0 16px;
    font-size: 22px;
}
.create-something-special .container button{
    background-color: white;
    box-shadow: rgb(204, 204, 204) 2px 3px 4px 0px;
    color: black;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 48px;
}

.get-your-code{
    background-color: rgb(204, 204, 204);
    padding: 32px 16px;
    text-align: center;
}
.get-your-code .txt{
    margin-bottom: 16px;
}
.get-your-code button{
    width: 40%;
    padding: 16px 32px;
    align-items: center;
    background: none rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    color: rgb(49, 49, 49);
    margin-left: auto;
    margin-right: auto;
    font-weight: unset;
}
.review-list ol li .review-ratings{
    margin-bottom: 0 !important;
}
.review-list ol li .review-content{
    padding-left: 0 !important;
}

.black_content_catalog-pc {
    display: block;
}
.black_content_catalog-mo {
    display: none;
}
.black_content_catalog-pc .black_content_catalog_one img{
    width: 1248px;
}
.black_content_catalog-pc .black_content_catalog_two .black_content_catalog_two_left img, .black_content_catalog-pc .black_content_catalog_two .black_content_catalog_two_right img{
    width: 617px;
}
.black_content_catalog .black_content_catalog_one {
    margin: 0;
}

.black_content_catalog .black_content_catalog_two a{
    display: block;
}
.black_content_catalog .black_content_catalog_two .black_content_catalog_two_left {
    width: 49.5%;
    float:left;
}
.black_content_catalog .black_content_catalog_two .black_content_catalog_two_right {
    width: 49.5%;
    float: right;
}

@media screen and (max-width: 1280px) {
    .select-rating-bg{
        background-color: #ADE1F5 !important;
    }
}
@media screen and (max-width: 1024px) {
    .black_content_catalog-pc {
        display: none;
    }
    .black_content_catalog-mo {
        display: block;
    }
    .black_content_catalog .black_content_catalog_one {
        margin: 10px 0;
        line-height: 0px;
    }
    .black_content_catalog .black_content_catalog_two {
        line-height: 0px;
    }
    .black_content_catalog .black_content_catalog_one .black_content_catalog_one-link {
        display: block;
        text-align:center;
    }
    .black_content_catalog .black_content_catalog_two {
        display: flex;  margin-bottom: 10px; justify-content: space-between;
    }
}
@media screen and (max-width: 768px) {
    .special-mo{
        display: block;
    }
    .special-pc{
        display: none;
    }
    .create-something-special {
        padding: 48px 6px 1px 6px;
        height: auto;
    }
    .review-attachments {
        position: unset !important;
        margin-top: 0 !important;
    }
    .review-list ol li .review-content, .review-list ol li .review-attachments{
        padding-left: 45px !important;
        max-width: 100%;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}
@media screen and (max-width: 767px) {
    .stars-and-charts .stars, .stars-and-charts .charts{
        float: none;
        text-align: center;
        padding: 20px 0;
        width: 100%;
        height: auto;
    }
    .stars-and-charts .charts .bottom{
        text-align: left;
    }
    .charts .middle .star-num, .charts .middle .star-chart, .charts .middle .star-rate {
        padding: 0 6px;
    }
    .reviews-sub-title{
        text-align: center;
    }
    .select-container .select-rating{
        width: 48%;
    }
    .select-container .select-images{
        width: 48%;
        float: right;
        margin-left: 0;
    }
    .select-rating input{
        width: 100%;
    }
    .select-rating ul{
        width: 99%;
    }
    .select-rating ul li{
        width: auto;
    }
    .select-rating ul li .select-stars{
        padding: 5px 0 5px 5px;
    }
    .create-something-special .container p{
        font-size: 14px;
    }
    .create-something-special .container button{
        padding: 6px 20px;
        font-size: 12px;
    }
    .best-sellers .container, .for-her .container{
        top: 39%;
    }
    .best-sellers .container{
        left: -45px;
    }
    .for-her .container{
        right: -40px;
    }
    .best-sellers, .for-her{
        width: 100%;
        aspect-ratio: 2 / 1;
        height: auto;
    }
    .select-rating .select-down-bg{
        left: 90%;
    }
    .select-rating-bg{
        background-color: #ADE1F5 !important;
    }
}
@media screen and (max-width: 500px) {
    .select-rating .select-down-bg{
        left: 81%;
    }
    .best-sellers .container{
        left: -60px;
    }
    .for-her .container{
        right: -60px;
    }
    .create-something-special .container p {
        font-size: 12px;
    }
    .create-something-special .container button{
        font-size: 10px;
    }
    .best-sellers .container, .for-her .container{
        top: 35%;
    }
    .create-something-special {
        padding: 18px 6px 1px 6px;
    }
    .create-something-special .title{
        font-size: 20px;
        padding-bottom: 8px;
    }
}
@media screen and (max-width: 320px) {
    .select-rating .select-down-bg{
        left: 78%;
    }
}



