.miniCartProduct .td-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 998px) {
    .miniCartProduct .td-info {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .miniCartProduct .td-info {
        flex-direction: column;
    }
}

.miniCartProduct:hover {
    background-color: transparent !important;
}

.miniCartProduct .td-info .miniCartPhoto img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 0 !important
}

.miniCartDescription {
    display: flex;
    flex-direction: column;
    width: 75%;
    align-self: center;
    gap: 20px;
    min-width: 290px;
}

.miniCartDescription h4 {
    display: none;
}

.miniCartDescription .cart-item__countdown,
.miniCartDescription .cart-item__fields {
    border: 2px solid #ccc;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
    border-radius: 25px;
    padding: 25px;

    display: flex;
    flex-direction: column;
    gap: 15px;
}

.miniCartDescription .cart-item__countdown,
.miniCartDescription .cart-item__fields .cart-item__fields__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    color: #555;
    font-size: 18px;
}

.miniCartDescription .cart-item__fields .cart-item__fields__item.green {
    color: #28a745;
}

.miniCartDescription .cart-item__fields .cart-item__fields__item.red {
    color: #ff2e2e;
}

.miniCartDescription .cart-item__fields .cart-item__fields__item.blue {
    color: #007bff;
}

.miniCartDescription .cart-item__fields .cart-item__fields__item strong {
    font-weight: 600;
}

.miniCartDescription .cart-item__fields .cart-item__fields__item .cart-item__fields__item__value {
    font-weight: normal;
    color: #555;
    font-size: 18px;
    text-align: end;

    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    padding: 5px 25px;
    min-width: 110px;
    border-radius: 50px;
}

.miniCartDescription .cart-item__fields .cart-item__fields__item.green .cart-item__fields__item__value {
    box-shadow: 0px 2px 10px rgba(40, 167, 69, 0.5);
}

.miniCartDescription .cart-item__fields .cart-item__fields__item.red .cart-item__fields__item__value {
    box-shadow: 0px 2px 10px rgba(255, 46, 46, 0.5);
}

.miniCartDescription .cart-item__fields .cart-item__fields__item.blue .cart-item__fields__item__value {
    box-shadow: 0px 2px 10px rgba(0, 123, 255, 0.5);
}

.cart-item__countdown {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

    color: #555;
    font-size: 18px;
    gap: 5px;
    line-height: 1;
    font-weight: 600;
}

.cart-item__countdown__details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-item__countdown__details__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    ;

    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 4px;
    border-radius: 4px;
}

.cart-item__countdown__details__item__value {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ff2e2e;
    width: 70px;
    height: 50px;
    background-color: #efefef;
    border-radius: 4px;
}

.cart-item__countdown__details__item__label {
    font-size: 16px;
    font-weight: 500;
}

.miniCartDescription .cart-item__description {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-weight: 300;
    margin-top: 10px;
    padding: 0 20px;
}

.checkout-page .checkout-onepage .main-container #carrinhoContainer .carrinho-container .well {
    display: none !important;
}

.show-pedido .pedido-box-info {
    margin: 0 auto;
    text-align: left;
}

.show-pedido h2.pedido-titulo {
    margin: 15px 0;
    padding: 0;
    margin: 15px 7px;
    border: none;
    text-align: left;
    font-size: 18px;
    overflow: hidden;
}

.show-pedido h2.pedido-titulo .pedido-data {
    float: right;
}

.show-pedido .boxdados h4 {
    background: url(/images/loja/bgtitulo_boxdados.jpg) repeat-x;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
    padding: 7px;
    text-transform: uppercase;
    overflow: hidden;
}

.show-pedido .boxdados h4 .alterar {
    position: absolute;
    top: 10px;
    right: 15px;
}

.show-pedido .boxdados-wrap {
    overflow: hidden;
}

.show-pedido .boxdados {
    width: 45%;
    min-width: 325px;
    min-height: 160px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
    margin: 0 25px 15px 5px;
    border-radius: 5px;
    position: relative;
    padding: 10px;
}

.show-pedido .boxleft,
.show-pedido .boxright {
    float: left;
}

.show-pedido .last {
    margin-right: 0 !important;
}

.show-pedido .boxdados .boxdados-body {
    min-height: 135px;
}

.show-pedido .boxpedido .boxdados-body table {
    width: 100%;
}

.show-pedido .boxpedido .boxdados-body table thead tr th {
    font-size: 11px;
    padding: 5px;
    font-weight: bold;
    background: #F4F4F4;
    text-align: left;
}

.show-pedido .boxpedido .boxdados-body table tbody tr td {
    font-size: 11px;
    font-weight: normal;
    border-bottom: 1px dashed #ccc;
    padding: 5px;
    text-align: left;
    vertical-align: center;
}

.show-pedido .boxpedido .boxdados-body table tbody tr td a {
    font-size: 1.1em;
}

.show-pedido .boxpedido .boxdados-body {
    overflow-y: scroll;
    width: 100%;
}

.show-pedido .boxdados-body h3 {
    font-weight: bold;
    margin: 7px 0 0 0;
    padding-bottom: 5px;
    text-align: left;
    font-size: 16px;
}

.show-pedido .boxtotais .boxdados-body table {
    width: 100%;
}

.show-pedido .boxtotais .boxdados-body table tr td,
.show-pedido .boxtotais .boxdados-body table tr th {
    font-size: 12px;
    padding: 7px 0 2px 0;
    border-bottom: 1px dotted #e6e6e6;
    text-align: right;
}

.show-pedido .boxtotais .boxdados-body table tr th {
    font-weight: bold;
    text-align: left;
}

.show-pedido .boxtotais .boxdados-body table tr td span.total {
    font-size: 14px;
    font-weight: bold;
}

.show-pedido .boxtotais .boxdados-body table tr td.infopagto {}

.show-pedido .boxtotais .boxdados-body table tr td.infopagto a {
    color: #00C;
}

.show-pedido .boxcomprador .cliente-nome {
    font-weight: bold;
}

.show-pedido .boxentrega .boxdados-body table.boxentrega-servico {
    margin-bottom: 10px;
}

.show-pedido .boxentrega .boxdados-body table.boxentrega-servico td.entrega-icone {
    width: auto;
}

.show-pedido .boxentrega .boxdados-body table.boxentrega-servico td.entrega-prazo {
    padding-left: 15px;
    vertical-align: middle;
}

.show-pedido .boxentrega .boxdados-body table.boxentrega-servico td.entrega-prazo span {
    font-weight: bold;
}

.show-pedido .boxtotais,
.show-pedido .boxpedido {
    margin-bottom: 20px;
}

main{
    margin-bottom: 90px;
}

.modal.show{
    display: block !important;
}

.btn-voltar{
    position: sticky;
    top: 24px;
    z-index: 1100;
}