body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #1a1a1a;
  font-size: 16px;
  background: #fff; }

.text-right {
  text-align: right; }

#header {
  display: block;
  background: url("/images/header.jpg") no-repeat 50% 0;
  background-size: cover;
  height: 277px;
  text-align: left; }
  #header > span {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 85px;
    width: 100%; }
  #header .container {
    position: relative; }
  #header ul.menu {
    list-style: none inside;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    margin: 0; }
    #header ul.menu ul {
      display: none; }
    #header ul.menu li {
      float: left; }
      #header ul.menu li:last-child a {
        border-right: none; }
      #header ul.menu li.active > a, #header ul.menu li a:hover {
        color: #e8d705;
        border-bottom: 5px solid;
        height: 80px; }
    #header ul.menu a, #header ul.menu a:link, #header ul.menu a:visited {
      color: #fff;
      text-decoration: none;
      font-weight: 500;
      text-shadow: 1px 1px 1px #000;
      display: block;
      height: 85px;
      text-align: center;
      line-height: 85px;
      padding: 0 1em;
      border-right: 1px solid #5a5c5b; }
  #header #slogan {
    width: 375px;
    color: #fff;
    font-size: 1.4em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.05em;
    font-weight: 600;
    line-height: 1.2em; }
    #header #slogan strong {
      display: block;
      font-size: 1.8em;
      font-weight: 200;
      margin: 30px 0 10px;
      line-height: 1.4; }

h1 {
  color: #1d2025;
  letter-spacing: -0.01em;
  font-size: 2em;
  margin-bottom: 0.5em;
   }

.flex {
  display: flex; }

aside {
  flex-grow: 1;
  flex-basis: 20%;
  text-align: left;
  margin-right: 0.5em; }
  aside ul.menu {
    margin: 0;
    padding: 0; }
    aside ul.menu ul {
      display: none;
      padding: 0;
      margin: 0 0 0 19px; }
    aside ul.menu li {
      list-style: none inside;
      font-weight: normal;
      text-transform: none; }
    aside ul.menu a {
      text-decoration: none; }
    aside ul.menu a:hover, aside ul.menu li.active > a {
      text-decoration: underline; }
    aside ul.menu > li {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: .3em; }
      aside ul.menu > li > a {
        border-left: 13px solid #cdcadf;
        padding-left: 6px; }
      aside ul.menu > li.active > a, aside ul.menu > li > a:hover {
        background: url("/images/link_hover.png") no-repeat 50% 50%;
        background-size: cover;
        border-color: #c3b41b;
        text-decoration: none; }
    aside ul.menu li.active > ul {
      display: block; }
    aside ul.menu a:link, aside ul.menu a:visited, aside ul.menu a:active {
      color: #1d313a;
      display: block;
      padding-top: 0.2em;
      padding-bottom: 0.2em; }

#container {
  background: #fff;
  color: #000; }

.container {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto; }

#content {
  flex-wrap: wrap; }
  #content #shortcuts {
    width: 100%;
    margin: 0.5em 0; }
  #content .shortcut {
    flex-basis: 25%;
    line-height: 64px;
    background: url("/images/link_hover.png") no-repeat 0 0;
    background-size: cover;
    display: block;
    margin-right: 0.5em;
    text-transform: uppercase;
    font-weight: 200;
    color: #000;
    text-align: left;
    padding: 0 1em;
    text-decoration: none; }
    #content .shortcut:hover {
      text-decoration: underline; }
    #content .shortcut .fa {
      float: right;
      font-size: 2.6em;
      padding-top: 12px; }
    #content .shortcut:last-child {
      margin: 0; }
  #content main {
    flex-basis: 75%;
    text-align: left;
    color: #5d5d5d;
    padding-left: 0.5em; }
    #content main h2, #content main h2 > a {
      color: #1d2025;
      text-decoration: none; }
      #content main h2 .date, #content main h2 > a .date {
        background: #1e1e1e;
        color: #fff;
        font-size: 1rem;
        padding: 0.2em .5em;
        float: right; }
    #content main .news {
      border-bottom: 1px solid #ccc;
      padding-bottom: 1em; }
      #content main .news .link-more {
        background: #0774ed;
        padding: 0.1em .5em;
        color: #fff;
        text-decoration: none;
        border-radius: .2em; }
      #content main .news:last-child {
        border-bottom: none; }
    #content main .gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch; }
      #content main .gallery .item {
        flex-basis: 24.5%;
        margin-bottom: 0.5em; }
        #content main .gallery .item img {
          width: 100%; }

