.mt-5 {
    margin-top: 2.5rem !important;
}
.mr-2 {
    margin-right: 1rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.font-weight-bolder {
    font-weight: 800 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-semi-bold {
    font-weight: 600 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-normal {
    text-transform: none !important
}

.font-italic {
    font-style: italic !important
}

.font-normal {
    font-stretch: normal !important
}

.avg-rating-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem
}

.avg-rating-container mark {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #26c;
    background: none;
    margin-right: 1.8rem
}

.avg-rating-container .rating-reviews:hover {
    color: #999
}
span.ratings {
    width: 80px;
    display: inline-block;
}
.ratings-item {
    display: flex;
    align-items: center
}

.ratings-item .ratings-container {
    margin-right: 1.8rem
}

.ratings-item .progress-value {
    margin-left: 2rem
}

.rating-percent {
    background: #eee;
    height: 0.8rem;
    width: 200px;
    max-width: 100%;
    border-radius: 1rem
}

.rating-percent span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #999
}
.ratings-container i.fa, .comment-verified {
    color: #d26e4b;
}
.tooltiptext {
    font-family: Poppins, sans-serif;
    position: absolute;
    padding: 1rem 0.7rem;
    bottom: 150%;
    left: 48%;
    background-color: #333;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 1;
    transition: opacity 0.3s
}

.tooltip-bottom:after, .tooltip-top:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid
}

.tooltip-top:after {
    top: 96%;
    border-color: #333 transparent transparent transparent
}

.tooltip-bottom:after {
    top: -37%;
    border-color: transparent transparent #333 transparent
}
.comments ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.comments {
    padding: 6rem 0;
    border-top: 1px solid #ebebeb;
}

.comments ul ul {
    margin-left: 6rem;
    padding-top: 4.5rem
}

.comments li {
    margin-bottom: 4.5rem
}

.comments li:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width: 575px) {
    .comments ul ul {
        margin-left: 3rem
    }
}
.reviews_images_all {
    overflow: hidden;
}
.reviews_images_all_img {
    max-width: 24%;
    height: auto;
}

.comment {
    position: relative;
    display: flex;
    align-items: flex-start
}

.comment p:last-child {
    margin-bottom: 0
}

.comment-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0.8rem 0 0 2.5rem
}

.comment-reply {
    background: #f3f3f3;
    color: #000;
    line-height: 1;
    letter-spacing: -0.01em;
    padding: 0.5rem;
    margin: 1rem 1.5rem;
    position: relative;
}
.comment-reply:before {
    content: "";
    display: block;
    position: absolute;
    left: 1rem;
    top: -15px;
    border-bottom: 15px solid #f3f3f3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.comment-media {
    max-width: 6rem;
    flex: 0 0 6rem;
    height: 6rem;
    overflow: hidden
}

.comment-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comment-user {
    margin-bottom: 1rem
}

.comment-user h4 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0
}

.comment-user h4 a:focus, .comment-user h4 a:hover {
    color: #26c
}

.comment-user h4 span {
    display: block
}

.comment-date {
    display: block;
    margin-bottom: 0.5rem;
    color: #999;
    line-height: 1
}
.comments-list li {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e1e1e1
}

.comments {
    padding: 1rem
}

.comment-title {
    font-size: 1rem;
    text-transform: uppercase;
}
.comment p {
    margin-bottom: 0;
    font-size: 1.2em;
}

.comment-rating {
    right: 0;
    top: 3rem;
    font-size: 1.2rem;
    margin-bottom: 1rem
}
.comments .file-input-wrappers {
    display: flex
}

.comments .file-input-wrappers > * {
    width: 6rem;
    height: auto;
    margin-right: 1rem;
    cursor: zoom-in
}

.comments .file-input-wrappers img {
    height: auto
}

.comments .feeling i {
    font-size: 1.4rem
}
.comments .feeling i.active {
    color: #0000CC;
}

.comments .btn-play {
    display: flex;
    justify-content: center;
    align-items: center
}

.comments .btn-play i {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7)
}
#productReviewLink {
    overflow: hidden;
}
.btn {
    display: inline-block;
    border: 2px solid #e4eaec;
    background-color: #e4eaec;
    color: #222;
    outline: 0;
    padding: 1.22em 2.78em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.btn-icon-left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-icon-left i {
    margin-right: 0.7rem;
    margin-left: 0;
}
.btn-link {
    color: #FFF !important;
    border: 0;
    background-color: transparent;
}
.btn-slide-up:active i, .btn-slide-up:focus i, .btn-slide-up:hover i {
    animation: 0.5s 2 ease slideUp
}

.btn-slide-down:active i, .btn-slide-down:focus i, .btn-slide-down:hover i {
    animation: 0.5s 2 ease slideDown
}

@keyframes slideLeft {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-0.5em)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(0.5em)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-0.5em)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(0.5em)
    }
    to {
        transform: translateY(0)
    }
}
.ratings-main, .comments {
    float: none !important;
}
