@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");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
body {
  font-family: "Almarai", sans-serif;
  background-color: #fff !important;
  overflow-x: hidden;
  max-width: 100%;
}

/* ### Header ### */
#mainnav {
  height: auto !important;
  min-height: auto;
}
.main-nav-container {
  padding: 0;
}
.main-nav-container.fixed-header,
.main-nav-container,
.index .main-nav-container.fixed-header {
  background: #000 !important;
}
.header-buttons .btn--rounded-gray {
  padding: 0;
  background: 0 0;
  color: #fff;
}
.top-navbar {
  display: none;
}

/* center logo */
.navbar-brand img {
  max-height: 3.2rem;
}
.inner.bg-inherit .flex.items-center.gap-4.lg\:gap-8:first-of-type {
  width: 100% !important;
  gap: 1rem !important;
}
.inner.bg-inherit
  .container
  .flex.items-stretch.justify-between.relative
  .flex.items-center:first-of-type {
  width: 100% !important;
}
/* header icons */
header .header-btn__icon {
  background-color: transparent;
  color: #fff;
  border: none;
  height: 1.75rem !important;
  width: 1.75rem !important;
}
header .header-btn__icon.icon.sicon-shopping-bag:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/TkN5ntB1MwEWPZeABEnHjEAKenAi0Z5yXPsAgHUu.png");
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -6px;
}
header .header-btn__icon.sicon-user:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/RGfArwK9osNh7awF5j9UTsEme7XCqnMAGUlypoBa.png");
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .s-user-menu-trigger {
  padding: 0 !important;
}
header .s-user-menu-trigger-avatar {
  height: 1.9rem;
  width: 1.9rem;
}
.s-user-menu-trigger {
  background: 0 0;
  background-color: transparent;
}
header .sicon-menu {
  color: #fff;
  margin-right: 9px;
}
/* cart icon */
header .s-cart-summary-content {
  display: none;
}
.s-cart-summary-count {
  top: -5px !important;
  left: 2px !important;
  right: auto !important;
}
[dir="ltr"] .s-cart-summary-count {
  left: auto !important;
  right: 2px !important;
}
/* search */
.main-nav-container .header-search {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 7rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0;
}

/* reorder header and announcenment bar */
salla-advertisement {
  z-index: 30;
}
.s-advertisement-content-main {
  font-size: 0.8rem;
}
.s-advertisement-content {
  padding: 5px 15px;
}

/* ### Banners ### */
.s-block--fixed-banner .banner--fixed img {
  border-radius: 16px;
  background-color: transparent;
}
.s-block--fixed-banner .container {
  padding-inline: 1rem;
}
/* header over section */
.index .main-nav-container {
  background-color: transparent !important;
  z-index: 50;
  position: relative;
  box-shadow: none;
}
.s-block--fixed-banner:first-of-type,
.s-block--fixed-banner:nth-of-type(2) {
  margin-top: 0 !important;
}
.s-block--fixed-banner:first-of-type .container,
.s-block--fixed-banner:nth-of-type(2) .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.s-block--fixed-banner:first-of-type .banner--fixed img,
.s-block--fixed-banner:nth-of-type(2) .banner--fixed img {
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type,
.s-block--fixed-banner:nth-of-type(2) {
  margin-top: 0 !important;
  position: relative;
}
.s-block--fixed-banner:first-of-type,
.s-block--fixed-banner:nth-of-type(2) {
  top: -136px;
}
.s-block--fixed-banner:nth-of-type(2) {
  display: none;
}
.s-block--fixed-banner:first-of-type {
  display: block;
}
@media (max-width: 1024px) {
  .s-block--fixed-banner:first-of-type,
  .s-block--fixed-banner:nth-of-type(2) {
    top: -61px;
  }
}
@media (max-width: 768px) {
  .s-block--fixed-banner:nth-of-type(2) {
    display: block;
  }
  .s-block--fixed-banner:first-of-type {
    display: none;
  }
}

/* ### Features ### */
section.s-block--photos-slider {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.s-block--photos-slider .swiper {
  padding-bottom: 0 !important;
  padding: 0 !important;
}
.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
  animation: slide 10s linear infinite;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  width: 40% !important;
  /*   transform: none !important; */
}
.s-block--photos-slider .swiper-wrapper {
  transform: none !important;
}
.s-block--photos-slider .s-slider-nav-arrow,
.s-block--photos-slider .swiper-pagination {
  display: none !important;
}

@media (max-width: 767px) {
  .s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    animation: slideMobile 10s linear infinite;

    width: 65% !important;
  }
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(320%);
  }
}

