/* Hide elements */
/*.sticky-bar,*/
.additional_space::after {
  display: none !important;
}

/* Footer adjustments */
.t-footer__to-top svg {
  height: 13px;
  margin-left: 0px !important;
  vertical-align: middle;
}

.footer.footer .widget__content a {
  margin-right: 0px !important;
}

/* Header / search */
.search-header {
  width: 100%;
  margin: 5px !important;
}

/* Mobile shop info */
.shop-info-mobile {
  width: 80px !important;
  height: 80px !important;
}

/* Container custom */
.container1 {
  width: 100%;
}

.container1 div {
  width: 100%;
}

.container1 .content {
  display: none;
}

/* Navigation */
.navigation-web {
  display: flex !important;
}

.links-row {
  margin-top: 30px !important;
}

.list-header {
  padding-bottom: 2px;
  border-bottom: 1px solid #6c6c6c;
}

/* Desktop */
@media (min-width: 900px) {
  .header1 {
    display: none !important;
  }

  .container1 .content {
    display: none !important;
  }

  .navigation-web {
    display: none !important;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .coupon__text {
    display: none !important;
  }
}

/* Mobile extra */
@media (max-width: 992px) {
  .t-container {
    margin-top: 0px !important;
  }

  .navigation-mob {
    display: none !important;
  }
}

/* Logo */
.logo1 {
  width: 100%;
  margin-left: 0px;
  margin-top: -33px;
}

/* Smaller screens */
@media (max-width: 943px) {
  .logo1 {
    width: 170px;
  }
}

/* Global container tweak */
.t-container {
  margin-top: -30px;
}