body{
  background-color: #031F41 !important;
}

.btn-blue3 {
  background-color: white;
  border-color: rgb(0, 146, 255) !important;
  color: rgb(0, 146, 255);
  border: 2px solid;
}
/* OWL PAGINATION ARROW */

.owl-theme .owl-controls .owl-page span {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}

#productShowCase .owl-controls {
  margin-top: 0;
}

.image-show-case-wrapper .owl-pagination {
  margin-top: -40px !important;
  position: relative;
  text-align: center;
  z-index: 50;
  margin-bottom: 40px;
}

.owl-theme .owl-controls .owl-has-nav {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  height: 22px;
  position: relative;
  width: 12px;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 1;
}

.owl-has-nav:hover {
  opacity: .5;
}

.owl-has-nav i {
  position: absolute;
  top: 0;
}

.owl-has-nav.owl-next i {
  right: 0;
}

.owl-has-nav.owl-prev i {
  left: 0;
}

.slider-hero-wrapper {
  height: 100%;
  /* Specify Swiper's Size: */
}

.slider-hero-wrapper .swiper-container,
.slider-hero-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-hero-wrapper .slider-caption {
  max-width: 560px;
  color: #fff;
}

.slider-hero-wrapper .container {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease 0.45s;
  -moz-transition: opacity 0.25s ease 0.45s;
  -o-transition: opacity 0.25s ease 0.45s;
  -ms-transition: opacity 0.25s ease 0.45s;
  transition: opacity 0.25s ease 0.45s;
}

.slider-hero-wrapper .swiper-slide-active .container {
  opacity: 1;
}

.slider-hero-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slider-hero {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.slider-hero .arrow-left {
  background: url(<?php echo TEMA_URI.'_css/plugins/carousel/image/arrows.png' ?>) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 999;
}

.slider-hero .arrow-right {
  background: url(<?php echo TEMA_URI.'_css/plugins/carousel/image/arrows.png' ?>) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 999;
}

@media only screen and (max-width: 767px) {

  .slider-hero .arrow-left,
  .slider-hero .arrow-right {
    display: none;
  }
}

.slider-hero .slider-hero-content {
  cursor: move;
}

.slider-hero .slider-hero-content.has-overly-shade>.hw100 {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
}

.slider-hero .container {
  position: relative;
  z-index: 2;
}

.slider-hero .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 700;
}

.slider-hero .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.slider-hero .swiper-active-switch {
  background: #fff;
}

.slider-hero .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
}

.slider-hero .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.slider-hero-caption {
  max-width: 40% position: relative;
}

.slider-hero-caption.max-60 {
  max-width: 60%;
}

.slider-hero-caption .slide-caption-subtitle {
  font-family: oswald, sans-serif;
  font-weight: normal;
}

.slider-hero-caption .slide-caption-subtitle.top {
  font-size: 22px;
  letter-spacing: 4px;
}

.slider-hero-caption .slide-caption-subtitle.bottom {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: lighter;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .slider-hero-caption .slide-caption-subtitle.bottom {
    margin-bottom: 0;
  }
}

.slider-hero-caption .slide-caption-title {
  color: #fff;
  letter-spacing: -0.5px;
  font-size: 56px;
  line-height: 50px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
  -webkit-transition: font 0.5s ease 0s 1s linear 0s;
  -moz-transition: font 0.5s ease 0s 1s linear 0s;
  -o-transition: font 0.5s ease 0s 1s linear 0s;
  -ms-transition: font 0.5s ease 0s 1s linear 0s;
  transition: font 0.5s ease 0s 1s linear 0s;
}

.slider-hero-caption .slide-caption-title span {
  font-weight: lighter;
}

.slider-hero-caption .slide-caption-title.sale {
  font-size: 78px;
  line-height: 78px;
}

@media only screen and (max-width: 767px) {
  .slider-hero-caption .slide-caption-title.sale {
    font-size: 39px;
    line-height: 39px;
  }
}

