.reviews-top-button {
    position: absolute;
    right: 40px;
    top: 25px;
}

div#ex-reviews .ex-top-group {
    display: none;
}

#ex-reviews {
    font-size: 14px;
    color: #777777;
    font-family: Jost, sans-serif;
}

.rating-container-top {
    display: flex;
    flex-direction: row-reverse;
}

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

.ex-select {
    height: auto;
}

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

.rating-box-top {
    display: flex;
    align-items: center;
    height: 30px;
}

.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-value,
.rating-box-top:first-child .product-reviews-rating-line span {
    background: #ffa900;
}

.rating-box-top:nth-child(2) .product-reviews-rating-value,
.rating-box-top:nth-child(2) .product-reviews-rating-line span {
    background: #e7ca00;
}

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

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

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

.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: 15px;
}

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

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

.rating-container-top-full {
    position: absolute;
    top: 0;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
}

.ex-youtube-svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 22px;
}

.review-childrens-container {
    margin-left: 5%;
    margin-bottom: 20px;
    position: relative;
    background: #fbfbfb;
    padding: 10px;
    box-shadow: 1px 1px 3px #00000057;
    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 {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444;
    margin-bottom: 10px;
}

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

.ex-form .form-control {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 38px;
}

.review-date {
    position: relative;
    font-size: 11px;
    font-weight: 600;
    text-align: right;
    flex: 1;
}

.ex-image-additional a {
    position: relative;
    border: none;
    overflow: hidden;
    padding: 0;
    display: block;
    margin: 0 10px 0 0;
    transition: all .3s ease-in-out;
}

.ex-photo-thumbnails {
    margin-bottom: 0;
}

.ex-video-thumbnail a {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: all .3s ease-in-out;
}

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

.reviews-author {
    float: left;
    margin: 0 0 10px;
    font-weight: 600;
}

.ex-plus,
.ex-minus {
    color: #909090;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    margin-bottom: 2px;
    display: inline-block;
}

.review-vote-count {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -.5px;
}

.reviews-date {
    float: right;
}

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

.review-container {
    padding: 10px 10px 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    position: relative;
    box-shadow: 1px 1px 3px #00000057;
    overflow: hidden;
}

.ex-comment-text {
    width: 100%;
    min-height: 50px;
}

.ex-comment-text p {
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
}

.ex-comment-text p:not(:last-child) {
    margin-bottom: 15px;
}

.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;
    margin-top: 10px;
}

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

.review-title-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.rating-container {
    /* width: 100%; */
    height: 18px;
    text-align: center;
    flex: 1;
}

.review-rating-change-buttons {
    min-width: 100px;
    align-self: center;
    flex: 1;
}

.review-vote {
    border: 0;
    background: none;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.review-container-footer {
    overflow: hidden;
}

.ex-futer-buttons {
    display: flex;
    justify-content: space-evenly;
}

.review-media-all {
    padding-bottom: 20px;
    overflow: hidden;
}

.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%;
}

.imgbb {
    max-width: 300px !important;
}

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

.btn-link-review {
    cursor: pointer;
    color: #333;
    font-family: Jost, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn-link-review:hover .btn-link-text {
    color: #C8A07A;
}

.img__container {
    display: flex;
    width: 82px;
    height: 74px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: all .3s ease;
}

.btn-link-review:hover .img__container {
    border-color: #C8A07A;
}

.btn-link-review .btn-link-text {
    display: inline-block;
    margin-top: 5px;
    transition: all .3s ease;
}

.reviews-user-add-content-block {
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    position: relative;
    background: #fff;
}

.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: 10px 10px 40px 0;
    text-align: center;
}

.images-user-content-block .dz-image img {
    height: 50px;
    width: 50px;
}

.images-user-content-block .dz-remove,
#video-thumb-preview .remove_video {
    margin-top: 5px;
    display: inline-block;
    color: #909090;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid #909090;
    padding: 0;
    transition: all .3s ease;
}

.images-user-content-block .dz-remove:hover,
#video-thumb-preview .remove_video:hover {
    border-bottom-color: #C8A07A;
    color: #C8A07A;
}

.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%;
    font-family: Jost, sans-serif;
}

.star-block {
    width: 30px;
    cursor: pointer;
}

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

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

.review-answer-container {
    overflow: hidden;
    padding: 5px 5px 10px;
}

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

#input-sort {
    height: 32px;
}

.ex-form-footer {
    margin: 0 0 25px;
}

.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: 3;
    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: 500px;
    position: relative;
    margin: 0 auto 20px;
    cursor: grab;
}

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

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

/* Next & previous buttons */
.ex-prev,
.ex-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #3e77aa;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    user-select: none;
}

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

