.post-type-archive-product div.products,
.tax-product_cat div.products,
.tax-product_tag div.products {
  margin-top: 3.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  min-width: 100%;
}

.post-type-archive-product div.products div.product-item,
.tax-product_cat div.products div.product-item,
.tax-product_tag div.products div.product-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-bottom: 2rem;
}

.woocommerce-product-search {
  margin-bottom: 2rem;
}

.woocommerce-product-search input {
  padding: 10px;
  width: 100%;
}

.woocommerce-product-search button {
  margin-top: 0.5rem;
  width: 100%;
  padding: 5px 0px;
  background-color: #b63e97;
  border: 1px solid #b63e97;
  border-radius: 0px;
  color: #FFFFFF;
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
}

.woocommerce .woocommerce-result-count {
  margin: 10px 0px 5px 0px;
}

@media(max-width: 1400px){
  .post-type-archive-product div.products div.product-item,
  .tax-product_cat div.products div.product-item,
  .tax-product_tag div.products div.product-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media(max-width: 991px){
  .post-type-archive-product div.products div.product-item,
  .tax-product_cat div.products div.product-item,
  .tax-product_tag div.products div.product-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(max-width: 767px){
  .post-type-archive-product div.products div.product-item,
  .tax-product_cat div.products div.product-item,
  .tax-product_tag div.products div.product-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tax-product_cat div.products div.product img,
.tax-product_tag div.products div.product img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none;
  width: 100%;
  height: auto;
}

.post-type-archive-product div.products .product a,
.tax-product_cat div.products .product a,
.tax-product_tag div.products .product a {
  text-decoration: none;
}

.post-type-archive-product div.products .product h2,
.tax-product_cat div.products .product h2,
.tax-product_tag div.products .product h2 {
  font-family: "Roboto", sans-serif;
  color: #484d53 !important;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  line-height: 1.5em;
  text-decoration: none;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/*.post-type-archive-product h6.product-sku,
.tax-product_cat h6.product-sku,
.tax-product_tag h6.product-sku {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  color: #484d53;
}*/

.post-type-archive-product div.products .product h3,
.tax-product_cat div.products .product h3,
.tax-product_tag div.products .product h3 {
  font-family: "Roboto", sans-serif;
  color: #484d53 !important;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.post-type-archive-product div.products div.product-item .price,
.tax-product_cat div.products div.product-item .price,
.tax-product_tag div.products div.product-item .price {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 1rem;
}

.post-type-archive-product div.product-item .product-flag,
.tax-product_cat div.product-item .product-flag,
.tax-product_tag div.product-item .product-flag {
  font-family: "Saira", serif;
  position: absolute;
  max-width: 88.6%;
  top: 0px;
  left: 15px;
  color: #FFFFFF;
  font-weight: 700;
  font-style: italic;
  overflow-y: hidden;
  text-transform: uppercase;
  font-size: 1.5625rem;
  padding-right: 36px;
  z-index: 999;
}

.post-type-archive-product div.product-item .product-flag span,
.tax-product_cat div.product-item .product-flag span,
.tax-product_tag div.product-item .product-flag span {
  display: block;
  background-color: #b63e97;
  padding: 0.5rem 1rem;
  line-height: 1.1em;
}

.post-type-archive-product div.product-item .product-flag:after,
.tax-product_cat div.product-item .product-flag:after,
.tax-product_tag div.product-item .product-flag:after {
  border: 0px solid transparent;
  border-radius: 0px;
  content: '';
  height: 75px;
  width: 36px;
  border-top: 75px solid #b63e97;
  border-right: 36px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.post-type-archive-product div.product-item,
.tax-product_cat div.product-item,
.tax-product_tag div.product-item {
  position: relative;
}


.post-type-archive-product div.product-item .onsale,
.tax-product_cat div.product-item .onsale,
.tax-product_tag div.product-item .onsale {
  font-family: "Saira", serif;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #FFFFFF;
  font-weight: 700;
  font-style: italic;
  overflow-y: hidden;
  text-transform: uppercase;
  font-size: 1.5625rem;
  padding: 0px;
  padding-left: 36px !important;
  z-index: 999;
  min-height: unset !important;
  min-width: unset !important;
  line-height: 1rem;
  left: auto;
  border-radius: 0px;
  background-color: transparent;
  border-color: transparent;
}

.post-type-archive-product div.product-item .onsale span,
.tax-product_cat div.product-item .onsale span,
.tax-product_tag div.product-item .onsale span {
  display: block;
  background-color: #2a1846;
  padding: 0.5rem 1rem;
  line-height: 1.1em;
}

.post-type-archive-product div.product-item .onsale:before,
.tax-product_cat div.product-item .onsale:before,
.tax-product_tag div.product-item .onsale:before {
  border: 0px solid transparent;
  border-radius: 0px;
  content: '';
  height: 75px;
  width: 36px;
  border-bottom: 75px solid #2a1846;
  border-left: 36px solid transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.woocommerce nav.woocommerce-pagination ul {
  border-color: #2a1846;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-color: #2a1846;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #2a1846;
  color: #FFFFFF;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #eceff2;
}

.woocommerce .woocommerce-ordering select {
  display: inline-block;
  padding: 0.5rem 1rem !important;
  width: 100% !important;
  color: #2a1846;
  background-color: #FFFFFF;
  text-indent: 8px;
  line-height: 40px;
  border: 1px solid #2a1846;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
  min-width: 260px;
  /*-webkit-appearance: none;*/
}

@media(max-width: 767px) {
  .woocommerce .woocommerce-ordering {
    width: 100% !important;
  }
}



.woocommerce .tagcloud > a.tag-cloud-link {
  display: block;
  width: 100%;
  font-size: 16px !important;
  color: #b63e97;
  text-decoration: underline;
  font-weight: bold;
}

.post-type-archive-product h6.product-sku,
.tax-product_cat h6.product-sku,
.tax-product_tag h6.product-sku {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  color: #484d53;
}

.post-type-archive-product .product-excerpt,
.tax-product_cat .product-excerpt,
.tax-product_tag .product-excerpt,
.post-type-archive-product .product-excerpt p,
.tax-product_cat .product-excerpt p,
.tax-product_tag .product-excerpt p {
  font-size: 0.75rem !important;
  letter-spacing: 0.05rem !important;
  color: #484d53;
  font-weight: normal;
}