@keyframes slideMobile {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(315%);
  }
}
/* ### Categories ### */
.s-block--banners .s-block__title {
  justify-content: center;
}
.s-block--banners .s-block__title h2:after {
  content: "جرّب الإثارة الكروية وأنت مرتاح في بيتك، كل المباريات عندك واضحة وبدون تقطيع.";
  font-weight: 400;
  display: block;
  font-size: 1.2rem;
  padding: 12px 10px 0;
  line-height: 1.5rem;
}
.s-block--banners {
  margin-top: 2rem;
}
.s-block--banners .s-block__title h2 {
  font-size: 1.8rem;
  text-align: center;
}
.s-block--banners .grid {
  grid-template-columns: 1fr 1fr !important;
  max-width: 55rem;
  margin: 0 auto;
  padding: 10px 0 0;
}
.s-block--banners .grid .banner-entry {
  background-color: transparent;
  grid-column: span 1 / span 1;
  grid-row: span 2 / span 2;
  transition: all 0.5s ease;
  height: auto;
  padding: 0;
}
/* names */
.s-block--banners .grid .banner-entry div {
  position: relative;
  padding-top: 76%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
}
.s-block--banners .has-overlay.with-hover:after {
  display: none !important;
}
.s-block--banners .banner-entry {
  overflow: visible !important;
  margin-bottom: 3rem !important;
}
.s-block--banners .banner-entry__text {
  opacity: 1 !important;
  height: auto !important;
  color: #000 !important;
  margin-top: 8px !important;
  padding: 10px !important;
}

/* add hover effect */
.s-block--banners .grid .banner-entry div::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.s-block--banners .grid .banner-entry div:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.product-index input[name="selected-cat"]:checked + span {
  background-color: var(--color-primary);
  color: #fff;
}

@media (max-width: 768px) {
  .s-block--banners .s-block__title h2,
  .s-reviews-header {
    font-size: 1.25rem;
  }
  .s-block--banners .s-block__title h2:after {
    font-size: 0.9rem;
  }
  .s-block__title,
  .s-block__title .right-side {
    justify-content: center;
    padding: 0 !important;
  }
}
@media (min-width: 640px) {
  .s-block {
    margin-top: 2.5rem;
  }
}
/* ### Products List ### */
.s-block-tabs {
  margin-top: 0 !important;
  padding-bottom: 1rem !important;
  background-color: transparent !important;
}
.s-block--tabs-produtcs .tabs {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.s-block--tabs-produtcs .tab-trigger button {
  background-color: transparent !important;
  color: rgba(26, 27, 31, 0.54) !important;
  font-size: 1.2rem;
  border: none !important;
  border-bottom: 3px solid rgba(26, 27, 31, 0.54) !important;
  border-radius: 0 !important;
  padding: 0.5rem !important;
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
  color: #000 !important;
  border-color: #000 !important;
  font-weight: bolder !important;
}
@media (max-width: 768px) {
  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: 1fr 1fr !important;
  }
  .s-block--tabs-produtcs .tab-trigger button {
    font-size: 1.15rem;
  }
}

@media (max-width: 360px) {
  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: 1fr !important;
  }
}

/* ### Product card ### */
.index .product-entry__image,
.index .product-entry__image img {
  background-color: transparent !important;
  max-height: 26rem !important;
  height: 26rem !important;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .index .product-entry__image,
  .index .product-entry__image img {
    background-color: transparent !important;
    max-height: 17rem !important;
    height: 17rem !important;
    object-fit: cover;
  }
  #mobile-menu .navbar-brand {
    background-color: #000;
  }
}
.product-entry__content p {
  overflow: hidden;
}
.product-entry__content button.s-button-btn {
  background-color: #28a1b4 !important;
  color: #fff !important;
  font-size: 1rem !important;
  border-radius: 42px !important;
}
.product-entry__content button .sicon-shopping-bag:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/BPSnN9yPskYU3NZVcmbi0Q7czdt590LYE725YDnp.png");
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* promotion-badge */
.product-entry--default .promotion-badge {
  top: 0.5rem;
  border-radius: 4px;
  padding: 6px 8px !important;
}
html[dir="rtl"] .product-entry--default .promotion-badge {
  right: 0.5rem !important;
}
html[dir="ltr"] .product-entry--default .promotion-badge {
  left: 0.5rem !important;
}

