.vote-product__review-img {
    width: 104px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 16px;
}
.vote-product__review-img img {
    max-width: 100%;
    max-height: 100%;
}
.vote-product__review .flip-container {
    width: 384px;
    height: 85%;
    overflow-y: scroll;
}
.vote-product__review .flip-header {
    padding: 16px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}
.vote-product__review .flip-content {
    margin-top: 0;
}
.vote-product__review-info {
    background: #FAFAFA;
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 20px;
}
.vote-product__review .flip-content form:not(.buyOneClickForm) {
    padding: 16px;
}
.vote-product__review-criteria span {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: #455A64;
    display: block;
    margin-bottom: 24px;
}
.vote-product__review-criteria {
    margin-bottom: 56px;
}

.radio-custom {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.radio-custom + label {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}
.radio-custom + label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ECEFF1;
    border-radius: 50%;
    background: #FFF;
}
.radio-custom + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #008DEE;
    opacity: 0;
    transition: .2s;
}
.radio-custom:checked + label:before {
    border: 2px solid #008DEE;
}
.radio-custom:checked + label:after {
    opacity: 1;
}
.vote-product__review-exp input {
    width: calc(100% - 35px) !important;
}
.vote-product__review-exp > div {
    margin-bottom: 40px;
}
.vote-product__review-exp > div:last-child {
    margin-bottom: 0;
}
.vote-product__review-recommend input {
    width: 0 !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.vote-product__review-recommend {
    display: flex;
    border-radius: 4px;
}
.vote-product__review-recommend > div {
    width: 50%;
    height: 48px;
}
.vote-product__review-recommend > div:first-child label {
    border-radius: 4px 0 0 4px;
}
.vote-product__review-recommend > div:last-child label {
    border-radius: 0 4px 4px 0;
}
.vote-product__review-recommend label {
    width: 100%;
    height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #667580;
    border: 1px solid #ECEFF1;
    cursor: pointer;
}
.vote-product__review-recommend input:checked + label {
    background: #008DEE;
    color: #B3E5FC;
    border: 1px solid transparent;
    cursor: default;
}
.vote-product__review-comment p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #90A4AE;
    margin-bottom: 16px;
}
.vote-product__review-comment textarea {
    height: 200px;
    resize: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #37474F;
}
.vote-product__review-criteria.vote-product__review-comment span {
    margin-bottom: 8px;
}
.vote-product__review-criteria.vote-product__review-comment {
    margin-bottom: 40px;
}
.vote-product__review-file {
    margin-bottom: 76px;
}
.flip-content .vote-product__review-sub {
    height: 40px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #008DEE;
    border-radius: 40px;
    border: 0;
    width: auto;
    margin: 0 auto 20px;
}
.flip-content .vote-product__review-sub:hover {
    opacity: 0.9;
}
.vote-product__review-rate > span {
    display: none;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #E53935;
    margin-top: 8px;
    margin-bottom: 0;
    position: absolute;
    margin-left: 22px;
}
.vote-product__review-rate.error {
    position: relative;
}
.vote-product__review-rate.error > span {
    display: block;
}
input:focus,
button:focus,
textarea:focus {
    outline: 0 !important;
}
.vote-product__review-reviewer > span {
    margin-bottom: 0;
}
.flip-popup {
    left: 0;
}
.vote-product__review-reviewer.error input {
    border-color: #E53935;
}
.vote-product__baron-scroller {
    height: calc(100% - 48px);
    width: 110%;
    padding-right: 10%;
}
.vote-product__review-file {
    position: relative;
}
.vote-product__review-file input[type="file"] {
    position: absolute;
    background: none;
    border: 0;
    width: 100%;
    height: 56px;
    outline: none;
    font-size: 14px;
    -moz-opacity: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    clear: both;
    left: 0;
    margin: 0;
}
.vote-product__review-file__fields > div {
    height: 56px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #546E7A;
    text-align: center;
    border: 1px dashed #CFD8DC;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 100%;
    margin-top: 9px;
}
.vote-product__review-file.success input[type="text"] {
    border: 0;
}
.vote-product__review-file__fields span:before {
    content: '';
    display: block;
    overflow: hidden;
    background-image: url(/local/templates/public/img/add-file.png);
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    z-index: 9;
}
.vote-product__review-file.success .vote-product__review-file__fields span:before {
    background-image: url('img/img-reload.svg');
}
.vote-product__review-file__fields span {
    position: relative;
    padding-left: 38px;
}
.vote-product__review-file__fields {
    position: relative;
}
.vote-product__baron-root .baron__track {
    width: 4px;
    right: 4px;
    bottom: 100px;
    top: 50px;
}
.vote-product__baron-root .baron__bar {
    width: 4px;
}
.vote-product__review-file__list {
    display: none;
}
.vote-product__review-file.success .vote-product__review-file__list {
    display: block;
}
.vote-product__review-file__list span {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: #263238;
    display: block;
    margin-bottom: 6px;
}
.vote-product__review-files > div {
    height: 48px;
    background: #FAFAFA;
    border-radius: 8px;
    margin: 2px 0;
    display: flex;
    align-items: center;
    padding-left: 38px;
    position: relative;
}
.vote-product__review-files > div:before {
    content: url("img/image.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 10px;
}
.vote-product__review-files > div:after {
    content: url("img/img-uploaded.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 8px;
}


@media (max-width: 767px) {
    .vote-product__review .flip-container {
        max-height: 100%;
    }
    .flip-close {
        top: 13px !important;
    }
}