/*
    ** Importing custom components fot the theme
    ** Created by m.refat@brande.ue
    ** import all sub_components 
*/
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.hidden {
  display: none;
}

:root {
  --main-color: #CF3D96;
  --secondary-color: #512F8C;
  --main-font-regular: "Poppins";
  --main-font-medium: "Matter Regular";
  --main-font-bold: "Matter Bold";
  /* --main-font-light: "Proxima Nova Alt Bl"; */
  --secondary-font-regular: "FONTSPRING DEMO - TT Ramillas";
  --secondary-font-bold: "Inter Medium";
  --secondary-font-semi: "Inter Bold";
  --third-font-regular: "Poppins Regular";
  --third-font-bold: "Inter Bold";
  --section-pb: 100px;
  --section-pt: 100px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  font-family: var(--main-font-regular);
  font-size: 16px;
  color: #000B33;
  background-color: #fff;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
  left: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bold {
  font-family: var(--main-font-bold);
}

.-bold {
  font-weight: bold;
}

.font-regular {
  font-family: var(--main-font-regular);
}

.font-medium {
  font-family: var(--main-font-medium);
}

.font-light {
  font-family: var(--main-font-light);
}

.font-secondary-regular {
  font-family: var(--secondary-font-regular);
}

.font-secondary-bold {
  font-family: var(--secondary-font-bold);
}

.font-secondary-semi {
  font-family: var(--secondary-font-semi);
}

.font-third-bold {
  font-family: var(--third-font-bold);
}

.font-third-regular {
  font-family: var(--third-font-regular);
}

a {
  text-decoration: none;
}

/* .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1260px;
} */
.container {
  max-width: 1235px;
  width: 95%;
  margin: 0 auto;
}

.container-left {
  width: 97.5%;
  max-width: none;
  margin-right: unset;
  margin-left: auto;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

ul,
figure {
  margin: 0;
}

.list-style li {
  list-style: inherit;
}

.d-flex {
  display: flex;
  display: -webkit-flex;
}

.row-reverse {
  flex-direction: row-reverse;
}

.d-block {
  display: block;
}

.flex-column {
  flex-direction: column;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  text-transform: none;
}

img.lazy {
  transition: 0.4s opacity ease;
  transition-delay: 0.2s;
}

img.lazy[src] {
  opacity: 1;
}

img.lazy:not([src]) {
  opacity: 0 !important;
}

.center {
  text-align: center;
}

.align {
  text-align: right;
}

.pre-line {
  white-space: pre-line;
}

.flex-1 {
  flex: 1;
}

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

.align-self {
  align-self: baseline;
}

.align-end {
  align-items: flex-end;
}

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

.unicode {
  unicode-bidi: plaintext;
}

:focus {
  outline: none;
}

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

.justify-end {
  justify-content: end;
}

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

.space-around {
  justify-content: space-around;
}

.overflow-hidden {
  overflow: hidden;
}

.trans {
  transition: 0.4s;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  white-space: nowrap;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

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

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-22 {
  margin-right: 22px;
}

.mr-18 {
  margin-right: 18px;
}

.mr-13 {
  margin-right: 13px;
}

.shadow {
  box-shadow: -9px 10px 79px rgba(25, 165, 148, 0.168627451);
}

.shadow-0 {
  box-shadow: none !important;
}

.p-side-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-side-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-side-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-side-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.p-side-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

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

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

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

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.top-2 {
  position: relative;
  top: 2px;
}

.-top-2 {
  position: relative;
  top: -2px;
}

.main-color {
  color: var(--main-color);
}

.secondary-color {
  color: var(--secondary-color);
}

.bg-main {
  background-color: var(--main-color);
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

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

.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-34 {
  font-size: 34px;
}

.font-35 {
  font-size: 35px;
}

.font-40 {
  font-size: 40px;
}

.font-45 {
  font-size: 45px;
}

.font-46 {
  font-size: 46px;
}

.font-50 {
  font-size: 50px;
}

.font-55 {
  font-size: 55px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-30 {
  border-radius: 30px;
}

.rounded {
  border-radius: 50%;
}

.btn {
  background-color: var(--main-color);
  border-radius: 10px;
  transition: 0.4s;
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.btn:hover {
  background-color: transparent;
  color: var(--main-color);
}

.bg-cover {
  background-size: cover !important;
}

.bg-soft {
  background-color: #F9F9FF;
}

.object-fit {
  object-fit: cover;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.h-50 {
  height: 50%;
}

.h-100 {
  height: 100%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-28 {
  width: 28%;
}

.w-30 {
  width: 30%;
}

.w-32 {
  width: 32%;
}

.w-35 {
  width: 35%;
}

.w-38 {
  width: 38%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-48 {
  width: 48%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-58 {
  width: 58%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-68 {
  width: 68%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

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

.relative {
  position: relative;
}

.radius-11 {
  border-radius: 11px;
}

.radius-25 {
  border-radius: 25px;
}

.black-1 {
  color: #000B33;
}

.gray-1 {
  color: rgba(0, 11, 51, 0.7);
}

.m-side-auto {
  margin-left: auto;
  margin-right: auto;
}

.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6 {
  display: grid;
  gap: 25px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
  /* grid-template-columns: repeat( auto-fill, minmax(220px, 1fr) )!important; */
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.video-modal .modal-body {
  background: transparent;
}

.gap-0 {
  gap: 0;
}

.gap-3 {
  gap: 3px;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.pointer {
  cursor: pointer;
}

.mo, .to, .to-only {
  display: none;
}

.line-38 {
  line-height: 38px;
}

.line-28 {
  line-height: 28px;
}

.line-22 {
  line-height: 22px;
}

.section-padding {
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal.active {
  visibility: visible;
}

.modal:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* backdrop-filter: brightness(.5) blur(4px);
  -webkit-backdrop-filter: brightness(.5) blur(4px); */
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.97);
}

.modal-body {
  width: 700px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 11px;
  overflow-y: auto;
  max-height: 90vh;
  opacity: 0;
  /* transition: .3s; */
  visibility: hidden;
}

.modal.active .modal-body {
  opacity: 1;
  visibility: visible;
}

.form-modal .modal-body {
  padding: 40px 40px 32px 40px;
}

.overflow-hidden {
  overflow: hidden;
}

[data-toggle-tab]:not(.active) {
  display: none;
}

[data-toggle-tab].active {
  display: block !important;
}

.swiper-button-disabled {
  opacity: 0.4;
}

@keyframes fade {
  to {
    opacity: 0.9;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
.z-1, .z-2 {
  position: relative;
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.modal.active:before {
  animation: fade 0.3s 1 ease-in-out forwards;
}

.one-line,
.three-line,
.four-line,
.five-line,
.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.two-line {
  -webkit-line-clamp: 2;
}

.three-line {
  -webkit-line-clamp: 3;
}

.four-line {
  -webkit-line-clamp: 4;
}

.five-line {
  -webkit-line-clamp: 5;
}

.acc-body {
  display: none;
}

.custom-alert {
  position: fixed;
  z-index: 1000;
  top: -25%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--secondary-color);
  padding: 20px 10px;
  min-width: 200px;
  max-width: 300px;
  text-align: center;
  border-right: 4px solid var(--main-color);
  color: #fff;
  font-size: 15px;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}

.custom-alert.active {
  top: 5%;
  visibility: visible;
  opacity: 1;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */
}

.form-group > label ~ br,
.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 46px;
}

.header-menu a {
  color: #fff;
  font-size: 15px;
  transition: 0.4s;
}

.header-menu a:hover,
.header-menu li.current-menu-item a {
  color: #000;
}

.underline {
  text-decoration: underline;
}

.video-modal iframe {
  width: 100%;
}

.iti {
  width: 100%;
}

@media (max-width: 1024px) {
  .grid-3-t {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-2-t {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-1-t {
    grid-template-columns: repeat(1, 1fr);
  }
  .do-only {
    display: none !important;
  }
  .to {
    display: block !important;
  }
  .open-mobile-icon {
    background-color: transparent;
    border: 0;
    margin-left: 8px;
    display: flex;
    padding: 0;
    font-size: 26px;
  }
  .mobile-menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #293542;
    /* transform: translateX(-100%); */
    z-index: -1;
    transition: 0.4s;
    padding-bottom: 0;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    visibility: hidden;
  }
  .mobile-menu-box.active {
    visibility: visible;
    z-index: 10;
    opacity: 1;
    height: 100vh;
  }
  .mobile-menu {
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 20px;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 3;
    position: relative;
    padding-bottom: 60px;
  }
  .mobile-menu .header-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .mobile-menu li {
    margin: 20px 0;
    z-index: 2;
    transition: 0.4s;
    text-align: center;
  }
  .mobile-menu li a {
    text-decoration: none;
    color: white;
    transition: 2s;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    mix-blend-mode: difference;
  }
  .header-menu li.current-menu-item a {
    color: var(--main-color);
  }
  .close-menu-icon {
    fill: var(--main-color);
    width: 50px;
    z-index: 1;
    position: absolute;
  }
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .container,
.container-p {
    max-width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-left-p {
    margin-left: auto;
    padding-left: calc(2.5% + 10px);
    padding-right: 10px;
    max-width: 100%;
  }
  .lang-ar .container-left-p {
    padding-right: calc(2.5% + 10px);
    padding-left: 10px;
  }
  :root {
    --section-pb: 50px;
    --section-pt: 50px;
  }
  .grid-1-p,
.grid-2-p,
.grid-3-p {
    display: grid;
  }
  .grid-1-p {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-p {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-p {
    grid-template-columns: repeat(3, 1fr);
  }
  .mo {
    display: block !important;
  }
  .do, .to-only, .mo-none {
    display: none !important;
  }
  .wrap-p {
    flex-wrap: wrap;
  }
  .font-12-p {
    font-size: 12px;
  }
  .font-14-p {
    font-size: 14px;
  }
  .font-16-p {
    font-size: 16px;
  }
  .font-17-p {
    font-size: 17px;
  }
  .font-18-p {
    font-size: 18px;
  }
  .font-20-p {
    font-size: 20px;
  }
  .font-24-p {
    font-size: 24px;
  }
  .font-30-p {
    font-size: 30px;
  }
  .font-35-p {
    font-size: 35px;
  }
  .mt-20-p {
    margin-top: 20px;
  }
  .mr-0-p {
    margin-right: 0;
  }
  .ml-0-p {
    margin-left: 0;
  }
  .h-100-p {
    height: 100% !important;
  }
  .w-100-p {
    width: 100% !important;
  }
  .w-90-p {
    width: 90% !important;
  }
  .w-50-p {
    width: 50% !important;
  }
  .center-p {
    text-align: center;
  }
  .justify-center-p {
    justify-content: center;
  }
  .m-side-auto-p {
    margin-left: auto;
    margin-right: auto;
  }
  .p-0-p {
    padding: 0 !important;
  }
  .pr-0-p {
    padding-right: 0;
  }
  .pt-0-p {
    padding-top: 0px;
  }
  .pt-10-p {
    padding-top: 10px;
  }
  .pt-20-p {
    padding-top: 20px;
  }
  .pt-30-p {
    padding-top: 30px;
  }
  .pt-40-p {
    padding-top: 40px;
  }
  .pt-50-p {
    padding-top: 50px;
  }
  .pt-60-p {
    padding-top: 60px;
  }
  .pt-80-p {
    padding-top: 80px;
  }
  .pb-0-p {
    padding-bottom: 0px;
  }
  .pb-20-p {
    padding-bottom: 20px;
  }
  .pb-50-p {
    padding-bottom: 50px;
  }
  .pl-0-p {
    padding-left: 0 !important;
  }
  .ml-0-p {
    margin-left: 0 !important;
  }
  .mb-0-p {
    margin-bottom: 0;
  }
  .mb-10-p {
    margin-bottom: 10px;
  }
  .mb-15-p {
    margin-bottom: 15px;
  }
  .mb-20-p {
    margin-bottom: 20px;
  }
  .mb-35-p {
    margin-bottom: 35px;
  }
  .mb-50-p {
    margin-bottom: 50px;
  }
  .line-22-p {
    line-height: 22px;
  }
  .column-reverse-p {
    flex-direction: column-reverse;
  }
  .modal {
    padding: 0 12px;
  }
  .p-side-10-p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .swipe-box-p {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll !important;
    white-space: nowrap;
    display: flex !important;
  }
  .full-p {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .gap-0-p {
    gap: 0px;
  }
  .gap-5-p {
    gap: 5px;
  }
  .gap-15-p {
    gap: 15px;
  }
  .gap-30-p {
    gap: 30px;
  }
  .flex-column-p {
    flex-direction: column;
  }
  .d-flex-p {
    display: flex;
  }
  .space-between-p {
    justify-content: space-between;
  }
  .form-modal .modal-body {
    padding: 30px;
    width: 100%;
    height: 100%;
    max-height: initial;
    border-radius: 0;
  }
}
.header {
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: 0.4s;
  background: #000;
}

header.header {
  background: #fff;
}

button {
  font-family: var(--main-font);
}

header.header.hide {
  transform: translateY(-100%);
}

header.header.scrolled:not(.hide) {
  box-shadow: 2px 1px 12px 0px rgba(207, 61, 150, 0.2901960784);
}

header.header.scrolled {
  background-color: #fff;
}

.header-menu {
  gap: 40px;
  padding-left: 30px; 
}

.header-menu a {
  color: #fff;
  font-size: 16px;
  padding: 0;
  position: relative;
  transition: 0.4s;
  font-weight: 700;
}

.header-menu a:hover,
.header-menu li.current_page_item a {
  color: var(--main-color);
}

.header-menu li.current_page_item a:after {
  /* content: ""; */
  position: absolute;
  bottom: -6px;
  left: -8px;
  right: 0;
  margin: auto;
  height: 2px;
  width: calc(100% + 15px);
  background-color: var(--secondary-color);
}

.lang-ar .header-menu li.current_page_item a:after {
  left: auto;
  right: -8px;
}

.btn-header {
  width: 220px;
  height: 55px;
  background: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
}

.pt-35 {
  padding-top: 35px;
}

.header.not-home {
  background-color: #fff;
}

.header.not-home .btn-header {
  color: #fff;
}

.header.not-home a {
  color: #000000;
}

.btn-4,
.btn-4 *,
.btn-4 :after,
.btn-4 :before,
.btn-4:after,
.btn-4:before {
  border: 0 solid;
}

.btn-4 {
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  text-transform: capitalize;
}

.btn-4 {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-4 span {
  transition: 0.4s;
  z-index: 1;
}

.btn-4:hover span {
  /* mix-blend-mode: difference; */
  /* color: var(--main-color); */
}

.btn-4:before {
  --tilt: 1.2rem;
  background: var(--secondary-color);
  -webkit-clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  height: 100%;
  left: calc(-100% - var(--tilt));
  position: absolute;
  top: 0;
  transform: translateX(var(--progress, 0));
  transition: transform 0.4s ease;
  width: calc(100% + var(--tilt));
}

.btn-4:hover:before {
  --progress: 100%;
}

.land-title {
  font-size: 54px;
  line-height: 1.3;
}

.btn-main {
  width: 220px;
  height: 50px;
}

.landing-section {
  background-color: #000;
  height: 530px;
  padding-top: 130px;
}

.landing-bottom {
  padding: 75px 0;
}

.landing-bottom .item {
  position: relative;
  width: 27%;
}

.landing-bottom .item:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 15%;
  top: 0;
  width: 1px;
  height: 138px;
  background-color: #d2d2d2;
  bottom: 0;
  margin: auto;
}

.landing-bottom .item-title {
  font-size: 58px;
  letter-spacing: -0.5px;
  position: relative;
}

.landing-bottom .item-title:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #d34798;
  border-radius: 50%;
  display: inline-block;
  margin-inline-end: 10px;
  position: relative;
  top: -10px;
}

.landing-bottom .item-span {
  margin-inline-start: 32px;
  margin-top: -10px;
  position: relative;
  display: block;
}

.landing-bottom .item:nth-of-type(2) .item-title:before {
  background-color: #512f8c;
}

.section-title {
  font-size: 47px;
  line-height: 1.2;
  font-weight: 600;
}

.radius-18 {
  border-radius: 18px;
}

.arrows.theme {
  display: flex;
}

.arrows.theme .arrow {
  width: 58px;
  height: 48px;
  border: 1px solid #0d0d0d;
  background-color: transparent;
  color: #0d0d0d;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
}

.arrows.theme .arrow.right-arrow {
  border-inline-start: 0;
}

.arrows.theme .arrow:hover {
  background-color: #0d0d0d;
  color: #fff;
}

.explore-section .box2-item {
  background: #ffffff;
  /* 01 */
  box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
  border-radius: 10px;
  padding: 15px 25px 15px 25px;
}

.explore-section .box2-item figure {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-color: hsla(219deg, 98%, 60%, 0.1);
  border-radius: 50%;
}

.explore-section .box2-item:nth-of-type(2) figure {
  background-color: rgba(253, 76, 92, 0.1);
}

.explore-section .box2-item:nth-of-type(3) figure {
  background-color: rgba(0, 187, 152, 0.1);
}

.subtitle {
  font-size: 19px;
  font-weight: 600;
}

.gray-2 {
  color: rgba(255, 255, 255, 0.8);
}

.blog-item figure {
  height: 210px;
}

.services-section {
  background: linear-gradient(90deg, #d34798 -81.78%, #512f8c 58.34%);
}

.blog-item:hover .blog-item-body {
  background-color: hsla(219deg, 98%, 60%, 0.1);
}

.blog-item:hover .title {
  color: var(--main-color);
}

.dot-before:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--main-color);
  display: block;
  margin-bottom: 15px;
}

.dot-before.style:before {
  background-color: #502d8a;
}

.dot-before.big:before {
  width: 24px;
  height: 24px;
}

.gray-3 {
  color: hsla(234deg, 21%, 17%, 0.87);
}

.gray-4 {
  color: rgba(35, 37, 54, 0.6);
}

.article-body {
  background-color: #fbfaff;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.hover-up {
  position: relative;
}

.hover-up:hover {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 40px 70px -30px rgba(19, 33, 54, 0.16), 0 20px 70px -30px rgba(0, 0, 0, 0.3);
}

.review-slide {
  padding: 40px 70px 35px 35px;
  position: relative;
}

.reviews-slider .swiper-slide {
  padding-top: 15px;
}

.review-slide:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 20px;
  background: url(../image/quote.svg) no-repeat;
  width: 43px;
  height: 30px;
  background-size: 100% 100%;
}

.swiper-custom-pagination {
  justify-content: center;
  display: flex;
}

.swiper-custom-pagination span {
  background: transparent;
  padding: 0;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  opacity: 1;
}

.swiper-custom-pagination span.swiper-pagination-bullet-active {
  border-radius: 30px;
  width: 40px;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.section-title-2 {
  font-weight: 700;
  font-size: 36px;
}

.cart-coupon-box .coupon-box__input {
  border: 2px solid var(--main-color);
}

.cart-coupon-box .coupon-btn {
  background-color: var(--main-color);
  color: #fff;
}

.question-section a {
  width: 130px;
}

.foot-social a,
.social-box a {
  color: #000b33;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.foot-title {
  font-size: 16px;
  font-weight: 600;
  color: #000b33;
  margin-bottom: 25px;
}

.foot-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  color: rgba(0, 11, 51, 0.7);
}

.foot-list a {
  color: rgba(0, 11, 51, 0.7);
  transition: 0.4s;
}

.foot-list a:hover {
  color: var(--main-color);
}

.foot-list a i,
.foot-list p i {
  color: #59408e;
}

.subscribe-input {
  background-color: #fff;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  padding-inline-start: 20px;
  flex: 1;
  border: 0;
}

.subscribe-input::placeholder {
  color: rgba(0, 11, 51, 0.5);
}

.subscribe-group {
  padding: 5px 8px 5px 0;
  justify-content: flex-end;
}

.subscribe-group p {
  display: flex;
}

.subscribe-group .subscribe-input {
  width: 100%;
}

.subscribe-submit,
.btn-primary, .btn-secondary {
  border: 0;
  background-color: var(--main-color);
  color: #fff;
  transition: 0.4s;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 50px;
  cursor: pointer;
}

.btn-secondary {
  background-color: var(--secondary-color);
}

.btn-secondary:hover {
  background-color: var(--main-color);
}

.subscribe-submit:hover,
.btn-primary:hover {
  background-color: var(--secondary-color);
}

.footer .box {
  border-bottom: 1px solid rgba(0, 11, 51, 0.1);
}

.banner-title {
  font-size: 34px;
  color: #000;
  font-weight: bold;
}

.banner-desc {
  color: #666666;
}

.sort-select {
  padding: 6px 12px 5px;
  width: 220px;
  height: 40px;
  background: #ffffff;
  border: 1px solid rgba(18, 17, 39, 0.12);
  border-radius: 6px;
  color: #121127;
  font-size: 13px;
}

.input-group {
  flex-direction: column;
}

.input-group > label {
  color: rgba(35, 37, 54, 0.6);
  font-size: 13px;
  font-weight: 500;
}

.input-group .form-control::placeholder {
  color: rgba(35, 37, 54, 0.37);
}

.input-group .form-control {
  font-size: 15px;
  padding: 0 0 8px 0;
  border: 1px solid rgba(35, 37, 54, 0.2);
  border-width: 0 0 1px 0;
  font-family: "Poppins";
}

.submit-form-btn {
  width: 220px;
  height: 60px;
}

.bg-secondary {
  background: var(--secondary-color);
}

.contact-section .right {
  padding: 70px 50px 70px 75px;
}

.white-2 {
  color: rgba(255, 255, 255, 0.6);
}

.contact-right-title {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 10px;
}

.social-box a {
  color: rgba(255, 255, 255, 0.6);
}

.foot-social a:hover,
.social-box a:hover {
  color: var(--main-color);
}

.map-iframe iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

.dot-before > span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: hsla(234deg, 21%, 17%, 0.87);
  margin-bottom: 4px;
}

.conn-input::placeholder {
  color: hsla(234deg, 21%, 17%, 0.5);
}

.conn-input {
  font-size: 13px;
  color: #000;
  font-weight: 300;
  background-color: #f9f9ff;
  width: 100%;
  border: 0;
  padding: 5px 15px;
  height: 52px;
  border: 1px solid #e1e1e1;
}

.checkbox-box {
  display: flex;
  accent-color: var(--secondary-color);
  font-size: 16px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.checkbox-box input {
  width: 26px;
  height: 26px;
  display: block;
  min-width: 26px;
}

.dropzone .dz-message {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
}

.dropzone {
  border: 1px dashed var(--main-color);
  height: 90px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
}

.btn-primary {
  width: 220px;
}

.banner-section {
  background: linear-gradient(90deg, #d34798 -81.78%, #512f8c 58.34%);
  color: #fff;
}

.header-menu a {
  color: #000000;
}

.banner-section .banner-title {
  color: #fff;
}

.banner-section .banner-desc {
  color: #cc96e8;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.patt-line {
  position: relative;
  display: inline-block;
}

.patt-line:after {
  content: "";
  display: block;
  background: url("../image/line.png") no-repeat;
  width: 100%;
  height: 6px;
  background-size: 100% 100%;
}

.accre-section img {
  mix-blend-mode: multiply;
  max-width: 100%;
}

.section-title-26 {
  font-size: 24px;
  font-weight: 600;
}

.benefits-section .left {
  margin-top: -30px;
}

.bg-soft-2 {
  background-color: rgba(120, 27, 255, 0.02);
}

.advantages-section .item {
  padding: 30px 22px 45px 22px;
  box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
}

.radius-10 {
  border-radius: 10px;
}

.advantages-section .item figure {
  width: 72px;
  height: 80px;
  background: url(../image/rect.png) no-repeat;
  background-size: 100% 100%;
}

.gray-5 {
  color: #5d5f6d;
}

.blog-item.style {
  border: 1px solid #e8ecfb;
}

.dark {
  color: #59408e;
}

.-bold {
  font-weight: bold;
}

.trust-section .desc--item {
  color: #121127;
}

.trust-section .item {
  border-bottom: 1px solid rgba(18, 17, 39, 0.12);
  padding-block: 20px;
}

.trust-section .right {
  gap: 20px;
  row-gap: 10px;
}

.trust-section .right figure {
  width: 30px;
}

.faq-item {
  padding-block: 24px;
  border-bottom: 1px solid rgba(18, 17, 39, 0.12);
}

.acc-head {
  position: relative;
  display: flex;
}

.acc-head:after {
  content: "\f078";
  font-family: "font awesome 6 free";
  font-weight: 900;
  transition: 0.4s;
}

.acc-head:hover {
  color: var(--main-color);
}

.acc-head.active:after {
  transform: rotate(180deg);
}

.upload-zone {
  border: 1px dashed #000;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.uploader-box {
  margin-top: 60px;
}

.connect-section .box2 {
  margin-top: -140px;
}

textarea {
  font-family: var(--main-font);
}

textarea.conn-input {
  height: auto;
  padding-top: 10px;
}

.contact-section .social-box a {
  /* color: #fff; */
}

.contact-section .social-box a:hover {
  color: var(--main-color);
}

.all-news-section .right .right-item {
  padding-block: 30px;
  border-bottom: 1px solid #dddddd;
}

.all-news-section .right .right-item:hover .trans {
  color: var(--main-color);
}

.all-news-section .right .right-item:hover .trans.-desc {
  color: var(--secondary-color);
}

.open-mobile-icon {
  color: var(--main-color);
}

img {
  max-width: 100%;
}

.gray-6 {
  color: #585757;
}

.product-overview ul li {
  list-style: inherit;
}

.quantity-box input[type=number]::-webkit-inner-spin-button,
.quantity-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-box .qty-btn {
  background: #e2e8f0;
  border-radius: 5px;
  color: #718096;
  border: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.quantity-box .qty-btn:before {
  content: "+";
  font-family: "font awesome 6 free";
  font-weight: 900;
}

.quantity-box .decrease-qty:before {
  content: "\f068";
}

.quantity-box .input-qty-field {
  background-color: transparent;
  width: 40px;
  height: 40px;
  color: #000;
  border: 0;
  font-size: 20px;
  font-weight: 500;
}

.color-hover:hover {
  color: var(--main-color);
}

.btn-primary.dark {
  background-color: #000;
  color: #fff;
}

.btn-primary.dark:hover {
  background-color: var(--secondary-color);
}

.prd-btns > * {
  height: 60px;
  font-size: 20px;
}

.list-filters .select-filter {
  border: 1px solid #e6e9f0;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
  height: 45px;
  padding: 10px 13px;
  text-align: center;
  cursor: pointer;
}

.list-filters {
  flex-direction: column;
}

.prd-item .title {
  height: 91px;
}

.prd-item .desc {
  height: 51px;
}

.check-step {
  font-weight: 500;
  font-size: 19px;
  color: #2D3748;
}

.check-barrier:before, .check-barrier:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #3182CE;
}

.check-step.active {
  color: var(--main-color);
}

.checkout-input-label, .checkout-input-label-2 {
  font-weight: 500;
  color: #718096;
  margin-bottom: 10px;
  display: block;
}

.checkout-input::placeholder {
  color: #969696;
}

.checkout-input {
  background-color: #FAF9FF;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  width: 100%;
  height: 57px;
  padding: 13px;
  color: #000;
  font-size: 16px;
}

.checkout-input-label-2 {
  color: #2B2B2B;
}

.checkout-input-checkbox input {
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.checkout-input-checkbox {
  accent-color: var(--main-color);
}

.checkout-group {
  flex: 1;
}

.coupon-label {
  color: #718096;
}

.coupon-box__input {
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  height: 58px;
  flex: 1;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}

.coupon-btn {
  background: transparent;
  border: 2px solid var(--main-color);
  border-radius: 5px;
  font-size: 16px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  height: 58px;
  cursor: pointer;
}

.coupon-btn:hover {
  background-color: var(--main-color);
  color: #fff;
}

.gray-22 {
  color: #4A5568;
}

.gray-33 {
  color: #2D3748;
}

@media (max-width: 767px) {
  .align-start-p {
    align-items: start;
  }
  body {
    font-size: 15px;
  }
  .header .logo img {
    width: 110px;
  }
  .btn-4 {
    padding: 5px;
  }
  .btn-4 span {
    font-size: 14px;
  }
  .btn-header {
    width: 190px;
    height: 45px;
  }
  header.header {
    padding: 10px 0;
  }
  .justify-end-p {
    justify-content: end;
  }
  .land-title {
    font-size: 28px;
  }
  .landing-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    min-height: 250px;
  }
  .btn-main {
    width: 190px;
    height: 45px;
  }
  .landing-bottom .item-title,
.landing-bottom .item-span {
    text-align: center;
    margin-inline-start: 0;
  }
  .landing-bottom .item-title:before {
    position: absolute;
    top: 32px;
    left: 0;
  }
  .landing-bottom .item:not(:last-of-type):after {
    top: auto;
    width: 100%;
    height: 1px;
    bottom: -20px;
    right: 0;
  }
  .landing-bottom .box {
    gap: 25px;
  }
  .landing-bottom {
    padding: 50px 0;
  }
  .section-title {
    font-size: 24px;
  }
  .explore-section .box > .right {
    margin: 0 !important;
    margin-left: auto !important;
    padding-left: calc(2.5% + 10px);
    padding-right: 0;
    max-width: 100%;
  }
  .explore-section .box2-item {
    padding: 15px 15px 15px 15px;
  }
  .article-item .title {
    font-size: 20px;
  }
  .section-title-2 {
    font-size: 22px;
  }
  .footer .box {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .foot-logo {
    width: 100%;
  }
  .foot-title {
    margin-bottom: 10px;
  }
  .foot-col.col-2 {
    width: 100%;
  }
  .foot-col.col-3 {
    width: 100%;
  }
  .foot-col.col-4 {
    width: 100%;
  }
  .subscribe-foot-title {
    font-size: 20px;
  }
  .foot-list {
    gap: 7px;
    font-size: 14px;
  }
  .foot-list a {
    font-size: 14px;
  }
  .footer .box2 {
    padding: 20px 0;
    font-size: 14px;
  }
  .banner-title {
    font-size: 30px;
  }
  .contact-section .right {
    padding: 50px 40px 50px 45px;
  }
  .connect-section .box {
    gap: 50px;
  }
  .connect-section .box2 .checkboxes {
    flex-direction: column;
    gap: 25px;
  }
  .connect-section .box .font-24 {
    font-size: 20px;
  }
  .rest-header-options a {
    color: var(--secondary-color);
  }
  .uploader-box,
.connect-section .box2,
.benefits-section .left {
    margin-top: 0;
  }
  .align-center-p {
    align-items: center;
  }
  .prd-btns > * {
    height: 50px;
    font-size: 15px;
  }
  .prd-btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    background: #fff;
    flex-direction: revert;
    box-shadow: 2px 1px 12px 0px rgba(207, 61, 150, 0.2901960784);
    z-index: 10;
  }
  .prd-item .title {
    height: 83px;
  }
  .cart-item .body {
    row-gap: 15px;
    padding: 20px;
  }
  .cart-item .body .cart-item__price {
    width: 30%;
  }
  .cart-item .body .cart-item__quantity {
    width: auto;
  }
}
.desc + p {
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: hsla(234deg, 21%, 17%, 0.87);
  margin-bottom: 10px;
  font-size: 15px;
}

.add-to-cart-button {
  background-color: var(--main-color) !important;
  color: white !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #52308D;
  color: white;
}

.mr-20 {
  margin-right: 20px;
}

.checkout-form input, .select2-selection__rendered, textarea, .input-text {
  background-color: #FAF9FF;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  width: 100%;
  height: 57px;
  padding: 13px;
  color: #000;
  font-size: 16px;
}

.form-row-first, .form-row-last {
  width: 100% !important;
}

#ship-to-different-address-checkbox {
  height: auto;
  width: auto;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table {
  border: none;
}

.woocommerce table.shop_table thead {
  display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  display: block;
  margin-top: 20px;
  float: none;
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  text-transform: uppercase;
  padding: 15px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #F9F9FF;
  padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  color: #000;
}

.wc-block-product-categories-list-item__name {
  color: #52308D;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  padding: 12px 15px;
  margin-right: 5px;
  border-radius: 3px;
  background-color: white;
}

.woocommerce nav.woocommerce-pagination ul li {
  color: white;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  border-radius: 3px;
}

.woocommerce nav.woocommerce-pagination ul li a {
  color: #52308D;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.right .right-box p {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
}

/* Pagination */
.pagination {
  clear: both;
  position: relative;
  font-size: 11px; /* Pagination text size */
  line-height: 13px;
  display: flex;
  justify-content: center; /* Pagination float direction */
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 12px 15px;
  text-decoration: none;
  width: auto;
  color: #52308D;
  background: white; /* Pagination non-active background color */
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.pagination a:hover {
  color: #fff;
  background: #52308D; /* Pagination background on hover */
}

.pagination .current {
  padding: 12px 15px;
  background: #52308D;
  color: #fff;
}

#calc_shipping_city {
  border: none;
}

.shipping-calculator-button, .woocommerce-privacy-policy-link {
  color: #52308D;
}

#calc_shipping_city {
  display: none;
}

#calc_shipping_country_field, #calc_shipping_state_field {
  margin-bottom: 20px;
}

.cart-item a {
  color: #52308D;
}

.coupon-btn {
  padding: 10px 0;
  width: 130px;
  max-width: 130px;
}

.cart-number {
  --tw-text-opacity: 1;
  color: white;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-bg-opacity: 1;
  background-color: #52308D;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  top: -0.75rem;
  right: -0.75rem;
  position: absolute;
}

.add-to-cart-button {
  padding: 10px;
}

.fa-shopping-cart {
  color: #52308D;
}

.woocommerce-checkout-payment:first-of-type {
  display: none;
}

.prd-item .desc {
  display: none;
}

.sort-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  height: 45px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 4px;
}

.page-numbers {
  clear: both;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  justify-content: center;
}

.page-numbers li {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 12px 8px;
  text-decoration: none;
  width: auto;
  background: white;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease;
}

.page-numbers li a {
  color: #52308D;
  padding: 12px 6px;
}

.page-numbers .current {
  background: #52308D;
  color: #fff;
  padding: 12px 15px;
  border-radius: 5px;
}

.page-numbers .prev,
.page-numbers .next {
  border: 1px solid #52308D;
  padding: 12px 6px;
  border-radius: 5px;
}

#menu-footer-menu li {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .welcome-section .desc {
    padding: 0 50px;
  }
}
.ml-5 {
  margin-left: 5px;
}