html {
  background-color: #FFFFFF;
  font-size: 16px;
}
html body {
  color: #0D0D0D;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  overflow: hidden;
  line-height: 1.7;
  font-weight: 400;
}
html body .maa-section__shape.image {
  width: 128px;
  height: auto;
  margin-inline: auto;
}
html strong {
  color: inherit;
}
html .modal {
  z-index: 99999;
}
html .content-box > h1,
html .content-box > h2,
html .content-box > h3,
html .content-box > h4,
html .content-box > h5,
html .content-box > h6 {
  font-weight: bold;
  color: #452f93;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  margin-bottom: 25px;
  position: relative;
  margin-top: 10px;
}
html .content-box > h1 {
  font-size: 1.8rem;
}
html .content-box > h2 {
  font-size: 1.45rem;
}
html .content-box > h3 {
  font-size: 1.25rem;
}
html .content-box > h4 {
  font-size: 1.1rem;
}
html .content-box > h5 {
  font-size: 0.9rem;
}
html .content-box > h6 {
  font-size: 0.85rem;
}
html .content-box p {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  margin-bottom: 25px;
  font-size: 1.1rem;
  line-height: 1.75;
}
html .content-box p a:not(.button) {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1rem;
  color: #0d0d0d;
}
html .content-box .wp-element-caption {
  color: #0d0d0d;
  text-align: left;
}
html .content-box .wp-block-image {
  margin-bottom: 25px;
}
html .content-box .wp-block-image img {
  border-radius: 8px;
}
html .content-box .wp-block-quote {
  position: relative;
  border: none;
  padding-left: 0;
  padding-block: 2rem;
  margin-top: 55px;
  font-weight: 600;
}
html .content-box .wp-block-quote h1,
html .content-box .wp-block-quote h2,
html .content-box .wp-block-quote h3,
html .content-box .wp-block-quote h4,
html .content-box .wp-block-quote h5,
html .content-box .wp-block-quote h6 {
  position: relative;
}
html .content-box .wp-block-quote h1:before,
html .content-box .wp-block-quote h2:before,
html .content-box .wp-block-quote h3:before,
html .content-box .wp-block-quote h4:before,
html .content-box .wp-block-quote h5:before,
html .content-box .wp-block-quote h6:before {
  content: "";
  left: -1px;
  position: absolute;
  top: 12px;
  width: 250px;
  background: rgba(248, 145, 56, 0.23);
  height: 20px;
  z-index: -1;
}
html .content-box .wp-block-quote:before {
  content: "\f10d";
  color: #FF9800;
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: -35px;
  left: 0px;
  font-size: 2.5rem;
}
html .content-box .wp-block-quote:after {
  content: "\f10e";
  color: #FF9800;
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 0px;
  font-size: 2.5rem;
  bottom: 0;
  left: auto;
  right: 0;
}
html .content-box > ul:not(.pagination-list) {
  margin-bottom: 35px;
  margin-left: 20px;
  list-style: disc;
}
html .content-box > ul:not(.pagination-list) li {
  font-size: 0.93rem;
  position: relative;
}
html .content-box > ul:not(.pagination-list) li:not(:last-of-type) {
  margin-bottom: 20px;
}
html .content-box > ol:not(.pagination-list) {
  margin-bottom: 35px;
  margin-left: 20px;
  list-style: disc;
}
html .content-box > ol:not(.pagination-list) li {
  font-size: 0.93rem;
  position: relative;
}
html .content-box > ol:not(.pagination-list) li:not(:last-of-type) {
  margin-bottom: 20px;
}

