@charset "UTF-8";
/* Variables */
:root {
  --groomit-red: #FF314A;
  --groomit-error-red: #D02B20;
  --groomit-red-hover: #EA2C43;
  --groomit-black: #2E2E2E;
  --groomit-font-family-p: "Inter", sans-serif;
  --groomit-font-size-p: 1.4rem;
  --groomit-font-weight-p: 400;
  --groomit-menu-width: 360px;
  --groomit-container-width: 430px;
  --groomit-color-grey: #7C868A;
  --groomit-color-grey2: #8493A5;
  --groomit-red-info: #EB5757;
  --groomit-row-width: 1320px;
  --groomit-normal-gray: #BDC3C4;
  --groomit-hover-dark: #3A3A3F;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  opacity: 0.7;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* opacity: 0.6; */
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
}

.position-relative {
  position: relative !important;
}

.v-a-middle {
  vertical-align: middle !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-1-5 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-05 {
  padding: 0.5rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-05 {
  padding-left: 0.5rem !important;
}

.pr-05 {
  padding-right: 0.5rem !important;
}

.pt-05 {
  padding-top: 0.5rem !important;
}

.pb-05 {
  padding-bottom: 0.5rem !important;
}

.mb-05 {
  margin-bottom: 0.5rem !important;
}

.mt-05 {
  margin-top: 0.5rem !important;
}

.ml-05 {
  margin-left: 0.5rem !important;
}

.mr-05 {
  margin-right: 0.5rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pl-15px {
  padding-left: 15px !important;
}

.pr-15px {
  padding-right: 15px !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pb-15px {
  padding-bottom: 15px !important;
}

.w-100 {
  width: 100% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-40 {
  width: 40% !important;
}

.w-25 {
  width: 25% !important;
}

.w-22 {
  width: 22% !important;
}

.w-15 {
  width: 15% !important;
}

.w-47 {
  width: 47% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.p15 {
  padding: 15px !important;
}

.w-80-m-auto {
  width: 80% !important;
  margin: auto;
}

.h-100 {
  height: 100% !important;
}

.hidden {
  display: none !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fs-17 {
  font-size: 17px !important;
}

a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--groomit-black);
  text-decoration: underline;
}

.v-a-top {
  vertical-align: top !important;
}

@font-face {
  font-family: "Filson Soft Bold";
  src: url("../fonts/FilsonSoft-W03-Bold.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Filson Soft Regular";
  src: url("../fonts/FilsonSoft-W03-Regular.ttf") format("truetype");
  font-weight: normal;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.bold-red {
  color: var(--groomit-red);
}

.bold {
  font-weight: 700 !important;
}

.appt__hasUpdate {
  position: absolute;
  width: 64px;
  right: 15px;
  background: #0A7170;
  box-shadow: 0px 2.7141px 5.42821px rgba(28, 37, 44, 0.08);
  border-radius: 16.2846px;
  top: 15px;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: -0.02em;
}

.appt__hasID {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 11px;
  text-align: right;
}

.item__Appt__hasUpdate {
  width: 64px;
  background: #0A7170;
  box-shadow: 0px 2.7141px 5.42821px rgba(28, 37, 44, 0.08);
  border-radius: 16.2846px;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-left: 7px;
  position: relative;
  top: -2px;
}

.item__Appt__hasUpdate::before {
  content: "Updated";
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  content: "12212" !important;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 110%;
  margin-left: -60px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.color-white {
  color: #fff !important;
}

.color-green {
  color: #0A7170 !important;
}

.color-grey {
  color: var(--groomit-color-grey) !important;
}

.color-grey2 {
  color: var(--groomit-color-grey2) !important;
}

.text-red {
  color: var(--groomit-red);
}

.default-card {
  position: absolute;
  right: 40%;
  top: 25%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.2rem !important;
  color: var(--groomit-red-info) !important;
}

.verify-card {
  position: absolute;
  right: 40%;
  top: 25%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.2rem !important;
  color: var(--groomit-red-info) !important;
}

.icon-center-vertical {
  margin-top: 10px !important;
}

.button-verify-card {
  border: 1px solid;
  border-color: var(--groomit-red-info) !important;
  padding: 5px 16px;
  border-radius: 15px;
  right: 7%;
  top: 14%;
}

.main__h1 {
  font-family: "Filson Soft Bold";
  font-size: 2.5rem;
  font-weight: normal;
  margin: 0;
  margin-bottom: 1.5rem;
}

.main__h1--small {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.main__smallP {
  font-size: 1.2rem;
  color: var(--groomit-color-grey);
  font-family: "Inter", sans-serif;
  font-weight: normal;
}

.main__label--grey {
  color: var(--groomit-color-grey) !important;
}

.main__label--middel {
  font-size: 16px !important;
}

.main__label--regular {
  font-weight: 400 !important;
}

.main__p--wIcon {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.6rem !important;
}

.main__pIcon {
  margin-right: 14px;
}

.main__pIcon--small {
  margin-right: 6px;
}

.main__p--wIconCont {
  padding: 10px 15px;
}

.main__pIcon--groomerType {
  margin-right: 2px;
  margin-top: 6px;
}

.main__pIcon--groomer-near-you {
  margin-right: 2px;
  margin-top: 6px;
  width: auto !important;
  display: inherit !important;
}

.main__h2 {
  font-family: "Filson Soft Bold";
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #2E2E2E;
  font-weight: normal !important;
}

.main__h2__regular {
  font-family: "Filson Soft Regular";
  font-size: 18px;
  margin-bottom: 1rem;
  color: #2E2E2E;
  font-weight: normal !important;
}

.main__h2__regular__300 {
  font-family: "Filson Soft Regular";
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #2E2E2E;
  font-weight: normal !important;
  margin-top: 3px;
}

.most-popular-tag {
  font-family: "Filson Soft Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 12px;
  letter-spacing: -0.02em;
  color: #FF314A;
  padding: 0 5px;
}

.main__h3 {
  font-family: "Filson Soft Bold";
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #2E2E2E;
  font-weight: normal !important;
}

.main__right_title {
  margin: 9px auto;
  width: 97%;
}

.sidebar__space_title_1 {
  width: 70%;
}

.sidebar__space_title_2 {
  width: 30%;
  text-align: right;
}

.comming_soon {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: var(--groomit-color-grey);
  position: absolute;
  width: 100%;
  right: 0px;
  top: -5px;
}

.main__h3__regular {
  font-family: "Filson Soft Regular";
  font-size: 16px;
  margin-bottom: 1rem;
  color: #2E2E2E;
}

.main__h3__regular__sm {
  font-family: "Filson Soft Regular";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #2E2E2E;
}

.main__h5 {
  font-family: "Filson Soft Regular";
  font-style: normal;
  font-weight: normal !important;
  font-size: 1.5rem;
  line-height: 20px;
  color: #2E2E2E;
  margin: 0px;
}

.header--wa__h1 {
  font-family: "Filson Soft Bold";
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
}

p {
  font-family: var(--groomit-font-family-p);
  font-weight: var(--groomit-font-weight-p);
  font-size: var(--groomit-font-size-p);
  color: var(--groomit-black);
  margin: 0;
  padding: 0;
}

.main__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--groomit-color-grey);
  margin: 0;
  padding: 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}

.header__center {
  width: 33.3%;
  margin: auto 0 auto 33.3%;
  text-align: center;
}

.header__right {
  margin: auto 0;
  width: 33.3%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.header__logo {
  max-width: 100%;
  width: 95%;
  transition: 0.3s;
}

.header__logo.header__logo--2 {
  width: 150px;
  height: 49px;
}

.header__button {
  width: 120px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  background-color: var(--groomit-red);
  border: 1px solid;
  border-color: var(--groomit-red);
  color: #fff;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-family: "Filson Soft Bold";
  font-weight: normal;
  font-size: 1.6rem;
  transition: 0.3s;
  padding-top: 8px;
  text-decoration: none;
}

.header__a {
  display: inline-block;
}

.header__a--help {
  margin: auto 25px auto 25px;
  font-family: "Filson Soft Regular";
  font-weight: normal;
  font-size: 1.8rem;
  color: var(--groomit-black);
  text-decoration: none;
}

.header__a--help:hover {
  transition: 0.3s;
  color: var(--groomit-red-hover);
}

.header__iconImg {
  vertical-align: middle;
  width: auto;
  height: 21px;
}

.main {
  min-height: calc(100vh - 80px - 55px - 0px);
  background-color: #E5E5E5;
  max-width: 100%;
  padding: 15px 0;
}

.main.main--wBottomBanner {
  position: relative;
  padding-bottom: 250px;
}

.main__container {
  width: var(--groomit-container-width);
  margin: auto;
  padding: 0 15px;
  max-width: 100%;
}

.main__container__extend {
  width: 588px !important;
}

.main__label__modal {
  padding: 0 10px;
  margin: 0 0 8px 0;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--groomit-black);
}

.main__box__transparent {
  background: transparent;
  width: 100%;
  margin: auto;
  padding: 2px;
  box-sizing: border-box;
  border-bottom: 1px solid #DADADA;
}

.main__action {
  cursor: pointer;
}

.box-pet-selected {
  position: relative;
}
.box-pet-selected .checkmark {
  left: 5px;
  top: -15px;
}
.box-pet-selected .total-price {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #2E2E2E;
}
.box-pet-selected .badge_gold {
  background-color: #D6AF5B;
  box-shadow: 0px 2.7141px 5.42821px rgba(28, 37, 44, 0.08);
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 7px 10px;
  display: inline-block;
  width: 110px;
  text-align: center;
  margin-top: 5px;
}
.box-pet-selected .badge_eco {
  background-color: #3959A0;
  box-shadow: 0px 2.7141px 5.42821px rgba(28, 37, 44, 0.08);
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 7px 10px;
  display: inline-block;
  width: 110px;
  text-align: center;
  margin-top: 5px;
}
.box-pet-selected .badge_silver {
  background-color: #AEAEAE;
  box-shadow: 0px 2.7141px 5.42821px rgba(28, 37, 44, 0.08);
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 7px 10px;
  display: inline-block;
  width: 135px;
  text-align: center;
  margin-top: 5px;
}

.main__curveBox__no_padding {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  margin: auto;
  padding: 0px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.main__curveBox__no_padding p.main__p {
  font-size: 12px;
}
.main__curveBox__no_padding .photo_pet__info img {
  border-bottom-right-radius: 30px;
}
.main__curveBox__no_padding .section {
  width: 100%;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  position: relative;
}
.main__curveBox__no_padding .section .content--edit {
  background-image: url(/v6/images/icons/edit-negative.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 10px;
}
.main__curveBox__no_padding .section .gallery .pet {
  margin-right: 2px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.main__curveBox__no_padding .section .gallery a {
  color: var(--groomit-red);
  text-decoration: none;
}

.wa__profilePetNameAndBreed,
.wa__profilePetSize {
  width: calc(50% - 15px);
  overflow-wrap: break-word;
}

.content--edit.content--edit--square {
  background-image: url(/v6/images/icons/edit.svg) !important;
}

.main__curveBox {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  margin: auto;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}

.main__curveBox__transparent {
  background: transparent;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}

.main__curveBox__empty_padding {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}

.warning__in_box {
  background-color: #F7D752;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 55px;
  padding-top: 18px;
  text-align: left;
  padding-left: 20px;
}
.warning__in_box img {
  margin-right: 7px;
}
.warning__in_box .main__p {
  font-family: "Filson Soft Bold";
  font-weight: normal;
  font-size: 1.5rem;
}

.danger__in_box {
  background-color: #EB5757;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 55px;
  padding-top: 18px;
  text-align: left;
  padding-left: 20px;
}
.danger__in_box img {
  margin-right: 7px;
}
.danger__in_box .main__p {
  font-family: "Filson Soft Bold";
  font-weight: normal;
  font-size: 1.5rem;
  color: #FFFFFF;
}

.warning__in_box_detail {
  background-color: #FFF1B9;
  padding: 25px;
  text-align: center;
}

.danger__in_box_detail {
  background-color: #F3E3E5;
  padding: 25px;
  text-align: center;
}

.main__curveBox__addons {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  /* box-shadow: 0px 4px 24px rgb(0 0 0 / 10%); */
  border-radius: 10px;
  width: 100%;
  margin: auto;
  padding: 5px 0px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.badge-limited-time {
  border-radius: 5px 5px 0px 0px;
  background: var(--ve-care-petrol-inactive, #D4E7E7);
  width: 103px;
  height: 19.987px;
  flex-shrink: 0;
  color: var(--grey-primary, #2E2E2E);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Filson Soft Bold";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 5px 15px 7px;
  margin-left: 15px;
}

.badge-limited-time__for_modal {
  border-radius: 5px 5px 0px 0px;
  background: var(--ve-care-petrol-inactive, #D4E7E7);
  width: 103px;
  height: 19.987px;
  flex-shrink: 0;
  color: var(--grey-primary, #2E2E2E);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Filson Soft Bold";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0px;
  position: absolute;
  top: -19px;
  left: 13px;
}

.main__curveBox__bundle {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  /* box-shadow: 0px 4px 24px rgb(0 0 0 / 10%); */
  border-radius: 10px;
  width: 83%;
  padding: 5px 0px;
  box-sizing: border-box;
  margin-bottom: 40px;
  height: 55px;
}

.main__curveBox__bundle_save_price {
  background: #3959A0;
  border: 1px solid #3959A0;
  color: #FFFFFF;
  /* box-shadow: 0px 4px 24px rgb(0 0 0 / 10%); */
  border-radius: 10px;
  width: 20%;
  padding: 0px 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  height: 55px;
}
.main__curveBox__bundle_save_price p.main__p {
  color: #FFF;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */
}

.main__curveBox__bundle,
.main__curveBox__bundle_save_price {
  position: relative;
}

.main__curveBox__bundle {
  z-index: 2;
}

.main__curveBox__bundle_save_price {
  margin-left: -12px;
}

.main__curveBox_modal_addons {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  margin: auto;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
}
.main__curveBox_modal_addons .main__curveBox__addons {
  padding: 5px 10px !important;
}

.curveBox__middel {
  width: 37%;
  float: left;
}

.main__curveBox--click {
  cursor: pointer;
}

.main__curveBox.disabled {
  opacity: 0.35;
}

.main__inputGroup {
  margin-bottom: 22px;
  position: relative;
}

.guide_next_field_to_complete {
  border: 1px solid #A7B6C9;
  border-radius: 10px;
}

.main__label {
  padding: 0 15px;
  margin: 0 0 8px 0;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--groomit-black);
}

.labelIcon {
  vertical-align: middle;
}

.main__labelWithIconCont {
  margin-bottom: 8px;
  padding-right: 15px;
}

.main__labelWithIconCont .main__label {
  margin-bottom: 0;
}

.main__input {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  height: 45px;
  width: 100%;
  padding: 5px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--groomit-black);
}

/** border line GUIDE user **/
.main__input:focus {
  border-color: #A7B6C9 !important;
  border: 1px solid;
  outline: none;
  /* Esto evita el resaltado predeterminado del input en algunos navegadores */
}

.select2-selection--single:focus {
  border: 2px solid #A7B6C9;
  border-color: #A7B6C9 !important;
  outline: none !important;
}

.border-guide {
  border-color: #A7B6C9 !important;
  border: 1px solid;
}

.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  color: #444;
  left: 5px;
  font-family: "Inter", sans-serif;
}

.input-icon > input {
  padding-left: 25px;
  padding-right: 0;
}

.input-icon-right > i {
  right: 0;
}

.input-icon-right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}

.main__input::-moz-placeholder {
  color: #DADADA;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.main__input::placeholder {
  color: #DADADA;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.main__input--select {
  background-image: url(../images/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 18 px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.main__input--textarea {
  min-height: 80px;
  border-radius: 10px;
  resize: vertical;
}

.main__button {
  min-width: 150px;
  height: 40px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--groomit-red);
  border: 1px solid;
  border-color: var(--groomit-red);
  color: #fff;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-family: "Filson Soft Bold";
  font-weight: normal;
  font-size: 1.6rem;
  transition: 0.2s;
  padding: 0px 15px;
}

.secondary__button {
  min-width: 180px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: var(--groomit-black);
  color: var(--groomit-black);
  box-shadow: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-family: "Filson Soft Bold";
  font-weight: normal;
  font-size: 1.6rem;
  transition: 0.2s;
  padding: 0px 15px;
}

.main__button:hover,
.header__button:hover {
  background-color: var(--groomit-red-hover);
}

.main__button--logIn,
.main__button--signUp {
  margin-bottom: 30px;
}

.box-fix-height-75 {
  height: 75.4px;
}

/** Checkbox **/
/* The container */
.main__input__checkbox__container {
  display: block;
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-top: 5px;
}

.checkbox__align_text_left {
  text-align: left;
  float: left;
}

.p-left {
  float: left;
}

.text_checkbox_cancellation {
  margin-left: 60px;
}

/* Hide the browser's default checkbox */
.main__input__checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 25px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 3px;
  border-color: #FF314A;
  border: 1px solid #FF314A;
}

.checkmark-circle {
  position: absolute;
  top: -10px;
  left: -3px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.main__input__checkbox__container:hover input ~ .checkmark {
  background-color: #ccc;
}

.main__input__checkbox__container:hover input ~ .checkmark-circle {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.main__input__checkbox__container input:checked ~ .checkmark {
  background-color: #FF314A;
}

.main__input__checkbox__container input:checked ~ .checkmark-circle {
  background-color: #FF314A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-circle {
  border: 2px solid #FF314A;
}

.card-pet.selected .checkmark-circle {
  border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-circle:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.main__input__checkbox__container input:checked ~ .checkmark:after {
  display: block;
}

.main__input__checkbox__container input:checked ~ .checkmark-circle:after {
  display: block;
}

/* Style the checkmark/indicator */
.main__input__checkbox__container .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.main__input__checkbox__container .checkmark-circle:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.owl-carousel .main__input__checkbox__container .checkmark-circle:after {
  left: 10px;
  top: 7px;
}

.main__button.main__button--socialSign {
  width: 270px;
  background-color: #FFFFFF;
  border: 1px solid #7C868A;
  border-radius: 30px;
  color: var(--groomit-black);
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 15px;
  padding-left: 45px;
  padding-right: 5px;
  text-align: left;
}

.main__button--apple {
  background-image: url("../images/apple-icon.svg");
}

.main__button--google {
  background-image: url("../images/google-icon.svg");
}

.main__button--facebook {
  background-image: url("../images/facebook-icon.svg");
  margin-bottom: 30px;
}

.main__button:disabled {
  background-color: #DADADA;
  border-color: #DADADA;
}

.main__a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--groomit-black);
  text-decoration: underline;
}

.main__a:hover {
  text-decoration: none;
}

.main__a.main__a--form {
  margin-left: 15px;
}

.main__a.main__a--overButton {
  margin-bottom: 30px;
}

.main__blueLink {
  color: #0071E3;
}

.main__inputGroup--socialSign {
  margin-bottom: 12px;
  padding-bottom: 0;
}

.main__p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--groomit-black);
}

.no_underline {
  text-decoration: none;
}

.main__p__16 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--groomit-black);
}

.grey {
  color: var(--groomit-color-grey);
}

.main__p__14 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--groomit-black);
}

.main__p b {
  font-weight: 600;
}

.main__p__16 b {
  font-weight: 600;
}

.main__inputValueB {
  padding-bottom: 4px;
  display: inline-block;
}

.main__inputValueP {
  font-weight: 600;
}

.blueLink {
  text-decoration: none;
  color: #0071E3;
}

.redLink {
  text-decoration: none;
  color: #EB5757;
}

.footer {
  height: 50px;
  box-sizing: border-box;
  margin: 0;
  background: var(--groomit-black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  padding-left: 25px;
  padding-right: 25px;
}

.bottomDogs {
  height: 250px;
  width: 100%;
  background-image: url("../images/bottom-dogs.avif");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60px;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--groomit-black);
}

.footer__left {
  width: 70%;
  margin: auto 0;
  text-align: left;
}

.footer__right {
  margin: auto 0;
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.footer__ul {
  padding-left: 25px;
  padding-right: 25px;
  list-style: none;
  display: flex;
}

.footer__li {
  float: left;
  margin-right: 20px;
}

.footer__li--divider {
  color: #FFFFFF;
  font-family: "Filson Soft Regular";
  font-weight: 400;
  font-size: 1.4rem;
}

.footer__a {
  color: #FFFFFF;
  font-family: "Filson Soft Regular";
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}

.footer__a:hover {
  text-decoration: underline;
}

.footer__help {
  background: #727272;
  width: 100%;
  text-align: center;
  height: 55px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.footer__needHelp {
  font-family: "Filson Soft Regular";
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  margin: auto;
}

.footer__needHelp a {
  margin-left: 0.5rem;
}

a.footer__helpLink {
  color: #fff;
  text-decoration: none;
}

a.footer__helpLink:hover {
  text-decoration: underline;
}

.main__inputGroup--password {
  position: relative;
}

.main__showPassword,
.main__showPassword__confirm,
.main__showPassword__current {
  position: absolute;
  right: 15px;
  top: 38px;
  color: var(--groomit-color-grey);
  font-family: "Filson Soft Regular";
  font-weight: 400;
  font-size: 1.4rem;
  cursor: pointer;
}

.inputError {
  margin: 0;
  padding: 1px 15px 0 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--groomit-red);
  display: none;
}

.main__inputGroup.main__inputGroup--required.error .inputError {
  display: inline-block;
}

.main__inputGroup.main__inputGroup--required.error .main__input {
  border-color: var(--groomit-red);
}

.main__disclaimer {
  margin-bottom: 30px;
}

.main__profilePhoto {
  width: 100px;
  height: 100px;
  background-color: #F3E3E5;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/v6/images/profile-avatar.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main__profilePhoto.main__profilePhoto--pet {
  background-image: url("/v6/images/icons/pet-avatar.svg");
}

.add__action {
  font-size: 16px;
}

.img_in_add__box {
  position: relative;
  top: 3px;
}

.main__editButton {
  background: none !important;
  border: none;
  padding: 0 !important;
  margin: 0;
  position: absolute;
  bottom: -3px;
  right: 3px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
}

.main__profilePhotoLabelCont {
  width: calc(100% - 100px);
}

.main__inputGroup--profilePhoto {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main__steps {
  width: 100%;
  margin-bottom: 30px;
}

.main__stepsUl {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin: 0;
  z-index: 2;
}

.main__stepsLi {
  float: left;
  margin-right: 0;
  z-index: 2;
  position: relative;
  width: 100%;
}

.main__stepsLi.current .iconCurrent,
.main__stepsLi.prev .iconPrev,
.main__stepsLi.complete .iconcomplete {
  display: inline-block;
}

.main__stepsLi.current .iconPrev,
.main__stepsLi.current .iconComplete {
  display: none;
}

.main__stepsLi.prev .iconCurrent,
.main__stepsLi.prev .iconComplete {
  display: none;
}

.main__stepsLi.complete .iconCurrent,
.main__stepsLi.complete .iconPrev {
  display: none;
}

.main__skipA {
  color: #0071E3;
  font-size: 1.4rem;
  margin: auto;
  padding: 0;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.main__stepsBg {
  height: 1px;
  width: calc(100% - 25px);
  background-color: var(--groomit-red);
  position: absolute;
  left: 25px;
  top: 12px;
}

.main__stepsBg,
.main__stepsLi.current .main__stepsBg {
  opacity: 0.2;
}

.main__stepsLi.complete .main__stepsBg {
  opacity: 1;
}

.main__maingLogo {
  margin: 40px auto;
  display: block;
}

.main__check-green {
  margin: 30px auto 55px auto;
  display: block;
}

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

.main__inputGroup--key {
  width: 40px;
  display: flex;
  margin: auto;
}

.main__inputGroup--key:first-child {
  margin-left: 0;
}

.main__inputGroup--key:last-child {
  margin-right: 0;
}

.main__inputGroup--key .main__input {
  border: 2px solid #7C868A;
  border-radius: 5px;
  height: 50px;
  padding: 0;
  text-align: center;
  font-family: "Filson Soft Bold";
  font-size: 1.6rem;
}

.main__inputGroup--key .main__input.main__input--numberRed {
  color: #EB5757;
  border: 2px solid #EB5757;
}

.main__inputGroup--key .main__input--number::-webkit-outer-spin-button,
.main__inputGroup--key .main__input--number::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
}

.floatingMessage {
  width: 470px;
  height: 70px;
  top: 95px;
  left: calc(50% + 195px);
  position: absolute;
  z-index: 2;
  max-width: calc(100% - 390px - (50% - 195px) - 15px);
}

.floatingMessage__cont {
  background: rgba(46, 46, 46, 0.7);
  border-radius: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 15px 27px 15px 15px;
}

.floatingMessage__p {
  color: #fff;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
}

.floatingMessage__icon {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
}

.floatingMessage__button {
  position: absolute;
  right: 15px;
  top: 29px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.main__inputGroup--multipleButtons {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.main__inputGroup--multipleButtons input[type=checkbox] {
  display: none;
}

.main__inputGroup--multipleButtons label {
  position: relative;
  margin: 0;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.main__inputGroup--multipleButtonsx2 label {
  width: 50%;
}

.main__inputGroup--multipleButtonsx3 label {
  width: 33.33%;
  border-radius: 0;
}

.main__inputGroup--multipleButtonsx4 label {
  width: 25%;
  border-radius: 0;
}

.main__inputGroup--multipleButtonsx5 label {
  width: 20%;
  border-radius: 0;
}

.main__inputGroup--multipleButtonsCustomizable label {
  width: inherit;
  border-radius: 0;
  position: relative;
  z-index: 0;
}

.main__inputGroup--multipleButtonsx6 label {
  width: 16.66%;
  border-radius: 0;
}

.main__inputGroup--multipleButtons label .multipleButtons__content {
  width: 100%;
}

.main__inputGroup--multipleButtons input:checked + .multipleButtons__content {
  background-color: var(--groomit-red);
  color: #fff;
}

.main__inputGroup--multipleButtons input + .multipleButtons__content {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--groomit-black);
  text-align: center;
}

.buttons__N__Borders {
  position: relative;
  border-radius: 10px;
}

/* Estilos para el borde (antes del contenedor) */
.buttons__N__Borders::before {
  content: "";
  position: absolute;
  z-index: 2;
  /* Asegura que el borde esté por encima */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid;
  border-radius: 10px;
}

/* Estilos para los elementos label */
.js-label-size {
  position: relative;
  z-index: 1;
  /* Colócalos por debajo del borde */
  /* Otros estilos que desees aplicar */
}

.buttons__N__Borders input + .multipleButtons__content {
  border-radius: 0px !important;
}

.main__inputGroup--multipleButtons .price_desc {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--groomit-color-grey);
  display: contents;
  line-height: 20px;
}

.main__inputGroup--multipleButtons input:checked + .multipleButtons__content p {
  background-color: var(--groomit-red);
  color: #fff;
}

.main__inputGroup--multipleButtons input:checked + .multipleButtons__content span {
  color: #fff;
}

.main__inputGroup--multipleButtons input + .multipleButtons__content p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: var(--groomit-black);
  text-align: center;
  padding: 0;
  margin: 0;
}

.greyout__input {
  background-color: #f1f1f1 !important;
  border: none;
}

.main__inputGroup--multipleButtons.main__inputGroup--multipleButtonsx3 .multipleButtons__content,
.main__inputGroup--multipleButtons.main__inputGroup--multipleButtonsx4 .multipleButtons__content,
.main__inputGroup--multipleButtons.main__inputGroup--multipleButtonsx5 .multipleButtons__content,
.main__inputGroup--multipleButtons.main__inputGroup--multipleButtonsx6 .multipleButtons__content {
  border-radius: 0;
}

.main__inputGroup--multipleButtonsx5 label:last-child .multipleButtons__content,
.main__inputGroup--multipleButtonsx4 label:nth-child(4) .multipleButtons__content,
.main__inputGroup--multipleButtonsx3 label:nth-child(3) .multipleButtons__content,
.main__inputGroup--multipleButtonsx2 label:nth-child(2) .multipleButtons__content,
.main__inputGroup--multipleButtonsx1 label:nth-child(1) .multipleButtons__content {
  border-radius: 0 10px 10px 0;
}

.main__inputGroup--multipleButtons label:first-child .multipleButtons__content {
  border-radius: 10px 0 0 10px;
}

.multipleButtonsDivider {
  width: 1px;
  height: 40px;
  top: 5px;
  right: 0;
  position: absolute;
  background-color: #DADADA;
}

.main__inputGroup--multipleButtonsx5 label:last-child .multipleButtonsDivider,
.main__inputGroup--multipleButtonsx4 label:nth-child(4) .multipleButtonsDivider,
.main__inputGroup--multipleButtonsx3 label:nth-child(3) .multipleButtonsDivider,
.main__inputGroup--multipleButtonsx2 label:nth-child(2) .multipleButtonsDivider,
.main__inputGroup--multipleButtonsx1 label:nth-child(1) .multipleButtonsDivider {
  display: none;
}

.multipleButtons__contentSent {
  font-weight: 400;
}

.main__inputGroup--multipleButtons label:last-child .multipleButtonsDivider {
  display: none;
}

.main__line-divider {
  width: 100%;
  height: 1px;
  background-color: #DADADA;
  margin: 5px 0;
}

.main__line-divider--internal {
  width: 85%;
  height: 1px;
  background-color: #DADADA;
  margin: auto;
}

.main__line-divider--green {
  width: 100%;
  height: 1px;
  background-color: #0A7170;
  margin: auto;
}

.main__inputGroup--switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main__inputGroup--switch .main__label {
  margin-bottom: 0;
}

.main__witchBtn {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
  text-align: left;
}

.main__witchBtn input {
  display: none;
}

.main__switchBtnSlide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EB5757;
  transition: 0.4s;
  padding: 0px;
  color: #fff;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff;
  padding-left: 33px;
}

.main__switchBtnSlide:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .main__switchBtnSlide {
  background-color: #43D27F;
  padding-left: 8px;
}

input:focus + .main__switchBtnSlide {
  box-shadow: 0 0 1px #EB5757;
}

input:checked + .main__switchBtnSlide:before {
  transform: translateX(26px);
  left: 12px;
}

.main__button__link {
  text-decoration: none;
  padding: 10px 35px;
}

.main__button--bgBlack {
  background-color: var(--groomit-black);
}

.main__button--bgBlack:hover {
  background-color: var(--groomit-black);
}

.main__button--bgWhite {
  background-color: #fff;
}

.main__button--bgWhite:hover {
  background-color: #FFF8F8;
}

.main__button--borderRed {
  border-color: var(--groomit-red);
}

.main__button--textRed {
  color: var(--groomit-red);
}

.main__button--borderBlack {
  border-color: var(--groomit-black);
}

.main__button--colorBlack {
  color: var(--groomit-black);
}

.main__button--colorRed {
  color: var(--groomit-red);
}

.main__tabsButtons {
  border-radius: 90px;
  height: 36px;
  background-color: #F2F2F2;
  position: relative;
  padding: 0;
  display: flex;
  margin-bottom: 25px;
}

.main__tabsButtons .main__button {
  height: 36px;
  padding: 0;
  font-family: "Filson Soft Bold";
  font-weight: normal;
  font-size: 1.5rem;
}

.main__tabsButtons--x2 .main__button {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin: auto 0;
}

.main__tabsButtons .main__button.inactive {
  color: var(--groomit-color-grey);
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.main__disclaimerMessage {
  background: #FFFFFF;
  border: 1px solid #F7D752;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
  border-radius: 11px;
  height: 45px;
  display: flex;
  align-items: center;
  background-image: url("/v6/images/icons/disclaimer-info.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 50px;
  position: relative;
}

.main__disclaimerMessageP {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--groomit-black);
}

.main__w-50Cont {
  display: flex;
}

.main__w-50Cont .w-50:first-child .main__inputGroup {
  width: calc(100% - 7px);
}

.main__w-50Cont .w-50:last-child .main__inputGroup {
  width: calc(100% - 7px);
  margin-left: 7px;
}

.main__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.main__checkmarkCheckbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid var(--groomit-red);
  background-color: #fff;
  border-radius: 3px;
}

.main__checkboxCont:hover .main__checkbox ~ .main__checkmarkCheckbox {
  background-color: #FFF8F8;
}

.main__checkboxCont {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--groomit-black);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.main__checkboxCont .main__checkbox:checked ~ .main__checkmarkCheckbox {
  background-color: var(--groomit-red);
}

.main__checkmarkCheckbox:after {
  content: "";
  position: absolute;
  display: none;
}

.main__checkboxCont .main__checkbox:checked ~ .main__checkmarkCheckbox:after {
  display: block;
}

.main__checkboxCont .main__checkmarkCheckbox:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.main__inputGroup--selectPetType {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main__label--petTipe {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 56px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--groomit-black);
  display: block;
}

.main__inputGroup--selectPetType .main__label--petTipe:first-child {
  margin-right: 10px;
}

.main__petIcon.active {
  display: none;
}

.petTipeCont {
  border: 1px solid #F2F2F2;
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.main__label--petTipe input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.main__label--petTipe .petTipeCont:hover {
  border: 2px solid var(--groomit-red);
  font-weight: 600;
}

.main__label--petTipe input:checked ~ .petTipeCont {
  border: 2px solid var(--groomit-red);
  font-weight: 600;
}

.main__label--petTipe input:checked ~ .petTipeCont .main__petIcon.inactive {
  display: none !important;
}

.main__label--petTipe input:checked ~ .petTipeCont .main__petIcon.active {
  display: block !important;
}

.main__pageImg {
  margin: 35px auto;
  display: block;
  max-width: calc(100% - 30px);
}

.inlineWrapp {
  display: inline-block;
  margin: auto;
}

.main__stepLinesCont {
  display: inline-block;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main__stepLinesCont.main__stepLinesContx3 .main__stepLine {
  width: 45px;
  height: 3px;
  background-color: #F3E3E5;
  border: 1px solid var(--groomit-red);
  background-color: var(--groomit-red);
  border-radius: 1.5px;
  margin: 0 2.5px;
}

.main__stepLinesCont.main__stepLinesContx3 .main__stepLine:first-child {
  margin: 0 2.5px 0 0;
}

.main__stepLinesCont.main__stepLinesContx3 .main__stepLine:last-child {
  margin: 0 0 0 2.5px;
}

.main__stepLinesCont .main__stepLine.main__stepLine--prev {
  background-color: var(--groomit-red);
  border-color: var(--groomit-red);
}

.main__stepLinesCont .main__stepLine.main__stepLine--current {
  background-color: #F3E3E5;
  border-color: var(--groomit-red);
}

.main__stepLinesCont .main__stepLine.main__stepLine--next {
  background-color: #F3E3E5;
  border-color: #F3E3E5;
}

.main__highlight {
  color: var(--groomit-red);
}

.main__inputGroupCont {
  display: flex;
  justify-content: space-between;
}

.main__inputGroupCont .main__inputGroup {
  margin-right: 15px;
}

.main__inputGroupCont .main__inputGroup:last-child {
  margin-right: 0;
}

.main__inputGroupCont.main__inputGroupContx2 .main__inputGroup {
  width: 50%;
}

.main__inputGroupContx2 .main__inputGroup .main__button {
  width: 100%;
}

.con-groomit-avatar-error {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0 15px;
}

.main__tooltip {
  position: absolute;
  top: -5px;
  left: 105%;
  width: calc(100% - 15px);
  padding: 15px;
  border: 1px solid #F3E3E5;
  border-radius: 4px;
  background: #F3E3E5;
  z-index: 2;
}
.main__tooltip .arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #F3E3E5;
  position: absolute;
  left: -3%;
  top: 0%;
}
.main__tooltip .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F3E3E5;
}
.main__tooltip .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #F3E3E5;
}
.main__tooltip .arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #F3E3E5;
}

.tooltip-top {
  position: absolute;
  top: -9px;
  left: 20px;
}

.main__tooltipP {
  font-size: 1rem;
}

.main__tooltipP b {
  font-size: 1.2rem;
}

.closeTooltip {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.closeTooltip__img {
  width: 8px;
  height: 8px;
}

.main__linkToUploaded {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 12px 15px 20px 15px;
}

.linkToUploadedA {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0071E3;
}

.linkToUploadedA__img {
  margin-right: 5px;
}

div.disabled {
  pointer-events: none;
  opacity: 0.5;
}

div.visibly-disabled {
  opacity: 0.5;
}

p.disabled {
  pointer-events: none;
  opacity: 0.5;
}

label.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.wa__userRatingCont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wa__userRating {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  width: 55px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #2E2E2E;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  line-height: 18px;
  margin: auto;
}

.main__pIcon--rating {
  margin-right: 2px;
}

.modal__icon {
  position: relative;
  top: 6px;
}

.blockedICon {
  margin-right: 5px;
}

.main__h2--nameCont {
  width: 136px;
}

.section--wa__withSidebar {
  width: 100%;
}

.section--wa__withSidebarLeft {
  width: calc(50% + 125px);
  width: calc(50% + var(--groomit-container-width) / 2);
}

.section--wa__withSidebarRight {
  width: calc(50% - 125px);
  width: calc(50% - var(--groomit-container-width) / 2);
}

.main__containerx2Cont {
  width: 560px;
  max-width: 100%;
}

.main__container--x2 {
  width: calc((var(--groomit-container-width)) + 30px);
  margin-top: 0;
}

.main__container--right {
  max-width: 100%;
}

.mw-100 {
  max-width: 100% !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.main__curveBox.selected {
  border: 2px solid #FF314A;
}

.wa__pkgTitle {
  background: #D6AF5B;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px 0px;
  height: 48px;
  width: 105px;
}

.wa__pkgTitle--gold {
  background: #D6AF5B;
}

.wa__pkgTitle--eco {
  background: #3064A3;
}

.wa__pkgTitle--silver {
  background: #AEAEAE;
}

.main__curveBox--package {
  padding: 0 15px 0 0;
}

.packageIcon {
  margin-right: 5px;
}

.main__smallP--pkg {
  font-size: 1rem;
  color: #D6AF5B;
}

.main__h2--pkgPrice {
  font-size: 3rem;
  width: 87px;
}

.main__h2--showmb {
  display: none;
}

.badge_red {
  background-color: #FF314A;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 7px 10px;
  display: inline-block;
  width: 100px;
  text-align: center;
}

.badge-default-card {
  background-color: #FF314A;
  border-radius: 22px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  padding: 4px 4px;
  display: inline-block;
  width: 65px;
  text-align: center;
  position: absolute;
  right: 38px;
  opacity: 0.8;
}

.span-defaul-card {
  color: #EB5757;
  font-weight: normal !important;
  font-size: 13px;
}

.text_decoration_none {
  text-decoration: none !important;
}

.package .badge_gold {
  background-color: #D6AF5B;
  box-shadow: 0px 2.7141px 5.42821px rgba(28, 37, 44, 0.08);
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 7px 10px;
  display: inline-block;
  width: 70px;
  text-transform: uppercase;
  text-align: center;
}
.package .badge_eco {
  background-color: #3959A0;
  box-shadow: 0px 2.7141px 5.42821px rgba(28, 37, 44, 0.08);
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 7px 10px;
  display: inline-block;
  width: 70px;
  text-transform: uppercase;
  text-align: center;
}
.package .badge_silver {
  background-color: #AEAEAE;
  box-shadow: 0px 2.7141px 5.42821px rgba(28, 37, 44, 0.08);
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 7px 10px;
  display: inline-block;
  width: 70px;
  text-transform: uppercase;
  text-align: center;
}
.package ul.groomit-list {
  padding: 0px;
}
.package ul.groomit-list li:before {
  content: url(/v6/images/icons/check.svg);
  padding-right: 13px;
  display: inline-block;
  width: 27px;
  vertical-align: sub;
}
.package ul.groomit-list li {
  padding-left: 0;
  list-style: none !important;
  margin-bottom: 15px !important;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2E2E2E;
  float: left;
  width: 50%;
}
.package .badge_disabled {
  opacity: 0.3;
}
.package .package__gold__title {
  font-family: "Filson Soft Bold";
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #D6AF5B;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.package .package__subtitle {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--groomit-color-grey);
}
.package .main__h2 {
  font-family: "Filson Soft Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #2E2E2E;
}
.package .modal__p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--groomit-color-grey);
}
.package .gallery .pet {
  margin-right: 6px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  width: 95px;
}
.package .option {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  width: 48% !important;
  padding: 15px;
}
.package .notes {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: -0.02em;
  color: var(--groomit-color-grey);
}
.package .main__button {
  background-color: var(--groomit-black) !important;
  border-color: var(--groomit-black) !important;
}
.package .price {
  font-family: "Filson Soft Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: var(--groomit-black);
  padding-right: 10px;
}
.package .prepaid {
  border-left: 1px solid #DADADA;
  padding-left: 10px;
}

.wa__profilePhoto.wa__profilePhoto--modal {
  width: 90px;
  height: 90px;
}

.fav-icon {
  width: 20px;
  height: 20px;
}

.fav-link {
  cursor: pointer;
}

.wa__userRating--full {
  width: 125px;
  padding-left: 7px;
  padding-right: 7px;
  height: 21px;
}

.wa__userRating--full .main__pIcon--rating {
  margin-right: 2px;
  margin-left: 2px;
}

.no-fav .no-fav-icon {
  display: inline-block;
}

.no-fav .yes-fav-icon {
  display: none;
}

.yes-fav .no-fav-icon {
  display: none !important;
}

.yes-fav .yes-fav-icon {
  display: inline-block;
}

.rating-a .main__pIcon--ratingA {
  display: block;
}

.rating-a .main__pIcon--ratingI {
  display: none;
}

.rating-i .main__pIcon--ratingI {
  display: block;
}

.rating-i .main__pIcon--ratingA {
  display: none;
}

.cont-groomit-calendar .mbsc-groomit-v4 .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  background: #fff;
  color: #2E2E2E;
  border-radius: 0 !important;
  margin: auto;
  z-index: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  box-shadow: none;
  border-bottom: 3px solid var(--groomit-red);
  color: var(--groomit-red);
  border-bottom-left-radius: 40%;
}

.cont-groomit-calendar .mbsc-groomit-v4 .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-cal-cell-txt {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.calendarReferenceText {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--groomit-color-grey);
  line-height: 1.4rem;
}

.calendarReferenceColor {
  width: 23px;
  height: 3px;
  border-radius: 16px;
  opacity: 1;
  margin-right: 7px;
}

.calendarReferenceColor--eco {
  background-color: #3064A3;
}

.ecoDay {
  background: #3064A3 !important;
}

.greenDay {
  background: #43D27F !important;
}

.greyDay {
  background: #DADADA !important;
}

.mbsc-ios.mbsc-calendar-mark {
  width: 23px;
  height: 3px;
  border-radius: 16px;
  opacity: 1;
}

.mbsc-font {
  font-family: "Inter", sans-serif;
}

.mbsc-wa-v6.mbsc-calendar-today,
.mbsc-wa-v6.mbsc-calendar-week-nr {
  color: #FF314A;
}

.mbsc-wa-v6.mbsc-selected .mbsc-calendar-cell-text,
.mbsc-wa-v6.mbsc-hover .mbsc-calendar-cell-text {
  border-color: #FF314A;
  background: #FF314A;
  border-radius: 5px;
  color: #fff;
}

.mbsc-wa-v6.mbsc-datepicker-inline {
  border: none;
  background: transparent !important;
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}

.mbsc-wa-v6.mbsc-calendar-title {
  color: #2E2E2E;
  font-size: 1.5rem;
  font-family: "Filson Soft Regular";
}

.todayPrice {
  width: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.todayPrice .todayPriceNum {
  width: 33px;
  color: #fff;
  background: #7C868A;
  border-radius: 2px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  height: 1.3rem;
  line-height: 1.3rem;
  margin: auto;
  display: inline-block;
}

.mbsc-wa-v6.mbsc-datepicker .mbsc-calendar-cell {
  position: relative;
  padding-bottom: 16px;
}

.mbsc-datepicker .mbsc-calendar {
  background-color: transparent;
}

.regular-filson {
  font-family: "Filson Soft Regular" !important;
}

.carousel__pets .owl-nav {
  right: 0;
}

.carousel__pets .owl-nav button.owl-next {
  margin-right: 0;
}

button.owl-prev.disabled,
button.owl-next.disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .withSidebar__right .main__inputGroup {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header--wa__inputCont {
    width: 100%;
  }
  .section--wa__withSidebar {
    display: block;
  }
  .section--wa__withSidebarLeft,
  .section--wa__withSidebarRight {
    width: 100%;
    display: block;
  }
  .main__container--right {
    display: block;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .main__containerx2Cont {
    width: 100%;
    display: block;
  }
  .main__container--x2 {
    display: block;
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .header--wa {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__center {
    width: 40%;
    margin: auto 0;
    text-align: left;
  }
  .header__right {
    margin: auto 0;
    width: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: end;
  }
  .header__a--help {
    margin: auto 0 auto 15px;
  }
  .footer__ul {
    display: block;
    padding: 0;
  }
  .footer__li {
    float: none;
    margin-right: 5px;
    margin-bottom: 8px;
  }
  .footer__li--divider {
    display: none;
  }
  .footer {
    display: block;
    height: 180px;
  }
  .footer__left,
  .footer__right {
    width: 100%;
    display: block;
  }
  .footer__right {
    text-align: center;
    padding-top: 15px;
  }
  .main {
    min-height: calc(100vh - 80px - 55px - 180px);
  }
  .main__container {
    width: 100%;
  }
  .main__container__extend {
    width: 100%;
  }
  .floatingMessage__p {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .floatingMessage {
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
  }
}
/** WA Styles **/
.main--wa__container {
  width: 100%;
  margin: 0 auto;
}

.main--wa__contNoSidebar {
  flex-wrap: wrap;
  width: 100%;
}

.wa__leftContainer {
  width: 555px;
}

.main--wa__contLeft {
  width: calc(50% + 165px);
}

.main--wa__contRight {
  width: calc(50% - 165px);
}

.header--wa__inputCont--select {
  position: relative;
  background-image: url(/v6/images/icons/select-icon-addres.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-color: #F2F2F2;
  border: 1px solid #D9D9D9;
  border-radius: 33px;
  height: 40px;
  width: 300px;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #2E2E2E;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
}

.header--wa__inputExtra {
  color: var(--groomit-color-grey);
  margin: 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  width: 100%;
}

.header--wa__input--select {
  flex: 1 0 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  border: none;
  border-radius: 33px;
  padding-bottom: 15px;
  font-family: "Filson Soft Regular";
  font-size: 1.4rem;
  text-align: center;
  background-image: url(/v6/images/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
}

.header--wa {
  width: calc(100% - 360px);
  margin-left: 360px;
  background-color: #f9f9fb;
  border-bottom: 1px solid #DADADA;
  padding: 15px 50px;
  position: relative;
  z-index: 3;
}

.nav--wa {
  height: 100vh;
  width: var(--groomit-menu-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
}

.nav--wa__main {
  padding: 15px 50px;
  height: calc(100vh - 80px);
  overflow-y: scroll;
}

.main--wa {
  background-color: #f9f9fb;
  box-sizing: border-box;
  width: calc(100% - 360px);
  margin-left: 360px;
  padding-top: 30px;
}

.main--wa__center {
  width: 555px;
  max-width: 66.6%;
  padding: 0 15px;
  margin: 0;
}

.main--wa__right {
  max-width: 100%;
  width: 370px;
  margin: 0;
  padding: 0 15px;
}

.header--wa__a--notificationLink {
  position: relative;
}

.header--wa__notificationNumber {
  position: absolute;
  background: #2E2E2E;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5rem;
  font-size: 1rem;
  bottom: -2px;
  right: -6px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.welcome__title {
  color: var(--groomit-color-grey) !important;
}

.header--wa__title {
  width: calc(25% - 145px + 30px);
}

.header--wa__title__center {
  width: calc(50% - 145px + 30px);
}

.side__separator {
  width: 1px;
  height: 70%;
  background-color: #DADADA;
  position: absolute;
  transform: translateX(-50%);
  margin-top: 25px;
  display: none;
}

.header--wa__right {
  width: calc(50% - 145px + 30px);
}

.header--wa__profilePhoto {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url(/v6/images/icons/user-avatar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.header--wa__profileName {
  font-family: "Filson Soft Bold";
  font-weight: normal;
  margin: 0;
  color: #2E2E2E;
  font-size: 1.6rem;
  padding-left: 5px;
}

.header--wa__profilePhotoCont {
  padding-left: 20px;
}

.header--wa__center {
  padding: 0 15px;
}

.footer__help--wa,
.footer--wa {
  width: calc(100% - 360px);
  margin-left: 360px;
}

.nav--wa__line-divider {
  margin: 28px 0;
  display: inline-block;
}

.nav--wa__ul {
  padding: 0;
}

.header--wa__menuIcon {
  margin-right: 10px;
}

.nav--wa__li {
  padding: 0;
  margin: 30px 0;
}

.nav--wa__li__selected {
  margin: 10px 6px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.nav--wa__li_support {
  margin: 20px 0 !important;
}

.nav--wa__a {
  font-family: "Filson Soft Regular";
  font-weight: normal;
  font-size: 1.8rem;
  color: var(--groomit-color-grey);
  text-decoration: none;
}

.nav--wa__a .header--wa__menuIcon.active {
  display: none;
}

.nav--wa__a:hover {
  color: #FF314A;
  font-family: "Filson Soft Bold";
}

.nav--wa__a.active {
  color: #FF314A;
  font-family: "Filson Soft Bold";
}

.nav--wa__a.active .header--wa__menuIcon.active {
  display: inline-block;
}

.nav--wa__a.active .header--wa__menuIcon.inactive {
  display: none;
}

.main__button--share {
  margin: auto;
}

.header--wa__shareIcon {
  margin-right: 4px;
}

.nav--wa__header {
  height: 80px;
  padding: 15px 50px;
  margin-top: 5px;
  box-sizing: border-box;
}

body {
  background-color: #f9f9fb;
}

.action-top-link {
  position: absolute;
  right: 5px;
  top: 5px;
}

.nav--wa__profilePhoto {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url(/v6/images/profile-avatar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 5px auto;
}

.wa__profilePhoto {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url(/v6/images/profile-avatar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 5px auto;
}

.wa__profilePhoto__x_100 {
  width: 100px !important;
  height: 100px !important;
}

.icon--information__yellow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-image: url(/v6/images/icons/icon-exclamation-yellow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 5px auto;
}

.icon--exclamation__yellow {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-image: url(/v6/images/icons/u_exclamation-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 5px auto;
  /* position: absolute;
  // left: 37%;
  // top: -3px;
  */
}

.icon--exclamation__yellow_to_list {
  width: 27px;
  height: 18px;
  background-image: url(/v6/images/icons/u_exclamation-circle.svg);
  background-repeat: no-repeat;
  margin: 1px auto;
  margin-right: 6px;
}

.img--exclamation__yellow_to_header_address {
  position: relative;
  top: 3px;
}

.check-cont {
  position: relative;
  top: 5px;
}

.container-address-header {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.img_inside_p {
  position: relative;
  top: 4px;
}

.mh-300 {
  min-height: 300px;
}

.images_heaven {
  height: 105px;
}
.images_heaven .main_pet {
  position: absolute;
  left: calc(50% - 50px);
  top: 30px;
  z-index: 1;
}
.images_heaven .second_pet {
  position: absolute;
  right: 26%;
  top: 5px;
  z-index: 0;
}
.images_heaven img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.wa__profilePhoto--pet {
  background-image: url(/v6/images/icons/pet-avatar.svg);
}

.nav--wa__p {
  font-family: "Filson Soft Regular";
  font-weight: normal;
  font-size: 1.8rem;
  color: var(--groomit-black);
}

.nav--wa__p--small {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.nav--wa__span {
  font-size: 1.6rem;
  color: var(--groomit-color-grey);
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.sidebar_appstores {
  padding: 15px 15px 0px 0px;
  display: inline-block;
  background-color: transparent;
}
.sidebar_appstores img {
  float: left;
}

.referralP {
  color: #333;
  padding: 15px 15px;
  font-family: "Filson Soft Regular";
  font-weight: normal;
  font-size: 1.5rem;
  display: inline-block;
  background-color: #F3E3E5;
  border-radius: 10px;
}
.referralP span {
  color: #FF314A !important;
}
.referralP img {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.referralP2 {
  color: #FF314A;
  border-radius: 20px;
  border: 1px solid #FF314A;
  padding: 10px 20px;
  font-family: "Filson Soft Regular";
  font-weight: normal;
  font-size: 1.5rem;
  display: inline-block;
  background-color: #FFFFFF;
}

.not_results {
  color: #FF314A !important;
}

.main__a_delete {
  color: var(--groomit-red-hover) !important;
}

.nav--wa__main::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.nav--wa__main::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
.nav--wa__main::-webkit-scrollbar-thumb {
  background: #FF314A;
}

/* Handle on hover */
.nav--wa__main::-webkit-scrollbar-thumb:hover {
  background: #FF314A;
}

.header--wa__menuBurguerIcon {
  display: none;
  cursor: pointer;
}

.nav--wa__menuClose {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
}

.header--wa__SelectAddressCont {
  position: relative;
  height: 45px;
  width: 290px;
  box-sizing: border-box;
}

.header--wa__SelectAddressArrowDown {
  background-image: url(/v6/images/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}

.booking--wa__SelectTypeHomeInactive {
  background-image: url(/v6/images/icons/in-home-service.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  height: 31px;
  width: 30px;
  cursor: pointer;
  z-index: 2;
  margin: auto;
}

.booking--wa__SelectTypeHomeActive {
  background-image: url(/v6/images/icons/home-service_a.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  height: 31px;
  width: 30px;
  cursor: pointer;
  z-index: 2;
  margin: auto;
}

.booking--wa__SelectTypeMobileInactive {
  background-image: url(/v6/images/icons/mobile-van-service.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  height: 24px;
  width: 40px;
  cursor: pointer;
  z-index: 2;
  margin: auto;
}

.booking--wa__SelectTypeMobileActive {
  background-image: url(/v6/images/icons/van-service_a.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  height: 24px;
  width: 40px;
  cursor: pointer;
  z-index: 2;
  margin: auto;
}

.header--wa__SelectAddressArrowUp {
  background-image: url(/v6/images/icons/arrowup.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}

.check-icon-red {
  background-image: url(/v6/images/icons/check-icon-red.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  top: -10px;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}

.summary--booking__arrowDown {
  background-image: url(/v6/images/icons/arrow-down-grey.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  top: 0;
  left: 0;
  width: 15px;
  cursor: pointer;
  z-index: 2;
  height: 9px;
}

.summary--booking__arrowUp {
  background-image: url(/v6/images/icons/arrow-up-grey.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  top: 0;
  left: 0;
  height: 9px;
  width: 15px;
  cursor: pointer;
  z-index: 2;
}

.icon--information__right {
  background-image: url(/v6/images/icons/info.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  top: 10px;
  right: 15px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 2;
}

.icon--heart__left {
  background-image: url(/v6/images/icons/fav-a.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  top: 10px;
  left: 5px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 2;
}

.content--booking__arrowDownActive {
  background-image: url(/v6/images/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  top: 0;
  left: 0;
  height: 9px;
  width: 15px;
  cursor: pointer;
  z-index: 2;
}

.content--booking__arrowUpActive {
  background-image: url(/v6/images/icons/arrowup.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  top: 0;
  left: 0;
  height: 9px;
  width: 15px;
  cursor: pointer;
  z-index: 2;
}

.content--arrowRight {
  background-image: url(/v6/images/icons/arrow-right-grey.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  top: 0;
  left: 0;
  height: 9px;
  width: 15px;
  cursor: pointer;
  z-index: 2;
}

.arrow-right {
  background-image: url(/v6/images/icons/arrow-right-grey.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  top: 43%;
  right: 0;
  width: 10px;
  cursor: pointer;
  z-index: 2;
  height: 14px;
}

.arrow-right--red {
  background-image: url(/v6/images/icons/arrow-right-red.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  top: 43%;
  right: 1%;
  width: 10px;
  cursor: pointer;
  z-index: 2;
  height: 14px;
}

.arrow-right--top-middle-center {
  background-image: url(/v6/images/icons/arrow-right-grey.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  top: 25%;
  right: 5%;
  width: 10px;
  cursor: pointer;
  z-index: 2;
  height: 14px;
}

.header--wa__SelectAddress {
  background-image: url(/v6/images/icons/select-icon-addres.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 1px solid #D9D9D9;
  border-radius: 33px;
  height: 100%;
  width: 100%;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #2E2E2E;
  margin: 0;
  box-sizing: border-box;
  padding: 4px 0;
  background-color: #fff;
}

.header--wa__SelectAddressP {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.selectRadioOption {
  cursor: pointer;
}

.header--wa__SelectAddressDropDown.main__curveBox {
  display: none;
}

.header--wa__SelectAddressDropDown.main__curveBox.open {
  display: block;
}

.selectRadioOption .check-icon-a {
  display: none;
}

.selectRadioOption.active .check-icon-a {
  display: block;
}

.selectRadioOption.active .check-icon-i {
  display: none;
}

.main__addons h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #2E2E2E;
}
.main__addons p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: -0.02em;
  color: var(--groomit-color-grey);
}
.main__addons .shampoo-description {
  font-size: 13px;
  line-height: 16px;
}
.main__addons .shampoos .one {
  background-image: url(/v6/images/shampoo/shampoo-1.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  height: 70px;
  width: 40px;
  cursor: pointer;
  z-index: 2;
}
.main__addons .shampoos .two {
  background-image: url(/v6/images/shampoo/shampoo-2.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  height: 70px;
  width: 40px;
  cursor: pointer;
  z-index: 2;
}
.main__addons .shampoos .three {
  background-image: url(/v6/images/shampoo/shampoo-3.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  height: 70px;
  width: 40px;
  cursor: pointer;
  z-index: 2;
}
.main__addons .shampoos .one-big {
  background-image: url(/v6/images/shampoo/shampoo-1-big.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  height: 240px;
  width: 90px;
  cursor: pointer;
  z-index: 2;
}

.main__addons_options {
  position: relative;
}
.main__addons_options .checkmark {
  position: absolute;
  top: 0;
  left: 25px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid var(--groomit-red);
  border-radius: 3px;
}
.main__addons_options .main__input__checkbox__container {
  padding-left: 60px;
  padding-top: 0px;
}
.main__addons_options .price {
  float: right;
  margin-right: 40px;
}
.main__addons_options .icon--info {
  background-image: url(/v6/images/icons/info.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 20px;
  right: 5px;
  top: -3px;
}
.main__addons_options .icon--shampoo {
  top: 10px;
}

.carousel__pets .card-title {
  font-family: "Filson Soft Regular";
  font-style: normal;
  font-weight: normal !important;
  font-size: 1.6rem;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--groomit-black);
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel__pets p {
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--groomit-color-grey);
}

/** Datetime **/
.section__date_and_time .main__curveBox--schedule {
  display: inline-block;
  padding: 10px;
}
.section__date_and_time .block__schedule {
  padding: 20px 5px;
  border: 1px solid #C5F2D8;
  margin: 4px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  float: left;
}
.section__date_and_time .block__schedule .main__p {
  font-size: 12px;
}
.section__date_and_time .selected {
  background-color: #43D27F;
  border-color: #43D27F;
}

/** Datetime **/
.main__container--left {
  margin: 0;
}

.main__curveBox--x2 {
  width: calc(50% - 5px);
  margin: 0 0 2rem 0;
}

.main__curveBox--x3 {
  width: calc(40% - 5px);
  margin: 0 7px 2rem 0;
}

.main__curveBox--x3:last-child {
  margin-right: 0;
}

.main__curveBox--almost-square {
  height: 125px;
}

.main__curveBox--addons {
  height: 175px;
}

.withSidebar__right {
  /*margin-left: 70px;*/
}

.withSidebar__right_support {
  /*margin-left: 70px;*/
  width: 300px;
}

.section--wa__withSidebar {
  /*padding-left: 50px;
  padding-right: 50px;*/
}

.main__booking .service-type .item {
  height: 45px;
}
.main__booking .service-type h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  color: #2E2E2E;
}

@media screen and (max-width: 1024px) {
  .nav--wa__menuClose {
    display: block;
  }
  .header--wa__menuBurguerIcon {
    display: block;
  }
  .menuOpenBg {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 3;
    background-color: rgba(129, 138, 141, 0.75);
    transition: 0.3s;
  }
  .menuOpenBg.closed {
    display: none;
  }
  .menuOpenBg.open {
    display: block;
  }
  .header--wa {
    width: 100%;
    margin-left: 0;
  }
  .main--wa {
    width: 100%;
    margin-left: 0;
  }
  .nav--wa {
    height: 100vh;
    width: 290px;
    transition: 0.3s;
  }
  .nav--wa.closed {
    left: -290px;
  }
  .nav--wa.open {
    left: 0;
  }
  .nav--wa__main {
    height: calc(100vh - 80px);
    padding: 15px 20px;
  }
  .header--wa {
    padding: 15px;
  }
  .section--wa__withSidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header--wa__inputCont--select {
    width: 220px;
  }
  .header--wa__right {
    width: calc(50% - 22px + 30px);
    padding-right: 6px;
  }
  .header__a--help {
    display: none;
  }
  .header--wa__profilePhotoCont {
    display: none;
  }
  .header--wa__h1 {
    display: none;
  }
  .header--wa__SelectAddressCont {
    width: 260px;
  }
  .side__separator {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .section--wa__withSidebar {
    display: flex;
    flex-flow: row-reverse;
    flex-wrap: wrap;
  }
  .section--wa__withSidebarLeft,
  .section--wa__withSidebarRight {
    width: 100%;
  }
  .main__containerx2Cont {
    margin: auto;
  }
  .withSidebar__main {
    margin-left: 0;
    width: 100%;
    order: 2;
    display: flex;
  }
  .withSidebar__right {
    width: 100%;
    margin-left: 0;
  }
  .withSidebar__right_support {
    width: 100%;
    margin-left: 0;
  }
  .main__h2--hidemb {
    display: none;
  }
  .main__h2--showmb {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .footer__ul {
    display: block;
    padding: 0;
  }
  .footer__li {
    float: none;
    margin-right: 5px;
    margin-bottom: 8px;
  }
  .footer__li--divider {
    display: none;
  }
  .footer {
    display: block;
    height: 180px;
  }
  .footer__left,
  .footer__right {
    width: 100%;
    display: block;
  }
  .footer__right {
    text-align: center;
    padding-top: 15px;
  }
  .footer__p {
    padding: 0;
  }
  .footer__help--wa,
  .footer--wa {
    width: 100%;
    margin-left: 0;
  }
  .nav--wa__header {
    padding: 15px 0 0 0;
  }
}
.blockGroomer--no,
.blockGroomer--yes {
  display: none;
}

.blockGroomerLink.blocked--no .blockGroomer--no {
  display: flex;
}

.blockGroomerLink.blocked--no .blockGroomer--yes {
  display: none;
}

.blockGroomerLink.blocked--yes .blockGroomer--no {
  display: none;
}

.blockGroomerLink.blocked--yes .blockGroomer--yes {
  display: flex;
}

.blockGroomerLink.blockGroomerLink {
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
}

.table--select-groomer {
  display: flex;
  flex-flow: column nowrap;
  margin: 0.5rem;
  flex: 1 1 auto;
}

.table--select-groomer .th > .td {
  white-space: normal;
  justify-content: center;
}

.table--select-groomer .tr {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 5px;
}

.main__p.main__p--selectGroomerName {
  font-size: 1.3rem;
}

.table--select-groomer .tr .td:first-child {
  width: 8%;
}

.table--select-groomer .tr .td:nth-child(2) {
  width: 30%;
}

.table--select-groomer .tr .td:nth-child(3) {
  width: 26%;
}

.table--select-groomer .tr .td:nth-child(4) {
  width: 16%;
}

.table--select-groomer .tr .td:nth-child(5) {
  width: 20%;
}

.table--select-groomer .tr .td.td--nstant {
  width: 92%;
}

.instant-booking-reference .table--select-groomer {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  height: 40px;
}

.main__pIcon--ratingGroomer {
  margin: auto 0 auto 2px;
}

.main__p--selectGroomerName {
  width: 100%;
  overflow-wrap: break-word;
}

#chooseGroomerTable {
  display: none;
}

.icon--edit {
  background-image: url(/v6/images/icons/edit.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 20px;
  right: 5px;
  top: 10px;
}

.icon--trash {
  background-image: url(/v6/images/icons/icon-trash.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 27px;
  top: 10px;
}

.transaction_records {
  padding: 0 35px;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid;
  border-color: #FF3D00 transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  left: 44%;
  top: 35%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.item-addon {
  border-bottom: 1px solid #DADADA;
  padding: 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header--wa__profilePhotoCont {
    flex-flow: column nowrap;
    padding-left: 0;
  }
  .header--wa__profileName {
    display: none;
  }
  #buttonGoBack {
    min-width: auto;
    font-size: 1.4em;
    margin: auto;
    padding: 0 10px;
    text-indent: -9000px;
    content: "+";
    background-image: url(/v6/images/icons/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 45px;
    top: 25px;
  }
  .header--wa__SelectAddressCont {
    width: 300px;
  }
  .header--wa__title__center {
    width: calc(25% - 150px + 30px);
  }
  .header--wa__right {
    width: calc(25% - 150px + 30px);
  }
  .header--wa__inputExtra {
    color: var(--groomit-color-grey);
    margin: 0;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    width: 100%;
    line-height: 12px;
  }
  .modal__buttonsCont .main__button {
    font-size: 1.2rem;
  }
  .main__tooltip#tooltip-help-credit-card {
    top: 55px;
    left: 0;
  }
  .main__tooltip#tooltip-help-credit-card .arrow-left {
    transform: rotate(90deg);
    top: -15px;
    left: 5px;
  }
  .main__h2--nameCont {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .header--wa__profilePhotoCont {
    flex-flow: column nowrap;
    padding-left: 0;
  }
  .header--wa__profileName {
    display: none;
  }
  #buttonGoBack {
    min-width: auto;
    font-size: 1.4em;
    margin: auto;
    padding: 0 10px;
    text-indent: -9000px;
    content: "+";
    background-image: url(/v6/images/icons/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 45px;
    top: 25px;
  }
  .header--wa__SelectAddressCont {
    width: 200px;
  }
  .header--wa__title__center {
    width: calc(25% - 100px + 30px);
  }
  .header--wa__right {
    width: calc(25% - 100px + 30px);
  }
  .header--wa__inputExtra {
    color: var(--groomit-color-grey);
    margin: 0;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    width: 100%;
    line-height: 12px;
  }
  .modal__buttonsCont .main__button {
    font-size: 1.2rem;
  }
  .main__tooltip#tooltip-help-credit-card {
    top: 55px;
    left: 0;
  }
  .main__tooltip#tooltip-help-credit-card .arrow-left {
    transform: rotate(90deg);
    top: -15px;
    left: 5px;
  }
  .main__h2--nameCont {
    width: 105px;
  }
}
.header--wa__in {
  width: 100%;
}

.short-menu {
  height: 900px;
  min-height: 900px;
}

.main--wBottomBanner .main__container {
  margin: auto;
}

.main--wBottomBanner .main__form {
  width: 100%;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block !important;
}

.withSidebar__right .main__container {
  padding-right: 0;
}

.main__button.action-tawk-chat {
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (min-width: 1400px) {
  .header--wa__in-right {
    padding-left: 15px;
    padding-right: 15px;
    width: var(--groomit-container-width);
  }
  .header--wa__in-center {
    padding-left: 15px;
    padding-right: 15px;
    width: var(--groomit-container-width);
  }
  .withSidebar__main {
    width: calc(100% - (var(--groomit-container-width)));
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc((100% - var(--groomit-container-width) * 2) / 2) !important;
  }
  .withSidebar__right {
    width: calc(100% - (var(--groomit-container-width)));
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  .nav--wa__header {
    height: 40px;
    padding: 5px 0;
    margin-top: 25px;
  }
  .main--wa {
    width: 100%;
    max-width: calc(1320px - (var(--groomit-menu-width) + 30px));
    margin: initial;
    margin-left: calc((100% - 1320px) / 2 + var(--groomit-menu-width) + 15px);
    min-height: 940px;
  }
  .main--wa.main--wa-book-steps {
    min-height: 1130px;
  }
  .nav--wa {
    left: calc((100% - 1320px) / 2);
    height: auto;
    min-height: 895px;
    top: 125px;
    border-radius: 38px;
    position: absolute;
  }
  .nav--wa__main {
    overflow: auto;
    height: auto;
  }
  .section--wa__withSidebar {
    /* 
    min-height: 950px; 
    */
  }
  .header--wa__in,
  .footer--wa__in {
    width: 100% !important;
    max-width: 1320px !important;
    margin: auto !important;
  }
  .footer--wa,
  .header--wa {
    width: 100% !important;
    margin: 0;
  }
  .footer__help--wa,
  .footer--wa {
    margin-top: 40px !important;
  }
  .main__container {
    margin: 0;
  }
  /*
  .main__form {
      display: inline-block;
  }
  */
  .header--wa__logo-top {
    display: flex !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1399px) {
  :root {
    --groomit-menu-width: 320px;
    --groomit-container-width: 390px;
    --groomit-color-grey: #7C868A;
    --groomit-red-info: #EB5757;
    --groomit-row-width: 1140px;
  }
  .header--wa__in-right,
  .header--wa__in-center {
    width: calc((100% - var(--groomit-menu-width)) / 2) !important;
  }
  .header--wa__in-right {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - var(--groomit-container-width) - var(--groomit-menu-width)) !important;
  }
  .header--wa__in-center {
    padding-left: 15px;
    padding-right: 15px;
    width: var(--groomit-container-width) !important;
    margin-left: 33px;
  }
  .withSidebar__main {
    width: calc(100% - (var(--groomit-container-width)));
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc((100% - var(--groomit-container-width) * 2) / 2) !important;
  }
  .withSidebar__right {
    width: calc(100% - (var(--groomit-container-width)));
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav--wa__header {
    height: 40px;
    padding: 5px 0;
    margin-top: 25px;
  }
  .main--wa {
    width: 100%;
    max-width: calc(1140px - (var(--groomit-menu-width) + 30px));
    margin: initial;
    margin-left: calc((100% - 1140px) / 2 + var(--groomit-menu-width) + 15px);
    min-height: 940px;
  }
  .main--wa.main--wa-book-steps {
    min-height: 1130px;
  }
  .nav--wa {
    left: calc((100% - 1140px) / 2);
    height: auto;
    min-height: 895px;
    top: 125px;
    border-radius: 38px;
    position: absolute;
  }
  .nav--wa__main {
    overflow: auto;
    height: auto;
    padding: 15px 30px;
  }
  .section--wa__withSidebar {
    /* 
    min-height: 950px; 
    */
  }
  .header--wa__in,
  .footer--wa__in {
    width: 100% !important;
    max-width: 1140px !important;
    margin: auto !important;
  }
  .footer--wa,
  .header--wa {
    width: 100% !important;
    margin: 0;
  }
  .footer__help--wa,
  .footer--wa {
    margin-top: 40px !important;
  }
  .main__container {
    margin: 0;
  }
  .header--wa__logo-top {
    display: flex !important;
  }
  .header--wa__in-left {
    width: var(--groomit-menu-width) !important;
  }
  .header--wa__h1 {
    display: none;
  }
  .main__form {
    display: block;
    max-width: 100%;
  }
  .header--wa__logo-top {
    display: flex !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  :root {
    --groomit-menu-width: 300px;
    --groomit-container-width: 390px;
    --groomit-color-grey: #7C868A;
    --groomit-red-info: #EB5757;
    --groomit-row-width: 960px;
  }
  .header--wa__profileNameCont {
    display: none !important;
  }
  .header--wa__in-left {
    width: var(--groomit-menu-width) !important;
  }
  .header--wa__h1 {
    display: none;
  }
  .header--wa__in-center {
    width: var(--groomit-container-width);
    margin-left: 33px;
  }
  .header--wa__in-right {
    width: calc(100% - var(--groomit-menu-width) - var(--groomit-container-width)) !important;
  }
  .nav--wa__header {
    height: 40px;
    padding: 5px 0;
    margin-top: 25px;
  }
  .main--wa {
    width: 100%;
    max-width: calc(960px - var(--groomit-menu-width));
    margin: initial;
    margin-left: calc((100% - 960px) / 2 + 320px);
    min-height: 995px;
  }
  .main--wa.main--wa-book-steps {
    min-height: 1130px;
  }
  .nav--wa {
    left: calc((100% - 960px) / 2);
    min-height: 920px;
    width: var(--groomit-menu-width);
    top: 125px;
    border-radius: 38px;
    position: absolute;
  }
  .nav--wa__main {
    padding: 15px 20px;
    overflow: auto;
    height: auto;
  }
  .section--wa__withSidebar {
    min-height: 950px;
  }
  .header--wa__in,
  .footer--wa__in {
    width: 100% !important;
    max-width: 960px !important;
    margin: auto !important;
  }
  .footer--wa,
  .header--wa {
    width: 100% !important;
    margin: 0;
  }
  .footer__help--wa,
  .footer--wa {
    margin-top: 40px !important;
  }
  .main__container {
    margin: 0;
  }
  .main__form {
    display: inline-block;
    max-width: 100%;
  }
  .header--wa__logo-top {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header--wa__in-center,
  .header--wa__SelectAddressCont {
    width: 340px !important;
  }
  .header--wa__in-left,
  .header--wa__in-right {
    width: 60px !important;
  }
  .section--wa__withSidebar {
    padding: 0;
  }
  .nav--wa__main {
    height: 100vh;
    z-index: 7;
  }
  .nav--wa__header {
    display: block !important;
  }
  .menuOpenBg {
    position: fixed;
    z-index: 5;
  }
  .main--wa {
    width: 400px !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .header--wa__in-center {
    width: calc(100% - 130px) !important;
  }
  .header--wa__SelectAddressCont {
    width: 100% !important;
  }
  .header--wa__in-left,
  .header--wa__in-right {
    width: 60px !important;
  }
  .section--wa__withSidebar {
    padding: 0;
  }
  .nav--wa__header {
    display: block !important;
  }
  .nav--wa__main {
    height: 100vh;
    z-index: 7;
  }
  .nav--wa__header {
    display: block !important;
  }
  .menuOpenBg {
    position: fixed;
    z-index: 5;
  }
  .main--wa {
    width: 400px !important;
    margin: auto !important;
  }
}
.short-menu {
  min-height: 860px;
}

.vaccinated {
  color: #43D27F;
}

.no-vaccinated {
  color: var(--groomit-error-red);
}

/********* Webapp hover effect ***********/
.hover-border {
  border: 1px solid var(--groomit-normal-gray);
  transition: 0.3s;
  cursor: pointer;
}

.hover-border:hover {
  border: 1px solid var(--groomit-hover-dark);
}/*# sourceMappingURL=groomitwa.css.map */