@media (max-width: 768px) {
  .product-entry {
    grid-column: 1 span !important;
  }
  .s-block--best-offers
    salla-slider.carousel-slider
    .swiper-wrapper
    .swiper-slide,
  salla-slider .slide--one-fourth {
    max-width: 190px !important;
  }
  .product-entry__content button.s-button-btn {
    font-size: 15px !important;
  }
  .product-entry--vertical .product-entry__content {
    gap: 12px;
    padding: 10px 8px !important;
  }
  .product-entry__title {
    font-size: 1rem !important;
  }
  .product-block .btn--wishlist {
    display: none !important;
  }
  .product-entry--default .promotion-badge {
    max-width: calc(100% - 10px);
    padding: 6px 8px !important;
    font-size: 0.75rem;
  }
}
/* ### Product Details ### */
.product-form .s-button-primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.product-form .s-button-primary .s-button-text:before {
  content: "";
  background-image: url("https://cdn.salla.sa/form-builder/DhZqkxzNqS973qy4Uz7dnrAercZ6plLfbWNUaEXi.png");
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 5px -4px;
}

/* comments */
.s-comments .list-block {
  text-align: start;
  border-radius: 0;
  border-bottom: none !important;
  margin-bottom: 10px !important;
  padding: 1rem !important;
  border-radius: 8px !important;
  background-color: rgba(40, 161, 180, 0.08) !important;
}
.comment h3 + div.flex {
  display: none;
}
.comment h3 {
  margin: 0 !important;
  font-size: 15px !important;
}
.comment__rating {
  margin-top: 8px;
}

/* Category Page */
.product-index .cat-col img {
  max-height: 460px;
}
.product-entry__image .card-shape {
  display: none;
}
.product-index .selected-cat-item > span {
  background-color: #f3f4f8;
  border-color: #f3f4f8;
}
.cat-col .product-entry__content button.s-button-btn {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
  font-size: 1rem !important;
  border-radius: 42px !important;
}
.product-index .product-block .product-entry__image,
.product-index .product-block .product-entry__image img {
  background-color: transparent !important;
  max-height: 8rem !important;
  height: 8rem !important;
  object-fit: contain;
  border: none !important;
}

/* ### Testimonials ### */
.s-block--testimonials .s-slider-block__title {
  justify-content: center;
}
.s-slider-block__title h2,
.s-slider-block__title-right {
  padding: 0 !important;
}
.testimonials-slider .testimonial__inner {
  background-color: #eef7f9 !important;
  gap: 0;
  padding: 1rem 1.5rem;
  align-items: flex-start;
  flex-direction: column-reverse;
  justify-content: flex-end;
  position: relative;
  border-radius: 8px;
}
.testimonials-slider .testimonial__text {
  background: transparent;
  flex: unset;
  padding: 10px 0 !important;
  text-align: start !important;
  position: static !important;
  border-radius: 0;
}
.testimonials-slider .testimonial__text > div:has(.testimonial__rating) {
  width: auto !important;
  position: absolute;
  top: 12px;
  left: 10px !important;
}
.testimonials-slider .testimonial__inner > .flex.gap-3,
.testimonials-slider .testimonial__inner p {
  text-align: start !important;
  width: auto;
  margin-top: 0.5rem;
}
.carousel-slider .s-slider-block__title-nav,
.testimonials-slider .testimonial__inner .avatar,
.testimonials-slider .testimonial__inner span.text-sm,
.testimonials-slider .testimonial__text::after {
  display: none !important;
}