/* 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: 500px;
}

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

@media (min-width: 768px) {
    .ex-flex-modal {
        max-height: 700px;
    }

    .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;
    }

    .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;
    }

    .reviews-top-button {
        right: 25px;
    }
}

.ex-thumbs {
    width: 20px;
}

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

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

.ex-form-footer .ex-btn {
    display: flex;
    padding: 16px 65px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #000;
    height: 54px;
    width: fit-content;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    margin-left: 0;
    margin-right: auto;
    transition: all .3s ease;
}

.ex-drag {
    overflow-x: auto;
    white-space: nowrap;
    transition: all 0.2s;
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

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

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

.ex-top-group {
    margin: 20px 0;
    overflow: hidden;
    display: flex;
}

.ex-star {
    width: 12px;
    height: 12px;
    fill: #000;
    margin-left: -1px;
}

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

.ex-star-input {
    fill: #D0D0D0;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 3px;
}

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

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

.add-review-star-wrap {
    margin: 0 auto 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: fit-content;
}

.ex-form {
    display: block;
    margin-bottom: 10px;
    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: 16px;
    width: 16px;
    fill: #51934B;
    vertical-align: middle;
}

.ex-dislike {
    transform: rotate(180deg);
    fill: #ff6464;
    vertical-align: middle;
}

button.review-vote.review-vote-negative {
    display: none;
}

.ex-sort {
    max-width: 230px;
    margin: 0 auto 0 0;
}

.ex-hidden {
    display: none;
}

.ex-form #review-image {
    margin: 10px 0 0 0;
    padding: 30px;
    min-height: 0;
    border-radius: 2px !important;
    background: #F8F8F8;
    border: none;
}

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

.ex-allert-block {
    margin: 0;
}

.ex-trash-svg {
    height: 13px;
    width: 13px;
    margin-top: 4px;
}

.ex-trash-svg:hover {
    fill: #b60000;
}

#tab-add-video .video-input #add-video-button {
    width: fit-content;
    height: 40px;
    margin-top: 5px;
    display: flex;
    padding: 10px 40px !important;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    background: #fff !important;
    color: #000 !important;
    font-family: Jost, sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.429;
    transition: all .3s ease;
}

#tab-add-video .video-input #add-video-button:hover {
    border-color: #C8A07A !important;
    color: #C8A07A !important;
}

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

.ex-form #tab-add-video {
    padding: 30px;
    margin: 5px 0 0 0;
    border: none;
    border-radius: 2px;
    background: #F8F8F8;
}

.video-input {
    position: relative;
}

.vd-prev {
    margin: 10px 10px 40px 0;
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    max-width: 57px;
}

.vd-prev img {
    height: 50px;
}

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

.ex-form-footer .ex-alert {
    padding: 6px 15px !important;
    margin: 15px 0 !important;
    border: none;
    font-family: Jost, sans-serif;
    border-radius: 2px;
    background: rgba(186, 0, 0, 0.10);
    color: #BA0000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
}

.review-container-footer .ex-alert {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    border-radius: 2px;
    border-left: 4px solid #027A00;
    background: #BFFFBE;
    color: #027A00;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.467;
    height: 42px;
    width: fit-content;
    margin-top: 10px;
}

.review-container-footer .ex-alert svg {
    margin-right: 10px;
}

#ex-reviews .modal-dialog {
    max-width: 1200px !important;
}

@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;
    }
}

#ex-form-review {
    width: 100%;
    margin: 0;
    background: #fff !important;
    border-bottom: 0;
    overflow: hidden;
    padding: 25px 25px 0 25px;
    display: none;
    position: relative;
}

#ex-form-review:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.07);
    height: 1px;
    left: 25px;
    right: 25px;
    top: 0;
}

.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;
}

.upload__content_info {
    background: #F8F8F8;
}

.upload__content_preview {
    background: #fff;
}

.ex-form #review-image .dz-message .h3 {
    color: #000;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.444 !important;
    display: block;
    background: none;
}

.ex-form #review-image .dz-message .h4 {
    margin-top: 10px;
    color: #909090;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.462 !important;
    display: block;
    background: none;
}

.ex-form #review-image .dz-message .cheating-button {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50px;
    padding: 14px 45px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.467;
    transition: all .3s ease;
}

.ex-form #review-image .dz-message .cheating-button:hover {
    border-color: #C8A07A;
    color: #C8A07A;
}

.ex-form #review-image .dz-message .add-user-media-caption {
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.429;
    margin-bottom: 5px;
}

.upload__content_info #video-caption {
    margin-top: 5px;
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.462;
}

.images-user-content-block,
#video-thumb-preview {
    background: #fff;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.images-user-content-block {
    margin-top: -5px;
}

#video-thumb-preview {
    position: relative;
}

#video-thumb-preview:after {
    position: absolute;
    content: '';
    background: #F8F8F8;
    height: 30px;
    left: -30px;
    right: -30px;
    bottom: 0;
}