/* Add custom CSS styles below */ 

/*header*/
.header-btn{
  color: #fff !important;
  background-color: #D69ADE !important;
  border-color: #fff !important;
  }
/**/

/**/
@media screen and (max-width: 425px){
#slider-0  picture >img{
  object-fit: fill !important;
}
}
/**/

/**/
#slider-0 .txt{
  justify-content: end !important;
  padding-bottom: 5rem;
}
/**/

/**/
.store-footer__inner{
  background-color: #fff;
}
.s-contacts-icon{
  border-color: #000;
}
footer > div > div:first-child .text-sm,
footer > div > div:first-child .text-xl,
.copyright-text p{
  color: #fff !important;
}
/**/

/**/
footer > div > div > div > div > p{
  display: none;
}
footer > div > div > div > div > h2::after{
    content: "انضم الان ليصلكم كل جديد";
    color: #fff;
    font-size: 14px;
    display: block;
}
/**/

/*product page*/
.product-table tr:nth-child(2){
  display: none;
}
/**/