.select-container {
  position: relative; }
  .select-container select {
    width: 100%; }
  .select-container .select2-container, .select-container .select2-selection {
    height: 3.2rem !important; }
  .select-container .select2-selection {
    padding-top: 2rem;
    font-size: 20px;
    font-family: Circe Regular; }
  .select-container .select2-selection__arrow {
    margin-top: 30px !important;
    margin-right: 20px !important; }
  .select-container .select-container {
    position: relative; }
  .select-container .select-label, .select-container .select-header {
    position: absolute;
    top: 0.3rem;
    left: 1rem;
    color: #B2BABE;
    font-size: 14px;
    pointer-events: none;
    z-index: 1; }

.icon.hardness {
  background-image: url("/themes/default/icons/svg/product2/hardness.svg"); }

.icon.height {
  background-image: url("/themes/default/icons/svg/product2/height.svg"); }

.icon.weight {
  background-image: url("/themes/default/icons/svg/product2/weight.svg"); }

.icon.maxWeight {
  background-image: url("/themes/default/icons/svg/product2/maxWeight.svg"); }

.icon.color {
  background-image: url("/themes/default/icons/svg/product2/color.svg"); }

.icon.style {
  background-image: url("/themes/default/icons/svg/product2/style.svg"); }

.icon.material {
  background-image: url("/themes/default/icons/svg/product2/material.svg"); }

.icon.delivery {
  background-image: url("/themes/default/icons/svg/product2/delivery.svg"); }

