/* Add custom CSS styles below */ 
html , body{
  overflow-x: hidden !imoportant;
}
custom-main-menu {
    min-height: auto;
}
.main-nav-container {
    min-height: auto;
      padding: 5px 0;
}
.s-advertisement-action , .s-advertisement-content-icon {
  display: none;
}

salla-advertisement .s-advertisement-content {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

salla-advertisement .s-advertisement-content-main {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

salla-advertisement .s-advertisement-content-main a {
  display: block;
  overflow: hidden;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

salla-advertisement .dash-marquee {
  display: flex;
  width: max-content;
  animation: dash-marquee-move 70s linear infinite;
}

salla-advertisement .dash-marquee-track {
  display: flex;
  flex-shrink: 0;
  min-width: max-content;
}

salla-advertisement .dash-marquee-item {
  display: inline-block;
  padding-inline: 10px;
}

/* يقف عند الوقوف عليه */
salla-advertisement .s-advertisement-content:hover .dash-marquee {
  animation-play-state: paused;
}

@keyframes dash-marquee-move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}


salla-advertisement{
  height: 65px !important;
}
body:not(.index) salla-advertisement{
  height: 50px !important
}
.s-advertisement{
      height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

#mainnav > div > .container > div:last-of-type button , .header-btn__icon{
  width: 35px;
  height: 35px;
  background: #E9E9E9;
  margin: 0;
  padding: 0;
}
#mainnav > div > .container > div:last-of-type button svg , .header-btn__icon svg{

fill: #1E1E1E;
}
salla-cart-summary {
    min-height: unset;
    min-width: unset;
}


.dashroad-search-toggle-btn{
  display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-inline-end: 15px !important;
}

.store-header{
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    margin-top: 65px;
}
body:not(.index ) .store-header{
  position: relative;
    margin-top: 0;
    background: #000;
}
.top-navbar {
  position: absolute;
  top: 100%;
  left: 8%;
  transform: scale(.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  transform-origin: top left;
}

.top-navbar.dashroad-search-open {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


salla-slider.photos-slider .swiper-slide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0;
  border-radius: 0;
} 
salla-slider.photos-slider .swiper-slide img{
    border-radius: 0;
    height: 700px;
    object-fit: fill;
} 

salla-slider.photos-slider .swiper {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding: 0;
}
.s-block.s-block--photos-slider{
  margin: 0;
} 
#mainnav{
  box-shadow: unset;
    background: transparent;
}

.s-block--photos-slider .s-slider-block__title-nav{
  display: none;
}
.s-slider-wrapper .swiper-pagination-bullet {
    
    background-color: #E9E9E9 !important;
     width: 20px;
    height: 5px;
    border-radius: 4px !important;
  opacity: 1;
  box-shadow: unset;
}


.s-block--photos-slider  salla-slider .swiper-pagination-bullet.swiper-pagination-bullet-active  {
  
    background-color: var(--color-primary) !important;
   
}
salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5%;
}
 
.top-navbar .s-search-input {
    background-color: rgb(233 233 233);
  
}
 
.dashroad-protection-steps-title{
  text-align: center;
    margin-bottom: 30px;
    color: #000;
    font-size: 40px;
}
.dashroad-protection-steps-title span{
      color: #ff1616;
}


.s-block--banners:nth-of-type(3) .banner-entry{
    display: flex !important;
    grid-column: unset !important;
    grid-row: unset !important;
    padding: 0;
    height: auto;
    background: transparent;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    flex-direction: column;
}

.s-block--banners:nth-of-type(3) > .grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 90%;
    margin: 0 auto;
}

.s-block--banners:nth-of-type(3) .banner-entry.has-overlay:after{
  display: none;
}
.s-block--banners:nth-of-type(3) .banner-entry > div{
background-size: 100% 100% !important;
    border-radius: 8px 8px 0 0;
    position: relative;
    transform: none;
    left: unset;
    bottom: unset;
    top: unset;
    right: unset;
height: 260px;
}

.s-block--banners:nth-of-type(3) .banner-entry h3{
    line-height: normal;
    opacity: 1;
    position: relative;
    width: 100%;
    border: 0;
    transform: none;
    left: unset;
    bottom: unset;
    top: unset;
    right: unset;
    background-color: #ddd;
    border-top: 1px solid #fff;
    padding: 16px 12px;
    border-radius: 0 0 8px 8px;
    color: #000;
    font-size: 14px;
  height: auto;
}


