.elementor-29268 .elementor-element.elementor-element-4c6a8f7{--display:flex;--margin-top:10px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;}.elementor-29268 .elementor-element.elementor-element-1cf4bc6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29268 .elementor-element.elementor-element-2b0b6a2{--display:flex;}.elementor-29268 .elementor-element.elementor-element-2b0b6a2.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-29268 .elementor-element.elementor-element-2b0b6a2{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-29268 .elementor-element.elementor-element-2b0b6a2{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-c8a5924 */.order-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.order-details-column, .order-summary-column {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.order-details-column {
    flex: 2;
    min-width: 300px;
}

.atualizar-button {
    min-width: 300px;
    padding: 10px 20px;
    background-color: #5eb43c;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 10px;
    font-weight: 600;
    
}

.atualizar-button02 {
    justify-self: right;
}


.order-summary-column {
    flex: 1;
    min-width: 300px;
}

.order-title, h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
}

.order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.order-table th, .order-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.order-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.summary-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.total-row td {
    font-weight: bold;
    font-size: 1.2em;
    color: #5eb43c;
}

.checkout-button {
    display: block;
    text-align: center;
    padding: 10px 20px;
    background-color: #5eb43c;
    color: #fff!important;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.checkout-button:hover {
    background-color: #219150;
}

.order-notes p {
    margin: 10px 0;
    line-height: 1.5;
    color: #555;
}

.quantity-input {
    max-width: 80px;
}

/* Responsividade */
@media (max-width: 768px) {
    .order-container {
        flex-direction: column;
    }

    .order-details-column, .order-summary-column {
        flex: 1;
    }

    .order-table thead {
        display: none;
    }

    .order-table tr {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .order-table td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border: none;
    }

    .order-table td::before {
        content: attr(data-label);
        flex-basis: 50%;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */