/* Backgrounds */
.bg-blue-50\/50 {
  background-color: #eff6ff!important;
}
.hover\:bg-blue-100:hover {
  background-color: #dbeafe!important;
}

/* Text Color */
.text-blue-700 {
  color: #1447e6!important;
}

/* Border */
.border-0 {
  border-width: 0;
}

/* Border Radius */
.rounded-sm {
  border-radius: 0.125rem;
}

/* Positioning */
.absolute {
  position: absolute;
}
.top-2 {
  top: 0.5rem;
}
.top-12 {
  top: 3rem;
}
.left-2 {
  left: 0.5rem;
}

/* Sizing */
.h-8 {
  height: 2rem;
}
.w-8 {
  width: 2rem;
}

/* Cursor */
.cursor-pointer {
  cursor: pointer;
}

/* Flex */
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}



/* CUSTOM CLASS FOR SHOP */
ul li.wc-block-product{
  position: relative;
}