/*STEP FORM*/
.stepForm .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row !important;
    gap: 12px !important;
}

.stepForm .gfield_radio label {
    display: inline-block;
    background-color: rgba(69, 69, 69, 100%) !important;
    color: white;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    min-width: 200px;
    flex-grow: 1;
    flex-basis: calc(33.333% - 20px);
    transition: background-color 0.3s ease;
}

.stepForm .gfield_radio label:hover,
.stepForm .gfield_radio input[type="radio"]:checked + label {
    background-color: var(--e-global-color-accent) !important;
    /* box-shadow: 2px 2px rgba(0, 0, 0, 0.28);*/
}

.stepForm .gfield_radio input[type="radio"] {
    display: none;
}

@media (max-width: 768px) {
    .stepForm .gfield_radio label {
        flex-basis: 100%;
    }
}


.gfield_required_text {
    display: none;
}

.gfield_required {
    position: relative;
}

.gfield_required:after {
    content: '*';
    position: absolute;
    color: #ff0000;
    right: -10px;
    top: -14px;
}

.stepForm_wrapper .gform_title {
    display: none !important;
}

.stepForm_wrapper .gform_anchor {
    position: relative;
    top: -100px;
}

.stepForm_wrapper .gfield_label {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}


.stepForm_wrapper .gfield--type-radio .gfield_label {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.stepForm_wrapper .gf_progressbar_wrapper {
    display: none !important;
    margin-top: -15px;
}

.hide-legenda .gfield_label {
    display: none !important;
}

.stepForm_wrapper .gform_next_button,
.stepForm_wrapper input[type="submit"] {
    background-color: #4d4fb1 !important;
    font-weight: 500 !important;
    border-radius: 3px !important;
    color: #fff;
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 1;
    padding: 12px 24px !important;
    text-align: center;
    transition: all .3s;
    box-shadow: none;
    outline: 0;
}

.stepForm_wrapper .gform_next_button {
    visibility: hidden !important;
}

.stepForm_wrapper.activeNextButton .gform_next_button {
    visibility: visible !important;
}


.stepForm_wrapper .gform-theme--framework .gform_validation_errors {
    position: relative;
    bottom: -100px;
}

.stepForm_wrapper {
    display: block !important;
}


.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.video-grid > div {
    flex: 1 1 calc(33.333% - 20px);
}

.video-grid.grid-2 > div {
    flex: 1 1 calc(50% - 20px);
}

.video-grid > div p {
    min-height: 50px;
}

.stepForm .gfield--input-type-html iframe {
    min-height: 350px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.stepForm .gfield--input-type-html {
    max-width: 800px;
    margin: auto;
}

.video-grid iframe {
    min-height: 350px;
    border: none;
}

@media (max-width: 575px) {
    .video-grid > div {
        flex: 1 1 100%;
    }
}


.stepForm_wrapper .gfield_radio label {
    border-radius: 0;
    font-size: 14px;
    padding: 16px;
    margin: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

.radios-products .gfield_radio label {
    margin: auto !important;
    display: block;
    max-width: 180px;
    min-width: auto;
}


@media (max-width: 767px) {
    .radios-products .gfield_radio label {
        max-width: 200px;
    }
}

.stepForm_wrapper .gfield_radio .gchoice {
    position: relative;
    display: block !important;
    flex-grow: 1;
    width: 180px;
    min-width: 180px !important;
    max-width: 180px !important;
}

.stepForm_wrapper .gfield_radio {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
}

.stepForm_wrapper .gfield_radio .gf-image-wrapper {
    width: 100%;
    height: 270px;
    margin-bottom: 10px;
    background-size: cover !important;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.3s all ease;
}

.stepForm_wrapper .gfield_radio .gf-image-wrapper:hover {
    transform: scale(0.98);
}

/*
.stepForm_wrapper .gfield_description {
    display: none;
}
*/
.stepForm_wrapper .gfield--type-radio .gfield_description {
    display: none;
}


.gform_page_footer input[type="submit"] {
    background: #3E3F8C !important;
    border-radius: 0 !important;
}

.gform_confirmation_message {
    margin-top: 50px;
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}

.stepForm_wrapper .gform-page-footer {
    /*position: absolute;
    top: 0px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    padding-bottom: 10px;*/
}


.linha-campos {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.campo-bloco {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.color-picker-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.color-option-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.color-option {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.04);
    transition: border 0.2s;
}

.color-option.selected {
    border-color: #00afff;
}

.color-label {
    margin-top: 5px;
    color: #333;
}

.campo-bloco input[type="number"] {
    width: 100px;
    padding: 6px;
    text-align: center;
    margin-top: 9px;
    font-size: 14px;
    height: 42px;
}

.final-step {
    margin-top: 30px;
}

.final-step .gform_fields {
    row-gap: 28px;
}

.final-step .gfield_required {
    display: none;
}

.final-step .gfield_label {
    font-size: 18px;
}

.mb-5 {
    margin-bottom: 28px;
}

.btn {
    border-radius: 0 !important;
    background: #3e3f8c !important;
}

/*

.stepForm_wrapper .gform_page {
    padding-top: 100px;
}*/

.select2-container .select2-selection--single {
    height: 39px;
    border-color: #686e77;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #686e77;
    line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}


.stepForm_wrapper .ginput_container_number .gfield_description.instruction {
    display: none;
}

.stepForm_wrapper .text-left .gfield_label {
    text-align: left !important;
}

.mx-800 {
    max-width: 800px;
    margin: auto;
}

.mx-600 {
    max-width: 600px;
    margin: auto;
}

/*END STEP FORM**/


/*Woocomerce*/

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}

.woocommerce-page #footer-sub-info,
.single-product .tc-price-wrap,
#tm-epo-totals,
.single-product #main > .woocommerce-breadcrumb {
    display: none !important;
}

.single-product h1 {
    text-align: center;
    margin-bottom: 25px;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio {
    justify-content: center !important;
}

.tc-label.radio-image-label {
    background-color: rgba(69, 69, 69, 100%) !important;
    color: white;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
}

.tmhexcolorimage-li-nowh:hover .radio-image-label,
.tc-active .radio-image-label {
    background-color: var(--e-global-color-accent) !important;
}

.tc-mode-images .tc-label-wrap {
    gap: 0;
}

.tc-image, .tm-extra-product-options .tmcp-field-wrap .tc-label-wrap .tc-image {
    border: 0 !important;
}

.tc-label-wrap .tc-image {
    max-height: 225px !important;
    max-width: 230px;
}

.cpf-type-radio .tc-epo-label {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.tm-extra-product-options .tm_divider {
    width: 80%;
    color: #9e9e9e;
    max-width: 80%;
    margin: 40px auto 0 !important;
    background: #9e9e9e;
    height: 1px !important;
    border: 0;
}

.tm-element-description svg {
    margin: 25px auto 0;
    fill: #c8c8c8;
    display: block !important;
}

.tm-element-description iframe {
    width: 100%;
    height: 350px;
    max-width: 500px;
}

.tc-totals-form {
    margin-top: 35px;
}

.woocommerce div.product form.cart div.quantity {
   /* display: none !important;*/
}

#elementor-menu-cart__toggle_button {
    position: relative;
}

#elementor-menu-cart__toggle_button:after {
    content: 'Carrinho';
    position: absolute;
    left: 29px;
    top: 19px;
    color: #fff;
    font-size: 15px;
}


.single_add_to_cart_button {
    background-color: #3E3F8C !important;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1em !important;
    color: #FFFFFF !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 13px 22px 13px !important;
    min-width: 152px;
}

.single_add_to_cart_button:hover {
    background-color: rgba(62, 63, 140, 0.74) !important;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .cart-subtotal,
.woocommerce-cart .order-total {
    display: none !important;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
    background-color: #3E3F8C !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce button.button {
    border-color: #3E3F8C !important;
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: #3E3F8C !important;
}

/*
.elementor-menu-cart__container.elementor-lightbox {
    display: none !important;
}*/


.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout {
    padding: 0 !important;
}


.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout-review-order-table .product-total {
    display: none;
}


.woocommerce-checkout #place_order {
    background-color: #4d4fb1 !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    color: #fff;
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 1;
    padding: 12px 24px !important;
    text-align: center;
    transition: all .3s;
    box-shadow: none;
    outline: 0;
}

.woocommerce ul.order_details {
    padding: 0;
}

#elementor-menu-cart__toggle_button {
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1em !important;
    color: #FFFFFF !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 20px 24px 19px 108px !important;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    display: none !important;
}

.woocommerce-message {
    padding: 10px;
    gap: 10px;
}

.woocommerce-message .button {
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1em !important;
    color: #FFFFFF !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px 24px 10px 24px !important;
    background: #3e3f8c !important;
}

.woocommerce-notices-wrapper {
    margin: 15px 0;
}

.woocommerce-message {
    border: 0 !important;
}

.woocommerce-order-overview__total,
.woocommerce-table__product-table.product-total,
.woocommerce-table__product-total.product-total {
    display: none !important;
}

.tc-field-label-wrap {
    gap: 0 !important;
}

.single-product h1 {
    margin: 50px 0 25px;
}

@media (max-width: 575px) {
    #elementor-menu-cart__toggle_button {

    }
}

