body,
img{
  background-color: transparent !important;
}

/*main-banner*/
section:nth-child(2){
  margin: unset !important;
}
section:nth-child(2) > div{
  max-width: unset;
  padding: unset;
}
section:nth-child(2) > div img{
  border-radius: unset;
}
/**/

/*categories*/
section:nth-child(4) img{
  height: auto;
  
}
section:nth-child(4) .swiper-slide{
  width: calc(100% / 5) !important;
  max-width: unset !important;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 426px) and (max-width: 768px){
  section:nth-child(4) .swiper-slide{
  width: calc(100% / 3) !important;
  max-width: unset !important;
}
}

@media screen and (max-width: 425px){
  section:nth-child(4) .swiper-slide{
  width: calc(100% / 2) !important;
  max-width: unset !important;
}
}
/**/

/**/
@media (min-width: 769px) and (max-width: 1200px){
    .grid-banners a:first-child {
        height: 400px;
    }
}
@media (min-width: 426px) and (max-width: 768px) {
    .grid-banners a:first-child {
        height: 450px;
    }
}
@media (max-width: 425px){
    .grid-banners a:first-child {
        height: 225px;
    }
}
/**/

/*products*/
.catg-banner{
  display: none;
}

/*title*/
/*
section:nth-child(9) > div::before{
  content: "";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
*/
section:nth-child(12) > div::before{
  content: "الساعات الذكية";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(14) > div::before{
content: "باور بانك";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(15) > div::before{
  content: "شواحن و كابلات";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
/*
section:nth-child(16) > div::before{
  content: "العاب الاطفال";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
*/
section:nth-child(17) > div::before{
  content: "الكيبوردات";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(18) > div::before{
  content: "السماعات و المايكات";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(19) > div::before{
  content: "الماوسات و الماوس باد";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
section:nth-child(20) > div::before{
  content: "العاب الاطفال";
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem; 
  margin-block: 1rem;
}
/**/

section:nth-child(20){
  margin-bottom: 4rem;
}

body.color-mode-light .s-social-icon svg{
  fill: #000;
}
body.theme-dark .s-social-icon svg{
  fill: #fff;
}

.special-products--div .s-product-card-entry{
flex-direction: row-reverse;
    gap: 25px;
    padding: 30px;
    border-width: 4px;
    border-style: solid;
}
#contact-slot{
background-color: #5A4297;
    border-radius: 5px;
    color: white;
}
body.color-mode-light .s-social-icon svg{
fill: #ffffff;
}