@media screen and (min-width: 1200px) {
  .bg-content {
    border-top-width: 100px;
  }
}
@media screen and (min-width: 2500px) {
  .bg-content {
    border-top-width: 0px;
  }
}

/* Microsite */
.store {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 38px;
  width: 100%;
}
.store__wrap {
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.0705882353);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  width: 100%;
}
.store__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
  padding: 23px 25px 0;
}
.store__title {
  font-size: 32px;
  line-height: 1.59;
  margin: 0;
}
.store__address {
  margin: 0;
}
.store__img {
  display: flex;
  height: auto;
  width: 100%;
}
.store__img img {
  display: flex;
  height: auto;
  width: 100%;
}

.contact-form-input::placeholder {
  color: gray !important;
  opacity: 0.8;

}
.contact-form-textarea::placeholder {
  color: gray !important;
  opacity: 0.8; 
}
.wgt-revws__reviews-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 758px) {
  .store__wrap {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 684px;
    position: relative;
    z-index: 1;
  }
  .store__content {
    align-items: flex-start;
    min-height: 344px;
    max-width: 484.3686523438px;
    padding: 23px 38px;
    width: 100%;
  }
  .store__img {
    bottom: 0;
    max-width: 269px;
    position: absolute;
    right: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .store__wrap {
    max-width: 1114px;
  }
  .store__content {
    padding: 23px 74px;
  }
  .store__img {
    max-width: 429px;
  }
}
@media screen and (min-width: 1400px) {
  .store__wrap {
    max-width: 1302px;
  }
}

.details {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 38px;
  width: 100%;
}
.details__wrap {
  align-items: center;
  background-color: #F9F9F9;
  border-radius: 0 0 32px 32px;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
}
.details__map {
  background-color: var(--background1_color);
  border-radius: 0;
  display: flex;
  min-height: 147px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.details__map img {
  height: auto;
  width: 100%;
}
.details__map .map-vertical {
  display: none;
}
.details__content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 32px 19px 19px;
  width: 100%;
}
.details__separator {
  background-color: #C4C4C4;
  height: 1px;
  width: 311px;
}
.details__info, .details__store, .details__hours {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.details__store {
  gap: 2px;
}
.details__info-store, .details__info-hours {
  display: flex;
  width: 100%;
}
.details__info-title {
  color: var(--primary_color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
.details__info-item {
  align-items: flex-start;
  color: var(--tpl-body-alt-color);
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
.details__info-item .font-text {
  font-size: 18px;
  gap: 8px;
  text-align: left;
}
.details__info-item .info-item__phone {
  color: inherit;
  text-decoration: underline;
}
.details__info-item .info-item__link {
  align-items: center;
  color: var(--primary_color);
  display: flex;
  gap: 4px;
}
.details__info-item .info-item__link svg path {
  fill: var(--primary_color);
}
.details__info-item .info-item .font-base {
  flex: 1;
}
.details__info-item + .details__info-item {
  margin-top: 24px;
}
.details__info-item > svg {
  display: flex;
  min-width: 32px;
}
.details__info-item > svg path {
  fill: var(--tpl-title-color);
}
.details__social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.details__social-list {
  display: flex;
  gap: 3px;
}
.details__social-list a {
  display: flex;
  box-sizing: border-box;
  padding: 10px;
}
.details__hours {
  display: flex;
  gap: 12px;
  width: 100%;
  font-family: var(--tpl-font);
  font-size: 18px;
}
.details__hours-availability {
  align-items: center;
  display: flex;
  gap: 0px;
}
.details__hours-label {
  font-size: 16px;
  font-weight: 500;
  margin-left: 16px;
}
.details__hours-label:last-child {
  margin-left: 8px;
}
.details__hours .microsite__store_hours {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.details__hours .schedule__schedule-day-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.details__hours .schedule__schedule-day-week {
  display: flex;
}
.details__hours .schedule__schedule-day-label {
  display: flex;
  min-width: 157px;
}
.details__hours .active-day {
  color: var(--primary_color);
}
@media screen and (min-width: 758px) {
  .details__wrap {
    max-width: 684px;
  }
  .details__content {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding: 42px 48px;
  }
  .details__separator {
    display: none;
  }
  .details__store {
    gap: 24px;
  }
  .details__info {
    max-width: 255px;
    width: 100%;
  }
  .details__info-item + .details__info-item {
    margin: 0;
  }
  .details__info-item .font-base {
    font-size: 18px;
    width: 207px;
  }
  .details__info .info-item__link {
    margin-top: 8px;
  }
  .details__hours {
    margin: 0;
    max-width: 309px;
    width: 100%;
  }
  .details__hours .details__hours__info-title {
    margin-bottom: 4px;
  }
  .details__hours-label {
    font-size: 20px;
  }
  .details__hours .microsite__store_hours {
    gap: 8px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .details__wrap {
    border-radius: 0 32px 32px 0;
    flex-direction: row;
    max-width: 1114px;
  }
  .details__separator {
    display: flex;
    height: 222px;
    margin: auto 0;
    width: 2px;
  }
  .details__map {
    max-width: 371px;
    min-height: 430px;
  }
  .details__map .map-horizontal {
    display: none;
  }
  .details__map .map-vertical {
    display: flex;
  }
  .details__info {
    max-width: 324px;
  }
  .details__hours {
    position: relative;
    max-width: 370px;
  }
  .details__hours-label:last-child {
    margin-left: 16px;
  }
  .details__hours .microsite__store_hours {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .details__wrap {
    max-width: 1303px;
  }
}

.services {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 38px;
  width: 100%;
}
.services__wrap {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  max-width: 375px;
  padding: 56px 24px;
  width: 100%;
}
.services__title, .services__subtitle {
  text-align: center;
}
.services__content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
.services__list {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  padding: 18px 6px;
}
.services__item {
  background-color: #F9F9F9;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 28px;
}
.services__item-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.services__item-title {
  color: var(--tpl-title-color);
  font-size: 16px;
  font-weight: 600;
  padding: 9px;
}
.services__item-subtitle {
  color: var(--tpl-title-color);
  font-size: 16px;
  min-height: 118px;
  text-align: center;
}
@media screen and (min-width: 758px) {
  .services {
    margin-bottom: 25px;
  }
  .services__wrap {
    gap: 20px;
    max-width: 662px;
    padding: 0;
  }
  .services__content {
    max-width: 570px;
  }
  .services__list {
    margin: 0;
    padding: 0;
  }
  .services__item {
    min-height: 272px;
    max-width: 316px;
  }
  .services__item-title {
    font-size: 20px;
  }
  .services__item-subtitle {
    font-size: 16px;
    padding: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .services {
    margin: 56px 0;
  }
  .services__wrap {
    max-width: 1114px;
  }
  .services__item {
    max-width: 356px;
  }
}
@media screen and (min-width: 1400px) {
  .services__wrap {
    max-width: 1348px;
  }
  .services__item {
    max-width: 422px;
  }
}

.reviews {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 13px;
  width: 100%;
}
.reviews__title, .reviews__subtitle {
  text-align: center;
}
.reviews__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
.reviews__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  max-width: 350px;
  width: 100%;
}
.reviews .swiper-button-next, .reviews .swiper-button-prev, .reviews .wgt-review__lbl-bottom {
  display: none !important;
}
.reviews .wgt-revws__reviews-item {
  background-color: #F9F9F9 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 327px !important;
  width: 300px;
}
.reviews .wgt-revws__reviews-footer {
  align-items: center;
  background: transparent !important;
  display: flex;
  justify-content: center;
}
.reviews .wgt-revws__reviews-footer-btn {
  align-items: center;
  background: var(--primary_color);
  background-color: var(--primary_color);
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.1490196078);
  color: #fff !important;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 50px;
  min-width: 190px;
  opacity: 1;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  font-family: var(--tpl-font);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
}
.reviews .wgt-revws__reviews-footer-btn:hover {
  filter: brightness(0.9);
}
.reviews .wgt-revws__reviews-footer-btn[disabled], .reviews .wgt-revws__reviews-footer-btn:disabled {
  background-color: #CCC !important;
  box-shadow: none !important;
  color: #9B9B9B !important;
  pointer-events: none !important;
}
@media screen and (min-width: 1200px) {
  .reviews .wgt-revws__reviews-footer-btn {
    height: 70px;
  }
}
.reviews .wgt-revws__reviews-footer-btn .wgt-review__lbl-btn {
  color: #fff !important;
}
.reviews .wgt-revws__reviews-footer-btn svg path {
  stroke: #fff !important;
}
.reviews .wgt-revws__reviews-footer-label-content {
  position: initial;
  transform: none;
}
@media screen and (min-width: 758px) {
  .reviews {
    margin-top: 20px;
  }
  .reviews__content {
    max-width: 672px;
  }
  .reviews__title {
    max-width: 320px;
  }
  .reviews .wgt-revws__reviews-list {
    width: 100%;
  }
  .reviews .wgt-revws__reviews-item {
    width: 375px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews__content {
    max-width: 724px;
  }
  .reviews__title {
    max-width: unset;
  }
}

.contact {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 68px;
  width: 100%;
}
.contact__text {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}
.contact .contact-form__container {
  box-sizing: border-box;
  gap: 20px !important;
  padding: 0;
  width: 100%;
}
.contact .contact-form-description {
  gap: 15px;
}
.contact .contact-form-title {
  color: var(--tpl-title-color);
  font-family: var(--tpl-font);
  font-size: 26px;
  line-height: 1.5;
}
.contact .contact-form-subtitle {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font);
  font-size: 16px;
  line-height: 1.5;
}
.contact .contact-form-label {
  font-family: var(--tpl-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.09px;
  margin: 0 !important;
  text-transform: capitalize;
}
.contact .contact-form-input, .contact .contact-form-textarea {
  box-sizing: border-box;
  font-family: var(--tpl-font);
  font-size: 14px;
  height: 54.6376800537px;
  padding: 12px;
  width: 100% !important;
}
.contact .contact-form-input::placeholder, .contact .contact-form-textarea::placeholder {
  text-transform: capitalize;
}
.contact .contact-form-textarea {
  height: 97px;
}
.contact .contact-form-agreement__container {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.contact .contact-form-customer-agreement {
  height: auto;
  max-width: 348px;
}
@media screen and (min-width: 758px) {
  .contact .contact-form__input-content {
    width: 275.4504089355px !important;
  }
  .contact .contact-form-customer-agreement {
    max-width: 570.9346313477px;
  }
  .contact .contact-form-controls {
    margin: 0;
    max-width: 315px;
  }
}
@media screen and (min-width: 992px) {
  .contact .contact-form-title {
    font-size: 40px;
  }
  .contact .contact-form-subtitle {
    font-size: 18px;
  }
}
.contact .store-select-form, .contact .contact-form-customer-info, .contact .contact-form-customer-message {
  gap: 10px;
  height: auto;
  max-width: 348px;
}
.contact .store-select-form {
  margin-bottom: 10px;
}
.contact .store-select-form .contact-form-label {
  display: none;
}
.contact .wrapper {
  margin-bottom: 0;
}
.contact .content {
  box-shadow: 2.43px 2.43px 12.17px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 0;
}
.contact .contact-form__input-content, .contact .message-form {
  gap: 7px;
  height: auto;
  margin: 0;
}
.contact .select-btn {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
  border-radius: 0;
  color: #fff;
  box-sizing: border-box;
  font-family: var(--tpl-font);
  font-size: 14px;
  height: 60px;
}
.contact .options li {
  font-family: var(--tpl-font);
  justify-content: center;
  margin: 8px;
}
.contact .options li:hover {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
}
.contact .agreement-text {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font);
  font-weight: 300;
  font-size: 14px !important;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex !important;
  gap: 6px;
}
.contact .agreement-link {
  color: var(--primary_color);
  font-family: var(--tpl-font);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}
.contact .text-space {
  padding: 0;
}
@media screen and (min-width: 758px) {
  .contact .store-select-form, .contact .contact-form-customer-info, .contact .contact-form-customer-message {
    column-gap: 20px;
    max-width: 570.9346313477px;
    row-gap: 18px;
  }
}
.contact .contact-form-description {
  display: none !important;
}
.contact .button-form {
  align-items: center;
  background: var(--primary_color);
  background-color: var(--primary_color);
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.1490196078);
  color: #fff !important;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 50px;
  min-width: 190px;
  opacity: 1;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  font-family: var(--tpl-font);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
  width: 100px;
  margin: auto;
}
.contact .button-form:hover {
  filter: brightness(0.9);
}
.contact .button-form[disabled], .contact .button-form:disabled {
  background-color: #CCC !important;
  box-shadow: none !important;
  color: #9B9B9B !important;
  pointer-events: none !important;
}
@media screen and (min-width: 1200px) {
  .contact .button-form {
    height: 70px;
  }
}
@media screen and (min-width: 758px) {
  .contact__text {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__content {
    max-width: 672px;
  }
}
