/*alert cart*/
.alert-ferias {
    padding: 30px;
    background-color: red;
    margin-bottom: 10px;
    border-radius: 5px;
}

.alert-ferias p {
    color: white;
    font-size: 14px;
    margin: 0 !important;
    text-align: center;
}

.logotipo-andre {
    filter: grayscale(100%) brightness(2000%);
    opacity: .8;
    transition: .3s;
    cursor: pointer;
}

.logotipo-andre:hover {
    filter: grayscale(0%) brightness(100%);
    opacity: 1;
}


/* Injeta uma caixinha de alerta na página interna do produto */
.single-product .summary.entry-summary .price::after {
    content: "O imposto IPI (5,2%) será destacado e somado na tela de finalização do pedido.";
    display: block !important;
    background-color: #fef2f2 !important; /* Fundo vermelho/rosa bem clarinho */
    border: 1px dashed #fca5a5 !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    color: #991b1b !important; /* Texto em vermelho escuro legível */
    font-size: 11px !important;
    font-weight: 600 !important;
    margin-top: 12px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    white-space: normal !important; /* Permite que o texto quebre linha se a tela for pequena */
}


/*geral*/


p {
    font-size: 14px;
}

a {
    color: #000;
}

button {
    transition: .3s;
}

input {
    border-radius: 50rem !important;
}

/*dev*/

.dev {
    display: flex;
    align-items: center;
    justify-content: center;
}


.dev a p {
    font-size: .9rem;
    color: #fff;
}

/* --- btn top ---  */
#ast-scroll-top {
    margin-bottom: 110px;
    margin-right: 38px;
}


/* --- btn whats --- */
.whats {
    z-index: 9999;
    width: max-content;
    height: max-content;
    position: fixed;
    bottom: 2rem;
    left: 3rem;
    background: none;
    border: none;
}

.whats svg {
    cursor: pointer;
    transition: 0.3s;
    transform-origin: bottom right;
}

.whats svg:hover {
    transform: scale(1.03) translateY(-1rem);
    transform-origin: bottom right;
}

/*cabeçalho*/

.header_fixed_top {
    position: fixed;
    width: 100%;
    transition: .3s;
    top: 0;
}

.header_fixed_top {
    padding: 1rem 0rem;
    transition: .3s;
}

.header_fixed_top.show {
    padding: .25rem;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

/*filtro produtos*/
.wpf_slider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content>div {
    background-color: #1c4477;
}

/*títulos*/

.elementor-element.elementor-element-f500c74.e-flex.e-con-boxed.e-con.e-parent>div>div>div>h2::after,
.elementor-element.elementor-element-7fde79b.e-flex.e-con-boxed.e-con.e-parent>div>div>div>h2::after,
.elementor-element.elementor-element-eacb30b.e-flex.e-con-boxed.e-con.e-parent>div>div>div>h2::after {
    content: "";
    width: 70%;
    height: .3rem;
    border-radius: 2rem;
    background-color: #6ec1e4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .5rem auto;

}

/*mega menu*/
#menu-item-4301 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    cursor: pointer;
    position: relative;
}

#menu-item-4301::after {
    content: "\25B6";
    font-size: 13px;
    color: #1c4477;
    margin-left: -.5rem;
    transition: .3s;
}

#menu-item-4301.show::after {
    transform: rotate(90deg);
}

#menu-item-4301:hover::after {
    color: #fff;
}

.nav_menu_mega {
    position: relative;
}