.product-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 16rem;
  max-width: 16rem;
  margin: 0.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
  border: solid 1px #d9dee0;
  border-radius: 0.5rem;
  font-family: Circe Bold !important;
  color: #313131 !important;
  text-decoration: none !important;
  box-shadow: none;
  transition: 0.1s; }
  .product-card:hover {
    border: solid 1px #40b6e9;
    box-shadow: 0px 0px 6px -2px #000000;
    transition: 0.2s; }
  .product-card > * {
    flex: 1;
    flex-direction: column; }
    .product-card > * > * {
      flex: 0; }
  .product-card .photo {
    position: relative;
    height: 11rem; }
    .product-card .photo img {
      width: 100%;
      height: 10rem;
      object-fit: contain; }
    .product-card .photo .thumbnail {
      object-fit: cover; }
  .product-card .photo-and-tags {
    position: relative;
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 0.5rem; }
    .product-card .photo-and-tags .top-bar {
      height: 2.5rem; }
    .product-card .photo-and-tags::after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(159, 166, 173, 0.1);
      border-radius: 1rem;
      pointer-events: none; }
    @media screen and (max-width: 550px) {
      .product-card .photo-and-tags {
        padding-top: 0 !important; }
        .product-card .photo-and-tags::after {
          display: none; }
        .product-card .photo-and-tags img {
          filter: brightness(0.973); }
        .product-card .photo-and-tags .photo {
          height: auto; }
          .product-card .photo-and-tags .photo img {
            height: auto; } }
  .product-card .rating {
    margin-bottom: 0.5rem; }
    .product-card .rating > * {
      width: 1rem;
      height: 1rem; }
      .product-card .rating > *:not(:last-child) {
        margin-right: 0.3rem; }
    .product-card .rating .rate-full {
      background-image: url("/themes/default/icons/svg/product2/star-full.svg"); }
    .product-card .rating .rate-half {
      background-image: url("/themes/default/icons/svg/product2/star-half.svg"); }
    .product-card .rating .rate-empty {
      background-image: url("/themes/default/icons/svg/product2/star-empty.svg"); }
  .product-card .product-name {
    margin-bottom: 0.5rem; }
    .product-card .product-name .highlight {
      font-size: 16px; }
  .product-card .price-container {
    margin-top: auto; }
  .product-card .product-price {
    align-self: flex-end;
    margin-bottom: 0.5rem;
    font-family: Circe Bold;
    font-size: 25px;
    color: #d11218;
    white-space: nowrap; }
  .product-card .product-price-old {
    height: 2rem;
    line-height: 2em;
    margin-left: 0.5rem;
    font-size: 20px;
    color: #ccc;
    text-decoration: line-through;
    white-space: nowrap; }
  .product-card .product-properties {
    max-height: 3.5rem;
    line-height: 1.8rem;
    justify-self: flex-end; }
  .product-card .icon {
    height: 0.75rem;
    margin-right: 0.1rem; }
  .product-card .product-icons > .column {
    min-width: 3.5rem;
    max-width: 9.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .product-card .product-icons > .column.expand {
      text-align: right; }
    .product-card .product-icons > .column:not(.expand) {
      margin-right: 0.5rem; }
    .product-card .product-icons > .column .icon {
      top: -0.5rem; }
    .product-card .product-icons > .column .param-text {
      display: inline-block;
      max-width: 9.5rem;
      overflow: hidden;
      text-overflow: ellipsis; }
  .product-card .product-properties.text-left > .product-icons > *, .product-card .product-icons.text-left > * {
    text-align: left !important; }
  @media print, screen and (min-width: 550px) {
    .product-card .product-name {
      height: 4rem;
      overflow-y: hidden; } }
  @media screen and (min-width: 550px) and (max-width: 835px) {
    .product-card {
      width: calc(100% / 2 - 1rem); } }
  @media screen and (max-width: 550px) {
    .product-card {
      min-width: 16rem !important;
      max-width: 20rem !important;
      width: calc(100% - 1rem); }
      .product-card.expanded {
        display: flex !important;
        position: static !important;
        width: calc(100% + 1rem);
        max-width: 48rem !important;
        box-shadow: none !important;
        background-color: #f7f8f8 !important; }
        .product-card.expanded .photo-and-tags::after {
          display: none !important; } }
  @media screen and (max-width: 350px) {
    .product-card {
      padding: 0.5rem; } }

.product-card.full {
  flex: 1 1 auto;
  max-width: 48rem;
  font-size: 14px;
  border: solid 1px white;
  padding: 0; }
  .product-card.full .product-comments {
    margin-left: 0.75rem; }
  .product-card.full .button-add-placeholder {
    box-shadow: none !important; }
  .product-card.full .button-favorite.active {
    background-image: url("/themes/default/icons/svg/catalog2/favorite-active.svg"); }
  .product-card.full .compare-favorite.active {
    background-image: url("/themes/default/icons/svg/catalog2/compare-active.svg"); }
  @media print, screen and (min-width: 835px) {
    .product-card.full .button-favorite:hover {
      background-image: url("/themes/default/icons/svg/catalog2/favorite-active.svg"); }
    .product-card.full .button-compare:hover {
      background-image: url("/themes/default/icons/svg/catalog2/compare-active.svg"); } }
  .product-card.full.expanded {
    position: absolute;
    min-width: 18rem;
    max-width: 50rem;
    padding: 1rem;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
    transition: none;
    z-index: 2; }
    .product-card.full.expanded .product-properties, .product-card.full.expanded .select2, .product-card.full.expanded .button {
      margin-bottom: 1rem; }
    .product-card.full.expanded .select2-selection {
      font-size: 16px;
      border: none !important;
      box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px; }
    .product-card.full.expanded .button {
      width: 100%; }
    .product-card.full.expanded .product-buy-count {
      font-family: Circe Regular;
      color: #a5adb1; }
  .product-card.full:hover {
    border: solid 1px #40b6e9; }
  .product-card.full.expanded:hover {
    border: none; }
  .product-card.full a {
    font-family: Circe Bold !important;
    color: #313131 !important;
    text-decoration: none !important; }
  .product-card.full .highlight {
    font-size: 14px; }
  .product-card.full .add-buttons {
    margin-top: 0; }
    .product-card.full .add-buttons > * {
      margin-left: 0.75rem; }
  .product-card.full .product-name {
    height: 2.5rem; }
  .product-card.full .product-price {
    color: #313131;
    font-size: 28px; }
  .product-card.full .product-price-old {
    font-size: 22px; }
  .product-card.full .product-icons > *.expand:first-of-type {
    min-width: 100%; }
  .product-card.full .product-icons > *.expand {
    max-width: none;
    flex: 1 0 auto; }
  .product-card.full .product-icons > *:not(:last-child) {
    margin-right: 0.5rem; }
  @media screen and (max-width: 550px) {
    .product-card.full {
      max-width: 100%;
      width: 100%; }
      .product-card.full:not(.expanded) {
        display: none !important; } }
  @media print, screen and (min-width: 835px) {
    .product-card.full {
      width: 20%; } }

.add-buttons {
  margin: 0.5rem 0 -.5rem -1rem; }

.button-compare, .button-favorite {
  width: 1.4rem;
  height: 1.3rem;
  margin: 0.1rem 0 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  user-select: none; }

.button-compare {
  background-image: url("/themes/default/icons/svg/product2/compare.svg"); }
  .button-compare.active {
    background-image: url("/themes/default/icons/svg/product2/compare-active.svg"); }

.button-favorite {
  background-image: url("/themes/default/icons/svg/product2/favorite.svg"); }
  .button-favorite.active {
    background-image: url("/themes/default/icons/svg/product2/favorite-active.svg?1"); }
  @media print, screen and (min-width: 835px) {
    .button-favorite:hover {
      background-image: url("/themes/default/icons/svg/product2/favorite-active.svg?1"); } }

.products-list {
  position: relative;
  margin-left: -0.5rem;
  margin-top: 1.5rem;
  width: calc(100% + 1rem); }
  .products-list.updating::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 4; }
  @media print, screen and (min-width: 550px) {
    .products-list.single {
      flex-wrap: nowrap;
      overflow-x: auto; } }
  .products-list.single > .flex-placeholder {
    display: none; }
  .products-list.single > .product-card {
    flex: 0 1 auto; }
    .products-list.single > .product-card.expanded {
      display: none; }
  .products-list.empty {
    min-height: 10rem; }
  .products-list .flex-placeholder {
    max-width: 48rem;
    min-width: 16rem;
    margin: 0 0.5rem; }
  .products-list .flex-break {
    width: 100%; }
  @media screen and (max-width: 835px) {
    .products-list {
      margin-left: 0;
      width: 100%; } }

@media screen and (max-width: 608px) {
  .products-list .product-card.full.expanded {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0 !important;
    top: 0 !important; } }
@media screen and (min-width: 607px) and (max-width: 835px) {
  .products-list .product-card.full.expanded {
    width: calc(50% + 1rem); } }
@media screen and (min-width: 834px) and (max-width: 1133px) {
  .products-list .product-card.full.expanded {
    width: calc(100% + 1rem); } }
@media screen and (min-width: 1132px) and (max-width: 1405px) {
  .products-list .product-card.full.expanded {
    width: calc(50% + 1rem); } }
@media screen and (min-width: 1404px) and (max-width: 1677px) {
  .products-list .product-card.full.expanded {
    width: calc(33.33333333% + 1rem); } }
@media screen and (min-width: 1677px) {
  .products-list .product-card.full.expanded {
    width: calc(25% + 1rem); } }
@media screen and (max-width: 608px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }
@media screen and (min-width: 607px) and (max-width: 835px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(50% - 1rem); } }
@media screen and (min-width: 834px) and (max-width: 1133px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(100% - 1rem); } }
@media screen and (min-width: 1132px) and (max-width: 1405px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(50% - 1rem); } }
@media screen and (min-width: 1404px) and (max-width: 1677px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(33.33333333% - 1rem); } }
@media screen and (min-width: 1677px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(25% - 1rem); } }

