.header .header-nav{
    justify-content: flex-start;
}
.device-item-wp{
    .blog-image-eight{
        text-align: center;
        background-color: #fff;
        img{
            height: 200px;
            width: auto;
            max-width: unset;
        }
    }
}
.breadcrumb-bar{
    padding: 120px 0 30px;
}
.small-breadcrumb-bar{
    padding: 100px 0 0px;
    background: #ffffff;
    .breadcrumb-item+.breadcrumb-item::before{
        content: "/";
    }
    a{
        &:hover{
            text-decoration: none;
            color: #c10037;
        }
    }
}
.spec-link{
    &:hover{
        text-decoration: none;
        color: #c10037;
    }
}
.spec-tag{
    background-color: #f1f1f1;
    border-radius: 4px;
    color: #374b5c;
    padding: 5px 10px;
    position: relative;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    cursor: pointer;
    &:hover{
        background: #c10037;
        border-color: #c10037;
        color: #ffffff;
    }
}
.spec-text{
    color: #c10037;
}
.m-0{
    margin: 0 !important;
}
.p-0{
    padding: 0 !important;
}
.footer{
    margin-top: 0;
}
@media (min-width: 992px) {
    .header .main-menu-wrapper{
        margin-left: 100px;
    }
}
