
.Section-1{
    background: #333232;
}


.NavTop{
    display: flex;
    align-items: center;
    height: 100%;
}
.NavTop-item{
    display: flex;
    text-align: center;
}
.NavTop-item:not(:last-child)::after {
    content: "";
    position: relative;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    width: 1px;
    height: 15px;
    margin: auto 15px;
    opacity: .231;
}

.NavTop-item span{
    color: #fff;
    font-size: 13px;
    transition: all .2s ease-in-out;
}
.NavTop-item:hover span{
    color: #aaaaaa;
}


.Section-2{
    padding: 15px 0;
}

#search.input-group{
    width: 100%;
}
#search .search_toggle{
    width: 100%;
}
#search #searchbox {
    width: 100%;
}
#search #searchbox .form-control{
    border: 1px solid #ffbb33;
    border-radius: 25px;
}

#search #searchbox .input-lg{
    height: auto;
}

.table.table-bordered.shopping-cart .not_stock td{
    background-color: #f2dede;
}