
.image-viewer__item {
    background-color: #eee;
    border: 1px solid #c4c6cf;
    height: 70px;
    margin-right: 2px;
    margin-top: 5px;
    position: relative;
    text-align: initial;
    transition: all .3s cubic-bezier(.46, .03, .52, .96);
    width: 70px
}

.image-viewer__item img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.image-upload__uploader-container {
    display: inline-block
}

.image-upload__uploader-container:hover {
    cursor: pointer
}

.image-upload__uploader-container .image-upload__uploader {
    align-items: center;
    border: 1px dashed #c4c6cf;
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    position: relative;
    width: 70px
}

.image-upload__uploader-container .image-upload__uploader:hover {
    background: #d9edf7
}

.image-upload__uploader-container .image-upload__uploader:hover .image-upload__file-input {
    cursor: pointer
}

.image-upload__icon {
    color: #333;
    font-size: 20px;
    margin-bottom: 8px
}

.image-upload__text {
    color: #333;
    font-size: 10px;
    padding: 0 3px;
    text-align: center
}

.image-upload__file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.image-viewer__item {
    display: inline-block
}

.image-viewer__list {
    display: block;
    width: 100%
}

.image-viewer__icon-remove {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: -1px;
    z-index: 1
}

.image-viewer__icon-remove i {
    background: #848484;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px
}

.image-viewer__list.is-loading .loading {
    display: block !important
}

.help-block {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    cursor: help;
    display: block;
    font-size: .9em;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px
}

.image-upload__viewer .image-viewer__list .loading {
    background-color: rgba(146, 162, 177, .52);
    display: none;
    position: absolute;
    top: 0;
    width: 100%
}

.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
    height: 30px;
    width: 30px
}

.block--review .block__images a {
    border: 1px solid #dee2e6;
    display: inline-block;
    height: 100px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 100px
}

.block--review .block__images a img {
    border: none;
    -o-object-fit: cover;
    object-fit: cover
}

.block__content {
    position: relative
}

.block__content .review__loading {
    align-items: center;
    background: rgba(0, 0, 0, .03);
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 31
}

.button-loading {
    border: 1px solid #c4cdd5;
    color: transparent !important;
    cursor: default;
    position: relative;
    text-shadow: none;
    transition: border-color .2s ease-out
}

.button-loading, .button-loading:active, .button-loading:focus, .button-loading:hover {
    color: transparent
}

.button-loading:before {
    -webkit-animation: button-loading-spinner .7s linear infinite;
    animation: button-loading-spinner 1s linear infinite;
    border: 3px solid;
    border-color: #fff #fff transparent;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px
}

.button-loading.btn-fill-out {
    border: 1px solid var(--color-1st);
    color: transparent !important
}

.button-loading.btn-fill-out:before {
    background-color: transparent;
    border-color: var(--color-1st);
    border-bottom-color: transparent;
    width: 18px
}

.button-loading.btn-fill-out:after {
    display: none
}

.required:after {
    color: red;
    content: " *"
}

.newsletter-form .newsletter-message {
    display: block;
    margin-bottom: 10px;
    width: 100%
}

.newsletter-form .newsletter-message.newsletter-success-message {
    color: #58d0da
}

.newsletter-form .newsletter-message.newsletter-error-message {
    color: #fcb800
}

