/* ====== Font ======= */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;700;900&display=swap");
@import url("https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css");
@import url("https://kit-free.fontawesome.com/releases/latest/css/free.min.css");
body,
*:not(i) {
  font-family: "IBM Plex Sans Arabic", "Tajawal", sans-serif !important;
}

body {
  background-color: #fff !important;
  overflow-x: hidden;
  max-width: 100%;
}

.index > section,
.app-inner,
body .products-grid {
  background-color: transparent !important;
}

/* ### Header ### */
.top-navbar,
.main-nav-container {
  background-color: #fff !important;
  color: #253742;
}
.top-navbar {
  display: none !important;
}
.navbar-brand img {
  max-height: 3.5rem !important;
}

/* sidebar */
.mobile-menu {
  background-color: #fff !important;
}
#mainnav,
.store-header,
salla-advertisement {
  height: auto !important;
  min-height: auto;
}
#mainnav {
  box-shadow: 0px 1px 1px #2b2d340d !important;
}
/* Links */
.navbar ul > li {
  background-color: #fff !important;
  color: #253742 !important;
  border: none !important;
}
.navbar ul > li a {
  font-weight: 600 !important;
}
.navbar ul > li a:hover {
  color: #253742 !important;
}
.navbar ul > li a {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .navbar ul > li a {
    font-size: 14px !important;
  }
}

/* one lines */
.navbar ul > li a:after,
.navbar ul > li a:before {
  position: absolute;
  opacity: 0;
  width: 0%;
  height: 2px;
  content: "";
  background: #253742;
  transition: all 0.4s;
}
.navbar ul > li a:after {
  right: 0px;
  bottom: -6px;
}
.navbar ul > li a:before {
  left: 0px;
  top: -7px;
}

.navbar ul > li a:hover:after,
.navbar ul > li a:hover:before {
  opacity: 1;
  width: 100%;
}

/* cart */
.s-cart-summary-content {
  display: none !important;
}
/* .s-cart-summary-wrapper .s-cart-summary-count {
  top: -5px !important;
} */
.s-product-options-wrapper,
.s-quantity-input-input,
.s-quantity-input-button svg {
  background-color: transparent !important;
}

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

/* logo */
.kayan-header .w-24 {
  width: 8rem !important;
}
@media (max-width: 767px) {
  .kayan-header .w-24 {
    width: 7rem !important;
  }
}

/* update header icons */
.header-btn__icon {
  width: auto !important;
  height: auto !important;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 2px 3px;
}
/* .header-btn__icon:hover {
    border: 1px solid #CA1619;
} */

.kayan-header .sicon-shopping-bag2:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/xGwnUSuACV2HJLEdRxZ9TLShN9XoBFWqAG7oyYfI.png");
  width: 28px !important;
  height: 28px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.kayan-header .sicon-user:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/NuiBB014fqHgwhbWihBjhrb7haXtbMrobwe7hRcC.png");
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.kayan-header .sicon-brightness-low:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/tYR1zMomQPbkmLTDX7hWdcrMZ36pMf7QGgO5KPhn.png");
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .sicon-menu {
  font-size: 22px !important;
  color: #253742 !important;
}
.s-cart-summary-count {
  top: -8px !important;
}
[dir="rtl"] .s-cart-summary-count {
  right: 2px;
}
[dir="ltr"] .s-cart-summary-count {
  left: 2px;
}
.kayan-header .justify-end.gap-4 {
  gap: 6px !important;
}
.kayan-header .w-full.relative {
  padding: 0.5rem !important;
}

.breadcrumbs {
  padding-left: 1rem;
  padding-right: 1rem;
}
/* ads */
[dir="rtl"] .s-block--marquee .marquee__content li {
  display: flex;
  font-weight: 500;
  font-size: 1rem;
  background-image: url("https://cdn.salla.sa/form-builder/JSbjAuybuUbXyBIbwuSzEFQY8CrtrDspY4K7rXl4.png");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 2rem;
}
[dir="ltr"] .s-block--marquee .marquee__content li {
  background-position: left;
  padding-left: 2rem;
}

