.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 75px
}

.pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination a {
    width: 38px;
    height: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    transition: .3s;
    border-right: none
}

.pagination a:last-child {
    border-right: 1px solid #ebebeb
}

.pagination a.active, .pagination a:hover {
    background-color: #aae2f4
}



.main-category a {
    display: block;
    color: #373737;
    text-decoration: none;
    position: relative;
    transition: all .2s;
    line-height: 25px
}

.main-category a:hover {
    color: #3eb5db
}

.main-category a:hover:before {
    background-color: #3eb5db !important
}


.has-error{
    color: red !important;
}

.has-error > input{
    border-bottom: 1px solid red !important;
}
.has-error > textarea{
    border-bottom: 1px solid red !important;
}

.error {
    border: 1px solid red !important;
}

.nav-subcategory .active {
    color: #3eb5db !important;
}

.dspblock {
    display:block !important;
}

.cantitate2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

 .cantitate2 button, .cantitate2 input {
    width: 36px;
    height: 36px;
    border: 1px solid #a1a1a1;
    background-color: #fff;
    text-align: center
}

 .cantitate2 button {
    cursor: pointer;
    transition: .2s
}

.cantitate2 button:hover {
    transition: .7s
}

.main_route_section {
    min-height: calc(100vh - 111px - 131px);
}

.inregistrare .button {
    width: 171px;
    height: 40px;
    border-radius: 3px;
    background-color: #05aade;
    outline: 0;
    border: none;
    float: right;
    margin-top: 35px
}

.inregistrare .button a {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.top-form a:link, a:hover, a:active {
    text-decoration: none;
    color:inherit;
}



.select2-selection {
    border-radius: 0 !important;
    border: none !important;
    outline:none;
}


.hgall:after {
    background-color:transparent;
}