.error-msg {
    font-size: 12px;
    color: #d02651;
    margin-top: 3px;
}

.email-succerss-sent {
    color: #9c9c9c;
    text-align: center;
    font-weight: 300;
    font-size: 29px;
    text-transform: uppercase;
}

.active-filter-btn {
    background-color: #d02651;
    color: #fff;
}

.order-filter-active {
    color: #d02651;
}

.development:hover a {
    color: #d02651;
}

.wrong-field {
    border: solid 1px #d02651 !important;
}

.photo-upload .wrong-field-file {
    background-color: #d02651 !important;
    color: #fff;
!important;
}

.attach-photo {
    float: left;
}

#images-container .image-block {
    height: 110px;
    width: 182px;
    margin-bottom: 30px;
    position: relative;
    float: left;
}

#images-container .image-block:first-child {
    margin-left: 10px;
}

#images-container .image-block img {
    height: 110px;
    width: 160px;
    object-fit: cover;

}

#images-container .image-block i.fa-trash-o {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    color: #d02651;
    cursor: pointer;
}

#images-container .image-block .set-main-image {
    position: absolute;
    bottom: -30px;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    left: 0;
    display: none;
    cursor: pointer;
}

.set-main-image input {
    position: relative;
    top: 2px;
    margin-left: 4px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

#images-container .image-block:hover .set-main-image{
    display: block;
}
