@font-face {
    font-family: 'speda';
    src: url('/assets/newfont.ttf');
}
body{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    font-family: 'speda',sans-serif;
}

.app-bar{
    font-family: sans-serif !important;
}

.f-page{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.c-name{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
}

.min-vh-90{
    min-height: 90vh;
}


.page-products-scrolled {
    /*height: calc(100vh - 145px);*/
    position: fixed; top: 145px; bottom: 0;
    overflow-y: auto;
}

.page-scrolled {
    /*height: calc(100vh - 60px);*/
    position: fixed; top: 60px; bottom: 0;
    overflow-y: auto;
    right: 0;
    left: 0;
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
         max-width: 720px;
}}
@media (min-width: 1200px){
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 720px;
        }
}
.h-75{
    height: 75px;
}
.category{
    border-radius: 10px;
    text-align: center;
    color: #fff;
    /*margin:  5px auto;*/
    margin-top: 16px;
    cursor: pointer;
    aspect-ratio : 1 / 1;
    border:1px solid;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.carosel-wrapper{
    min-height: 100vh;
    overflow-y: auto;
}

/*@media (max-width: 576px){*/
/*    .col-xsm-6 {*/
/*        flex: 0 0 auto;*/
/*        width: 50%;*/
/*    }*/
/*}*/

@media (max-width: 420px){
    .col-xsm-6 {

        width: 50% !important;
    }
}

@media (max-width: 575px){
    .col-xsm-6 {

        width: 50% !important;
    }
}

.hand{
    cursor: pointer;
}

@media screen and (min-width: 480px) {


    .carosel-wrapper{
        width: 60%;
        justify-content: center;
        text-align: center;
    }
    #main-logo{
        width: 20% !important;
    }

    .btn-lg-width{
       width: 30% !important;
    }
    .larg-single-width{
        /*width: 40%;*/
        text-align:center;
    }
}


@media screen and (min-width: 1100px) {

    .large-width {
        width: 50%;
        margin: auto;
    }

}





.category_name{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    margin: -1px;
    border-radius: 10px;
    padding: 11px 0  !important;
}

#main-logo{
    width: 50%;
}
.btn-language{

    border : 1px solid #000;
    background: transparent;
    width: 80%;

}
.carousel-item img{
    border-radius: 8px !important;
}
.text-category{

    display: inline-block;
    padding: 10px 15px;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.text-categories-wrapper{
    margin: 10px 0;
    padding: 10px 5px;
    overflow-x: auto;
    white-space: nowrap;
}

#product-page{
    overflow: hidden;
}
.scrollable-body{

    overflow-y: auto;
}
.products-container {

}

.products-container .product{
    /*height: 150px;*/
    /*width: 95%;*/
    /*margin: 10px;*/
    /*overflow: hidden;*/
    /*border: 2px solid;*/
    /*border-radius: 10px;*/
    height: 150px;
    margin: auto;
    overflow: hidden;
    border: 1px solid;
    border-radius: 10px;
}.products-container .product img{
     margin-left: -10px;
}
.products-container .btn-price{
    padding: 5px 8px;
    border: none;
    border-radius: 10px;

}
.btn-price{
    padding: 9px 8px;
    border: none;
    border-radius: 10px;
    padding-top: 10px;
}
.cart-btn{
    background: transparent;
    border: 1px solid #ff5722;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    font-size: 25px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.cart-item{
    border: 1px solid;
    border-radius: 10px;
    /*margin: 10px;*/

    margin: auto;
    margin-top: 10px;
}
.cart-item .item{

    margin: 0 auto ;
}
.cart-item .item img{
     margin-left: -15px;

}
.cart-item .item-info{
    padding: 10px;
    flex: 1;
}
.text-area-cart{
    border-radius: 10px;
    border: 1px solid;
    background: transparent;
}
.whats-app-btn{
    margin: 19px 0px;
    border: none;
    background: green;
    color: #fff;
    border-radius: 20px;
    height: 40px;
}

