/* =========================
   SMART COFFEE NAVBAR COLORS START
========================= */

#mainnav,
#mainnav .inner,
#mainnav .container {
  background: #222222 !important;
  border: 0 !important;
}

/* LINKS */

#mainnav custom-main-menu nav > ul > li > a,
#mainnav custom-main-menu nav > ul > li > a span {
  color: #F5F5F5 !important;
  transition: .25s ease;
}

#mainnav custom-main-menu nav > ul > li > a:hover,
#mainnav custom-main-menu nav > ul > li > a:hover span {
  color: #B8B8B8 !important;
}

/* ICONS */

#mainnav .sicon-menu,
#mainnav .header-btn__icon,
#mainnav .s-cart-summary-wrapper i,
#mainnav .s-user-menu-login-btn svg,
#mainnav .s-user-menu-login-btn svg path,
#mainnav .s-cart-summary-wrapper svg,
#mainnav .s-cart-summary-wrapper svg path {
  color: #F5F5F5 !important;
  fill: #F5F5F5 !important;
  transition: .25s ease;
}

/* CART COUNT */

#mainnav .s-cart-summary-count {
  background: #F5F5F5 !important;
  color: #222222 !important;
  border: 0 !important;
}

/* TOTAL */

#mainnav .s-cart-summary-total,
#mainnav .s-cart-summary-total i {
  color: #F5F5F5 !important;
}

/* HOVER EFFECT */

#mainnav .s-user-menu-login-btn:hover svg,
#mainnav .s-cart-summary-wrapper:hover svg,
#mainnav .sicon-menu:hover {
  opacity: .75;
}

/* =========================
   SMART COFFEE NAVBAR COLORS END
========================= */

/* =========================
   SMART COFFEE TOP NAVBAR START
========================= */

.top-navbar {
  display: none !important;
}
.s-block.s-block--fixed-banner.wide-placeholder .container{
max-width: 100%;
  padding-left: 0px;
    padding-right: 0px;
  margin-top: 0;
  
}

.s-block.s-block--fixed-banner.wide-placeholder {
  margin-top: 0;
}
@media (min-width: 640px) {
    .s-block {
        margin-top: 0px;
    }
}
/* =========================
   SMART COFFEE TOP NAVBAR END
========================= */
/* =========================
   SMART COFFEE OFFER SECTION START
========================= */

.sc-custom-offer {
  background: #e8e8e8;
  padding: 72px 32px;
  direction: rtl;
  overflow: hidden;
}

.sc-custom-offer-container {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 520px 1fr;
  align-items: center;
  gap: 95px;
}

/* IMAGE */

.sc-custom-offer-image-wrap {
  position: relative;
  width: 520px;
}

.sc-custom-offer-frame {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 100%;
  height: 100%;

  background: transparent;

  border: 1.5px solid #cfcfcf;
  border-radius: 13px;

  z-index: 0;
}

.sc-custom-offer-image {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

/* CONTENT */

.sc-custom-offer-content {
  text-align: right;
  color: #3a3a3a;
  transform: translateY(-6px);
}

.sc-custom-offer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 28px;
  padding: 0 24px;
  border: 1px solid #8f8f8f;
  border-radius: 999px;
  font-size: 15px;
  color: #505050;
  background: transparent;
  margin-bottom: 24px;
}

.sc-custom-offer-title {
  font-size: 38px;

  margin: 0 0 11px;
  color: #3a3a3a;
  white-space: nowrap;
  font-weight: 700;
  line-height: 34px;
}

.sc-custom-offer-title span {
  color: #3a3a3a;
  font-size: 35px;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
}

.sc-custom-offer-sub {
  font-size: 20px;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 22px;
}

.sc-custom-offer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.sc-custom-offer-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 400;
}

/* CHECK ICON */

.sc-check-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;

  border-radius: 50%;
  background: #6b6b6b;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  margin-right: 2px;
}

.sc-check-icon svg {
  width: 10px;
  height: 10px;
}
/* BUTTON */

