div.dor-wrapper {
  padding: 2rem;
}
div.dor-wrapper div, div.dor-wrapper p, div.dor-wrapper label, div.dor-wrapper span, div.dor-wrapper button, div.dor-wrapper a {
  direction: rtl;
  font-family: "Rubik";
  font-weight: 400;
}
div.dor-wrapper div.dor-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  div.dor-wrapper div.dor-container {
    width: 1000px;
  }
}
@media (max-width: 1023px) {
  div.dor-wrapper div.dor-container {
    width: 100%;
  }
}
div.dor-wrapper h1.dor-logo-heading {
  color: #555;
  margin: -0.5rem;
  font-weight: 500;
  line-height: 3;
}
@media (min-width: 768px) {
  div.dor-wrapper h1.dor-logo-heading {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  div.dor-wrapper h1.dor-logo-heading {
    font-size: 1.5rem;
  }
}
div.dor-wrapper div.dor-desc {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  font-family: "Rubik";
}
div.dor-wrapper .dor-collapsable-title {
  color: #555;
  font-size: 24px;
  font-weight: 400;
  font-family: "Rubik";
}
div.dor-wrapper .dor-products-collapsable {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  column-gap: 1rem;
  border-bottom: 1px solid #555;
}
@media (min-width: 768px) {
  div.dor-wrapper .dor-products-collapsable {
    margin: 2rem;
  }
}
@media (max-width: 767px) {
  div.dor-wrapper .dor-products-collapsable {
    margin: 2rem 0rem 0rem 0rem;
  }
}
div.dor-wrapper .dor-collapsable-icon {
  align-self: center;
}
@media (max-width: 767px) {
  div.dor-wrapper ul.dor-product-ul-list {
    padding: 0px;
  }
}
div.dor-wrapper ul.dor-product-ul-list li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0rem;
}
@media (min-width: 768px) {
  div.dor-wrapper ul.dor-product-ul-list li {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  div.dor-wrapper ul.dor-product-ul-list li {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
div.dor-wrapper ul.dor-product-ul-list li div.dc-left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  div.dor-wrapper ul.dor-product-ul-list li div.dc-left {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  div.dor-wrapper ul.dor-product-ul-list li div.dc-left {
    width: 50%;
  }
}
div.dor-wrapper ul.dor-product-ul-list li div.dc-left span.dc-pricing {
  direction: ltr;
  font-size: 25px;
}
@media (min-width: 768px) {
  div.dor-wrapper ul.dor-product-ul-list li div.dc-left span.dc-pricing {
    align-self: end;
  }
}
@media (max-width: 767px) {
  div.dor-wrapper ul.dor-product-ul-list li div.dc-left span.dc-pricing {
    align-self: center;
  }
}
div.dor-wrapper ul.dor-product-ul-list li div.dc-right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  div.dor-wrapper ul.dor-product-ul-list li div.dc-right {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  div.dor-wrapper ul.dor-product-ul-list li div.dc-right {
    width: 50%;
  }
}
div.dor-wrapper div.dor-add-to-cart-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  align-self: end;
}
@media (max-width: 767px) {
  div.dor-wrapper div.dor-add-to-cart-container {
    align-self: center !important;
  }
}
div.dor-wrapper div.dc-pricing {
  font-size: 25px;
  direction: ltr;
}
div.dor-wrapper div.dor-products {
  width: 100%;
}
div.dor-wrapper button.dor-add-to-cart, div.dor-wrapper button.book-new-appointment {
  align-self: end;
  width: inherit;
  font-family: "Rubik";
  font-weight: 400;
  font-size: 18px;
  padding: 0.5rem 1rem;
}
div.dor-wrapper ul.ul-ajax-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style-type: none;
  gap: 1rem;
}
@media (max-width: 767px) {
  div.dor-wrapper ul.ul-ajax-content {
    padding: 0px;
  }
}
div.dor-wrapper ul.ul-ajax-content li {
  border-bottom: 1px solid #ccc;
}
div.dor-wrapper ul.ul-ajax-content li.flex-li-content {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  div.dor-wrapper ul.ul-ajax-content li.flex-li-content {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  div.dor-wrapper ul.ul-ajax-content li.flex-li-content {
    flex-direction: column-reverse;
  }
}
div.dor-wrapper p.description {
  color: red;
  font-size: 12px;
}
div.dor-wrapper .dor-media-docs-upload {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
div.dor-wrapper .dor-booking-hours-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
div.dor-wrapper ul.dor-booking-hours {
  display: flex;
  list-style-type: none;
  gap: 1rem;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: start;
}
div.dor-wrapper span.easepick-wrapper {
  width: 100% !important;
  direction: ltr;
}
div.dor-wrapper ul.ul-ajax-content {
  /*.btn {
      background: #fff;
      color: #959595;
      border: none;
      padding: 10px 20px;
      border-radius: 3px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      text-decoration: none;
      outline: none;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .btn:hover {
      color: #8b8b8b;
      box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
  }*/
  /*.btn.btn-submit {
       background: #2196f3;
       color: #bce0fb;
   }
   .btn.btn-submit:hover {
       background: #0d8aee;
       color: #deeffd;
   }*/
}
div.dor-wrapper ul.ul-ajax-content form {
  width: 100%;
  margin: 0px auto;
}
div.dor-wrapper ul.ul-ajax-content form h1 {
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  color: #2196f3;
}
div.dor-wrapper ul.ul-ajax-content form h5 {
  text-align: center;
  text-transform: uppercase;
  color: #c6c6c6;
}
div.dor-wrapper ul.ul-ajax-content form hr.sep {
  background: #2196f3;
  box-shadow: none;
  border: none;
  height: 2px;
  width: 25%;
  margin: 0px auto 45px auto;
}
div.dor-wrapper ul.ul-ajax-content form .emoji {
  font-size: 1.2em;
}
div.dor-wrapper ul.ul-ajax-content .group {
  position: relative;
  margin: 20px 0;
}
div.dor-wrapper ul.ul-ajax-content textarea.mui {
  resize: none;
}
div.dor-wrapper ul.ul-ajax-content input.mui, div.dor-wrapper ul.ul-ajax-content textarea.mui {
  background: none;
  color: #222020;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
div.dor-wrapper ul.ul-ajax-content input.mui:focus, div.dor-wrapper ul.ul-ajax-content textarea.mui:focus {
  outline: none;
}
div.dor-wrapper ul.ul-ajax-content input.mui:focus ~ label, div.dor-wrapper ul.ul-ajax-content textarea.mui:focus ~ label, div.dor-wrapper ul.ul-ajax-content input.mui:valid ~ label, div.dor-wrapper ul.ul-ajax-content textarea.mui:valid ~ label {
  top: -14px;
  font-size: 12px;
  color: #000;
}
div.dor-wrapper ul.ul-ajax-content input.mui:focus ~ .bar:before, div.dor-wrapper ul.ul-ajax-content textarea.mui:focus ~ .bar:before {
  width: 100%;
}
div.dor-wrapper ul.ul-ajax-content label.mui {
  color: #505050;
  font-size: 16px !important;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: 300ms ease all;
}
div.dor-wrapper ul.ul-ajax-content .bar {
  position: relative;
  display: block;
  width: 100%;
}
div.dor-wrapper ul.ul-ajax-content .bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #000;
  transition: 300ms ease all;
  left: 0%;
}
div.dor-wrapper ul.ul-ajax-content .btn.btn-link {
  background: #2196f3;
  color: #d3eafd;
}
div.dor-wrapper ul.ul-ajax-content .btn.btn-link:hover {
  background: #0d8aee;
  color: #deeffd;
}
div.dor-wrapper ul.ul-ajax-content .btn.btn-cancel {
  background: #eee;
}
div.dor-wrapper ul.ul-ajax-content .btn.btn-cancel:hover {
  background: #e1e1e1;
  color: #8b8b8b;
}
div.dor-wrapper ul.ul-ajax-content .btn-box {
  text-align: center;
  margin: 50px 0;
}
div.dor-wrapper ul.ul-ajax-content .mui-file-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
div.dor-wrapper ul.ul-ajax-content label.error {
  color: red !important;
  font-size: 12px;
}
div.dor-wrapper button {
  background: #ed6732;
  border: 2px solid #ed6732;
  padding: 0.8rem 1rem !important;
  color: white;
  font-weight: 700 !important;
  font-family: "Rubik" !important;
  margin-bottom: 1rem;
  cursor: pointer;
}
div.dor-wrapper button:hover {
  background: #dc4f17;
}
div.dor-wrapper .custom-text {
  font-size: 16px;
  font-family: "Rubik";
  align-self: flex-start;
  border: 0px;
  color: #555;
  font-weight: 500;
}
div.dor-wrapper .dc-right {
  justify-content: center;
}
div.dor-wrapper select.media_docs {
  width: max-content;
  font-size: 18px;
  padding: 0.5rem 1rem;
  margin: 1rem 0rem;
  border-radius: 10px;
}

#shop_customer .btn-wrapper {
  display: inline-flex;
  margin: 0 auto;
  gap: 12px;
}

#shop_customer .btn-wrapper button {
  font-size: 14px !important;
}