/* Font */
@font-face {
  font-family: 'GE SS Two Medium';
  src: url('https://wpazzrk.github.io/uploaded_fonts/GE_SS_Two_Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'GE SS Two Medium', sans-serif;
}

/* BODY */
body {
    background-color: #fff;
}

/* Header */
#mainnav {
    height: unset !important;
}
.top-navbar {
    background-color: var(--color-primary);
}
.top-navbar * {
    color: #fff;
}
.top-navbar ::placeholder {
    color: #000;
}
.s-search-icon svg {
    fill: #000;
}
.navbar-brand img {
    max-height: 8rem;
    padding-block: 0.3rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 140px;
}

/* First Banner Start */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
width:100%;
}
section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper>div{
padding:0 !important;
}
section:first-of-type.s-block.s-block--photos-slider{
margin-top:0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0;
}
/* Hide right-left arrows */
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}
img,
.banner-entry {
  background-color: unset !important;
}
/* First Banner End */

/* Products Start */
.s-block--best-offers h2 {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.s-block--best-offers h2::before {
    content: "";
    width: 15px;
    height: 35px;
    background-color: var(--color-primary);
    display: block;
}
salla-add-product-button button {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}
@media (width < 768px) {
    .s-products-slider-card.swiper-slide {
        width: 55%;
    }
}
/* Products End */

/* Footer Start */
.footer-is-light .store-footer .store-footer__inner{
    background-color: #021C11;
    color: white;
    border: none;
}
.footer-is-light .store-footer{
    background-color: #021C11;
}

/* remove border - xmoaaz */
.footer-is-light .store-footer .contact-social {
  border: none;
}
.copyright-text p {
  color: #fff;
}
/* color: black to icons's border */
span.s-contacts-icon {
    border-color: #fff;
}
.store-footer .copyright-text a:hover {
    opacity: 0.7;
    color: #fff;
}

.unicode {
  text-align: right;
}
@media (width < 1024px) {
    footer * {
          margin-left: auto;
          margin-right: auto;
          text-align: center;
    }
}
/* Footer End */
/* English Font */
#mainnav * {
    font-family: sans-serif;
}

/* Whatsapp on Products  */
custom-salla-product-card .w-full salla-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.whatsapp-icon {
    max-width: 50px;
    padding-right: 0.8rem;
  border-right: 1px solid #aaa;
}
/* Footer End */
/* English Font */
#mainnav * {
    font-family: sans-serif;
}
/** Modify Font Family **/
.s-advertisement-content-main a,
.copyright-text,
.s-contacts-item,
.s-trust-badges-number,
.s-contacts-topnav-link {
    font-family: sans-serif;
}