.menuTop>ul>li>a {
    text-transform: uppercase;
}

/* // COMMENT /// */
.grid-comment {
    margin-bottom: 20px;
}

.grid-comment .node-commnet {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.grid-comment .node-commnet .avatar {
    width: 55px;
    float: left;
    height: 55px;
    margin-top: 8px;
}

.grid-comment .node-commnet .avatar img {
    width: 55px;
}

.grid-comment .node-commnet .info-comment {
    margin-left: 10px;
}

.grid-comment .node-commnet .info-comment {
    margin-left: 65px;
    width: calc(100% - 75px);
}

.grid-comment .node-commnet .info-comment .info-preson {
    font-size: 12px;
    line-height: 25px;
    color: #7c7c7c;
}

.grid-comment .node-commnet .info-comment .info-preson .name {
    font-size: 14px;
    color: #cd211e;
    font-weight: bold;
}

.grid-comment .node-commnet .info-comment .ccomment {
    font-size: 14px;
    line-height: 20px;
}

.grid-comment .node-commnet .info-comment .linkanswer {
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #f58021;
}

.grid-comment .node-commnet .info-comment .linkanswer a {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #dd0000;
}

.grid-comment .node-commnet .info-comment .linkanswer a:hover {
    text-decoration: underline;
}

.grid-comment .node-commnet .info-comment .linkanswer a:after {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f054";
    top: 2px;
    right: 0;
    color: #dd0000;
    font-size: 7px;
}
.reply-name .form-control, textarea.form-control {
    border-radius: 0;
    box-shadow: none;
}
.reply-name {
    width: 90%;
    float: left;
}
.reply-com {
    margin-bottom: 10px;
}
.reply-button {
    width: 10%;
    float: left;
    text-align: right;
}
.reply-button .btn {
    height: auto;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding: 4px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.reply-button .btn:hover {
    background: #12a651;
}
.listanswer .nodeanswer {
    margin-bottom: 5px;
    padding: 10px;
}
label.error{
    width: 100% !important;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
    color: #f00;
}
.code-error .input-group-img {
    vertical-align: top;
    padding-top: 1px;
}
.boxFilter .content ul li.active a {
    color: #107fae;
    font-weight: 600;
}
#vnt-header .vnt-lang a {
    text-transform: uppercase;
}
.form-contact .flexDesign {
    align-items: flex-start;
}
.input-group-img {
    vertical-align: top;
}
.item-brand .info-contact {
    min-height: 200px;
}
.form_reply{
    margin-bottom: 10px;
}
.p-status span{
    text-transform: uppercase;
}
.att span{
    text-transform: uppercase;
}
.popup-catalogue{
    width: 650px;
    padding: 25px 70px 50px;
    margin: auto;
}
.search-trans .trigger:hover {
    background: url(../images/close-icon.png) center center no-repeat;
    background-size: auto 15px;
    border: 1px solid #e4312c;
}
@media (max-width: 767px){
    .search-content .box-item {
        width: 100% !important;
        margin: 0 !important;
    }
}
