/* Add custom CSS styles below */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..600&display=swap');

/* ========== Variables ========== */
:root {
  --blue-color: #1453af;
  --blue-sec-color: #1452ae;
  --sky-color: rgba(217, 217, 217, 0.24);
  --yellow-color: #f7ad39;
  --nav-gradient: linear-gradient(to left, #6b1a3a 0%, #3b1a6b 40%, #040151 100%);
}

/* ========== Font ========== */
body:not(i) {
  font-family: "Noto Sans Arabic", sans-serif !important;
}

body {
  background: #fff;
  background-image: none !important;
}

body[style*="background-image"] {
  background-image: none !important;
}

.product-single {
  background: #fff;
}

/* ========== Header Background ========== */
.store-header,
.main-nav-container,
#mainnav,
#mainnav .inner,
#mainnav .inner.bg-inherit,
.store-header .top-navbar,
.store-header #mainnav,
.store-header .main-nav-container,
header.store-header,
header.store-header > div,
header.store-header > div > div,
.main-nav-container.fixed-header,
.main-nav-container.fixed-pinned,
.main-nav-container.animated,
.main-nav-container.is-sticky,
.main-nav-container.sticky {
  background: var(--nav-gradient) !important;
  background-color: transparent !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

.store-header,
.main-nav-container,
#mainnav {
  z-index: 9999 !important;
}

/* ========== Header Icons & Text White ========== */
#mainnav *:not(input):not(img) {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
  border-color: rgba(255,255,255,0.3) !important;
}

#mainnav svg *,
#mainnav svg path,
#mainnav svg rect,
#mainnav svg circle,
#mainnav svg polyline {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

#mainnav a {
  color: #ffffff !important;
}

/* ========== Top Navbar ========== */
div.top-navbar *,
div.top-navbar a,
div.top-navbar span,
div.top-navbar button,
div.top-navbar i {
  color: #ffffff !important;
}

div.top-navbar svg,
div.top-navbar svg path,
div.top-navbar svg circle,
div.top-navbar svg line,
div.top-navbar svg rect {
  stroke: #ffffff !important;
  fill: #ffffff !important;
  filter: none !important;
}

.s-contacts-topnav-link::before,
.s-contacts-topnav-link,
a.s-contacts-topnav-link {
  color: #ffffff !important;
}

/* ========== Nav Icons SVG ========== */
header i.header-btn__icon.sicon-user,
header #s-cart-icon .header-btn__icon.icon {
  font-size: 0;
  background-color: transparent;
  border: none;
}

header .header-btn__icon {
  height: 2rem;
  width: 2rem;
}

header i.header-btn__icon.sicon-user:after {
  content: "";
  background: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/c7b51346-d689-4236-9fa0-b5ad429ed7b2.svg) no-repeat center / cover;
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) invert(1) !important;
}

header #s-cart-icon .header-btn__icon.icon:after {
  content: "";
  background: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/5d9717de-54e6-4a3f-8ac3-73ca3f0c38f4.svg) no-repeat center / cover;
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) invert(1) !important;
}

.dark body header i.header-btn__icon.sicon-user:after {
  content: "";
  background: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/df4ba6fa-2598-4427-bca1-9bc1c4c810dd.svg) no-repeat center / cover;
  width: 100%;
  height: 100%;
  display: block;
}

.dark body header #s-cart-icon .header-btn__icon.icon:after {
  content: "";
  background: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/85e48a8d-4045-4d3d-826f-2b1917307e6c.svg) no-repeat center / cover;
  width: 100%;
  height: 100%;
  display: block;
}

#mainnav i.sicon-menu,
#mainnav i.sicon-menu::before,
#mainnav button i,
#mainnav button i::before,
#mainnav button i::after {
  color: #ffffff !important;
  filter: brightness(0) invert(1) !important;
}

header i.sicon-menu.text-primary.text-2xl.rtl\:ml-2\.5.ltr\:mr-2\.5 {
  color: #ffffff !important;
}

/* ========== Cart Badge ========== */
#mainnav .s-cart-summary-count,
span.s-cart-summary-count {
  background-color: #e40761 !important;
  color: #ffffff !important;
}

header .s-cart-summary-count {
  height: 1rem;
  width: 1rem;
}

