form label.error {
    padding-left: 1rem;
    color: red;
    font-size: .8rem;
    padding:0;
}

form input.error {
    border-color: red;
}

/*mes styles*/

form .ville #ville{
    height : 37px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.ville-magasin #ville-u{
    height : 37px;
    width : 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.file-placeholder.upload-logo #logo-error{
    position: absolute;
    top: 42px;
}

.inscription form label{
    font-size: 17px;
    color: #3f3f3f;
}
.inscription .file-placeholder2{
    position: relative;
    cursor: pointer;
    height: 40px;
}

.inscription .file-placeholder2 label{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

.inscription .file-placeholder2 input[type=file]{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    opacity: 0;
}

.inscription .file-placeholder2 .file-browse{
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.inscription .file-placeholder2 .file-browse .file-browse-txt2{
    display: block;
    float: left;
    line-height: 40px;
    width: 80%;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inscription .file-placeholder2 .file-browse .browse{
    display: block;
    float: left;
    width: 20%;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #3f3f3f;
    margin-right: 5px;
    font-size: 17px;
}

.term-yozimarket .wcmp-profile-area img{
    border:none !important;
}
    

.labels-rounded  .out-of-stock{
    max-width: 114px;
    font-size: 12px;
    border-radius: inherit;
    min-height: 25px;
    color: #fff;
    background:red;
}

.tr4p {
    width:0 !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
    border: none !important;
}


