.sc-custom-offer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  min-width: 170px;
  padding: 0 26px;
  border-radius: 8px;
  background: #3f3f3f;
  border: 1px solid #3f3f3f;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.25s ease;
}

.sc-custom-offer-btn:hover {
  background: #525252;
  transform: translateY(-2px);
  opacity: 0.92;
}

@media (max-width: 991px) {
  .sc-custom-offer {
    padding: 42px 18px;
  }

  .sc-custom-offer-container {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .sc-custom-offer-image-wrap {
    width: 100%;
  }

  .sc-custom-offer-title {
    font-size: 28px;
    white-space: normal;
  }

  .sc-custom-offer-title span {
    font-size: 38px;
  }

  .sc-custom-offer-sub {
    font-size: 18px;
  }

  .sc-custom-offer-list li {
    font-size: 16px;
  }

  .sc-custom-offer-btn {
    width: 100%;
    height: 52px;
    font-size: 16px;
  }
}

/* =========================
   SMART COFFEE OFFER SECTION END
========================= */

/* =========================
   SMART COFFEE PRODUCTS
========================= */

/* عنوان السكشن */

.s-block__title {
  position: relative;
  margin-bottom: 38px !important;
}

/* subtitle */

.s-block__title .right-side::after {
  content: "كل كبسولة.. هدف مختلف";
  display: block;
  margin-top: 10px;

  font-size: 18px;
  font-weight: 500;
  color: #666666;
}

/* عنوان السكشن */

.s-block__title h2 {
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #282E33 !important;
  margin-bottom: 0 !important;
}

/* الكروت */

.s-product-card-entry {
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 18px !important;

  overflow: hidden !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease !important;
}

/* hover */

.s-product-card-entry:hover {
  transform: translateY(-6px);
  border-color: #d6d6d6 !important;

  box-shadow:
    0 18px 40px rgba(0,0,0,.06) !important;
}

/* الصورة */

.s-product-card-image {
  background: #f7f7f7 !important;
}

/* اسم المنتج */

.s-product-card-content-title a {
  font-family:
    Inter,
    Poppins,
    Arial,
    sans-serif !important;

  font-size: 20px !important;
  font-weight: 700 !important;

  color: #282E33 !important;

  letter-spacing: -.3px;
}


.s-product-card-price {
  color: #666 !important;

  font-size: 15px !important;
  font-weight: 700 !important;
}


.s-product-card-content-footer .s-button-element {
  background: #282E33 !important;
  border-color: #282E33 !important;

  color: #fff !important;

  border-radius: 12px !important;

  transition: .25s ease !important;
}

.s-product-card-content-footer .s-button-element:hover {
  background: #000 !important;
  border-color: #000 !important;

  transform: translateY(-2px);
}


.s-product-card-wishlist-btn .s-button-element {
  backdrop-filter: blur(8px);

  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
}


.s-block__title {
  position: relative;
  margin-bottom: 38px !important;
  padding-top: 40px !important;
  text-align: center !important;
}

.s-block__title .right-side {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.s-block__title h2 {
  text-align: center !important;
}
@media (max-width: 768px) {

  .s-block__title h2 {
    font-size: 30px !important;
  }

  .s-block__title .right-side::after {
    font-size: 15px;
  }

  .s-product-card-content-title a {
    font-size: 20px !important;
  }
}

/* =========================
   SMART COFFEE PRODUCTS SECTION START
========================= */

.sc-products-section {
  background: #eeeeee;
  padding: 70px 24px;
  direction: rtl;
}

.sc-products-header {
  max-width: 1220px;
  margin: 0 auto 65px;
  text-align: center;
 
}

.sc-products-header h2 {
  margin: 0 0 8px;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  color: #666666;
}

.sc-products-header h2 span {
  color: #282E33;
}

.sc-product-card h3 {
  font-family: Arial, sans-serif;
  font-weight: 500;
}
.sc-products-header p {
  margin: 0;
  font-size: 23px;
  line-height: 1.6;
  color: #999999;
}

.sc-products-grid {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 86px 38px;
}

.sc-product-card {
  position: relative;
  min-height: 258px;
  padding: 86px 32px 30px;
  border-radius: 18px;
  text-align: center;
  overflow: visible;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
  transition: transform .28s ease, box-shadow .28s ease;
}

.sc-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(0,0,0,.08));
  pointer-events: none;
}