button {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.maa-button {
  min-width: 200px;
  min-height: 50px;
  padding-inline: 25px;
  font-weight: 500;
  font-size: 0.93rem;
  border: none;
  border-radius: 4px;
}
.maa-button__primary {
  background-color: #452f93;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.maa-button__primary:hover {
  color: #FFFFFF;
  background-color: rgba(69, 47, 147, 0.9);
}
.maa-button:hover {
  box-shadow: 0px 9px 8px rgba(59, 59, 59, 0.2);
}

.whatsapp-link-btn {
  border-color: #045e54;
  min-height: 50px;
  border: none;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.whatsapp-link-btn__icon {
  width: 40px !important;
  height: 30px !important;
  border-right: 0.5px solid #708f8b;
}
.whatsapp-link-btn__text {
  min-width: 110px;
  padding-left: 10px;
  text-align: left;
}
.whatsapp-link-btn__text h4 {
  font-size: 0.85rem;
}
.whatsapp-link-btn:hover {
  color: #FFFFFF;
  background-color: #045e54;
  box-shadow: 0px 9px 8px rgba(59, 59, 59, 0.2);
}
.whatsapp-link-btn:hover h4,
.whatsapp-link-btn:hover h6 {
  color: #FFFFFF;
}

.maa-has-primary-color {
  color: #452f93;
}

.maa-has-success-color {
  color: #045e54;
}

.maa-has-dark-color {
  color: #0D0D0D;
}

.maa-has-primary-bg {
  background-color: #452f93;
}
.maa-has-primary-bg-light {
  background-color: rgba(152, 123, 255, 0.1019607843);
}

.maa-has-success-bg {
  background-color: #045e54;
}
.maa-has-success-bg-light {
  background-color: #edffed;
}

.maa-has-dark-bg {
  background-color: #0D0D0D;
}

.maa-has-font-normal-size {
  font-size: 0.97rem;
}

.maa-is-rounded {
  border-radius: 50%;
}

.maa-is-loading > * {
  display: none;
}
.maa-is-loading > :first-child {
  display: block;
  direction: ltr;
}

.rotateCircle {
  animation-name: rotateCircle;
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.moveElem1 {
  animation-name: moveElem1;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 1s ease-in-out;
}

@keyframes moveElem1 {
  from {
    left: 40px;
    top: 65px;
  }
  to {
    left: 40px;
    top: 80px;
  }
}
.moveElem2 {
  animation-name: moveElem2;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 1s ease-in-out;
  animation-delay: 0.2s;
}

@keyframes moveElem2 {
  from {
    top: 260px;
    right: -40px;
  }
  to {
    top: 250px;
    right: -30px;
  }
}
.maa-navbar-top .icon.is-large {
  width: 2.5rem;
  height: 2.5rem;
}
.maa-navbar-top .wc-my-cart-link .wc-cart-counter {
  position: absolute;
  top: -10px;
  left: -12px;
  width: 26px;
  height: 26px;
  line-height: 11px;
}

.maa-navbar-container.is-navbar-fixed-top {
  box-shadow: 0 0 10px rgba(16, 17, 21, 0.1019607843);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(253, 253, 253, 0.4509803922);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.maa-navbar {
  box-shadow: 3px 5px 10px rgba(59, 59, 59, 0.23);
  z-index: 2;
}
.maa-navbar .navbar-burger {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.maa-navbar .navbar-menu__item:not(:last-of-type) {
  margin-right: 10px;
}
.maa-navbar .maa_logo {
  max-width: 250px;
  max-height: 50px;
}

section.hero .hero-body {
  min-height: 65vh;
}

footer {
  background-color: #452f93;
  color: #FFFFFF;
}
footer .footer-body {
  padding-block: 2.5rem 4rem;
}
footer .footer-body .maa-social-media {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
footer .footer-body .maa-social-media__label {
  display: none;
}
footer .footer-body .maa-social-media__link {
  width: 2rem;
  height: 2rem;
}
footer .footer-body .maa-social-media__link img {
  width: 40px;
  height: 40px;
}
footer .footer-body .menu .menu-label {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.97rem;
  text-transform: none;
  letter-spacing: normal;
}
footer .footer-body .menu li:not(:last-of-type) {
  margin-bottom: 15px;
}
footer .footer-body .menu li a {
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 0.87rem;
  line-height: 1.8;
}
footer .footer-body .logo-area .maa-logo {
  max-width: 300px;
}
footer .footer-bottom {
  padding-block: 20px;
  border-top: 1px solid rgba(250, 250, 250, 0.07);
}

.maa-social-media {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 0.5px solid #e3e3e3;
}
.maa-social-media__link {
  color: #452f93;
}
.maa-social-media__link:hover {
  color: #452f93;
}
.maa-social-media__link img {
  max-width: initial;
  width: 36px;
}
.maa-social-media .icon i {
  font-size: 1.49rem;
}

.home .maa-home-section .hero-body {
  background-size: cover;
  background-position: center center;
}
.home .maa-home-section .tns-nav {
  position: absolute;
  transform: rotate(90deg);
  bottom: 50%;
  left: -25px;
  z-index: 2;
}
.home .maa-home-section .tns-nav button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  background-color: #d0d0d0;
  transition: all 0.3s linear;
}
.home .maa-home-section .tns-nav button:not(:last-of-type) {
  margin-right: 7px;
}
.home .maa-home-section .tns-nav button.tns-nav-active {
  width: 50px;
  background-color: #452f93;
  border-radius: 10px;
}
.home .maa-home-section .home-section-content__heading {
  line-height: 1.25;
}
.home .maa-home-section .hero-image {
  position: relative;
}
.home .maa-home-section .hero-image .circle-shapes {
  width: 500px;
  height: 500px;
  margin: auto;
  position: relative;
}
.home .maa-home-section .hero-image .circle-shapes:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #452f93;
  border: 30px solid #f1f1f1;
  animation: none !important;
}
.home .maa-home-section .hero-image .circle-shapes:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 400px;
  height: 400px;
  border: 1px dashed #3f51b5;
  border-radius: 50%;
}
.home .maa-home-section .hero-image .image {
  position: absolute;
  bottom: -3rem;
  max-width: 600px;
  left: 0;
}
.home .maa-home-section .hero-image .maa-features .feature-item {
  border-radius: 4px;
  z-index: 2;
  position: absolute;
  font-size: 0.83rem;
  text-align: center;
  padding: 10px;
}
.home .maa-home-section .hero-image .maa-features .feature-item::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home .maa-home-section .hero-image .maa-features .feature-item .media-left {
  border-right: 1px solid rgba(255, 255, 255, 0.6392156863);
  padding-right: 9px;
}
.home .maa-home-section .hero-image .maa-features .feature-item .media-content {
  max-width: 120px;
}
.home .maa-home-section .hero-image .maa-features .feature-item .media-content h4,
.home .maa-home-section .hero-image .maa-features .feature-item .media-content h5 {
  line-height: 1.4;
}
.home .maa-home-section .hero-image .maa-features .feature-item:first-of-type {
  top: 65px;
  left: 40px;
  background-image: radial-gradient(circle farthest-corner at 10.2% 55.8%, rgb(252, 37, 103) 0%, rgb(250, 38, 151) 46.2%, rgb(186, 8, 181) 90.1%);
}
.home .maa-home-section .hero-image .maa-features .feature-item:first-of-type::after {
  right: -25px;
  background-color: rgb(186, 8, 181);
}
.home .maa-home-section .hero-image .maa-features .feature-item:nth-of-type(2) {
  top: 260px;
  right: -40px;
  background-image: linear-gradient(83.2deg, rgb(150, 93, 233) 10.8%, rgb(99, 88, 238) 94.3%);
}
.home .maa-home-section .hero-image .maa-features .feature-item:nth-of-type(2)::after {
  left: -25px;
  background-color: rgb(99, 88, 238);
}

.maa-partner-logos__item,
.maa-mark-logos__item {
  min-height: 100px;
  margin: 10px;
}
.maa-partner-logos__item .image,
.maa-mark-logos__item .image {
  width: 250px;
}

.maa-livraison-section .maa-livraison-steps__item {
  background-color: #f5f2ff;
  border-radius: 10px;
  padding-top: 64px;
  margin-top: 64px;
}
.maa-livraison-section .maa-livraison-steps__item .box__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}
.maa-livraison-section .maa-livraison-steps__item .box__content {
  margin-top: 25px;
}
.maa-livraison-section .maa-livraison-steps__item .box__content > div {
  color: #0c0c0c;
  font-size: 0.9rem;
  min-height: 110px;
}

.maa-filter-section .wc-filter-plugin {
  background-color: #f4f2ff;
  position: relative;
}
.maa-filter-section .wc-filter-plugin:after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: red;
  position: absolute;
  top: 0;
  left: auto;
  right: -130px;
  z-index: -1;
  background: url("../img/maa-icons/arrow.png") no-repeat center center;
  background-size: contain;
  transform: scale(-1, -1) rotate(7deg);
}
.maa-filter-section .embed-youtube-video iframe {
  border-radius: 8px;
}

.maa-reviews-section .is-overlay {
  background: url("../img/reviews-bg.png") no-repeat center center;
  background-size: cover;
  opacity: 0.35;
}
.maa-reviews-section .maa-reviews {
  margin-bottom: 35px;
  border-bottom: 0.5px solid rgba(168, 168, 168, 0.7);
}
.maa-reviews-section .maa-reviews__item {
  padding: 1.5rem;
  padding-bottom: 50px;
}
.maa-reviews-section .maa-reviews__item p:not(:last-of-type) {
  margin-bottom: 15px;
}
.maa-reviews-section .maa-reviewers:after {
  text-align: center;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f005";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 193, 7, 0.3411764706);
  color: #FFC107;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
}
.maa-reviews-section .maa-reviewers:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
}
.maa-reviews-section .maa-reviewers .maa-reviewer__image {
  border-radius: 50%;
  padding: 7px;
  background-color: #f4f2ff;
}
.maa-reviews-section .maa-reviewers .maa-reviewer__image img {
  position: relative;
  top: -0.75px;
}
.maa-reviews-section .maa-reviewers .maa-reviewer__name {
  font-size: 1.12rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
.maa-reviews-section .maa-reviewers .maa-reviewer__city {
  font-size: 0.75rem;
}
.maa-reviews-section .maa-reviewers .maa-reviewer .media-content {
  text-align: left;
}
.maa-reviews-section .maa-reviewers__others .image {
  padding: 4px;
  background-color: #f4f2ff;
}
.maa-reviews-section .maa-reviewers__others .image img {
  filter: grayscale(100%);
}

.maa-contact-section {
  margin-top: 25px;
  background-color: #f3efff;
}
.maa-contact-section .maa-contact__item {
  border-right: 1px solid #C4C4C4;
}
.maa-contact-section .maa-contact__item .support-icon {
  margin-right: 15px;
  margin-left: 10px;
}
.maa-contact-section .maa-contact__item .support-icon i {
  font-size: 2.5rem;
}
.maa-contact-section .maa-contact__item .support-text h3 {
  color: #0D0D0D;
}
.maa-contact-section .maa-contact__item .support-text h3 a {
  color: #0D0D0D;
}
.maa-contact-section .maa-contact__item .support-text p {
  color: #625A5A;
  font-size: 14px;
  width: 80%;
  line-height: 1.5;
}
.maa-contact-section .maa-contact__item.item-3 {
  border: none;
}

.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__remove-link {
  color: red !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__image a {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  pointer-events: none !important;
  z-index: -1 !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: -1;
  font-weight: 500;
  color: #452f93 !important;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item strong {
  font-weight: 500;
  font-size: 0.9rem;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item__value {
  font-size: 0.97rem;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-container {
  border: 1px solid #452f93;
  transition: all 0.3s linear;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-container:hover {
  background-color: #452f93;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-container:hover a {
  color: #FFFFFF;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.93rem;
  color: #452f93;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  margin-top: 50px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading {
  text-align: center;
  font-size: 1.5rem;
  color: #0D0D0D;
  font-weight: 500;
  position: relative;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:after {
  text-align: center;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f07a";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(211, 209, 255, 0.3411764706);
  color: #0D0D0D;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 73px;
}

.woocommerce-checkout form.checkout {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout form.checkout .woocommerce-NoticeGroup {
  display: none;
}
.woocommerce-checkout form.checkout .form-row label {
  font-size: 0.85rem;
}
.woocommerce-checkout form.checkout .input-text {
  border-radius: 4px;
  min-height: 48px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  width: 100%;
  background: #fff;
  color: #777;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields h3 {
  font-weight: 600;
  font-size: 1.05rem;
  color: #452f93;
  margin-bottom: 15px;
}
.woocommerce-checkout form.checkout #customer_details {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #f1f1ff;
  border-radius: 10px;
  width: 60%;
  margin-right: 45px;
}
.woocommerce-checkout form.checkout #customer_details .col-1,
.woocommerce-checkout form.checkout #customer_details .col-2 {
  width: 100%;
}
.woocommerce-checkout form.checkout #customer_details #billing_first_name_field {
  width: 100%;
}
.woocommerce-checkout form.checkout #customer_details #order_comments_field {
  margin-top: 35px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-account-fields {
  margin-top: 15px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-account-fields label > span {
  font-weight: bold;
}
.woocommerce-checkout form.checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout form.checkout #order_review {
  width: 40%;
}
.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-review-order-table {
  border: none;
}
.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-review-order-table thead th {
  background: #452f93;
  color: #FFFFFF;
  padding: 20px 15px;
  font-size: 0.85rem;
}
.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-review-order-table tbody .cart_item td {
  padding: 20px 15px;
  font-size: 0.87rem;
}
.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-review-order-table tfoot tr th {
  padding: 20px 15px;
  font-size: 0.87rem;
  font-weight: 600;
}
.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment {
  margin-top: 35px;
}
.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment .wc_payment_method.payment_method_cod {
  text-align: center;
}
.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.woocommerce-checkout form.checkout #order_review .woocommerce-checkout-payment #place_order {
  background-color: #452f93;
  background-color: #452f93;
  font-weight: 500;
  float: none;
  width: 100%;
  height: 45px;
}

.woocommerce-account .woocommerce {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.woocommerce-account .maa-section__title {
  display: none;
}
.woocommerce-account .woocommerce-notices-wrapper + h2 {
  display: none;
}
.woocommerce-account .woocommerce-form-login {
  width: 500px;
  padding: 3rem !important;
}
.woocommerce-account .woocommerce-form-login .input-text {
  border-radius: 4px;
  min-height: 48px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  width: 100%;
  background: #fff;
  color: #777;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
  display: block;
  width: 100%;
  margin-right: 0;
  float: none;
  margin-top: 7px;
  background-color: #452f93;
  color: #FFFFFF;
  height: 45px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: #452f93;
  color: #FFFFFF;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword.lost_password {
  text-align: center;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword.lost_password a {
  margin-top: 10px;
  display: inline-block;
  color: #0d0d0d !important;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  display: flex;
  flex: auto !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #fafafa;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li {
  min-width: 200px;
  text-align: center;
  border-bottom: none;
  flex-grow: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li a {
  font-weight: 500;
  font-size: 0.87rem;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 30px;
  flex-grow: unset;
  min-height: 200px;
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .input-text {
  border-radius: 4px;
  min-height: 48px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  width: 100%;
  background: #fff;
  color: #777;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
    margin-bottom: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 1rem 1.5rem;
  color: #363636;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background-color: #452f93;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex-grow: 1;
}
.woocommerce-account .woocommerce-MyAccount-content p:first-of-type {
  margin-top: 0;
}

.order_item a {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: -1;
  pointer-events: none;
  color: #0d0d0d;
}

.u-column1.col-1.woocommerce-Address {
  margin-top: 25px;
}
.u-column1.col-1.woocommerce-Address .title h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #452f93;
  font-weight: 700;
}
.u-column1.col-1.woocommerce-Address .title a {
  color: #0d0d0d;
  text-decoration: underline;
  font-size: 0.9rem;
  float: none;
  margin-top: 15px;
}

.u-column2.col-2.woocommerce-Address {
  display: none;
}

.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce-orders-table thead th {
  background-color: #f9f9f9;
}
.woocommerce-orders-table .button {
  background-color: #452f93 !important;
  color: #fff !important;
  padding: 0.5em 1em !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  font-size: 0.78rem !important;
  height: auto !important;
}
.woocommerce-orders-table .button:hover {
  background-color: #452f93;
}

.woocommerce-order-details .woocommerce-order-details__title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #452f93;
  font-weight: 500;
}

.woocommerce-column--billing-address > h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #452f93;
  font-weight: 500;
}

.woocommerce-column--billing-address address {
  background: #fafafa;
  border-radius: 8px !important;
  padding: 2rem !important;
  border: none;
}

.woocommerce-column--shipping-address {
  display: none;
}

.woocommerce-address-fields .form-row,
.woocommerce-edit-account .form-row {
  margin-bottom: 1rem;
}
.woocommerce-address-fields label,
.woocommerce-edit-account label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.woocommerce-address-fields .input-text,
.woocommerce-edit-account .input-text {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.woocommerce-address-fields .input-text:focus,
.woocommerce-edit-account .input-text:focus {
  outline: none;
  border-color: #452f93;
  box-shadow: 0 0 0 2px rgba(69, 47, 147, 0.2);
}
.woocommerce-address-fields .button,
.woocommerce-edit-account .button {
  background-color: #452f93 !important;
  color: #fff !important;
  padding: 0.75em 1.5em !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-size: 0.87rem !important;
  height: 45px;
  min-width: 200px;
  margin-top: 10px;
}
.woocommerce-address-fields .button:hover,
.woocommerce-edit-account .button:hover {
  background-color: #452f93;
}

.is-404 {
  min-height: 60vh;
}
.is-404_content h1 {
  font-size: 4rem;
}
.is-404_content h2 {
  font-size: 1.75rem;
}

.tns-outer [data-action] {
  cursor: pointer;
  display: none;
}

.tns-slide-active {
  position: relative;
  z-index: 3;
}

/* Main Wrapper */
.esf-finder-wrapper {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

#esf-add-to-cart-wrapper {
  margin-bottom: 25px;
}

.esf-selection-form .esf-form-group label {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.custom-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: white;
  -o-border-image: initial;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=text],
input[type=password],
textarea,
select {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-button {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-loader {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

#esf-grand-total-wrapper > .esf-grand-total-container {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-results-header h2 {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-error {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-remove-item-btn {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-header-school-info h4,
.esf-header-school-info h6 {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-result-table th,
.esf-result-table td {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-product-name {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-unit-price,
.esf-row-total {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-add-all-button {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

/* PACK SEPARATE PAGE */
.esf-pack-box h3 {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-pack-box h3 {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.esf-pack-box p {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

#school-list-form .steps-form {
  margin-bottom: 50px !important;
}

#school-list-form .steps-form .steps-row .steps-step .btn-circle:hover {
  color: #fff !important;
}

#school-list-form .steps-form .steps-step > a.uacf7-btn-active {
  color: #fff !important;
}

#school-list-form .steps-form .steps-step > .steps-info p {
  margin-top: 15px;
  font-size: 0.75rem;
}

#school-list-form label {
  font-weight: 500;
  font-size: 0.87rem;
}

#school-list-form .select:not(.is-multiple):not(.is-loading)::after {
  border-color: #6a34c0;
  right: 1.125em;
  z-index: 4;
  top: 75%;
}

#school-list-form .steps-form select {
  height: 45px;
}

#school-list-form input {
  border-radius: 4px;
  min-height: 48px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  width: 100%;
  background: #fff;
  color: #777;
}

#school-list-form .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}

#school-list-form .wpcf7-not-valid-tip {
  font-size: 0.75rem !important;
  margin-top: 7px;
}

#school-list-form .wpcf7-form-control {
  border-radius: 5px !important;
}

#school-list-form .uacf7-buttons {
  margin-top: 50px !important;
}
#school-list-form .uacf7-buttons button {
  height: 45px;
  border: 0;
  font-weight: 500;
  font-size: 0.95rem;
}

#school-list-form .uacf7-buttons .uacf7-next {
  background-color: #6a34c0;
  border-radius: 3px;
  min-width: 150px;
  color: #FFFFFF;
}

#school-list-form .uacf7-buttons .uacf7-prev {
  background-color: #FFFFFF;
  border-radius: 3px;
  min-width: 150px;
  color: #6a34c0;
  border: 1px solid #6a34c0;
}

#school-list-form .wpcf7-file {
  padding: 10px;
  border: 1px solid #e0e0e0;
  width: 100%;
  background: #fff;
}

#school-list-form .wpcf7-submit {
  background-color: #6a34c0;
  border-radius: 3px;
  min-width: 150px;
  color: #FFFFFF;
  height: 45px;
  border: 0;
  font-weight: 500;
  font-size: 0.95rem;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

#school-list-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
}