header .s-cart-summary-content {
  display: none;
}

header .header-btn__icon.icon {
  margin-left: 0 !important;
}

header salla-cart-summary {
  margin-right: 0 !important;
}

/* ========== Search Bar ========== */
.header-search input {
  height: 2.5rem !important;
}

.header-link {
  background: #F0984A;
}

.main-nav-container {
  padding-bottom: 3rem;
}

.main-nav-container .header-search {
  bottom: 25px;
}

.main-nav-container .s-search-input {
  height: 33px !important;
  font-size: 0.75rem;
  border: 1px solid;
  border-radius: 5px;
  background-color: transparent;
}

#mainnav input.s-search-input,
#mainnav .s-search-input,
#mainnav .header-search input {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #ffffff !important;
}

#mainnav input.s-search-input::placeholder,
#mainnav .s-search-input::placeholder {
  color: #999999 !important;
}

#mainnav .s-search-input-wrapper,
#mainnav .s-search-container {
  background-color: #ffffff !important;
  border-radius: 5px !important;
}

#mainnav .s-search-icon-wrap,
#mainnav .s-search-icon-wrap svg path,
#mainnav .s-search-icon-wrap svg {
  color: #333333 !important;
  fill: #333333 !important;
  stroke: #333333 !important;
}

@media only screen and (min-width: 1025px) {
  header .header-btn__icon {
    height: 2.1rem;
    width: 2.1rem;
  }

  .main-nav-container.fixed-pinned .header-search {
    display: none;
  }

  .main-nav-container .header-search {
    position: absolute;
    right: 16px;
    bottom: -10px;
    left: 16px;
    top: auto;
    z-index: 1;
    max-width: 1250px;
    margin-inline: auto;
  }

  .main-menu li.root-level > a {
    padding-bottom: 0;
    font-weight: 500;
  }

  .main-nav-container .s-search-input {
    height: 38px !important;
  }

  header .navbar-brand--main,
  .header-user-cart {
    gap: 5px;
  }

  .header-link:hover {
    opacity: 0.6;
  }

  .main-menu {
    padding-top: 0;
    padding-bottom: 0;
    row-gap: 10px;
  }
}

/* ========== Mobile Side Menu ========== */
body.menu-is-open {
  background-image: none !important;
}

#mobile-menu,
nav#mobile-menu,
nav.mobile-menu {
  background: var(--nav-gradient) !important;
}

#mobile-menu a,
#mobile-menu button,
#mobile-menu span,
#mobile-menu li,
nav#mobile-menu a,
nav#mobile-menu button,
nav#mobile-menu span,
nav#mobile-menu li {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

#mobile-menu a.collapsible-title,
nav#mobile-menu a.collapsible-title {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  color: #ffffff !important;
}

/* زر اللغة - موبايل فقط */
@media (max-width: 1024px) {
  button.btn--link {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 8px 0 !important;
    box-shadow: none !important;
  }

  button.btn--link,
  button.btn--link span,
  button.btn--link div,
  button.btn--link * {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
  }

  button.btn--link svg,
  button.btn--link svg path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }
}

/* ========== Slider ========== */
section.s-block.s-block--photos-slider {
  padding: 0 1rem 1rem;
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
  padding: 0 !important;
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 16px;
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide img {
  border-radius: 16px;
}

/* ========== Sections ========== */
section#featured-products-style2-5 {
  background: #fff;
}

.s-products-slider-card .product-entry__title,
.s-products-slider-card .product-entry__subtitle,
.s-products-slider-card .price-wrapper,
.s-products-slider-card .product-entry__price {
  text-align: center;
  justify-content: center;
}

.s-products-slider-card .s-button-primary-outline.s-button-loader-center {
  background: var(--blue-sec-color) !important;
  color: #fff;
}

.s-products-slider-card .s-button-primary-outline.s-button-loader-center span.flex {
  flex-direction: row-reverse;
}

.s-products-slider-card .sicon-shopping-bag {
  font-size: 0;
  content: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/a23d66ed-3003-468d-a24a-0531005a1bee.svg);
}

.banner--fixed img {
  background: transparent;
}

section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(7) {
  margin-top: 10rem !important;
}

/* ========== Questions ========== */
section.s-block.s-block--questions .questions-details {
  border: none;
}

