.user-info_wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  background-color: var(--color-12);
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 1.125rem 1.125rem 0 0;
  flex-direction: column-reverse;
}

.user-info_section {
  margin-bottom: 3.375rem;
  margin-top: 3.375rem;
}

.user-info_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 1.3125rem;
}
.user-info_content h2 {
  max-width: 41.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 1.5625rem;
  color: var(--color-4);
  
}
@media(max-width: 575px){
    .user-info_content h2{
      font-size: 1.875rem;
    }
}
.user-info_wrapper > div {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.user-info_media {
  border-radius: 100%;
  height: 80vw;
  width: 120vw;
  max-width: 120vw;
  right: 50%;
  top: 0;
  transform: translate(50%, 0%);
  position: absolute;
}

.user-info_wrapper > div.user-info_assets {
  padding-top: 80%;
}

@media (max-width: 1024px) {
  .user-info_content .btn {
    color: var(--color-1);
  }
  .user-info_content .btn:before {
    border-color: var(--color-1);
  }
  .user-info_content .btn svg path {
    fill: var(--color-1);
  }
}
@media (min-width: 600px) {
  .user-info_media {
    width: 120vw;
    max-width: 120vw;
  }
}
@media (min-width: 768px) {
  .user-info_wrapper {
    flex-direction: row;
    border-radius: 0;
  }

  .user-info_section {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .user-info_wrapper > div {
    max-width: calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }

  .user-info_media {
    height: 55vw;
    width: 55vw;
    max-width: 100vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  .user-info_wrapper > div.user-info_assets {
    padding-top: 38.1%;
  }
}
@media (min-width: 1200px) {
  .user-info_section {
    margin-bottom: 3.875rem;
    margin-top: 3.875rem;
  }
}
.metatext {
  margin-bottom: 2.0625rem;
  gap: 0.375rem;
}
.metatext:before,
.metatext:after {
  max-width: 7.5rem;
}

@media (max-width: 991px) {
  .metatext {
    max-width: 100%;
    filter: invert(1);
  }
}
.find_map_inner {
  position: relative;
  overflow: hidden;
  background-color: #2b6092;
	text-align: center;
}

.find_map_section .section__header {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.find_map_section .section__header h2 {
  margin-bottom: 2.1875rem;
}

.store_contact_info_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.store_contact_info_wrapper > div {
  max-width: 100%;
  flex: 0 0 100%;
}

.title {
  font-size: 1.875rem;
  font-weight: var(--font-weight-xbold);
  font-family: var(--secondary-font);
  margin-bottom: 1.3125rem;
}

.hours_item {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}
.hours_item .day {
  max-width: 12.5rem;
  width: 100%;
}
.hours_item .day p {
  font-weight: var(--font-weight-medium);
}
.hours_item .time {
  max-width: 18.5rem;
  width: 100%;
}
.hours_item p {
  margin-bottom: 0;
  line-height: 2;
}

.hours_items .hours_item + .hours_item {
  margin-top: 0.375rem;
  position: relative;
}
.hours_items .hours_item + .hours_item.active:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-4);
  z-index: -1;
  width: calc(100% + 15rem);
}
.hours_items .hours_item + .hours_item.active p {
  color: var(--color-1);
}

.store_contact_info_section {
  padding-top: 1.6875rem;
  padding-bottom: 4.75rem;
  position: relative;
  z-index: 1;
}

.contact_detail {
  text-align: center;
}
.contact_detail + .contact_detail {
  margin-top: 1.875rem;
}

.store_contact_details {
  padding-top: 1.3125rem;
}

.store_opening_hrs .title,
.store_opening_hrs .hours_items {
  max-width: 100%;
}
.store_opening_hrs .title {
  text-align: center;
}

.store_intro_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 1.875rem;
}

.store_intro_logo {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.store_intro_logo .store_logo {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* top: 65%; */
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.store_intro_logo .store_logo.store__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0% 50% 50%;
}
.store_intro_logo .store_logo img {
  max-width: 10.75rem;
  width: 100%;
}
/* .store_intro_logo .store_logo img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0% 50% 50%;
} */
.store_intro_logo:before {
  content: "";
  padding-top: 100%;
  width: 100%;
}
.store_intro_logo:hover .animate_circle {
  border-radius: 100%;
}

@media (max-width: 991px) {
  .store_intro_logo:before {
    padding-top: 105%;
  }
  .store_intro_logo:hover .animate_circle {
    transform: scale(2.1);
    transform-origin: top right;
    display: none;
  }

  section.store_intro_section {
    position: relative;
    z-index: 1;
  }
  .user-info_section .user-info_content .btn:before {
    border-radius: 100px;
  }
}
.store_intro_wrapper .animate_circle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
  background-color: var(--color-2);
  border-radius: 0 0 50% 50%;
  z-index: -1;
  transition: 0.5s all ease-in-out;
}

.store_intro_content {
  flex: 1;
  text-align: center;
  padding: 0 1.875rem;
}
.store_intro_content > * {
  max-width: 41.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 430px) {
  .store_contact_info_wrapper {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media (min-width: 768px) {
  .store_opening_hrs .title,
  .store_opening_hrs .hours_items {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  .store_opening_hrs .title .hours_item,
  .store_opening_hrs .hours_items .hours_item {
    gap: 6.25rem;
  }

  .store_contact_info_section {
    padding-top: 3.125rem;
    padding-bottom: 5.3125rem;
  }

  .contact_detail + .contact_detail {
    margin-top: 3.125rem;
  }

  .store_contact_details {
    padding-top: 2.5rem;
  }

  .store_intro_logo .store_logo {
    top: 50%;
  }
  /* .store_intro_logo .store_logo img {
    max-width: 15rem;
  } */
  .store_intro_logo .store_logo img {
    max-width: 100%;
    border-radius: 0 0% 50% 50%;
  }
}
@media (min-width: 992px) {
  .store_intro_logo {
    max-width: 30rem;
    flex: 0 0 30rem;
  }

  .store_contact_info_section {
    padding-top: 3.75rem;
    padding-bottom: 5.3125rem;
  }

  .store_intro_wrapper .animate_circle {
    border-radius: 0 50% 50% 0;
  }

  .store_intro_section {
    padding-top: 9.375rem;
  }

  /* .store_intro_logo .store_logo img {
    max-width: 18rem;
  } */
  .store_intro_logo .store_logo img {
    max-width: 100%;
    border-radius: 0 50% 50% 0;
    transition: all 0.5s ease-in-out;
  }
  .store_intro_logo .store_logo img:hover {
    border-radius: 50%;
  }
}
@media (min-width: 1024px) {
  .store_contact_info_wrapper {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .store_contact_info_wrapper > div {
    flex: 1;
  }

  .store_opening_hrs .title,
  .store_opening_hrs .hours_items {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .store_intro_section {
    padding-top: 12.3125rem;
  }

  .store_intro_logo {
    max-width: 56rem;
    flex: 0 0 56rem;
  }
  .store_intro_logo .store_logo img {
    max-width: 28.3125rem;
  }
  .store_intro_logo .store_logo.store__image img {
    max-width: 100%;
    border-radius: 0 50% 50% 0;
  }

  .store_contact_info_section {
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }

  .store_contact_info_wrapper {
    padding-left: 11.0625rem;
    padding-right: 11.0625rem;
  }

  .hours_items .hours_item + .hours_item.active:before {
    width: calc(100% + 11.0625rem);
  }

  .contact_detail + .contact_detail {
    margin-top: 4.375rem;
  }

  .store_contact_details {
    padding-top: 3.75rem;
  }
}
.detail a {
  color: #db0060;
}
.hours_item.active p {
    color: #db0060;
}
.contact_detail .detail a {
    color: #385F8D;
}

.contact_detail .detail a:hover {
    color: #db0060;
}
@media(max-width: 1024px){
  .hours_items .hours_item + .hours_item.active:before {
    right: auto;
    left: -30rem;
    width: calc(100% + 60rem);
  }
  section.store_contact_info_section::before {
    content: "";
    flex: 1;
    background-image: url('../images/pattern_black.png');
    width: 100%;
    background-size: auto 0.9375rem;
    background-position: center;
    background-repeat: repeat-x;
    padding-top: 6%;
    bottom: 2.375rem;
    display: block;
    position: absolute;
  }
  .user-info_content .metatext{
    margin-bottom: 1.313rem;

  }
  .user-info_wrapper .user-info_content {
    padding-top: 3.063rem;
  }
  .user-info_content a.btn:hover{
      padding-left: 12px;
      color: var(--color-5);
  }
  .user-info_content a.btn:hover svg path {
    fill: var(--color-5);
  }
  .user-info_content a.btn:hover::before {
      width: 100%;
      border-radius: 10px;
      border-color: var(--color-5);
  }
}
@media(max-width: 768px){
  .find_map_section .section__header h2{
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width: 575px){
  .hours_item .day {
    max-width: 7.5rem;
  }
  .hours_item {
    display: inline-flex;
  }
  .hours_item .time,
  .hours_item .day {
    max-width: fit-content;
  }
}