#popup_notFound {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.badges {
  margin-right: 1rem;
  position: relative; }

.badge {
  height: 1.6rem;
  line-height: 1.5rem;
  padding: 0 0.5em;
  border: solid 2px;
  border-radius: 5px;
  font-family: Circe Bold;
  font-size: 14px; }
  .badge .icon {
    margin-right: 0.15rem; }
  .badge:not(:last-child) {
    margin-right: 0.5rem; }
  .badge.bonus {
    border-color: #DCB353; }
  .badge.present, .badge.model {
    border-color: #2C508C; }
  .badge.rivi {
    border-color: #335443; }
  .badge.king {
    border-color: #c2a577; }
  .badge.new {
    border-color: #d11218; }
  .badge.model {
    line-height: 1.4rem !important; }
  .badge.hit {
    border-color: #40b6e9; }
  .badge.discount {
    border-color: #d11218;
    background-color: #d11218;
    color: white;
    font-family: Circe Regular; }

.icon.model {
  background-image: url("/themes/default/icons/svg/3dicon.svg");
  top: -0.2em !important; }

@media print, screen and (min-width: 835px) {
  .catalog > .column-menu {
    width: 17rem !important; } }
.catalog > .column-menu.disabled .select2-container, .catalog > .column-menu.disabled .checkbox, .catalog > .column-menu.disabled .input-range {
  cursor: default !important;
  pointer-events: none !important; }
.catalog > .column-main {
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 835px) {
    .catalog > .column-main {
      width: calc(100% - 17rem) !important;
      padding-left: 3rem; }
      .test-design .catalog > .column-main {
        width: calc(100% - 15rem) !important;
        margin-right: -2rem; } }
  @media screen and (max-width: 835px) {
    .catalog > .column-main {
      margin-top: 2rem; } }
.catalog .column-menu > .button, .catalog .column-main > .button {
  width: 100%;
  margin-top: 2rem; }

body > #swipebox-overlay {
  z-index: 6000000 !important; }

#main_header {
  justify-content: space-between;
  line-height: 45px; }
  #main_header > *:last-child {
    width: max-content; }
  #main_header > .header > span {
    display: block; }

.hint {
  line-height: 1;
  font-family: Circe Regular;
  font-size: 16px; }

#photo_main {
  overflow: hidden; }
  @media print, screen and (min-width: 835px) {
    #photo_main {
      width: 24rem;
      height: 16rem;
      margin-right: 3rem; } }
  #photo_main img {
    width: 100%; }

