#price-item-change {
  background: var(--dark-primary-color);
  display: flex;
  flex-wrap: wrap;
  border-radius: 50px 50px 10px 50px;
  overflow: hidden;
  position: relative;
  width: 80%;
  height: 130px;
}

#price-item-change .pricing-info {
  width: calc(100% - 120px);
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
#my-price .pricing {
  background: var(--secondary-color);
  padding: 0px 0 70px !important;
}

#price-item-change p {
  font-size: 20px !important;
}

#price-item-change h3 {
  font-size: 18px !important;
}

#my-price {
  background-color: var(--secondary-color) !important;
}

@media screen and (max-width: 1024px) {
  #price-item-change h3 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  #price-item-change {
    width: 100%;
  }
}

#price-item-change h3 {
  text-transform: lowercase;
}
#price-item-change h3:first-letter {
  text-transform: uppercase;
}

#price-icon .pricing-item:hover .pricing-price {
  background-color: var(--primary-color);
}

#new-price-item {
  background-color: var(--secondary-color);
  padding: 60px 0;
}

#new-price-item .nav .nav-link {
  color: #222222;
}

#new-price-item .nav .nav-link.active {
  background-color: #222222;
  color: white;
}

#new-price-item .item-wrapper {
  width: 100%;
  margin: 0 auto;
}
#new-price-item .item-wrapper .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  color: #222222;
}
#new-price-item .item-wrapper .item .title {
  flex-grow: 1;
  font-size: 18px;
}

#new-price-item .item-wrapper .item .title {
  text-transform: lowercase;
}

#new-price-item .item-wrapper .item .title::first-letter {
  text-transform: capitalize;
}

#new-price-item .item-wrapper .item .space {
  flex-basis: 1;
  overflow: hidden;
  flex: 20;
  flex-shrink: 4;
  align-self: felx-end;
  text-align: right;
  margin-right: 10px;
  margin-top: 16px;
  border-bottom: 1px dotted black;

  font-size: 0px;
}
#new-price-item .item-wrapper .item .price {
  font-size: 18px;
  min-width: 60px;
  align-self: felx-end;
}
#new-price-item .item-wrapper .description {
  font-weight: 300;
  font-size: 16px;
  width: 80%;
}

#body-wax .title {
  width: 300px;
  height: auto;
}

#body-wax .price {
  width: 300px;
}

#body-wax .space {
  border: 0 !important;
}

#threading .title {
  width: 300px;
  height: auto;
}

#threading .price {
  width: 300px;
}

#threading .space {
  border: 0 !important;
}

#whatsapp {
  float: right;
  font-size: 60px;
  color: green;
  position: fixed;
  bottom: 5%;
  right: 4%;
  padding: 10px;
  z-index: 100000000 !important;
}

#phone {
  float: right;
  font-size: 60px;
  color: rgb(0, 81, 119);
  position: fixed;
  bottom: 12%;
  right: 4%;
  padding: 10px;
  z-index: 100000000 !important;
}

@media screen and (max-width: 480px) {
  #whatsapp {
    bottom: 50px;
  }

  #phone {
    bottom: 120px;
  }
}

/* .navbar .navbar-brand {
  width: 100px;
} */
