.video__modal__cont {
    width: 100%;
    position: relative;
    text-align: center;
}
.video__modal__cont video {
    object-fit: cover;
    max-width: 100%;
}
.all-reviews-videos video, .ex-drag.ex-video-thumbnails video {
    pointer-events: none;
}
form#review-submit-form svg.ex-trash-svg {
    margin-top: -4px;
}
.dropzone .dz-preview.dz-image-preview {
    background: none;
}
form#review-submit-form .dz-image {
    height: 105px;
    width: 105px;
}
.dropzone .dz-preview .dz-remove:hover{
    background: red;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    width: 24px;
    height: 24px;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    background: #9B9B9B;
    border-radius: 4px;
    margin-top: 4px;
}
div#myModal h4.modal-title {
    font-family: 'Alegreya Sans';
    font-size: 28px;
    font-weight: 400;
}
div#myModal .modal-content {
    padding: 40px;
    border-radius: 20px;
    height: 90vh;
    gap: 20px;
}
#ex-reviews .modal-dialog {
    max-width: 90% !important;
}
.review-media-add-block-text{
    font-size: 16px;
    line-height: 135%;
    margin-left: 10px;
    display: inline-block;
}
input#input-name {
    height: 46px;
    border: 0;
    border-radius: 10px !important;
}
.reviews-sort {
    position: relative;
    display: inline-block;
}
span.card-add-review-item-pres__name {
    font-size: 16px;
}
.ex-reviews-stack svg.ex-star {
    width: 14px;
    height: 14px;
}
.card-add-review-item-pres__name__stars {
    gap: 2px;
}
.reviews-sort__toggle {
    cursor: pointer;
    user-select: none;
    background: #fff;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
span.reviews-sort__selected {
    font-weight: 600;
}
.reviews-sort__arrow {
    margin-left: 8px;
    transition: transform .2s ease;
}

.reviews-sort.open .reviews-sort__arrow {
    transform: rotate(180deg);
}

.reviews-sort__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all .2s ease;
    z-index: 20;
    padding: 0;
}

.reviews-sort.open .reviews-sort__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.reviews-sort__list li {
    padding: 8px 14px;
    list-style: none;
    cursor: pointer;
    transition: background .2s ease;
}

.reviews-sort__list li:hover {
    background: #f0f0f0;
}

.reviews-sort__list li.active {
    background: #000;
    color: #fff;
}

.swiper-button-prev-foto {
    position: absolute;
    top: calc(50% - 8px);
    left: 20px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    z-index: 10;
    transform: translateY(-50%);
}

.swiper-button-next-foto {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    z-index: 10;
    transform: translateY(-50%);
}
.card-add-review-img {
    padding-bottom: 1rem;
}
.swiper-button-next-foto,
.swiper-button-prev-foto {
    border: none;
    background: #FFFFFF66;

    @media (max-width: 800px) {
        display: none !important;
    }
}

.swiper-button-next-foto::after,
.swiper-button-prev-foto {
    display: none;
}
#ex-reviews {
    font-size: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
}
.card-add-review-foto {
    margin-top: 20px;
}
.ex-reviews-box {
    width: 100%;
    order: 1;
}
.card-add-notreview_left p,
.card-add-notreview_left span {
    line-height: 24px;
    font-size: 16px;
    color: #000;

    @media (max-width: 800px) {
        font-size: 14px;
        line-height: 19px;
    }

    @media (max-width: 576px) {
        font-size: 12px;
        line-height: 16px;
    }
}

.card-add-notreview__btn {
    height: 46px;
    background: #19735F;
    width: calc(50% - 76px);
    cursor: pointer;
    transition: .6s;

    @media (max-width: 800px) {
        font-size: 14px;
        width: 100%;
        height: 43px;
    }
}

.card-add-notreview__btn:hover {
    background: #2BA68B;
}
.card-add-notreview {
    background: #F5F5F5;
    padding: 20px 30px;
    width: 100%;
    height: 92px;
    border-radius: 20px;
    margin-top: 20px;

    @media (max-width: 800px) {
        flex-direction: column;
        gap: 10px;
        height: auto;
    }

    @media (max-width: 576px) {
        padding: 15px 15px;
    }
}
.card-add-notreview_left{
    gap: 20px;
}
.card-add-notreview img {
    @media (max-width: 576px) {
        width: 30px;
        height: 30px;
    }
}
.card-bar-review__btn {
    width: 100%;
    height: 46px;
    background: #19735F;
    border-radius: 10px;
    cursor: pointer;
    transition: .6s;
}

