.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: 0 0 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;
}
.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 .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;
}

/* ----------Picture pop-up style starts--------  */
.customerreviews-index-view .review-detail-image,
.customerreviews-index-view .review-detail-image._show {
    pointer-events: auto !important;
    z-index: 1001 !important;
}
.customerreviews-index-view .modals-overlay {
    z-index: 1000 !important;
}
.customerreviews-index-view .review-detail-image .action-close {
    position: absolute !important;
    z-index: 1002 !important;
    pointer-events: auto !important;
}
.customerreviews-index-view .review-detail-image .modal-inner-wrap {
    width: 1160px;
    position: relative;
    top: 50%;
    margin: 0 auto;
}
.customerreviews-index-view .review-detail-image .modal-inner-wrap,
.customerreviews-index-view .review-detail-image._show .modal-inner-wrap {
    transform: translateY(-50%) !important;
}
.customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-prev,
.customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}
.customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-prev .icon-svg,
.customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-next .icon-svg {
    font-size: 24px;
    color: #000;
}
.customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-prev {
    left: 20px;
}
.customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-next {
    right: 20px;
}
.customerreviews-index-view .review-detail-image .modal-inner-wrap .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.customerreviews-index-view .review-detail-image .modal-inner-wrap .swiper-button-disabled .icon-svg {
    color: #999;
}
.customerreviews-index-view .review-detail-image .modal-inner-wrap header {
    padding: 0;
}
.customerreviews-index-view .review-detail-image .modal-inner-wrap header h1 {
    display: none;
}
.customerreviews-index-view .review-detail-image .modal-content {
    padding: 0;
    overflow: hidden;
}
.customerreviews-index-view .review-detail-image #review-image-modal {
    position: relative;
}
.customerreviews-index-view .review-detail-image .review-modal-container {
    display: flex;
    touch-action: pan-y;
}
.customerreviews-index-view .review-detail-image .review-image-wrapper {
    background: #000;
    display: flex;
    position: relative;
    width: 600px;
    height: 600px;
}
.customerreviews-index-view .review-detail-image .review-image-wrapper #review-image-lg {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
}
.customerreviews-index-view .review-detail-image .review-info-wrapper{
    display: flex;
    flex-direction: column;
    min-height: auto;
    width: 560px;
}
.customerreviews-index-view .review-detail-image .review-img {
    padding: 0 10px 0 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.customerreviews-index-view .review-detail-image .view-link{
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0;
}
.customerreviews-index-view .review-detail-image .review-img img {
    width: 56px;
    height: auto;
    margin-right: 13px;
    border-radius: 4px;
}
.customerreviews-index-view .review-detail-image .product-related {
    margin-left: -15px;
}
.customerreviews-index-view .review-detail-image .product-related .product-name {
    margin: 0 0 10px 0;
    font-weight: 600;
    text-align: left;
}
.customerreviews-index-view .review-detail-image .product-related .shop-now {
    margin-left: 0;
}
.customerreviews-index-view .review-detail-image .product-related .shop-now .view-product {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #7DCCD0;
    font-size: 16px;
    border: none;
    border-radius: 8px;
}
.customerreviews-index-view .review-detail-image .review-item {
    padding: 0 30px 10px 20px;
    border-bottom: none;
}
.customerreviews-index-view .review-detail-image .avatar {
    width: 45px;
    height: 46px;
    border-radius: 50%;
    background: #7DCCD0;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    vertical-align: text-bottom;
    float: left;
    margin-right: 10px;
    font-weight: 600;
    font-size: 22px;
}
.customerreviews-index-view .review-detail-image .avatar .fa-check{
    position: absolute;
    right: 0;
    display: inline;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    background: #04bd38;
    font-size: 12px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    top: 30px;
}
.customerreviews-index-view .review-detail-image .review-title {
    text-align: left;
    font-size: 14px;
    color: #000;
    margin: 0 0 10px;
}
.customerreviews-index-view .review-detail-image .ratings-and-publish {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.customerreviews-index-view .review-detail-image .review-content {
    margin: 15px 0 0 0;
    text-align: left;
}
.customerreviews-index-view .review-detail-image .ratings-and-publish {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    gap: 10px;
    flex-wrap: wrap;
}
.customerreviews-index-view .review-detail-image .ratings-and-publish .rating-container {
    flex: 1;
    min-width: 120px;
    text-align: left;
}
.customerreviews-index-view .review-detail-image .ratings-and-publish .rating-container .rating-result{
    margin-top: 3px;
}
.customerreviews-index-view .review-detail-image .ratings-and-publish .publish-date {
    white-space: nowrap;
    color: #666;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
}
.customerreviews-index-view .review-detail-image .ratings-and-publish {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    gap: 10px;
    flex-wrap: wrap;
}
.customerreviews-index-view .review-detail-image .ratings-and-publish .rating-verified-purchase {
    text-transform: initial;
    color: #fe7070;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 5px;
}
.customerreviews-index-view .review-detail-image .ratings-and-publish .rating-container {
    flex: 1;
    min-width: 120px;
}
.customerreviews-index-view .review-detail-image .ratings-and-publish .publish-date {
    white-space: nowrap;
    color: #666;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
}
@media (max-width: 1160px) {
    .customerreviews-index-view .review-detail-image .modal-inner-wrap {
        width: 100% !important;
        height: 100% !important;
        max-width: none;
        margin: 0;
        top: 0 !important;
        left: 0 !important;
        border-radius: 0;
    }
    .customerreviews-index-view .review-detail-image .action-close{
        width: 40px !important;
        height: 40px !important;
        right: 0 !important;
        top: 0 !important;
        background: #FFFFFFCC !important;
        color: #000000 !important;
    }
    .customerreviews-index-view .review-detail-image .action-close:before{
        color: #000000 !important;
        font-size: 12px !important;
    }
    .customerreviews-index-view .review-detail-image .modal-content {
        height: 100%;
        padding: 0;
    }
    .customerreviews-index-view .review-detail-image .review-modal-container {
        flex-direction: column;
        height: 100%;
    }
    .customerreviews-index-view .review-detail-image .review-image-wrapper {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        width: 100%;
        height: auto;
    }
    .customerreviews-index-view .review-detail-image .review-image-wrapper #review-image-lg {
        position: unset;
        width: 100%;
        height: auto;
    }
    .customerreviews-index-view .review-detail-image .review-info-wrapper {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background: #fff;
    }
    .customerreviews-index-view .review-detail-image .review-img {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .customerreviews-index-view .review-detail-image .product-related {
        margin-left: 15px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    .customerreviews-index-view .review-detail-image .product-related .product-name {
        margin: 0 0 10px 0 !important;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .customerreviews-index-view .review-detail-image .product-related .shop-now {
        margin: 0;
    }
    .customerreviews-index-view .review-detail-image .product-related .shop-now a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .customerreviews-index-view .review-detail-image .review-item {
        padding: 15px 0 0 0;
        margin: 0;
    }
    .customerreviews-index-view .review-detail-image .review-content {
        margin: 15px 0 0 0;
        font-size: 14px;
        line-height: 1.5;
    }
    .customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-prev,
    .customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-next {
        width: 40px;
        height: 40px;
        z-index: 100;
    }
    .customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-prev .icon-svg,
    .customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-next .icon-svg {
        font-size: 20px;
    }
    .customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-prev {
        left: 15px;
    }
    .customerreviews-index-view .review-detail-image .modal-inner-wrap .reviews-button-next {
        right: 15px;
        left: auto;
    }
    .customerreviews-index-view .review-detail-image .action-close {
        top: 15px;
        right: 15px;
        z-index: 100;
        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        color: #fff;
    }
    .customerreviews-index-view .review-detail-image .action-close:before {
        line-height: 30px;
    }
    .customerreviews-index-view .review-detail-image .review-ratings-modal {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .customerreviews-index-view .review-detail-image .review-image-wrapper {
        width: 100% !important;
        padding: 0 !important;
    }
    .customerreviews-index-view .review-detail-image .review-item{
        padding-bottom: 20px;
    }
    .customerreviews-index-view .review-detail-image .review-image-wrapper #review-image-lg {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain;
    }
    .customerreviews-index-view .review-detail-image .review-img{
        display: contents;
    }
    .customerreviews-index-view .review-detail-image .product-related .product-name {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        max-width: calc(100% - 20px) !important;
    }
}
/* ----------Picture pop-up style ends--------  */

@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;
    }
    .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;
    }
    .customerreviews-index-view .review-detail-image{
        left: 0;
    }
}
@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;
    }
    #product-review-container .review-date{
        position: absolute;
        right: 10px;
    }
}