/* ### FAQs Accordion ### */
.index .accordion-section {
  margin: 2rem auto;
  padding: 10px 15px;
  max-width: 60rem;
}
.section-title,
.s-reviews-header {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}
.section-sub {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
}
.accordion {
  padding-top: 10px;
}
.accordion-button {
  cursor: pointer;
  width: 100%;
  text-align: right;
  transition: background-color 0.3s, color 0.3s;
  color: #28a1b4;
  font-size: 0.9rem;
  font-weight: 700 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.index .accordion-button {
  padding: 10px 15px;
  background: rgba(40, 161, 180, 0.08);
  border-right: 1px solid #28a1b4;
  margin-bottom: 10px;
  border-radius: 15px;
}
.accordion-button.active {
  background-color: #28a1b4;
  color: white;
}
.accordion-button .icon {
  font-size: 20px;
  margin-left: 10px;
}
.accordion-content {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  padding-left: 18px;
  padding-right: 18px;
}
.accordion-content p {
  margin: 10px 0 18px;
}
/*  product-single accordion */
.product-single .accordion-button {
  border-bottom: 1px solid #f4f7fa;
  padding: 8px 15px;
}
/* .product-single */
#bcio-whatsapp-widget div div {
  bottom: 110px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.25rem;
  }
  .section-sub {
    font-size: 0.9rem;
  }
}

/* ### Footer ### */
.store-footer {
  background-color: #28a1b4;
  color: #fff;
  border-radius: 32px 32px 0 0 !important;
  margin-left: 1rem;
  margin-right: 1rem;
  background-image: url("https://cdn.salla.sa/form-builder/QQI2mOooU6Ol7nw1Ut8EQGKEFz1bmNMGggAZ0biY.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.store-footer .store-footer__inner {
  border-radius: 32px 32px 0 0 !important;
  background: none;
  padding-bottom: 0 !important;
}
.store-footer .grid {
  gap: 1rem !important;
}
.store-footer .grid > div:has(.navbar-brand) {
  padding: 0 !important;
}
.store-footer h2,
.store-footer h3,
.store-footer .navbar-brand h2:before {
  color: #fff;
  font-size: 1.4rem;
}
.store-footer .text-gray-400,
.store-footer p a {
  color: #fff !important;
}
.store-footer p a:hover {
  color: #000 !important;
}
.store-footer .navbar-brand h2 {
  font-size: 0;
}
.store-footer .navbar-brand h2:before {
  content: "من نحن";
  font-weight: bold;
}
/* icons */
.store-footer__inner .s-contacts-list {
  display: flex;
  align-items: center;
  border: none;
  margin-top: 0;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
.store-footer a .unicode {
  display: none;
}
.store-footer__inner .s-contacts-lis a:hover {
  opacity: 0.71;
}
.store-footer .contact-social {
  margin: 0;
}
.store-footer .contact-social {
  border: none;
}
.store-footer .s-social-link a {
  border-width: 0;
}
.s-contacts-icon svg {
  height: 1.5rem;
  width: 1.5rem;
  fill: #fff;
}
.s-contacts-icon,
footer .s-social-link a {
  height: 100%;
  width: 100%;
  padding: 4px;
  margin: 0 2px 10px;
}
.s-social-link a svg {
  height: 1.75rem;
  width: 1.75rem;
}
/*links  */
footer .s-menu-footer-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer .s-user-menu-dropdown-item a svg {
  fill: #fff !important;
}
/* desk top */
@media (min-width: 1024px) {
  .main-menu li.root-level > a {
    color: #fff;
  }
  .navbar-brand {
    order: -1;
  }
  .s-reviews-container .swiper-slide {
    width: 25% !important;
  }
  footer .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  footer .grid > div:nth-of-type(1) {
    grid-column: span 2 / span 2;
  }
  footer .grid > div:nth-of-type(2) {
    grid-column: span 2 / span 2;
  }
}
@media (max-width: 768px) {
  header a.navbar-brand.navbar-brand--main {
    margin: 0.5rem auto !important;
  }
  .navbar-brand img {
    max-height: 2.8rem;
  }
  .store-footer salla-social {
    order: 1;
  }
  .s-block__title h2 {
    font-size: 1.4rem;
  }
  .s-reviews-testimonial {
    padding: 1rem 1.5rem;
  }
  .product-index #page-main-title {
    font-size: 1rem;
  }

  .store-footer .store-footer__inner,
  .store-footer a,
  .s-social-list,
  .store-footer__inner .s-contacts-list {
    text-align: center;
    justify-content: center;
  }
  footer p.text-gray-400 {
    padding-top: 1rem;
  }
  .store-footer p.max-w-sm,
  .s-menu-footer-item {
    font-size: 0.8rem;
  }

  .store-footer h2,
  .store-footer h3,
  .store-footer .navbar-brand h2:before {
    font-size: 1.2rem;
  }
  .store-footer .navbar-brand {
    margin-bottom: 4px !important;
  }
  .store-footer > div:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
    padding: 2px 1rem 0;
    gap: 10px;
  }
  .store-footer .grid {
    gap: 0 !important;
  }
  .store-footer .grid > div {
    margin-top: 1.2rem !important;
  }
}
div[data-testid="bcio__popupTeaser"] {
  top: 140px !important;
  transform: rotate(270deg) !important;
  left: -71px !important;
}