.mega_menu {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.container_mega {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #fff;
    width: 70%;
    height: 0;
    opacity: 0;
    padding: 2rem;
    margin-top: .2rem;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    transition: opacity .3s, height .5s;
    pointer-events: none;
}

.container_mega.show {
    height: max-content;
    opacity: 1;
    pointer-events: auto;
}

.container_mega ul {
    list-style: none;
    margin: 0;
    display: none;
    grid-template-columns: repeat(5, 1fr);
    gap: .2rem 3rem;
}

.container_mega ul.show {
    display: grid;
}

.container_mega ul li {
    font-size: 13.5px;
}

.container_mega p {
    color: #1c4477;
    font-weight: 600;
    font-size: 15px;
    display: none;
}

.container_mega p.show {
    display: block;
}

/*CARRINHO FLUTUANTE------------------*/

/*botões carrinho flutuante*/
.xoo-wsc-ft-buttons-cont a {
    border-radius: 100px !important;
}

/*GALERIA DE PRODUTOS----------------*/

/*pesquisa*/
.woocommerce-products-header h1 {
    font-size: 18px;
}


.ast-card-action-tooltip,
.ahfb-svg-iconset {
    display: none;
}

/*container produto*/
.elementor-element.elementor-element-1a5ca5d.e-con-full.e-flex.e-con.e-child>div.elementor-element.elementor-element-5b9bafa.elementor-widget.elementor-widget-shortcode,
.elementor-widget-container .elementor-shortcode .woocommerce .products li,
.products.columns-4 li {
    background-color: #fff;
    border-radius: 1rem;
    padding: 0rem 1.5rem !important;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    transition: .3s;
}

/*fora de estoque*/
.ast-shop-product-out-of-stock {
    background: none;
    color: #ff0000;
    font-size: 13px;
}

/*preço original do produto*/
.original-price {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-direction: row;
}

.woocommerce-Price-amount {
    color: #1C4477;
    font-weight: 700;
}


.astra-shop-summary-wrap span.price {
    font-size: 16px !important;
    display: flex !important;
    flex-direction: column;
    gap: .4em;
    justify-content: center;
    align-items: center;
}


.fswp_in_cash_price.loop>p>span.woocommerce-Price-amount.amount>bdi {
    color: #077829;
    font-size: 18px;
}

.fswp_in_cash_price.single>p>span.woocommerce-Price-amount.amount>bdi {
    color: #077829;
    font-size: 18px;
}

.fswp_installments_price p {
    font-size: 15px !important;
    margin-bottom: 5px !important;
}

.fswp_installments_price .price {
    text-align: center !important;
    font-size: 13px !important;
}

.fswp_installments_price.single .price {
    text-align: left !important;
}

.fswp_in_cash_price p {
    text-align: center !important;
    font-size: 14px !important;
}

.fswp_in_cash_price.single p {
    text-align: left !important;
}

.ast-loop-product__link h2 {
    text-align: center !important;
}

.add_to_cart_button {
    display: none !important;
}

.woocommerce .products {
    column-gap: 30px !important;
}

.ast-loop-product__link h2,
.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.woocommerce-loop-product__title {
    font-size: .9em !important;
    margin-bottom: 1em !important;
}

/*desconto*/
.astra-shop-summary-wrap>span.price>span>del>span>bdi {
    color: #ff0000;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*valor parcelado plugin*/
.woo-custom-installments-card-container {
    text-align: center;
}

/*etiqueta de desconto*/
.ast-onsale-card {
    display: none !important;
}


/*PÁGINA DO PRODUTO INDIVIDUAL----------------*/

/*variações*/
/*variações btn*/
.swatchly-content {
    font-size: .9rem;
    min-width: 180px;
}

/*container produto individual*/
.ast-woocommerce-container {
    background-color: #fff;
    border-radius: 1rem;
    padding: 3rem !important;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

/*título do produto*/
.product_title {
    color: #1C4477;
    font-weight: 600;
}

.single-product-category {
    font-size: 13px;
}

.summary.entry-summary .product_title.entry-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/*botão leia mais*/
.button.product_type_simple.wcpa_add_to_cart_button,
.astra-shop-summary-wrap .button.product_type_simple {
    display: none;
}

/*descrição curta do produto*/
.woocommerce-product-details__short-description p,
#tab-description p {
    text-align: justify;
    hyphens: auto;
}

/*estoque*/
.ast-stock-detail {
    margin-bottom: 0em !important;
}

.ast-stock-detail .ast-stock-avail {
    font-size: 14px;
}

.ast-stock-detail .stock.in-stock {
    font-size: 13px;
}

/*preço com desconto produto individual*/
.summary.entry-summary>p.price>span>del>span,
.summary.entry-summary>p.price>span>del {
    color: #ff0000;
    font-size: 14px;
}

/*espaço acima da descrição curta*/
.summary.entry-summary>p:nth-child(6) {
    display: none;
}

.products .ast-article-single {
    background-color: #fff;
    border-radius: 1rem;
    padding: 0rem 1.5rem !important;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    transition: .3s;
    flex-grow: 1 !important;
}

/*Alerta entrega*/
.alertShipping {
    display: flex;
    justify-content: center;
    align-items: center;
}

.att_alert {
    font-weight: 700;
}

.box_alert_shipping p {
    color: red;
    font-weight: 500;
}


/*gravação da peça*/

.wcpa_field_wrap input {
    font-size: 12px;
    padding-left: 10px;
}

.wcpa_field_wrap input::placeholder {
    font-size: 12px;
    padding-left: 10px;
}

form.cart {
    margin-top: 0em !important;
}

/*cálculo do frete*/
#wc-shipping-sim-form-title {
    font-size: 13px;
    margin-bottom: 15px;
    color: #1E1E2D;
}

#wc-shipping-sim-form-fields input::placeholder {
    font-size: 12px;
    margin-bottom: 15px;
    color: #000000;
}