.card-bar-review__btn:hover {
    background: #2BA68B;
}
.card-add-review__tittle {
    font-size: 20px;
    line-height: 27px;

    @media (max-width: 800px) {
        font-size: 16px;
        line-height: 22px;
    }
}
.card-add-review__num {
    padding: 8px 14px;
    border: 1px solid #C3C3C3;
    line-height: 16px;
}

.card-add-review {
    margin-top: 52px;

    @media (max-width: 800px) {
        margin-top: 20px;
    }
}
.rating-container-top-empty svg.ex-star.ex-star-grey {
    fill: #808080;
}
.card-bar-review {
    padding: 30px;
    border: 1px solid #C3C3C3;
    margin-top: 40px;
    border-radius: 20px;

    @media (max-width:1024px) {
        display: none;
    }
}
.rating-box-top svg.ex-star {
    width: 12px;
    height: 12px;
}
.card-bar-review-head {
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 20px;
    margin-bottom: 11px;
}
.rating-container-top {
    display: flex;
    flex-direction: row-reverse;
    gap: 2px;
}

.product-reviews-rating-line {
    height: 4px;
    background: #ebebeb;
    margin: 0 15px;
    width: 300px;
    border-radius: 4px;
}

.ex-select {
    height: auto;
}

.product-reviews-rating-line span {
    display: block;
    height: 100%;
    background: #e9e9e9;
    border-radius: 4px;
}

.rating-box-top {
    display: flex;
    align-items: center;
    height: 24px;
    margin-bottom: 10px;
}

.vd-prev img{
    width: 120px;
}

.product-reviews-rating-value {
    padding: 3px 7px;
    font-weight: 500;
    line-height: 17px;
    color: #f4f4f4;
    border-radius: 2px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    /* flex-basis: 0; */
    max-width: 30px;
    min-width: 20px;
    background: green;
}

.rating-box-top .ex-star {
    margin: 0;
}

.product-reviews-top-block {
    display: flex;
    margin: 30px 0;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #00000057;
}

.product-reviews-top-left {
    flex: 1;
}

.rating-box-top:first-child .product-reviews-rating-line span {
    background: #808080;
}

.rating-box-top .product-reviews-rating-value{
    background: #F5F5F5;
    color: #0D0D0D;
    font-size: 14px;
    padding: 0;
    width: 30px;
    height: 24px;
    align-content: center;
    line-height: 1;
    display: block;
    border-radius: 4px;
}
.rating-box-top:nth-child(2) .product-reviews-rating-line span {
    background: #808080;
}

.rating-box-top:nth-child(3) .product-reviews-rating-line span {
    background: #808080;
}

.rating-box-top:nth-child(4) .product-reviews-rating-line span {
    background: #808080;
}

.rating-box-top:nth-child(5) .product-reviews-rating-line span {
    background: #808080;
}

.store-reviews-top-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.store-reviews-top-value {
    font-size: 34px;
    margin-bottom: 5px;
    color: #4c4c4c;
}

.store-reviews-top-value span {
    font-size: 20px;
    font-weight: 300;
}

.store-reviews-top-value-text {
    font-size: 15px;
    margin-bottom: 20px;
}

.rating-container-top-left {
    position: relative;
    width: fit-content;
    display: flex;
    margin-right: 0;
}

