/* .wc-block-components-product-details__custom-design  {
}

body {
    font-size: 12px;
    font-family: Helvetica;
}

body > .container {
    max-width: 1200px;
    margin: auto;
    padding: 80px 10px;
}

.demo-btn {
    border-radius: 4px;
    background: #EBEBEB;
    color: #989898;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.demo-btn:hover {
    opacity: 0.8;
} */

.fpd-off-canvas fpd-main-bar .fpd-navigation,
.fpd-topbar fpd-main-bar .fpd-navigation,
.fpd-container fpd-actions-bar,
.fpd-dialog-head,
.fpd-container .fpd-btn,
.fpd-modal-inner .fpd-btn {
    background-color: #e0b787 !important;
    color: #fff !important;
}

.fpd-wrapper>fpd-main-wrapper {
    background-color: #ffe9d1 !important;
}

fpd-main-bar .fpd-navigation>.fpd-nav-item .fpd-nav-icon:before {
    color: #fff !important;
}

.fpd-nav-item .fpd-label {
    display: none !important;
}

.fpd-off-canvas fpd-actions-bar,
.fpd-topbar fpd-actions-bar {
    order: 4 !important;
}

.fpd-off-canvas fpd-main-bar .fpd-navigation,
.fpd-topbar fpd-main-bar .fpd-navigation {
    flex-basis: 100% !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    order: 1 !important;
}

/* wp-block-woocommerce-cart-order-summary-block */
.wp-block-woocommerce-cart-order-summary-block {
    display: none !important;
}

/* wp-block-woocommerce-checkout-order-summary-coupon-form-block wc-block-components-totals-wrapper */
.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    display: none !important;
}

/* wp-block-woocommerce-checkout-order-summary-totals-block */
.wp-block-woocommerce-checkout-order-summary-totals-block {
    display: none !important;
}

.wc-block-components-totals-item__label {
    display: none !important;
}

/* wc-block-components-totals-item wc-block-components-totals-footer-item */
.wc-block-components-totals-wrapper:has(.wc-block-components-totals-item.wc-block-components-totals-footer-item) {
    display: none !important;
}

.sagarana-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sagarana-subcategories li,
.sagarana-categories li {
    display: inline;
    text-transform: uppercase;
    border: none !important;
}

.food-service-subcategories li a {
    color: #5b5c5d;
}

.food-service-subcategories li a,
.sagarana-subcategories li a,
.sagarana-categories li a {
    text-decoration: none;
}

.sagarana-subcategories {
    display: none;
}

.text-center {
    text-align: center;
}

.text-decorated-underline {
    text-decoration: underline !important;
    text-decoration-color: #ba7165 !important;
    text-underline-offset: 8px;
    text-decoration-thickness: 4px !important;
}

.sagarana-vertical-separator {
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #000;
    /* Change this to your desired color */
    margin: 0 25px;
    /* Adjust spacing as needed */
}

/* sagarana-vertical-separator only in desktop */
@media (max-width: 767px) {
    .sagarana-vertical-separator {
        display: none;
    }

    .food-service-subcategories {
        display: flex;
        /* column */
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .food-service-subcategories li {
        /* display each subcategories line by line */
        display: block;
        margin-bottom: 8px;
    }
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
    outline-style: solid
}

#product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    gap: 20px;

}

#product-container div {
    flex: 1;
    padding: 10px;
}

#product-container div img {
    max-width: 250px;
}

.selecionados {
    background-color: #F1f1f1;
    padding: 10px;
    border-radius: 5px;
}

.product_radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.etapa_2 {}

.max-w-1024 {
    max-width: 1024px;
}

.m-auto {
    margin: 0px auto;
}


#product-configuration-container {
    min-width: 300px;
    padding: 20px;
    padding-top: 10px;
    background-color: #f9e8d1 !important;
    color: #5b5c5d;
}

#fpd-target {
    min-width: calc(1024px - 300px);
}

.fpd-price {
    display: none !important;
}

.product-configuration-item {
    background-color: #d4b788;
    padding: 1px;
}

.product-configuration-item .label {
    /* font-size: 14px; */
    /* font-weight: 600; */
    color: #000;
    padding: 20px;
}

.product-configuration-item-parent {
    /* background-color: #d4b788; */
    padding: 5px;
}

.fpd-container {
    background-color: #d4b788;
}

.product-flex-container {
    background-color: #f9e8d1 !important;
}

