
body{
    background-color: #f8f8f8;
}

.cor-primaria-bg {
    background-color: #e4423f;
}

.cor-primaria-texto {
    color: #e4423f;
}

.txt-black{
	color:#323232!important;
}

.txt-white{
	color:#FFFFFF!important;
}

.cor-primaria-bordas {
    border-color: #e4423f;
}

.bg-topo-tela{
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    height:340px;
    z-index:-1;
}

.rounded-top-custom {
  border-top-left-radius: 0.65rem !important;
  border-top-right-radius: 0.65rem !important;
}

.rounded-bottom-custom {
  border-bottom-left-radius: 0.65rem !important;
  border-bottom-right-radius: 0.65rem !important;
}

.padding-esq-md{
    padding-left:0!important;
}

.nome-produto-lista{
    font-size:17px;
    color:#222;
    font-weight: 500;
}

.descricao-produto-lista{
    font-size:13px;
    color:#555;
    font-weight: normal;    
}

.img-lista-produto{
    position:absolute;
    top:0;
    bottom:0;
    left:-0.92rem; 
    width:100%; 
    height:115px; 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size:cover;
}

.div-descricao-produto-lista{
    vertical-align:middle;
    overflow:hidden;
}

.div-preco-lista{
    height:42px;
    text-align:left;
    padding-top:2px;
}

.div-sacola-tradicional{
    position:absolute; 
    bottom:-26px;
    right:16px; 
    z-index:999; 
    width: 225px; 
    height: 54px; 
    background: #F4F4F4 0% 0% no-repeat padding-box;  
    opacity: 1;
}

.container-topo-nome-empresa{
    background-color:#181513; 
    width:100%; 
    height:130px; 
    right:0px; 
    left: -4px; 
    bottom:0; 
    z-index:10;    
    margin-top: -4px!important;
}

.container-topo-nome-empresa-sm{
    background-color:#181513; 
    width:100%; 
    min-width:260px; 
    height:64px; 
    right:0px; 
    left: -4px; 
    z-index:10;
}

.container-status-empresa{
    top:0; z-index:1; right:0; display:none;
    margin-top: -4px!important;
    padding: .20rem!important;
    padding-left: .50rem!important;
    padding-right: .50rem!important;
}

.span-nome-empresa-topo{
    padding-top:2.85rem!important;
}

.h-nome-empresa{
    font-size:1.25rem!important;
}

.h-nome-empresa-sm{
    font-size:1.1rem!important;
    line-height:1.1rem!important;
}

.container-imagem-empresa{
    width:130px; 
    height:130px;
    background-color:White;
}

.imagem-empresa{
    background-position: center center;
    background-size:cover; 
    background-repeat: no-repeat;
}

.imagem-produto{
    background-position: center top;
    background-size:contain; 
    background-repeat: no-repeat;
}

.txt-dados-entrega{
    font-size:13px!important;
}

.txt-dados-entrega-reduzido{
	font-size:11px!important;
}

.margem-esq-itens-entrega{
	margin-left:0.5rem;
}

.margem-dir-itens-entrega{
	margin-right:0.5rem;
}

.div-dados-entrega{
    padding-left:unset;
}

.img-produto-catalogo{
    height:15vh;
}

.img-lista-produto-catalogo{
    height:15vh;
    width:100%; 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size:cover;
}

.padding-container-empresa{
    padding: 0!important;
    padding-top: .5rem!important;
    position: absolute; 
    width: 100%; 
    bottom: 0px; 
    z-index: 1;
}

.container-imagem-empresa-topo{
    width:100px!important; 
    height:100px!important;
    min-width:100px!important; 
    min-height:100px!important;
    padding:8px!important;
}

.container-imagem-empresa-rodape{
    width:130px; 
    height:130px;    
    margin: 0 auto;
}

.div-complementos{
    max-height: unset;
}
.qtd-produto{
    flex: 0.75 1 auto!important;
    padding:0!important;
}

.txt-instrucoes-complemento{
    line-height:16px!important;
}

.texto-comunic-rodape{
    text-align:left!important;
}