/* ### Banners ### */
.index section:first-of-type {
  margin-top: 0rem !important;
}
.s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.s-block--fixed-banner .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}
.s-block--fixed-banner {
  padding: 0 !important;
}

.s-block--best-offers {
  margin-bottom: 2rem;
}
/* titles */

h2.kayan-title,
.s-slider-block__title h2 {
  color: #253742 !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  padding: 0 !important;
}
.s-block__title .s-block__display-all,
.s-slider-block__display-all {
  border: 1px solid #253742;
  color: #253742;
  border-radius: 8px;
  padding: 5px 16px;
  display: none;
}
.s-slider-block__display-all::after,
.s-block__display-all::after {
  display: none !important;
}

.s-slider-block__title-right,
.s-block__title .right-side {
  padding: 0 !important;
}
h2.kayan-title,
.s-slider-block__title {
  justify-content: center !important;
}
.s-slider-block__title-nav {
  display: none !important;
}

@media (max-width: 767px) {
  h2.kayan-title,
  .s-slider-block__title h2 {
    font-size: 1.25rem !important;
  }
}

/* Dots */

/* ###  Categories ### */
.s-block--banners h2.kayan-title {
  justify-content: center !important;
}
.s-block--banners .grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1000px !important;
  text-align: center;
  margin: auto;
}
.s-block--banners .grid .banner-entry {
  grid-column: unset !important;
  grid-row: unset !important;
  border-radius: 0;
  min-height: auto !important;
  height: auto !important;
  padding-top: 136%;
}
@media (max-width: 767px) {
  .s-block--banners .grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

/* ###  Product Card ### */
.s-slider-swiper-wrapper {
  align-items: stretch !important;
}
.kayan-card img {
  border-radius: 16px !important;
}
.kayan-card h4 {
  font-weight: 500 !important;
  margin-bottom: 6px !important;
}
.kayan-card h4.s-product-card-price {
  font-weight: 400 !important;
}
.kayan-card .s-button-element,
.kayan-card .s-button-element div {
  display: block !important;
}
.kayan-card .add-to-cart-button {
  background-color: #253742 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  fill: #fff !important;
  border-radius: 8px !important;
  text-align: center;
  padding: 8px 32px !important;
  width: 90%;
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.kayan-card .add-to-cart-button span.w-6 {
  display: none !important;
}

.s-products-list-horizontal-cards {
  grid-template-columns: 1fr !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}
.s-products-list-horizontal-cards .kayan-card {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  text-align: center !important;
  place-items: center !important;
  margin-top: 2rem;
}
section.py-10 h2.kayan-title {
  display: none !important;
}
.s-products-list-horizontal-cards .kayan-card > a {
  display: none !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  height: 10px;
}
.s-products-list-horizontal-cards img {
  /*     object-fit: contain !important; */
  border-radius: 16px !important;
}
.s-products-list-horizontal-cards .kayan-card > div.overflow-hidden {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
}
.s-products-list-horizontal-cards .kayan-card > div.px-6 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.s-products-list-horizontal-cards .kayan-card salla-add-product-button {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.s-products-list-horizontal-cards .kayan-card a[href*="p780890810"] h4:before {
  content: " المجموعة كاملة ";
  font-size: 1.2rem !important;
  color: #253742;
  font-weight: 700 !important;
  text-align: center !important;
  display: block !important;
  flex-basis: 100% !important;
  margin-bottom: 1rem;
}
[lang="en"] .s-products-list-horizontal-cards .kayan-card a[href*="p780890810"] h4:before {
  content: "The complete set";
}
@media (max-width: 640px) {
  .s-products-list-horizontal-cards .kayan-card > div.px-6 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .s-products-list-horizontal-cards .kayan-card .s-button-btn {
    padding: 0 !important;
  }
}

.kayan-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 4px;
}
.kayan-card > a {
  display: none !important;
}

@media (max-width: 640px) {
  .s-products-slider-card {
    max-width: 185px !important;
  }
  .s-products-slider-card .px-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .s-products-slider-card .s-button-btn {
    padding: 0 !important;
  }
  .s-products-slider-card .kayan-card .add-to-cart-button {
    width: 100% !important;
  }
}
/*====== Product Page =======*/
.product-single h1 {
  color: #000 !important;
  font-size: 1.5rem !important;
}
.article--main {
  color: #000 !important;
}
.s-quantity-input-container {
  border-radius: 4px !important;
  margin-top: 10px !important;
}
.product-single .main-content h1 ~ div:has(h4) {
  gap: 5px;
}
.product-single .main-content h1 ~ div:has(h4):after {
  content: "السعر شامل الضريبة";
  font-size: 13px !important;
  font-weight: 500;
  color: #b6b6b6 !important;
  display: block !important;
  flex-basis: 100%;
  margin: 10px 5px 0;
}
[lang="en"] .product-single .main-content h1 ~ div:has(> h4):after {
  content: "Price includes vat";
}

/* btns */
.main-content .s-add-product-button-main {
  flex-direction: row !important;
  flex-wrap: wrap;
  width: 100% !important;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.s-mini-checkout {
  width: 48% !important;
}
.s-add-product-button-main:not(.w-full) > salla-button {
  width: 48% !important;
}
.sticky-product-bar {
  padding: 0 !important;
}
.product-form .s-button-btn {
  border-radius: 7px !important;
}
.s-add-product-button-main .s-add-product-button-mini-checkout {
  border-radius: 7px !important;
}

.s-mini-checkout {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 8px !important;
  min-width: 0 !important;
  padding: 0 !important;
  height: auto !important;
}
.s-mini-checkout .s-add-product-button-mini-checkout-content {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 0 5px !important;
  height: 40px !important;
  font-size: 13px !important;
  max-width: 100% !important;
  white-space: nowrap;
}
.s-mini-checkout .s-add-product-button-mini-checkout-content svg {
  fill: currentcolor !important;
  margin: 0 4px !important;
  width: 1.4rem !important;
}

/* imgs */
.product-single .details-slider .s-slider-container {
  border: none !important;
}
.product-single .details-slider .s-slider-swiper-wrapper {
  height: auto !important;
}
.product-single .details-slider a.swiper-slide {
  border: none !important;
  --tw-ring-opacity: 0 !important;
  box-shadow: none !important;
  --tw-bg-opacity: 0 !important;
}
.product-single .details-slider .swiper-pagination {
  display: none !important;
}
.product-single .s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
  height: 4.5rem;
  border-radius: 8px !important;
}
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after {
  border-radius: 8px !important;
}
.s-slider-thumbs .swiper-slide-thumb-active:after {
  border: 1px solid #111 !important;
  box-shadow: none !important;
}

.product-single section.p-5.rounded-md.mb-5,
.product-single .custom-bar {
  display: none !important;
}
/* related */
.product-single .s-slider-block__title h2 {
  font-size: 0 !important;
}
.product-single .s-slider-block__title h2:before {
  content: "منتجات مختارة لجمالك الطبيعي ";
  font-size: 1.5rem !important;
  color: #253742;
  font-weight: 700 !important;
  text-align: start !important;
}
[lang="en"] .product-single .s-slider-block__title h2:before {
  content: "Selected products for your natural beauty";
}

/* buys */
.product-single h1 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  flex-wrap: wrap;
}
.product-single div.text-sm:has(.sicon-fire) {
  background-color: rgba(20, 66, 68, 0.06) !important;
  color: #253742 !important;
  border-radius: 8px !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 4px !important;
}
.product-single div.text-sm:has(.sicon-fire) div {
  color: #000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 4px !important;
}
.product-single div.text-sm:has(.sicon-fire) .sicon-fire:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/oB1mcdsA0AW2IYJ2lfFpVTMa5wnVAzkKU8hfaUgA.png");
  width: 22px !important;
  height: 22px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .main-content .s-add-product-button-main {
    flex-direction: column-reverse !important;
  }
  .s-mini-checkout {
    width: 100% !important;
  }
  .s-add-product-button-main:not(.w-full) > salla-button {
    width: 100% !important;
  }
  .product-single [id*="product"] .sidebar {
    width: calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
    border-radius: 0 !important;
    margin: 0 -10px !important;
  }
  .product-single .details-slider .s-slider-container {
    border-radius: 0 !important;
  }
  .product-single .s-slider-block__title h2:before {
    font-size: 1.2rem !important;
  }
}
/*====== Features =======*/
div.px-10.border-black {
  margin-bottom: 2rem;
  column-gap: 5px !important;
  place-items: center !important;
  padding: 0 !important;
  border: none !important;
}
/* مميزات المتجر */
div.px-10.border-black .conatiner > .flex > div {
  background-color: transparent !important;
  padding: 1rem 5px !important;
  margin: auto;
  width: 100%;
}
div.px-10.border-black i {
  background: transparent !important;
  height: 6rem !important;
  width: 6rem !important;
  border-radius: 0;
  margin-top: 2rem;
}
div.px-10.border-black i {
  font-size: 4rem !important;
  color: #253742;
}
div.px-10.border-black h4 {
  color: #f1bdc1;
  margin: 0 0 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}