.rating-container-avg {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.rating-container-top-left .ex-star {
    width: 16px;
    height: 16px;
}

.rating-container-top-full {
    position: absolute;
    top: 0;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
}
.ex-video-thumbnail a:focus-visible {
    border: 0;
    box-shadow: none;
    outline: none;
}
.ex-youtube-svg {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 40px;
    z-index: 1;
    pointer-events: none;
    transform: translateX(-50%);
}

.review-childrens-container {
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}
.review-answer-title-container {
    margin: -10px -10px 0;
    padding: 10px;
    background: #f1f1f1;
    overflow: hidden;
}

.children-reviews-box::before {
    /*content: "";*/
    position: absolute;
    height: 20px;
    width: 20px;
    background: #f1f1f1;
    top: -10px;
    left: 10%;
    transform: rotate(45deg);
    z-index: 1;
}

.children-reviews-box {
    position: relative;
}

.ex-form label {
    font-size: 12px;
    font-weight: normal;
    padding-top: 7px;
    margin-bottom: 0;
}

.allready-buy {
    padding-right: 10px;
}

.ex-form .form-control {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 38px;
}
.swiper-scrollbar.swiper-scrollbar-foto, .swiper-scrollbar.swiper-scrollbar-video, .swiper-scrollbar.swiper-scrollbar-reviewfoto {
    height: 6px;
    margin-top: 0;
    left: auto;
    cursor: pointer;
    width: 100%;
    bottom: 0;
}
.swiper-scrollbar.swiper-scrollbar-foto .swiper-scrollbar-drag, .swiper-scrollbar.swiper-scrollbar-video .swiper-scrollbar-drag, .swiper-scrollbar-reviewfoto .swiper-scrollbar-drag{
    background: #808080;
}
.card-add-review-item-head {
    gap: 16px;
}
.review-date {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    flex: 1;
    color: #000;
}
.card-add-review-img, .customer__video__slider {
    padding-bottom: 17px;
    margin-top: 10px;
}
.ex-image-additional a {
    position: relative;
    border: none;
    overflow: hidden;
    padding: 0;
    display: block;
    border-radius: 20px;
    transition: .3s all;
    transform: scale(1);
}
.mt-10{
    margin-top: 10px;
}
.ex-image-additional a:hover img,
.ex-video-thumbnail a:hover img {
    transform: scale(1.1);
    transition: all .3s;
}
.ex-video-thumbnail img {
    width: 100%;
}
.ex-image-additional a:focus-visible {
    outline: none;
}
.ex-photo-thumbnails {
    margin-bottom: 0;
}

.ex-video-thumbnail a {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 20px;
}

.review-media-container {
    overflow: hidden;
    margin: 20px 0;
}

.reviews-author {
    float: left;
    margin: 0 0 10px;
    font-weight: 600;
}
.review-author-name{
    font-weight: 400;
}
.ex-plus,
.ex-minus {
    font-weight: 700;
}

.ex-plus {
    color: #808080;
    margin-top: 7px;
    font-weight: 400;
}

.ex-minus {
    color: #ff6464;
    margin-top: 7px;
}

.review-vote-count {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.5px;
}
button.review-vote {
    display: flex;
    align-items: center;
    gap: 6px;
}
.reviews-date {
    float: right;
}

.heading_title_reviews {
    margin: 0px 0 20px;
}

.review-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    background: #fff;
    width: 100%;
    position: relative;
    box-shadow: none;
    overflow: hidden;
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 40px;
}

.ex-comment-text {
    width: 100%;
    min-height: 50px;
    font-size: 16px;
    color: #000;
}

.children-review-container .review-rating-change-buttons {
    margin-bottom: 10px;
}

.children-review-container:not(:first-child) {
    margin-top: 20px;
}

#review {
    margin-bottom: 20px;
}

.review-author {
    flex: 1;
}

.ex-cart-svg {
    height: 19px;
    width: 19px;
    fill: #009a0a;
    vertical-align: sub;
}

.ex-check-svg {
    height: 16px;
    width: 16px;
    margin-left: 5px;
    vertical-align: top;
    fill: #338cd1;
}

.review-text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.review-answer-title-container .review-author {
    float: left;
    position: relative;
}

.review-title-container {
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: -10px -10px 0;
    align-items: center;
}
.rating-container {
    width: 100%;
    height: 30px;
    text-align: center;
    flex: 1;
}
.review-rating-change-buttons {
    min-width: 100px;
    text-align: left;
    align-self: center;
    flex: 1;
    display: flex;
}

.review-vote {
    border: 0;
    background: none;
    outline: 0;
    opacity: .8;
    padding: 0 6px;
}

.review-vote:hover {
    opacity: 1;
}

