/* Add custom CSS styles below */ 

body{
	background-color: rgb(217, 217, 219);
}


/---------------- log in  --------------/
body:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(217, 217, 219) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/GAPma/oARGN6zZICUJaEXZ8EAxGIihG10YuBDCNKWVcN8D.jpg);
    position: fixed;
    z-index: 99999999999999999!important;
    transform: scale(0);
    background-size: 150px!important;
    background-repeat: no-repeat;
    background-position: center!important;
    animation-name: logobg;
    animation-duration: 2s
}
@keyframes logobg {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1)
    }

    78% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

.bg-white {

	background-color: rgb(217, 217, 219);
}

.s-block--features__item {
    border: 2px solid #000;

	background-color: rgb(217, 217, 219);

}
.s-product-card-content-subtitle {
	color: rgb(3, 3, 3);
}
.s-block--features__item .feature-icon {
	background-color: transparent;
}

.s-reviews-testimonial {
    border: 2px solid #000;
	background-color: rgb(217, 217, 219);

}
.s-button-btn, .s-price-range-number-input {
    border: 2px solid #000;
}
.s-block--features__item .feature-icon i {
	font-size: 1.875rem;
	line-height: 2.25rem;
	color: #ff6767;
	color: #000;
}
.s-product-card-entry {
background: rgba( 255, 255, 255, 0.5 );
backdrop-filter: blur( 9px );
-webkit-backdrop-filter: blur( 9px );


}

.s-product-card-entry {
	border: 2px solid #000;
}

.s-button-btn, .s-price-range-number-input  {
  background-color:
    #000;
  color: #fff;
}

@keyframes glowing {
  0% { box-shadow: 0 0 -1px #c4a300; }
  40% { box-shadow: 0 0 25px #c4a300; }
  60% { box-shadow: 0 0 25px #c4a300; }
  100% { box-shadow: 0 0 -1px #c4a300; }
}

.s-button-btn, .s-price-range-number-input {
  animation: glowing 5000ms infinite;
}





.slide--cat-entry {
box-shadow: 0 0 5px #000; 
    border: 2px solid #000;
	background-color: rgb(217, 217, 219);

}


i.sicon-store::before {
    content: url(https://i.ibb.co/vB0rKXW/wired-flat-237-star-rating.gif);


    
}