<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cwmp_button,
.cwmp_loading_address {
    text-align: center !important;
}
.cwmp_woo_cart .cart-resume,
body {
    background: var(--bg-color) !important;
}
.cwmp_box_method_shipping,
.cwmp_woo_cart,
.cwmp_woo_form_billing,
.cwmp_woo_form_payment,
.cwmp_woo_form_shipping {
    background: var(--bg-box-color) !important;
    border: 2px solid var(--color-secundary) !important;
}
.cwmp_button,
ul.wc_payment_methods li .title_payment label div:first-child div {
    background: var(--background-button) !important;
    color: var(--color-button) !important;
}
.cwmp_form_login a,
.cwmp_form_login span {
    color: var(--color-color-secundary) !important;
}
.cwmp_form_login hr {
    color: 10px solid var(--color-color-secundary) !important;
}
.cwmp_box_method_shipping h2 i,
.cwmp_form_login h2 i,
.cwmp_woo_cart h2 i,
.cwmp_woo_form_billing h2 i,
.cwmp_woo_form_payment h2 i,
.cwmp_woo_form_shipping h2 i {
    background: var(--color-secundary) !important;
    color: var(--color-secundary-contrast) !important;
}
.cwmp-form-row input,
.cwmp-form-row select,
.cwmp_form_login input {
    background: var(--background-input) !important;
    border: 1px solid var(--color-input) !important;
    color: var(--color-input) !important;
    width: 100% !important;
}
.box-success h2,
.cwmp-form-row i {
    color: var(--color-success) !important;
}
.cwmp-form-row i {
    position: absolute;
    font-size: 1.5em;
    margin-top: 15px;
    margin-left: -35px;
}
.cwmp-form-row span.woocommerce-input-wrapper {
    width: 100% !important;
    display: block !important;
}
.cwmp-form-row input:focus,
.cwmp-form-row input:hover,
.cwmp-form-row select:focus,
.cwmp-form-row select:hover,
.cwmp_form_login input:focus,
.cwmp_form_login input:hover {
    background: var(--background-input-hover) !important;
    color: var(--color-input-hover) !important;
}
.cwmp_button {
    border: 0;
}
.cwmp_button:hover {
    background: var(--background-button-hover) !important;
    color: var(--color-button-hover) !important;
}
.box-success {
    background: var(--background-success) !important;
}
.box-success h2 i {
    background: var(--color-success) !important;
}
.cwmp_form_method_shipping .cwmp_method_shipping,
ul.wc_payment_methods li .title_payment label {
    background: var(--background-input) !important;
    border: 1px solid var(--background-input) !important;
}
.cwmp_form_method_shipping .cwmp_method_shipping[selected="selected"] {
    background: var(--background-success) !important;
    border-color: var(--background-button) !important;
}
.cwmp_woo_wrapper .cwmp_woo_checkout .cwmp_woo_form_shipping,
.cwmp_woo_wrapper .woocommerce-checkout-payment .cwmp_box_method_shipping,
.cwmp_woo_wrapper .woocommerce-checkout-payment .cwmp_woo_form_payment {
    opacity: 0.3;
}
ul.wc_payment_methods li .title_payment label.selected {
    background: var(--background-success) !important;
    border: 1px solid var(--background-button) !important;
}
ul.wc_payment_methods li .title_payment label div:first-child div {
    margin-left: 10px !important;
    padding: 3px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}