div.px-10.border-black p {
  font-size: 1.1rem;
  color: #253742;
  font-weight: 500;
}

/* أيقونااات رفال متحركة للمميزات */

div.px-10.border-black i:before {
  content: none !important;
}
div.px-10.border-black .conatiner > .flex i {
  background-color: transparent !important;
  border: none;
  overflow: visible;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border-radius: unset !important;
  opacity: 1 !important;
  content: "" !important;
  max-width: 80px;
  max-height: 80px;
  display: block;
  margin: auto;
}
div.px-10.border-black .conatiner > .flex > div:nth-of-type(1) i {
  background-image: url("https://cdn.salla.sa/form-builder/hWki64V5PEnBnixVxEbq3nZUen6uSs6KDZAB1YeK.png") !important;
}
div.px-10.border-black .conatiner > .flex > div:nth-of-type(2) i {
  background-image: url("https://cdn.salla.sa/form-builder/g3DTvFmPMZUK7q2cMJjfzkHebH9fRzvLnlhTNxCJ.png") !important;
}
div.px-10.border-black .conatiner > .flex > div:nth-of-type(3) i {
  background-image: url("https://cdn.salla.sa/form-builder/rzllZe8qbsoJtw4Ww5s76B9kaq2CoN151KZWBdDy.png") !important;
}