.s-block__title{
  margin-bottom: 0;
  justify-content: center;
}
.s-block__title .right-side{
  padding: 0;
}
.s-block__title h2{
    text-align: center; 
    color: #000;
  margin-bottom: 0;
    font-size: 40px;
}

.s-block__title   span{
  
    display: table;
    margin: 10px auto 40px;
    font-size: 18px;
    color: #000;
    font-weight: bold;

} 
.s-slider-block__title h2{
  padding: 0 !important;
      text-align: center;
    color: #000;
    margin-bottom: 0;
    font-size: 40px;
}
.s-slider-block__title-right{
    padding: 0 !important;
}
.s-slider-block__title{
  justify-content: center;
  margin-bottom: 50px;
}
.s-slider-nav-arrow svg {
    fill: #503031;
      width: 60px;
    height: 60px;
}
.s-slider-nav-arrow{
  border: 0;
    width: auto;
    height: auto;
    padding: 0;
}
.carousel-slider .s-slider-block__title-nav{
    margin: 0 !important;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    padding: 0 5%;
}
.s-slider-block__title-left {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
}
.s-block--best-offers{
      max-width: 100%;
    width: 100%;
}
    .s-products-slider-card {
        width: calc(100% / 3.7);
        max-width: unset;
    }
.s-block--best-offers .swiper-wrapper{
  /* justify-content: center; */
}

