.main-menu li.root-level>a {
 
    color: #fff;
}
 .sicon-search:before {
    content: "\ef09";
    color: #fff;
}
 .sicon-user:before {
    content: "\f078";
    color: #fff;
}
.sicon-cart:before {
    content: "\e96b";
    color: #fff;
}

.advanced-slider {
    margin-top: 0rem;
}
.main-nav-container .inner {
    padding-bottom: 6px;
    padding-top: 6px;
    background: #310808;
}
.navbar-brand img {
    max-height: 126px;
    max-width: 307px;
    min-width: 90px;
    width: auto;
    height: 120px !important;
}
 .s-block--circle-links .text-store-text-secondary {
    color: #000 !important ;
}

.product-index .navbar-brand img {
    max-height: 126px;
    max-width: 307px;
    min-width: 90px;
    width: auto;
    height: 120px !important;
}
.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

 .index .bg-storeBG {
    background-color: var(--bg-primary);
    background-image: url(https://i.ibb.co/MDMMsKrh/Background-30.png);
    background-repeat: repeat;
    background-size: contain;
}



 .s-block--fixed-banner  .container {
    max-width: 100%;
    padding: 0;
}

 of  .s-block--fixed-banner  {
    margin-top: 0;
    margin-bottom: 2rem;

}
.sicon-menu:before {
    content: "\ed7f";
    color: #fff;
}

.s-block__title {
  justify-content: start;
}
.s-block__title h2 {
  color: #0a2a52;
  font-size: 50px;
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
.s-block--banners .grid {
  width: 70%;
  margin: auto;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 260px;
}
.home-block-line {
   
    display: none;
}
@media (min-width: 992px) {
.home-block-title .tracking-tight {
    position: relative;
    font-size: 50px !important ;
    line-height: 5.5rem;
    font-weight: 300;
}

}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 100px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
  
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}



/********************/
.img-magnifier-glass, .magnify-wrapper img {
    -o-object-fit: contain;
    object-fit: contain;
}
.top-navbar {
    display: none;
}

.advanced-slider--6 {
    margin-top: 3rem;
}
/*faq*/
.s-block--faq .md\:grid-cols-2 {
    grid-template-columns: repeat(1,minmax(0,1140px));
    justify-content: space-around;
}
.s-block--faq .gap-4 {
    gap: 0;
}
.home-block-line.anime-item {
    border: 0px;
}
.single-faq {
    background: transparent;
    border-width: 0 0 1.2px 0;
    border-radius: 0px;
    padding: 30px;
}

.faq-content p {
    color: #000000;
}
.s-block--faq  .sicon-keyboard_arrow_up, .s-block--faq  .sicon-keyboard_arrow_down {
    background: transparent;
    width: 46px;
    height: 46px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.s-block--faq  .sicon-keyboard_arrow_up {
    background-image: url("https://cdn.files.salla.network/homepage/1596810740/d6901751-f138-4fe6-a826-ab245a6b215e.webp");
}
.s-block--faq  .sicon-keyboard_arrow_down {
    background-image: url("https://cdn.files.salla.network/homepage/1596810740/f599fc98-781f-4ce0-af3a-b2eae6ae1887.webp");
}
.home-block-title .tracking-tight {
  position: relative;
  font-size: clamp(20px, 4vw, 96px);
  line-height: 5.5rem;
  font-weight: 300;
}
.s-block--faq .home-block-title .tracking-tight::before {
    content: "FAQ";
    position: absolute;
    top: 75%;
    left: 32%;
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 300;
    line-height: 1;
    color: var(--color-primary-dark);
}
 
.sicon-keyboard_arrow_up:before ,.sicon-keyboard_arrow_down:before {
    font-size: 0;
}
/*footer
.footer-is-custom .store-footer .footer-bottom {
    display: none;
}
.store-footer__inner, .store-footer__newsletter ,.store-footer__contacts-row {
    border: 0;
}
.footer-is-custom .store-footer {
    background-image: url(https://cdn.files.salla.network/homepage/1596810740/fb202d14-89b0-431a-97a0-c4c832b4f462.webp );
    color: var(--footer-text-color);
    background-size: 100%;
    background-position: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
}

.store-footer__newsletter {
    width: 35%;
}
footer div:nth-of-type(2):has(.store-footer__inner) {
    width: 40%;
}
.store-footer .lg\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: transparent;
}
.footer-description, .footer-description p, .footer-description+p {
    width: 80%;
    margin: 1.5rem auto;
}
*/
/*media*/

.product-card__content {
    padding: 20px 0;
    position: relative;
    text-align: center;
    background: #D5CBB9;
}

img.img-fluid {
    height: 125px !important;

}
@media (max-width:767px){
  section:nth-child(1 of .s-block--fixed-banner) .container{
max-width:90%;
   
   
}
  
  .s-block--banners .grid {
  width: 100% !important ;
  margin: auto;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
  .app-inner.bg-storeBG {
    background-size: cover;
    background-position: center 45%;
}
.store-footer__newsletter ,footer div:nth-of-type(2):has(.store-footer__inner) {
    width: 100%;
}
 /* 
  .footer-is-custom .store-footer {
    flex-direction: column-reverse;
    background-size: cover;
    padding: 30px 20px;
}
  */
  .s-block--dynamic-banner {
    margin-top: 1.5em !important;
}
.home-block-title .tracking-tight {
    font-size: 20px;
    line-height: 2.5rem;
}
  .home-block-title .tracking-tight::before {
    top: 56%;
    left: 31%;
}
 .s-block--faq  .sicon-keyboard_arrow_up, .s-block--faq  .sicon-keyboard_arrow_down {
    width: 20px;
    height: 20px;
}
  .s-block--faq .faq-btn p::before {
    width: 20px;
    height: 20px;
    margin-inline-end: 2px;
}
  .index .navbar-brand img {
    max-height: 82px;
    max-width: 307px;
  
}

  body.trans_header .store-header {
    position: relative !important ;
    width: 100%;
    z-index: 2;
}
}

.footer-list.links_with_bullits li {
    list-style-type: none;
}
.footer-is-custom .store-footer .footer-bottom {
    background-color: #411818;
}
.enhanced-contact-item.anime-item {
    display: none !important;
}
.footer-title.mb-2.anime-item {
    display: none !important;
}


.s-slider-block__title h2 {
  color: #3F0202;
  border: none;
  font-size: 36px;
}

.s-slider-block__title h2:after {
    content:'أحدث المنتجات التي تمت إضافتها لمتجرنا';
  color: #454652;
  border: none;
  font-size: 15px;
    display:block;
    line-height:3rem
}