@media (max-width: 575px) {
    .single-product h1 {
        margin: 50px 0 25px;
    }

    #elementor-menu-cart__toggle_button .elementor-button-icon {
        top: 6px;
    }

    #elementor-menu-cart__toggle_button {
        padding: 11px 17px 20px 85px !important;
    }

    #elementor-menu-cart__toggle_button:after {
        left: 16px;
        top: 16px;
        font-size: 14px;
    }

    .woocommerce-order-received h1 {
        font-size: 24px;
        margin-top: 50px;
    }

    .woocommerce-column__title,
    .woocommerce-order-details__title {
        font-size: 24px;
        margin-top: 20px;
    }

    .single-product .tc-extra-product-options {
        padding: 0 15px;
        margin: auto;
    }


}

.woocommerce-table--order-details ul,
.woocommerce-table--order-details th {
    padding: 0 !important;
}

.woocommerce .woocommerce-customer-details address {
    border: 0 !important;
}

.woocommerce-customer-details--phone {
    margin: 0;
}

.tc-hidden-variation {
    display: none !important;
}

.woocommerce-cart-form__cart-item dl.variation dd {
    margin: 0 !important;
}

.single-product h1 {
    font-size: 1.5rem;
}


.single_add_to_cart_button {
    position: relative;
    margin: 9px auto 0 !important;
    display: block !important;
    float: none !important;
}