/* FOR JS TINYSLIDER */
.maa-home-section .tns-outer,
.maa-mark-logos .tns-outer,
.maa-partner-logos .tns-outer,
.maa-reviews-section .tns-outer {
  direction: ltr;
}

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

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

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

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

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

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

.maa-navbar .maa-social-media {
  padding-left: 25px;
  margin-left: 25px;
  border-right: none;
  border-left: 0.5px solid #e3e3e3;
}
.maa-navbar .whatsapp-link-btn__icon {
  border-right: none;
  border-left: 0.5px solid #708f8b;
}
.maa-navbar .whatsapp-link-btn__icon i {
  margin-left: 14px;
}
.maa-navbar .whatsapp-link-btn__text {
  padding-left: 0;
  padding-right: 14px;
  text-align: right;
}

.maa-filter-section .wc-filter-plugin:after {
  right: auto !important;
  left: -130px;
  transform: scale(1, -1) rotate(7deg);
}

.maa-reviews-section .maa-reviewers .maa-reviewer .media-content {
  text-align: right;
}

.maa-contact-section .maa-contact__item {
  border-left: 1px solid #C4C4C4;
  border-right: 0;
}

.maa-contact-section .maa-contact__item .media-left {
  margin-right: 0;
}

.woocommerce-checkout form.checkout #customer_details {
  margin-right: 0;
  margin-left: 45px;
}

