.dropdown-menu {
    left: -40px;
}

button[type="submit"] {
    padding: 6px 16px;
}

button[type="submit"] i {
    width: 20px;
}

i {
 /*   width:100px; */
    text-align:center;
    vertical-align:middle;
    position: relative;
}

ul#menu-items li {
    position: relative;
    cursor: pointer;
}

i.badge:empty {
    content:"100";
    position: absolute;
    background: green;
    height: 8px;
    top:-4px;
    right:-8px;
    width:8px;
    text-align: center;
    line-height: 2rem;;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
    border:1px solid green;
    display: inline;
    padding: 0;
}

#header-logo {
/*    background-color: #fbe4a2a3; */
    background-color: #ffffff;

    padding-bottom: 10px;
}

#header-logo h1 {
    font-size: 28px;
/*    font-size: 3vw; */
    font-weight: bold;
/*    letter-spacing: 8px; */
padding-top: 15px;
}

#list-container {
/*    padding: 60px 22px 20px 4px; */
    margin-bottom: 50px;
/*    background-color: #9281811f; */
    background-color: #ffffff;
	}

div#myDIV div.row {
    padding-top: 28px!important;
    padding-bottom: 28px!important;
}

#list-category {
    list-style: none;
}

/*
.card {
    cursor: pointer;
    transition: transform .2s;
}
*/

/*
.card:hover {
    transform: scale(1.1);
}
*/

#cartButton {
    position: relative;
}

#cartButton span {
    font-size: 12px;
    background-color: red;
    padding: 1px 6px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -6px;
}

.col {
    width: 24%;
    display: inline-block;
}

#mydiv div.col {
    position: relative;
}

.card-plus {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    border: 1px solid green;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 12px;
    padding: 3px;
    text-align: center;
}

.card-number {
    background-color: green;
    color: #ffffff;
}

.card-plus:hover {
    background-color: green;
}

.text-dark {
    color: #343a40!important;
    padding-left: 15px;
	    margin-top: 10px;
}

.navbar-expand-lg .navbar-collapse {
    padding-right: 20px;
}

#frmEditProfile {
padding: 10px;	
}

.text-danger {
		padding-left: 20px;
}

#logo {
margin-right:60px;
}

#navbarDropdown
 {
margin-right:60px;
}


.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}