.atributos {
    background-color: #f9e8d1 !important;
}

.product-item {
    margin-top: 10px;
    /* background-color: #d4b788; */
}

.product-configuration-item-parent2 {
    padding: 15px;
}

.product-configuration-item-parent2 .value {
    background-color: #d4b788;
    color: white;
    border: 1px solid #d4b788;
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
}

.product-configuration-item-parent2 input {
    background-color: #d4b788;
    color: white;
    border: 1px solid #d4b788;
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
    font-size: 20px;
}

.product-configuration-item-parent2 input::placeholder {
    color: #fff;
    font-size: 20px;
}

.etapa4 .resumo {
    padding: 15px;
    border: 1px solid #d8d8d8;
    width: 100%;
}

.etapa4 .preview {
    padding: 15px;
    border: 1px solid #d8d8d8;
    width: 100%;

}

.etapa4 .form-group {
    padding: 15px;
    border: 1px solid #d8d8d8;
}

.etapa4 .form-group input {
    background-color: #f3f3f3;
    color: black;
    border: 0px solid #d8d8d8;
    padding: 15px 30px 15px 30px;
    border-radius: 0px;
    font-size: 20px;
}

.enviar {
    background-color: #ca8679;
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: none;
    margin-top: 15px;
}

.enviar:hover {
    cursor: pointer;
    background-color: #ca8679;
}

.red {
    color: #c0442b;
}

.h5 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
    color: #494a4b !important;
}

.h5 a {
    color: #494a4b !important;
}

.sagarana-subcategories a {
    color: #494a4b !important;
}

.configuration-container {
    background-color: #f9e8d1 !important;
    padding: 20px;
    border: none !important;

}


.fpd-container {
    border: none !important;
    background-color: #c9a873 !important;
}

.etapa4 table,
.etapa4 table tr,
.etapa4 table td {
    background-color: transparent !important;

}

.etapa4 table td {
    border: none !important;
}

.hidden {
    display: none;
}

.food-service-carousel {
    /* food-service-carousel */
    /* food-service-image */
    /* food-service-subtitle */
    /* food-service-text */
    /* food-service-title */
}

.catalogo-de-produtos .swiper-slide-image,
.food-service-carousel .swiper-slide-image {
    cursor: pointer;
}

.food-service-template {}

.food-service-subcategories {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
}

.food-service-subcategories li {
    display: inline;
    text-transform: uppercase;
    border: none !important;
}


div[data-elementor-type="header"] .elementor-widget-nav-menu {
    /* a white line in the top */
    border-top: 1px solid #fff;
}