#description {
  width: 100%;
  font-size: 20px;
  line-height: 20px; }
  #description > * {
    min-height: 2.5rem;
    margin-bottom: 0.5rem; }
  #description > *:nth-child(2n + 1) {
    width: 2rem; }
  #description > *:nth-child(2n) {
    width: calc(100% - 2rem); }
  @media screen and (max-width: 550px) {
    #description {
      align-content: flex-start; } }

@media screen and (max-width: 835px) {
  #store_info > *, #description {
    margin: 0 0 1.5rem 0; } }

.icon.print {
  background-image: url("/themes/default/icons/svg/print-blue.svg"); }

.icon.map {
  background-image: url("/themes/default/icons/svg/map-grey.svg"); }

.icon.direction {
  background-image: url("/themes/default/icons/svg/direction-grey.svg"); }

.icon.phone {
  background-image: url("/themes/default/icons/svg/phone-grey.svg"); }

.icon.time {
  background-image: url("/themes/default/icons/svg/time-grey.svg"); }

.icon.hardness {
  background-image: url("/themes/default/icons/svg/PC-zestkost.svg"); }

.icon.height {
  background-image: url("/themes/default/icons/svg/PC-visota.svg"); }

.icon.weight {
  background-image: url("/themes/default/icons/svg/PC-max-ves.svg"); }

.icon.style {
  background-image: url("/themes/default/icons/svg/PC-style.svg"); }

