﻿.blockRegisterEmail input::placeholder {
    color: black;
}

.blockRegisterEmail textarea::placeholder {
    color: black;
}

.message-box {
    color: red;
}

#btnsend {
}

.form_contact {
    margin-bottom: 20px;
}

    .form_contact h4 {
        margin: 0px;
        font-family: Conv_UTM Impact;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: red;
    }

    .form_contact ul {
    }

        .form_contact ul li {
            margin-bottom: 5px;
            font-size: 13px;
        }

.list_carousel{
    margin-top:10px;
}
#btnbuys {
    background: #c50e0e;
    color: white;
}
#btncancel {
    display: none;
}
#btnorder {
    background: #c50e0e;
    color: white;
}
#btneditcart {
    display: none;
}
#btncancelorder {
    display: none;
}
.mipt {
    border: 1px solid #ebebeb;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    display: block;
    min-height:40px;
}
.filter-username{
    margin-bottom:10px;
}
.comment {
    border: 1px solid #ebebeb;
}