#pagination_bottom ul li{
    list-style-type: none;
    float: left;
    margin-left: 2px;
}

#pagination_bottom ul{
    padding-left: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.productimagedashboard{
    width: 70px;
    height: 70px;
    object-fit: contain;
    min-width: 70px;
    min-height: 70px;
    background: #f0f0f0;
}

.align-items-products {
    align-items: flex-start !important;
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #ccc;
}

.loginitemcountdiv{
    color: #343a40;
}

.font-color-white{
    color:#fff !important;
}

.productimagelogin{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f0f0f0;
}

.item-flex-middle{
    display: flex;
	flex-direction: row;
	align-items: center;
}

.login-item-active{
    display: -webkit-inline-box !important;
}

.login-item-inactive{
    height: 0px !important;
    overflow: hidden !important;
}