.ps-logo{
    max-width: 80px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
color:#000!important;
}


.page-link {

    color: #000;

}
.page-link:hover {
    color: #000;

}

.page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

a {
    color: #000;
}
a:hover {
    color: #ffc107;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.product-category-check{
    text-transform: capitalize !important;
}

.bid-control{
    min-width:100px !important;
}

.parsley-required{
    color:red;
}


.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 998;
    max-width: 50px;
}
.loader
{
    display: none;
    width:100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    text-align:center;
    z-index:999;

}
