.cwmp_button,
.cwmp_loading_address {
    text-align: center !important;
}
.cwmp_woo_cart .cart-resume,
body {
    background-color: #fff !important;
}
.cwmp_box_method_shipping,
.cwmp_woo_cart,
.cwmp_woo_form_billing,
.cwmp_woo_form_payment,
.cwmp_woo_form_shipping {
    background-color: rgba(85, 59, 249, 0.10) !important;
    border: 2px solid #553bf9 !important;
}
.cwmp_button,
ul.wc_payment_methods li .title_payment label div:first-child div {
    background-color: #553bf9 !important;
    color: #fff !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-color: #fff !important;
    border: 1px solid #553bf9 !important;
    color: var(--color-input) !important;
    width: 100% !important;
	margin-bottom:0px !important;
}
p {margin-bottom:10px !important;margin-top:0px !important;}
p.cwmp-form-row {margin-bottom:10px !important;margin-top:0px !important;}
.remove_from_cart_button::before {content:none !important;}
.remove_from_cart_button {background:none !important;border:0px !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-color: rgba(85, 59, 249, 0.10) !important;
    color: var(--color-input-hover) !important;
}
.cwmp_button {
    border: 0;
}
.cwmp_button:hover {
    background-color: #0b08ba !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 {
    border: 1px solid #ebd31a !important;
    background-color: #553bf9 !important;
    color: #fff;
}
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: #553bf9 !important;
}
.box-success .cwmp_method_shipping div:nth-child(2) .active,

.cwmp_woo_cart .cart-item .product-name .cwmp-quantity .minus,
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity .plus
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity .qty
{
	border-radius:0px !important;
}

.cwmp_woo_cart .cart-item .product-name .cwmp-quantity .quantity .minus,
.cwmp_woo_cart .cart-item .product-name .cwmp-quantity .quantity .plus,

.cwmp_woo_wrapper .cwmp_woo_cart,
.cwmp_woo_wrapper .cwmp_woo_checkout {
    width: 30% !important;
}
.cwmp_woo_wrapper .woocommerce-checkout-payment {
    width: 36% !important;
	flex-basis: auto !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_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;
	color: var(--color-secundary) !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%;
	color: var(--color-color-secundary) !important;
}
.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 a, .cwmp_woo_cart .cart-item .product-name h3 {
     color: var(--color-secundary) !important;
}
.cwmp_woo_cart .cart-item .product-name .item-cart-title {display:flex;}
.cwmp_woo_cart .cart-item .product-name .item-cart-title div:nth-child(1) {width:90%;}
.cwmp_woo_cart .cart-item .product-name .item-cart-title div:nth-child(2) {width:10%;}
.cwmp_woo_cart .cart-item .product-name .item-cart-title div:nth-child(2) a:hover {background:none !important;}
.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;
    min-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;
}


.cwmp_retorno_billing,
.cwmp_retorno_shipping_method,
.cwmp_retorno_shipping
{display:flex !important;}
.cwmp_retorno_billing div:nth-child(1),
.cwmp_retorno_shipping_method div:nth-child(1),
.cwmp_retorno_shipping div:nth-child(1)
{width:10% !important;}
.cwmp_retorno_billing div:nth-child(2),
.cwmp_retorno_shipping_method div:nth-child(2),
.cwmp_retorno_shipping div:nth-child(2)
{}
.cwmp_retorno_billing div:nth-child(2) p,
.cwmp_retorno_shipping_method div:nth-child(2) p,
.cwmp_retorno_shipping div:nth-child(2) p
{
	margin:0px !important;
	line-height:initial !important;
}

.cwmp-quantity .quantity {height:35px !important;border:0px !important;}
.cwmp-quantity .quantity input {box-shadow:none !important;text-align:center !important;border:0px !important;}

.form-group {margin-bottom:0px !important;padding-bottom:0px !important;}

#cwmpminus, #cwmpplus {box-shadow:none !important;}

.woocommerce-checkout form.checkout {
	grid-template-columns: none !important;
	grid-column-gap: normal !important;
}

.box_form_coupon .cwmp_button {margin-top:0px !important;}
.woocommerce-checkout-payment {margin-top:0px !important;}
.title_payment label::before {content:none !important;}

.cwmp_woo_wrapper h2:before {content:none !important;}
html.brite-theme div:before, html.brite-theme ul:before, html.brite-theme article:before, html.brite-theme aside:before, html.brite-theme details:before, html.brite-theme figcaption:before, html.brite-theme figure:before, html.brite-theme footer:before, html.brite-theme header:before, html.brite-theme hgroup:before, html.brite-theme menu:before, html.brite-theme nav:before, html.brite-theme section:before, html.brite-theme div:after, html.brite-theme ul:after, html.brite-theme article:after, html.brite-theme aside:after, html.brite-theme details:after, html.brite-theme figcaption:after, html.brite-theme figure:after, html.brite-theme footer:after, html.brite-theme header:after, html.brite-theme hgroup:after, html.brite-theme menu:after, html.brite-theme nav:after, html.brite-theme section:after
{content:none !important;}
html.colibri-wp-theme div:before, html.colibri-wp-theme ul:before, html.colibri-wp-theme article:before, html.colibri-wp-theme aside:before, html.colibri-wp-theme details:before, html.colibri-wp-theme figcaption:before, html.colibri-wp-theme figure:before, html.colibri-wp-theme footer:before, html.colibri-wp-theme header:before, html.colibri-wp-theme hgroup:before, html.colibri-wp-theme menu:before, html.colibri-wp-theme nav:before, html.colibri-wp-theme section:before, html.colibri-wp-theme div:after, html.colibri-wp-theme ul:after, html.colibri-wp-theme article:after, html.colibri-wp-theme aside:after, html.colibri-wp-theme details:after, html.colibri-wp-theme figcaption:after, html.colibri-wp-theme figure:after, html.colibri-wp-theme footer:after, html.colibri-wp-theme header:after, html.colibri-wp-theme hgroup:after, html.colibri-wp-theme menu:after, html.colibri-wp-theme nav:after, html.colibri-wp-theme section:after
{content:none !important;}
.cwmp_woo_wrapper {
	flex-wrap:nowrap !important;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {border:0px !important;}
.woocommerce .woocommerce-Price-currencySymbol {
	vertical-align:initial !important;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {position:static !important;}

@media only screen and (max-width: 600px) {
.cwmp_woo_wrapper {
    flex-wrap: wrap !important;
}
    .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 .cwmp_method_shipping div:nth-child(2) {
    justify-content: initial !important;
}

.post-edit-link::after{
	content: "Voltar para o carrinho"
}


.hide {
    display: none !important;
}