#wpadminbar #wp-admin-bar-barstore .ab-icon:before {content: '\f174'; top: 3px;}                               /* Products */
#wpadminbar #wp-admin-bar-barstore .ab-icon{margin-right: 0 !important;}                                       /* Products for arrow */

/*
#wpadminbar #wp-admin-bar-barstore-products .ab-icon:before {content: '\f144'; top: 3px;}                                Products */



/*  Hide top Woo admin bar  */
#woocommerce-embedded-root {display: none !important;}
#wpbody {margin-top: unset !important;}


/*  Hide "Tools for your store" suggestion on Orders page  */
.marketplace-suggestions-container.showing-suggestion {
  display: none !important;
}


.aws-container .aws-search-form {
  height: 36px;
}


.aws-container .aws-search-field {
  color: white;
  font-size: 13px;
  border-radius: 5px !important;
  background-color: #4f4f4f;
  border: 1px solid #666;
}

.aws-container .aws-search-field:focus {
  background-color: #4f4f4f;
  border: 1px solid #666;
}