@media screen and (max-width: 375px) {
    .customerreviews-index-view .review-detail-image .review-image-wrapper #review-image-lg {
        height: 500px !important;
    }
}

@media screen and (max-width: 320px) {
    .select-rating .select-down-bg{
        left: 78%;
    }
}

/* ========== review photos carousel P start ========== */
.review-photos-carousel{
    --review-photos-per-view: 6;
    position: relative;
    margin: 40px 0 0;
}
.review-photos-wrap{
    position: relative;
}
.review-photos-viewport{
    overflow: hidden;
    margin: 0 34px;
}
.review-photos-track{
    display: flex;
    gap: 5px;
    touch-action: pan-y;
}
.review-photos-item{
    flex: 0 0 calc((100% - 25px) / 6);
    aspect-ratio: 1 / 1;
    border-radius: 0;
    overflow: hidden;
    background: #f4f4f4;
    cursor: pointer;
}
.review-photos-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.review-photos-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: var(--review-photos-arrow-icon);
    cursor: pointer;
    user-select: none;
    z-index: 2;
}
.review-photos-arrow svg{
    display: none;
}
.review-photos-arrow--prev{
    left: 0;
    background-position: -130px -260px;
}
.review-photos-arrow--next{
    right: 0;
    background-position: -170px -260px;
}
@media screen and (max-width: 767px) {
    .review-photos-carousel{
        --review-photos-per-view: 2;
    }
    .review-photos-viewport{
        margin: 0 30px;
    }
    .review-photos-item{
        flex-basis: calc((100% - 5px) / 2);
    }
}
/* ========== review photos carousel PC end ========== */

