* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff6f7;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #de3451;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a7283d;
}

html,
body {
  background-color: #fff6f7;
  scroll-behavior: smooth;
}

.boxWidth {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

button,
input,
textarea,
select {
  outline: none;
}

select {
  text-indent: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_204_2)'%3E%3Cpath d='M9.2625 10.7373L15 16.4623L20.7375 10.7373L22.5 12.4998L15 19.9998L7.5 12.4998L9.2625 10.7373Z' fill='%23884C3A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_204_2'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px;
}

#homePageSection #bannerSlider {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  #homePageSection #bannerSlider {
    margin-top: 0px;
  }
}
#homePageSection #bannerSlider .item img {
  border-radius: 5px;
}
#homePageSection #bannerSlider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: hsla(350, 16%, 38%, 0.2);
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #homePageSection #bannerSlider .owl-dots {
    display: none;
  }
}
#homePageSection #bannerSlider .owl-dots button span {
  background: #8a8a8a;
  height: 8px;
  width: 8px;
}
#homePageSection #bannerSlider .owl-dots .active span {
  background: #de3451;
  width: 20px;
}
#homePageSection #bannerSlider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  pointer-events: none;
}
#homePageSection #bannerSlider .owl-nav button {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px !important;
  border-radius: 50px;
  transition: 0.2s;
  border: 1px solid transparent;
  pointer-events: all;
}
#homePageSection #bannerSlider .owl-nav button:hover {
  background-color: white;
  border: 1px solid #de3451;
  transform: scale(1.1);
}
#homePageSection #bannerSlider .owl-nav button:active {
  transform: scale(0.95);
}
#homePageSection #aboutUsSection {
  padding: 50px 10px;
}
@media screen and (max-width: 767px) {
  #homePageSection #aboutUsSection {
    padding: 30px 10px;
  }
}
#homePageSection #aboutUsSection .heading {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #homePageSection #aboutUsSection .heading {
    padding-bottom: 40px;
  }
}
#homePageSection #aboutUsSection .heading h2 {
  text-align: center;
  font-family: "recoleta_altmedium", Arial, sans-serif;
  color: #de3451;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#homePageSection #aboutUsSection .heading h2::after {
  content: "";
  width: 70%;
  height: 2px;
  background-color: #de3451;
  bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#homePageSection #aboutUsSection .heading .titleWithCrown::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath d='M14.5444 21.6182C9.89127 19.8772 7.40531 19.3849 3.19918 19.4171V7.58664C-2.32015 3.45973 3.81237 -2.31786 7.79851 2.35917C10.5581 -0.392072 14.2377 0.708441 14.851 4.00996C19.7569 1.2587 24.3563 8.68716 17.6106 10.8882L14.5444 21.6182Z' fill='white' stroke='%23D32A4A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  top: -20px;
  right: 0px;
}
#homePageSection #aboutUsSection .heading p {
  text-align: center;
  font-family: "recoleta_altregular", Arial, sans-serif;
  font-size: 1.1rem;
  color: #884c3a;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#homePageSection #aboutUsSection .body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#homePageSection #aboutUsSection .body .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 991px) {
  #homePageSection #aboutUsSection .body .item {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  #homePageSection #aboutUsSection .body .item .box {
    flex: 1;
  }
}
@media screen and (max-width: 550px) {
  #homePageSection #aboutUsSection .body .item {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  #homePageSection #aboutUsSection .body .item .box {
    flex: 1;
  }
}
#homePageSection #aboutUsSection .body .item .box {
  position: relative;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #homePageSection #aboutUsSection .body .item .box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  #homePageSection #aboutUsSection .body .item .box {
    padding: 20px;
  }
}
@media screen and (max-width: 550px) {
  #homePageSection #aboutUsSection .body .item .box {
    padding: 20px 10px;
  }
}
#homePageSection #aboutUsSection .body .item .box::before {
  content: "";
  width: 40px;
  height: 1px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #homePageSection #aboutUsSection .body .item .box::before {
    display: none;
  }
}
#homePageSection #aboutUsSection .body .item .box span {
  position: absolute;
  width: 90%;
  height: 20px;
}
#homePageSection #aboutUsSection .body .item .box span.top {
  top: -22px;
  border-radius: 10px 10px 0 0;
}
#homePageSection #aboutUsSection .body .item .box span.bottom {
  bottom: -22px;
  border-radius: 0 0 10px 10px;
}
#homePageSection #aboutUsSection .body .item .box img {
  width: 100%;
}
#homePageSection #aboutUsSection .body .item .box h4 {
  font-family: "recoleta_altmedium", Arial, sans-serif;
  text-align: center;
}
#homePageSection #aboutUsSection .body .item .box p {
  font-family: "recoleta_altregular", Arial, sans-serif;
  text-align: center;
  margin: 0;
  font-size: 1.1rem;
}
#homePageSection #aboutUsSection .body .item .box1 {
  background-color: #ecfaff;
  border: 2px dashed #56c1e6;
}
#homePageSection #aboutUsSection .body .item .box1::before {
  right: -42px;
  border: 1px dashed #56c1e6;
}
#homePageSection #aboutUsSection .body .item .box1 h4,
#homePageSection #aboutUsSection .body .item .box1 p {
  color: #0584ae;
}
#homePageSection #aboutUsSection .body .item .box1 span {
  background-color: #56c1e6;
}
#homePageSection #aboutUsSection .body .item .box2 {
  background-color: #fff8ed;
  border: 2px dashed #f6b23e;
}
#homePageSection #aboutUsSection .body .item .box2::before {
  right: -42px;
  border: 1px dashed #f6b23e;
}
#homePageSection #aboutUsSection .body .item .box2 h4,
#homePageSection #aboutUsSection .body .item .box2 p {
  color: #c27b00;
}
#homePageSection #aboutUsSection .body .item .box2 span {
  background-color: #f6b23e;
}
#homePageSection #aboutUsSection .body .item .box3 {
  background-color: #f1fffe;
  border: 2px dashed #75c2ba;
}
#homePageSection #aboutUsSection .body .item .box3::before {
  left: -42px;
  border: 1px dashed #75c2ba;
}
#homePageSection #aboutUsSection .body .item .box3 h4,
#homePageSection #aboutUsSection .body .item .box3 p {
  color: #008173;
}
#homePageSection #aboutUsSection .body .item .box3 span {
  background-color: #75c2ba;
}
#homePageSection #aboutUsSection .body .item .box4 {
  background-color: #ffeef1;
  border: 2px dashed #de3451;
}
#homePageSection #aboutUsSection .body .item .box4::before {
  left: -42px;
  border: 1px dashed #de3451;
}
#homePageSection #aboutUsSection .body .item .box4 h4,
#homePageSection #aboutUsSection .body .item .box4 p {
  color: #e32045;
}
#homePageSection #aboutUsSection .body .item .box4 span {
  background-color: #de3451;
}
#homePageSection #aboutUsSection .body .item .box5 {
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
#homePageSection #aboutUsSection .body .item .box5::before {
  display: none;
}
@media screen and (max-width: 991px) {
  #homePageSection #aboutUsSection .body .item {
    width: 100%;
  }
  #homePageSection #aboutUsSection .body .item2 {
    width: 50%;
    margin: auto;
    order: -1;
  }
}
@media screen and (max-width: 991px) and (max-width: 550px) {
  #homePageSection #aboutUsSection .body .item2 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #homePageSection #aboutUsSection .body .item1 .box {
    margin: 30px auto;
  }
}
@media screen and (max-width: 991px) and (max-width: 550px) {
  #homePageSection #aboutUsSection .body .item1 {
    gap: 0;
  }
}
@media screen and (max-width: 991px) {
  #homePageSection #aboutUsSection .body .item3 .box {
    margin: 30px auto;
  }
}
@media screen and (max-width: 991px) and (max-width: 550px) {
  #homePageSection #aboutUsSection .body .item3 {
    gap: 0;
  }
}
@media screen and (max-width: 550px) {
  #homePageSection #aboutUsSection .body .item1,
  #homePageSection #aboutUsSection .body .item3 {
    position: sticky;
    top: 5px;
    z-index: 10;
    background-color: #fff6f7;
  }
}
@media screen and (max-width: 550px) {
  #homePageSection #aboutUsSection .body .item3 {
    top: 0px;
  }
}
#homePageSection #ourProductsCategory {
  padding: 50px 10px;
}
@media screen and (max-width: 767px) {
  #homePageSection #ourProductsCategory {
    padding: 30px 10px;
  }
}
#homePageSection #ourProductsCategory .heading {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #homePageSection #ourProductsCategory .heading {
    padding-bottom: 20px;
  }
}
#homePageSection #ourProductsCategory .heading h2 {
  text-align: center;
  font-family: "recoleta_altmedium", Arial, sans-serif;
  color: #de3451;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#homePageSection #ourProductsCategory .heading h2::after {
  content: "";
  width: 70%;
  height: 2px;
  background-color: #de3451;
  bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#homePageSection #ourProductsCategory .heading .titleWithCrown::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath d='M14.5444 21.6182C9.89127 19.8772 7.40531 19.3849 3.19918 19.4171V7.58664C-2.32015 3.45973 3.81237 -2.31786 7.79851 2.35917C10.5581 -0.392072 14.2377 0.708441 14.851 4.00996C19.7569 1.2587 24.3563 8.68716 17.6106 10.8882L14.5444 21.6182Z' fill='white' stroke='%23D32A4A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  top: -20px;
  right: 0px;
}
#homePageSection #ourProductsCategory .heading p {
  text-align: center;
  font-family: "recoleta_altregular", Arial, sans-serif;
  font-size: 1.1rem;
  color: #884c3a;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #homePageSection #ourProductsCategory .body .desktopCategory {
    display: none;
  }
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTab {
  border: none;
  background-color: #fff6f7;
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTab li {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTab li button {
  width: 100%;
  border: none;
  background-color: transparent;
  color: #c2c2c2;
  font-family: "recoleta_altregular", Arial, sans-serif;
  font-size: 1.4rem;
  border-bottom: 3px solid #c2c2c2;
  text-transform: capitalize;
}
@media screen and (max-width: 375px) {
  #homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTab li button {
    font-size: 1.1rem;
  }
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTab li .active {
  border-bottom: 3px solid #de3451;
  color: #de3451;
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTab.sticky {
  position: sticky;
  z-index: 98;
  top: 0;
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTabContent {
  margin-top: 20px;
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTabContent .tab-pane .categoryContent .category {
  text-decoration: none;
  transition: 0.2s;
  width: 250px;
  border-radius: 11px;
  border: 1px solid transparent;
}
@media screen and (max-width: 550px) {
  #homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTabContent .tab-pane .categoryContent .category {
    width: 200px;
  }
}
@media screen and (max-width: 450px) {
  #homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTabContent .tab-pane .categoryContent .category {
    width: 47%;
  }
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTabContent .tab-pane .categoryContent .category img {
  border-radius: 10px;
  width: 100%;
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTabContent .tab-pane .categoryContent .category h5 {
  color: #884c3a;
  font-family: "recoleta_altmedium", Arial, sans-serif;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
@media screen and (max-width: 550px) {
  #homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTabContent .tab-pane .categoryContent .category h5 {
    font-size: 1.1rem;
  }
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTabContent .tab-pane .categoryContent .category:hover {
  transform: scale(1.03);
  border: 1px solid #884c3a;
}
#homePageSection #ourProductsCategory .body .desktopCategory #ourProductsCategoryTabContent .tab-pane .categoryContent .category:active {
  transform: scale(0.98);
}
#homePageSection #ourProductsCategory .body .mobileCategory {
  display: none;
}
@media screen and (max-width: 767px) {
  #homePageSection #ourProductsCategory .body .mobileCategory {
    display: block;
  }
}
#homePageSection #ourProductsCategory .body .mobileCategory #mobileCategoryPanel {
  white-space: nowrap;
  overflow-x: auto;
}
#homePageSection #ourProductsCategory .body .mobileCategory #mobileCategoryPanel::-webkit-scrollbar {
  display: none;
}
#homePageSection #ourProductsCategory .body .mobileCategory #mobileCategoryPanel .list a {
  width: 120px;
  text-decoration: none;
  transition: 0.2s;
}
#homePageSection #ourProductsCategory .body .mobileCategory #mobileCategoryPanel .list a img {
  width: 120px;
  border-radius: 10px;
}
#homePageSection #ourProductsCategory .body .mobileCategory #mobileCategoryPanel .list a h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "recoleta_altmedium", Arial, sans-serif;
  color: #884c3a;
  text-align: start;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}