footer {
  text-align: left;
  color: #666; }
  footer .container {
    flex-wrap: wrap; }
  footer h3 {
    color: #fff; }
  footer .column {
    flex-basis: 33%; }
  footer ul.menu {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer a:link, footer a:visited, footer a:active {
    color: #666;
    text-decoration: none; }
  footer address {
    font-style: normal; }
  footer .highlight span, footer .highlight a:link, footer .highlight a:visited, footer .highlight a:active {
    color: #e7d400; }
  footer #copyright a:link, footer #copyright a:visited, footer #copyright a:active {
    color: #e7d400; }
  footer #copyright {
    margin: 1em 0 2em;
    padding-top: 1em;
    border-top: 1px solid #303030;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between; }

/* ========================================
   HEADER & NAVIGATION
   ======================================== */

header {
  background: url(/images/header.jpg) no-repeat center top #fff;
  background-size: cover;
  height: 94px;

  @media (min-width: 768px) {
    height: 260px;
    background-size: auto;

    & .container { position: relative; }
  }
}

#homelink {
  display: block;
  width: 140px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;

  @media (min-width: 768px) {
    left: 15px;
    width: auto;
    & img { display: block; }
  }
}

#badge {
  display: block;
  width: 64px;
  position: absolute;
  top: 65px;
  left: 15px;
  z-index: 5;

  @media (min-width: 768px) { width: 128px; right: 15px; left: auto; top: 112px; }
  @media (min-width: 1024px) { left: 50%; margin-left: 96px; top: 24px; }
}

#toggle {
  display: block;
  padding-right: 40px;
  padding-left: 10px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  color: #1351b7;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .875rem;
  text-decoration: none;
  transition: all .35s;

  @media (min-width: 768px) {
    text-indent: -9999px;
    width: 56px;
    padding: 0;
    background: #fff;
    border-radius: 2px;
    top: 45px;
    right: 15px;
    transition: none;
  }

  & .bar {
    background-color: #1351b7;
    display: block;
    width: 24px;
    height: 4px;
    position: absolute;
    top: 23px;
    right: 8px;
    transition: all .35s ease-out;
    box-shadow: 0 8px 0 0 #1351b7, 0 -8px 0 0 #1351b7;

    @media (min-width: 768px) { right: 1rem; transition: all .25s ease-out; }
  }

  &.x {
    background: #1351b7;
    color: #fff;
    & .bar { transform: rotate(90deg); background-color: #fff; box-shadow: 0 8px 0 0 #fff, 0 -8px 0 0 #fff; }
    @media (min-width: 768px) {
      background: rgba(255,255,255,.95);
      color: #1351b7;
      height: 65px;
      box-shadow: 5px 5px 10px rgba(0,0,0,.25);
      border-radius: 2px 2px 0 0;
      & .bar { background-color: #1351b7; box-shadow: 0 8px 0 0 #1351b7, 0 -8px 0 0 #1351b7; }
    }
  }
}

#nav-top {
  position: relative;
  top: -50px;
  background: #fff;
  max-height: 50px;
  padding-top: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,.35);
  z-index: 10;

  @media (min-width: 768px) {
    top: 0;
    background: none;
    padding-top: 0;
    max-height: none;
    height: auto;
    overflow: visible;
    box-shadow: none;
  }

  & .container {
    max-height: 0;
    overflow-y: scroll;
    background: #1351b7;
    transition: .35s ease-out;

    @media (min-width: 768px) {
      background: transparent;
      border: 0;
      overflow: visible;

      & > ul {
        display: none;
        background: rgba(255,255,255,.95);
        padding: 1rem 1.5rem .5em;
        position: absolute;
        top: 110px;
        right: 15px;
        z-index: 20;
        box-shadow: 5px 5px 10px rgba(0,0,0,.25);

        &.open { display: block; }
      }
    }

    &.open {
      max-height: 250px;
      border-bottom: 2px solid #fff;
      box-shadow: 0 10px 10px -10px #000;

      @media (min-width: 768px) { max-height: none; border-bottom: 0; box-shadow: none; }
    }
  }

  & ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: .875rem;
    font-weight: 400;

    & li {
      display: block;
      line-height: 1.1;
      border-bottom: 1px solid #4f76d0;
      margin: 0 -15px;
      padding: 0 15px;

      &:last-child { border-bottom: 0; }

      @media (min-width: 768px) {
        margin: 0;
        padding: 0;
        border-color: #d8d9d8;
        &.active > a, &.active_last > a, & a:hover { color: #1351b7; }
      }
    }

    & a {
      margin: .25em 0;
      padding: .5em 0;
      color: #fff;
      font-weight: 400;
      display: block;
      text-decoration: none;

      @media (min-width: 768px) {
        margin: 0;
        padding: 10px 32px 10px 0;
        text-transform: uppercase;
        color: #000;
        font-weight: 800;
      }
    }
  }
}

#phone {
  display: block;
  background: url(/images/phone.png) no-repeat .75rem center #1351b7;
  position: absolute;
  right: 15px;
  color: #fff;
  top: 78px;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px 0 48px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  z-index: -1;

  @media (min-width: 768px) {
    right: 86px;
    top: 45px;
    height: 50px;
    line-height: 50px;
    padding: 0 24px 0 56px;
    font-size: 1.5rem;
    z-index: auto;
  }

  small {
    font-size: 0.9rem;
  }
}

