﻿
/* loader*/
html.loading .pd-SpashScreen .loader {
    color: #cb8629;
}

/* separador titulo categorias */
.pd-prd-group-title span {
    border-bottom: solid 1px #093d21;
}

/* separador titulo containers internas */
.pd-box .pd-box-title {
	border-top: 1px solid #093d21;
}

/* Correção height fotos instagram footer */
@media (min-width: 768px) {
	.instaBox > a {
	    height: 134px;
	}
}
@media (max-width: 767px) {
	.instaBox a {
		height: 104px;
	}
}

/* Correção wight qtd. modal composições */
.pd-c-ModalProdutoCombo-option .pd-formQtd {
    width: 90px;
}

/* Efeito esmaeçendo composições no modal */
.footer-modal:before { 
	display: none;
}

/* Logo sem borda */
.pd-header > .container .pd-header-logo > span .img-box {
    border: none;
}
@media (max-width: 767px) {
	html[data-scope="cardapio"] .pd-m-Header-bar-logo {
		border: none;
	}
}

/* Ajustes largura input qtd. modal produto */
.pd-c-ModalProdutoCombo-option span.pd-formQtd input.pd-formQtd-input {
    min-width: 32px !important;
}
.pd-c-ModalProdutoCombo-option span.pd-formQtd {
    min-width: 107px !important;
}

/* Ocultar Tempo, Taxa e Horário de Funcionamento */
.estabelecimento-1 .info-est-cardapio .shipping-delivery-info {
    display: none;
}
/*.info-est-cardapio .shipping-delivery-info.header-footer-tempo,
.info-est-cardapio .shipping-delivery-info.header-footer-taxa {
    display: none;
}
.info-est-cardapio .shipping-delivery-info.pd-header-nav-link--horario {
    margin-left: 0;
}*/
.pd-footer-list .pd-footer-list-item+.pd-footer-list-item:nth-child(5) {
    display:none;
}
.pd-horarioFuncionamento {
    display: none;
}

/* Remover fundo madeira foto produto modal  */
.pd-c-MobileEditarProduto>span:first-child,
.pd-c-MobileEditarProduto img,
.pd-c-ModalProdutoCombo>span:first-child,
.pd-c-ModalProdutoCombo img {
    padding: 0 !important;
}

/* Responsivo */
@media (max-width:768px) {
    
    html[data-scope="estabelecimentos"] .section-page .pd-card--estabelecimento img {
        max-height: 160px !important;
    }

    .pd-footer-horarioFuncionamento {
        display: none;
    }
    .pd-horarioFuncionamento {
        display: none;
    }
    
    .pd-m-Header-menuCategorias-list {
        background: #093d21 !important;
    }
    .pd-m-Header-menuCategorias-list:after {
        background-image: linear-gradient(to left, rgb(9, 61, 33) 10%, #093d21a1 60%, #093d2124 100%) !important;
    }
    .pd-m-Header-menuCategorias-list:before {
        background-image: linear-gradient(to right, #093d21 10%, #093d218c 60%, #093d211c 100%) !important;
    }

}

/* Não mostrar logo na tela de selecionar estabelecimentos */
html[data-scope="estabelecimentos"] .pd-header > .container .pd-header-logo > span .img-box {
    display: none;
}

