.archive .custom-product-title {
  font-family: "Oswald", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  color: #181818;
  margin-top: 0px;
  margin-bottom: 0px;
}

.archive .tag-brand {
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 5px 10px;
  color: black;
  border-radius: 5px;
}

.add_to_cart_button {
  position: relative;
}
.add_to_cart_button.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 12px;
  right: 6px;
  animation: spin 2s linear infinite;
}

.add_to_cart_button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  top: 12px;
  right: 6px;
  position: absolute;
}

.elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-pagination .page-numbers.prev:before {
  font-size: 22px;
  display: flex;
  font-family: 'Font Awesome 5 Free';
  content: '\f060';
  color: #B7B7B7;
}

.elementor-pagination .page-numbers.next:before {
  font-size: 22px;
  display: flex;
  font-family: 'Font Awesome 5 Free';
  content: '\f061';
  color: black;
}

.page-numbers {
  padding: 8px 15px;
  border-radius: 10px;
}

.page-numbers.current {
  background-color: #F5F6F6;
}