.block-header__divider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #0447a8;
}

.product-card__name {
  min-height: 100px;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
}

body {
  font-family: "Montserrat", "sans-serif";
  background: #fcfcfc;
}

.product-card__image:hover {
  transform: scale(1.08);
}

.product-card.product-card-logged:hover {
  border: 1px solid;
  border-color: #0447a8;
  transform: scale(1.01);
}

.product-card.product-card-logged {
  border: 1px solid;
  background-color: white;
  border-color: #d1cfcf;
  border-radius: 4px;
}

.product-card__rating-legend {
  font-size: 13px;
  line-height: 1;
  padding-top: 1px;
  z-index: 0;
  font-family: ui-sans-serif;
}

.product-card__prices {
  margin-top: 10px;
  line-height: 1;
  font-weight: 700;
  min-height: 60px;
  position: relative;
  font-size: 19px;
  color: #f53535;
}

.product-card__old-price {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #747474;
  text-decoration: line-through;
}

.block-products-carousel[data-layout="grid-5"]
  .product-card
  .product-card__buttons
  .btn {
  width: 100%;
  min-width: 150px;
  border-radius: 4px;
  font-size: 12px;
}
/* Fim */
.loading__spinner {
  color: #d0021b;
}

.site-header__logo img {
  height: 70px;
}

.site-header__cart i {
  color: #165cc3;
}

.site-header__cart i:hover {
  color: #165cc3;
}

.site-header_cart .indicator_value {
  background-color: #d0021b;
  color: #fff;
}

.indicator__value {
  background-color: #d0021b;
  color: #fff;
}

.footer-contacts__text img {
  height: 70px;
}

.nav-panel {
  background: #0447a8;
  color: #fff;
}

.site-newsletter {
  background: #0447a8;
  color: #ffffff;
}

.block-brands__slider .owl-nav i,
.block-products-carousel__slider .owl-nav i {
  color: #0447a8;
}

.top-button {
  color: #d0021b;
}

.site-header__phone-title {
  color: #0447a8;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .indicator__value {
    background: #d0021b;
    color: #fff;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-links__item-link {
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
  }
  .nav-links__item {
    margin-left: -8px;
  }
}

@media (min-width: 1200px) {
  .nav-links__item-link {
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
  }
  .nav-links__item {
    margin-left: -5px;
  }
}

.product-tabs__title,
.block-header__title {
  color: #0447a8;
  font-size: 25px;
}

.page-header__title h1 {
  color: #0447a8;
}

.page-header__back i {
  color: #d0021b;
}

.block-slideshow .owl-carousel .owl-dot {
  background: #0447a8;
}

.block-slideshow .owl-carousel .owl-dot.active {
  background: #d0021b;
}

.megamenu_links--level--1 > .megamenu_item > a {
  font-size: 13px;
  white-space: nowrap;
  padding-right: 20px;
  color: #ffffff;
}

.megamenu_links--level--1 > .megamenu_item > a:hover {
  color: #ffffff;
}

.megamenu_links--level--1 > .megamenu_item > a:active {
  color: #ffffff;
}

.block-products-carousel_cell .product-card_name {
  min-height: 80px;
}

.block-products-carousel[data-layout="grid-5"]
  .product-card
  .product-card__info {
  height: 110px;
}

.block-header__arrow {
  background: transparent;
  color: #0447a8;
}

.block-header__arrow:hover {
  background: #f7f7f7;
  color: #0447a8;
}

.block-header__arrow:active {
  background: transparent;
  color: #0447a8;
}

.block-header__arrow:focus {
  background: #f7f7f7;
  color: #0447a8;
}

.filter__arrow {
  color: #0447a8;
}

.product-card .product-card__info {
  margin-bottom: 10px;
}

.product__fidelity--img img {
  height: 60px;
  margin-bottom: 10px;
}

.product-card__fidelity--img img {
  height: 45px;
}

.product__fidelity--title {
  font-size: 16px;
  font-weight: 400;
}

.product__fidelity--price {
  font-size: 22px;
  color: #c9262e;
}

.product-card__fidelity--title {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}

.product-card__fidelity--price {
  color: #c9262e;
}

.product-card__fidelity--img img {
  width: auto !important;
}

.site-header__seal img {
  margin-left: 20px;
  height: 70px;
}

.product-card__info {
  flex-grow: 0;
}

.filter-categories__item--child {
  font-size: 13px;
}

.block-brands__slider .owl-carousel .owl-item img {
  width: auto;
}

.product-card__image img {
  max-height: 200px;
}

.btn-success {
  border-color: #0447a8;
  background: #0447a8;
  color: #fff;
}

.site-footer {
  background: #0447a8;
  color: #fff;
}

.footer-contacts__icon {
  color: #fff;
}

.document__content strong {
  color: #0447a8;
}

.product-card {
  margin: 10px;
}

.footer-newsletter__form-button {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.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;
}

.site-newsletter__title {
  font-size: 18px;
}

.megamenu__body {
  background: #0447a8;
}

.site-newsletter .btn-success {
  border-color: #28a745;
  background: #28a745;
}

.nav-links_item:last-child .nav-links_item-link {
  background-color: #fee900;
  color: #0447a8;
}

.nav-links_item--has-submenu .nav-links_item-body {
  padding-right: 15px !important;
}


 .nav-links__item:last-child .nav-links__item-link {
 background-color: #FFBF00;
 }

@media (min-width: 992px) and (max-width: 1199px) {
  [dir=ltr] .nav-links__item--has-submenu .nav-links__item-body {
      padding-left: 10px;
      padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  [dir=ltr] .nav-links__item--has-submenu .nav-links__item-body {
      padding-right: 15px;
  }
}

.site-header__menu {
  margin-bottom: 8px;
}

.nav-panel__row .fa-chevron-down {
  display: none;
}

.title-checkout {
  color: #0447a8;
}

.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;
}

@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;
  }
}

.block-slideshow .owl-carousel .owl-dots {
  bottom: 10px;
}

.site-header__cart {
  margin-top: 25px;
}

.indicator__area {
  color: #165cc3;
}

.mobile-header__menu-button {
  color: #165cc3;
}

.megamenu__links--level--1>.megamenu__item>a {
    color: #fff;
}

.product-card__prices-condition{
    font-size: 14px;
    color: #1c1c1c;
}

.body-index .input-number{
    display: none;
}

 [dir=ltr] .nav-panel__nav-links {
 margin-right: 0px;
 height: 46px;
 }

 .nav-links__list {
 top: 50%;
 left: 50%;
 transform: translate(-50% , -50%);
 position: absolute;
 }
 
 /* Ajsute solicitado via ticket (11122) - Marcos Ramos */
.product-card__name {
    color: rgb(74, 74, 74);
    text-align: center;
    font-size: 17px;
    font-family: Chivo;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    padding-left:3px;
    padding-right:3px;
}
 /* Ajsute solicitado via ticket (11122) */