.slider-hero-caption .slide-caption-title.slide-caption-title-2 {
  font-family: oswald, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slider-hero-caption h3.slide-caption-title-3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.slider-hero-caption h3.slide-caption-title-3 a:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .slider-hero-caption h3.slide-caption-title-3 {
    font-size: 20px;
  }
}

.slider-hero-caption p {
  color: #efefef;
  font-size: 16px;
  letter-spacing: 0.7px;
  padding-bottom: 20px;
  -webkit-transition: font 0.5s ease 0s 1s linear 0s;
  -moz-transition: font 0.5s ease 0s 1s linear 0s;
  -o-transition: font 0.5s ease 0s 1s linear 0s;
  -ms-transition: font 0.5s ease 0s 1s linear 0s;
  transition: font 0.5s ease 0s 1s linear 0s;
}

.slider-hero-caption .btn-default {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  border-width: 1px;
  color: #fff;
  font-family: Oswald;
  font-size: 12px;
  font-weight: lighter;
  letter-spacing: 1px;
  padding: 15px 30px;
  text-transform: uppercase;
}

.slider-hero-caption .btn {
  font-size: 13px;
}

.slider-hero-caption.has-dark-bg *,
.slider-hero-caption.has-dark-bg h1,
.slider-hero-caption.has-dark-bg h2,
.slider-hero-caption.has-dark-bg h3,
.slider-hero-caption.has-dark-bg h4,
.slider-hero-caption.has-dark-bg h5,
.slider-hero-caption.has-dark-bg p {
  color: white;
}

.slider-hero-caption.has-light-bg *,
.slider-hero-caption.has-light-bg h1,
.slider-hero-caption.has-light-bg h2,
.slider-hero-caption.has-light-bg h3,
.slider-hero-caption.has-light-bg h5,
.slider-hero-caption.has-light-bg h5,
.slider-hero-caption.has-light-bg p {
  color: #3a3a3a;
}
/* ============================================================================
   Barra "Exibindo X de Y produtos" + ordenação/visualização (.productFilter)
   Mobile: duas linhas limpas — contagem em cima; toggles + select embaixo.
   (Mesmo bloco do pesquisas-novo.css; manter os dois em sincronia.)
   ============================================================================ */
@media only screen and (max-width: 767px) {
  /* o gray-look.css (importado por todos os style-NN) impõe
     `padding:10px 15px 0 !important` — bottom ZERO, que colava os controles na
     borda do card. Sobrescreve só o bottom (mesma especificidade + !important +
     carregado depois = vence); topo/laterais do card ficam como estão. */
  .productFilter { display: block; padding-bottom: 14px !important; margin: 12px 0 16px; }
  .productFilter #produtos_texto {
    float: none; width: 100%; margin: 0 0 8px;
    font-size: 12px; color: #8a8f99; text-align: left;
  }
  .productFilter #produtos_texto strong { font-weight: 600; color: #6b7180; }
  .productFilter > .pull-right {
    float: none !important; width: 100%;
    display: flex; align-items: center;
  }
  .productFilter .change-view { float: none !important; order: 1; display: flex; margin: 0 8px 0 0; }
  .productFilter .change-view a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; margin: 0 6px 0 0; padding: 0;
    border: 1px solid #e3e6ea; border-radius: 8px; background: #fff;
    color: #9aa0ab; font-size: 15px; line-height: 1; overflow: visible;
  }
  .productFilter .change-view a:last-child { margin-right: 0; }
  .productFilter .change-order { float: none !important; order: 2; flex: 1 1 auto; min-width: 0; margin: 0; }
  /* select com visual próprio (appearance none + chevron SVG embutido): não
     depende do estilo por loja. A lista aberta é o picker nativo do navegador/SO
     — padrão correto no mobile; só o estado fechado é estilizável. */
  .productFilter .change-order select {
    width: 100%; max-width: none; height: 36px;
    border: 1px solid #e3e6ea !important; border-radius: 8px !important;
    padding: 4px 32px 4px 12px; font-size: 13px; color: #3a3f49; box-shadow: none;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b7180' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px 8px !important;
  }
  .productFilter .change-order select:focus { border-color: #b9c0c9 !important; outline: 0; }
}