/* ========================================
   FOOTER
   ======================================== */

#footer-services {
  background: #333;
  padding: 25px 0 5px;

  @media (min-width: 768px) {
    background: url(/images/footer-services.jpg) no-repeat center bottom;
    padding: 64px 0 96px;
  }

  & .service {
    color: #fff;
    line-height: 1.4;
    font-size: .875rem;
    margin-bottom: 20px;
    text-align: center;

    @media (min-width: 768px) { font-size: 1.5rem; text-align: left; }

    & img {
      display: block;
      margin: 0 auto 12px;
      height: 48px;
      width: auto;

      @media (min-width: 768px) { float: left; margin-right: 24px; height: auto; }
    }
  }
}

#footer-contact {
  background: #efefef;
  text-align: center;
  padding: 25px 0;
  color: #1a1a1a;

  @media (min-width: 768px) { padding: 60px 0 40px; }

  & h3 { color: inherit; margin-bottom: .75em; }
  & p  { text-align: center; color: #000; margin-bottom: 0; font-size: .875rem; }
  @media (min-width: 768px) { & p { font-size: 1.125rem; } }
}

#map-container { position: relative; }

#map {
  display: none;
  @media (min-width: 768px) { display: block; }
}

#contact-box {
  display: block;
  padding: 30px 15px 10px;
  color: #fff;
  background: #1351b7;
  text-align: center;

  @media (min-width: 768px) { padding: 50px; text-align: left; }
  @media (min-width: 1024px) { padding: 50px 50px 20px 200px; background: url(/images/contact-box.png) no-repeat 0 center #1351b7; }

  & p {
    text-align: inherit;
    float: none;
    font-weight: 800;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 1.5em;
    @media (min-width: 768px) { font-size: 1rem; }

    & strong { font-weight: 400; text-transform: uppercase; }
    & a { color: #fff; &:hover { text-decoration: underline; } }
  }
}

.copyright {
  background: #0f1a1b;
  padding: 25px 0 15px;

  & p {
    margin-bottom: 10px;
    line-height: 1.86;
    font-size: .75rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    @media (min-width: 768px) { font-size: .875rem; }
    & a { color: inherit; &:hover { text-decoration: underline; } }
  }
}

h1, h2, h3 { text-transform: uppercase; }
h2 { font-weight: 400; }
h3 { color: #1351b7; font-weight: 800; font-size: 1.875rem; }

body { padding-top: 50px; @media (min-width: 768px) { padding-top: 0; } }

/* ========================================
   ENTRY / HOMEPAGE HERO
   ======================================== */

#entry-header {
    background: url(/images/header-entry.jpg) no-repeat center top #0f1a1b;
    background-size: 960px;
    height: auto;
    color: #fff;
    box-sizing: border-box;

    @media (min-width: 768px) {
        position: relative;
        min-height: 40rem;
        background-size: auto;
        padding-bottom: 128px;

        &::after {
            content: '';
            display: block;
            width: 100%;
            height: 63px;
            background: url(/images/header-entry-bottom.png) no-repeat center top #0f1a1b;
            position: absolute;
            bottom: 0;
        }
    }

    & #nav-top {
        top: -50px;
        background: transparent;
        box-shadow: none;

        & ul a { 
          color: #000; 

          &:hover, &:active {
            color: #1351b7;
          }
        }

        @media (min-width: 768px) {
            top: 0;
        }
    }

    & #badge { z-index: 5; }
}