#wc-shipping-sim-form-fields input {
    border-radius: 50px !important;
    padding-left: 20px !important;
}

#wc-shipping-sim-form-fields button.submit {
    font-size: .9em !important;
    border-radius: 50px !important;
}

#wc-shipping-sim-form-fields {
    margin-bottom: 15px;
}

#wc-shipping-sim-form-fields button {
    font-weight: 700;
}

#wc-shipping-sim-br-cep-finder a {
    display: none;
}

#wc-shipping-sim-results-title {
    font-size: 13px !important;
}

#wc-shipping-sim-results-after {
    font-size: 11px !important;
}

/* carrinho */

#post-15 {
    margin-top: 0rem;
}

.cart_item .product-name,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea,
.woocommerce-input-wrapper textarea::placeholder,
.woocommerce-input-wrapper input::placeholder {
    font-size: 14px !important;
}

.product-name a,
#shipping_method {
    font-size: 14px;
}

.cart-collaterals>div>div>a {
    font-size: 15px !important;
}

.coupon button {
    font-size: 13px !important;
    border-radius: 50px !important;
    padding: 1rem 2rem !important;
}

.coupon input {
    border-radius: 50px !important;
    padding: 1.5rem 2rem !important;
}

.actions button {
    font-size: 13px !important;
    border-radius: 50px !important;
    padding: 1rem 2rem !important;
}

.actions button:hover {
    background-color: #000000 !important;
    color: #fff !important;
}

.wc-proceed-to-checkout a {
    border-radius: 50px !important;
}

.cart-subtotal th,
.order-total th {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.cart-subtotal td span,
.order-total td span {
    font-size: 13px !important;
    font-weight: 600 !important;
}

/*bloco titulo e botão*/
.astra-shop-summary-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1 !important;
}

.add_to_cart_button {
    font-size: 1em !important;
    border-radius: 50px !important;
    width: 60%;
    text-align: center;
}

.astra-shop-summary-wrap a.button {
    font-size: 13px !important;
    border-radius: 50px !important;
    padding: 1rem 2rem !important;
}

.woocommerce-ordering {
    display: none !important;
}


.wpfFilterTaxNameWrapper {
    font-size: 14px !important;
}

.wpfFilterVerScroll {
    padding: 0 !important;
}

.wpfClearButton {
    width: 100% !important;
    border-radius: 100px !important;
    font-size: 15px !important;
    min-height: 35px !important;
}

.wpfPriceInputs {
    justify-content: flex-start !important;
    margin-top: 20px !important;
}

.page-numbers li {
    border: none;
    border-radius: 20px;
}

.e-con-full.e-flex.e-con.e-child>div>div>div>div>nav>ul>li>span {
    color: #fff;
}

.e-con-full.e-flex.e-con.e-child>div>div>div>div>nav>ul>li>a:hover {
    color: #fff;
}


.fswp_variable_installment_calculation {
    display: none;
}

table,
td,
th {
    border: none !important;
}

.shipping-rate-label {
    font-size: 14px;
}


/*minha conta*/

.woocommerce-MyAccount-navigation ul li {
    font-size: 14px;
    font-weight: 600;
}

#customer_login {
    padding: 1rem 3rem !important;
}