section.s-block.s-block--questions .questions-details .btn--accordion {
  border-radius: 12px;
  background: transparent;
  padding: 5px 15px;
}

section.s-block.s-block--questions .accordion-container {
  border: 1px solid #000;
  border-radius: 12px;
}

section.s-block.s-block--questions .accordion-container h2 {
  font-size: 1rem;
  font-weight: 700;
}

.s-block--questions .accordion-container.is-opened .btn--accordion {
  color: var(--blue-color);
}

.s-block--questions .accordion-container .desc {
  border: none;
}

.s-block--questions .s-block__title {
  justify-content: center;
  text-align: center;
}

/* ========== Features ========== */
section.s-block.s-block--features:before {
  content: "لماذا نحن";
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
}

section.s-block.s-block--features .s-block--features__item {
  padding: 0;
}

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

section.s-block.s-block--features .grid .s-block--features__item:first-child {
  grid-column: auto;
}

section.s-block.s-block--features .grid .s-block--features__item .feature-icon {
  background: transparent;
}

section.s-block.s-block--features .grid .s-block--features__item .feature-icon .sicon-activity,
section.s-block.s-block--features .grid .s-block--features__item .feature-icon .sicon-check-circle,
section.s-block.s-block--features .grid .s-block--features__item .feature-icon .sicon-fire {
  font-size: 0;
}

section.s-block.s-block--features .grid .s-block--features__item .feature-icon .sicon-activity:after {
  content: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/83981a66-a92f-472b-904c-b11695a86f44.svg);
}

section.s-block.s-block--features .grid .s-block--features__item .feature-icon .sicon-check-circle {
  content: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/d5c53b8e-7b6b-46dd-b99e-09a33cca3d08.svg);
}

section.s-block.s-block--features .grid .s-block--features__item .feature-icon .sicon-fire {
  content: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/01f0fda7-d4c1-4009-aca3-f3851522c76b.svg);
}

/* ========== Banners ========== */
section.s-block.s-block--banners.container .banner-entry {
  transition: all 0.3s ease;
  background-color: transparent;
}

section.s-block.s-block--banners.container .banner-entry .lazy__bg {
  background-repeat: no-repeat;
  background-size: contain;
}

section.s-block.s-block--banners.container .md\:grid-cols-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

section.s-block.s-block--banners.container .s-block__title .right-side h2 {
  text-align: center;
  width: 100%;
}

section.s-block.s-block--banners.container .s-block__title .right-side {
  padding-left: 0 !important;
}

section.s-block.s-block--banners.container .s-block__title {
  justify-content: center;
  padding-top: 4rem;
}

section.s-block.s-block--banners.container .banner-entry:hover {
  opacity: 0.6;
}

section.s-block.s-block--banners.container {
  max-width: 1000px;
  margin-top: 0;
}

/* ========== Product Single ========== */
.product-single section.flex.bg-white.dark\:bg-darker.p-5.sm\:pb-0.rounded-md.rounded-b-none,
.product-single section.sticky-product-bar.bg-white.dark\:bg-darker.p-5.rounded-b {
  background: linear-gradient(to right, rgba(223, 223, 223, 1), rgba(246, 246, 246, 1));
  border-radius: 8px;
  padding: 1rem;
}

.dark .product-single section.flex.bg-white.dark\:bg-darker.p-5.sm\:pb-0.rounded-md.rounded-b-none,
.dark .product-single section.sticky-product-bar.bg-white.dark\:bg-darker.p-5.rounded-b {
  background: transparent !important;
}

#app .s-quantity-input-container {
  border-color: #000;
}

.product-single section.sticky-product-bar.bg-white.dark\:bg-darker.p-5.rounded-b {
  margin: 1rem 0;
}

.product-single .s-product-options-wrapper {
  padding: 0;
}

.product-single .s-product-options-wrapper input {
  background: linear-gradient(to right, rgba(223, 223, 223, 1), rgba(246, 246, 246, 1));
  border-radius: 8px;
}

/* ========== Testimonials ========== */
.testimonials-slider .testimonial__inner {
  align-items: center;
  gap: 0;
  text-align: center;
  flex: unset;
  height: 100%;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 16px;
  color: #000;
  padding: 15px 10px;
}

