/** settings */
body {
    font-family: "Montserrat", sans-serif; }
  
  .hidden-title {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px); }
  
  /** tools */
  /**
   * https://github.com/pierreburel/sass-rem
   */
  /**
   * Font Weight
   */
  @-webkit-keyframes switcher {
    from {
      left: 0; }
    to {
      left: 100%; } }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-filter: opacity(1);
      filter: opacity(1); }
    50% {
      -webkit-filter: opacity(0.5);
      filter: opacity(0.5); }
    100% {
      -webkit-filter: opacity(1);
      filter: opacity(1); } }
  
  @keyframes pulse {
    0% {
      -webkit-filter: opacity(1);
      filter: opacity(1); }
    50% {
      -webkit-filter: opacity(0.5);
      filter: opacity(0.5); }
    100% {
      -webkit-filter: opacity(1);
      filter: opacity(1); } }
  
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0% 50%; }
    50% {
      background-position: 100% 50%; }
    100% {
      background-position: 0% 50%; } }
  
  @keyframes Gradient {
    0% {
      background-position: 0% 50%; }
    50% {
      background-position: 100% 50%; }
    100% {
      background-position: 0% 50%; } }
  
  .e-main-simulators__center {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 77px;
    margin-bottom: 4.8125rem;
    position: relative; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .e-main-simulators__center {
        width: 90%; } }
    .e-main-simulators__center .e-heading {
      margin-bottom: 35px; }
      .e-main-simulators__center .e-heading__title {
        text-align: center; }
        .e-main-simulators__center .e-heading__title strong {
          display: initial; }
    .e-main-simulators__center:after {
      content: "";
      background: url(/arquivos/enfeiteleft2.png) no-repeat left center;
      display: inline-block;
      position: absolute;
      -webkit-background-size: 50% 50%;
      background-size: 60%;
      width: 50%;
      height: 100%;
      z-index: -1;
      left: -180px;
      top: -1%; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-main-simulators__center:after {
          display: none; } }
    .e-main-simulators__center:before {
      content: "";
      background: url(/arquivos/enfeiteright2.png) no-repeat right center;
      display: inline-block;
      position: absolute;
      width: 404px;
      height: 100%;
      z-index: -1;
      right: -280px;
      top: 12.5%;
      -webkit-background-size: contain;
      background-size: contain; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-main-simulators__center:before {
          display: none; } }
  
  .e-main-simulators__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .e-main-simulators__list--item {
      width: 28%;
      margin: 0 2.5%; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-main-simulators__list--item {
          width: 100%;
          margin: 0 0 30px; } }
      .e-main-simulators__list--item:first-of-type img {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        bottom: -5px; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .e-main-simulators__list--item:first-of-type img {
            position: absolute;
            left: 21%;
            -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
            transform: translate(-50%);
            bottom: -15px;
            width: 130px;
            height: auto; } }
      .e-main-simulators__list--item:nth-child(2) img {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        bottom: -40px; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .e-main-simulators__list--item:nth-child(2) img {
            position: absolute;
            right: 2%;
            width: 130px;
            top: -20px;
            height: auto;
            left: auto;
            bottom: auto;
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0); } }
      .e-main-simulators__list--item:nth-child(2) .e-main-simulators__list--item_header {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .e-main-simulators__list--item:nth-child(2) .e-main-simulators__list--item_image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .e-main-simulators__list--item:nth-child(2) h3 {
        font-weight: 700; }
      .e-main-simulators__list--item:last-of-type img {
        position: relative;
        left: 60%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        bottom: -65px; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .e-main-simulators__list--item:last-of-type img {
            position: relative;
            left: 50%;
            -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
            transform: translate(-50%);
            bottom: 10px;
            width: 290px; } }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-main-simulators__list--item:last-of-type .e-main-simulators__list--item_header {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .e-main-simulators__list--item:last-of-type .e-main-simulators__list--item_header span {
            margin-right: 10px; } }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-main-simulators__list--item:last-of-type .e-main-simulators__list--item_image {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          width: 100%;
          height: 30px; } }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-main-simulators__list--item-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          position: relative; } }
      .e-main-simulators__list--item-content:hover:before {
        height: 5px;
        background: #00a4e3; }
      .e-main-simulators__list--item-content:before {
        content: "";
        height: 5px;
        display: block;
        width: 100%; }
      .e-main-simulators__list--item_header {
        text-align: center;
        text-align: center;
        width: 100%;
        padding: 30px 15%;
        background: #F2F2F2; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .e-main-simulators__list--item_header {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            width: 65%;
            padding: 30px 0; } }
        .e-main-simulators__list--item_header span {
          font-size: 12px;
          color: #6F6F6F;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 600; }
        .e-main-simulators__list--item_header h3 {
          font-size: 20px;
          color: #4B4B4B;
          font-weight: 600; }
          @media only screen and (min-width: 100px) and (max-width: 767px) {
            .e-main-simulators__list--item_header h3 {
              font-size: 18px;
              font-weight: 500; } }
        .e-main-simulators__list--item_header p {
          font-size: 15px;
          color: #6F6F6F;
          font-weight: 400;
          margin-top: 20px; }
          @media only screen and (min-width: 100px) and (max-width: 767px) {
            .e-main-simulators__list--item_header p {
              display: none; } }
      .e-main-simulators__list--item_image {
        background: #F2F2F2;
        background: #F2F2F2;
        height: 160px; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .e-main-simulators__list--item_image {
            width: 35%;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            height: auto; } }
  
  body.outlet .e-banner-main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
   
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    body.outlet .e-banner-main__breadcrumb {
      padding: 16px; } }
  
  @media only screen and (min-width: 1081px) and (max-width: 5000px) {
    body.outlet .e-banner-main__breadcrumb {
      padding: 16px 64px; } }
  
  body.outlet .e-banner-main__breadcrumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    body.outlet .e-banner-main__breadcrumb ul li a {
      color: rgba(0, 0, 0, 0.4);
      font-size: 9px; }
    body.outlet .e-banner-main__breadcrumb ul li:first-of-type a {
      font-size: 0;
      text-transform: uppercase; }
      body.outlet .e-banner-main__breadcrumb ul li:first-of-type a:after {
        content: 'Home';
        font-size: 9px; }
    body.outlet .e-banner-main__breadcrumb ul li:first-of-type:after {
      content: '';
      background: url(/arquivos/rightbottom.png);
      width: 11px;
      height: 6px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-background-size: 5px 5px;
      background-size: 5px;
      background-repeat: no-repeat;
      background-position: center;
      margin: 0 5px;
      display: inline-block; }
    body.outlet .e-banner-main__breadcrumb ul li:last-of-type {
      font-weight: 700; }
  
  body.outlet .js-categorys {
    display: none; }
  
  body.outlet .js-categoryname {
    display: none; }
  
  body.busca-vazia .e-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(/arquivos/bannerenfeite.png) no-repeat top left;
    -webkit-background-size: 9% 9%;
    background-size: 9%; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      body.busca-vazia .e-info {
        background: none;
        padding: 2rem 1rem; } }
    body.busca-vazia .e-info__box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 2rem 0;
      width: 100%;
      max-width: 700px;
      background: #f5f5f5; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        body.busca-vazia .e-info__box {
          padding: 2rem; } }
      body.busca-vazia .e-info__box--text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        body.busca-vazia .e-info__box--text--line {
          font-size: 19px;
          color: #7d7d7d;
          font-weight: 700; }
          @media only screen and (min-width: 100px) and (max-width: 767px) {
            body.busca-vazia .e-info__box--text--line {
              text-align: center;
              font-size: 16px; } }
          body.busca-vazia .e-info__box--text--line span {
            color: #818181;
            font-weight: 400; }
            body.busca-vazia .e-info__box--text--line span span {
              font-style: oblique; }
      body.busca-vazia .e-info__box p {
        font-size: 15px;
        color: #666666;
        letter-spacing: 0.02em; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          body.busca-vazia .e-info__box p {
            text-align: center;
            font-size: 12px; } }
    body.busca-vazia .e-info:after {
      content: "";
      background: url(/arquivos/paternbuscavaziatop.png) no-repeat right top;
      display: inline-block;
      position: absolute;
      -webkit-background-size: 70% 70%;
      background-size: 70%;
      width: 50%;
      height: 100%;
      z-index: -1;
      right: -30px;
      top: 180px; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        body.busca-vazia .e-info:after {
          display: none; } }
  
  body.busca-vazia .e-departaments {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      body.busca-vazia .e-departaments {
        background: none; } }
    body.busca-vazia .e-departaments__center {
      width: 80%;
      max-width: 1205px;
      margin-top: 70px;
      margin-top: 4.375rem;
      margin-bottom: 77px;
      margin-bottom: 4.8125rem;
      position: relative; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        body.busca-vazia .e-departaments__center {
          width: 100%; }
          body.busca-vazia .e-departaments__center .e-heading {
            width: 90%;
            margin: auto;
            margin-bottom: 20px; } }
    body.busca-vazia .e-departaments__contents {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.busca-vazia .e-departaments__contents .slick-next {
        font-size: 0;
        background: url(/arquivos/rightblueleft.png);
        width: 11px;
        height: 23px;
        position: absolute;
        bottom: 50%;
        right: -3%; }
      body.busca-vazia .e-departaments__contents .slick-prev {
        font-size: 0;
        background: url(/arquivos/rightblueleft.png);
        width: 11px;
        height: 23px;
        position: absolute;
        bottom: 50%;
        left: -3%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      body.busca-vazia .e-departaments__contents .slick-dots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        bottom: -40px; }
        body.busca-vazia .e-departaments__contents .slick-dots li {
          margin: 0 4px; }
          body.busca-vazia .e-departaments__contents .slick-dots li.slick-active button {
            background: #acacac; }
          body.busca-vazia .e-departaments__contents .slick-dots li button {
            -webkit-border-radius: 100%;
            border-radius: 100%;
            font-size: 0;
            border: 1px solid #acacac;
            width: 10px;
            height: 10px; }
      body.busca-vazia .e-departaments__contents .box-banner {
        margin-right: 15px;
        margin-right: 0.9375rem;
        margin-bottom: 1rem;
        padding: 5px;
        padding: 0.3125rem;
        border: 1px solid #d4d4d4;
        width: 100%; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          body.busca-vazia .e-departaments__contents .box-banner {
            margin: 0 7.5px; } }
        body.busca-vazia .e-departaments__contents .box-banner.slick-slide {
          opacity: 1;
          visibility: visible; }
        body.busca-vazia .e-departaments__contents .box-banner a {
          overflow: hidden;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          display: block;
          width: 100%; }
          body.busca-vazia .e-departaments__contents .box-banner a img {
            width: 100%;
            display: block;
            height: auto;
            -webkit-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s; }
            body.busca-vazia .e-departaments__contents .box-banner a img:hover {
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              transform: scale(1.1); }
        body.busca-vazia .e-departaments__contents .box-banner h3 {
          display: block;
          color: #8a8a8a;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 500;
          margin-top: 10px;
          text-transform: uppercase;
          text-align: center; }
  
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    body.busca-vazia .e-shelf {
      padding: 0 0 8rem 0; }
      body.busca-vazia .e-shelf .e-heading__title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        body.busca-vazia .e-shelf .e-heading__title strong {
          margin: 0 0 0 4px; } }
  
  body.busca-vazia .e-shelf .slick-next {
    font-size: 0;
    background: url(/arquivos/rightblueleft.png);
    width: 11px;
    height: 23px;
    position: absolute;
    bottom: 70%;
    right: -5%; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      body.busca-vazia .e-shelf .slick-next {
        right: 7px; } }
  
  body.busca-vazia .slick-next {
    font-size: 0;
    background: url(/arquivos/rightblueleft.png);
    width: 11px;
    height: 23px;
    position: absolute;
    bottom: 70%;
    right: -5%; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      body.busca-vazia .slick-next {
        right: 7px; } }
  
  body.busca-vazia .slick-prev {
    font-size: 0;
    background: url(/arquivos/rightblueleft.png);
    width: 11px;
    height: 23px;
    position: absolute;
    bottom: 70%;
    left: -5%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      body.busca-vazia .slick-prev {
        left: 7px; } }
  
  body.busca-vazia .slick-slider {
    float: left;
    width: 100%; }
  
  body.busca-vazia .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -40px; }
    body.busca-vazia .slick-dots li {
      margin: 0 4px !important; }
      body.busca-vazia .slick-dots li.slick-active button {
        background: #acacac; }
      body.busca-vazia .slick-dots li button {
        -webkit-border-radius: 100%;
        border-radius: 100%;
        font-size: 0;
        border: 1px solid #acacac;
        width: 10px;
        height: 10px; }
  
  body.busca-vazia .e-featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8rem 0 4rem;
    position: relative; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      body.busca-vazia .e-featured {
        display: none; } }
    body.busca-vazia .e-featured:after {
      content: "";
      background: url(/arquivos/patternbuscavaziabottom.png) no-repeat left bottom;
      display: inline-block;
      position: absolute;
      -webkit-background-size: 42% 42%;
      background-size: 42%;
      width: 50%;
      height: 100%;
      z-index: -1;
      bottom: 150px;
      left: 0; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        body.busca-vazia .e-featured:after {
          display: none; } }
    body.busca-vazia .e-featured__center {
      max-width: 1205px;
      width: 100%;
      margin: auto;
      padding: 0 16px;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    body.busca-vazia .e-featured__contents {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    body.busca-vazia .e-featured__box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      body.busca-vazia .e-featured__box .box-banner img {
        width: 100%;
        height: auto;
        padding: 1rem;
        display: block; }
  
  body:not(.resultado-busca) .js-categorys {
    display: block;
    display: none !important;
    width: 260px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    color: #666666;
    font-size: 13px;
    margin-top: 15px;
    border: 1px solid #c9c9c9;
    background: url("/arquivos/rightbottom.png") no-repeat center right 5%;
    background-color: #ebebeb;
    margin-bottom: 25px; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      body:not(.resultado-busca) .js-categorys {
        width: 35%;
        background: #00a4e3;
        color: #fff;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-left: 0;
        text-align: center;
        margin-top: 24px;
        display: none !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0; }
        body:not(.resultado-busca) .js-categorys:after {
          content: "Filtrar";
          font-size: 13px;
          text-transform: uppercase;
          text-transform: uppercase;
          letter-spacing: 1px; } }
  
  body:not(.resultado-busca) .e-category-middle__filters--content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      body:not(.resultado-busca) .e-category-middle__filters--content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  
  body:not(.resultado-busca) .e-category-middle__filters--orderby {
    position: absolute;
    left: unset;
    right: 33px;
    top: 0;
    background: #fff;
    z-index: 2;
    margin-top: 0; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      body:not(.resultado-busca) .e-category-middle__filters--orderby {
        left: 0;
        top: 0;
        position: relative; }
        body:not(.resultado-busca) .e-category-middle__filters--orderby .js--orderby-open {
          margin: 10px 0 0 0; } }
  
  body.categoria .e-category-middle__filters--orderby .js--orderby-open {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    body.categoria .js-categorys {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  
  @media only screen and (min-width: 1081px) and (max-width: 5000px) {
    body.categoria .js-categorys {
      display: none !important; } }
  
  .e-banner-main__container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .e-banner-main__container {
        min-height: 160px; } }
  
  .e-banner-main__banner {
    width: 100%;
    height: auto; }
    .e-banner-main__banner.is--mobile {
      display: none; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-banner-main__banner.is--mobile {
          display: block; } }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .e-banner-main__banner.is--desk {
        display: none; } }
    .e-banner-main__banner .box-banner a img {
      width: 100%;
      height: auto; }
  
  .e-category-top__contents {
    max-width: 1205px;
    width: 100%;
    margin: auto;
    padding: 0 16px;
    margin: 30px auto;
    position: relative; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .e-category-top__contents {
        padding: 0;
        margin-bottom: 100px; } }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .e-category-top__contents .e-heading {
        padding: 0 16px; } }
    .e-category-top__contents .slick-next {
      font-size: 0;
      background: url(/arquivos/rightblueleft.png);
      width: 11px;
      height: 23px;
      position: absolute;
      bottom: 50%;
      right: -2.5%; }
    .e-category-top__contents .slick-prev {
      font-size: 0;
      background: url(/arquivos/rightblueleft.png);
      width: 11px;
      height: 23px;
      position: absolute;
      bottom: 50%;
      left: -3%;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .e-category-top__contents .slick-dots {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      bottom: -40px; }
      .e-category-top__contents .slick-dots li {
        margin: 0 4px; }
        .e-category-top__contents .slick-dots li.slick-active button {
          background: #acacac; }
        .e-category-top__contents .slick-dots li button {
          -webkit-border-radius: 100%;
          border-radius: 100%;
          font-size: 0;
          border: 1px solid #acacac;
          width: 10px;
          height: 10px; }
    .e-category-top__contents .box-banner {
      margin-right: 15px;
      margin-right: 0.9375rem;
      padding: 5px;
      padding: 0.3125rem;
      border: 1px solid #d4d4d4;
      max-width: 279px; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-category-top__contents .box-banner {
          margin: 0 7.5px; } }
      .e-category-top__contents .box-banner.slick-slide {
        opacity: 1;
        visibility: visible; 
        min-height: 135px;
      }
      .e-category-top__contents .box-banner a {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: block;
        width: 100%; 
        height: 90px;
        cursor: pointer;
      }
        .e-category-top__contents .box-banner a img {
          width: auto;
          display: block;
          height: 100%;
          -webkit-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; 
  
        }
          .e-category-top__contents .box-banner a img:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
      .e-category-top__contents .box-banner h3 {
        display: block;
        color: #8a8a8a;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        margin-top: 10px;
        text-transform: uppercase;
        text-align: center; }
  
  .e-category-middle__center {
    max-width: 1205px;
    width: 100%;
    margin: auto;
    padding: 0 16px; }
  
  .e-category-middle__filters {
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .e-category-middle__filters--content {
      position: relative; }
      .e-category-middle__filters--content .js-categorys {
        display: none; }
      .e-category-middle__filters--content .js-categoryname {
        display: block;
        font-size: 15px;
        color: #666666;
        font-weight: 700; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .e-category-middle__filters--content .js-categoryname {
            border-bottom: 1px solid #ececec;
            width: 100%;
            padding: 0 0 11px 0; } }
      .e-category-middle__filters--content .navigation-tabs .menu-departamento {
        position: relative; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .e-category-middle__filters--content .navigation-tabs .menu-departamento {
            border-top: 1px solid #d9d9d9;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            padding: 45px 0 0 0;
            z-index: 999;
            display: none; } }
        .e-category-middle__filters--content .navigation-tabs .menu-departamento .menu-navegue {
          display: none; }
        .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-single-navigator {
          display: none !important; }
        .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator {
          display: block !important; }
          @media only screen and (min-width: 1081px) and (max-width: 5000px) {
            .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator {
              display: -webkit-box !important;
              display: -webkit-flex !important;
              display: -moz-box !important;
              display: -ms-flexbox !important;
              display: flex !important;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              margin: 14px 0 0 0; } }
          @media only screen and (min-width: 100px) and (max-width: 767px) {
            .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator {
              display: block !important; } }
          .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator h3,
          .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator h4 {
            display: none; }
          .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset {
            position: relative;
            float: left;
            margin-right: 33px; }
            .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset:nth-of-type(2) {
              clear: both; }
            @media only screen and (min-width: 100px) and (max-width: 767px) {
              .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset {
                width: 100%; } }
            .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset > div {
              display: none;
              overflow: hidden;
              position: absolute;
              top: 48px;
              background: #fff;
              z-index: 1;
              width: 260px;
              padding: 15px 20px;
              border: 1px solid #c9c9c9;
              border-top: none;
              max-height: 220px;
              overflow: auto !important; }
              .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset > div::-webkit-scrollbar {
                width: 0.5em; }
              .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset > div::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
              .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset > div::-webkit-scrollbar-thumb {
                background-color: darkgrey;
                outline: 1px solid slategrey; }
              @media only screen and (min-width: 100px) and (max-width: 767px) {
                .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset > div {
                  position: relative;
                  top: unset;
                  bottom: unset;
                  left: unset;
                  right: unset;
                  width: 100%;
                  z-index: 999;
                  border: none; } }
              .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset > div label {
                color: #333;
                line-height: 16px;
                letter-spacing: 0.5px;
                font-size: 13px;
                text-transform: uppercase;
                margin-bottom: 10px;
                display: block;
                font-weight: 600;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-right: 20px;
                cursor: pointer; }
                .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset > div label input {
                  margin-right: 10px;
                  -webkit-appearance: none;
                  border: 1px solid #000;
                  cursor: pointer;
                  padding: 5px;
                  -webkit-transition: ease-in 0.3s;
                  -o-transition: ease-in 0.3s;
                  transition: ease-in 0.3s; }
                  .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset > div label input:checked {
                    background: #000; }
          .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator .categoria,
          .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator h5 {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -moz-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            width: 260px;
            height: 33px;
            line-height: 33px;
            cursor: pointer;
            text-align: left;
            padding-left: 15px;
            color: #666666;
            font-size: 13px;
            margin-top: 15px;
            border: 1px solid #c9c9c9;
            background: url("/arquivos/rightbottom.png") no-repeat center right 5%;
            margin-bottom: 25px; }
            @media only screen and (min-width: 100px) and (max-width: 767px) {
              .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator .categoria,
              .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator h5 {
                margin: 0;
                border: none;
                background-color: transparent;
                width: 100%; } }
          .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator .drop-category {
            display: none;
            overflow: hidden;
            position: absolute;
            top: 48px;
            background: #fff;
            z-index: 1;
            width: 260px;
            padding: 15px 20px;
            border: 1px solid #c9c9c9;
            border-top: none; }
            @media only screen and (min-width: 100px) and (max-width: 767px) {
              .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator .drop-category {
                position: relative;
                width: 100%;
                overflow: unset;
                display: block;
                top: 0;
                border: none; } }
            .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator .drop-category li {
              font-size: 13px;
              text-transform: uppercase;
              letter-spacing: 2px;
              margin-bottom: 10px;
              display: block;
              font-weight: 600; }
              .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator .drop-category li:last-of-type {
                margin-bottom: 0; }
              .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator .drop-category li a {
                color: #333;
                line-height: 20px;
                letter-spacing: 0.5px; }
          .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator .bt-refinar {
            display: none; }
    .e-category-middle__filters--orderby {
      position: absolute;
      left: -webkit-calc(3% + 260px);
      left: calc(3% + 260px);
      top: 20px;
      background: #fff;
      z-index: 2;
      margin-top: 15px; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-category-middle__filters--orderby {
          left: -webkit-calc(10% + 30%);
          left: calc(10% + 30%);
          top: 0;
          margin: 4px 0 11px 0;
          position: relative; } }
      .e-category-middle__filters--orderby .js--orderby-open {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 260px;
        height: 33px;
        line-height: 33px;
        cursor: pointer;
        text-align: left;
        padding-left: 15px;
        color: #666666;
        font-size: 13px;
        border: 1px solid #c9c9c9;
        background: url(/arquivos/rightbottom.png) no-repeat center right 5%;
        margin-bottom: 0;
        font-weight: 500; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .e-category-middle__filters--orderby .js--orderby-open {
            width: 200px; } }
      .e-category-middle__filters--orderby .js--orderby {
        display: none;
        padding: 15px 20px;
        border: 1px solid #c9c9c9;
        border-top: none; }
        .e-category-middle__filters--orderby .js--orderby li {
          font-size: 13px;
          text-transform: uppercase;
          letter-spacing: 2px;
          margin-bottom: 10px;
          display: block;
          font-weight: 600; }
          .e-category-middle__filters--orderby .js--orderby li:last-of-type {
            margin-bottom: 0; }
          .e-category-middle__filters--orderby .js--orderby li a {
            color: #333;
            line-height: 20px;
            letter-spacing: 0.5px; }
  
  .e-category-middle .e-filter-filters-selected {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0; }
    .e-category-middle .e-filter-filters-selected h4 {
      float: left;
      font-size: 13px;
      font-weight: 700;
      color: #666666;
      font-weight: 600;
      margin: 0 5px 0 0; }
    .e-category-middle .e-filter-filters-selected ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .e-category-middle .e-filter-filters-selected ul li {
        padding: 0 10px;
        height: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #00a4e3;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 700;
        position: relative;
        margin: 0 18px 0 0; }
        .e-category-middle .e-filter-filters-selected ul li:after {
          content: "X";
          background: #00a4e3;
          color: #fff;
          font-size: 10px;
          font-weight: 700;
          padding: 0 2px;
          display: inline-block;
          position: absolute;
          right: -14px;
          top: 4px; }
  
  .e-category-middle__products .productsquant {
    font-size: 15px;
    color: #666666;
    font-weight: 500; }
    .e-category-middle__products .productsquant strong {
      font-weight: 500; }
  
  .e-category-middle__products .e-shelf .e-shelf__list .shelf > ul > li {
    width: 22%;
    margin: 1.5%; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .e-category-middle__products .e-shelf .e-shelf__list .shelf > ul > li {
        width: 47%; } }
  
  .e-category-middle__products .e-shelf__list .main .searchResultsTime {
    display: none; }
  
  .e-category-middle__products .e-shelf__list .main .sub {
    display: none; }
  
  .e-category-middle__products .e-shelf__list .main .vitrine .pager.top {
    display: none; }
  
  .e-category-middle__products .e-shelf__list .main .vitrine .pager.bottom {
    display: none; }
  
  .e-category-middle__products .e-shelf__list .main .vitrine .x-show-more {
    margin-top: 40px; }
    .e-category-middle__products .e-shelf__list .main .vitrine .x-show-more #x-infinityScroll {
      text-align: center;
      text-align: center;
      width: 50%;
      margin: 20px auto;
      height: 53px;
      line-height: 53px;
      background: #00a4e3;
      cursor: pointer;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      position: relative; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-category-middle__products .e-shelf__list .main .vitrine .x-show-more #x-infinityScroll {
          width: 100%; }
          .e-category-middle__products .e-shelf__list .main .vitrine .x-show-more #x-infinityScroll:before {
            display: none; } }
      .e-category-middle__products .e-shelf__list .main .vitrine .x-show-more #x-infinityScroll:before {
        content: "+";
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
        position: absolute;
        left: 170px; }
  
  .e-category-bottom__center {
    max-width: 1205px;
    width: 100%;
    margin: auto;
    padding: 0 16px;
    margin-top: 50px; }
  
  .e-category-bottom__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .e-category-bottom__contents.is--mobile {
      display: none; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-category-bottom__contents.is--mobile {
          display: block; } }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .e-category-bottom__contents.is--desk {
        display: block; } }
    .e-category-bottom__contents .box-banner {
      width: 90%;
      margin: 2.5%; }
      @media only screen and (min-width: 100px) and (max-width: 767px) {
        .e-category-bottom__contents .box-banner {
          width: 100%;
          margin: 0; } }
      .e-category-bottom__contents .box-banner:last-of-type img {
        height: auto; }
        @media only screen and (min-width: 100px) and (max-width: 767px) {
          .e-category-bottom__contents .box-banner:last-of-type img {
            height: auto; } }
      .e-category-bottom__contents .box-banner img {
        width: 100%;
        height: auto; }
  
  #js-filterbutton {
    display: none;
    position: fixed;
    width: 90%;
    margin: 0 auto;
    background: #00a4e3;
    bottom: 20px;
    z-index: 2;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    z-index: 999; }
  
  #js-close {
    position: absolute;
    right: 15px;
    font-size: 40px;
    font-weight: 100;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    display: none; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      #js-close {
        display: block; } }
  
  .resultado-busca .e-category-middle {
    margin-top: 40px; }
  
  .resultado-busca .e-category-top {
    display: none; }
  
  .resultado-busca .e-category-middle__filters--content .js-categoryname {
    display: none; }
  
  .resultado-busca .e-banner-main {
    display: none; }
  
  .resultado-busca .e-category-middle__filters--content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .resultado-busca .e-category-middle__filters--orderby {
      left: unset;
      top: 0 !important;
      margin: 15px 0 0 0;
      position: absolute;
      right: 0; } }
  
  .resultado-busca #js-filterbutton {
    font-size: 0; }
    .resultado-busca #js-filterbutton:after {
      content: "Fechar";
      font-size: 15px; }
  
  .resultado-busca .js-categorys {
    display: block;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 260px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    color: #666666;
    font-size: 13px;
    margin-top: 15px;
    border: 1px solid #c9c9c9;
    background: url("/arquivos/rightbottom.png") no-repeat center right 5%;
    background-color: #ebebeb;
    margin-bottom: 25px; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .resultado-busca .js-categorys {
        width: 35%;
        background: #00a4e3;
        color: #fff;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-left: 0;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0; }
        .resultado-busca .js-categorys:after {
          content: "Filtrar";
          font-size: 13px;
          text-transform: uppercase;
          text-transform: uppercase;
          letter-spacing: 1px; } }
  
  .resultado-busca .search-single-navigator {
    height: 0;
    display: none !important;
    overflow: hidden;
    position: absolute;
    top: 48px;
    left: 0;
    background: #fff;
    z-index: 1;
    width: 260px;
    padding: 15px 20px;
    border: 1px solid #c9c9c9;
    border-top: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .resultado-busca .search-single-navigator.is--active {
      display: block !important;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      height: auto; }
    @media only screen and (min-width: 100px) and (max-width: 767px) {
      .resultado-busca .search-single-navigator {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999; } }
    .resultado-busca .search-single-navigator li {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: block;
      font-weight: 600; }
      .resultado-busca .search-single-navigator li.last {
        margin-bottom: 10px !important; }
      .resultado-busca .search-single-navigator li:last-of-type {
        margin-bottom: 0; }
      .resultado-busca .search-single-navigator li a {
        color: #333;
        line-height: 20px;
        letter-spacing: 0.5px; }
    .resultado-busca .search-single-navigator h3 {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: block;
      font-weight: 600; }
      .resultado-busca .search-single-navigator h3:last-of-type {
        margin-bottom: 0; }
      .resultado-busca .search-single-navigator h3 a {
        color: #333;
        line-height: 20px;
        letter-spacing: 0.5px; }
  
  .resultado-busca .e-category-middle__filters--orderby {
    top: 0; }
  
  .filtro_outlet {
    display: none !important; }
  
  .categoria .field-category {
    display: block !important; }
  
  .productsquant {
    display: none; }
// .e-category-middle__filters--content .navigation-tabs .menu-departamento .search-multiple-navigator fieldset{
//   margin-top: 42px;
// }
/* .filtro_formato:first-of-type{
  z-index: 10000;
  left: 50%;
}
.filtro_cor:first-of-type{
  display: none;
} */

.e-main-banner.full .e-main-banner__contents {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s; 
}
.e-main-banner.full .e-main-banner__contents.slick-initialized {
  opacity: 1;
  visibility: visible; 
}
.e-main-banner.full .e-main-banner__contents.slick-initialized .slick-slide {
  display: block;
  height: 440px;
  position: relative;
  overflow: hidden; 
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .e-main-banner.full .e-main-banner__contents.slick-initialized .slick-slide {
    height: auto; 
  } 
  .e-main-banner__contents.desk{
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .e-main-banner__contents.mobile{
    display: none;
  }
}
.e-main-banner.full .e-main-banner__contents.slick-initialized .slick-slide.box-banner img {
  width: 1920px;
  display: block;
  position: absolute;
  left: 50%;
  height: 100%;
  margin-left: -960px; 
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .e-main-banner.full .e-main-banner__contents.slick-initialized .slick-slide.box-banner img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    left: 0;
  } 
}

.e-main-banner__contents .slick-next {
  font-size: 0;
  background: url('https://astrasa.vteximg.com.br/arquivos/rightblueleft.png');
  width: 11px;
  height: 23px;
  position: absolute;
  bottom: 50%;
  right: 10%; 
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .e-main-banner__contents .slick-next {
    display: none; 
  } 
}
.e-main-banner__contents .slick-prev {
  font-size: 0;
  background: url('https://astrasa.vteximg.com.br/arquivos/rightblueleft.png');
  width: 11px;
  height: 23px;
  position: absolute;
  bottom: 50%;
  left: 5%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); 
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .e-main-banner__contents .slick-prev {
    display: none; 
  } 
}

.astra-conceito{
  .e-header{
    &__contents{
      background: #060606;
  
      .e-header__search-form--input{
        background: #060606;
      }
    }
  }

  .e-header__benefits{
    background: #101010;

    div ul li a {
      color: white;
    }
  }

  .e-header__menu--item-link{
    color: white;
  }

  .js-categoryname{
    position: absolute;
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 28px;

    @media (max-width: 768px){
      position: relative;
    }
  }

  .e-category-top{

    &__banner{
      display: flex;
    }

    &__contents {
      .slick-next,
      .slick-prev {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 60px;
        background: #fff;
    
        &::after{
          content: "";
          display: flex;
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
          background-size: 28px;
          background-repeat: no-repeat;
          background-position: center;
          height: 24px;
          transform: rotate(180deg);
          width: 34px;
        }
      }

      .slick-next {
        right: 15px;
      }

      .slick-prev {
        left: 15px;
      }

      .box-banner a {
        height: 140px;
      }

      .box-banner {
        position: relative;
        padding: 0;
        margin-right: 0;
        max-width: inherit;
        cursor: pointer;
      }
    } 
  }

  .e-heading { 
    display: none;
  }
  
  .e-category-middle__products .e-shelf__list .main .vitrine .x-show-more #x-infinityScroll {
    background: #1a1a1a;
  }
  
  .e-footer{
    &__links {
      background: black;
    }

    &__newsletter{
      background: #1a1a1a
    }
  }

}