*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: Raleway; */
}

*:focus
{
    outline: 1px solid #010b9b;
}

body, html{
    height: 100%;
}

section.pagcarrinho{
    margin-top: 60px;
    display: flex;
    width: 100%;
    min-height: 200px;
    background-color: #ffffff;
}

.metade{
    display: inline-block;
    margin-left: -5px;
    width: 50%;
}

section.pagcarrinho .produto-no-carrinho .img-finalizarCompra{
    width: 90%!important;
    margin-bottom: 10px;
}
section.pagcarrinho .finalizarCompra-texto{
    min-width: 60%;
    max-width: 100%;
    padding: 15px 10px;
    border: 1px solid #6868684d;
}
.finalizarCompra form{
    text-align: center;
}
.finalizarCompra input[name="finalizar"]{
    width: 200px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.233);
    margin: 0 auto;
    color: rgb(255, 255, 255);
    background-color: hwb(239 0% 11%);
    cursor: pointer;
}

section.pagcarrinho .produto-no-carrinho{
    width: 56%;
    display: block;
    padding: 5px 2% 5px 1%;
    margin-bottom: 40px;
    margin-left: 13px;
    background-color: rgb(255 255 255);
    border: 1px solid #c7c7c7;
    border-radius: 9px;
}

section.pagcarrinho img{
    margin-bottom: -1%;
    width: 81%;
    position: relative;
    border-radius: 10px;
}

.produto-no-carrinho a{
    display: inline-block;
    background-color: rgb(71, 252, 17);
    color: black;
    border-radius: 4px;
    width: 100%; 
    color: rgb(0, 0, 0) !important;
    padding: 2px 3px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    cursor:pointer;
}
.produto-no-carrinho div.icone{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.produto-no-carrinho div.icone a.icone{
    display: inline-block !important;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    width: auto !important; 
    color: rgb(0, 0, 0) !important;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 0px;
    cursor:pointer;
}

section.pagcarrinho div.produtos{
    width: 80%;
    border-right: 1px solid #ccc;
}
section.pagcarrinho .afc{
    background-color: rgb(255, 255, 255);
    color: black;
    border-radius: 5px;
    padding: 10px 0px 10px 5%;
}

.produto-no-carrinho p{
   padding:10px 12px 10px 0px ;
}

.formblue{
    width: 100%;
    margin-left: -3px;
}.formblue input[type="number"]{
    width: 26%;
    height: 30px;
    padding: 0px;
    text-align: center;
}

.formblue input{
    width: 90%;
    height: 40px;
    padding-left: 17px;
    margin-bottom: 20px;
    margin-top: 2px;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 15px;
}.formblue input[type="submit"]{
    cursor: pointer;
    background-color: #ff7d3f;
}
/* stilo do fazer-pedido */

/* Pedido individual */
.full{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.384);
    display: inline-block;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    cursor: pointer;
}
.full .text{
    width: 30%;
    height: auto;
    background-color: rgb(241, 248, 234);
    text-align: center;
    margin: 0 auto;
    margin-top: 230px;
    padding: 10px 10px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    z-index: 20;
}
/*///////////////*/

.flex{
    display: flex;
    margin-top: 30px;
    padding-left: 1%;
}


.blue{
    width: 20%;
    /* background-color: rgb(212, 212, 212); */
    border: 1px solid rgb(211, 211, 211);
    margin-left: -3px;
    text-align: center;
}

.blue input{
    width: 90%;
    height: 40px;
    padding-left: 17px;
    margin-bottom: 20px;
    margin-top: 2px;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 15px;
}.blue input[type="submit"]{
    cursor: pointer;
    background-color: #ff7d3f;
}

.flex .produto-single{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    padding-bottom: 29px;
}.flex .ib{
    display: inline-block !important;
}

.flex .produto-single .inline{
    width: 55%;
    display: inline-block;
    margin-left: -5px;
    background-color: #ffffff;
}.flex .produto-single .img{
    width: 40%;
} .img img{
    width: 56%;
    margin-top: 60px;
}.imagem_produto{
    width: 100%;
    height: 230px;
    background-color: #a4bfa096;
    /* margin-top: 60px; */
    margin: 0 auto;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64%;
}.imagem_produto_76{
    width: 87%;
    height: 300px;
    /* margin-top: 60px; */
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.img .imagem_produto{
    width: 56%;
    height: 240px;
    margin-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.produto-single .inline .dsc{
    display: inline-block;
    padding: 40px 5px;
    font-size: 15.5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
}

/* produtos-r */

section.produtos-r{
    padding-left: 1%;
    padding-top: 7%;
    z-index: 5;
}

section.produtos-r h2{
    font-size: 22px;
    padding-top: 15px;
    border-top: 1px solid rgb(180, 180, 180)
}

div.footer{
    height: 0px !important;
    margin-top: -43px;
}