.banner-slider .banner-info{
    
    height:329px !important;
}
.logo-footer-h1 {
    
    margin-top:0px !important;
}
.addess-footer-h1 li i {
    
    top:-2px !important;
}
.slide-images
 {
    float: right;
    max-width: 500px;
}

    .tabs-nav {
      display: flex;
      gap: 24px;
      border-bottom: 1px solid #d1d5db;
      font-weight: 700;
      font-size: 10px;
      margin-bottom: 24px;
      flex-wrap: wrap;
    }
    @media (min-width: 640px) {
      .tabs-nav {
        font-size: 12px;
      }
    }
    .tab-btn {
      padding-bottom: 6px;
      border-bottom: 2px solid transparent;
      background: none;
      cursor: pointer;
      user-select: none;
    }
    .tab-btn.active {
      border-color: #000;
    }
    .tab-btn:hover:not(.active) {
      border-color: #9ca3af;
    }
    /* Tab content */
    .tab-content {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    @media (min-width: 768px) {
      .tab-content {
        flex-direction: row;
      }
    }
    .tab-article {
      flex: 2;
      font-size: 10px;
      color: #000;
      line-height: 1.3;
    }
    @media (min-width: 640px) {
      .tab-article {
        font-size: 12px;
      }
    }
    .tab-article strong {
      font-weight: 700;
    }
    .tab-article p {
      margin-top: 0;
      margin-bottom: 12px;
    }
    .tab-article ul {
      margin-bottom: 12px;
      color:#666 !important;
      font-size: 14px;
      line-height: 1.2;
    }
    @media (min-width: 640px) {
      .tab-article ul {
        font-size: 13px;
      }
    }
    .tab-article ul li {
      margin-bottom: 4px;
    }
    .tab-article a {
      color:#666;
      text-decoration: underline;
    }
    /* Aside image */
    .tab-aside {
      
      display: flex;
    
      align-items: flex-start;
    }
   
    /* Icons from FontAwesome SVG fallback */
    .fa-bars::before {
      content: "\f0c9";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
    .fa-user::before {
      content: "\f007";
      font-family: "Font Awesome 5 Free";
      font-weight: 400;
    }
    .fa-shopping-bag::before {
      content: "\f290";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
    .fa-chevron-left::before {
      content: "\f104";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
    .fa-chevron-right::before {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
    }
    
.tab-article p {
    font-size:12px !important;
    color: #666 !important;
}

.slide-images {
   
    width: 255px !important;
}
.addess-footer-h1 li:last-child {
    margin-bottom: 25px !important;
}
i.li-map-marker {
    margin-top: 5px;
}

.slick-arrow {
  background: #888;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  z-index: 10;
  cursor: pointer;
}

.slick-prev {
  left: 38%;
  transform: translateX(-150%);
}

.slick-next {
  left:38%;
  transform: translateX(50%);
}


/* Prevent icon clicks from breaking functionality */
.slick-arrow i {
  pointer-events: none;
}

.slick-arrow{
  padding: 0 !important;  
    
}