.xb-list-style__product-del {
  color:#000;
  cursor:pointer;
  display:flex;
  font-size:15px;
  font-weight:500;
  line-height:1;
  opacity:.6
}

table {
	width: 100%;
	border-spacing: 1px;
	position: relative;
	border: 0 none;
	background: white;
}



.xb-product-quantity.show {
    background-color: var(--color-cart-dot)!important;
    font-size: 12px !important;
    width: 20px!important;
    height: 20px!important;
}

.xb-product-quantity.show {
    display: flex !important;
}
.xb-product-quantity--bottom-right {
    bottom: 5px!important;
    right: 3px!important;
}
