/* 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.
 */

.product-details .product-details-info-vendor .vendor-contact-now {
  float: right;
  padding-top: 10px;
}

.vendor-contact-now > a {
  color: #1cb5fc;
  cursor: pointer;
}

.vendor-contact-now > a path {
  fill: #1cb5fc;
}

.vendor-contact-now > a svg {
  vertical-align: bottom;
  width: 16px;
  margin-right: 2px;
}

.vendor-contact-now > a:hover {
  color: #25c5df;
}

.vendor-contact-now > a:hover path {
  fill: #25c5df;
}