.review-container-footer {
    overflow: hidden;
    margin-top: 20px;
}

.ex-futer-buttons {
    display: flex;
}

.review-media-all {
    padding-bottom: 20px;
    overflow: hidden;
    order: 1;
    width: 100%;
}
.imgbb {
    display: block;
    width: 100%;
    @media (min-width: 1024px) {
        max-width: 100%;
    }
    @media (max-width: 575px) {
        min-width: 0;
    }
}
.review-all-photo-title {
    padding-top: 11px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

.review-media-add-block {
    float: left;
    margin-right: 10px;
}

.image-crop {
    position: absolute;
    max-width: 500px !important;
    top: -40%;
    left: -40%;
}

.media-add-button-icon {
    width: 40px;
    height: 40px;
    fill: currentColor;
    display: block;
}

.btn-link-review {
    color: #4d74b2;
    cursor: pointer;
    font-size: 12px;
}

.btn-link-review:hover {
    color: #3a83f6;
}

.reviews-user-add-content-block {
    overflow: hidden;
    padding-top: 0;
}

.user-content-add-caption-arrow {
    display: block;
    position: absolute;
    top: 26px;
    left: 0;
    width: 47px;
    height: 22px;
}

.user-review-write-block {
    background: #f6f6f6;
    border-bottom: 0;
    box-shadow: inset 0px 0px 0 1px #f8f8f8, 1px 1px 5px #00000054;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 20px;
}

.popup-media-nav-tabs {
    width: 50%;
    text-align: center;
}

.dropzone {
    margin: 25px;
    border: 2px dashed #c2c1c1;
}

.dropzone .dz-preview .dz-error-message {
    top: 150px;
}

.images-user-content-block .dz-success-mark,
.images-user-content-block .dz-error-mark,
.images-user-content-block .dz-size {
    display: none;
}

.images-user-content-block .dz-preview {
    display: inline-block;
    margin: 5px;
    text-align: center;
}
.images-user-content-block  .dz-image {
    width: 60px;
    height: 60px;
}
.images-user-content-block .dz-image img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.images-user-content-block .dz-details {
    display: none;
}

.images-user-content-block .vd-prev {
    background: none;
    width: 127px;
    float: left;
    height: 130px;
    margin: 1%;
    border: 0;
    padding: 0 5px;
    border-radius: 15px;
    position: relative;
}

.super-star-text {
    text-align: center;
    position: absolute;
    top: 30px;
    width: 100%;
}

.star-block {
    width: auto;
    cursor: pointer;
}

.popup-footer {
    padding: 5px 20px 10px;
}

.alert-danger {
    border-color: #f2dede;
}

.review-answer-container {
    overflow: hidden;
    padding: 14px 5px 20px;
    display: none;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

#input-sort {
    height: 32px;
}

#button-review-extended {
    margin-right: 0;
    display: block;
    background: #19735F;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    height: 46px;
    align-content: center;
    border-radius: 10px;
    padding: 0 2rem;
}
.btn-link-review.active path,
.attach__file.active path
{
    fill: #19735F;
}
.review-thumb {
    border-radius: 2px;
    overflow: hidden;
    margin: 0 3px 20px;
    box-shadow: 1px 1px 5px #00000029;
    border: none;
}

.review-thumb .image {
    text-align: center;
}

.review-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.review-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
}

.ex-drag.active a {
    pointer-events: none !important;
}

.modal-review-image {
    max-width: 100%;
    height: auto;
}

.modal-image-container {
    flex: 4;
    padding: 10px 20px;
    overflow: hidden;
}

.modal-review-info {
    flex: 2;
    padding: 10px 5px;
    overflow-y: auto;
}

.ex-modal-dialog {
    width: 80%;
    height: 80%;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    height: 100%;
    position: relative;
    margin: 0 auto 20px;
    cursor: grab;
    align-content: center;
}

.original_image {
    text-align: center;
    padding-top: 10px;
}

/* Hide the images by default */
.mySlides {
    display: none;
    width: 100%;
}

