body {
    font-family: "Roboto", "sans-serif";
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-transform: none;
}
.site-header__logo img {
    height: 70px;
}

.btn-info {
    background-color: #828282;
    border-color: #828282;
}

.btn-info:hover {
    background-color: #666666;
    border-color: #666666;
}

.site-header__cart i {
    color: #909090;
}

.site-header__cart i:hover {
    color: #5a5a5a;
}

.site-header__cart .indicator__value {
    background-color: #f02f2f;
    color: #fff;
}

.footer-contacts__text img {
    height: 60px;
}

.footer-contacts__title {
    text-align: left;
}

.footer-contacts__contacts li {
    text-align: left;
}

.footer-apps__title {
    text-align: left;
}
.title-checkout, .footer-links__title {
    text-align: left;
}

.footer-links__title {
    text-align: left;
}
.footer-links__list {
    text-align: left;
}

.footer-apps__text {
    text-align: left;
}

.nav-panel {
    background: #646464;
    color: #fff;
}

.block-brands__slider .owl-nav i, .block-products-carousel__slider .owl-nav i {
    color: #909090;
    font-size: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
    border-radius: 50%;
    background: #fff;
    height: 45px;
    width: 45px;
    opacity: 1;
    margin-inline-start: -4px;
    margin-inline-end: -4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.block-brands__slider .owl-nav i:hover, .block-products-carousel__slider .owl-nav i:hover {
    background: #828282;
    color: #fff;
}

.product-card__name {
    min-height: 70px;
}

.product-card__prices {
    min-height: 15px;
}

.block-products-carousel__cell .product-card__name {
    min-height: 60px;
}

.product-card__prices {
    margin-top: 0px;
}

.block-products-carousel[data-layout="grid-5"] .product-card .product-card__info {
    min-height: 115px;
}

.block-products-carousel[data-layout="grid-5"] .product-card .product-card__image {
    height: 255px;
}

@media (max-width: 991px) {
    .indicator__value {
        background: #f02f2f;
        color: #fff;
    }

}

.block-slideshow .owl-carousel .owl-dot {
    background: #0097dd;
}

.block-slideshow .owl-carousel .owl-dot.active {
    background: #f02f2f;
}

.topbar-app {
    background: #e1e1e1;
    color: #FFF;
    min-height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.topbar-app img {
    background: #FFF;
    padding: 7px;
    box-shadow: 1px 1px 3px #606061;
    -webkit-box-shadow: 1px 1px 3px #606061;
    -moz-box-shadow: 1px 1px 3px #606061;
    border-radius: 10px;
    height: 48px;
}

.topbar-app .btn {
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #606061;
    -webkit-box-shadow: 1px 1px 3px #606061;
    -moz-box-shadow: 1px 1px 3px #606061;
}

.footer-apps__text img {
    width: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-links__item-link {
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }

}

@media (min-width: 1200px) {
    .nav-links__item-link {
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-links__item-link:hover {

        font-weight: 100;

    }

}

@media (min-width: 1200px) {
    .nav-links__item-link:hover {

        font-weight: 100;

    }

}

.megamenu__links--level--1 > .megamenu__item > a {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    padding-right: 20px;
    color: #646464;
}

.megamenu__links--level--1 > .megamenu__item > a:hover {
    color: #646464;
}

.block-slideshow__body .owl-nav {
    top: 30%;
}

.block-slideshow__body .owl-nav i {
    color: #757575;
    font-size: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
    border-radius: 50%;
    background: #fff;
    height: 45px;
    width: 45px;
    opacity: 1;
    margin-inline-start: -4px;
    margin-inline-end: -4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.block-slideshow__body .owl-nav i:hover {
    background: #828282;
    color: #fff;
}

.nav-links__item:last-child .nav-links__item-link {
    background-color: #f02f2f;
}


.nav-links__item-body {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.megamenu {
    margin-left: 4px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px grey;
}

.megamenu__body {
    background: #fff;
}


.nav-links__item--has-submenu .nav-links__item-body {
    padding-right: 15px!important;
    padding-left: 15px!important;
}

.nav-links__item:hover {
    background: #646464;
}

.block-slideshow {
    margin-bottom: 0px;
    position: relative;
}

.container__banner-slideshow-plus .block-slideshow__slide-image--desktop--1 {
    padding-right: 10px;
}

.container__banner-slideshow-plus .block-slideshow__slide-image--desktop--2 {
    left: 10px;
}

.mt-4, .my-4 {
    margin-top: 0.1rem!important;
}

/*@media (min-width: 768px) and (max-width: 991px) {
 .container__banner-mosaico .block-banner__image--desktop--4 {
 height: 335px;
 }

 .container__banner-slideshow-plus .block-slideshow__slide-image--desktop--2 {
 height: 177px;
 }

 }

 @media (min-width: 992px) and (max-width: 1199px) {
 .container__banner-mosaico .block-banner__image--desktop--4 {
 height: 444px;
 }

 .container__banner-slideshow-plus .block-slideshow__slide-image--desktop--2 {
 height: 238px;
 }

 }

 @media (min-width: 1200px) {
 .container__banner-mosaico .block-banner__image--desktop--4 {
 height: 527px;
 }

 .container__banner-slideshow-plus .block-slideshow__slide-image--desktop--2 {
 height: 282px;
 }

 } Tirado por gilberto para testar tamanho do mosaico*/

[dir=ltr] .nav-panel__nav-links {
    margin-right: 0px;
    height: 46px;
}

.nav-links__list {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}


.nav-links__item-body .fa-chevron-down {
    display: none!important;
}

.product__description {
    display: none;
}


.body-produto .product__collection--img {
    margin-top: 0px;
    /*position: inherit;*/
}

.body-produto .product__collection--img {
    margin-left: 0px;
    margin-bottom: 5px;
}


.container__banners-carousel {
    margin-top: 45px;
}

.container__product-featured {
    margin-top: 45px;
}

.block-products__featured .product-card__name a {
    font-size: 22px;
    line-height: 30px;
}

.block-products__featured-item .product-card__image img {
    max-height: 400px!important;
}

.block-product-featured__container {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-product-featured__container .product__info {
    margin-left: -15px;
}

@media (max-width: 767px) {
    .block-product-featured__container .product__info {
        margin-left: 0px;
        position: inherit;
        text-align: -webkit-center;
    }

    .block-product-featured__container .product__name {
        margin-top: 10px;
    }

    .block-product-featured__container .product__actions {
        display: inline-flex;
    }

}

.product-featured__image {
    text-align: center;
}

.product-featured__image img {
    max-width: 100%;
}

.block-product-featured__container .product__name {
    color: inherit;
    font-weight: normal;
}

.block-header__group--active, .block-header__group--active:focus, .block-header__group--active:hover {
    cursor: default;
    -webkit-box-shadow: 0 0 0 0px #E20026 inset;
    box-shadow: 0 0 0 0px #E20026 inset;
    border-bottom: 3px #E20026 solid;
    color: #E20026;
}

.block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;

}

.block-header__group {
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.block-header__group:focus, .block-header__group:hover {
    -webkit-box-shadow: 0 0 0 0px #E20026 inset;
    box-shadow: 0 0 0 0px #E20026 inset;
    color: #E20026;
}

.block-header__link {
    position: absolute;
    left: initial;
    right: 0;
    transform: translateY(-120%);
    text-align: right;
}

.block-header__title {
    position: relative;
    left: 0;
    transform: translateY(-40%);
    text-align: left;
}

.block-header__divider {
    display: none !important;
}

.product-card.product-card-logged:hover {
    border: 1px solid;
    border-color: #646464;
    transform: scale(1.01);
}

.product-card.product-card-logged {
    border: 1px solid;
    background-color: white;
    border-color: #d1cfcf;
    border-radius: 15px;

}

@media (max-width: 576px) {
    .product-card.product-card-logged {
        margin: 6px!important;
    }
}

@media (max-width: 576px) {
    .product-card {
        margin: 6px!important;
    }
}

.product-card {
    margin: 10px;
    border: 1px solid;
    background-color: white;
    border-color: #d1cfcf;
    border-radius: 15px;
}

.product-card:hover {
    border: 1px solid;
    border-color: #646464;
    transform: scale(1.01);
}

.block-products-carousel[data-layout="grid-5"] .product-card .product-card__actions {
    padding: 15px 15px 15px;
    height: 285px;
}

.block-products-carousel[data-layout=grid-5] .product-card .product-card__buttons .btn {
    width: 100%;
    min-width: 150px;
    border-radius: 25px;
}

.btn-xs {
    font-size: 14px;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.products-list[data-layout=grid-4-sidebar] .product-card .product-card__buttons .btn {
    border-radius: 25px;
}

.product-card__badge {
    border-radius: 15px;
}

@media (max-width: 413px) {
    .products-list[data-layout=grid-4-sidebar] .products-list__item {
        width: 45%;
        margin: 6px;
    }
}

.site-footer__widgets img {
    display: block;
    margin: 0 auto;
}

.footer-apps__text a {
    display: inline-block;
    margin-right: 10px;
    /* Espaçamento entre os elementos */
}

.site-header__cart > .dropdown-menu-right[aria-labelledby="lists"].show {
    position: absolute !important;
    top: 0px;
    left: 0px !important;
    /*transform: translate3d(800px, 111px, 0px) !important;*/
    will-change: transform !important;
}

.dropdown-menu.show {
    position: fixed;
    z-index: 9999;
    /*transform: translate3d(-30px, -50px, 0px) !important; transform: translate3d(1px, -60px, 0px) !important;*/

}

.container.container__banners-carousel {
    padding-left: 15px !important;
}

.megamenu__links--level--1 > .megamenu__item > a {
    font-weight: 200;
}

.search__form {
    flex-direction: row-reverse !important;
}
.search__border {
    border-radius: 30px !important;
}
.search__button {
    color: #646464 !important;
    margin-left: 20px !important;
    width: fit-content !important;
    background-color: transparent;
}

.search__button i {
    color: inherit !important;
}

header .site-header .search__form {
    border-radius: 30px !important;
}

.btn-whatsapp {
    scale: 50%;
}


.block-products-carousel__column .dropdown-menu.show {
    position: fixed;
    z-index: 9999;
    /*transform: translate3d(-30px, -50px, 0px) !important; */
    transform: translate3d(-35px, -110px, 0px) !important;
    scale: 90%;
}


@media (max-width: 767px) {

    .block-products-carousel__column .dropdown-menu.show {
        position: fixed;
        z-index: 9999;
        /*transform: translate3d(-30px, -50px, 0px) !important; */
        transform: translate3d(-65px,-140px,0px)!important;
        scale: 75%;
    }

}

[dir=ltr] .block-products-carousel[data-layout=grid-5] .product-card .product-card__badges-list {
    left: 16px;
    right: 16px;
}

.product-card__badge {
    margin-bottom: 2px !important;
}

.products-view__layout-list .product-card {
    border: none;
}

.products-view__layout-list .product-card.product-card-logged:hover {
    border: none;
}

.products-view__layout-list .product-card.product-card-logged:focus {
    border: none;
}

.products-view__layout-list .product-card.product-card-logged:active {
    border: none;
}

.topbar-message {
    background: #646464;
    color: #fff;
    min-height: 40px;
    padding: 5px;
    font-size: 21px;
    width: 100%;
    z-index: 999;
}


/*@media (min-width: 1200px) {
    .site-newsletter {
        margin-right: 100px;
        margin-left: 100px;
    }

}

@media (min-width: 576px) {
    .site-newsletter {
        margin-right: 40px;
        margin-left: 40px;
    }

}

.site-newsletter {
    margin-right: 200px;
    margin-left: 200px;
}*/

.site-newsletter__input.form-control {
    display: none;
}

.search__button {
    margin-right: 20px;
}