.header {
  border-top: 5px solid #dd3333;
  margin-bottom: 20px;
}
.header .mart-container {
  width: 1500px;
  margin: 0 auto;
}
.header .header-main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header .header-main .search {
  width: 100%;
  display: flex;
  position: relative;
}
.header .header-main .search .search-wrapper {
  display: flex;
  width: 100%;
}
.header .header-main .search .search-wrapper input {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-right: 0px;
}
.header .header-main .search .search-submit {
  float: right;
  border-color: #dd3333;
  border-radius: 0px 10px 10px 0px;
  background: #dd3333 !important;
}
.header .header-main .search .search-result {
  position: absolute;
  top: 50px;
  z-index: 9999;
  min-height: 100px;
  max-height: 400px;
  width: 100%;
  background: #f2f4f6;
  padding: 10px;
  -webkit-box-shadow: 10px 10px 0px 0px #ebe9e2;
  -moz-box-shadow: 10px 10px 0px 0px #ebe9e2;
  box-shadow: 10px 10px 0px 0px #ebe9e2;
}
.header .header-main .search .search-result .article {
  padding: 8px;
}
.header .header-main .search .search-result .article .image {
  width: 30%;
}
.header .header-main .search .search-result .article .texts {
  width: 70%;
  padding-left: 10px;
}
.header .header-main .search .search-result .article .texts .name {
  color: #000;
  line-height: 1.3em;
  font-size: 15px;
}
.header .header-main .search .search-result .article .texts .prices {
  padding-top: 10px;
}
.header .header-main .search .search-result .article .texts .prices .value {
  color: #81868f;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: line-through;
  font-size: 1.3em;
}
.header .header-main .search .search-result .article .texts .prices .price {
  color: #000;
  font-weight: 600;
  font-size: 1.3em;
  padding: 0 7px;
  color: #dd3333;
}
.header .header-main .menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header .header-main .menu ul li {
  float: left;
  width: 60px;
  text-align: center;
}
.header .header-main .menu ul li a {
  color: black;
  font-size: 28px;
  position: relative;
}
.header .header-main .menu ul li a span {
  position: absolute;
  top: -10px;
  right: 8px;
  font-size: 10px;
}
.header .header-main .menu ul li.dropdown .dropdown-menu {
  background: #f2f4f9;
  box-shadow: 10px 10px 0px 0px #ddd !important;
}
.header .header-main .menu ul li.dropdown .dropdown-menu::before {
  content: "";
}
.header .header-main .menu ul li.dropdown .dropdown-menu .img-circle {
  border-radius: 50%;
}
.header .header-main .menu ul li.dropdown .dropdown-menu .aut {
  color: #000;
  font-size: 13px;
  padding: 5px;
}
.header .header-main .menu ul li.dropdown .dropdown-menu .dropdown-item {
  display: flex;
}
.header .header-menu {
  border-top: 2px solid #f2f4f9;
  border-bottom: 2px solid #f2f4f9;
}
.header .header-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header .header-menu ul li {
  float: left;
}
.header .header-menu ul li a {
  color: #000000;
  padding: 15px 25px;
  font-weight: 600;
  font-size: 14px;
}
.header .header-menu ul li .dropdown-menu {
  box-shadow: 10px 10px 0px;
  background: #f2f4f9;
  width: 300px;
  -webkit-box-shadow: 10px 10px 0px 0px #ebe9e2;
  -moz-box-shadow: 10px 10px 0px 0px #ebe9e2;
  box-shadow: 10px 10px 0px 0px #ebe9e2;
}