.entry-hero {
    text-align: center;
    max-width: 700px;
    padding-top: 128px;
    padding-bottom: 2rem;

    @media (min-width: 768px) { padding-block: 21rem 0; }

    & h1 {
        color: #fff;
        font-weight: 800;
        margin-block: 0 1em;
        border-bottom: none;
        text-transform: uppercase;
        line-height: 1.2;

        @media (min-width: 768px) { font-size: 2.25rem; }

        & span { color: #ffd687; }
    }

    & p { color: #fff; margin-bottom: 2em; }
}

#entry-buttons {
    & .pure-button { margin: .5rem; }
}


/* ========================================
   FOOTER FORM TOGGLE
   ======================================== */

#footer-form {
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;

    & .container { padding-block: 1rem; }

    & h3 {
        margin: 1.3em 0;
        color: #000;
        text-align: center;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
    }

    & .arrow { transition: transform .4s ease-out; }
    &.open .arrow { transform: rotate(-180deg); }

    & #contact-form {
        padding-bottom: 25px;
        @media (min-width: 768px) { padding-bottom: 40px; }
    }
}

/* ========================================
   BAZAR - autobazar.eu XML feed display
   ======================================== */

:root {
  --bazar-primary: #1351b7;
  --bazar-dark: #0f1a1b;
  --bazar-red: #e51934;
  --bazar-grey: #efefef;
  --bazar-border: #eee;
}

/* Pure.css minimal grid subset */
.pure-g {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;

  & [class*="pure-u"] {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }
}

.pure-u-1     { width: 100%; }
.pure-u-1-2   { width: 50%; }
.pure-u-1-3   { width: 33.3333%; }
.pure-u-1-4   { width: 25%; }
.pure-u-2-5   { width: 40%; }
.pure-u-3-5   { width: 60%; }

@media (min-width: 568px)  { .pure-u-sm-1-2 { width: 50%; } }
@media (min-width: 768px)  {
  .pure-u-md-1-2 { width: 50%; }
  .pure-u-md-1-3 { width: 33.3333%; }
  .pure-u-md-2-5 { width: 40%; }
  .pure-u-md-3-5 { width: 60%; }
}
@media (min-width: 1024px) {
  .pure-u-lg-1-2 { width: 50%; }
  .pure-u-lg-1-3 { width: 33.3333%; }
  .pure-u-lg-1-4 { width: 25%; }
}
@media (min-width: 1280px) { .pure-u-xl-1-4 { width: 25%; } }

