/******Map_Theodore******/
#googleMap {
  height: 600px;
  width: 100%;
}

#googleMapSub {
  height: 100%;
  width: 100%;
}

.map_theodore {
  margin: 0 auto;
  align-items: center;
}

.map_theodore .block_content {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.map_theodore .map_item {
  position: relative;
}

.map_theodore .map_item>div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.location_head {
  background: #fafafa;
  padding: 30px 0;
}

.item_child {
  padding: 7px 0px !important;
}

.location_head .item_search {
  position: relative;
  /* border: 1px solid #b2b2b2; */
}

.item_search input {
  outline: none;
}

.location_head .item_search input[type="text"] {
    border: none;
    background: #fff;
    height: 45px;
    width: 100%;
    padding: 0 0 0 50px;
    font-family: var(--font-regular);
    font-size: 15px;
    border: 1px solid #e3e3e3;
}

.location_container {
    padding: 5px;
}

.location_head .item_search input[type="submit"] {
    position: absolute;
    right: -4px;
    width: 70px;
    height: 45px;
    border: none;
    background: transparent;
    top: 0;
}

.location_head .item_search i {
    position: absolute;
    left: 14px;
    top: 13px;
    font-size: 20px;
    color: #636363;
    padding: 0px 5px;
}

.location_head .item_search i.icon-close {
    cursor: pointer;
}

.icon-close {
    cursor: pointer;
}

.location_head .item_location {
    padding: 0 30px 0 30px;
    text-align: center;
    vertical-align: middle;
    display: inherit;
    align-items: center;
}

.location_head .item_location i {
    font-size: 30px;
    color: #636363;
}

.location_head .item_location span {
    color: var(--black-color);
    font-size: 15px;
    font-family: var(--font-regular);
    text-transform: uppercase;
}

.item_store {
    padding: 10px 16px;
    border-bottom: dashed 1px #75757555;
    align-items: center;
}

.location_head .item_list {
    vertical-align: middle;
    display: inherit;
    align-items: center;
    cursor: pointer;
    line-height: 2.5rem;
    display: flex;
    align-items: center;
}

.location_head .item_list i {
    font-size: 30px;
    color: #636363;
    padding-left: 20px;
}

.near_you {
    margin: 0px 10px;
}

.location_head .item_list span {
    color: #212121;
    font-size: 15px;
    font-family: var(--font-regular);
    text-transform: uppercase;
    padding: 0 0 0 2px;
}

.main_list_location {
    padding: 0;
}

.main_list_location .item_list {
    padding: 25px 0;
    border-bottom: 1px solid #f2f2f2;
    text-transform: none;
    font-size: 15px;
    font-family: var(--font-regular);
    text-align: left;
    color: var(--black-color);
}

.main_list_location .item_list .title {
    text-transform: uppercase;
    color: var(--black-color);
    font-family: var(--font-regular);
}

.main_list_location .item_list .link_to_map {
    color: #636363;
}

.main_list_location .item_list .link_to_map i {
    font-size: 30px;
    padding: 0 10px 0 0;
    color: #000;
    cursor: pointer;
}

.item_mile_km {
    margin-left: 10px;
    color: #a0a0a0;
    font-family: var(--font-regular);
}

.overlay-login {
    background-color: var(--white-color);
    position: fixed;
    overflow-y: auto;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 18020;
    display: none;
    padding-top: 50px;
}

.overlay-login.active {
    display: block !important;
}

.map-container {
    height: 100vh !important;
}

.overlay-login .overlay-navigation {
    position: fixed;
    z-index: 50;
    height: 24px;
    left: 0;
    top: 20px;
    width: 100%;
}

.overlay-login .overlay-navigation a {
    display: inline-block;
    position: absolute;
    right: 4%;
    background: #888;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -7px;
}

.close {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.5;
    color: var(--white-color) !important;
    text-shadow: 0 1px 0 var(--white-color);
    opacity: 1;
    text-align: center;
}

.location_popup_right {
    border-left: 1px solid #cecece;
    padding: 0;
    height: 400px;
}

.content_left_popup_location {
    display: flex;
    align-items: center;
    font-family: var(--font-regular);
    font-size: 15px;
    color: var(--black-color);
    justify-content: center;
    padding-top: 10px;
}

.item_type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.item_type span {
    font-family: var(--font-regular);
    font-size: 20px;
    color: #212121;
    margin-left: 20px;
}

.tag-location {
    display: inline-block;
}

.tag_collection {
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    width: auto;
    text-align: center;
    margin: 10px 10px 0 0;
    display: -ms-flexbox;
    display: flex;
    float: left;
    background: #f7f7f7;
    font-family: var(--font-regular);
    font-size: 13px;
    padding: 4px 15px;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.item_address,
.item_email,
.item_phone,
.item_fax,
.item_website {
    padding: 15px 0 0 0;
}

.item_address .icon-location,
.item_email .icon-email,
.item_phone .icon-phone,
.item_fax .icon-fax,
.item_website .icon-website {
    font-size: 20px;
    color: var(--black-color);
}

.icon-location,
.icon-email,
.icon-phone,
.icon-fax,
.icon-website {
    padding: 0px 5px;
}


.item_address span,
.item_email span,
.item_phone span,
.item_fax span,
.item_website span {
    margin-left: 15px;
}

.item_name,
.address,
.item_phone,
.link_to_map {
    font-family: var(--font-regular);
    font-size: 15px;
    color: var(--black-color);
}

.item_name {
    font-size: 15px;
}

.button-direction-location {
    padding: 30px 0;
}

.btn_direction {
    width: 100%;
    border: 1px solid var(--border-color);
    color: var(--black-color);
    padding: 8px 0;
    font-size: 16px;
    font-family: var(--font-regular);
    display: flex;
    text-align: center;
    justify-content: center;
}

.btn_direction:hover {
    background: var(--black-color);
    color: var(--white-color);
    width: 100%;
}

.markers-map-ta-wrapped {
    text-align: left;
    font-size: 14px;
    color: var(--black-color);
    font-family: var(--font-regular);
    padding: 5px 10px;
    line-height: 22px;
}

.markers-map-ta-wrapped .markers-map-ta-h1 {
  text-transform: uppercase;
  font-family: var(--font-regular);
  padding: 5px 0;
}

.markers-map-ta-wrapped .btn_markers_detail {
  text-transform: none;
  background: var(--white-color);
  color: var(--black-color);
  width: 100px;
  padding: 3px;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}

.markers-map-ta-wrapped .markers_span {
  margin-left: 7px;
}

.markers-map-ta-wrapped .icon-location,
.markers-map-ta-wrapped .icon-phone,
.markers-map-ta-wrapped .icon-print,
.markers-map-ta-wrapped .icon-email,
.markers-map-ta-wrapped .icon-home {
  font-size: 14px;
  padding: 0px 5px;
}

.select_miles {
  height: 30px;
  font-size: 15px;
  padding: 0px 7px;
  border-color: #b2b2b2;
  margin-left: 10px;
  background: none;
  border: none;
  border-bottom: 1px solid;
  outline: none;
}

.icon-view_location {
  cursor: pointer;
}

@media (min-width: 1199.98px) {


  .location_head {
    display: inline-block;
    width: 100%;
    justify-content: space-around;
  }

  .location_head .item_search {
    /* width: 100%; */
  }

  .location_head .item_location {
    padding: 0 0 0 10px;
  }

  .main_list_location .item_list {
    width: 100%;
  }

  .main_list_location .item_list .link_to_map {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    display: flex;
    align-items: center;
  }

  .item_name {
    font-size: 15px !important;
  }

  .overlay-login .overlay-navigation a {
    background: none;
    color: #000 !important;
  }

  .location_popup_right {
    padding-right: 15px !important;
    padding-left: 0px !important;
    border: none !important;
    height: 800px;
  }

  .main_list_location .item_list .link_to_map i {
    font-size: 25px;
  }

  .location_head {
    background: #fafafa;
    padding: 15px 15px;
  }

  .overlay-login {
    padding-top: 50px;
  }

  .close {
    font-size: 25px;
    padding-top: 12px;
  }

  .content_left_popup_location {
    display: block !important;
    padding: 0 15px;
  }

  .content_left_popup_location {
    padding: 0 30px;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1599.98px) {}

@media (min-width: 1600px) {}