.block-search {
    position: relative;
}

/* --- vara-butiker page styles (page_id 67) --- */
main#maincontent.page-main-full-width,
.page-main-full-width {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  box-sizing: border-box;
}
.butiker-wrapper {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 50px 30px 70px;
  width: 100% !important;
  box-sizing: border-box;
}
@media (min-width: 993px) {
  .butiker-wrapper {
    margin-left: 340px !important;
    margin-right: 30px !important;
    width: calc(100% - 370px) !important;
    max-width: calc(1200px) !important;
  }
}
.butik-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.butik-map {
  width: 45%;
  min-height: 100%;
  border: none;
  display: block;
  flex-shrink: 0;
}
.butik-body { padding: 30px; flex: 1; }
.butik-name { font-size: 1.4em; font-weight: 700; color: #1a1a1a; margin: 0 0 16px; }
.butik-detail { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 14.5px; color: #333; }
.butik-detail i { color: #529d2d; width: 18px; margin-top: 3px; }
.butik-detail a { color: #333; text-decoration: none; }
.butik-hours-title { font-weight: 700; margin-bottom: 8px; font-size: 15px; }
.butik-hours-row { display: flex; justify-content: space-between; font-size: 13.5px; color: #555; padding: 4px 0; border-bottom: 1px solid #f2f2f2; }
.butik-hours-row:last-child { border-bottom: none; }
.butik-hours-row span:last-child { font-weight: 600; color: #1a1a1a; }
.butik-cta { display: block; text-align: center; margin-top: 22px; background: #529d2d; color: #fff !important; padding: 13px 22px; border-radius: 30px; font-weight: 600; font-size: 14px; text-decoration: none; }
.butiker-header { text-align: center; margin-bottom: 36px; }
.butiker-header h1 { font-weight: 800; margin-bottom: 10px; font-size: 2em; }
.butiker-intro { color: #555; font-size: 15.5px; line-height: 1.65; max-width: 520px; margin: 0 auto; }
.butiker-hours-block { margin-top: 20px; }
@media (max-width: 767px) {
  .butik-card { flex-direction: column; }
  .butik-map { width: 100%; height: 280px; }
}

/* --- footer_middle_contact_info (block_id 212) --- */
.contact-info-block { margin-top: 4px; }
.contact-info-block .widget-title { font-size: 15px; font-weight: 700; letter-spacing: 0.06em; margin-bottom: 20px; }
.contact-details { list-style: none; margin: 0; padding: 0; }
.contact-details li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 0 0 16px; margin-bottom: 16px; border-bottom: 1px solid #eee;
}
.contact-details li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.contact-details li.no-border { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.contact-details li i {
  color: #529d2d; font-size: 15px; width: 18px; margin-top: 3px; flex-shrink: 0;
}
.contact-details li strong {
  display: block; font-size: 14px; letter-spacing: 0.06em; color: #888;
  font-weight: 700; margin-bottom: 3px;
}
.contact-details li span, .contact-details li a {
  font-size: 12.5px; color: #1a1a1a; line-height: 1.5;
}
.contact-details li a { text-decoration: none; }
.contact-details li a:hover { color: #529d2d; }
.butiker-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 4px; color: #529d2d !important; font-weight: 600; font-size: 14px;
  text-decoration: none;
}
.butiker-link:hover { text-decoration: underline; }

/* --- top_mega_nav (block_id 210) --- */
.nav-megamenu .title i {
  font-size: 2em;
}
.nav-megamenu .title i.icon-pl-5 { padding-left: 5px; }
.nav-megamenu .title i.icon-pl-8 { padding-left: 8px; }

/* --- porto_custom_block_for_header_10 (block_id 217) --- */
.header-contact .call-us-title {
  font-size: 11px;
  color: #777;
  line-height: 1;
}