.icon.material {
  background-image: url("/themes/default/icons/svg/PC-material.svg"); }

.icon.color {
  background-image: url("/themes/default/icons/svg/PC-color.svg"); }

.icon.delivery {
  background-image: url("/themes/default/icons/svg/PC-deliv.svg"); }

.icon.copy {
  background-image: url("/themes/default/icons/svg/copy.svg"); }

.icon.button-phone {
  background-image: url("/themes/default/icons/svg/callback-blue-2.svg"); }

.icon.button-video {
  background-image: url("/themes/default/icons/svg/videoKons-blue-2.svg"); }

.icon.copy {
  margin-left: 0.2rem;
  cursor: pointer;
  user-select: none; }

@media print, screen and (min-width: 835px) {
  #call_buttons {
    max-width: 31rem;
    margin: 0 -0.5rem; }
    #call_buttons > * {
      width: 14.5rem;
      margin: 0.5rem 0.5rem 0 0.5rem; } }
@media screen and (max-width: 835px) {
  #call_buttons > * {
    width: 100%; }
    #call_buttons > *:not(:last-child) {
      margin-bottom: 1rem; } }
@media screen and (max-width: 550px) {
  #call_buttons {
    min-height: 4rem; } }
#call_buttons > * {
  height: 41px; }
#call_buttons .icon {
  width: 23px;
  height: 23px;
  background-size: 100%; }

#directions {
  font-size: 16px;
  text-align: justify; }
  @media print, screen and (min-width: 835px) {
    #directions > * {
      box-sizing: border-box;
      padding-right: 4rem; } }
  #directions > * > * {
    margin: 0 0 1.5rem 0; }
  #directions .store-map-directions {
    min-height: 16rem; }
  #directions .store-scheme {
    width: 100%;
    object-fit: contain; }
  #directions #store_directions {
    width: 100%; }
  #directions #store_map {
    width: 100%;
    height: 40vw;
    max-height: 24rem; }
    @media screen and (max-width: 835px) {
      #directions #store_map {
        height: 100vw; } }
  #directions.map-only > * {
    padding-right: 0; }
  #directions.map-only #store_map {
    height: 80vw;
    max-height: 40rem; }
  #directions .video-container > iframe {
    width: 100%;
    height: 100%;
    min-width: 315px;
    min-height: 150px; }
  @media screen and (max-width: 835px) {
    #directions .video-container {
      min-height: calc(100vw * 2 / 3); }
      #directions .video-container iframe {
        min-width: 180px; } }
  @media print, screen and (min-width: 835px) {
    #directions .scheme-container, #directions .video-container {
      position: relative;
      min-height: 300px; }
    #directions .scheme-container {
      position: relative; }
      #directions .scheme-container::after {
        content: '';
        display: block;
        height: calc(45vw - 300px); }
    #directions .image-preview {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: calc(45vw - 300px);
      min-height: 250px; }
    #directions .store-scheme {
      height: 100%; }
    #directions .video-container > iframe {
      position: absolute;
      left: 0;
      bottom: 0; } }

#store_photos > * {
  min-height: 9rem;
  min-width: 13rem;
  margin: 0.5rem; }
  #store_photos > * > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media print, screen and (min-width: 550px) {
    #store_photos > * {
      width: calc(100% / 3 - 1rem); } }

img.photo {
  cursor: pointer; }

.photo-preview {
  display: block;
  position: relative; }
  @media print, screen and (min-width: 835px) {
    .photo-preview::after {
      content: '';
      display: inline-block;
      position: absolute;
      right: 0.5rem;
      bottom: 2rem;
      width: 1rem;
      height: 1rem;
      margin-bottom: -1.5rem;
      background-image: url("/themes/default/icons/svg/size_white.svg");
      pointer-events: none;
      transition-duration: 0.15s;
      opacity: 1;
      filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.75)); }
    .photo-preview:not(:hover)::after {
      opacity: 0; } }

