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

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

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

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

/* Logo redondo */
.pd-header > .container .pd-header-logo > span .img-box {
    border: none;
    background: transparent;
}
.pd-header > .container .pd-header-logo > span .img-box img {
    border-radius: 100%;
}
@media (max-width: 767px) {
	html[data-scope="cardapio"] .pd-m-Header-bar-logo {
	    border: none;
	    background: transparent;
	}
	html[data-scope="cardapio"] .pd-m-Header-bar-logo a {
	box-shadow: none;
	}
	html[data-scope="cardapio"] .pd-m-Header-bar-logo a img {
	    border-radius: 100%;
	}
}

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

/* Logo centralizado */
.pd-header>.container .pd-header-logo>span .img-box {
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 5px;
}

/* Ajuste ícones categoria */
.pd-cat-item-title {
    width: 125px;
}
.pd-categorias .pd-cat.btn.btn-clean.btn-block {
    display: flex;
    align-items: center;
}
.pd-categorias .pd-cat.btn.btn-clean.btn-block img.icon-cat {
    height: 20px;
    margin-right: 10px;
    width: 23px;
    top: -2px;
    filter: brightness(0.9) invert(.7) sepia(.5) hue-rotate(315deg) saturate(1000%);
}