.texto-dev-rodape{
    text-align:center!important;    
}

.icone-status-pedido{
    font-size:3rem;
    line-height:2rem;
}

.h-preco-prod{
    margin-left: auto!important;
    margin-right: auto!important;
}

.col-btn-comprar{
    text-align:center!important;
    padding-top:1rem;
}

.texto-dev-rodape-esq{
	float:none;
	margin:0 auto;
	margin-bottom:2rem!important;
}

.texto-dev-rodape-dir{
	float:none;
	margin:0 auto;
	margin-bottom:2rem!important;
}

.texto-dev-rodape-cen{
	margin-bottom:2rem!important;
}

@media (min-width: 400px) {	
	.txt-dados-entrega-reduzido{
		font-size:12px!important;
	}
	.margem-esq-itens-entrega{
		margin-left:0.75rem;
	}

	.margem-dir-itens-entrega{
		margin-right:0.75rem;
	}
}

@media (min-width: 571px) {
	.bg-topo-tela{
		background-repeat: no-repeat;
		background-position: center center;
		background-size:cover;
		height:500px;
		z-index:-1;
	}	
	.txt-dados-entrega-reduzido{
		font-size:13px!important;
	}
	
	.margem-esq-itens-entrega{
		margin-left:1rem;
	}

	.margem-dir-itens-entrega{
		margin-right:1rem;
	}
}

