#my-store {
  margin-bottom: 30px; }
  #my-store .store-head {
    display: flex;
    justify-content: center;
    padding: 15px;
    background: #ddd;
    align-items: center; }
    @media (max-width: 767px) {
      #my-store .store-head {
        align-items: center;
        flex-direction: column; }
        #my-store .store-head #tab-adress {
          display: flex;
          width: 100%;
          margin-top: 10px; }
          #my-store .store-head #tab-adress select {
            flex: 0 0 50%;
            min-width: auto; } }
    #my-store .store-head .left {
      text-transform: uppercase;
      margin-right: 30px;
      font-weight: 500;
      font-size: 15px; }
    #my-store .store-head .right select {
      border: 1px solid #ccc;
      padding: 5px 15px;
      min-width: 200px;
      outline: none; }

#result-map {
  color: #000;
  display: flex;
  flex-wrap: wrap; }
  #result-map .item-map {
    display: flex;
    margin-top: 30px;
    width: 50%; }
    #result-map .item-map .left-img {
      flex: 0 0 40%;
      padding-right: 30px; }
    #result-map .item-map .right-content {
      flex: 0 0 60%; }
      #result-map .item-map .right-content .title {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px; }
      #result-map .item-map .right-content .address, #result-map .item-map .right-content .phone, #result-map .item-map .right-content .time {
        margin-bottom: 5px; }
        #result-map .item-map .right-content .address a, #result-map .item-map .right-content .phone a, #result-map .item-map .right-content .time a {
          color: #000; }
          #result-map .item-map .right-content .address a:hover, #result-map .item-map .right-content .phone a:hover, #result-map .item-map .right-content .time a:hover {
            color: #f1dc68; }
      #result-map .item-map .right-content .view-more-map {
        text-align: left;
        margin-top: 15px; }
        #result-map .item-map .right-content .view-more-map a {
          color: #000;
          display: inline-block;
          padding: 10px;
          border: 1px solid #3b3b3b;
          border-radius: 5px;
          min-width: 200px;
          text-align: center; }
    @media (max-width: 767px) {
      #result-map .item-map {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%; }
        #result-map .item-map > div {
          flex: 0 0 100% !important;
          padding: 0 !important; }
          #result-map .item-map > div.right-content {
            margin-top: 15px; }
            #result-map .item-map > div.right-content .view-more-map {
              text-align: center; } }
  @media (max-width: 767px) {
    #result-map {
      display: block; } }