/* Next & previous buttons */
.ex-prev:hover svg path, .ex-next:hover svg path {
    fill: #fff;
    opacity: .8;
}
.ex-prev:hover, .ex-next:hover {
    background: #19735F;
    border-color: #19735F;
}
.ex-prev, .ex-next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    color: #3e77aa;
    font-weight: bold;
    font-size: 23px;
    user-select: none;
    width: 44px;
    height: 44px;
    border: 2px solid #F5F5F5;
    border-radius: 10px;
    text-align: center;
    background: #fff;
}

/* Position the "next button" to the right */
.ex-next {
    right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.ex-prev:hover,
.ex-next:hover {
    color: #ff7878;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background: #00000038;
    border-radius: 4px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.ex-fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.ex-flex-modal {
    display: flex;
    flex-direction: row;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.ex-modal-image {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 742px;
    border-radius: 20px;
}

.review-title-container,
.children-review-container:first-child .review-answer-title-container {
    border-top: 0px !important;
}

@media (min-width: 768px) {
    .ex-flex-modal {
        gap: 20px;
    }

    .review-thumb .image {
        float: left;
        padding: 0 15px;
    }

    .review-thumb .caption {
        padding: 0 20px;
        min-height: 180px;
        margin-left: 230px;
    }

    .review-inner-container {
        flex-direction: row;
        display: flex;
    }

    .ex-image {
        margin: -10px 10px 0 -10px;
        position: relative;
        z-index: 1;
        flex: 1;
    }

    .ex-caption {
        flex: 3;
        width: 100px;
    }

    .ex-drag::-webkit-scrollbar,
    .modal-review-info::-webkit-scrollbar {
        height: 4px;
        width: 6px;
    }

    .ex-drag::-webkit-scrollbar-track,
    .modal-review-info::-webkit-scrollbar-track {
        background: #eaeaea;
        border-radius: 20px;
    }

    .ex-drag::-webkit-scrollbar-thumb,
    .modal-review-info::-webkit-scrollbar-thumb {
        background-color: #a5a5a5;
        border-radius: 20px;
        border: 0;
    }

    .ex-drag::-webkit-scrollbar-thumb:hover,
    .modal-review-info::-webkit-scrollbar-thumb:hover {
        background: #7b7b7b;
    }
}

.ex-thumbs {
    width: 20px;
}

/*  BUTTONS  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  */

.ex-btn {
    box-shadow: none !important;
    outline: 0 !important;
    border: 0;
}

.ex-drag {
    overflow-x: auto;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
    padding-bottom: 0;
    gap: 10px;
    display: flex;
}

.ex-drag.active div {
    cursor: grabbing !important;
    cursor: -webkit-grabbing;
}

.ex-drag>div {
    display: inline-block;
}

.ex-top-group {
    margin: 20px 0 40px;
    display: flex;
    order: 1;
}

.ex-star {
    width: 16px;
    height: 16px;
    fill: #ffa900;
    /*margin-left: -2px;*/
}

.ex-star-grey {
    fill: #C3C3C3;
}

.ex-star-input {
    fill: #cccccc;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 3px;
}

.add-review-star-wrap:hover .ex-star-input,
.star-active .ex-star-input {
    fill: #ffa900;
}

.add-review-star-wrap>div:hover~div svg {
    fill: #cccccc !important;
}

.add-review-star-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    width: fit-content;
}

.ex-form {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.ex-form-buttons {
    overflow: hidden;
}

#review-cancel-button {
    float: left;
}

#button-answer-review {
    float: right;
}

.ex-title {
    text-align: center;
    font-size: 20px;
    margin: 15px 0;
}

.ex-like {
    height: 19px;
    width: 19px;
    fill: #009a0a;
    vertical-align: middle;
}
.dropzone .dz-preview .dz-image img{
    width: 100%;
    max-width: 100%;
}
.ex-dislike {
    transform: rotate(180deg);
    fill: #ff6464;
    vertical-align: middle;
}

.ex-sort {
    margin: 0 auto 0 0;
}

.ex-hidden {
    display: none;
}

#review-image, #dropzone-videos, #dropzone-review {
    margin: 20px 0 10px;
    border-radius: 20px;
    min-height: 0px;
    padding: 20px 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Crect x='1' y='1' width='calc(100%25 - 2px)' height='calc(100%25 - 2px)' rx='16' ry='16' fill='none' stroke='%23cfcfcf' stroke-width='2' stroke-dasharray='12 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    border: 0;
}

