.navbar .nav-item:not(:last-child) {
    margin-right: 35px;
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 22px;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 13px;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fffffff7;
    border: 0;
    box-shadow: none !important;
}

.dropdown-menu {
    position: absolute;
    top: 68%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
}

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: white;
}

.table-responsive-stack td,
.table-responsive-stack th {
    display: block;
    /*      
     flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: white;
    color: #222;
    border: 1px solid #504f4f;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
}

.table-responsive-stack td{
    background: #e9e9e9!important;
}

@media screen and (max-width: 768px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid #ccc;
        display: block;
        margin-bottom: 15px;
    }
    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left\9;
        width: 100%;
    }
}

.table .thead-dark th {
    color: #fff;
    background-color: #656262;
    border-color: #504f4f;
}

.project-list {
    padding-top: 70px;
    padding-bottom: 30px;
}

.breadcrumb {
    background: none !important;
}

.filter-options {
    /* padding: 10px 20px; */
    margin-top: 25px;
}

.filter-options .menu-item a {
    color: #222;
    padding: 0 20px;
}

.filter-options .menu-item {
    padding: 5px 0px;
}

.menu-icon {
    display: none !important;
}

.product-widget {
    display: flex;
    justify-content: space-around;
}

.product-widget h6 {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}

.pdt_details p {
    font-size: 13px !important;
    line-height: 1.6;
    margin: 0px;
    color: #333;
}

.sidebar {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
    margin-top: 50px;
}

.buy-details li {
    color: #222;
}


