.lockscreen{
	height:250px;
	left:50%;
	margin-left:-239px;
	margin-top:-185px;
	position:absolute;
	top:50%;
	width:478px
}

.lockscreen .logo{padding:15px 0;display:block}

.lockscreen .logo+div{background:#FFF;box-shadow:-31px 32px 53px rgba(0,0,0,.2);overflow:hidden;padding:13px;position:relative}

.lockscreen .logo>:first-child{margin:0}

.lockscreen .logo img{width:29px;margin-top:-4px;margin-right:-2px}

.lockscreen .logo+div>img{float:left}.lockscreen 

.logo+div>img+div{float:right;width:318px}

.lockscreen .logo+div>img+div>:first-child{margin-top:0}

.lockscreen .logo+div>img+div>:first-child>:first-child{opacity:.1;padding:15px}.lockscreen .logo+div>img+div>:first-child>small{display:block;padding-top:5px}.lockscreen .logo+div>img+div>:first-child+p{margin-bottom:12px}#lock-page #main{position:static}@media (max-width:767px){.lockscreen .logo+div>img{float:none!important}

.lockscreen{height:auto;left:1%;margin-left:0;margin-top:0;position:absolute;top:0;width:98%;text-align:center}

.lockscreen .logo+div>img+div{float:none;width:100%;height:auto}}

.example-one-header {
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,.4);
}

.categories-scroll {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.card-prato {
    position: relative;
    border-radius: 6px 2px 2px 6px;
    margin: 10px 0!important;
    padding: 10px 0 0 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-decoration: none;
    background-color: #fafafa;
    cursor: pointer;
    border-left: 5px solid #e52d27;
}

.prato-titulo {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.prato-descricao {
    font-size: 14px;
    line-height: 15px;
    color: #6f6f6f;
}

.prato-preco {
    font-size: 15px;
    color: #86110d;
    font-weight: 600;
}

.card-prato img {
    border-radius: 30%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}

.card-prato img.online {
    border-left-color: #e52d27!important;
}

.titulo {
    text-align: center;
    padding-bottom: 3px;
    border-bottom: 2px solid red;
    width: 80%;
    margin: 15px auto 12px auto;
}

.titulo-adicional {
    text-align: left;
    padding-bottom: 3px;
    width: 80%;
    margin: 15px auto 12px auto;
}

.extra-message {
    margin: 5px 10px;
    border: 2px solid #e52d27;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 15px;
    color: #e52d27;
    font-weight: 700;
    text-align: center;
}

.card-extra {
    position: relative;
    border-radius: 6px 2px 2px 6px;
    margin: 10px 5px!important;
    padding: 10px 0 10px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-decoration: none;
    background-color: #fafafa;
    cursor: pointer;
}

.card-extra-success {
    position: relative;
    border-radius: 6px 2px 2px 6px;
    margin: 10px 5px!important;
    padding: 10px 0 10px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-decoration: none;
    background-color: #5ec953;
    cursor: pointer;
}

.pedido-card-extra {
    max-width: 90%;
    position: relative;
    border-radius: 6px 2px 2px 6px;
    margin: 10px 5px!important;
    padding: 10px 0 10px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-decoration: none;
    background-color: #fafafa;
    cursor: pointer;
}

.pedido-card-extra-success {
    max-width: 90%;
    position: relative;
    border-radius: 6px 2px 2px 6px;
    margin: 10px 5px!important;
    padding: 10px 0 10px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-decoration: none;
    background-color: #5ec953;
    cursor: pointer;
}

.pedido-card-extra-danger {
    max-width: 90%;
    position: relative;
    border-radius: 6px 2px 2px 6px;
    margin: 10px 5px!important;
    padding: 10px 0 10px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-decoration: none;
    background-color: #c95361;
    cursor: pointer;
}
.fixed-button {
    color: #fff;
    font-size: 20px;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 20px 5px;
    text-align: center!important;
    background: linear-gradient(to bottom,#e52d27 ,#b31217);
    z-index: 999;
    cursor: pointer;
}

.fixed-button.gray {
    background: linear-gradient(to bottom,#a39a99 ,#443f3f);
}

.fixed-button.red {
    background: linear-gradient(to bottom,#e52d27 ,#b31217);
}

.card-pedido {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin: -6px 0!important;
    padding: 5px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    position: relative;
    overflow: hidden;
}

.btn-qtd {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    display: block;
    width: 80%;
    margin: 3px 0 3px 10px;
    height: 30px;
    border-radius: 3px;
    border: none;
    color: #222;
    cursor: pointer;
}

.container {
    width: 100%;
    padding-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.title-preco {
    font-size: 15px;
    color: #86110d;
    font-weight: 600;
}

.title-resumo {
    text-align: left;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #0a0a0a;
}

.prato-qtd {
    width: 80%;
    text-align: center;
    font-size: 20px;
/*    line-height: 20px;*/
    display: block;
    margin: 3px 0 3px 10px;
    color: #333;
}

.desc-resumo {
    text-align: left;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0;
    color: #6d6d6d;
}

.hrCool {
    padding: 8px;
    border: none;
    border-top: medium double #e94141;
    color: #dd0606;
    text-align: center;
}

.basket-buttom {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #b11611;
    bottom: 10px;
    right: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

.number-basket {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff4500;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}

.delivery-fee-text {
    font-size: 20px;
    text-align: center;
    border: 2px solid #e52d27;
    padding: 8px;
    margin: 10px 0;
    color: #e52d27;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}


.delivery-green-text {
    font-size: 20px;
    text-align: center;
    border: 2px solid #27E52D;
    padding: 8px;
    margin: 10px 0;
    color: #27E52D;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.texto-center {
    text-align: center;
}