.elementor-kit-6{--e-global-color-primary:#EA3139;--e-global-color-secondary:#3E4094;--e-global-color-text:#000000;--e-global-color-accent:#A9A9A9;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-size:18px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CSS Product Input QTY*/

.wqpmb_input_text.input-text.qty.text {
    background-color: #F2F2F2!important;
    font-size: 22px!important;
    font-family: 'Raleway'!important;
    font-weight: 500!important;
    border: 0px solid black!important;
    padding: 2px 2px!important;
    width: 50px!important;
}

.woocommerce div.product form.cart div.quantity .qty {}

body .qib-button-wrapper {background-color: #F2F2F2!important;border-radius: 30px;}

button.plus.qib-button {
    margin-left: 0px!important;
    border-radius: 0px!important;
    border: none!important;
    font-size: 29px;
    background-color: #f2f2f200 !important;
}

button.minus.qib-button {
    border: none!important;
    border-radius: 0px!important;
    font-size: 39px!important;
    background-color: #F2F2F200!important;
}
/* END CSS INPUT QTY */
/* BTN Buy WOO */
.woocommerce div.product form.cart .button {
        font-size: 16px;
    font-family: 'Raleway';
    font-weight: 500;
    background-color: #3E4094;
    color: white;
    float: none!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0px 35px;
}
/* Desabilitar Highlight Header na Home*/
body.home #highlights-header{
display: none;
}

/* Customização do carrinho MiniCart*/
.vi-wcaio-sidebar-cart-footer.vi-wcaio-sidebar-cart-footer-products{
    display: flex!important;
    flex-direction: column!important;
    gap: 20px!important;
}

.vi-wcaio-sidebar-cart-footer-cart_total-wrap{
    max-width: none!important;
    width: 100%!important;
    align-items: unset!important;
    display: block!important;
}

.vi-wcaio-sidebar-cart-footer-cart_total-wrap>div{
        display: flex;
    justify-content: space-between;
    font-family: Roboto;
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
}

.vi-wcaio-sidebar-cart-content-wrap .vi-wcaio-sidebar-cart-bt-update, .vi-wcaio-sidebar-cart-content-wrap .vi-wcaio-sidebar-cart-footer-action a{
padding: 24px 30px!important;
font-size: 1.2em!important;
}
.vi-wcaio-sidebar-cart-pd-wrap{
    border-bottom: 1px solid #D8D8D8;
}

.vi-wcaio-sidebar-cart-pd-name-wrap a, .vi-wcaio-sidebar-cart-pd-price-subtotal span{
    font-family: Roboto;
font-weight: 700;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;

}
.vi-wcaio-sidebar-cart-header-title-wrap{
    font-family: Raleway;
font-weight: 700;
font-size: 32px;
line-height: 150%;
letter-spacing: 0%;
}
/* Customização BOTAO DE ADICIONAR AO CART*/
a.added_to_cart.wc-forward{
    display: none;
}
/* Informação adicional Produtos Loop Item */
.product-informationcalvo{
        font-weight: bold;
    color: #3E4094;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 16px;
}
/* Scrollbar CSS */
/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #EA3139 #3E4094;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #3E4094;
}

*::-webkit-scrollbar-track:hover {
  background-color: #3E4094;
}

*::-webkit-scrollbar-track:active {
  background-color: #3E4094;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #EA3139;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #EA3139;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #EA3139;
}
/* FIM SCROLLBAR CSS *//* End custom CSS */