@media (max-width: 767px) {
  div.px-10.border-black .conatiner > .flex i {
    font-size: 3rem;
  }

  div.px-10.border-black .conatiner > .flex i {
    max-width: 60px;
    max-height: 60px;
  }
}

/* ###  footer ### */
footer {
  background-color: #fff !important;
  color: #253742 !important;
  border: none !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
footer h5 {
  font-weight: 700 !important;
  text-align: start !important;
  font-size: 1.15rem !important;
  margin-bottom: 1rem !important;
}
footer div.w-24 {
  width: 12rem !important;
  margin: 0 !important;
}
footer .container > .w-full > div:nth-of-type(2) h5 {
  font-size: 0 !important;
  margin-bottom: 10px !important;
}
footer .container > .w-full > div:nth-of-type(2) h5:before {
  content: "سياسة المتجر ";
  font-size: 1.15rem !important;
  color: #253742;
  font-weight: 700 !important;
  text-align: start !important;
}
[lang="en"] footer .container > .w-full > div:nth-of-type(2) h5:before {
  content: "Store Policy";
}

/* social */
footer .justify-center {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
footer ul.overflow-hidden {
  overflow: visible !important;
  margin-bottom: 1rem;
}
footer div:has(> ul.overflow-hidden):before {
  content: "تواصل معنا ";
  font-size: 1.15rem !important;
  color: #253742;
  font-weight: 700 !important;
  text-align: start !important;
  display: block !important;
  flex-basis: 100% !important;
  margin-bottom: 1rem;
}
[lang="en"] footer div:has(ul.overflow-hidden) {
  content: "Contact us";
}
footer ul > a i {
  border: 1px solid #253742;
  background-color: #253742;
  color: #fff !important;
  fill: #fff !important;
  padding: 6px;
  font-size: 1.2rem !important;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
/* links */
footer ul.gap-6 {
  gap: 12px !important;
}
footer ul > li > a {
  border-color: transparent !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 1.15rem !important;
  font-weight: 400 !important;
}
footer ul > li > a:hover {
  text-decoration: underline !important;
}

/* contact-links */
footer ul > li > i {
  display: none !important;
}
footer .contact-links a svg {
  width: 1.3rem;
  height: 1.3rem;
}
/* copyright  */
.kayan-copyright {
  width: 100% !important;
  text-align: center !important;
  justify-content: space-between !important;
  position: static !important;
  display: flex;
  flex-direction: row;
  transform: none !important;
}
.kayan-copyright p {
  color: #000 !important;
  font-size: 1rem;
  font-weight: 500;
}
.kayan-copyright p.text-sm.w-full {
  display: none !important;
}
footer salla-payments .s-payments-list-item {
  border: 1px solid #d9d9d9 !important;
  border-radius: 5px !important;
  padding: 2px 4px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
footer salla-payments {
  max-width: 50%;
}
footer .s-payments-list {
  gap: 4px !important;
}

/* footer items */
footer .container > div.w-full {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  row-gap: 1.5rem !important;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  footer .container > div.w-full {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    row-gap: 0.5rem !important;
  }
  footer div.pb-8 {
    padding-bottom: 1rem !important;
  }
  footer div.mb-8 {
    margin-bottom: 4px !important;
  }
  footer .border-gray-300 {
    border: none !important;
  }
  .kayan-copyright {
    flex-direction: column;
  }
  footer salla-payments {
    max-width: 100%;
    margin-top: 1rem;
  }

  /* landing img */
  .landing-img {
    margin: 1rem -10px !important;
    width: calc(100% + 20px) !important;
    max-width: 880px !important;
  }

  body:after {
    background-size: 35% !important;
  }
}
/* ====== Home FAQs ====== */
.faqs-div {
  margin: 3rem auto;
  width: 70%;
  background-color: #fff;
}
.faqs-div h3,
.faqs-div h5 {
  color: #253742;
  font-size: 1.7rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 10px;
}
.faqs-div h5 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 20px;
  white-space: unset;
  display: none;
}
/* faq-accordion */
button.faq-accordion {
  padding-left: 2rem !important;
  margin-bottom: 0;
  width: 100%;
  background-color: #fff;
  color: #253742;
  border: 0 solid #eee;
  border-bottom: 1px solid rgba(37, 55, 66, 0.15);
  outline: none;
  text-align: start;
  padding: 12px 20px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  margin-top: 15px;
  border-radius: 0;
}

button.faq-accordion:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078" !important;
  font-size: 15px;
  float: left;
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  color: #000;
}

html[lang="en"] button.faq-accordion {
  text-align: left;
}
html[lang="en"] button.faq-accordion:after {
  float: right;
  left: auto;
  right: 1rem;
}
button.faq-accordion.is-open:after {
  content: "\f077" !important;
  font-size: 15px;
}

button.faq-accordion.is-open {
  background-color: #fff;
  color: #253742;
  border: 1px solid #eee;
  border-radius: 8px 8px 0px 0px;
}
button.faq-accordion.is-open strong {
  color: #fff !important;
}

.accordion-content {
  border: 0px solid #eee;
  background-color: #fff;
  color: #253742;
  border-top: none;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  border-radius: 0px 0px 8px 8px;
  font-size: 1.1rem;
  line-height: 2.5;
  text-align: start;
}
button.faq-accordion.is-open + .accordion-content {
  border: 1px solid #eee;
  border-top: none;
  padding-bottom: 10px !important;
}
@media (max-width: 767px) {
  /* Home FAQs */
  .faqs-div {
    margin: 1.5rem auto 2rem;
    width: 96%;
    padding: 0px 5px;
  }

  .faqs-div h3 {
    font-size: 1.25rem;
    margin-bottom: 0px;
  }
  .faqs-div h5 {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  button.faq-accordion {
    padding: 10px 15px;
    font-size: 15px;
  }
  .accordion-content {
    font-size: 15px;
  }

  button.faq-accordion:after {
    top: 0.55rem;
  }
}
/* End */