* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans';
    font-size: 14px;
    overflow-x: hidden;
}

.show {
    display: block;
}

.btn-open-nav {
    width: 145px;
}

.link-empresa {
    text-decoration: none;
    text-transform: none;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 12px;
    padding: 5px 0px 0px 5px;
    color: #CCC;
}

.copyright-bar {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 20px;
    background-color: #808080;
    display: flex;
    justify-content: space-between;
}

.header-template-empty {
    position: relative;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
}

.btn-back-template-empty {
    top: 5px !important;
}

.topnav.navbar {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.topnav .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3D3D3D;
}

.topnav .nav>li>a:hover,
.dropdown.open .dropdown-toggle {
    background: none;
    /* color:#59b210; */
}

header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.logo {
    /* width: 100%; */
    /* text-align: left; */
    margin-left: 0px;
    margin-top: -40px;
    /* padding-left: 5px; */
    position: relative;
}

.logo img {
    /* width: 100%; */
    /* max-width: 100px; */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #000;
}

.nome_restaurante {
    display: flex;
    margin-top: 50px;
}

.head_help,
.head_email {
    height: 20px;
    line-height: 20px;
    padding-left: 27px;
    padding-right: 15px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline;
}

.head_help {
    background-image: url('../images/phone.png');
}

.head_email {
    background-image: url('../images/mail.png');
}

.head_email span {
    color: #59b210;
}

.search_area {
    clear: both;
    height: 50px;
    border: 3px solid #c6c6c6;
    border-radius: 7px;
    margin-top: 10px;
    overflow: hidden;
}

.search_area input,
.search_area select {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    background-color: #FFF;
}

.search_area input[type=text] {
    height: 44px;
    float: left;
    width: 50%;
    padding-left: 15px;
}

.search_area select {
    width: 35%;
    height: 44px;
    float: left;
    border-left: 1px solid #CCC;
    border-radius: 0px;
}

