html,body{
    
    background: repeating-conic-gradient(from 45deg, rgba(255,255,255, .3) 0% 25%, #fafafa 0% 50%) !important;
    background-size: 10px 10px !important;
    background-color: #fafafa !important;
}

.be-offers {
    background: transparent !important;
}
.be-offers .be-offers-categories .label, 
.be-offers .be-offers-categories a {
    color: #000 !important;
    font-weight: 700;
}
.be-c-products .be-product .inner {
     border: none !important;
      overflow: hidden;
      background-color: #fff !important;
      border-radius: 5px !important;
      -webkit-box-shadow: 1px 8px 9px -2px rgba(0,0,0,0.15) !important; 
      box-shadow: 1px 8px 9px -2px rgba(0,0,0,0.15) !important;
     padding: 30px 20px !important;
      transition: all .3s ease-in-out !important;
      min-height: 380px;
}
.be-c-products .be-product .inner:hover{
     -webkit-box-shadow: 1px 8px 9px -2px rgba(0,0,0,0.25) !important; 
      box-shadow: 1px 8px 9px -2px rgba(0,0,0,0.25) !important;
} 
.be-c-products .be-product .image {
    padding: 15px 15px 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.be-c-products .be-product .information {
    height: 100% !important;
   /* min-height: 150px !important;*/
    margin-top: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.be-c-products .be-product .information .name{
    font-weight: 600;
}
.be-c-products .be-btn{
   
    transition: all .3s ease-in-out;
}
.be-c-products .be-product .information .price{
     margin: 10px 0;
     font-size: 18px;
     font-weight: 700;
}
.be-c-products .be-btn:hover{
    background: #733d29 !important;
    transform: translatey(-3px);
     -webkit-box-shadow: 1px 8px 9px -2px rgba(0,0,0,.15) !important; 
      box-shadow: 1px 8px 9px -2px rgba(0,0,0,.15) !important;
}
.be-c-products .be-product.be-is-visible{
    height: initial !important;
    display: block !important;
}
.be-c-products .be-product.be-not-visible{
    display: none !important;
}
.flex-mk {
    display: flex;
    flex-wrap: wrap;
}
.messages {
    z-index: 99 !important;
}
/* modal */
.modal{
    z-index: 999999;
}
.modal-body .image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.modal-body .image img{
    max-width: 250px;
}

/*Header*/
.be-header{
    background: #fff;
}
.be-logo-wrapper .logo-cafe {
    width: 150px !important;
    height: auto !important;
}


@media (min-width: 576px){
.container {
     max-width: inherit !important ;
}
}

@media(max-width:780px){
     .be-product{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .be-c-products .be-product .inner {
        padding: 20px 10px !important;
        min-height: 310px;
    }
    .be-c-products .be-product .image {
        padding: 5px 5px 0px 5px;
        height: 100%;
    }
    .be-c-products .be-product .image img{
       width: 100px;
       height: 100px;
       object-fit: cover;
       margin-top: 0;
       margin-bottom: 15px;
    }
    .be-c-products .be-product .information .name {
        font-size: 14px;
    }
    .be-c-products .be-product .information .price{
         font-size: 15px;
    }
    
    /*Menu*/
    .be-offers-categories .navbar-collapse{
        position: absolute;
        z-index: 999;
        background: rgb(255, 255, 255);
        /*width: 100%;*/
        padding: 10px 15px;
        top: 40px;
        left: 50%;
        transform: translatex(-50%);
        border: 1px solid;
    }
    .navbar-toggler {
        padding: 0.4rem 1rem !important;
    }
    /**/
    .be-logo-wrapper{
        height: 100% !important;
    }
}