.woocommerce span.onsale {
  color: white !important;
  background: #FF0077 !important;
  border-radius: 5px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.archive {
  display: block;
  padding: 0px;
  margin: 0px;
}

.content-area .site-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-area .site-main .category-navigation {
  background-color: #0f141a;
  order: -3;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 0px;
}
.content-area .site-main .category-navigation .category-selection {
  flex-basis: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #18212A;
  border-radius: 5px;
  width: 48%;
  padding: 15px 0px 15px 0px;
  margin: 10px 5%;
  text-decoration: none;
  color: #FF0077;
  text-align: center;
}
.content-area .site-main .category-navigation .category-selection .category-selection-icon {
  width: 30px;
  height: 30px;
  padding: 0px;
  margin: 0px;
}
.content-area .site-main .category-navigation .category-selection .category-selection-title {
  flex-basis: 100%;
  color: white;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  font-size: 0.9rem;
}
.content-area .site-main header {
  flex-basis: 100%;
  order: -2;
  color: #FF0077;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.content-area .site-main header .page-title {
  flex-basis: 100%;
  font-size: 1.5rem;
  color: #FF0077;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.content-area .site-main header .term-description {
  flex-basis: 100%;
  color: rgba(255, 255, 255, 0.527);
}
.content-area .site-main .woocommerce-result-count {
  display: none;
}
.content-area .site-main .woocommerce-breadcrumb {
  display: none;
  flex-basis: 45%;
  order: -1;
  margin-left: 5%;
  font-size: 0.9rem;
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
.content-area .site-main .woocommerce-breadcrumb a {
  color: #FFDBE5;
}
.content-area .site-main .woocommerce-ordering {
  display: none !important;
  flex-basis: 50%;
  order: 0;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
.content-area .site-main .woocommerce-ordering .orderby {
  background: #FFDBE5 !important;
  font-weight: bold;
  padding: 5px 10px;
  margin-right: 20px;
  border-radius: 5px;
  color: #18212A;
}
.content-area .site-main .products {
  order: 1;
  flex-basis: 100%;
}
.content-area .site-main .products .product {
  flex-basis: 45%;
  text-align: center;
  margin: auto;
  background: #18212A !important;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content-area .site-main .products .product .woocommerce-LoopProduct-link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  background-color: #18212A;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 10px !important;
}
.content-area .site-main .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
  width: 100%;
  height: auto;
  margin: 0px !important;
  border-radius: 10px 10px 0px 0px;
  max-height: 400px;
}
.content-area .site-main .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  margin: 0px;
  margin-top: 20px !important;
  padding: 30px 0px 0px 0px;
  color: white;
  flex-basis: 100%;
  width: 50%;
  background: #18212A;
}
.content-area .site-main .products .product .woocommerce-LoopProduct-link .star-rating {
  background: #18212A;
}
.content-area .site-main .products .product .woocommerce-LoopProduct-link .price {
  margin: 0px !important;
  padding: 5px 0px;
  color: pink;
  flex-basis: 100%;
  background: #18212A;
}
.content-area .site-main .products .product .woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
  color: grey;
}
.content-area .site-main .products .product .added_to_cart {
  flex-basis: 35%;
  padding: 10px;
}
.content-area .site-main .products .product .add_to_cart_button {
  justify-self: center;
  align-self: center;
  vertical-align: middle;
  margin: 10px 0px 10px 0px !important;
  flex-basis: 55%;
  color: #FFDBE5;
  border-radius: 10px;
  max-height: 20px !important;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #FFDBE5;
  max-height: 50px !important;
}

@media screen and (max-width: 600px) {
  .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .products .product {
    flex-basis: 95% !important;
  }
  .columbs-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .columbs-4 .product {
    flex-basis: 95% !important;
  }
}
@media screen and (min-width: 600px) {
  .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .products .product {
    flex-basis: 45% !important;
    margin: 2% !important;
  }
  .category-navigation .category-selection {
    flex-basis: 20% !important;
    margin: 10px 10px !important;
  }
}
@media screen and (min-width: 1000px) {
  .columns-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .columns-4 .product {
    flex-basis: 30% !important;
    margin: 1.5% !important;
  }
}/*# sourceMappingURL=shop.css.map */