#customer_login .col-1,
#customer_login .col-2 {
    padding: 1rem;
}

#customer_login .col-1 h2,
#customer_login .col-2 h2 {
    color: #1E1E2D;
    font-size: 1.5rem;
}

#customer_login .col-1 button,
#customer_login .col-2 button {
    width: 100%;
}

.woocommerce-form-login,
.woocommerce-form-register {
    background-color: #fff;
    border-radius: 2rem !important;
    min-height: 22rem !important;
}

.woocommerce-privacy-policy-text p {
    font-size: .8rem;
    line-height: 1rem;
    text-align: justify;
    hyphens: auto;
}

/*recuperar senha*/

.entry-header h1 {
    font-size: 1.5rem !important;
    color: #1E1E2D;
}

.post-15,
.post-13,
.post-14 {
    margin-top: 11.5rem;
    padding: 5rem;
    border: solid .1rem #cecece;
    border-radius: 2rem;
    background-color: #fff;
}

/*cart*/
.cart_totals {
    border-radius: 1rem !important;
    overflow: hidden;
}


/* finalizar compra */

.woocommerce-billing-fields input {
    border-radius: 50px !important;
    font-size: 12px !important;
    padding: 15px 10px !important;
    font-weight: 600;
}

.selection span.select2-selection {
    border-radius: 50px !important;
    font-size: 12px !important;
    padding: 15px 18px !important;
    font-weight: 600;
}

.woocommerce-billing-fields input::placeholder {
    font-size: 12px !important;
    padding: 10px 10px !important;
    ;
    font-weight: 400;
}

.form-row button {
    border-radius: 50px !important;
}

.woocommerce-info {
    text-align: justify;
    hyphens: auto;
}


.astra-shop-summary-wrap>div {
    flex-direction: column;
    gap: .1rem;
}

.astra-shop-summary-wrap>div>div {
    margin: 0 !important;
}

.summary.entry-summary>div.woocommerce-product-rating>a {
    font-size: 12px;
}

.woocommerce-review__author {
    font-size: 15px;
}

.description>p:nth-child(5) {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
}


.description>p:nth-child(5) img {
    border: none !important;
}

.description>p:nth-child(7)>img {
    border: none !important;
}

.comment.even.thread-even.depth-1,
.comment.odd.alt.thread-odd.thread-alt.depth-1 {
    border: none !important;
}

.comment_container {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.8rem !important;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border: none;
}

.comment_container img:nth-child(1) {
    left: 2rem !important;
    top: 2rem !important;
}

.comment_container::after {
    display: none !important;
}

.woocommerce-review-link {
    font-size: 11px;
}

.woo-custom-installments-group .woo-custom-installments-group-main-price,
.woo-custom-installments-group .woo-custom-installments-group-main-price .amount {
    font-size: 1.2rem !important;
}



@media (max-width: 1500px) {
    .container_mega {
        width: 85%;
    }

    .container_mega ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1200px) {
    .products.columns-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 1104px) {
    .header_fixed_top {
        max-width: 950px;
    }
}

@media (max-width: 992px) {
    .container_mega ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .site-content {
        margin-top: 25px;
    }


    #post-15 {
        padding: 2rem;
    }

}

@media (max-width: 768px) {
    .products.columns-3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .products.columns-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {

    #menu-item-4317,
    #menu-item-4316 {
        display: none;
    }

    .container_mega {
        width: max-content;
        max-width: 95%;
        overflow: hidden;
    }

    .container_mega ul {
        gap: .2rem 1.2rem;
    }

    .container_mega ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .products.columns-1,
    .products.columns-4,
    .products.columns-3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }


    /*tela de login*/

    #customer_login {
        padding: .5rem !important;
    }

    .ast-container {
        margin-top: 50px;
    }

    .woocommerce-MyAccount-content {
        margin-top: 50px !important;
        width: 90% !important;
        margin: 0 auto;
    }

    #tab-description p {
        text-align: left;
    }

    /*cat celular*/
    .wpf_item_wpf_cat {
        display: none;
    }

    /*whats*/
    .whats {
        bottom: 1.5rem;
        right: 1.8rem;
    }

    #ast-scroll-top {
        margin-bottom: 80px;
        margin-right: 15px;
    }
}