.pure-button {
  padding: 1em 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--bazar-primary);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  transition: box-shadow .25s ease-out;
  cursor: pointer;

  &:hover, &:focus {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
  }
}
.button-dark { background: #333; }

/* Layout helpers */
.container {
  max-width: 76.875rem;
  margin: 0 auto;
  padding-inline: 15px;
  box-sizing: border-box;
}
.content { 
  position: relative; 
  margin: 0;
  padding: 0;
}
.main {
  padding-block: 25px;
  @media (min-width: 768px) { padding-block: 40px; }
}
.text-center { text-align: center; }

/* Type filter buttons */
.bazar-types {
  text-align: center;
  margin-top: 20px;
  & a { margin: 8px; }
}

/* Car grid */
.offers {
  margin-inline: -10px;

  & [class*="pure-u"] { padding: 10px; }
}

.oferitem {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  color: #000;
  transition: box-shadow .25s ease-out;
  box-shadow: 2px 2px 9px rgba(0,0,0,.15);

  &:hover { box-shadow: 2px 2px 9px rgba(0,0,0,.6); }

  & .image img { width: 100%; display: block; }

  & h3 {
    color: #000;
    font-weight: 700;
    font-size: .75rem;
    text-align: center;
    margin: 1em 0;
    text-transform: none;
    line-height: 1.25;
    height: 2.5em;
    overflow: hidden;
    border-bottom: none;
    @media (min-width: 1024px) { font-size: 1rem; }
  }

  & a { color: #000; text-decoration: underline; }

  & p {
    margin-bottom: 1em;
    font-size: .625rem;
    word-break: break-word;
    @media (min-width: 1024px) { font-size: .875rem; }

    &.autodecs {
      line-height: 1.5;
      height: 6em;
      overflow: hidden;
      & strong { font-weight: 400; }
    }
  }

  & .price {
    text-align: center;
    font-size: .875rem;
    color: var(--bazar-primary);
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1;
    height: 2.25em;
    @media (min-width: 1024px) { font-size: 1.125rem; }
    & small { font-size: .5625rem; font-weight: 700; }
    & span  { color: #797777; font-weight: 400; }
  }
}

/* Safety tooltip hover */
.car-info {
  display: block;
  width: 26px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  background: var(--bazar-dark);
  font-size: 1rem;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  z-index: 10;

  &:hover + .auto-params { top: 52px; }
}

.auto-params {
  display: block;
  padding: 14px 20px;
  position: absolute;
  inset-inline: 10px;
  top: 450px;
  background: var(--bazar-primary);
  color: #fff;
  transition: top .25s ease-out;

  & p {
    margin: 0;
    font-size: .75rem;
    @media (min-width: 768px) { font-size: .875rem; }
  }
}

/* Sort / Pager bar */
.customize {
  margin-block: 20px;
  border-block: 1px solid var(--bazar-border);
  padding-block: 10px;
}

.customize-sort {
  font-size: .75rem;
  margin-bottom: 0;
  color: #000;
  @media (min-width: 768px) { font-size: .875rem; }

  & a {
    margin-inline: 5px;
    color: #000;
    &:hover { text-decoration: underline; }
    &.active { font-weight: bold; text-decoration: underline; }
  }
}

.customize-pager {
  font-size: .75rem;
  text-align: left;
  margin: 10px -2px;
  @media (min-width: 768px) { margin: 0 -2px; text-align: right; font-size: .875rem; }

  & a {
    display: inline-block;
    padding: 0 7px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px rgba(0,0,0,.12), 1px 1px 2px rgba(0,0,0,.24);
    margin-inline: 2px;
    background: #f5f5f5;
    color: #000;
    text-decoration: none;
    &:hover { color: var(--bazar-primary); }
    &.active { background: var(--bazar-primary); border-color: #09285b; color: #fff; }
  }
}

/* Title area (detail page category header) */
.title-area {
  text-align: center;
  background: var(--bazar-grey);
  position: relative;
  
  &::before{
    content: '';
    display: block;
    width: 100%;
    height: 4rem;
    position: absolute;
    top: -3.9375rem;
    background: url(../images/title-area.png) no-repeat center bottom;
  }
}
.title {
  display: inline-block;
  margin: 1em 0;
  text-transform: uppercase;
  color: var(--bazar-dark);
  font-weight: 800;
  text-decoration: none;
  border-bottom: none;
  font-size: 2.25rem;

  @media (min-width: 768px) {   
    margin: 0 0 1.5em;
 }
}

/* Detail page */
#detail {
  color: #000;

  & h1 {
    font-weight: 400;
    margin-bottom: 1em;
    text-transform: uppercase;
    border-bottom: none;
    color: #000;
  }

  & .attributes {
    line-height: 3;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;

    & li {
      padding: 0;
      border-bottom: 1px solid var(--bazar-border);
      &::before { content: none; }
    }
  }

  & .pure-button { margin-block-end: 2em; margin-inline-end: .5em; }
}

#detail-info {
  padding-inline-start: 15px;
  @media (min-width: 768px) { padding-inline-start: 40px; }
}

#detail-images {
  display: flex;
  flex-wrap: wrap;
  background: var(--bazar-grey);
  padding: 18px;
  margin-bottom: 40px;
}

.detail-image {
  display: block;
  width: 33.3334%;
  box-sizing: border-box;
  border: 2px solid transparent;
  position: relative;
  height: 0;
  padding-top: 18.5%;
  overflow: hidden;
  text-decoration: none;

  & img {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    max-width: 100%;
  }

  &:first-child {
    height: auto;
    padding-top: 0;
    width: 100%;
    & img { position: static; translate: none; width: 100%; }
  }
}

#detail-columns { display: flex; }
#detail-attributes { 
  flex-grow: 1; 

  .attributes {
    line-height: 3;
    list-style: none;
    padding-left: 0;

    li {
      font-size: 0.875rem;
      line-height: 2.2em;
      border-bottom: 1px solid var(--bazar-border);
    }
  }
}