.s-product-card-content-title a {
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1e;
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.s-product-card-sale-price h4 {
     font-size: 22px;
}


.s-product-card-sale-price span{
    color: #969696;
    font-size: 14px;
}

salla-add-product-button button{
    border-radius: 35px !important;
    height: 45px;
    font-size: 16px !important;
    color: #000 !important; 
}
salla-add-product-button button:hover{
      background: linear-gradient(90deg, #e61414, #990d0d);
    color: #fff !important;
  opacity: 1 !important;
}
salla-add-product-button button i {
  display: none;
}
.s-product-card-content{
  border-radius: 0 0 12px 12px;
    border: 1px solid #c8c8c8;
    border-top: 0;
}
.s-product-card-content-sub { 
    margin-top: 20px;
}
body{
  background-color: #fff !important;
}

.s-block--banners:nth-of-type(5) .s-block__title {
    margin-bottom: 40px; 
}
.s-block--banners:nth-of-type(5) .banner-entry{
  
    background: transparent;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #D92F2F;
    width: calc(100% / 4);

}
.s-block--banners:nth-of-type(5) .banner-entry > div{
  width: 120px;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
}


.s-block--banners:nth-of-type(5) > .grid{
  display: flex;
  justify-content: center;
}

.s-block--fixed-banner img{
  border-radius: 0;
}
.s-block--fixed-banner:not(:last-of-type) > .container{
  
    max-width: 100%;
    padding: 0;

}


.s-block--video{
      background: #242424;
    padding: 80px 0;
}

.videoWrapper {
    height: 500px;
    padding-bottom: 0; 
}

.videoWrapper>* {
    height: 500px; 
}
.dashroad-video-heading-wrap h3{
    color: #fff;
    margin-bottom: 0;
}
.dashroad-video-heading-wrap h3 span{
  color: #ff1616;
}
.dashroad-video-heading-wrap > span{
    text-align: center;
    color: #fff;
    margin: 15px auto 40px;
    display: table;
}
.s-block--bundle-testimonials-slider{
  margin: 0;
}

.s-block--banners:nth-last-of-type(3) .s-block__title{
      margin-bottom: 50px;
}
.s-block--banners:nth-last-of-type(3) .banner-entry{
  background: transparent;
    border-radius: 0;
      padding: 0;
    height: 300px;
}

.s-product-card-wishlist-btn{
  display: none;
}

.main-menu li.root-level>a{
  color: #fff;
  padding-bottom:0;
}
.main-menu{
  padding-top: 0;
}
    .main-menu li > a:hover {
        color: var(--color-primary) !important; 
    }


.s-block--bundle-faq{
  margin: 0;
}

.store-footer{
    background: #000 !important;
    color: #fff !important;
}
.store-footer > .store-footer__inner{
    background: transparent !important;
      border: 0 !important;
    padding-bottom: 40px !important;
}


.store-footer > .store-footer__inner > .container > div:nth-of-type(1){
  
    padding: 0;
    grid-column: unset;

}
.store-footer > .store-footer__inner > .container > div:nth-of-type(2){
      padding-inline-start: 10%;
}
.store-footer > .store-footer__inner > .container > div:nth-of-type(3){
  margin-inline-start: 20%;
}
.store-footer > .store-footer__inner > .container > salla-apps-icons{
  display: none;
}
.store-footer > .store-footer__inner > .container {
          grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fomiddall{
      display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 9%;
  margin-top: 60px;
}


.footer-is-light .store-footer > div:last-of-type{
  
    justify-content: center;
    border-top: 1px solid #fff;
    padding: 30px 0;
}
.copyright-text p{
  color: #fff;
}
.store-footer a img{
  margin-bottom: 30px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
 .container { 
    width: 1100px;
  }
  .s-block--best-offers.container  , .s-block--fixed-banner:not(:last-of-type) > .container{

    width: 100%;
  }
  .fomiddall { 
    padding: 0px 5%;
    margin-top: 40px;
  }
} 

@media (max-width: 991px) {

.navbar-brand img{
  max-width: max-content;
    max-height: max-content;
}

  
  .store-footer > .store-footer__inner > .container {
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  salla-slider.photos-slider .swiper-slide img {
     
    height: 370px; 
  }
  .dashroad-protection-steps-title { 
    margin-bottom: 10px; 
    font-size: 24px;
}
.s-block__title   span { 
    margin: 10px auto 30px;
    font-size: 16px; 
}
.s-block__title h2 { 
    font-size: 24px;
}
 
salla-advertisement .s-advertisement-content-main {
  
    font-size: 14px; 
}
salla-advertisement {
    height: 45px !important;
}

.store-header { 
    margin-top: 45px;
}

.s-block--banners:nth-of-type(3) > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 90%;
    margin: 0 auto;
    gap: 20px 10px;
}

.s-block--banners:nth-of-type(3) .banner-entry > div {
 
    height: 170px;
}

.s-slider-block__title { 
    margin-bottom: 30px;
}
  .s-slider-block__title h2 { 
    font-size: 24px;
}
.s-products-slider-card {
    width: calc(100% / 1.5);
    max-width: unset;
}
.s-block--banners:nth-of-type(5) .banner-entry {
 
    width: calc(100% / 3);
    height: 130px;
}
  .s-block--banners:nth-of-type(5) .banner-entry > div{
        background-size: 90% !important;
  }
.s-block--best-offers .carousel-slider .s-slider-block__title-nav{
  display: flex;
}
  .s-slider-nav-arrow svg { 
    width: 30px;
    height: 30px;
  }

.s-block--banners:nth-of-type(3) .banner-entry{
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.22);
}
.s-product-card-content-title a { 
    line-height: normal;
  }
  .s-slider-block__title-right { 
    max-width: 70%;
    text-align: center;
}
.s-block--video { 
    padding: 30px 0;
}
.store-footer > .store-footer__inner > .container > div:nth-of-type(2) {
    padding-inline-start: 0;
}
  .store-footer > .store-footer__inner > .container > div:nth-of-type(3) {
    margin-inline-start: 0;
}

  .fomiddall {  
    margin-top: 0px;
    padding: 0 2%;
  }
  .footer-is-light .store-footer .contact-social{
    border: 0 !important;
  }
  .footer-is-light .store-footer > div:last-of-type {
    
    padding: 20px 0;
  }


  .s-block--banners:nth-last-of-type(3) .banner-entry {
 
    height: 200px;
  }

  .s-block--banners:nth-last-of-type(3) .s-block__title {
    margin-bottom: 20px;
  }
  .videoWrapper>* {
    height: 350px;
  }
  .videoWrapper {
    height: 350px;
    padding-bottom: 0;
}
  .s-products-slider-slider.carousel-slider .s-slider-block__title-nav{
    display: flex !important;
  } 

.s-block--fixed-banner:last-of-type img{
  object-fit: fill !important;
    height: 160px  !important;
}
.banner-entry h3.text-with-border span, .banner-entry p {
 
    -webkit-line-clamp: 1;
}

   
}