.dropzone .dz-message {
    margin: 0;
}

.ex-allert-block {
    margin: 10px 0;
}
.admin_reply {
    padding-left: 20px;
    border-left: 1px solid #000;
    margin-top: 20px;
}
.ex-trash-svg {
    height: 10px;
    width: 10px;
    margin-top: -3px;
    pointer-events: none;
}
.ex-trash-svg:hover {
    fill: #b60000;
}

#add-video-button {
    width: 100%;
    margin-top: 4px;
}

#input-video-href {
    width: 100%;
    display: block;
}

#tab-add-video {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px 13px 16px 0;
    min-height: 100px;
}

.video-input {
    position: relative;
}
.ex-alert.alert-success {
    background: green;
}
.video-input .ex-btn,
.video-input .ex-btn .form-control {
    height: 100% !important;
}

.vd-prev {
    margin: 0 10px 10px 0;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
}

.remove_video {
    display: block;
    text-align: center;
    cursor: pointer;
    width: 100%;
    border: 0;
    outline: 0;
}

.ex-alert {
    padding: 8px 14px 8px 14px !important;
    margin: 5px 0 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: red;
    color: #fff;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .ex-modal-dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
        height: auto;
    }

    .ex-flex-modal {
        flex-direction: column;
    }

    .ex-reviews-page .review-title-container {
        margin: 0 -10px;
    }

    .ex-image img {
        margin: 0 auto;
    }
}

@media (max-width:480px) {
    .product-reviews-top-block {
        flex-direction: column-reverse;
    }

    .slideshow-container {
        height: 280px;
        align-items: center;
        display: flex;
    }

    .ex-modal-image {
        max-height: 280px;
    }

    .ex-prev {
        left: -30px;
    }

    .ex-next {
        right: -30px;
    }

    .original_image {
        position: absolute;
        bottom: -26px;
    }

    .product-reviews-rating-value {
        min-width: 30px;
    }

    .product-reviews-top-right {
        margin-bottom: 20px;
    }

    .store-reviews-top-title {
        display: none;
    }

    .review_note {
        display: block;
        overflow: hidden;
        float: left;
        width: 100%;
        margin: 0;
    }

    .heading_title_reviews {
        font-size: 20px;
    }

    .ex-breadcrumb {
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }

    .ex-breadcrumb li {
        font-size: 12px;
    }

    .ex-breadcrumb::before {
        background: black;
        height: 30px;
        width: 30px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .user-review-write-block {
        padding: 0 7px;
    }

    .dz-message h3,
    .dz-message h4 {
        display: none;
    }

}

@media(max-width: 360px) {
    .ex-star {
        width: 15px;
        height: 15px;
    }
}
textarea#input-review {
    border: 2px solid #fff;
    border-radius: 10px !important;
    overflow: hidden;
    padding: 12px 16px;
}
textarea#input-review:focus {
    box-shadow: none;
    border-color: #19735F;
}
#ex-form-review {
    width: 100%;
    margin: 15px 0 10px;
    background: #F5F5F5;
    border-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    display: none;
    order: 1;
}
#review-submit-form{
    width: 100%;
    margin: 15px 0 10px;
    background: #F5F5F5;
    border-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    @media(max-width: 767px) {
        padding: 20px;
    }
}

.ex-reply-svg {
    height: 12px;
    width: 12px;
    fill: relative;
}

.ex-pencil-svg {
    height: 13px;
    width: 13px;
    fill: currentColor;
    margin: -2px 0;
}

.ex-button-right-block {
    text-align: right;
}

.ex-more-svg {
    height: 25px;
    width: 30px;
    fill: #32C220;
    vertical-align: bottom;
    transition: all .3s;
}

.show-more-button {
    border: 0;
    outline: 0;
    background: none;
    font-size: 16px;
}

.show-more-button:hover {
    color: #32C220;
}

.show-more-button:hover svg {
    transform: rotate(45deg);
}

.show-more-block {
    margin-bottom: 15px;
}

.ex-product-name {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.ex-check-input {
    margin: 0 5px 0 0;
    display: inline-block;
}