@font-face {
  font-family: Avenir;
  src: url("fonts/avenir-next-regular.woff"); }

@font-face {
  font-family: Heaters;
  src: url("fonts/Heaters.otf"); }

@font-face {
  font-family: Orchide;
  src: url("fonts/Orchide.ttf"); }

@font-face {
  font-family: Vogue;
  src: url("fonts/Vogue.ttf"); }

body #cart-standby {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4;
  background-color: rgba(255, 200, 200, 0.5);
  display: none; }
  body #cart-standby img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 20%; }
    @media screen and (max-width: 767px) {
      body #cart-standby img {
        width: 80%; } }

body .blacknessa {
  width: 100%;
  background-color: rgba(32, 32, 32, 0.4);
  opacity: 0;
  transition: 0.2s;
  top: 142px;
  left: 0;
  position: fixed;
  z-index: 0; }

body #shop-filter {
  z-index: 1;
  position: fixed;
  top: 142px;
  left: 0;
  padding-left: 5%;
  background-color: white;
  padding-bottom: 16px; }
  @media screen and (max-width: 767px) {
    body #shop-filter {
      width: 90%;
      padding-right: 5%; } }
  body #shop-filter a {
    color: black;
    font-family: Avenir;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    float: left; }
    @media screen and (max-width: 767px) {
      body #shop-filter a {
        font-size: 4.5vw; } }
  body #shop-filter .filters {
    height: 100%;
    float: left;
    margin-top: 16px;
    margin-left: 32px;
    display: none; }
    @media screen and (max-width: 767px) {
      body #shop-filter .filters {
        margin-left: 0; } }
    body #shop-filter .filters div #busqueda {
      border: 1px solid black;
      font-family: Avenir;
      font-size: 17px;
      float: left;
      width: 90%;
      padding: 4px 0 4px 0;
      border-right: none;
      outline: none; }
    body #shop-filter .filters div button {
      border: 1px solid black;
      width: 10%;
      float: left;
      padding: 4.5px 0 7px 0;
      font-size: 17px;
      background-color: black;
      color: white;
      transition: 0.3s; }
      body #shop-filter .filters div button:hover {
        cursor: pointer;
        background-color: white;
        color: black; }
    body #shop-filter .filters h1 {
      font-size: 17px;
      color: #858687;
      font-family: Avenir; }
    body #shop-filter .filters .search-price {
      width: 30%;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        body #shop-filter .filters .search-price {
          font-size: 17px; } }
    body #shop-filter .filters label {
      font-size: 16px;
      font-family: Avenir;
      font-weight: bold; }
    body #shop-filter .filters .search-fit {
      height: 16px;
      width: 16px; }

body #shopping {
  width: 60%;
  float: left;
  transform: translate(-50%, 0);
  margin-left: 50%;
  margin-top: 142px;
  padding: 1%;
  border: 1px solid #dddddd; }
  @media screen and (max-width: 767px) {
    body #shopping {
      margin-top: 192px;
      width: 95%; } }
  body #shopping .item {
    width: 32.3333%;
    margin: 8px 0.5% 8px 0.5%;
    float: left;
    text-decoration: none;
    overflow: hidden;
    background-color: #f0f0f0; }
    @media screen and (max-width: 767px) {
      body #shopping .item {
        width: 49%; } }
    body #shopping .item a {
      float: left;
      width: 100%; }
      body #shopping .item a img {
        float: left;
        width: 100%;
        margin-top: -78px; }
    body #shopping .item h1 {
      float: left;
      width: 97%;
      color: black;
      font-family: Avenir;
      transform: scale(1);
      margin-bottom: 0;
      font-size: 19px;
      margin-left: 3%; }
      @media screen and (max-width: 767px) {
        body #shopping .item h1 {
          font-weight: bold;
          color: white;
          text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; } }
    body #shopping .item h2 {
      float: left;
      width: 97%;
      color: #404040;
      font-family: Avenir;
      transform: scale(1);
      margin-top: 0;
      font-size: 18px;
      font-weight: bold;
      margin-left: 3%; }
      @media screen and (max-width: 767px) {
        body #shopping .item h2 {
          color: white;
          text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; } }
    body #shopping .item .a-carrito {
      float: left;
      color: white;
      font-family: Avenir;
      background-color: black;
      text-align: center;
      font-weight: bold;
      padding: 4px 10% 4px 10%;
      font-size: 18px;
      margin-left: 50%;
      transform: translate(-50%, 0);
      transition: 0.3s;
      margin-top: 6px;
      border: 2px solid black;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        body #shopping .item .a-carrito {
          display: none; } }
      body #shopping .item .a-carrito:hover {
        background-color: white;
        color: black; }
    body #shopping .item .color-pickr {
      width: 21px;
      float: left;
      margin-right: 100%;
      margin-top: -50%;
      transform: translate(0, -50%);
      opacity: 0;
      transition: 0.3s; }
      @media screen and (max-width: 767px) {
        body #shopping .item .color-pickr {
          display: none; } }
      body #shopping .item .color-pickr .colorsitos {
        width: 17px;
        height: 17px;
        float: left;
        margin-left: 2px;
        margin-bottom: 4px;
        border-radius: 50%; }
        body #shopping .item .color-pickr .colorsitos:hover {
          border: 2px solid white;
          box-shadow: 0px 0px 0px 1px black;
          margin-left: 0px; }
      body #shopping .item .color-pickr .selected {
        border: 2px solid white;
        box-shadow: 0px 0px 0px 1px black;
        margin-left: 0px; }
    body #shopping .item .size-pickr {
      float: right;
      margin-right: 0%;
      margin-top: -50%;
      transform: translate(0, -50%);
      color: white;
      font-family: Avenir;
      background-color: black;
      border: 1px solid white;
      border-radius: 4px;
      font-weight: bold;
      font-size: 18px;
      opacity: 0;
      transition: 0.3s; }
      @media screen and (max-width: 767px) {
        body #shopping .item .size-pickr {
          display: none; } }
