/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

/* ICON */

.social-net-icon .fa.fa-facebook {
  background-color: #385aa1;
}

.social-net-icon .fa.fa-google-plus {
  background-color: #db4437;
}

/* BUTTON */

.social-net-button.social-net-Facebook a {
  border-color: #3a5898;
  color: #3a5898;
}

.social-net-button.social-net-Google a {
  border-color: #4084f3;
  color: #4084f3;
}
