/* Add custom CSS styles below */ 
ul.main-menu > li:nth-of-type(3) a span {
  color:red !important;
}

/*ul.main-menu > li:nth-of-type(2) ul > li:nth-of-type(1) ul li:nth-of-type(1) , ul.main-menu > li:nth-of-type(2) ul > li:nth-of-type(1) ul li:nth-of-type(2){
  color:red !important;
}

ul.main-menu > li:nth-of-type(2) ul > li:nth-of-type(1) ul li:nth-of-type(1):after , ul.main-menu > li:nth-of-type(2) ul > li:nth-of-type(1) ul li:nth-of-type(2):after {
  content:"جديد";
  background:red;
  color:white;
  font-size:10px ; 
  border-radius:10px;
  padding:0 5px ;
  position:absolute;
  top:20%;
  left:30%;
}
*/
ul.floating-contact-list li:nth-of-type(2),ul.floating-contact-list li:nth-of-type(3) {
  display:none;
}

.swiper-slide a small {
  color:white;
  position:absolute;
  top:10px;
  left:10px;
  background:red;
  padding:0px 5px;
  border-radius:5px;
}

@media screen and (max-width:762px) {
  .swiper-slide a small {
  color:white;
  position:absolute;
  top:195px;
  left:10px;
  background:red;
  padding:0px 5px;
  border-radius:5px;
}
}

.sicon-whatsapp2 , .sicon-whatsapp2 ~ span , .sicon-whatsapp2 ~ span:before  {
  background:#26c943 !important;
}

input[type="checkbox"]:checked{
  background-color:black !important;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIGZpbGw9J3doaXRlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00xMi4yMDcgNC43OTNhMSAxIDAgMDEwIDEuNDE0bC01IDVhMSAxIDAgMDEtMS40MTQgMGwtMi0yYTEgMSAwIDAxMS40MTQtMS40MTRMNi41IDkuMDg2bDQuMjkzLTQuMjkzYTEgMSAwIDAxMS40MTQgMHonLz48L3N2Zz4=);
}

salla-button button:hover {
  background:black !important;
}

salla-button button:hover span {
  color:white;
}
.swiper-slide a small {
    top: -8px;
    left:50%;
    transform:translateX(-50%);
    
}

.align-below .slide--cat-entry.has-image h2 {
    margin-top: 2rem;
}
.slide--cat-entry.has-image {
    position: relative;
    margin: 30px 0px;
    overflow: visible;
}

.s-block__title{
margin-bottom:0px;
}
salla-button button {
    background: #000 !important;
    color:#fff !important;
}

.product-single .addtocart-bar .s-button-btn {
    background: #000;
    color: #fff;
}