.star-rating, .product_cat-posters {
  display: none;
}
a.button.product_type_variable {
    color: transparent;
}
.not-exist h2:not(:first-child) {
  display: none;
}
span.onsale {
  display: inline-block;
  margin-top: 25px;
  background: #ffc000;
  padding: 10px 30px 10px 30px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
  position: absolute;
  font-size: 14px;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}

ul.products li {
  list-style: none;
}
ul.products li.product {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

ul.products li.product:hover {
  transform: scale(1.02);
}

.catalog ul.products li.product {
  width: 23.5%;
  padding: 0;
}

.catalog .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
  justify-content: flex-start; /*Edited Jen before justify-content: space-between;*/
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
  text-decoration: none;
}

.products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 5px 5px 0 0;
  height: auto;
}

.catalog
  .woocommerce
  ul.products
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 100%;
  height: auto;
}

.woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
  color: black !important;
  display: block;
  text-transform: uppercase;
  margin: 0px 15px !important;
  padding-bottom: 30px !important;
  font-size: 18px !important;
  font-weight: 550 !important;
  margin-top: -15px !important;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  max-height: 37px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px !important;
}
.woocommerce ul.products li.product_cat-posters a h2.woocommerce-loop-product__title {
  margin-top: 10px !important;
}
span.price,
.woocommerce ul.products li.product .price {
  margin: 15px !important;
  margin-bottom: 15px !important;
  font-size: 16px !important;
  color: #000 !important;
}

.products span.price::after {
  content: " View Details ";
  white-space: pre;
  display: block;
  background-color: #f5832b;
  color: #fff;
  font-weight: 400 !important;
  text-align: center;
  margin: 0 15px;
  margin-top: 6px;
  padding: 6px;
  width: 60%;
  font-size: 16px;
}

.product_cat-on-canada bdi::before {
  content: "C ";
}
.img.woocommerce-placeholder.wp-post-image {
  width: 100% !important;
}
.products 
  a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.wp-element-button.product_type_variable.add_to_cart_button {
  display: none;
}

.filter-course p b {
  letter-spacing: 0.4px;
  font-size: 15px;
}
.form-control {
  display: block;
  min-width: 250px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-right: 10px solid transparent;
  margin-top: 5px;
}
.filter-course {
  display: flex;
  gap: 30px;
}
.filter-course-results .f-course {
  opacity: 0;
  display: none !important;
}
.filter-course-results .f-course.active {
  opacity: 1;
  display: block !important;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1150px) {
  .catalog ul.products li.product {
    width: 31%;
  }
}
@media only screen and (max-width: 850px) {
  .form-control {
    min-width: 200px;
  }
  .filter-course {
    gap: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .catalog ul.products li.product {
    width: 48%;
  }
  .form-control {
    min-width: 160px;
  }
  .filter-course {
    gap: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .filter-course {
    flex-direction: column;
  }
  .form-control {
    width: 100%;
  }
  .catalog ul.products li.product {
    width: 47%;
  }
}
@media only screen and (max-width: 450px) {
  .catalog ul.products li.product {
    width: 100%;
  } 
}