#catalog-drawer-all a#btn-catalogs {
    display: none;
    background: none;
    height: 44px;
    width: 63px;
    background-color: #000000;
    top: 153px;
    pointer-events: all;
    opacity: 100;
    position: relative;
}

.itemDetailMain #itemDetail_image .imageBox img { pointer-events: none; }

/*#footer-bottom-bar {
    background-color: #000000;
    background-image: none;
    height: 115px;
}

#footer-text {
    background-image: none;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin: auto;
    padding-top: 30px;
    width: 525px;
}*/

/* fallback */
/*Link for icon from Google https://fonts.googleapis.com/icon?family=Material+Icons*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v53/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

footer {
  background-color: #000;
  text-align: center;
  /*padding-top: 30px;*/
  padding-bottom: 70px;
  width: max-content; 
}

#footer-bottom-bar {
    background-color: #000000;
    background-image: none;
    height: 122px;
}

#footer-text {
    width: 800px;
}

footer ul.contact {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer ul.contact li {
  display: inline-block;
  padding: 0px 12px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

footer ul.contact li a {
  color: #fff;
}

footer ul.contact li a:hover, footer ul.contact li a:active {
  color: #999999;
}

footer ul.contact li i {
  font-size: 16px;
  position: relative;
  top: 2px;
}