.xb-wishlist-products__caution a {
  color: #ec4a1b !important;
}
.xb-list-style__add-to-cart {
    background-color: #ec4a1b !important;
    color: #1f1f21 !important;
}
.xb-list-style__compareAtPrice {
    color: #d64f4f !important ;
}

.xb-list-style__select {
  border: 1px solid #444 !important;
  border-radius: 6px !important;
  background-color: #1e1e1e !important;
  color: #f5f5f5 !important;
  padding: 10px 36px 10px 12px !important; /* right padding fixed */
  font-size: 14px !important;
  font-weight: 500 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.41.59L6%205.17l4.59-4.58L12%202l-6%206-6-6z%22%20fill%3D%22%23f5f5f5%22/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 12px 8px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.xb-list-style__select:hover {
  border-color: #ec4a1b !important;
}

.xb-list-style__select:focus {
  border-color: #ec4a1b !important;
  box-shadow: 0 0 0 2px rgba(236, 74, 27, 0.4) !important;
  outline: none !important;
}

.xb-wishlist-products__no-product-desc {
    color : #ffffffbf !important ; 