.dark body .testimonials-slider .testimonial__inner {
  border: 1px solid #fff;
  color: #fff;
}

section.s-block.s-block--testimonials .s-slider-block__title {
  justify-content: center;
}

section.s-block.s-block--testimonials .s-slider-block__title-right h2,
section.s-block.s-block--testimonials .s-slider-block__title-right {
  padding: 0 !important;
}

section.s-block.s-block--testimonials .testimonials-slider .testimonial__text {
  background: transparent;
  padding: 0;
  align-items: center;
  flex: unset;
}

section.s-block.s-block--testimonials .testimonials-slider .testimonial__text::after,
.testimonials-slider .testimonial h4 {
  display: none;
}

.dark body .testimonials-slider .testimonial span {
  color: #fff;
}

.testimonials-slider .testimonial span {
  opacity: 1;
  color: #000;
}

/* ========== Products ========== */
#enhaced-fixed-products-1 .product-entry__image img {
  object-fit: contain;
}

#enhaced-fixed-products-1 .product-entry__image {
  max-height: 240px;
}

.s-block__title .btn--main button {
  padding: 0px 15px !important;
  font-size: 14px !important;
}

.product-entry:not(.product-entry--coupon):hover .product-entry__image img {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
}

/* ========== Comments ========== */
.s-comments-product .border-b.last\:border-0.mb-8.pb-8.last\:pb-0.border-gray-200.dark\:border-white\/10.list-block {
  background-color: rgba(240, 240, 240, 0.6);
  padding: 1.5rem 1rem;
  border: none;
}

.s-comments-product .comment img {
  width: 0;
  height: 0;
}

.s-comments-product .comment div.flex-none:before {
  content: "";
  background: url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/c7b51346-d689-4236-9fa0-b5ad429ed7b2.svg) no-repeat center / cover;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

/* ========== Product Page ========== */
.regular-price, .normal-price, .before-price, .total-price, .sale-price {
  color: var(--blue-color);
}

.dark body .regular-price,
.dark body .normal-price,
.dark body .before-price,
.dark body .total-price,
.dark body .sale-price {
  color: #fff !important;
}

.product-single .main-content h1,
.product-single .main-content div h4 {
  color: var(--blue-color);
}

salla-quick-order {
  border: none;
}

.product-index .w-full > .product-entry__image {
  display: none;
}

/* ========== Footer ========== */
footer,
.store-footer__inner {
  background: var(--nav-gradient) !important;
  border-radius: 32px 32px 0 0;
}

.store-footer h3 {
  border: none;
}

footer {
  width: 93% !important;
  margin: 4rem auto 0 !important;
}

footer .md\:flex.items-center.justify-between.py-4.container.text-center {
  background: transparent !important;
  max-width: 100%;
}

footer *,
.store-footer__inner * {
  color: #ffffff !important;
}

/* ========== Accordion ========== */
button.accordion {
  padding-left: 2rem !important;
  margin-bottom: 0;
  background-color: #fff;
  color: #000;
  border: none;
  outline: none;
  text-align: right;
  padding: 5px 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  margin-top: 15px;
  font-weight: 700;
  border: 1px solid #e7e7e7;
  border-top: none;
  border-radius: 4px 4px 0px 0px;
}

.article.article--main.article--product-details.mb-50 {
  margin-bottom: 0 !important;
}

.article p {
  padding: 10px;
  margin: 0px;
}

button.accordion:after {
  content: "+" !important;
  font-size: 16px;
  float: left;
  position: absolute;
  left: 1rem;
  top: 1.2rem;
}

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: "\f077" !important;
}

button.accordion.is-open {
  background-color: #2b2b2b;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
}

button.accordion.is-open strong {
  color: #fff !important;
}

.accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  border-radius: 0px 0px 4px 4px;
}

.description-div {
  padding-bottom: 20px;
}

.description-div button.accordion:after {
  font-family: "Font Awesome 5 Pro";
  content: "\2b" !important;
  font-size: 18px;
  font-weight: bold;
  left: 1rem;
  top: 0.6rem;
  transition: content 0.3s ease-in-out;
}

html[lang="en"] .description-div button.accordion:after {
  right: 1rem;
}

.description-div button.accordion.is-open:after {
  content: "-" !important;
  font-size: 18px;
  font-weight: 300;
}

