/* Service Home */
.services-item .info {
    text-align: center;
    display: flex;
}

.services-item .info i {
    font-size: 20px;
}

.services-item .info,
.services-item .info i {
    color: var(--ast-global-color-2);
}

.services-item .info .title {
    margin-left: 10px;
    font-weight: 500;
    font-size: 13px;
}

@media(min-width: 992px) {
    .services-item {
        white-space: nowrap;
        position: relative;
        padding: 10px 0;
        margin: 0 35px;
    }

    #owl-services-home {
        margin: 30px 0;
    }

    #owl-services-home .owl-item .services-item:after {
        background-color: #d0d0d0;
        position: absolute;
        height: 100%;
        right: -35px;
        content: '';
        width: 1px;
        bottom: 0;
        top: 0;
    }

    #owl-services-home .owl-item:last-child .services-item:after {
        display: none;
    }

    #owl-services-home {
        justify-content: center;
        display: inline-flex;
    }

    #owl-services-home .owl-stage {
        min-width: 990px !important;
        flex-direction: row;
        display: flex;
    }
}

@media(max-width: 992px) {

    #owl-services-home {
        margin: 20px 0;
    }

    .services-item {
        width: initial !important;
        border: none !important;
    }

    .services-item .info {
        justify-content: center;
        flex-direction: row;
        align-items: top;
    }

    .services-item .info i {
        margin-bottom: 10px;
    }
}

/* fim Service Home */

/* Categorias Home */
#owl-categorias-home {
    margin: 0 0 30px 0;
}

.categorias-home-item {
    text-align: center;
}

.categorias-home-item a {
    text-decoration: none !important;
}

.categorias-home-item .categorias-home-img {
    background-color: var(--ast-global-color-3);
    border: 1px solid var(--ast-global-color-3);
    width: 70% !important;
    border-radius: 100px;
    transition: all 0.3s;
    margin: 0 auto 10px;
    overflow: hidden;
    margin-top: 7px;
}

.categorias-home-item .categorias-home-item .title-categorias-home,
.categorias-home-item .categorias-home-img img {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    width: 100%;
}

.categorias-home-item:hover img {
    transform: scale(1.1);
}

.categorias-home-item span.title-categorias-home {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.categorias-home-item a:hover span.title-categorias-home {
    color: var(--ast-global-color-3);
}

.categorias-home-item a:hover {
    color: initial;
}

@media(max-width: 992px) {
    #owl-categorias-home {
        transform: scale(1.1) translateX(5%);
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .categorias-home-item .categorias-home-img {
        width: 100% !important;
    }

    .categorias-home-wrapper {
        overflow: hidden;
    }

    #owl-categorias-home .owl-dots {
        display: none;
    }
}

@media(max-width: 768px) {
    .categorias-home-item span.title-categorias-home {
        font-size: 13px;
    }

}

/* fim Categorias Home */

/* newsletter */
.newsletter-wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.newsletter-wrapper .box-title h3 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.newsletter-wrapper .box-form {
    text-align: center;
}

.newsletter-wrapper .box-form #newsletter .input-group .form-control {
    margin-right: 10px;
    width: 250px;
    height: 50px;
}

#newsletter input::placeholder {
    font-size: 12px;
    font-weight: 600;
}

#newsletter button.btn {
    background-color: #222;
    border-color: #222;
    padding: 13px 50px;
    font-size: 14px;
    color: #FFF;
    height: 50px;
}

#newsletter button.btn:hover {
    background-color: var(--ast-global-color-0);
    border-color: var(--ast-global-color-0);
    color: var(--ast-global-color-5);
}

@media(max-width:992px) {
    .newsletter-wrapper .box-form #newsletter .input-group .form-control {
        margin: 0 0 15px 0;
    }

    .newsletter-wrapper .box-form #newsletter .input-group .form-control,
    #newsletter button.btn {
        width: 90%;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
        min-height: 50px;
    }
}

/* Fim newsletter */

.revenda-content .titulo-home {
    padding-bottom: 10px;
}

.revenda-content .elementor-button-link {
    line-height: 25px;
    height: 50px;
}

@media(min-width:992px) {
    .revenda-content .titulo-home h2 {
        text-align: left;
    }

    .revenda-content .titulo-home:after {
        left: 0;
    }

    .revenda-content .content-right {
        padding-right: 70px;
        padding-left: 70px;
    }
}

@media(max-width:992px) {
    .revenda-content .content-right {
        text-align: center;
    }

    .revenda-content .elementor-button-link {
        width: 100%;
    }

}

.woocommerce-js ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 0 !important;
}


/* Catalog home */

@media(min-width:992px) {
    .products.elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media(max-width:991px) {
    .products.elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:450px) {
    /* .woocommerce .products .inner-wrap .price.fswp_calc {
        min-height: 38px;
    } */
}

/* fim Catalog home */