#homePageSection #ourProductsCategory .body .mobileCategory #mobileCategoryPanel .list a:active {
  transform: scale(0.95);
}
#homePageSection #franchiseSection {
  background-color: white;
}
#homePageSection #franchiseSection .content {
  padding: 50px 10px;
}
@media screen and (max-width: 767px) {
  #homePageSection #franchiseSection .content {
    padding: 30px 10px;
  }
}
#homePageSection #franchiseSection .content .heading {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #homePageSection #franchiseSection .content .heading {
    padding-bottom: 30px;
  }
}
#homePageSection #franchiseSection .content .heading h2 {
  text-align: center;
  font-family: "recoleta_altmedium", Arial, sans-serif;
  color: #de3451;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#homePageSection #franchiseSection .content .heading h2::after {
  content: "";
  width: 70%;
  height: 2px;
  background-color: #de3451;
  bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#homePageSection #franchiseSection .content .heading .titleWithCrown::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath d='M14.5444 21.6182C9.89127 19.8772 7.40531 19.3849 3.19918 19.4171V7.58664C-2.32015 3.45973 3.81237 -2.31786 7.79851 2.35917C10.5581 -0.392072 14.2377 0.708441 14.851 4.00996C19.7569 1.2587 24.3563 8.68716 17.6106 10.8882L14.5444 21.6182Z' fill='white' stroke='%23D32A4A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  top: -20px;
  right: 0px;
}
#homePageSection #franchiseSection .content .heading p {
  text-align: center;
  font-family: "recoleta_altregular", Arial, sans-serif;
  font-size: 1.1rem;
  color: #884c3a;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#homePageSection #franchiseSection .content .body {
  margin: auto;
  width: 60%;
}
@media screen and (max-width: 1199px) {
  #homePageSection #franchiseSection .content .body {
    width: 100%;
  }
}
#homePageSection #franchiseSection .content .body .wistia_responsive_padding {
  border-radius: 15px;
  overflow: hidden;
  pointer-events: none;
}
#homePageSection #franchiseSection .content .body .w-wistia-logo {
  display: none !important;
}
#homePageSection #franchiseSection .content .footer {
  margin-top: 50px;
  text-align: center;
}
#homePageSection #franchiseSection .content .footer a {
  text-align: center;
  text-decoration: none;
  color: #de3451;
  border: 1px solid #de3451;
  background-color: #fff6f7;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 1.2rem;
  transition: 0.2s;
  font-family: "recoleta_altregular", Arial, sans-serif;
}
#homePageSection #franchiseSection .content .footer a:hover {
  background-color: #de3451;
  color: white;
}
#homePageSection #findOurStore {
  padding: 50px 10px;
}
@media screen and (max-width: 767px) {
  #homePageSection #findOurStore {
    padding: 30px 10px;
  }
}
#homePageSection #findOurStore .heading {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #homePageSection #findOurStore .heading {
    padding-bottom: 40px;
  }
}
#homePageSection #findOurStore .heading h2 {
  text-align: center;
  font-family: "recoleta_altmedium", Arial, sans-serif;
  color: #de3451;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#homePageSection #findOurStore .heading h2::after {
  content: "";
  width: 70%;
  height: 2px;
  background-color: #de3451;
  bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#homePageSection #findOurStore .heading .titleWithCrown::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath d='M14.5444 21.6182C9.89127 19.8772 7.40531 19.3849 3.19918 19.4171V7.58664C-2.32015 3.45973 3.81237 -2.31786 7.79851 2.35917C10.5581 -0.392072 14.2377 0.708441 14.851 4.00996C19.7569 1.2587 24.3563 8.68716 17.6106 10.8882L14.5444 21.6182Z' fill='white' stroke='%23D32A4A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  top: -20px;
  right: 0px;
}
#homePageSection #findOurStore .heading p {
  text-align: center;
  font-family: "recoleta_altregular", Arial, sans-serif;
  font-size: 1.1rem;
  color: #884c3a;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#homePageSection #findOurStore .body #storesCarousel {
  position: relative;
}
#homePageSection #findOurStore .body #storesCarousel .store {
  background-color: #fff4f0;
  border: 1px solid #ffe1d8;
  border-radius: 13px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#homePageSection #findOurStore .body #storesCarousel .store .name h5 {
  color: #de3451;
  font-family: "recoleta_altmedium", Arial, sans-serif;
  text-align: center;
}
#homePageSection #findOurStore .body #storesCarousel .store .address p {
  color: #884c3a;
  font-family: "recoleta_altregular", Arial, sans-serif;
  text-align: center;
}
#homePageSection #findOurStore .body #storesCarousel .store .open-close {
  margin-bottom: 10px;
}
#homePageSection #findOurStore .body #storesCarousel .store .open-close p span {
  font-family: "recoleta_altregular", Arial, sans-serif;
  color: #884c3a;
  font-size: 0.9rem;
  text-align: center;
}
#homePageSection #findOurStore .body #storesCarousel .store .open-close p .open {
  color: #00933b;
}
#homePageSection #findOurStore .body #storesCarousel .store .open-close p .close {
  color: #ba1313;
}
#homePageSection #findOurStore .body #storesCarousel .store .direction-call-button {
  flex-direction: column;
  width: 100%;
}
#homePageSection #findOurStore .body #storesCarousel .store .direction-call-button a {
  flex: 1;
  border-radius: 50px;
  padding: 10px 5px;
  text-decoration: none;
  border: 1px solid #de3451;
  transition: 0.2s;
  font-family: "recoleta_altregular", Arial, sans-serif;
}
#homePageSection #findOurStore .body #storesCarousel .store .direction-call-button a:hover {
  transform: scale(1.05);
}
#homePageSection #findOurStore .body #storesCarousel .store .direction-call-button a:active {
  transform: scale(0.98);
}
#homePageSection #findOurStore .body #storesCarousel .store .direction-call-button .getDirection {
  background-color: #de3451;
  color: white;
}
#homePageSection #findOurStore .body #storesCarousel .store .direction-call-button .contactNow {
  color: #de3451;
}
#homePageSection #findOurStore .body #storesCarousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
#homePageSection #findOurStore .body #storesCarousel .owl-nav button {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px !important;
  border-radius: 50px;
  transition: 0.2s;
  border: 1px solid transparent;
  pointer-events: all;
}
#homePageSection #findOurStore .body #storesCarousel .owl-nav button:hover {
  background-color: white;
  border: 1px solid #de3451;
  transform: scale(1.1);
}
#homePageSection #findOurStore .body #storesCarousel .owl-nav button:active {
  transform: scale(0.95);
}
#homePageSection #findOurStore .footer {
  margin-top: 20px;
}
#homePageSection #findOurStore .footer a {
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #de3451;
  transition: 0.1s;
  color: #de3451;
  font-family: "recoleta_altmedium", Arial, sans-serif;
  font-size: 1.2rem;
}
#homePageSection #findOurStore .footer a:hover {
  transform: scale(1.05);
}
#homePageSection #findOurStore .footer a:active {
  transform: scale(0.98);
}
#homePageSection #customerReview {
  padding: 50px 10px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #homePageSection #customerReview {
    padding: 30px 10px;
  }
}
#homePageSection #customerReview .heading {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #homePageSection #customerReview .heading {
    padding-bottom: 40px;
  }
}
#homePageSection #customerReview .heading h2 {
  text-align: center;
  font-family: "recoleta_altmedium", Arial, sans-serif;
  color: #de3451;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#homePageSection #customerReview .heading h2::after {
  content: "";
  width: 70%;
  height: 2px;
  background-color: #de3451;
  bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#homePageSection #customerReview .heading .titleWithCrown::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath d='M14.5444 21.6182C9.89127 19.8772 7.40531 19.3849 3.19918 19.4171V7.58664C-2.32015 3.45973 3.81237 -2.31786 7.79851 2.35917C10.5581 -0.392072 14.2377 0.708441 14.851 4.00996C19.7569 1.2587 24.3563 8.68716 17.6106 10.8882L14.5444 21.6182Z' fill='white' stroke='%23D32A4A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  top: -20px;
  right: 0px;
}
#homePageSection #customerReview .heading p {
  text-align: center;
  font-family: "recoleta_altregular", Arial, sans-serif;
  font-size: 1.1rem;
  color: #884c3a;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#homePageSection #customerReview .body #reviewCarousel .review {
  border: 1px solid #ededed;
  border-radius: 15px;
  padding: 15px;
}
#homePageSection #customerReview .body #reviewCarousel .review .profile-name img {
  width: 60px;
  border-radius: 100px;
}
#homePageSection #customerReview .body #reviewCarousel .review .profile-name .name h6 {
  font-family: "recoleta_altmedium", Arial, sans-serif;
  font-size: 1.2rem;
}
#homePageSection #customerReview .body #reviewCarousel .review .profile-name .name span {
  font-family: "recoleta_altregular", Arial, sans-serif;
  color: #878787;
}
#homePageSection #customerReview .body #reviewCarousel .review .rating img {
  width: 15px;
}
#homePageSection #customerReview .body #reviewCarousel .review .description {
  margin-bottom: 10px;
}
#homePageSection #customerReview .body #reviewCarousel .review .description p {
  font-family: "recoleta_altregular", Arial, sans-serif;
}
#homePageSection #customerReview .body #reviewCarousel .review .posted-on h6 {
  font-family: "recoleta_altmedium", Arial, sans-serif;
  font-size: 1.5rem;
  color: #4285f4;
}
#homePageSection #customerReview .body #reviewCarousel .review .posted-on span {
  font-family: "recoleta_altregular", Arial, sans-serif;
  color: #878787;
}
#homePageSection #customerReview .body #reviewCarousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
#homePageSection #customerReview .body #reviewCarousel .owl-nav button {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px !important;
  border-radius: 50px;
  transition: 0.2s;
  border: 1px solid transparent;
  pointer-events: all;
}
#homePageSection #customerReview .body #reviewCarousel .owl-nav button:hover {
  background-color: white;
  border: 1px solid #de3451;
  transform: scale(1.1);
}
#homePageSection #customerReview .body #reviewCarousel .owl-nav button:active {
  transform: scale(0.95);
}/*# sourceMappingURL=home.css.map */