.detail-price {
  color: var(--bazar-red);
  font-size: 1.25rem;
  font-weight: 800;
  margin: 1em 0 .5em;
  @media (min-width: 768px)  { font-size: 1.75rem; }
  @media (min-width: 1024px) { font-size: 2.25rem; }

  & small {
    color: #000;
    font-size: .75rem;
    font-weight: 400;
    @media (min-width: 768px) { font-size: 1rem; }
  }
  & span { font-weight: 400; }
}

#predajca {
  flex-shrink: 0;
  margin-inline-start: 40px;
}

#predajca-tel,
#predajca-mail {
  display: block;
  color: var(--bazar-red);
  font-weight: 800;
  font-size: .875rem;
  margin-bottom: .4em;
  text-decoration: none;
  white-space: nowrap;
}
#predajca-tel { 
  @media (min-width: 1024px) { 
  font-size: 1.5625rem; 
  padding-left: 2.5rem;
    background: url(../images/phone-red.png) no-repeat left center;
} 
}
#predajca-mail { @media (min-width: 1024px) { font-size: 1rem; } }

#detail-related {
  margin-top: 64px;

  & h3 {
    color: var(--bazar-primary);
    font-weight: 800;
    text-transform: uppercase;
  }
}

.choices {
  background-color: #e8e8e8;
  padding: 20px;
  margin-bottom: 20px;

  h3 {
    margin-block: 0 1rem;
  }

  .price {
    font-size: 1.2em;

    table { border-collapse: collapse; }

    tr {
      border-bottom: 1px dashed #afafaf;

      &:last-child { border-bottom: none; }
    }

    td {
      padding: 0.1em 1.2em 0.1em 0;
    }
  }
}

.more { text-align: center; margin-top: 40px; }



.button-green  { background: #85aa03; }
.button-yellow {
    background: #ffd687;
    color: rgba(0,0,0,.6);
    &:hover, &:focus { color: rgba(0,0,0,.6); }
}
/* ========================================
   CONTACT FORM
   ======================================== */

.contact-form {
    font-size: .875rem;
    margin: 0 -.5em;
}

.contact-form [class*="pure-u"] {
    padding: .5em;
}

.contact-form label {
    position: relative;
    display: flex;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    align-items: center;
    padding: 0 1.25em;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
}

.contact-form label span {
    margin-right: .75em;
    flex-shrink: 0;
    color: #555;
}

.contact-form label input,
.contact-form label textarea {
    border: 0;
    flex-grow: 1;
    background: #fff;
    margin: 0;
    padding: 1em 0;
    font-weight: 700;
    min-width: 50px;
    font-family: inherit;
    font-size: inherit;
    outline: none;
}

.contact-form label.textarea {
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact-form label.textarea span {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: .25rem;
}

.contact-form label.textarea textarea {
    width: calc(100% + 2.5em);
    margin: 0 -1.25em;
    padding: .75em 1.25em;
    resize: vertical;
    min-height: 120px;
}

.contact-form .form-errors,
.contact-form ul.form-error {
    color: #e51934;
    font-size: .8rem;
    margin: .25em .5em;
    padding: 0;
    list-style: none;
}

.contact-form .form-submit {
    padding: .5em;
    text-align: right;
}

.contact-form .pure-button {
    float: none;
}
