section.cart .card { border: 1px solid #eaeaea; box-shadow: 0 7px 22px -5px rgba(54,54,54,0.2); }
section.cart #empty-cart,
section.cart h1 { color: #6c757d; }
section.cart .table { margin-bottom: 0; } 
section.cart .table thead th { border-top: none; color: #000000; }
section.cart .table thead th:nth-child(1) { width: 45%; }
section.cart .table thead th:nth-child(2) { width: 15%; }
section.cart .table thead th:nth-child(3) { width: 20%; }
section.cart .table thead th:nth-child(4) { width: 15%; }
section.cart .table thead th:nth-child(5) { width: 5%; }
section.cart .table tbody { border-bottom: 2px solid #dee2e6; }
section.cart .table tbody tr td { vertical-align: middle; color: #6c757d; }
section.cart .table tbody tr td button,
section.cart .table tbody tr td button:hover { color: #000000; }
section.cart .table tbody tr td img { height: 80px !important; object-fit: contain; }
section.cart .table tfoot { color: #6c757d; }
section.cart .table tfoot tr td#retorno-frete { height: 48px; }
section.cart .price { display: flex; justify-content: flex-end; align-items: center; border-top: 1px solid #dee2e6; padding-top: 1.25rem; }
section.cart .price .text { font-size: 1.3em; }
section.cart .price .value { font-size: 1.5em; }
section.cart .iradio_minimal { top: 4px; }
section.cart .btn-yellow:hover,
section.cart .btn-yellow:focus,
section.cart .btn-yellow:active { background-color: #ED3B49; border-color: #ED3B49; color: #FFF; }

/* Finalizar Compra */
section.cart .table-finish thead th:nth-child(1) { width: 70%; }
section.cart div#dados-entrega fieldset { color: #6c757d; }
section.cart div#dados-entrega legend { color: #2D5C3D; font-size: 1rem; }
section.cart div#dados-pagamento legend { color: #2D5C3D; font-size: 1rem; }
section.cart div#dados-pagamento div.forma-pagamento div.iradio_minimal { top: 20px; }
section.cart div#dados-pagamento div.forma-pagamento label { color: #6c757d; cursor: pointer; }
section.cart div#dados-pagamento div.forma-pagamento div.dados { color: #6c757d; }
section.cart div#dados-pagamento div.forma-pagamento { border: 1px solid #dee2e6; border-radius: .25rem; }
section.cart div#dados-pagamento div.forma-pagamento:hover,
section.cart div#dados-pagamento div.forma-pagamento-active { background-color: #eee; }
section.cart div#dados-pagamento div#bandeira-cartao { max-width: 55px; right: 1px; bottom: 3px; }
section.cart div#dados-pagamento div#ccv { background-color: #eee; border: 1px solid #ccc; right: 15px; bottom: 0px; padding: 5px 15px; border-radius: 0 2px 2px 0; }
