.p_overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    overflow: hidden;
    width: 100%;
    height: 40px;
    transition: 250ms linear;
    color: #fff;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.con:hover>.p_overlay {
    height: 100%;
}

.con {
    display: inline-block;
    margin: 0;
}

.con:after {
    display: block;
    content: '';
    border-bottom: solid 4px red;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.con:hover:after {
    transform: scaleX(1);
}

.con.fromLeft:after {
    transform-origin: 0% 50%;
}

@media (max-width: 959px) {
    .attri_spec {
        display: none;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}


.dealer-info{
    color: #f21600;
    
}

.login-sub-text {
    font-size: 12px;
    line-height: 10px;
}

@media only screen and (max-width: 1023px) {
    .dealer-info{
        color: #f21600;
        display: none;
    }
  }
  