.sc-product-card img {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 124px;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 28px rgba(0,0,0,.22);
  z-index: 2;
}

.sc-product-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 26px;
  font-size: 18px;
  font-weight: 800;
  color: #111111;
}

.sc-product-card p {
  position: relative;
  z-index: 2;
  margin: 0 auto 28px;
  max-width: 285px;
  min-height: 54px;
  font-size: 15px;
  line-height: 1.85;
  color: #ffffff;
}

.sc-product-card a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 38px;
  border: 1.2px solid rgba(255,255,255,.9);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  background: rgba(255,255,255,.08);
  transition: .25s ease;
}

.sc-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 40px rgba(0,0,0,.16);
}

.sc-product-card:hover a {
  background: #ffffff;
  border-color: #ffffff;
}

/* CARD COLORS */

.sc-card-focus {
  background: #d4d875;
}

.sc-card-energy {
  background: #5c6a70;
}

.sc-card-keto {
  background: #a8b9d2;
}

.sc-card-libido {
  background: #7f8078;
}

.sc-card-reshape {
  background: #716967;
}

.sc-card-centric {
  background: #3d93bd;
}

/* MOBILE */

@media (max-width: 991px) {
  .sc-products-section {
    padding: 52px 16px;
  }

  .sc-products-header {
    text-align: center;
    margin-bottom: 54px;
  }

  .sc-products-header h2 {
    font-size: 34px;
  }

  .sc-products-header p {
    font-size: 18px;
  }

  .sc-products-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .sc-product-card {
    min-height: 245px;
    padding: 82px 24px 26px;
  }
}

/* =========================
   SMART COFFEE PRODUCTS SECTION END
========================= */
/* =========================
   SMART COFFEE WHY SECTION START
========================= */

.sc-why-section {
  background: transparent;
  padding: 56px 24px;
  direction: rtl;
}

.sc-why-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #000000;
  margin: 0 0 34px;
  line-height: 1.25;
}

.sc-why-title span {
  color: #666666;
}

.sc-why-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.sc-why-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  min-height: 205px;
  padding: 30px 24px 26px;
  text-align: center;
  color: #666666;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
}

.sc-why-icon {
  color: #444444;
  height: 48px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.28s ease,
    color 0.28s ease;
}

.sc-why-icon svg {
  display: block;
  max-width: 44px;
  max-height: 44px;
}

.sc-why-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  color: #333333;
}

.sc-why-card p {
  margin: 0 auto;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.8;
  color: #666666;
}

.sc-why-card:hover {
  transform: translateY(-8px);
  border-color: #666666;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.10);
  background: #fafafa;
}

.sc-why-card:hover .sc-why-icon {
  transform: translateY(-4px) scale(1.08);
  color: #000000;
}

@media (max-width: 991px) {
  .sc-why-section {
    padding: 42px 16px;
  }

  .sc-why-title {
    font-size: 28px;
  }

  .sc-why-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sc-why-card {
    min-height: auto;
  }
}

/* =========================
   SMART COFFEE WHY SECTION END
========================= */
/* =========================
   SMART COFFEE COMPARE TABLE
========================= */

.sc-compare-section {
  padding: 60px 20px;
  background: #EEEEEE;
  direction: rtl;
}

.sc-compare-title {
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 34px;
  color: #000000;
  line-height: 1.2;
}

.sc-compare-title span {
  color: #666666;
}

.sc-compare-wrap {
  max-width: 1220px;
  margin: auto;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.035);
}

.sc-compare-table {
  width: 100%;
  border-collapse: collapse;
}

.sc-compare-table thead {
  background: #333333;
}

.sc-compare-table thead th {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 26px 20px;
  text-align: center;
}

.sc-compare-table tbody td {
  padding: 34px 28px;
  text-align: center;
  font-size: 21px;
  line-height: 1.7;
  border-bottom: 1px solid #dddddd;
  color: #222222;
  font-weight: 600;
  vertical-align: middle;
}

