/* 
Theme Name: Hello Elementor Child
Theme URI: https://scripts.seisbrasil.com/
Description: Sistema food para delivery baseado no Elementor
Author: SeisBrasil
Author URI: https://scripts.seisbrasil.com/
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/*
    Adicione seus estilos personalizados abaixo
*/

/*MARGEM BOTÃO RODAPÉ*/
section.myd-float {
    position: sticky;
    margin-bottom: 10px;
}

/*ESCONDER BUSCA*/
@media only screen and (max-width: 768px){
.myd-content-filter__categories {
    flex-basis: 100% !important;
}
.myd-content-filter__search-icon {
    display: none !important;
}

/*CENTRALIZA BOTÃO SEU PEDIDO*/
.myd-float {    
    margin-left: 10px !important;
    margin-right: 10px !important;    
}
}

/*BOTÃO CATEGORIAS*/
.myd-content-filter__tag {    
    padding: 10px 18px !important;
    border-radius: 5px !important;
    color: white;
    background: #6aa84f;
}

/* IMAGEM PRODUTO CARRINHO */
.myd-cart__products-img {
    height: 80px;
    width: 95px;
}

/* MENU FIXO TOPO */
section.my-delivery-wrap {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 0px 0 20px 0;
}
