/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-miniature .thumbnail-container .product-thumbnail img {
    width: auto;
}

.product_header_container .ets-rv-product-comments-additional-info>* {
    display: none !important;
}

.product_header_container .ets-rv-product-comments-additional-info .ets-rv-btn-read-user {
    display: flex !important;
}

.ets-rv-product-comments-additional-info .ets-rv-btn-read-user {
    display: none !important;
}

.x13recieptorinvoice img {
    height: 25px;
    width: auto;
    margin-right: 3px;
}

.ets_rv_grade_stars i.ets_svg_icon .star_full {
    position: absolute;
    left: 0;
    top: 0;
}

.ets_rv_grade_stars i.ets_svg_icon span {
    line-height: 20px;
    display: block;
    white-space: nowrap;
    margin-top: -1px;
}

.ets_rv_grade_stars i.ets_svg_icon {
    display: inline-block;
    float: left;
    font-style: normal;
    font-size: 20px;
    position: relative;
    line-height: 20px;
    height: 20px;
}

#index .products.swiper-container .swiper-slide {
    max-height: 523px;
}

#product .ets-rv-post_content_footer_modal button.btn.ets-rv-btn-comment.ets-rv-btn-comment-big:not(:hover),
#product .ets-rv-post_content_footer_modal button.btn.btn-question.ets-rv-btn-question-big:not(:hover),
#product .ets-rv-post_content_footer_modal .ets_rv_modal_review button.btn.ets-rv-post-product-question:not(:hover) {
    color: #ffe600 !important;
}

.comment_dropdown_action .dropdown-menu li {
    display: flex;
    gap: 10px;
}

.comment_actions_right>span:hover,
.comment_actions_right>span.active,
.comment_actions_right>span.current {
    color: #484848;
    fill: #484848;
    border-color: #fff;
    background: #fff;
}

.product-miniature .thumbnail-container:hover .product-thumbnail-first:last-child {
    opacity: 0;
}