/* Add custom CSS styles below */ 



@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

body {
    background-color: #F7E7CE57; 
}

#best-offers-5-slider {
    display: none;
}
.payment{
background-color: transparent !important;
}

.s-menu-footer-list a:nth-last-child(1),
.s-menu-footer-list a:nth-last-child(2) {
    display: none;
}



/*   =======الكود ======== */
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}
/*-----------banner--------------------*/
/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:50%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}
/*--------------media-of-product--------*/

@keyframes moveUpDown {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.s-product-card-entry { 
    animation: moveUpDown 2s ease-in-out infinite; 
}

/*---------footer-----------*/
@media screen and (max-width:768px){
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#000;
}
}
/*---------footer-----------*/

button.undefined {
background: linear-gradient(90deg, rgba(72,72,72,0.6867121848739496) 0%, rgba(37,37,37,1) 100%) !important;
color:#fff!important;
border:none;
}
/* slider of payment*/
@media screen and (max-width:768px){
.payment{
width:100% !important;
}
}