﻿
/* bg main */
.main {
    background: url(https://cdn.prefirodelivery.com/chicojuliodog/assets/imagens/bg.png) fixed #ffc41c;
}

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

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

/* separador titulo categorias */
.pd-prd-group-title span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* separador titulo containers internas */
.pd-box .pd-box-title {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

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



.info-est-cardapio .shipping-delivery-info span {
    color: #333;
}
.info-est-cardapio .shipping-delivery-info p {
	color: #dd0e16;
}

@media (max-width: 767px) {
    html[data-scope="cardapio"] .pd-m-Header-bar-logo {
        width: 190px;
        top: 15px;
    }
    .pd-m-Header-categorias-container, .pd-m-Header-est-info-container {
        background: transparent;
    }
}

.pd-header {
	box-shadow: 0 0 10px #0000000f;
}
.pd-header .pd-header-logo .img-box {
	background: transparent;
}
.pd-header > .container .pd-header-logo > span .img-box {
    top: 73px;
    width: 225px !important;
}
@media (max-width: 768px){
	html[data-scope=cardapio] .main {
		padding-top: 260px !important;
	}
	html[data-scope=cardapio] .pd-m-Header-bar-logo {
		top: 78px !important;
	}
	.pd-m-Header-est-info-container h3 {
		display: none;
	}
	.pd-m-Header-menuCategorias-list-screen-item.is-active a {
		border-bottom: 3px solid #ffc41c;
	}
}
.pd-cat-search {
    background-color: #ffffff45;
}
.pd-inMenu-search input {
    background-color: transparent;
}
.pd-cardapio .pd-prd {
    background-color: #ffffff45;
}
.pd-cardapio .pd-prd .pd-formQtd-icon, .pd-formQtd-input {
	background: transparent;
}
.pd-footer-copy {
	background: #ca0c13;
	color: white;
}