/* ========== review photos carousel mobile start ========== */
.review-detail-image .review-mobile-arrow {
    display: none !important;
}

@media screen and (max-width: 767px) {
    
    .customerreviews-index-view .review-detail-image,
    .customerreviews-index-view .review-detail-image._show {
        transition: none !important;
    }
    .customerreviews-index-view .modals-overlay,
    .customerreviews-index-view .modals-overlay._show {
        transition: none !important;
    }

    .customerreviews-index-view .review-detail-image .modal-inner-wrap {
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
    }
    
    .customerreviews-index-view .review-detail-image._show .modal-inner-wrap {
        transform: none !important;
    }
    .customerreviews-index-view .review-detail-image .modal-content {
        height: 100% !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    .customerreviews-index-view .review-detail-image #review-image-modal {
        height: 100% !important;
        display: flex;
        flex-direction: column;
    }
    .customerreviews-index-view .review-detail-image .review-modal-container {
        flex-direction: column !important;
        height: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .customerreviews-index-view .review-detail-image .review-image-wrapper {
        flex: 0 0 42% !important;
        width: 100% !important;
        height: auto !important;
        background: #f5ece4 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden;
    }
    .customerreviews-index-view .review-detail-image .review-image-wrapper #review-image-lg {
        position: static !important;
        width: auto !important;
        height: auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 0 !important;
        max-height: 100% !important;
        object-fit: contain !important;
    }

    .customerreviews-index-view .review-detail-image .review-info-wrapper {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        padding: 0 !important;
    }
    .customerreviews-index-view .review-detail-image .review-img {
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 10px 4px !important;
        border-bottom: 1px solid #eeeeee;
        box-sizing: border-box !important;
    }
    .customerreviews-index-view .review-detail-image .review-img .reviews-button-prev,
    .customerreviews-index-view .review-detail-image .review-img .reviews-button-next {
        position: static !important;
        top: auto !important;
        transform: none !important;
        flex: 0 0 40px !important;
        width: 40px !important;
        height: 46px !important;
        margin: 0 !important;
        background: none !important;
        border-radius: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2;
    }
    .customerreviews-index-view .review-detail-image .review-img .reviews-button-prev .icon-svg,
    .customerreviews-index-view .review-detail-image .review-img .reviews-button-next .icon-svg {
        font-size: 30px !important;
        color: #666 !important;
        line-height: 1;
    }
    .customerreviews-index-view .review-detail-image .review-img .reviews-button-prev.swiper-button-disabled .icon-svg,
    .customerreviews-index-view .review-detail-image .review-img .reviews-button-next.swiper-button-disabled .icon-svg {
        color: #ccc !important;
    }
    
    .customerreviews-index-view .review-detail-image .view-link {
        flex: 1 !important;
        min-width: 0;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: none !important;
    }
    .customerreviews-index-view .review-detail-image .review-img img {
        flex: 0 0 52px !important;
        width: 52px !important;
        height: 52px !important;
        object-fit: cover !important;
        margin: 0 !important;
        border-radius: 4px !important;
    }
    .customerreviews-index-view .review-detail-image .product-related {
        flex: 1 !important;
        min-width: 0;
        margin: 0 !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .customerreviews-index-view .review-detail-image .product-related .product-name {
        margin: 0 0 8px 0 !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        color: #333 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
        text-align: left !important;
    }
    .customerreviews-index-view .review-detail-image .product-related .shop-now {
        margin: 0 !important;
    }
    .customerreviews-index-view .review-detail-image .product-related .shop-now .view-product {
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
        line-height: 1 !important;
        padding: 8px 16px !important;
        font-size: 13px !important;
        border-radius: 4px !important;
        background-color: #7DCCD0 !important;
        color: #fff !important;
        text-align: center;
        white-space: nowrap;
    }

    .customerreviews-index-view .review-detail-image .review-item {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        margin: 0 !important;
        padding: 14px 16px 24px !important;
        box-sizing: border-box !important;
    }
    .customerreviews-index-view .review-detail-image .avatar {
        width: 38px !important;
        height: 38px !important;
        line-height: 38px !important;
        font-size: 18px !important;
        margin-right: 10px !important;
        font-weight: 600;
    }
    .customerreviews-index-view .review-detail-image .review-title {
        font-size: 15px !important;
        color: #000 !important;
        margin: 0 0 8px !important;
        text-align: left !important;
    }
    .customerreviews-index-view .review-detail-image .ratings-and-publish {
        margin-top: 12px !important;
        gap: 8px !important;
    }
    .customerreviews-index-view .review-detail-image .review-content {
        margin: 12px 0 0 0 !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
        color: #555 !important;
        text-align: left !important;
    }
    .customerreviews-index-view .review-detail-image .review-ratings-modal {
        width: 100% !important;
    }

    .customerreviews-index-view .review-detail-image .action-close {
        top: 10px !important;
        right: 10px !important;
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        background: rgba(255,255,255,.92) !important;
        border-radius: 50% !important;
        color: #000 !important;
        box-shadow: 0 1px 4px rgba(0,0,0,.18);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .customerreviews-index-view .review-detail-image .action-close:before {
        color: #000 !important;
        font-size: 14px !important;
        line-height: 32px !important;
    }
}
/* ========== review photos carousel mobile end ========== */
