.prod-main-box .prod-main-video,
.prod-main-box .prod-main-reviews {
    position: relative;
    display: none;
    width: 100%;
    margin: auto;
}

.prod-main-box .prod-main-video .section,
.prod-main-box .prod-main-reviews .section {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

/*===================================================================================*/
/*  STAR-RATING
/*===================================================================================*/
@font-face {
    font-family: 'star';
    src: url("../fonts/star.eot");
    src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.5em;
    font-family: 'star';
}

.star-rating:before {
    content: "\73\73\73\73\73";
    color: rgba(0, 0, 0, 0.2);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700;
}

p.stars {
    display: inline-block;
    margin: 0;
}

p.stars a {
    position: relative;
    color: #fed700;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "FontAwesome";
    content: "\f006";
    text-indent: 0;
}

p.stars a:hover~a:before {
    content: "\f006";
}

p.stars:hover a:before {
    content: "\f005";
}

p.stars.selected a.active:before {
    content: "\f005";
}

p.stars.selected a.active~a:before {
    content: "\f006";
}

p.stars.selected a:not(.active):before {
    content: "\f005";
}

p.stars:hover a:before {
    content: "\f005";
    font-family: 'FontAwesome';
}

p.stars.selected a.active::before,
p.stars a.active::before,
p.stars:hover a::before {
    content: "\f005";
    font-family: 'FontAwesome';
}

/**
 * Video
 */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
* Product
*/
.contact-form {
    display: grid;
    gap: 20px;
}

.product-review__add-title {
    font-size: 1.286em;
    line-height: 1.222em;
    font-weight: normal;
    border: none;
    padding-bottom: 0;
    color: #333e48;
    position: relative;
    margin-bottom: 2.571em;
}

.comment-form-rating {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
}

.comment-form-rating-label {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}

.product-review__add-comment {
    height: 100px;
    font-size: 12px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    padding: 0.857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    border-radius: 1.571em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
}

.product-review__add-name {
    display: flex;
    align-items: baseline;
}

.product-review__add-name label {
    display: block;
    float: left;
    width: 100px;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.286em;
    font-weight: bold;
    margin-bottom: 0.857em;
}

.product-review__add-name input {
    font-size: 16px;
    width: 250px;
    margin-top: 15px;
    padding: 0.857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    border-radius: 1.571em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
}

.product-review__btn {
    font-size: 0.875rem;
    border-radius: 1.571em;
    padding: 1.036em 2.134em;
    border-width: 0;
    color: #333e48;
    background-color: #FFDB4D;
    border-color: #FFDB4D;
    display: block;
    margin-top: 10px;
    margin-right: 0px;
}

.product-review__btn:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.comments {
    display: grid;
    gap: 20px;
}

.comments__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comments__item:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.comments__rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.5em;
    font-family: 'star';
}

.comments__rating:before {
    content: "\73\73\73\73\73";
    color: rgba(0, 0, 0, 0.2);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.comments__rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.comments__rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700;
}

.comments__answer {
    background-color: #FDD209;
    padding: 10px 20px;
    border-radius: 3px;
}

.comments__images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.comments__answer-title {
    font-size: 18px;
    font-weight: 600;
}

.product-review {
    /*display: grid;*/
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px 0;
}

@media screen and (max-width: 991px) {
    .product-review {
        grid-template-columns: 1fr;
    }
}

.product-review input[type=text]:focus,
.product-review input[type=tel]:focus,
.product-review textarea:focus,
.product-review select:focus {
    background-color: #fff;
    border-color: #fed700 !important;
    box-shadow: inset 0 1px 2px rgba(0, 140, 214, .075), 0 0 4px rgba(254, 215, 0, .75);
}

.product-review .based-title {
    font-size: 1.286em;
    line-height: 1.222em;
    margin-bottom: 2.571em;
}

.product-review .avg-rating {
    margin-bottom: 1.429em;
}

.product-review .avg-rating span {
    display: block;
    font-size: 2.143em;
    font-weight: bold;
    line-height: 0.6em;
}

.product-review .avg-rating .avg-rating-number {
    display: block;
    font-size: 2.143em;
    font-weight: bold;
    line-height: 0.6em;
}

.product-review .rating-histogram .rating-bar {
    margin-bottom: 1.429em;
}

.product-review .rating-histogram .rating-bar::after {
    content: "";
    display: table;
    clear: both;
}

.product-review .rating-histogram .rating-bar .rating-percentage-bar {
    float: left;
}

.product-review .rating-histogram .rating-bar .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.5em;
    font-family: 'star';
    float: left;
}

@media screen and (max-width: 767px) {
    .product-review .rating-histogram .rating-bar .star-rating {
        margin-right: 0;
    }
}

.product-review .rating-histogram .rating-percentage-bar {
    width: 14.286em;
    height: 0.714em;
    border-radius: 0.286em;
    background-color: #f3f3f3;
    margin-top: 0.143em;
    margin-left: 2.857em;
}

@media screen and (max-width: 767px) {
    .product-review .rating-histogram .rating-percentage-bar {
        margin-left: 0;
    }
}

.product-review .rating-histogram .rating-percentage {
    height: 100%;
    background-color: #d8d8d8;
    display: block;
    border-radius: 0.286em;
}

.product-review .rating-histogram .rating-count {
    float: left;
    margin-left: 0.714em;
    line-height: 1em;
}

.product-review .rating-histogram .rating-count.zero {
    color: #b6b6b6;
}