.out-of-stock-handler .variable-item-contents::after {
  content: "Email Me" !important;
  font-size: 14px !important;
}
.out-of-stock-handler {
  background-color: #c9c9c9 !important;
}
.out-of-stock-handler,
.in-the-stock-handler {
  width: 80px !important;
  height: 80px !important;
}

/* Archive Page */

.stock-handler-attributes {
  display: flex !important;
	flex-wrap:wrap  !important;
	flex-wrap: wrap;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 8px auto;
	gap:5px;
	
}
.stock-handler-attributes .handler-att {

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
	padding:6px 8px;
  font-size: 8px;
  font-weight: 500;
  color: #202020;
  border: 1px solid #e9e9e9;
	border-radius:3px;
  display: block;
	text-transform:uppercase;
}
.stock-handler-attributes .stock-handler-out-of-stock-att {
  background-color: #efefef !important;
  position: relative;
}
