/********************************/
/*           Carrinho           */
/********************************/
.cartNum{padding:2px 5px;background-color:gray;color:white; border-radius: 50px}
.product{width:45%; display: flex; justify-content: space-around;align-items: center;padding:10px 0; border-bottom:1px solid lightgray}
.glyphicon-remove-sign, .glyphicon-minus-sign, .glyphicon-plus-sign{ background-color: royalblue; color:#fff;cursor:pointer;font-size: 20px; }
#carrinho{padding-bottom:50px;}
#carrinho .aviso{padding:100px;}
#carrinho .aviso h3{padding:50px;}
#tabela{margin-bottom:10px;font-size:16px}
#tabela tbody tr td img{border-radius:30px}
#frete{background-color:#e1e1e1;position:relative;float:right;padding:10px;width:300px;height:auto;}