.woocommerce .quantity .qty.disabled {
    display: none !important;
}

.qwt-wrapp-prod.disabled {
    display: none !important;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
    display: none !important;
}

.tc-epo-element-label-text {
    color: #454545;
}

.cm-field {
    position: relative;
    /* padding-left: 36px !important;*/
}

.cm-field-ul label {
    position: relative;
}

.cm-field-ul label:before {
    content: 'cm';
    position: absolute;
    right: 38px;
    top: 12px;
    font-size: 18px;
    color: #2f2f2f;
    z-index: 2;
}

.tc-extra-product-options .cpf-type-select select {
    min-height: 42px;
}


.tc-row > .cpf-section {
    /*  padding-top: 100px;*/
}

.tc-row > .cpf-section:before {
    content: '';
    position: absolute;
    top: 23px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background: url('../img/arrow.svg') no-repeat center;

    display: none;
}

.tc-row > .cpf-section:nth-child(1) {
    padding-top: 0px;
}

.tc-row > .cpf-section:nth-child(1):before {
    display: none;
}

.dynamic-h a {
    /* font-size: 14px;
     padding: 0 7px 0px;
     position: relative;
     top: -2px;*/
    background: #fff;
    padding: 10px 30px 10px 16px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
    display: inline-block;
    font-size: 14px;
    color: #2a2a8a;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: 8px 0;
}

.dynamic-h a:hover {
    text-decoration: underline;
}

.dynamic-h a:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 8px;
    background: url(../img/edit.svg) no-repeat center;
    background-size: contain;
}

.dynamic-h {
    text-align: center;
    margin-bottom: 20px;
}

.dynamic-h span {
    position: relative;
    display: inline-block;
    width: 15px;
    top: 4px;
    height: 15px;
    margin-right: 10px;
    margin-left: 3px;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    transform: rotate(45deg);
}

.wpr-mini-cart-separator {
    background: none !important;
}

.elementor-menu-cart__close-button:after, .elementor-menu-cart__close-button:before {
    height: 1px;
}
.elementor-menu-cart__close-button{
    position: absolute;
    right: 22px;
    top: 10px;
}
.elementor-menu-cart__main{
    padding-top: 23px;
}

.tc-section-inner-wrap{
    position: relative;
}

@media (max-width: 575px) {
    .dynamic-h span {
        width: 10px;
        top: 2px;
        height: 10px;
        margin-right: 4px;
        margin-left: 0px;
    }
    .dynamic-h a {
        padding: 10px 23px 10px 9px;
    }
    .dynamic-h a:before {
        margin-top: -6px;
        width: 12px;
        height: 12px;
        font-size: 13px;
    }
}

.woocommerce-breadcrumb {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #767676;
    font-family: -apple-system, "system-ui", "Segoe UI" !important;
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}

.single-product .woocommerce-breadcrumb {
    margin-top: 0px !important;
}

.woocommerce-breadcrumb > a {
    color: #3E3F8C !important;
    font-family: -apple-system, "system-ui", "Segoe UI" !important;
}


.woocommerce-page h1 {
    font-size: 30px;
}