#photo_main > .photo-preview, #photo_main img {
  position: relative; }

.nav-arrow {
  position: absolute;
  top: calc(50% - 4vw);
  z-index: 1;
  width: 8vw;
  height: 8vw; }
  .nav-arrow.left {
    left: 2%;
    background: url("/themes/default/icons/svg/strelkawhiteright.svg") no-repeat;
    transform: rotate(180deg); }
  .nav-arrow.right {
    right: 2%;
    background: url("/themes/default/icons/svg/strelkawhiteright.svg") no-repeat; }
  @media print, screen and (min-width: 835px) {
    .nav-arrow {
      display: none; } }

@media print, screen and (min-width: 835px) {
  .products-list:not(.single) {
    margin-top: -0.5rem; } }
.products-list .product-card.card-hidden {
  display: none !important; }

.top-bar, .count-container {
  display: none; }

@media screen and (max-width: 835px) {
  .column-main {
    margin-top: 0 !important; } }
@media print {
  .FullHeaderSCR, .footerFullSCR, .MobileHeaderSCR, .footerMobileSCR, .no-print, #call_buttons, #button_print, jdiv {
    display: none !important; }

  .PageFild {
    margin: 0 !important; }

  .content.darker {
    background-color: white !important; }

  .content {
    padding: 0 !important; }

  #description {
    font-size: 18px !important; }
    #description > * {
      min-height: unset !important;
      height: auto !important; }

  #photo_main {
    width: 12rem;
    margin-right: 2rem;
    height: auto !important; }

  .content .header {
    font-size: 22px; }

  .content .header.small {
    font-size: 18px; }

  #directions:not(.map-only) #store_directions {
    width: 100%;
    object-fit: contain; }
  #directions:not(.map-only) #store_map {
    height: 16rem; }
    #directions:not(.map-only) #store_map > *, #directions:not(.map-only) #store_map > * > * {
      width: 100% !important;
      height: 16rem !important; }
  #directions:not(.map-only) .store-scheme {
    height: 16rem;
    object-fit: contain; }
  #directions:not(.map-only) > * {
    width: 100% !important;
    padding: 0 !important; }
    #directions:not(.map-only) > * > * {
      margin: 0.5rem 0 !important; }

  #directions.map-only #store_map {
    height: 30rem; }
    #directions.map-only #store_map > *, #directions.map-only #store_map > * > * {
      width: 100vw !important;
      height: 30rem !important; }
  #directions.map-only > * {
    width: 100% !important;
    padding: 0 !important; }
    #directions.map-only > * > * {
      margin: 1rem 0 !important; }

  .store-maps > * {
    width: 50% !important;
    padding: 0 1rem; }
    .store-maps > *:last-child {
      padding-top: 3.5rem; }

  .video-container {
    display: none; } }
@media print, screen and (min-width: 835px) {
  .column-select-city {
    width: 18rem !important; } }