.sc-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.sc-compare-feature {
  font-weight: 800 !important;
  color: #000000 !important;
  width: 28%;
}

.sc-smart {
  color: #000000 !important;
  font-weight: 700 !important;
}

.sc-normal {
  color: #666666 !important;
  font-weight: 700 !important;
}

.sc-compare-table tbody tr {
  transition: background .25s ease;
}

.sc-compare-table tbody tr:hover {
  background: #f7f7f7;
}

/* MOBILE RESPONSIVE */

@media (max-width: 767px) {

  .sc-compare-section {
    padding: 38px 14px;
  }

  .sc-compare-title {
    font-size: 28px;
    line-height: 1.45;
    margin-bottom: 24px;
  }

  .sc-compare-wrap {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
  }

  .sc-compare-table,
  .sc-compare-table thead,
  .sc-compare-table tbody,
  .sc-compare-table tr,
  .sc-compare-table th,
  .sc-compare-table td {
    display: block;
    width: 100%;
  }

  .sc-compare-table thead {
    display: none;
  }

  .sc-compare-table tbody tr {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
  }

  .sc-compare-table tbody td {
    text-align: right;
    font-size: 15px;
    line-height: 1.8;
    padding: 16px 18px;
    border-bottom: 1px solid #eeeeee;
  }

  .sc-compare-table tbody td:last-child {
    border-bottom: 0;
  }

  .sc-compare-feature {
    background: #333333;
    color: #ffffff !important;
    font-size: 17px !important;
    width: 100%;
  }

  .sc-smart::before {
    content: "كبسولات سمارت كوفي";
    display: block;
    color: #000000;
    font-weight: 800;
    margin-bottom: 6px;
  }

  .sc-normal::before {
    content: "القهوة العادية";
    display: block;
    color: #666666;
    font-weight: 800;
    margin-bottom: 6px;
  }
}



/* =========================
   END COMPARE TABLE
========================= */

/* =========================
   FAQ SECTION CUSTOM STYLE
========================= */

.s-block-trust-faq {
  background: #EEEEEE !important;
  padding: 70px 20px !important;
}

/* TITLE */

.s-block-trust-faq-title {
  text-align: center !important;
  font-size: 44px !important;
  font-weight: 800 !important;
  color: #000000 !important;
  margin-bottom: 34px !important;
  line-height: 1.2 !important;
}

/* FAQ WRAPPER */

.s-block-trust-faq-items-wrapper {
  max-width: 1120px !important;
  margin: auto !important;
}

/* CARD */

.s-block-trust-faq-item {
  background: #FFFFFF !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  margin-bottom: 18px !important;
  transition: .25s ease !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.03) !important;
}

.s-block-trust-faq-item:hover {
  border-color: #BDBDBD !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.05) !important;
}

/* QUESTION */

.s-block-trust-faq-question {
  background: #FFFFFF !important;
  padding: 26px 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
}

