
.content_checkout_mwp {max-width:1200px !important;margin:0 auto;padding:30px;}
.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-secundary) !important;
}
.cwmp_form_login hr {
    color: 10px solid var(--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;
	margin-bottom:0px !important;
}
.cwmp_login_link {
	border:0px;
    background: var(--background-input) !important;
    border: 1px solid var(--color-input) !important;
    color: var(--color-input) !important;
	font-size:14px !important;

}

.cwmp_form_login_social {
	display:flex;
	gap:10px;
	margin-top:10px;
	justify-content: center;
}

p {margin-bottom:10px !important;margin-top:0px !important;}
p.cwmp-form-row {
	float:none !important;
	width:100% !important;

	padding-left:0px !important;
	margin-left:0px !important;
	margin-right:0px !important;
	margin-bottom:10px !important;
	margin-top:0px !important;
}
#billing_cpf_field,
#billing_address_1_field
{
	max-width:100% !important;
	min-width:100% !important;
}
#billing_number_field {
	max-width:48% !important;
	min-width:48% !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: var(--background-input-hover) !important;
    color: var(--color-input-hover) !important;
}
.cwmp_button {
    border: 0;
	text-decoration:none !important;
    display: flex; /* Usa flexbox para o alinhamento */
    align-items: center; /* Centraliza verticalmente os itens no botão */
    justify-content: center; /* Opcional: centraliza horizontalmente os itens no botão */
    border: none; /* Remove a borda padrão do botão */
    cursor: pointer; /* Muda o cursor ao passar sobre o botão */
	
}
.cwmp_button svg {
	fill: currentColor;
}
.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;
}
.payment_box  {
    -webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important; 
    box-shadow: none !important; 
}
ul.wc_payment_methods li .title_payment {width:100% !important;}
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 .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 {
    width: 420px;
	margin:0 auto;
    height: auto;
    padding: 50px;
    background-color: #fff;
	text-align:center;
}
.cwmp_form_login i {
	font-size:35px !important;
	margin-top:15px !important;
	color: var(--color-secundary) !important;
}
.cwmp_form_login h2 {
	display:block;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 10px 0 10px !important;
	color: var(--color-secundary) !important;
	
}
.cwmp_form_login p {
	font-size: 13px !important;
	color: var(--color-secundary) !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 label {display:none !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% !important;
	
}
.cwmp_form_method_shipping .cwmp_method_shipping div:first-child h4 {
    font-size: 15px !important;
    padding: 0;
    margin: 0;
    width: 100%;
	color: var(--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 {width:100% !important;}
ul.wc_payment_methods li .title_payment label {
	width:100% !important;
	min-width:100% !important;
	max-width:100% !important;
    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% !important;
}
.cwmp_woo_cart .cart-item .product-thumbnail img {min-width:100% !important;}
.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;
	 border-bottom:0px !important;
	 border-top:0px !important;
	 border-left:0px !important;
	 border-right:0px !important;
}
.cwmp_woo_cart .cart-item .product-name a, .cwmp_woo_cart .cart-item .product-name h3::after {content: none !important;}

.cwmp_woo_cart .cart-item .product-name a, .cwmp_woo_cart .cart-item .product-name h3 a {
	text-decoration:none !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;
	border-radius:0px !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;margin-right:0px !important;margin-right: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;border-radius:0px !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 .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;
}





.hide {
    display: none !important;
}

input.fieldError {
	background:#FFEBEE !important;
	border:1px solid #EF9A9A !important;
}

.woocommerce .blockUI.blockOverlay { 
	position: relative !important;  
	display: none !important;
}

#cwmp-loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 9999; 
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 20%;
}

#cwmp-loading-overlay .loading-message {
    display: inline-block;
    
    padding: 20px;
    border-radius: 5px;
}

#cwmp-loading-overlay .spinner {
    border: 8px solid rgba(255, 255, 255, 0.1); /* Fundo do spinner */
    border-radius: 50%;
    border-top: 8px solid white; /* Cor do spinner */
    width: 50px;
    height: 50px;
    animation: spin 1.5s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




/* STOREFRONT */
.content-area {
	width:100% !important;
	margin-right:0px !important;
}
/* GENERATEPRESS */
#right-sidebar {width:0px !important;}
.inside-right-sidebar, .widget-area {display:none !important;}

/* PORTO */
.theme-porto .main-content .buttons_added .minus {display:none !important;}
.theme-porto .main-content .buttons_added .plus {display:none !important;}
.theme-porto .main-content {width:100% !important;}
.porto-blog-sidebar {display:none !important;}