/*
*  Map
*/
.in-kde-koupit #content header {
    text-align: center;
  }
  .in-kde-koupit #content h1 {
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .in-kde-koupit #content h1::before, .in-kde-koupit #content h1::after {
    content: '';
    width: 100px;
    height: 2px;
    background: #5c4237;
    margin: 0 20px;
  }
  #map-canvas {
    height: 450px;
    margin: 70px 0;
    border-bottom: 2px solid #5c4237;
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.2);
  }
  .msc-map-address {
    padding: 50px 0 100px;
  }
  .msc-map-address--container {
    display: flex;
    align-items: center;
    flex-flow: wrap;
  }
  .msc-map-address--devide {
    font-size: 16px;
    padding: 0 50px;
    color: #aaa;
  }
  .msc-map-address-items {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    max-width: 1418px;
    width: 100%;
    margin: 0 auto;
  }
  .msc-map-address-items--item {
    width: calc(20% - 20px);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    margin: 10px 10px;
    padding: 20px;
    border-bottom: 2px solid #5c4237;
    /* background: #5c4237; */
    /* text-align: center; */
  }
  /*
  .msc-map-address-items--item:first-child {
    position: relative;
    padding-left: 50px;
  }
  .msc-map-address-items--item:first-child::before {
    content: '';
    display: block;
    background-image: url(/user/documents/assets/img/where_place.svg);
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
  }
  .msc-map-address-items--item:last-child {
    display: flex;
    align-items: center;
  }
  */
  .msc-map-address-items--item span {
    display: block;
    color: #5c4237;
    position: relative;
    /*color: #fff;*/
  }
  .msc-map-addr-selected {
    background: #5c4237;
    transition: opacity 500 ease-in-out;
  }
  .msc-map-addr-selected span {
    color: #fff !important;
  }
  .msc-map-address-items--item-phone, .msc-map-address-items--item-email {
    padding-left: 25px;
  }
  .msc-map-address-items--item-phone::before {
    position: absolute;
    left: -3px;
    top: -2px;
    width: 24px;
    font-size: 16px;
    text-align: center;
    content: '\e92c';
    display: block;
    font-family: 'shoptet';
  }
  .msc-map-address-items--item-email::before {
    position: absolute;
    left: -3px;
    top: -2px;
    width: 24px;
    font-size: 16px;
    text-align: center;
    content: '\e924';
    display: block;
    font-family: 'shoptet';
  }
  .msc-map-address-items--item-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .msc-map-address-items--item-subtitle {
    margin-bottom: 10px;
  }
  .msc-map-address--container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
  }
  .msc-map-address-items--item-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
  }
  .msc-map-address-items--item-input {
    height: 43px;
    padding: 5px 10px;
    width: 100%;
    max-width: 300px;
    border: 2px solid #5c4237;
  }
  .msc-map-address-items--item-search .submit {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(/user/documents/assets/img/map_search.svg);
    background-position: center;
    background-repeat: no-repeat;
    outline: 0;
    border: 0;
    background-color: #5c4237;
    box-shadow: none;
    border-radius: 5px;
    background-size: 23px;
    margin: 2px;
  }
  .msc-map-address--regions {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .msc-map-address--regions-select {
    height: 43px;
    padding: 5px 10px;
    width: 100%;
    border: 2px solid #5c4237 !important;
  }