#top-bar {
  display: none !important;
}

.footer-secondary .payment-icons {
  display: none !important;
}

.footer-contact-skyline {
  background: #1f2c3f;
  color: #ffffff;
  padding: 24px 60px 24px 24px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  direction: rtl;
  text-align: right;
  border-radius: 0 0 12px 12px;
}

.footer-contact-skyline__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.footer-contact-skyline__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
  font-size: 15px;
}

.footer-contact-skyline__link {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-contact-skyline__link:hover {
  opacity: 0.85;
}

.footer-contact-skyline__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.footer-contact-skyline__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-contact-skyline__cta {
  font-weight: 700;
}

footer.footer-wrapper {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  min-height: 0 !important;
}

footer.footer-wrapper::before,
footer.footer-wrapper::after {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .footer-contact-skyline {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-radius: 0;
  }

  .footer-contact-skyline__links {
    justify-content: flex-start;
  }
}

/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: ایران فلتسام
Theme URI: http://flatsomee.ir/
Author URI: http://flatsomee.ir/
Template: flatsome
Version: 3.10.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.header .account-item,
.header .cart-item,
.off-canvas .account-item,
.off-canvas .cart-item {
  display: none !important;
}

#logo,
#logo img {
  display: none !important;
}

.absolute-footer {
  display: none !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}