.home-page .featured-home-banner {
  width: 100%;
  max-height: 550px;
  overflow: hidden;
  position: relative;
}
.home-page .featured-home-banner img {
  width: 100% !important;
  height: auto !important;
}
.home-page .featured-home-banner .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-page .featured-home-banner .slick-dots li {
  display: inline-block;
  opacity: 0.4;
}
.home-page .featured-home-banner .slick-dots li button {
  border-radius: 100%;
  margin: 10px;
  background: #fff;
  width: 8px;
  height: 8px;
  color: transparent;
  padding: 0;
}
.home-page .featured-home-banner .slick-dots li.slick-active {
  opacity: 1;
}
.home-page .featured-home-banner .slick-next,
.home-page .featured-home-banner .slick-prev {
  display: none !important;
}
.home-page .mini-banner-block {
  margin: 50px -15px;
  display: block;
  overflow: hidden;
}
.home-page .mini-banner-block img {
  width: 100% !important;
  height: auto !important;
}
.home-page .mini-banner-block .home-mini-banner {
  transition: 0.3s ease-in-out;
  display: block;
  border-radius: 10px;
  opacity: 0.8;
}
.home-page .mini-banner-block .home-mini-banner:hover {
  opacity: 1;
}
.home-page p.main-title {
  color: #000;
  font-family: 'Work Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.home-page ul.home-department {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.home-page ul.home-department .slick-list {
  width: 100%;
}
.home-page ul.home-department li {
  width: 16.6%;
  padding: 25px 0;
  border-right: 1px solid #f4f4f4;
  text-align: center;
}
.home-page ul.home-department li:hover img,
.home-page ul.home-department li:hover p.department-title {
  opacity: 1;
}
.home-page ul.home-department li:last-child {
  border-right: 0px;
}
.home-page ul.home-department li > a {
  text-decoration: none;
}
.home-page ul.home-department li img {
  margin: 0 auto 25px auto;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.home-page ul.home-department li p.department-title {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
  color: #005488;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .home-page .main-title {
    text-align: center;
  }
  .home-page .mini-banner-block {
    margin: 25px auto;
  }
  .home-page .mini-banner-block .slick-prev,
  .home-page .mini-banner-block .slick-next {
    display: none !important;
  }
  .home-page ul.home-department li p.department-title {
    font-size: 11px;
  }
}
/*********************************************************************
 *
 *
 * Edição Raul 17/04/2019
 *
 *
*********************************************************************/
.product-shelf-7w {
  margin: 25px auto 50px auto;
  position: relative;
  /*********************************************************************
   *
   *
   * list carousel
   *
   *
  *********************************************************************/
  /*********************************************************************
   *
   *
   * Botão de voltar
   *
   *
  *********************************************************************/
  /*********************************************************************
   *
   *
   * Botão de avançar
   *
   *
  *********************************************************************/
}
.product-shelf-7w > h2 {
  float: none;
}
.product-shelf-7w > ul .item {
  min-height: 486px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  margin: 10px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-shelf-7w > ul .dados-produto {
  outline: none;
  text-decoration: none;
}
.product-shelf-7w > ul h3.product-name {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}
.product-shelf-7w > ul .product-image-box > img {
  height: auto;
}
.product-shelf-7w > ul span.preco-base {
  color: #838383;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-shelf-7w > ul div.parcelamento {
  min-width: 10px;
  margin: 5px auto;
  min-height: 12px;
}
.product-shelf-7w > ul div.parcelamento span {
  color: #000;
  font-size: 14px;
}
.product-shelf-7w > ul div.parcelamento span.parcelas {
  font-weight: 700;
}
.product-shelf-7w > ul div.buy-button-normal a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border-radius: 5px;
  background-color: #005488;
  text-decoration: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: 'Open Sans';
  outline: none;
}
.product-shelf-7w > ul span.preco-desconto {
  color: #F99400;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}
.product-shelf-7w > ul span.preco-desconto span {
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
}
.product-shelf-7w > ul span.produto-esgotado {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #F99400;
  position: relative;
  top: 15px;
}
.product-shelf-7w > ul p.payment-cart {
  font-size: 14px;
  color: #000;
}
.product-shelf-7w > ul .product-button-link {
  margin-top: 10px;
  outline: none;
  display: block;
  width: auto;
  cursor: pointer;
}
.product-shelf-7w > ul .buy-prod-btn {
  width: 100%;
  border-radius: 5px;
  background: #005488;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 0;
  margin-top: 10px;
  border: 0;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.product-shelf-7w > ul .buy-prod-btn:hover {
  background: #0073bb;
}
.product-shelf-7w > ul .buy-prod-btn i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.product-shelf-7w .item-sem-estoque .email-prod-btn {
  width: 100%;
  border-radius: 5px;
  background: #005488;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 0;
  margin-top: 10px;
  border: 0;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.product-shelf-7w .item-sem-estoque .email-prod-btn:hover {
  background: #0073bb;
}
.product-shelf-7w .item-sem-estoque .email-prod-btn i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.product-shelf-7w .slick-list .slick-track {
  margin: 0;
}
.product-shelf-7w .slick-list .slick-track ul.slick-slide {
  /*********************************************************************
         *
         *
         * item
         *
         *
        *********************************************************************/
}
.product-shelf-7w .slick-list .slick-track ul.slick-slide .item {
  /* min-width: 293px;
          min-height: 486px; */
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  margin: 10px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-shelf-7w .slick-prev {
  position: absolute;
  top: 50%;
  left: -70px;
  z-index: 999;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.product-shelf-7w .slick-prev:focus {
  outline: none;
  box-shadow: 0 0 0;
}
.product-shelf-7w .slick-prev:hover::after {
  background: #ffaa2d;
}
.product-shelf-7w .slick-prev::after {
  transition: 0.3s ease-in-out;
  content: '❮';
  color: #fff;
  font-size: 24px;
  width: 45px;
  height: 45px;
  display: block;
  background: #F99400;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
}
.product-shelf-7w .slick-next {
  position: absolute;
  top: 50%;
  right: -70px;
  z-index: 999;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.product-shelf-7w .slick-next:focus {
  outline: none;
  box-shadow: 0 0 0;
}
.product-shelf-7w .slick-next:hover::after {
  background: #ffaa2d;
}
.product-shelf-7w .slick-next:hover::after {
  background: #ffaa2d;
}
.product-shelf-7w .slick-next::after {
  transition: 0.3s ease-in-out;
  content: '❯';
  color: #fff;
  font-size: 24px;
  width: 45px;
  height: 45px;
  display: block;
  background: #F99400;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .product-shelf-7w {
    width: 80%;
  }
  .product-shelf-7w .slick-prev {
    left: -25px;
  }
  .product-shelf-7w .slick-next {
    right: -25px;
  }
}