.woocommerce-page h2 {
    font-size: 20px;
}

.elementor-widget-woocommerce-checkout-page .product-name {
    position: relative;
}

.elementor-widget-woocommerce-checkout-page .ol-code-badge {
    position: absolute;
    left: -40px;
}

.e-checkout__order_review {
    padding-left: 57px !important;
}

.woocommerce-cart-form__cart-item .ol-code-badge {
    display: none;
}

/*cart slide*/

/* ===== Mini-Cart (Elementor) — clean UI ===== */

/* Panel container */
.elementor-menu-cart__main {
    /* optional: panel max width */
    max-width: 420px;
}

/* Inner content spacing */
.elementor-menu-cart__main .widget_shopping_cart_content {
    padding: 16px 18px 20px;
    font-size: 14px;
    line-height: 1.35;
}

/* List reset */
.woocommerce-mini-cart.cart_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Cart item layout */
.woocommerce-mini-cart-item {
    position: relative;
    margin-bottom: 17px !important;
    border-bottom: 1px solid #EEF0F2;
    padding-top: 0 !important;
}

.woocommerce-mini-cart-item dl.tc-epo-metadata {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1);
}

.wpr-mini-cart-image {
    position: absolute;
    left: 0;
    top: 0;
}

.wpr-mini-cart-name {
    min-height: 58px;
    padding-left: 58px;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart img{
    width: 92px !important;
    height: auto !important;
    max-width: 100% !important;
}

/* Thumbnail */
/*.wpr-mini-cart-image a,
.wpr-mini-cart-image img {
    display: block;
    object-fit: cover;
    height: 52px !important;
    width: 32px !important;
}*/
.wpr-mini-cart-image a {
    display: block;
    object-fit: cover;
    height: 52px !important;
    width: 53px !important;
}
.wpr-mini-cart-image img {
    width: 100% !important;
    height: auto !important;
}

/* Name + qty + meta wrapper */
.wpr-mini-cart-name-and-quantity {
    display: block;
    min-width: 0; /* text truncation safe */
}

/* Product title */
.wpr-mini-cart-product-name a {
    text-decoration: none;
}

.wpr-mini-cart-name {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #1B1F23;
    margin-bottom: 6px !important;
    padding-top: 15px;
}

.wpr-woo-mini-cart > li {
    padding-bottom: 30px !important;
}



/* OL code badge (ensure visible) */
.wpr-mini-cart-name .ol-code-badge {
    display: inline-block !important; /* override d-none */
    transform: translateY(-1px);
    margin-right: 6px;
    padding: 2px 8px;
    border: 1px solid #DFE3E8;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    color: #111;
    background: #FAFBFC;
}

/* Variations (TM EPO) */
.woocommerce-mini-cart .tc-epo-metadata {
    margin: 4px 0 0;
}

.woocommerce-mini-cart .tc-epo-metadata dt {
    float: none !important;
    clear: none !important;
    font-weight: 700;
    padding: 0 0 .25em 3.5px;
    margin: 0 4px 0 0;
}

.woocommerce-mini-cart .tc-epo-metadata dd {
    float: none !important;
}


/* Qty (right under meta) */
.wpr-mini-cart-quantity .quantity {
    display: inline-block;
    margin-top: 4px;
    font-weight: 600;
    color: #2E3135;
}

/* Remove button */
.wpr-mini-cart-remove .remove {
    display: inline-block;
    width: 100% !important;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #E2E6EA;
    color: #9AA4AF !important;
    text-decoration: none;
    font-size: 14px;
}

.wpr-mini-cart-remove .remove:hover {
    border-color: #C7CED6;
    color: #6B7785 !important;
}

/* Separator */
.wpr-mini-cart-separator {
    height: 1px;
    background: #EEF0F2;
    margin: 8px 0 12px;
}

/* Subtotal */
.woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #1B1F23;
    margin: 0 0 12px;
}

.woocommerce-mini-cart__total strong {
    font-weight: 700;
}

/* Buttons */
.woocommerce-mini-cart__buttons .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 13px 14px !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: #4d4fb1 !important;
    color: #fff !important;
    text-decoration: none;
    transition: all .15s ease;
    font-weight: 400 !important;
}

.woocommerce-mini-cart__buttons .checkout {
    margin-left: 8px !important;
}

.woocommerce-mini-cart__total {
    display: none;
}

.woocommerce-mini-cart__buttons .button:hover {
    opacity: 0.8;
}

.woocommerce-mini-cart-item:before {
    content: '';
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../img/logo.png') no-repeat center;
    background-size: contain;
    display: none !important;
}

.woocommerce-cart-form__cart-item {
    position: relative;
}

