﻿
/* loader*/
html.loading .pd-SpashScreen .loader {
    color: #c9354e;
    bottom: 55% !important;
}

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

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

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

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