.completeWidth {
    min-width: 100%;
    width: 100%;
}

mat-sidenav a {
    text-decoration: none;
}
.side-nav {
    width: 200px;
    margin-top: 90px;

}



.headerItems:hover{
    color: white;
    text-decoration: none;
}
.categoryItem:hover{
    text-decoration: none;
}

.searchItem {
    width:92%;
}

.cartIcon {
    font-size: 22px;
}

.notification-text{
    height: 18px;
    line-height: 1.5;
    font-weight: bold;
}

.notification-bar{
    width: 100%;
    background-color:  #f32424;
    left: 0;
    font-size: small;
    color: white;
    vertical-align: middle;
    text-align: center;

}

.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    width: 100% !important;
}

.tool-bar-sm {
    margin-bottom: 5px;
    margin-top: 10px;
}
.tool-bar{
    background: #3A4851;
    height: 55px;
}

.mat-sidenav-container {
    background-color: rgb(231, 231, 233);
}
.categories {
    left: 0;
    width: 100% !important;
    height: 40px;
}
.categories-sm {
    background-color: #3A4851;
}
.categories-lg {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.mainContent{
    position: relative;
    background-color: white;
}

.openSideNav {
    min-height: 400px;
}

mat-divider {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    margin-bottom: 5px;
}
.myAccountListItem {
    text-decoration: none;
    padding-left: 10px;
    color: #3A4851;
    font-size: medium;
}
.dropdownIcon{
    font-size: 18px;
    margin-top: 15px;
}
.aligned-with-icon{
    position: absolute;
    margin-top: 5px;
    margin-left: 5px; /* optional */
}
.footerHeader{
    font-size: 17px;
    color:#fff;
}
.cartItemsCount{
    padding-left:5px;
}
.item-count{
    background-color: #e96125;
    border-radius: 40px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 22px;
    line-height: 1;
    min-width: 22px;
    padding: 5px;
    position: absolute;
    text-align: center;
    padding-top: 5px;
    margin-top: -5px;
}

.footer-basic {
  padding:40px 0;
  background-color: #3A4851;
  border: none;
  color: #fff;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:14px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {
        .alignFooter{
            padding-left: 15x;
            padding-right: 15px;
        }
    }

    .alignFooter {
        width: 228px;
    }