.text-error {
    line-height: 1.2;
    margin-top: -16px;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
    color:rgb(255, 86, 71);
}

.text-center {
    text-align: center !important;
}

.side-second > li > span:before {
    position: absolute;
    top: 14px;
    left: 0px;
    display: block;
    content: '';
    width: 12px;
    height: 1px;
    background: #000;
}

.hidden {
    display: none;
}

.text-right {
    text-align: right !important;
}

.header-fixed-block .custommenu-fixed-wrapper {
	flex: 1;
	padding: 0 0 0 40px;
}