@media (min-width: 992px) {

    .img-produto-catalogo{
        height:20vh;
    }

    .img-lista-produto-catalogo{
        height:20vh;        
    }

    .div-preco-lista{
        height:47px;
        text-align:left;
        margin-top:8px;
        vertical-align:middle;
    }

    .padding-esq-md{
        padding-left:1rem!important;
    }
    .h-preco-prod{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .col-btn-comprar{
        text-align:right!important;
        padding-top:unset;
    }
    .qtd-produto{
        flex: 0.9 1 auto!important;
        padding:0!important;
    }
    .padding-container-empresa{
        padding: .5rem!important;
        position: absolute; 
        width: 100%; 
        bottom: -40px; 
        z-index: 1;
    }
    .container-imagem-empresa{
        width:182px; 
        height:182px;
    }
    .container-topo-nome-empresa{
        background-color:#181513; 
        width:95%; 
        height:120px; 
        right:0px; 
        left: -4px; 
        top:0; 
        bottom:0; 
        z-index:10;
        margin-top:unset!important;
    }
    .container-topo-nome-empresa-sm{
        background-color:#181513; 
        width:auto; 
        min-width:260px; 
        height:64px; 
        right:0px; 
        left: -4px; 
        z-index:10;
    }
    .container-status-empresa{
        top:0; z-index:1; right:0; display:none;
        padding: .5rem!important;
    }
    .span-nome-empresa-topo{
        padding-top:1.25rem!important;
    }
    .h-nome-empresa{
        font-size:1.5rem!important;
    }
    .h-nome-empresa-sm{
        font-size:1.2rem!important;
        line-height:0.9rem!important;
    }
    .img-lista-produto{
        left:-2%; 
        width:103%;
    }
    .container-imagem-empresa-rodape{
        width:140px; 
        height:140px;
        margin: 0 0;
    }
    .container-imagem-empresa-topo{
        width:86px!important; 
        height:86px!important;   
        padding:5px!important;
    }
    .txt-dados-entrega{
        font-size:14px!important;
    }
	.txt-dados-entrega-reduzido{
		font-size:14px!important;
	}
    .div-dados-entrega{
        padding-left:220px!important;
    }
    .texto-comunic-rodape{
        text-align:right!important;
    }
    .texto-dev-rodape{
        text-align:left!important;        
    }
	.texto-dev-rodape-esq{
		float:left!important;
		margin-top:1rem;
	}
	.texto-dev-rodape-dir{
		float:right!important;
		margin-top:0.65rem;
	}
	.texto-dev-rodape-cen{
		margin-top:1rem;
	}
}

@media (min-width: 1200px) {
    .div-complementos{
        margin-right:1rem!important;
        max-height: 46vh;
    }
}

.div-rodape{
    min-height:355px;
    margin-top:4rem!important;
    padding-bottom:2rem;
}

.texto-laranja{
    color: #ff7f00;
}

.fundo-laranja{
    background-color: #ff7f00;
}

.link-login{
    text-decoration:none;
    cursor:pointer;
}

.link-login:hover{
    text-decoration:underline;
}

.div-spinner{
    width:100px!important;
    height:26px!important;
    white-space:nowrap;
}

.btn-spinner{
    background-color:Transparent;
    border-radius: 50% 50%!important;
    border: solid 1px #454545;
    padding:0!important;
    line-height:22px!important;
    height:26px!important;
    width:26px!important;
    float:right;
}

.txt-spinner{
    background-color:Transparent;
    border:none!important;  
    font-weight:bold;
    height:26px!important;
    line-height:26px!important;
    width:135px;
}

.txt-spinner-edit{
    background-color:White!important;
    border:solid 1px #ced4da!important;  
    border-radius: 4px!important;
    font-weight:bold;
    height:26px!important;
    line-height:26px!important;
    width:130px;
    margin-left:0.5rem;
    margin-right:0.5rem;
}

.div-spinner input[type="text"]{
    background-color:Transparent;
    font-weight:bold;
    height:26px!important;
    line-height:26px!important;
}

.titulo-categoria-complemento{
    font-size:20px!important;
    font-weight:500;
    color:#333;
}

.txt-instrucoes-complemento{
    font-size:12px!important;
    font-weight:normal;
    color:#545454;
}

.div-spinner-total{
    width:100px!important;
    height:42px!important;
}

.btn-spinner-total{
    background-color:White;
    border-radius: 50% 50%!important;
    border: solid 1px #454545;
    padding:0!important;
    line-height:40px!important;
    height:46px!important;
    width:46px!important;
    float:right;
    font-size:20px;
}

.txt-spinner-total{
    background-color:White;
    border:solid 1px #ced4da; 
    border-radius:6px;
    font-size:26px; 
    font-weight:bold;
    height:42px!important;
    line-height:42px!important;
    width:55px;
    margin-top:2px;
    margin-left:0.5rem;
    margin-right:0.5rem;
    padding-left:2px;
    padding-right:2px;
}

.div-spinner-total input[type="text"]{
    background-color:Transparent;
    border:none!important;  
    font-weight:bold;
    height:42px!important;
    line-height:40px!important;
}

.text-subtotal{
    font-size:17px;
    font-weight:500;
}

.text-total{
    font-size:21px;
    font-weight:500;
}

.text-subtotal-acomp{
    font-size:16px;
    font-weight:500;
}

.div-destaque{
    background-color:#f5f5f5;
}

@keyframes highlight {
    0% {
        background: #ffff99; 
    }
    100% {
        background: none;
    }
}

.highlight {
    animation: highlight 3s;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.choose-box{display: block; position: relative; color:#999; }
.choose-box input[type="radio"]{height: 1px; width: 1px; display: none;}
.choose-box label{position: relative; font-size: 16px; display:block; background: #F2F2F2; padding: 16px 4px; text-align: center; border-radius: 10px;  margin-bottom: 0; font-weight: 500;cursor: pointer;}
.choose-box label span{ font-size: 16px; line-height:18px; padding-top:10px; display: inline-block; vertical-align: middle; color: #888; }
.choose-box label>img{ max-height: 32px; min-height: 32px; display: inline-block; vertical-align: middle; }
.choose-box input[type="radio"] + label{ border: solid 4px #f5f5f5; }
.choose-box input[type="radio"]:checked + label{ border: solid 4px #ff7f00; }
.choose-box input[type="radio"]:checked + label span{ color: #333; }
.choose-box input[type="radio"]:checked + img{ color: #333!important; }
.choose-box input[type="radio"] + label img{ filter: brightness(1.5); -webkit-filter: brightness(1.5); }
.choose-box input[type="radio"]:checked + label img{ filter: brightness(0); -webkit-filter: brightness(0); }

@media (min-width: 1200px){.container{max-width:1240px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1240px}}