/***********************************************************
					Stores Page Styles
************************************************************/
.Marker-box{
   text-align: center; 
}
.Marker-name{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    font-weight: 600;
    color: #de0000;
}
.Marker-adres{
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    font-weight: 600;
    color: #1a81c1;
    padding: 10px;
}
.Marker-set{}
 .store-shop{
    float: left;
    margin-bottom: 5px;
    text-align: center;
    padding: 5px 15px 0;
    min-width: 250px;
    width: 48%;
    margin: 5px;
    position: relative;
    border: 1px solid #d6d4d4;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;

 }
 @media (max-width: 767px) {
    .store-shop{
     width: 95%;   
    }
 }
 .store-image{
    width: 100%;
    overflow: hidden;
    text-align: center;
 }
.store-image img {
    width: auto;
    max-width: 100%;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px; }
 .store-shop .name{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    font-weight: 600;
    color: #de0000;
    padding: 15px;
 }   
  .store-shop .adres-shop{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    font-weight: 600;
    color: #1a81c1;
    padding: 15px;
 }
#stores #map {
  width: 100%;
  height: 600px;
  margin-bottom: 26px; }
#stores input#addressInput {
  display: inline-block;
  width: 269px; }
#stores .address-input {
  float: left;
  margin-right: 19px; }
  @media (max-width: 767px) {
    #stores .address-input {
      width: 100%;
      margin: 0 0 20px 0; } }
  #stores .address-input label {
    margin-right: 5px; }
#stores .radius-input {
  float: left;
  line-height: 23px;
  margin-right: 20px; }
  #stores .radius-input label,
  #stores .radius-input .selector {
    float: left; }
  #stores .radius-input label {
    margin-right: 10px; }
  #stores .radius-input #radiusSelect {
    width: 78px; }
#stores .store-content {
  opacity: 0;
  padding-bottom: 0px; }
#stores .store-content-select .selector {
  visibility: hidden;
  display: none; }
#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #d6d4d4; }
  #stores .store-content-select.active .selector {
    visibility: visible;
    display: block; }
#stores .store-title {
  margin-bottom: 16px; }
#stores label {
  font-weight: normal;
  color: #777777; }
#stores #stores_loader {
  display: none;
  margin-left: 5px; }
#stores #locationSelect {
  opacity: 0;
  max-width: 0px;
  visibility: hidden; }
#stores #stores-table {
  display: none; }
  #stores #stores-table tbody td {
    padding: 20px; }
    #stores #stores-table tbody td.num {
      background: white;
      width: 46px; }
      @media only screen and (max-width: 480px) {
        #stores #stores-table tbody td.num {
          display: none; } }
    #stores #stores-table tbody td.name span {
      padding-left: 15px; }
    @media (max-width: 767px) {
      #stores #stores-table tbody td.name img {
        display: none; } }
  @media only screen and (max-width: 480px) {
    #stores #stores-table th.num {
      display: none; } }
  @media only screen and (max-width: 480px) {
    #stores #stores-table th {
      font-size: 10px; } }