@media only screen and (max-width: 1200px) {
  .header .mart-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .header .header-main .menu ul li {
    width: 45px;
  }
  .header .header-menu ul li a {
    padding: 15px 15px;
  }
}
._article {
  position: relative;
  background: none !important;
  border: 3px solid #f2f4f9;
}
._article:hover {
  background: #f2f4f9 !important;
}
._article ._name {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  margin-bottom: 15px;
}
._article ._price #p1 {
  font-size: 12px;
  margin-right: 5px;
}
._article ._box_prices {
  position: absolute;
  top: 292px;
  left: 0px;
  width: 270px;
  height: 120px;
  overflow: hidden;
  font-size: 15px;
  z-index: 10;
  background-image: url(../../images/cx_resumo-y.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: top left;
  cursor: pointer;
}
._article ._ate {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  color: #fff;
}
._article ._discount {
  font-family: "aller_bold", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 110px;
  height: 70px;
  overflow: hidden;
  text-align: center;
  font-size: 52px;
  color: #fff;
  text-shadow: #444444 0px -1px 0px;
}
._article ._discount strong {
  font-size: 26px;
}
._article ._re_discount {
  position: absolute;
  top: 75px;
  left: 0px;
  width: 110px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
._article ._value {
  position: absolute;
  top: 20px;
  left: 120px;
  width: 150px;
  height: 20px;
  overflow: hidden;
  font-size: 11px;
  color: #444444;
  text-transform: uppercase;
}
._article ._value span._t2 {
  color: #ffffff;
  margin-top: -2px;
  display: block;
  float: right;
  width: 87px;
  font-size: 13px;
  margin-left: 4px;
}
._article ._promedio {
  position: absolute;
  top: 50px;
  left: 120px;
  width: 150px;
  height: 20px;
  overflow: hidden;
  font-size: 11px;
  color: #444444;
  text-transform: uppercase;
}
._article ._promedio span._t2 {
  color: #ffffff;
  margin-top: -2px;
  display: block;
  float: right;
  width: 87px;
  font-size: 13px;
  margin-left: 4px;
}
._article ._btn {
  position: absolute;
  top: 80px;
  left: 117px;
  padding-left: 10px;
  width: 140px;
  height: 20px;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-family: "aller_bold", Arial, Helvetica, sans-serif;
}

@media (max-width: 992px) {
  ._article ._name {
    font-size: 11.5px;
    line-height: 17px;
    height: 35px;
  }
  ._article ._price #p1 {
    font-size: 11px;
  }
  ._article ._price #p2 {
    font-size: 12.5px;
    padding-left: 5px;
  }
  ._article ._box_prices {
    background-size: 230px;
    top: 270px;
  }
  ._article ._discount {
    width: 100px;
    font-size: 50px;
  }
  ._article ._re_discount {
    width: 100px;
    font-size: 13px;
    top: 70px;
  }
  ._article ._value {
    width: 100px;
    top: 20px;
    left: 115px;
  }
  ._article ._value span._t2 {
    width: 50px;
  }
  ._article ._promedio {
    top: 48px;
    width: 100px;
    left: 115px;
  }
  ._article ._promedio span._t2 {
    width: 50px;
  }
  ._article ._btn {
    top: 76px;
    left: 105px;
  }
}
@media (max-width: 770px) {
  ._article ._box_prices {
    background-size: 230px;
  }
}
@media (max-width: 500px) {
  ._article ._name {
    font-size: 13px;
    line-height: 16px;
    height: 40px;
    margin-bottom: 7px;
  }
  ._article ._price #p0 {
    font-size: 14px;
  }
  ._article ._price #p1 {
    font-size: 9.5px;
  }
  ._article ._price #p2 {
    font-size: 13px;
  }
  ._article ._box_prices {
    background-size: 180px;
    top: 210px;
    left: 8px;
    width: 100%;
    overflow: hidden;
    width: 180px;
    overflow: hidden;
  }
  ._article ._ate {
    font-size: 8px;
  }
  ._article ._discount {
    width: 75px;
    font-size: 2em;
    top: 12px;
  }
  ._article ._re_discount {
    width: 75px;
    font-size: 8px;
    top: 49px;
  }
  ._article ._value {
    width: 80px;
    left: 87px;
    top: 12px;
    font-size: 10px;
  }
  ._article ._value span._t2 {
    width: 40px;
    font-size: 10px;
  }
  ._article ._promedio {
    left: 87px;
    top: 34px;
    font-size: 10px;
  }
  ._article ._promedio span._t2 {
    font-size: 10px;
  }
  ._article ._btn {
    left: 85px;
    font-size: 9px;
    top: 61px;
    width: 80px;
    text-align: center;
    padding: 0px;
  }
}
@media (max-width: 400px) {
  ._article ._name {
    font-size: 11px;
    line-height: 13px;
    height: 40px;
    margin-bottom: 7px;
  }
  ._article ._price #p0 {
    font-size: 11px;
  }
  ._article ._price #p1 {
    font-size: 8.5px;
  }
  ._article ._price #p2 {
    font-size: 11px;
  }
  ._article ._box_prices {
    background-size: 165px;
    top: 210px;
    left: 10px;
    width: 100%;
    overflow: hidden;
  }
  ._article ._ate {
    font-size: 8px;
  }
  ._article ._discount {
    width: 75px;
    font-size: 1.7em;
    top: 12px;
  }
  ._article ._re_discount {
    width: 75px;
    font-size: 8px;
    top: 49px;
  }
  ._article ._value {
    width: 80px;
    left: 77px;
    top: 12px;
    font-size: 9px;
  }
  ._article ._value span._t2 {
    width: 40px;
    font-size: 10px;
  }
  ._article ._promedio {
    left: 77px;
    top: 32px;
    font-size: 9px;
  }
  ._article ._promedio span._t2 {
    font-size: 10px;
  }
  ._article ._btn {
    left: 75px;
    font-size: 9px;
    top: 55px;
  }
}

/*# sourceMappingURL=frideals.css.map */