.cwmp_woo_cart .cart-resume .total {
    color: var(--background-button) !important;
}
.box-success .cwmp_method_shipping div:nth-child(2) .active,
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity .quantity .minus,
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity .quantity .plus,
button[name="woocommerce_checkout_place_order"] {
    display: none !important;
}
.cwmp_woo_wrapper .cwmp_woo_cart,
.cwmp_woo_wrapper .cwmp_woo_checkout {
    width: 30% !important;
}
.cwmp_woo_wrapper .woocommerce-checkout-payment {
    width: 36% !important;
}
.cwmp_woo_wrapper {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: start !important;
    flex-wrap: wrap !important;
    grid-gap: 20px !important;
}
.cwmp_woo_wrapper form {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.cwmp_box_method_shipping,
.cwmp_woo_cart,
.cwmp_woo_form_billing,
.cwmp_woo_form_payment,
.cwmp_woo_form_shipping {
    border-radius: 5px !important;
    padding: 25px !important;
}
.cwmp_woo_wrapper .edit_billing,
.cwmp_woo_wrapper .edit_shipping_method,
.cwmp_woo_wrapper .edit_shipping {
    position: relative !important;
    float: right !important;
}
.cwmp_woo_wrapper .edit_billing svg,
.cwmp_woo_wrapper .edit_shipping_method svg,
.cwmp_woo_wrapper .edit_shipping svg {
    width: 18px;
    height: 18px;
}
.cwmp_woo_form_shipping {
    margin-top: 20px !important;
}
.cwmp_form_login_back {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999999999999990 !important;
    top: 0;
}
.cwmp_form_login {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: auto;
    padding: 50px;
    background-color: #fff;
    z-index: 999999999999999999999 !important;
}
.cwmp_form_login h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 0 28px !important;
}
.cwmp_form_login a,
.cwmp_form_login input,
.cwmp_form_login label {
    display: block;
    margin-bottom: 5px;
}
.cwmp_box_method_shipping h2 i,
.cwmp_form_login h2 i,
.cwmp_woo_cart h2 i,
.cwmp_woo_form_billing h2 i,
.cwmp_woo_form_payment h2 i,
.cwmp_woo_form_shipping h2 i {
    margin-right: 10px !important;
    width: 21px !important;
    height: 21px !important;
    line-height: 21px !important;
    font-size: 12px !important;
    text-align: center !important;
    border-radius: 100% !important;
}
.cwmp_form_login a {
    margin-top: 5px;
    text-align: right;
}
.cwmp_form_login .cwmp_separator {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}
.cwmp_form_login .cwmp_separator hr {
    width: 40%;
    padding: 0 !important;
    margin: 0 !important;
}
.cwmp_form_login button {
    margin-top: 10px;
    width: 100%;
}
.cwmp_box_method_shipping h2,
.cwmp_woo_cart h2,
.cwmp_woo_form_billing h2,
.cwmp_woo_form_payment h2,
.cwmp_woo_form_shipping h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 0 8px !important;
}
.cwmp_box_method_shipping p,
.cwmp_form_login a,
.cwmp_form_login span,
.cwmp_woo_cart p,
.cwmp_woo_form_billing p,
.cwmp_woo_form_payment p,
.cwmp_woo_form_shipping p {
    font-size: 13px !important;
    font-weight: 400 !important;
}
.cwmp-form-row input,
.cwmp-form-row select,
.cwmp_form_login input {
    font-size: 13px !important;
    padding: 16px 20px 15px !important;
    line-height: 14px !important;
    height: 50px !important;
    border-radius: 3px !important;
}
.cwmp-form-row input:focus,
.cwmp-form-row select:focus {
    line-height: 14px !important;
}
.cwmp_woo_form_shipping #billing_city_field,
.cwmp_woo_form_shipping #billing_neighborhood_field,
.cwmp_woo_form_shipping #billing_number_field,
.cwmp_woo_form_shipping #billing_postcode_field,
.cwmp_woo_form_shipping #billing_state_field {
    width: 48% !important;
}
.cwmp_woo_form_shipping #billing_city_field,
.cwmp_woo_form_shipping #billing_number_field {
    float: left !important;
}
.cwmp_woo_form_shipping #billing_neighborhood_field,
.cwmp_woo_form_shipping #billing_state_field {
    padding: 0 !important;
    float: right !important;
}
#billing_address_2_field {
    clear: both;
}
.cwmp_button {
    font-size: 15px !important;
    font-weight: 700 !important;
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 3px !important;
    padding: 0 !important;
}
.cwmp_button i {
    margin-left: 10px;
}
.box-success {
    border: 0 !important;
}
.cwmp_form_method_shipping .cwmp_method_shipping {
    display: flex;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 10px;
    align-items: center;
}
.cwmp_form_method_shipping .cwmp_method_shipping div:last-child {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.cwmp_form_method_shipping .cwmp_method_shipping div:first-child,
.cwmp_woo_cart .box_form_coupon .cwmp-form-row-first {
    width: 70%;
}
.cwmp_form_method_shipping .cwmp_method_shipping div:first-child h4 {
    font-size: 15px !important;
    padding: 0;
    margin: 0;
    width: 100%;
}
.cwmp_form_method_shipping .cwmp_method_shipping div:first-child p {
    font-size: 13px;
    padding: 0;
    margin: 0;
    width: 100%;
}
.cwmp_form_method_shipping .cwmp_method_shipping div:nth-child(2) {
    width: 30%;
    text-align: right;
    justify-content: right;
}
.cwmp_form_method_shipping .cwmp_method_shipping div:nth-child(2) span {
    font-size: 13px;
}
.cwmp_form_method_shipping .cwmp_method_shipping div:nth-child(2) svg {
    margin-left: 5px;
}
.cwmp_form_method_shipping .cwmp_method_shipping .active,
.cwmp_form_method_shipping .cwmp_method_shipping[selected="selected"] .no-active,
.cwmp_woo_wrapper .cwmp_woo_cart .title div:nth-child(2),
.cwmp_woo_wrapper .cwmp_woo_cart .title h2 span,
ul.wc_payment_methods li .title_payment input {
    display: none;
}
.cwmp_form_method_shipping .cwmp_method_shipping .no-active,
.cwmp_form_method_shipping .cwmp_method_shipping[selected="selected"] .active {
    display: block;
}
ul.wc_payment_methods {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
ul.wc_payment_methods li .title_payment label {
    display: flex;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between !important;
}
ul.wc_payment_methods li .title_payment label div:first-child {
    text-transform: uppercase;
    display: flex;
    font-size: 15px !important;
    font-weight: 700;
    align-items: center;
}
.section_payment .form-row {
    padding: 0 !important;
}
.cwmp_woo_wrapper .cwmp_woo_cart .title {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}
.cwmp_woo_wrapper .cwmp_woo_cart .title h2 {
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 18px !important;
}
.cwmp_woo_wrapper .cwmp_woo_cart .title p {
    display: none;
    padding: 0;
    margin: 0;
}
.cwmp_woo_cart .box_form_coupon {
    display: flex;
}
.cwmp_woo_cart .box_form_coupon .cwmp-form-row-last,
.cwmp_woo_cart .cart-item .product-thumbnail {
    width: 30%;
}
.cwmp_woo_cart .cart-resume {
    padding: 15px;
    margin-bottom: 10px;
}
.cwmp_woo_cart .cart-resume .detail {
    display: flex;
    justify-content: space-between !important;
    font-size: 13px;
}
.cwmp_woo_cart .cart-item {
    border-bottom: 1px solid var(--bg-color);
    display: flex;
    justify-content: space-between !important;
    margin-bottom: 10px;
    padding: 10px 0;
}
.cwmp_woo_cart .cart-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.cwmp_woo_cart .cart-item .product-name {
    width: 67%;
}
.cwmp_woo_cart .cart-item .product-name h3 {
    padding: 0 !important;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.cwmp_woo_cart .cart-item .product-name .woocommerce-Price-amount {
    padding: 0;
    font-size: 13px;
    font-weight: 700;
}
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity {
    display: flex;
    margin-top: 10px;
}
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity button,
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity input {
    color: var(--color-secundary) !important;
    background: var(--background-input) !important;
    border: 0;
    padding: 0;
    margin: 0;
    height: 35px !important;
    line-height: 35px !important;
}
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity button {
    width: 20% !important;
}
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity .quantity {
    width: 60%;
}
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity .quantity .qty {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
@media only screen and (max-width: 600px) {
    .cwmp_woo_wrapper .cwmp_woo_cart,
    .cwmp_woo_wrapper .cwmp_woo_cart_white {
        background: var(--background-input) !important;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart .woocommerce-Price-amount {
        color: var(--color-secundary) !important;
        font-weight: 700;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart .title .woocommerce-Price-amount,
    .cwmp_woo_wrapper .cwmp_woo_cart .total .woocommerce-Price-amount {
        color: var(--background-button) !important;
    }
    .cwmp_woo_wrapper {
        width: 100% !important;
        height: auto !important;
        grid-gap: 10px !important;
    }
    .cwmp_woo_wrapper form {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-direction: column !important;
    }
    .cwmp_woo_wrapper .cwmp_woo_checkout {
        width: 100% !important;
        order: 2;
    }
    .cwmp_woo_wrapper .woocommerce-checkout-payment {
        width: 100% !important;
        order: 4;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart {
        border: 0 !important;
        width: 100% !important;
        order: 0;
    }
    .cwmp_woo_wrapper .cwmp_woo_form_shipping {
        margin-top: 10px !important;
    }
    .cwmp_woo_wrapper .woocommerce-checkout-payment {
        margin-top: 0 !important;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart .title {
        display: flex;
        justify-content: space-between !important;
        align-items: center;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart .title h2 {
        display: inline-block;
        font-weight: 500 !important;
        text-transform: uppercase;
        font-size: 13px !important;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart .title h2 span {
        display: inline-block;
        font-weight: 700 !important;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart .title p {
        display: block;
        padding: 0;
        margin: 0;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart .title div:nth-child(2) {
        display: block;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart .mobile_cart {
        display: none;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart h2 {
        margin-bottom: 0 !important;
    }
    .cwmp_woo_wrapper .cwmp_woo_cart p.textCupom {
        margin-top: 20px !important;
    }
}
.box-success div[selected="selected"] {
    border-color: none !important;
    border-width: 0 !important;
    padding: 0 !important;
    display: block !important;
}
.box-success .cwmp_method_shipping div:nth-child(2) {
    justify-content: initial !important;
}






.hide {
    display: none !important;
}</pre></body></html>