﻿
/* bg geral */
.main {
	background-image: url('https://cdn.prefirodelivery.com/alohapoke/assets/imagens/bg.png');
}

/* loader*/
html.loading .pd-SpashScreen .loader {
    color: #53abc5;
}

/* menu categorias
.pd-cat.btn.btn-clean.btn-block, .pd-categorias .pd-cat {
	color: #000000;
} */

/* menu categorias hover */
.pd-cat.btn.btn-clean.btn-block:hover, .pd-categorias .pd-cat:hover, .pd-cat.btn-clean.active {
	color: #53abc5;
}

/* titulo categorias */
.pd-box .pd-box-title,
.pd-title {
	color: #000000;
}

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

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

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

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

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

/* MOBILE - Logo sem fundo
@media (max-width:768px) {
    html[data-scope=cardapio] .pd-m-Header-bar-logo {
        background: none !important;
        top: 12px !important;
    }
    html[data-scope=cardapio] .pd-m-Header-bar-logo a {
         box-shadow: none !important;
    }
} */

/* MOBILE - Bg header menu
@media (max-width:768px) {
	.pdUserHeader {
	    background: #000000 !important;
	}
} */

/* bg footer */
.pd-footer-section-main {
	background:url('https://cdn.prefirodelivery.com/alohapoke/assets/imagens/footer.jpg');
}

/* link perfil instagram */
.pd-footer-row a span {
    color: #fff;
}

/* cor textos rodapé */
.pd-footer-list .pd-footer-list-item .pd-footer-list-text {
	color: #fff;
}