.search_area input[type=submit] {
    width: 15%;
    height: 44px;
    float: left;
    background-color: #59b210;
    background-image: url('../images/search.png');
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.cartarea {
    float: right;
    margin-top: 27px;
}

.carticon {
    width: 50px;
    height: 50px;
    background-image: url('../images/cart.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 18px;
    padding-top: 6px;
    display: inline-block;
    vertical-align: top;
}

.carttotal {
    display: inline-block;
    color: #000;
}

.carttotal span {
    color: #59b210;
    font-size: 20px;
    font-weight: bold;
}

.cartqt {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    background-color: #59b210;
    border-radius: 10px;
}

.categoryarea {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}

nav.navbar .container {
    display: flex;
}

.categoryarea .container {
    background-color: #f9f9f9;
    height: 60px;
    padding: 0;
    border-radius: 5px;
}

.categoryarea .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.categoryarea .nav>li>a:hover {
    background-color: #ECECEC;
}

.categoryarea a {
    color: #000;
    border-right: 1px solid #e0e0e0;
}

.categoryarea .dropdown {
    /* background-color:#59b210; */
    border-radius: 5px;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.categoryarea .dropdown .dropdown-toggle {
    background-image: url('../images/list.png');
    background-size: 20px auto;
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #FFF;
    font-weight: bold;
    padding-left: 45px;
    border-right: 0px;
}

.categoryarea .nav>li.dropdown>a:focus,
.categoryarea .nav>li.dropdown>a:hover {
    background-color: #59b210;
    border-radius: 5px;
}

.cabecalho {
    display: flex;
    justify-content: space-between;
}

section {
    margin-bottom: 50px;
}

section .container {
    padding: 10;
}

h1 {
    font-size: 24px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}

.filterarea {
    border: 2px solid #ececec;
    border-radius: 10px;
    padding: 10px;
}

.widget {
    margin-top: 20px;
    margin-bottom: 20px;
}

.widget h1 {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
}

footer {
    padding-top: 30px;
    background-color: #F9F9F9;
    border-top: 1px solid #e0e0e0;
}

.subarea {
    margin-top: 50px;
    margin-bottom: 50px;
}

.subarea form {
    margin: 0;
    padding: 0;
}

.subarea:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    z-index: 0;
    margin-top: 30px;
}

.subarea .subemail {
    margin: 0;
    width: 80%;
    height: 60px;
    display: inline-block;
    border: 0;
    padding: 0;
    border: 1px solid #E0E0E0;
    border-radius: 5px 0 0 5px;
    outline: 0;
    padding-left: 15px;
}

.subarea input[type=submit] {
    margin: 0;
    width: 20%;
    height: 60px;
    display: inline-block;
    border: 0;
    padding: 0;
    outline: 0;
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
    color: #FFF;
    background-color: #59b210;
}

.subarea input[type=submit]:hover {
    background-color: #60c011;
}

footer h3 {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 18px;
}

.links {
    margin-bottom: 50px;
}

.linkgroups a {
    color: #acacac;
    text-decoration: none;
}

.linkgroups a:hover {
    color: #59b210;
}

.linkgroups ul,
.linkgroups li {
    margin: 0 0 12px 0;
    padding: 0;
    list-style: none;
}

.copyright {
    background-color: #3D3D3D;
    padding: 17px 0;
    line-height: 30px;
    color: #8a8a8a;
}

.copyright span {
    color: #FFF;
}

.payments {
    text-align: right;
}

.payments img {
    height: 30px;
    background-color: #FFF;
    border-radius: 4px;
    margin-right: 3px;
}

.no-padding {
    padding: 0;
}

.product_item {
    padding: 10px;
    border: 1px solid #fff;
}

.product_item:hover {
    /* background-color: #eee; */
    border: 1px solid rgb(194, 192, 192);
}

.product_item a {
    text-decoration: none;
    display: block;
}

.product_tags {
    position: absolute;
}

.product_tag {
    height: 30px;
    line-height: 30px;
    background-color: #000;
    float: left;
    clear: both;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    color: #FFF;
}

.product_tag_red {
    background-color: #f8484a;
    opacity: 0.6;
    /*text-transform: uppercase;*/
}

.product_tag_green {
    background-color: #59b210;
    /*text-transform: uppercase;*/
    opacity: 0.6;
}

.product_tag_blue {
    background-color: #407ac5;
    /*text-transform: uppercase;*/
    opacity: 0.6;
}

.product_name {
    font-weight: bold;
    color: #0f4586;
}

.product_name h3 {
    margin-top: 5px;
}

.product_brand {
    color: #000;
    font-size: 11px;
}

.product_price_from {
    float: left;
    color: rgb(143, 142, 142);
    font-size: 14px;
    margin-top: 5px;
    margin-right: 15px;
}

.product_price {
    /*float:right;*/
    float: left;
    color: #de751f;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
}

.paginationItem {
    width: 40px;
    height: 40px;
    border: 1px solid #DDD;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.paginationItem:hover,
.pag_active {
    border: 1px solid #59b210;
}

.paginationItem a {
    display: block;
    color: #000;
    text-decoration: none;
}

.paginationArea {
    margin-top: 30px;
}

.dropdown-menu {
    width: 100%;
}

#dropdown-categories {
    position: static;
}

.filterbox {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.filtertitle {
    color: #59b210;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #EEE;
}

.filteritem {
    height: 25px;
    font-size: 12px;
}

.filteritem label {
    font-weight: normal;
}

.widget_item {
    margin-top: 10px;
}

.widget_item a {
    text-decoration: none;
    color: #000;
}

.widget_info {
    float: left;
    width: 80%;
}

.widget_photo {
    float: right;
    width: 20%;
}

.widget_photo img {
    width: 100%;
    border: 1px solid #CCC;
}

.widget_productname {
    font-weight: bold;
    color: #0e53a5;
}

.widget_price span {
    color: #999;
}

.original_price {
    font-size: 25px;
    font-weight: bold;
}

.price_from {
    font-size: 14px;
    color: #CCC;
}

.addtocartform {
    margin-top: 20px;
}

.addtocart_qt {
    height: 35px;
    width: 35px;
    text-align: center;
    border: 1px solid #CCC;
    outline: 0;
    float: left;
}

.addtocartform button {
    width: 30px;
    font-weight: bold;
    height: 35px;
    text-align: center;
    border: 1px solid #CCC;
    background-color: #FFF;
    float: left;
}

.addtocart_submit {
    height: 35px;
    float: left;
    margin-left: 10px;
    background-color: #59b210;
    /* border:1px solid #59b210; */
    border-radius: 3px;
    color: #FFF;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.mainphoto img {
    width: 100%;
    object-fit: cover;
}

.mainphoto h4 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    color: #0e53a5;
}

.photo_item {
    width: 30%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.photo_item img {
    width: 90%;
    object-fit: cover;
}

.button {
    background-color: #59b210;
    border-radius: 5px;
    padding: 10px;
    border: 0;
    color: #FFF;
}

.dropdown-menu li a {
    height: 30px;
}

.centralized {
    display: flex;
    justify-content: center;
}

.components-inline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* .form-register {
    max-width: 900px;
    width: 100%;
} */

.col-menu {
    display: flex;
    justify-content: flex-end;
}

.header-template-empty {
    width: 100%;
    height: 160px;
    background-color: #59b210;
    /* background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    border-bottom: 1px solid #000;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.header-template-empty_ {
    width: 100%;
    height: 40px;
    background-color: #59b210;
    /* background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    border-bottom: 1px solid #000;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

#slider {
    width: 100%;
    height: 160px;
    position: relative;
    /* margin-left: -30px; */
}

#slider img {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: opacity 800ms;
}

#slider img.selected {
    opacity: 1;
}

.header-template-empty h1 {
    color: #FFF;
    font-size: 34px;
    text-shadow: 1px 1px 10px #000;
}

.body-template-empty {
    background-color: #fafafa;
    height: 80px;
    /* display: flex;
	justify-content: center; */
}

.btn-back {
    position: absolute;
    left: 10px;
    top: 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    transition: filter 0.5s;
}

.btn-back:hover {
    filter: brightness(80%);
    /*Reduz a claridade do button em 10%*/
}


/*Login View*/

.login-box {
    /* display: flex; */
    /* width: 100%; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.login-box h1 {
    font-size: 30px;
    text-align: center;
    color: #3d4852;
    margin-bottom: 10px;
}

#box-logo {
    display: flex;
    justify-content: center;
}

#box-logo img {
    margin: 10px auto;
    width: 120px;
    height: 120px;
    border-radius: 60%;
    box-shadow: 1px 1px 10px #000;
}


/* #form-login {
	background-color: #FFF;
	box-shadow: 2px 2px 10px rgba(0,0,0,.1);
	padding: 20px;
	border-radius: 5px;
} */

.area-menu-user {
    background-color: #FFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 5px;
}


/*Registro View*/

.box-menu {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-items: flex-end;
    margin-top: 10px;
    /* margin-right: -15px; */
}

.register-box {
    /* display: flex; */
    /* width: 100%; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.register-box h1 {
    font-size: 30px;
    text-align: center;
    color: #3d4852;
    margin-bottom: 20px;
}

#form-registro {
    background-color: #FFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 5px;
}


/*View Cart*/

.box-enderecos {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    border-radius: 5px;
}

.box-enderecos a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

div .endereco_opcao+div {
    border-top: 1px solid #CCC;
}

.endereco_add {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #CCC;
    border-radius: 0px 0px 5px 5px;
    transition: 0.5s;
}

.endereco_add:hover {
    background-color: #CCC;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
}

.area-pagamento {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.card_endereco {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 120px;
    background-color: #CCC;
    margin: 5px 0px;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
}

#form-pagamento {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.foto_ilustrativa {
    margin-bottom: 10px;
    display: flex;
    font-size: 12px;
}

.itens-carrinho {
    text-align: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    /* display: flex; */
    flex-direction: row;
    margin: 0px;
    /* margin-top: -100px; */
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.align-between {
    align-content: space-between;
}

.align-start {
    align-content: flex-start;
}

.w-100 {
    width: 100%;
}

.box-list-massas {
    width: 100%;
    /* height: 500px; */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.box-massas {
    width: 100%;
}

.check-box-massas {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

div .massa-opcao+div {
    border-top: 1px solid #CCC;
}

.box-list-complementos {
    width: 100%;
    /* height: 500px; */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.box-complementos {
    width: 100%;
}

.input-group-pesquisa-produto {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 8px 16px 8px 8px;
    border-radius: 5px;
    gap: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 97%;
}

.input-group-pesquisa-produto img {
    width: 32px;
    height: 32px;
    color: #fff;
}

.input-pesquisa-produto_field {
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    background-color: #fff;
}

.descricaocomplemento {
    font-size: 18px;
    font-weight: bold;
}

.descricao_detalhada {
    font-size: 14px;
    font-weight: normal;
}

.descricaoborda {
    font-size: 18px;
    font-weight: bold;
}

.descricao_detalhada_borda {
    font-size: 14px;
    font-weight: normal;
}

.descricaoadicional {
    font-size: 18px;
    font-weight: bold;
}

.descricao_detalhada_adicional {
    font-size: 14px;
    font-weight: normal;
}

.check-box-complementos {
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

div .complemento-opcao+div {
    border-top: 1px solid #CCC;
}

.box-list-bordas {
    width: 100%;
    /* height: 500px; */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.box-bordas {
    width: 100%;
}

.check-box-bordas {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

div .borda-opcao+div {
    border-top: 1px solid #CCC;
}

.box-list-adicionais {
    width: 100%;
    /* height: 500px; */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.box-adicionais {
    width: 100%;
}

.check-box-adicionais {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

div .adicional-opcao+div {
    border-top: 1px solid #CCC;
}

.box-list-combos {
    width: 100%;
    /* height: 500px; */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
}

div .combo-opcao+div {
    border-top: 1px solid #CCC;
}

.check-box-combos {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.box-combos {
    width: 100%;
}

.alerta_preco_zero {
    display: flex;
    padding-left: 10px;
    font-size: 12px;
}

.box-list-observacoes {
    width: 100%;
    /* height: 500px; */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    background-color: #f3f3f3;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.observacoes {
    margin-top: 5px;
}

.text_valor {
    color: #59b210;
    font-weight: bold;
}

.box-item {
    margin-right: 15px;
}

.row-orders {
    display: flex;
    justify-content: center;
}

.col-orders {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    transition: 0.5s;
    box-shadow: 1px 1px 5px #000;
}

.col-orders:hover {
    box-shadow: 1px 1px 20px #000;
}

.table-pedidos th,
.table-pedidos td {
    text-align: center;
}

.table-pedidos tbody .pedido-line:nth-child(2n) {
    cursor: pointer;
}

.table-pedidos tbody .pedido-line:nth-child(2n+1) {
    transition: all 0.5s ease;
}

.table-pedidos tbody .pedido-line:nth-child(2n+1) {
    /* box-shadow: 1px 1px 10px #59b210; */
    /* box-shadow: 1px 1px 10px #000; */
    border: 1px solid #CCC;
}

.status-pedido {
    font-weight: 700;
}

.table-pedidos tbody tr:hover .status-pedido {
    /* text-shadow: 0.5px 0.5px rgb(217, 255, 2); */
    text-shadow: 0.5px 0.5px rgb(217, 255, 2);
    /* font-size: 18px; */
}

.btn-back-template-clean {
    top: 1px !important;
    left: 1px;
    font-size: 14px;
}

.btn-back-template-clean img {
    width: 14px;
    height: 14px;
}

.dropdown-template-clean {
    margin-top: 20px;
}

.col-menu-template-clean {
    padding-bottom: 10px;
    padding-top: 10px;
}

.brand-visitantes {
    font-weight: bold;
    position: absolute;
    bottom: 0vh;
    right: 0vw;
    font-size: 10px;
    margin: 0;
    padding: 0;
}


/*.logo img {
	border-radius: 100px;
	box-shadow: 2px 2px 10px #000;
	transition: all 1s ease;
}*/


/* .logo img:hover{
	transform: scale(0.8);
	box-shadow: 1px 1px 5px #000;
} */

.brand-visitantes span {
    background-color: #59b210;
    padding: 0px 5px;
    border-radius: 25px;
}

.template-clean-box-menu {
    margin-right: 15px;
}

.table-pedidos-finalizados tbody tr {
    cursor: pointer;
}

.list-items-pedidos-finalizados {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    margin: 0px;
    padding: 0px;
}

.list-items-pedidos-finalizados li {
    width: 100%;
    word-wrap: break-word;
    background-color: #CCC;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 5px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* .list-items-pedidos-finalizados li + li{
	margin-top: 15px;
} */

.resposta-pedido {
    margin-top: 5px;
    border: 1px solid #CCC;
    color: rgb(117, 116, 116);
    border-radius: 10px;
    padding: 5px;
    text-align: justify;
}

#box-rec-senha {
    /* padding: 0px 15px; */
}

#modal-picpay .modal-body,
#modal-picpay .modal-header {
    text-align: center;
}

.box-search-product {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex: 1;
    /* margin-right: 10px; */
    margin-left: 5px;
    align-items: center;
}

.box-input-search {
    /* width: 100%; */
    max-width: 400px;
    /* height: 30px; */
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #3D3D3D; */
    border-radius: 40px;
    overflow: hidden;
    transition: all 1s ease;
    cursor: pointer;
}

.no-hover.box-input-search:hover {
    transform: scale(1.1);
    box-shadow: 1px 1px 10px #3d3d3d;
}

.box-input-search input[type=search] {
    flex: 1;
    border: 0px;
    outline: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 0px;
    height: 100%;
    transition: all 1s ease;
    padding-left: 15px;
    display: none;
}

.box-input-search input[type=search]::placeholder {
    padding-left: 5px;
}

.box-input-search img {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin: 0px 5px;
    /* border-left: 1px solid #3d3d3d; */
    transition: all 1s ease;
}

.clear-input-icon {
    position: absolute;
    margin-top: 10px;
    right: 5px;
    cursor: pointer;
}

#btn-lancamentos {
    height: 60px;
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .col-register-box {
        width: 80%;
    }
    .template-clean-cartarea {
        display: flex;
        font-size: 12px;
    }
    .template-clean-whatsapp {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 10px;
    }
    .template-clean-box-menu {
        margin-right: 0px !important;
    }
    .cartarea-template {
        display: flex;
    }
    .cartarea-template .carticon {
        background-size: 40px 40px;
    }
    .cartarea span {
        font-size: 16px;
    }
    .endereco_add p {
        font-size: 12px;
    }
    #form-pagamento {
        flex-direction: column;
        justify-content: center;
    }
    #modal-novo-endereco {
        /* margin-right: 15px; */
    }
    .menu-clean {
        justify-content: space-evenly !important;
        align-items: center !important;
    }
    .box-menu {
        margin-top: 0px;
        /* margin-right: -15px; */
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 640px) {
    .btn-dropdown {
        width: 80%;
    }
    .col-register-box {
        width: 80%;
    }
    .template-clean-box-menu {
        margin-right: 0px !important;
    }
    .cartarea-template {
        display: flex;
    }
    .cartarea-template .carticon {
        background-size: 40px 40px;
    }
    .cartarea span {
        font-size: 16px;
    }
    .row-menu {
        justify-content: space-between;
    }
    /* .logo {
        display: flex;
        justify-content: center;
    } */
    .col-menu {
        justify-content: flex-end;
    }
    .navbar-nav .open .dropdown-menu {
        float: left !important;
    }
    .dropdown-menu {
        width: 100% !important;
    }
    .box-menu {
        margin-top: 0px;
        font-size: 12px;
        /* margin-right: -15px; */
    }
    .endereco_add p {
        font-size: 18px;
    }
    .area-pagamento {
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }
    .area-pagamento input {
        margin-top: 25px;
    }
    #form-pagamento {
        flex-direction: column;
        justify-content: center;
    }
    #modal-novo-endereco {
        /* margin-right: 15px; */
    }
    .menu-clean {
        justify-content: space-evenly !important;
        align-items: center !important;
    }
    .box-list-complementos {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 640px) and (min-width: 400px) {
    .col-register-box {
        width: 80%;
    }
    .template-clean-box-menu {
        margin-right: 0px !important;
    }
    .col-menu-template-clean {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .template-clean-whatsapp {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 10px;
    }
    .template-clean-cartarea {
        font-size: 10px;
    }
    .cartarea-template {
        display: flex;
    }
    .cartarea-template .carticon {
        background-size: 40px 40px;
    }
    .cartarea span {
        font-size: 16px;
    }
    .row-menu {
        flex-direction: column;
        justify-content: space-between;
    }
    /* .logo {
        display: flex;
        justify-content: center;
    } */
    .col-menu {
        justify-content: flex-end;
    }
    .box-menu {
        margin-top: 10px;
        font-size: 12px;
        /* margin-right: -15px; */
    }
    .navbar-nav .open .dropdown-menu {
        float: left !important;
    }
    .dropdown-menu {
        width: 100% !important;
    }
    .header-template-empty {
        height: 160px;
    }
    .header-template-empty h1 {
        font-size: 20px;
    }
    .btn-back {
        left: 6px;
        top: 3px;
        font-size: 14px;
    }
    .btn-back img {
        width: 13px;
        height: 13px;
    }
    .endereco_add p {
        font-size: 18px;
    }
    .area-pagamento {
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }
    .area-pagamento input {
        margin-top: 25px;
    }
    .card_endereco {
        width: 270px;
        height: 120px;
    }
    #form-pagamento {
        flex-direction: column;
        justify-content: center;
    }
    /* #modal-novo-endereco {
        margin-right: 15px;
    } */
    .menu-clean {
        justify-content: space-evenly !important;
        align-items: center !important;
    }
    .box-list-complementos {
        margin-top: 30px;
    }
    .cartarea {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 400px) {
    .template-clean-box-menu {
        margin-right: 0px !important;
    }
    .box-whatsapp {
        flex-direction: column;
    }
    .col-register-box,
    .col-login-box {
        width: 80%;
    }
    .template-clean-whatsapp {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 10px;
    }
    .template-clean-cartarea {
        font-size: 10px;
    }
    .cartarea-template {
        display: flex;
    }
    .cartarea-template .carticon {
        background-size: 40px 40px;
    }
    .cartarea span {
        font-size: 16px;
    }
    .btn-template {
        width: 50px;
        height: 25px;
        line-height: 12.5px;
        text-align: center;
    }
    .row-menu {
        flex-direction: column;
        justify-content: space-between;
    }
    .text-small {
        font-size: 13px !important;
    }
    /* .logo {
        display: flex;
        justify-content: center;
    } */
    .col-menu {
        justify-content: flex-end;
    }
    /* .logo img {
        width: 100px;
        height: 100px;
    } */
    .box-menu {
        margin-top: 0px;
        font-size: 12px;
        /* margin-right: -15px; */
    }
    .navbar-nav .open .dropdown-menu {
        float: left !important;
    }
    .dropdown-menu {
        width: 100% !important;
        /* background-color: #59b210 !important; */
    }
    .header-template-empty {
        height: 160px;
    }
    .header-template-empty h1 {
        font-size: 20px;
    }
    .btn-back {
        left: 1px;
        top: 34px;
        font-size: 12px;
    }
    .btn-back img {
        width: 9px;
        height: 9px;
    }
    .endereco_add p {
        font-size: 18px;
    }
    .area-pagamento {
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }
    .area-pagamento input {
        margin-top: 25px;
    }
    .card_endereco {
        width: 270px;
        height: 120px;
    }
    #form-pagamento {
        flex-direction: column;
        justify-content: center;
    }
    .itens-carrinho {
        font-size: 12px;
    }
    #modal-novo-endereco {
        /* margin-right: 15px; */
    }
    .menu-clean {
        justify-content: space-evenly !important;
        align-items: center !important;
        padding-bottom: 30px;
    }
    .box-list-complementos {
        margin-top: 30px;
    }
    .template-clean-cartarea {
        margin: 0px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .template-clean-box-menu {
        margin-left: 10px;
        margin-right: 16px;
    }
    .carttotal {
        font-size: 14px !important;
    }
    .carttotal span {
        font-size: 14px !important;
    }
    .col-orders {
        margin-right: 12px;
    }
    .box-input-search {
        max-width: 320px;
    }
}