/* 
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: 15px;
}

/*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: 15px!important;*/
	bottom: 25px !important;
	min-height: 50px !important;
	border-radius: 10px !important;
	/*width: calc(100% - 25px) !important;*/
}
	
/* ALTURA BOTÃO POPUP */	
.fdm-add-to-cart-popup {    
    padding: 10px 10px !important;    
}
}

/* BOTÃO CATEGORIAS */
.myd-content-filter__tag {    
    padding: 10px 18px!important;
    border-radius: 7px!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 30px 0;
}

/* POSIÇÃO TÍTULOS CATEGORIAS */
h2, h3, .titulo-categoria {
    scroll-margin-top: 80px; /* altura dos botões fixos */
}

/*BACKGROUND RODAPÉ BOTÃO PWA*/
#iworks-pwa-add-button-container {   
    background-color: #343232;
	text-align: center;
	padding: 0 0 30px 0;
}
/*BOTÃO PWA RODAPÉ*/
#iworks-pwa-add-button {  
  border: 1px solid #578d40 !important;
  background-color: #6aa84f !important;
  color: #fff !important;
}
#iworks-pwa-add-button:hover {
  background-color: #4e8338 !important;
}
