.elementor-6 .elementor-element.elementor-element-2cbd8d75{padding:50px 0px 50px 0px;}.elementor-6 .elementor-element.elementor-element-c536f49{width:100%;max-width:100%;}.elementor-6 .elementor-element.elementor-element-6bf3f24{--update-cart-automatically-display:none;--sections-background-color:var( --e-global-color-dde2876 );--sections-border-type:none;--sections-padding:45px 45px 45px 45px;--sections-title-spacing:2px;--sections-descriptions-spacing:17px;--forms-rows-gap:0px;--forms-buttons-normal-text-color:var( --e-global-color-primary );--order-summary-rows-gap-top:calc( 30px/2 );--order-summary-rows-gap-bottom:calc( 30px/2 );--order-summary-quantity-border-weight:0px;--order-summary-remove-icon-normal-color:#02010169;--order-summary-remove-icon-hover-color:var( --e-global-color-e73dcfe );--totals-rows-gap-top:calc( 31px/2 );--totals-rows-gap-bottom:calc( 31px/2 );--totals-divider-weight:0px;--checkout-button-normal-text-color:var( --e-global-color-dde2876 );--checkout-button-hover-text-color:var( --e-global-color-dde2876 );}.elementor-6 .elementor-element.elementor-element-6bf3f24 .shop_table .button{background-color:#00000000;}.elementor-6 .elementor-element.elementor-element-6bf3f24 .woocommerce .wc-proceed-to-checkout .checkout-button:hover{background-color:var( --e-global-color-accent );}.elementor-6 .elementor-element.elementor-element-6bf3f24 .cart_totals h2{font-size:28px;}.elementor-6 .elementor-element.elementor-element-6bf3f24 #shipping_method li label{font-size:16px;}.elementor-6 .elementor-element.elementor-element-6bf3f24 .e-shop-table .cart th, .elementor-6 .elementor-element.elementor-element-6bf3f24 .e-shop-table .cart td:before{font-size:16px;font-weight:400;}.elementor-6 .elementor-element.elementor-element-6bf3f24 .cart_totals .shop_table td:before, .elementor-6 .elementor-element.elementor-element-6bf3f24 .cart_totals .shop_table td .woocommerce-Price-amount{font-size:18px;}.elementor-6 .elementor-element.elementor-element-6bf3f24 .e-shop-table{--sections-background-color:#02010100;--sections-padding:35px 35px 0px 35px;}.elementor-6 .elementor-element.elementor-element-6bf3f24 .coupon{--sections-background-color:#02010100;--sections-padding:35px 35px 0px 35px;--sections-margin:0px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-6bf3f24 .e-cart__container{grid-row-gap:0px;}body.elementor-page-6:not(.elementor-motion-effects-element-type-background), body.elementor-page-6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2e2b958 );}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-2cbd8d75{padding:20px 0px 20px 0px;}.elementor-6 .elementor-element.elementor-element-c536f49 > .elementor-widget-container{margin:0px 10px 0px 10px;}}/* Start custom CSS for woocommerce-notices, class: .elementor-element-c536f49 */a.button.wc-forward {
    margin-left: 20px;
}/* End custom CSS */
/* Start custom CSS for woocommerce-cart, class: .elementor-element-6bf3f24 */.elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 120px;
    border-radius: 10px;
}
.elementor-widget-woocommerce-cart .woocommerce {
    font-family: Roboto,sans-serif;
}

/* Container de quantidade */
.quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px; /* Altura desejada */
    flex-shrink: 0;
    border-radius: 8px;
    border:0;
    border-color: #E6E6E6;
}



/* Botao menos e botao mais */
.qtyminus,
.qtyplus {
    border: none;
    color:transparent;
    font-size: 25px;
    width: 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 0; /* Centralize verticalmente os símbolos */
    font-family: 'Courier New', monospace;
    font-weight: bold;
    
}

/* Hover Minus/Plus */
.qtyplus:hover, .qtyminus:hover, .qtyplus:active, .qtyminus:active, .qtyplus:focus, .qtyminus:focus {
    background-color: transparent;
    color: transparent;
    outline: none;
}


/* Campo quantidade */
#quantity_6515a40bae7d4 {
    border: transparent;
    padding: 5px 10px;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    flex-grow: 1;
    font-size: 22px;
    padding-left: 0; 
    padding-right: 0; 
     
}

/* Remover as setas nativas */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}



/* Botao mais */
.qtyplus {
    background-color: transparent !important; /* Remova a cor de fundo */
    border: none !important; /* Remova a borda */
    color: transparent;
    font-size: 25px;
    width: 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 0; /* Centralize verticalmente os símbolos */
    font-family: 'Courier New', monospace;
    font-weight: bold;
    outline: none; /* Remova o contorno quando estiver em foco */
}

/* Botao mais/menos */
.minus, .plus {
    background-color: transparent;
    border-color: transparent;
    color: #00000050;
    font-size: 18px;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    line-height: 0px;
}

/* Botao mais/menos focus, active, hover*/
.minus:focus, .plus:focus, .minus:hover, .plus:hover, .minus:active, .plus:active {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    border-color: transparent;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    outline: none;
}

/* Campo input number qnt*/
.input-text.qty{
    text-align: center !important;
}


/* Checkbox Shipping */
ul.woocommerce-shipping-methods input.shipping_method {
    transform: scale(1.5); 
     margin-right: 15px !important;
}



/* Mova os botões de quantidade para a direita e alinhe com o item abaixo no modo mobile */
@media (max-width: 768px) {
   .quantity.buttons_added {
    text-align: right;
    margin-top:0 !important;
    display: inline-flex;
    height: 40px!important;}
}/* End custom CSS */