.description-div button.accordion.is-open {
  background-color: #eee;
  color: #2b2b2b;
  border: 1px solid #e7e7e7;
}

.description-div .accordion-content a {
  color: #040C41CC !important;
}

.description-div .accordion-content a:hover {
  color: #040C41CC !important;
  text-decoration: underline;
}

/* ========== Media Queries ========== */
@media (min-width: 768px) {
  section.s-block.s-block--banners.container .banner-entry {
    height: 392px;
    transition: all 0.3s ease;
  }
}

@media (max-width: 768px) {
  section.s-block.s-block--banners.container .md\:grid-cols-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  section.s-block.s-block--banners.container .banner-entry {
    max-height: 150px;
    transition: all 0.3s ease;
  }

  section.s-block.s-block--banners.container .s-block__title .right-side h2:after {
    font-size: 1.1rem;
  }

  .navbar-brand img {
    max-height: 2.5rem;
  }

  header .s-cart-summary-total {
    display: none;
  }

  .header-search {
    min-width: auto;
  }

  .main-nav-container {
    min-height: 130px;
  }

  footer,
  footer.store-footer a,
  .store-footer__inner .container div.flex {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  footer.store-footer a {
    text-align: center;
  }

  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(7) {
    margin-top: 4rem !important;
  }

  section.s-block.s-block--photos-slider {
    margin-top: 0;
  }

  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .product-index .s-products-list-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* ========== Product Index ========== */
.product-index .product-entry {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  text-align: center;
}

.product-index .price-wrapper {
  color: #000;
}

.product-index .product-entry--cat {
  align-items: center;
  gap: 10px;
  padding: 15px;
}

.product-index .s-products-list-wrapper {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-index .product-entry--cat .product-entry__image img {
  min-height: auto;
  height: auto;
}

.product-index .product-entry--cat .product-entry__image {
  height: auto;
  max-height: fit-content;
  width: auto;
  padding: 0;
}

.product-index .product-entry--cat .promotion-badge-wrap {
  top: 1.25rem;
  margin-top: .75rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: rgba(255, 28, 28, 1);
  padding: .125rem .5rem;
  font-size: .75rem;
  line-height: 1rem;
  color: #fff;
}

/* ========== Wallet ========== */
.mycode-wallet-home-wrap {
  margin: 14px 16px 18px;
  direction: rtl;
}

.mycode-wallet-home-card {
  display: block;
  text-decoration: none;
  background: linear-gradient(135deg, #7b43f3 0%, #5e31ea 100%);
  border-radius: 18px;
  padding: 18px 16px;
  color: #fff;
  box-shadow: 0 8px 24px rgba(95,49,234,.18);
}

.mycode-wallet-home-card:hover {
  transform: translateY(-2px);
  transition: .25s ease;
}

.mycode-wallet-home-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mycode-wallet-home-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.mycode-wallet-home-icon {
  font-size: 24px;
  color: #fff;
  opacity: .95;
}

.mycode-wallet-home-balance {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}

.mycode-wallet-home-note {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255,255,255,.9);
}

@media (max-width: 768px) {
  .mycode-wallet-home-wrap {
    margin: 12px 14px 16px;
  }

  .mycode-wallet-home-card {
    border-radius: 16px;
    padding: 16px 14px;
  }

  .mycode-wallet-home-title {
    font-size: 18px;
  }

  .mycode-wallet-home-balance {
    font-size: 24px;
  }
}
/* ========== Desktop Dropdown Menu ========== */
.main-menu li .sub-menu,
.main-menu li ul.sub-menu,
.main-menu li .mobile-collapsible,
.main-menu li .sub-level,
[class*="sub-menu"],
[class*="sub-level"],
.mega-menu,
.dropdown {
  background: var(--nav-gradient) !important;
  background-color: transparent !important;
}

.main-menu li .sub-menu a,
.main-menu li ul.sub-menu a,
.main-menu li .sub-level a,
[class*="sub-menu"] a,
[class*="sub-level"] a,
.mega-menu a,
.dropdown a {
  color: #ffffff !important;
  background: transparent !important;
}

.main-menu li .sub-menu a:hover,
[class*="sub-menu"] a:hover {
  opacity: 0.8 !important;
}