.habacorp-slide-col {
    padding-top:5em;
}

footer {
    background-color:black;
}

.habacorp-internal-header {
    background-color: white;
}

.widget-categories .widget-list:not([data-simplebar]) {
    border-right: none;
}

#productContainer .row.pt-3.mx-n2 {
    /* align-items: center; */
    justify-content: center;
}

.widget-list-link span:nth-child(2) {
    display:none;
  }

  #chat-icons {
    position: fixed;
    width: 56px;
    height: auto;
    right: 0;
    bottom: 0;
    margin: 0 25px 95px 0;
    overflow: visible;
    z-index: 100;
    text-align: center
  }
  
  #chat-icons .chat-icon {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    box-shadow: 3px 3px 10px rgba(0,0,0,.20);
    position: relative;
    left: 0;
    bottom: 0;
    color: #fff;
    margin-top: 10px
  }
  
  #chat-icons .chat-icon a {
    display: block;
    padding: 10px;
    outline: 0
  }
  
  #chat-icons .chat-icon.ci-whatsapp {
    background: #47c258
  }   
  