.store-options .store-types {
  margin-left: -0.5rem; }
  .store-options .store-types > * {
    max-height: 1.5rem;
    margin: 0.4rem 0 1rem 0.5rem;
    padding: 0.25rem 0.5rem 0.25rem 2rem;
    border: solid 2px #d3dae0;
    border-radius: 1rem;
    line-height: 1.5rem;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    box-sizing: content-box; }
    .store-options .store-types > *.active, .store-options .store-types > *:hover {
      border: solid 2px #40b6e9; }
    .store-options .store-types > *.hidden {
      display: none; }
    .store-options .store-types > *.all {
      padding: 0.25rem 1.25rem; }
    .store-options .store-types > *:not(.all) {
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: 0.4rem 0.4rem; }
@media screen and (max-width: 550px) {
  .store-options > * {
    margin: 0.5rem 0; } }
@media print, screen and (min-width: 550px) {
  .store-options > *:first-child {
    margin: 0 1rem 2rem 0; } }

.store-types > .brand, .select-icon.brand {
  background-image: url("/themes/default/icons/svg/logo-baloon-firmenniy.svg"); }

.store-types > .discount, .select-icon.discount {
  background-image: url("/themes/default/icons/svg/logo-baloon-discont.svg"); }

.store-types > .dealer, .store-types > .partner, .store-types > .franchise, .select-icon.dealer, .select-icon.partner, .select-icon.franchise {
  background-image: url("/themes/default/icons/svg/logo-baloon-dealer.svg"); }

.store-types > .pickup, .select-icon.pickup {
  background-image: url("/themes/default/icons/svg/logo-baloon-partner.svg"); }

.select-icon {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 23px;
  height: 23px;
  margin-right: 10px; }

#select2-select_type-results > .select2-results__option {
  min-height: 1.6rem;
  padding: 4px 5px 5px 15px !important;
  line-height: 1.6rem;
  font-size: 16px;
  background-color: white !important; }

#map {
  min-height: 400px; }

.store-list {
  min-height: 310px; }
  .store-list > .store-card {
    display: block;
    position: relative;
    width: 31.3333333333%;
    margin: 10px 1%;
    padding: 20px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px !important;
    color: #313131 !important;
    text-decoration: none !important; }
    .store-list > .store-card .store-icon {
      width: 40px;
      height: 40px;
      display: inline-block; }
    .store-list > .store-card .store-header > div {
      width: 80%;
      flex: 0 1 auto;
      margin-bottom: 10px; }
    .store-list > .store-card .store-title {
      font-family: Circe Bold;
      font-size: 16px; }
    .store-list > .store-card .store-type {
      font-size: 16px;
      color: #cccccc; }
      .store-list > .store-card .store-type.green {
        color: #32CD32; }
    .store-list > .store-card .store-url {
      display: block;
      width: 100%;
      height: 40px;
      text-align: center;
      background-color: #40b6e9;
      border-radius: 5px;
      font-family: Circe Regular;
      font-size: 16px;
      color: white;
      text-decoration: none;
      line-height: 2.5; }
      .store-list > .store-card .store-url.hidden {
        display: none; }
      @media print, screen and (min-width: 835px) {
        .store-list > .store-card .store-url {
          position: absolute;
          left: 5%;
          bottom: 10px;
          width: 90%;
          margin-top: 20px; } }
    .store-list > .store-card.highlighted {
      background-color: #fef8de; }
    .store-list > .store-card > *:not(.store-header) {
      margin-top: 10px; }
    .store-list > .store-card > *:empty {
      display: none; }
    @media print, screen and (min-width: 550px) {
      .store-list > .store-card {
        height: 310px; } }
    @media screen and (min-width: 550px) and (max-width: 835px) {
      .store-list > .store-card {
        width: 46%;
        margin: 2%; } }
    @media screen and (max-width: 550px) {
      .store-list > .store-card {
        width: 100%;
        margin: 10px 0; } }
  @media print, screen and (min-width: 835px) {
    .store-list {
      width: calc(100% + 1rem);
      margin: 0 -0.5rem 0 -0.5rem; }
      .store-list > a {
        top: 0;
        box-shadow: none;
        transition: 0.1s; }
        .store-list > a:hover {
          top: 0.5rem;
          margin: 0 0.5rem;
          width: calc(100%/3 - 1rem);
          height: calc(310px + 0.5rem);
          border: solid 1px #40b6e9;
          box-shadow: 0px 0px 6px -2px #000000;
          transition: 0.2s; } }
  @media screen and (min-width: 550px) and (max-width: 835px) {
    .store-list {
      width: calc(100% + 2rem);
      margin: 0 -1rem 0 -1rem; } }
  @media screen and (max-width: 550px) {
    .store-list {
      margin-bottom: 5rem; } }

/*# sourceMappingURL=style.css.map */
