/* Add custom CSS styles below */ 
/*******************image footer (logo)*****************/
.store-footer .footer-container .logo-footer .foo {
    width: 80px !important;
    height: 5rem !important;
}
@media (max-width: 600px) {
    .store-footer .footer-container .logo-footer .foo {
        width: 60px !important;
        height: 50px !important;
    }
}
/*******************image footer*****************/


/*******************image payment*****************/
.footer-bottom img {
    aspect-ratio: 3 / 2;
    width: 100px !important;
    height: 100px !important;
    max-height: 40px !important;
    max-width: 40px !important;
}

@media(max-width: 600px) {
    .footer-bottom img {
        aspect-ratio: 3 / 2;
        width: 80px !important;
        height: 80px !important;
        max-height: 40px !important;
        max-width: 40px !important;
    }
}
/*******************image payment*****************/


/*******************hero section*****************/
section.s-block.home-slider.s-block--hero-slider:nth-of-type(1) {   
    height: 100vh;
    background-image: url(https://cdn.salla.sa/form-builder/OdQQzfy71UIs7rv2Op049lv1FyMEYgFrZ22a1nRQ.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

section.s-block.home-slider.s-block--hero-slider img {
    display: none;
}
/*******************hero section*****************/



/***********payment***********/
div:has(div#payment_methods_wrapper):nth-of-type(1) {display: block !important;}
ul#default_payment_method {display: none;}
/***********payment***********/


/*******************logo image*****************/
header .navbar-brand {
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/BYnaq/8xKSEkx9TfNsZurD8okrDxoIS2n3O1Q50flxXjSJ.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 100px;
    height: 60px;
}

.navbar-brand img {
    display: none;
}
/*******************logo image*****************/