.navbar ul li .login-name li a {
    margin: 0;
    width: 140px;
    font-size: 14px;
    color: #333;
}
.navbar ul li .login-name li a:hover {
    color: #42adfc;
}
.navbar ul li ul li a {
    margin: 0;
    width: 180px;
    font-size: 14px;
    color: #333;
}
.user-name {
    background-color: #fff;
    color: #333;
}
.user-name a {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
}
.underline-title {
    position: relative;
}
.underline-title .our-collection::before {
    content: "";
    position: absolute;
    background-color: #ff8617;
    width: 110px;
    height: 3px;
    bottom: -6px;
}
.product-full .models,
.product-full .brand-names,
.product-full .services,
.product-full .operating_system,
.product-full .networks {
    display: grid;
    grid-template-columns: 180px 180px;
}
.product-full p {
    margin-top: -3px;
}