.woocommerce-cart-form__cart-item .quantity:before {
    content: '';
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../img/logo.png') no-repeat center;
    background-size: contain;
}


.woocommerce-mini-cart__buttons .checkout:hover {
    filter: brightness(1.05);
}

/* Scroll inside panel if many items */
.elementor-menu-cart__main .widget_shopping_cart_content {
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #C7CED6 transparent;
}

.elementor-menu-cart__main .widget_shopping_cart_content::-webkit-scrollbar {
    width: 8px;
}

.elementor-menu-cart__main .widget_shopping_cart_content::-webkit-scrollbar-thumb {
    background: #C7CED6;
    border-radius: 10px;
}

.woocommerce-mini-cart-item dl.tc-epo-metadata {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.woocommerce-mini-cart-item li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1);
}

.woocommerce-mini-cart-item dt,
.woocommerce-mini-cart-item dd {
    float: none !important;
    /* clear: none !important;*/
    display: block !important;
    /*  margin: 0 0 5px !important;*/
}

.woocommerce-mini-cart-item dt {
    flex: 0 0 33%;
    word-break: normal;
}

dl.variation dd {
    margin: 0 !important;
}

.woocommerce-mini-cart-item dd {
    padding: 0 !important;
    flex: 0 0 calc(65% - 11px) !important;
    word-break: normal;
}

/*.woocommerce-mini-cart-item .tc-name{
    width: 100px;
}*/

/* Small screens */
@media (max-width: 767px) {
    .logo-wrapper-2 img {
        max-width: 200px;
    }

    .elementor-element-4d64e93c {
        justify-content: end;
    }
}

@media (max-width: 575px) {
    .orcamento-button {
        transform: scale(0.8);
    }

    .logo-wrapper-2 img {
        max-width: 100%;
    }

    .single-product .woocommerce-breadcrumb {
        margin-top: 10px !important;
        text-align: center;
    }
}

@media (max-width: 380px) {
    .wpr-mini-cart-name {
        font-size: 13px;
    }

    .wpr-mini-cart__buttons .button {
        height: 38px;
        padding: 0 12px;
    }
}


.prod-wrapper-imgs .elementor-widget-image img {
    width: 155px;
    height: 225px;
    object-fit: cover;
    object-position: center;
    display: block;
}


ul.numbers-form-step {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: list-counter;
}

ul.numbers-form-step li {
    position: relative;
    margin: 10px 0;
    padding: 12px 16px 12px 48px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    counter-increment: list-counter;
}

ul.numbers-form-step li::before {
    content: counter(list-counter);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #0073e6;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
}

.bread-step {
    color: #3e3f8c;
    text-decoration: underline;
}

.bread-step:hover {
    text-decoration: none;
}

.single-product .tm-has-options.product {
    opacity: 0 !important;
    transition: all 0.5s ease;
}

.single-product .tm-has-options.product.visible {
    opacity: 1 !important;
}

.max-width-250-div .tc-epo-label{
    text-align: center;
}
.max-width-250-div .tc-element-inner-wrap{
    max-width: 250px;
    margin: auto !important;
}
.wpr-mini-cart-remove {
    position: absolute;
    top: 63px;
    right: 2px;
    width: 56px !important;
    height: 15px !important;
}
.wpr-mini-cart-remove a:hover{
    background: none !important;
}
.wpr-mini-cart-remove a {
    text-indent: -9999px;
    /* overflow: hidden; */
    border: 0 !important;
    position: relative;
}
.wpr-mini-cart-remove a:after {
    content: 'remover';
    position: absolute;
    right: 0px;
    top: 0;
    color: #ff2121;
    text-indent: 0;
    font-size: 12px;
    font-weight: 400 !important;
}

form.cart .quantity{
    display: flex;
    position: relative;
}

.show-qwt-label{
    display: none;
}
.single-product .show-qwt-label{
    display: block;
    padding-top: 13px;
}
.single-product .qwt-wrapp-prod{
    display: none !important;
   /* display: flex;*/
    float: none !important;
    justify-content: center;
    gap: 10px;
}

.single-product .qwt-wrapp-prod .qty {
    height: 41px;
    padding: 8px 2px !important;
}

@media (max-width: 767px) {
    .elementor-element .swiper~.elementor-swiper-button{
        top: auto !important;
    }
}

.wpr-mobile-nav-menu:not(.wpr-mobile-mega-menu), .wpr-mobile-nav-menu-container{
    pointer-events: initial !important;
}

/*
.cart_item .variation-Quantidade,
.mini_cart_item .variation-Quantidade {
    display: none !important;
}*/