/* Home Our Story */
.story-div {
  margin: auto;
  padding: 3rem 10%;
  background-color: #fff;
  max-width: 75% !important;
  text-align: center;
}
.story-div h2 {
  font-size: 1.7rem;
  margin: 5px auto 20px !important;
  color: #000 !important;
  font-weight: bold;
  text-align: center;
}
.story-div p {
  color: #000;
  font-size: 1.2rem !important;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 1.8;
  padding: 0 10px;
}

.story-div a.btn {
  background-color: #000;
  color: #fff !important;
  border-radius: 42px;
  display: inline-block;
  padding: 0.75rem 3rem !important;
  margin: 1rem 0;
  font-size: 1.1rem;
  font-weight: 400;
  min-width: 30%;
}
@media (max-width: 767px) {
  .story-div {
    padding: 30px 5%;
    max-width: 96% !important;
  }
  .story-div h2 {
    font-size: 1.4rem;
    margin: 1rem auto !important;
  }
  .story-div p {
    font-size: 1rem !important;
  }

  .story-div a.btn {
    margin: 1rem 0;
    font-size: 1rem;
  }
}
/* ### description accordion ### */
button.accordion {
  padding-left: 2rem !important;
  margin-bottom: 0;
  width: 100%;
  background: #98b7d3;
  color: #fff;
  border: none;
  outline: none;
  text-align: start;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  margin-top: 15px;
  border-radius: 16px;
}
html[lang="en"] button.accordion {
  padding-left: 1rem !important;
  padding-right: 2rem !important;
}

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

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

button.accordion.is-open {
  background: #98b7d3;
  color: #fff;
  border-radius: 16px 16px 0px 0px;
}
.accordion-content {
  background: #98b7d3;
  color: #fff;
  border: none;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  border-radius: 0px 0px 16px 16px;
  font-size: 14px;
  line-height: 2.5;
  text-align: start;
}

button.accordion.is-open + .accordion-content {
  padding-bottom: 1rem;
}

/* Pages .product__description + - */
.desc-div * {
  word-break: break-word;
}
.desc-div button.accordion {
  background: #fff;
  border: none;
  border-bottom: 1px solid #f4f7fa;
  border-radius: 0;
  margin-top: 10px;
  font-weight: 700 !important;
  color: #333 !important;
}
.desc-div button.accordion.is-open {
  background: #fff;
  color: #2b2b2b;
  border: 1px solid #f4f7fa;
  border-radius: 8px 8px 0px 0px;
}
.desc-div .accordion-content {
  padding: 0 15px;
  overflow: hidden;
  border: 1px solid #f4f7fa;
  background: #fff;
  border-top: none;
  border-radius: 0;
}
.desc-div button.accordion.is-open + .accordion-content {
  background: #fff;
  border: 1px solid #f4f7fa;
  color: #333;
  border-top: none;
  padding-bottom: 1rem;
  font-weight: 700 !important;
  border-radius: 0px 0px 8px 8px;
}
.desc-div button.accordion.is-open:after {
  color: #000;
}
.desc-div button.accordion:after {
  color: #000;
  content: "\f053" !important;
  font-size: 16px;
}
.desc-div button.accordion.is-open:after {
  color: #000;
  content: "\f078" !important;
  content: "\f077" !important;
  font-size: 16px;
}
.desc-div a {
  color: #b51a00;
}
.desc-div {
  padding: 0 !important;
}
pre {
  white-space: pre-line !important;
}
@media (max-width: 767px) {
  button.accordion {
    padding: 10px 15px;
    font-size: 14px;
  }
  .accordion-content {
    font-size: 14px;
  }
  button.accordion:after {
    top: 0.55rem;
  }
  button.accordion:after {
    font-size: 18px;
  }
}