.photo-review-slider-box-text {
    background: #00838D;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(-180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.photo-review-slider-box {
    width: 100%;
    height: 477px;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.photo-review-slider-box-img {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotateY(0deg);
    height: 100%;
}

.photo-review-slider-box-img img {
    height: 100%;
    object-fit: cover;
}

.photo-review-slider-box:hover .photo-review-slider-box-text {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.photo-review-slider-box:hover .photo-review-slider-box-img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.rating {
    height: unset;
    width: unset;
    background-image: unset;
    margin-right: 0;
    margin-bottom: 16px;
    border: 0;
}

.rating>input {
    display: none;
}

.new-catalog-rating .rating input[type=radio]+label {
    cursor: pointer;
}

.rating>input:checked~label {
    color: #FFD700;
}

.new-catalog-rating .rating>label {
    color: #ddd;
    float: right;
    padding-left: 0;
}

.new-catalog-rating .rating>label:before {
    margin: 0 1px;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    cursor: pointer;
    position: static;
    border-radius: unset;
    border: unset !important;
    width: unset;
    height: unset;
    background: transparent !important;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(-50%);
    transform: translateY(0%);
}

.new-catalog-rating .rating>.half:before {
    content: "\f089";
    position: absolute;
}

.new-catalog-rating .rating input[type=radio]+label:after {
    display: none;
}

.new-catalog-rating a p {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #373737;
    margin-left: 13px;
}

.photo-review-slider-box-text>p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    max-width: 353px;
    margin: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.photo-review-slider-box-text>span {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.photo-review-slider-box-text>.link-view {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #246368;
    border: 2px solid #50A5AC;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 48px;
    cursor: pointer;
}

.lines {
    width: 175px;
    background: #EFEFEF;
    height: 1px;
    margin: 35px 0 28px;
}

.review-max-row {
    display: flex;
    max-height: 730px;
}

.review-max-box {
    width: 62%;
}

.review-img-box {
    max-width: 1180px;
    padding: 0;
}

.review-max-text .rating {
    max-width: 75px;
}

.review-max-text {
    width: 38%;
    padding: 38px 45px 59px;
}

p.review-max-text-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 7px;
}

p.date {
    font-weight: 600;
    font-size: 12px;
    line-height: 23px;
    color: #00A8B5;
    margin-bottom: 13px;
}

p.review-max-text-about {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 17px;
}

.review-max-text-box-product-pc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-max-text-box-product-pc-media {
    width: 80%;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    height: 85px;
    padding: 8px 10px;
}

.review-max-text-box-product-about {
    margin-left: 16px;
    width: 145px;
}

.review-max-text-box-product-about>span {
    font-size: 12px;
    line-height: 23px;
    color: #B3B3B3;
}

.review-max-text-box-product-about>p {
    font-weight: 800;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-max-text-box-product-about-price {
    display: flex;
    align-items: center;
}

.review-max-text-box-product-about-price p {
    font-weight: 900;
    font-size: 15px;
    line-height: 19px;
    color: #EB1D82;
    margin: 0 7px 0 0;
}

.review-max-text-box-product-about-price span {
    font-weight: normal;
    font-size: 13px;
    line-height: 12px;
    text-decoration-line: line-through;
    color: #BCBCBC;
}

.review-max-text-box-product-img {
    display: flex;
    align-items: center;
}

.review-max-text-box-product-pc-link {
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    height: 85px;
    border-left: 0;
    transition: .2s all linear;
}

.review-max-text-box-product-pc-link:hover {
    background: #00A7B5;
}

.review-max-text-box-product-pc-link:hover svg {
    fill: #fff;
}

.review-max-text-box-product-pc-link svg {
    fill: #AFAFAF;
    transition: .2s all linear;
}

.review-max-text-box-product {
    margin-top: 35px;
}

.review-max-text-box-product-pc:not(:last-child) {
    margin-bottom: 7px;
}

.fancybox__slide {
    padding: 0 !important;
}

.review-max-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 600px;

}

.photo-review-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #000000;
    margin: 39px auto;
}

.photo-review-next{
    color: #fff;
}

.photo-review-next {
    background: none;
    outline: none !important;
    border: none !important;
}

.photo-review-prev {
    background: none;
    outline: none !important;
    border: none !important;
}

.photo-review-prev {
    color: #fff;
}

.photo-review-next:after,
.photo-review-prev:after {
    font-size: 35px;
}
button.carousel__button.is-close{
    top: 5px !important;
    right: 17px !important;
}

@media screen and (max-width: 1200px) {
    .review-img-box {
        max-width: 96%;
        padding: 0;
    }

    .review-max-text {
        width: 38%;
        padding: 18px 25px 29px;
    }
}

@media screen and (max-width: 1110px) {
    .review-max-box-slider {
        height: 100%;
    }

    .review-max-text {
        width: 45%;
        padding: 20px 25px 25px;
    }

    .review-max-box {
        width: 55%;
    }
}

@media screen and (max-width: 970px) {
    .customer-panel.main-panel__customer-panel {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .review-max-text {
        width: 100%;
        padding: 20px 25px 25px;
    }

    .review-max-box {
        width: 100%;
        max-height: 540px;
    }

    .review-max-row {
        flex-wrap: wrap;
    }

    .review-img-box {
        max-width: 86%;
        padding: 0;
        max-height: 850px;
        overflow-y: scroll;
    }

    .review-max-text {
        background: #fff;
    }

    .review-img-box>.carousel__button.is-close {
        top: 5px !important;
        right: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .photo-review-title {
        font-size: 30px;
        line-height: 32px;
        margin: 15px auto;
    }

    .review-img-box {
        max-width: 93%;
        padding: 0;
        max-height: 650px;
        overflow-y: scroll;
    }

    .review-max-text-box-product-pc-media {
        width: 88%;
    }

    .review-max-text-box-product-pc-link {
        width: 45px;
    }

    .review-max-text {
        width: 100%;
        padding: 20px 5px 25px;
    }

    .photo-review-slider-box-text {
        z-index: 3;
        transform: rotateY(0deg) !important;
    }

    .photo-review-slider-box-img {
        width: 100%;
        left: 0;
        transform: rotateY(0deg) !important;
    }

    .photo-review-slider-box-text>.link-view {
        margin-top: 18px;
    }

    .photo-review-slider-box {
        width: 100%;
        height: 335px;
    }

    .photo-review-slider-box-img img {
        height: 100%;
        object-fit: contain;
        width: 100%;
    }
}