.s-block-trust-faq-question span {
  color: #111111 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

/* ANSWER */

.s-block-trust-faq-answer {
  background: #FFFFFF !important;
}

.s-block-trust-faq-answer-inner {
  padding: 0 30px 28px !important;
}

.s-block-trust-faq-answer-content p {
  color: #666666 !important;
  font-size: 18px !important;
  line-height: 2 !important;
  margin: 0 !important;
}

/* ICON */

.s-block-trust-faq-question::before {
  content: "−";
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: 1.5px solid #888888;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-left: 18px;
}

/* MOBILE */

@media (max-width: 767px) {

  .s-block-trust-faq {
    padding: 50px 14px !important;
  }

  .s-block-trust-faq-title {
    font-size: 30px !important;
    line-height: 1.4 !important;
  }

  .s-block-trust-faq-question {
    padding: 20px 18px !important;
  }

  .s-block-trust-faq-question span {
    font-size: 18px !important;
  }

  .s-block-trust-faq-answer-inner {
    padding: 0 18px 22px !important;
  }

  .s-block-trust-faq-answer-content p {
    font-size: 15px !important;
    line-height: 1.9 !important;
  }
}

/* =========================
   END FAQ SECTION
========================= */
/* =========================
   SMART COFFEE TESTIMONIALS START
========================= */

.s-block--custom-testimonials {
  background: #eeeeee !important;
  padding: 70px 20px !important;
  border-radius: 0 !important;
}

.s-reviews-container {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.s-reviews-header {
  color: #282E33 !important;
  font-size: 38px !important;
  font-weight: 800 !important;
  text-align: center !important;
  margin-bottom: 36px !important;
}

.s-reviews-testimonial__inner {
  background: #ffffff !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.06) !important;
  padding: 38px 34px !important;
  min-height: 260px !important;
  position: relative !important;
}

.s-reviews-testimonial__avatar img {
  width: 72px !important;
  height: 72px !important;
  border-radius: 50% !important;
  border: 3px solid #eeeeee !important;
}

.s-reviews-testimonial__text p {
  color: #555555 !important;
  font-size: 18px !important;
  line-height: 1.9 !important;
  margin: 18px 0 22px !important;
}

.s-reviews-testimonial__info h2 {
  color: #282E33 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.s-rating-stars-selected svg path {
  fill: #282E33 !important;
}

.s-reviews-testimonial__icon {
  opacity: .08 !important;
  color: #282E33 !important;
}

.s-reviews-testimonial__icon svg path {
  fill: #282E33 !important;
}

.s-slider-nav-arrow {
  background: #282E33 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  border: 0 !important;
  transition: .25s ease !important;
}

.s-slider-nav-arrow svg path {
  fill: #ffffff !important;
}

.s-slider-nav-arrow:hover {
  transform: translateY(-2px) !important;
  opacity: .88 !important;
}

@media (max-width: 768px) {
  .s-block--custom-testimonials {
    padding: 48px 14px !important;
  }

  .s-reviews-header {
    font-size: 28px !important;
  }

  .s-reviews-testimonial__inner {
    padding: 28px 20px !important;
    min-height: auto !important;
  }

  .s-reviews-testimonial__text p {
    font-size: 15px !important;
  }
}

.s-reviews-header-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.s-reviews-header {
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 40px !important;
}
/* =========================
   SMART COFFEE TESTIMONIALS END
========================= */

/* =========================
   SMART COFFEE FOOTER START
========================= */

.store-footer,
.store-footer__inner {
  background: #0D0D0D !important;
  color: #ffffff !important;
}

.store-footer * {
  color: #ffffff !important;
  border-color: transparent !important;
}

/* LINKS */

.store-footer a,
.store-footer a span,
.store-footer .unicode {
  color: #D6D6D6 !important;
  text-decoration: none !important;
}

.store-footer a:hover,
.store-footer a:hover span {
  color: #ffffff !important;
}

/* TEXT */

.store-footer p,
.store-footer b,
.store-footer .text-text-grey,
.store-footer .text-gray-400,
.store-footer .s-trust-badges-label,
.store-footer .s-trust-badges-number {
  color: #9E9E9E !important;
}

/* TITLES */

.store-footer h1,
.store-footer h2,
.store-footer h3,
.store-footer h4,
.store-footer .s-contacts-title {
  color: #ffffff !important;
}

/* ICONS */

.store-footer svg,
.store-footer svg path,
.store-footer i {
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* REMOVE BORDERS & BOXES */

.store-footer .s-trust-badges-wrapper,
.store-footer .s-contacts-item {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* FOOTER MENU */

.store-footer .s-menu-footer-list a {
  color: #BDBDBD !important;
}

.store-footer .s-menu-footer-list a:hover {
  color: #ffffff !important;
}

/* SOCIAL */

.store-footer .s-social-list a {
  opacity: .8;
  transition: .25s ease;
}

.store-footer .s-social-list a:hover {
  opacity: 1;
}

/* HIDE COPYRIGHT BAR */

.store-footer > .md\:flex,
.store-footer .copyright-text,
.store-footer salla-payments {
  display: none !important;
}

/* =========================
   SMART COFFEE FOOTER END
========================= */