div[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-item {
    /* a white line in the bottom */
    border-left: 1px solid #fff;
    border-image: linear-gradient(to bottom, #fff 30%, transparent 30%) 1 100%;
}

div[data-elementor-type="header"] .elementor-widget-nav-menu .elementor-item:last-child {
    border-right: 1px solid #fff;
}

.fa-youtube:before {
    content: "" !important;

}

.fa-youtube {
    background-image: url('https://scalapapeis.com.br/wp-content/uploads/2025/05/icone-youtube.png');
    background-position: right;
    background-repeat: no-repeat;
    width: 31px !important;
    height: 25px;
    margin-top: 7px;
    margin-bottom: 8px;
}

div[data-elementor-type="footer"] .fa-youtube {
    margin-bottom: 7px;
    margin-right: 4px;
}


#list_redes_sociais {
    border-top: 1px solid #fff;
    margin-top: -7px;
}

#list_redes_sociais .elementor-inline-item:last-child {
    border-right: 1px solid #fff;
    border-image: linear-gradient(to bottom, #fff 30%, transparent 30%) 1 100%;
}


/* .produtos-por-negocio {
    cursor: pointer;
} */


.border-image-top {
    border-image: linear-gradient(to top, #ccc 50%, transparent 50%) 1 100%;
}

.border-image-bottom {
    border-image: linear-gradient(to bottom, #ccc 50%, transparent 50%) 1 100%;
}

.border-bottom-gray {
    border-bottom: 3px solid #ccc;
}

.swiper-wrapper-te {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, auto);
    /* gap: 16px; */
    text-align: center;
    gap: 0px;
}

.border-image-first {
    border-left: 3px solid #ccc;
}

.border-image-seventh {
    border-left: 3px solid #ccc;
}

.swiper-slide-te {
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    cursor: pointer;
    border-right: 3px solid #ccc;
}

.icone-bottom img {
    margin-top: 10px !important;
    /* margin-bottom: 10px; */
}

.nome-negocio {
    text-align: center;
}

.swiper-slide a,
.swiper-slide-te a {
    color: inherit !important;
}

.sagarana-catalogo-horizontal {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 20px;
}

.sagarana-catalogo-horizontal div {
    padding: 15px;
}

.sagarana-catalogo-horizontal div img:hover {
    /* apply color #ba7165 as filter */
    filter: brightness(0) saturate(100%) invert(47%) sepia(21%) saturate(929%) hue-rotate(321deg) brightness(101%) contrast(86%);
    cursor: pointer;
}

.goiaba_filter {
    filter: brightness(0) saturate(100%) invert(47%) sepia(21%) saturate(929%) hue-rotate(321deg) brightness(101%) contrast(86%);
}

.produtos-carousel .swiper-wrapper {
    align-items: start !important;
}


/* hide on mobile */


@media (max-width: 767px) {
    .menu_desktop {
        display: none !important;
    }

    .no-border-right-on-mobile div {
        border-right: none !important;
    }

    .segmento img {
        max-width: 45px !important;
    }

    .segmento .nome-negocio {
        display: none !important;
    }

    .home-segmento-detalhe,
    .food-service-segmento-detalhe,
    .higiene-segmento-detalhe,
    .catalogo-detalhe {
        padding: 0px !important;
    }

    .menu_mobile .elementor-container {
        flex-wrap: nowrap !important;
    }

    div[data-elementor-type="header"] .elementor-widget-nav-menu {
        border-top: none !important;
    }

    .menu_mobile .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin: 0 !important;
    }

    /* Style the navigation menu */
    .menu_mobile .topnav {
        overflow: hidden;
        background-color: #B97165;
        position: absolute;
        z-index: 1000;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    .menu_mobile .topnav #myLinks {
        display: none;
        width: 293px;
    }

    /* Style navigation menu links */
    .menu_mobile .topnav a {
        /* color: white; */
        padding: 14px 16px;
        text-decoration: none;
        /* font-size: 17px; */
        display: block;
    }

    /* Style the hamburger menu */
    .menu_mobile .topnav a.icon {
        /* background: black; */
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    /* Add a grey background color on mouse-over */
    .menu_mobile .topnav a:hover {
        /* background-color: #ddd; */
        /* color: black; */
    }

    /* Style the active link (or home/logo) */
    .menu_mobile .active {
        /* background-color: #04AA6D; */
        /* color: white; */
    }

    .menu_mobile a,
    .menu_mobile .topnav a {
        color: white !important;
        font-family: "Poppins", Sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    .menu_mobile .icon {
        width: 30px;
        height: 30px;
    }

    .menu_mobile {
        text-align: right
    }

    .menu_mobile .topnav {
        text-align: center
    }

    .menu_mobile .fa {
        font-size: x-large;
        margin-top: 10px;
    }

    .ferramenta-de-personalizacao {
        padding: 0 !important;
    }

    .ferramenta-de-personalizacao .elementor-widget-image {
        top: -10px !important;
    }

    .ferramenta-de-personalizacao .elementor-widget-image img {
        width: 120px !important;
        height: auto !important;
    }

    .etapa-2 {
        overflow-x: scroll;
    }

    .etapa-3 tr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .etapa-3 td {
        width: 100% !important;
    }


    .contato_dados .elementor-element-populated {
        margin: 0 !important;
    }

    .elementor-element-63b1246 .elementor-element-populated,
    .imagem_praticas_conscientes .elementor-element-populated {
        margin: 0 !important;
    }

    .banner_inicial .elementor-container {
        min-height: 175px !important;
    }
}

@media (min-width: 767px) {
    .menu_mobile {
        display: none !important;
    }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0 !important;
}

.selo {
    z-index: auto !important;
}

.secao_personalizacoes .elementor-column {
    min-height: 330px;

}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: #ba7165 !important;
}

@media (min-width: 1300px) {
    .banner_inicial {
        max-width: 2000px;
        margin: 0 auto !important;
        left: 0 !important;
    }

    .mw-20000 {
        max-width: 2000px !important;
    }
    .m-auto {
        margin: 0 auto !important;
    }

    .l-0 {
        left: 0 !important;
    }
}