.esf-table-total-label {
  text-align: left !important;
}

.esf-grand-total-container {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (min-width: 769px), print {
  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .maa-home-section .hero-image .image {
    width: 400px !important;
    left: 0% !important;
    bottom: -6rem !important;
    transform: translate(-50px, -50px);
  }
  footer .footer-body .logo-area .maa-logo {
    max-width: 250px;
  }
  .maa-section__title h2 {
    line-height: 1.4;
    font-size: 1.7rem !important;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .maa-home-section .hero-image .image {
    width: 400px !important;
    left: 20% !important;
    bottom: -6rem !important;
    transform: translate(-50px, -50px);
  }
}
@media screen and (max-width: 768px) {
  #mobile-menu #maa-main-navbar {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .maa-navbar .maa_logo {
    max-width: 180px;
    max-height: 50px;
  }
  .maa-navbar-top .maa-offer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .maa-navbar-top .maa-offer__label {
    margin-bottom: 7px;
  }
  .maa-announcement-bar__text {
    text-align: center;
    font-size: 0.89rem;
  }
  .maa-announcement-bar__text .image {
    display: none;
  }
  .maa-announcement-bar__text > div {
    margin-left: 0;
  }
  .maa-navbar .level-right .maa-social-media {
    display: none;
  }
  .maa-home-section .home-section-content {
    text-align: center;
  }
  .maa-filter-section .container > .columns {
    display: flex;
    flex-direction: column-reverse;
  }
  .maa-reviewers {
    flex-direction: column;
    padding-top: 25px;
  }
  .maa-reviewers .maa-reviewers__others .maa-reviewer__image {
    margin-right: 7px;
  }
  .maa-reviews__item {
    padding-inline: 0 !important;
  }
  .maa-reviewer {
    margin-bottom: 15px;
  }
  .maa-reviewer .media {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .maa-reviewer .media .media-left {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .maa-reviewer .media .media-content {
    text-align: center !important;
  }
  .maa-reviewer .media-content {
    overflow-x: visible;
  }
  .esf-finder-wrapper {
    max-width: 100%;
  }
  .maa-contact-section .maa-contact__item {
    border: none;
  }
  .woocommerce-checkout .woocommerce-checkout {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-checkout .woocommerce-checkout #customer_details {
    width: 100% !important;
    margin-bottom: 25px;
  }
  .woocommerce-checkout .woocommerce-checkout #order_review {
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce-checkout .woocommerce-checkout #order_review .woocommerce-checkout-payment {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }
  .woocommerce-MyAccount-content {
    padding-inline: 0 !important;
  }
  .woocommerce-account .woocommerce-form-login {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #mobile-menu #maa-main-navbar {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 20px;
    transform: translateY(-20px);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: -1;
  }
  #mobile-menu #maa-main-navbar.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 20;
  }
  .maa-navbar {
    padding: 0.75rem !important;
  }
  .maa-navbar .level > .level-left {
    display: none;
  }
  .maa-navbar .level > .level-item {
    justify-content: flex-start;
  }
  .home .maa-home-section .hero-image .circle-shapes {
    width: 400px;
    height: 400px;
  }
  .home .maa-home-section .hero-image .image {
    left: -100px;
    bottom: -5rem;
  }
  .maa-reviewers {
    width: 100% !important;
  }
  .esf-finder-wrapper {
    padding: 10px !important;
  }
  footer .footer-body,
  footer .footer-bottom {
    padding-inline: 1.5rem;
  }
  footer .footer-body {
    text-align: center;
    padding-bottom: 2.5rem !important;
  }
  footer .footer-body .maa-social-media > .is-flex {
    justify-content: center;
  }
  .woocommerce-MyAccount-navigation > ul {
    overflow-x: scroll;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .maa-navbar-top .wc-my-cart-link {
    margin-right: 0 !important;
  }
  .maa-navbar-top .wc-my-cart-link > span:last-of-type,
  .maa-navbar-top .wc-my-account-link > span:last-of-type {
    display: none;
  }
  .maa-contact-section .maa-contact__item.media {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .maa-contact-section .maa-contact__item.media .media-left {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .maa-contact-section .maa-contact__item.media .media-content {
    text-align: center !important;
  }
  .maa-contact-section .maa-contact__item .media-content {
    overflow-x: visible;
  }
  .maa-contact-section .maa-contact__item .media-content .support-text p {
    width: 100%;
  }
}
/*# sourceMappingURL=core-rtl.css.map */
