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

.share .fb-like {
  min-height: 24px;
  vertical-align: bottom;
  margin: 0 3px -10px 0;
}

.share .fb-like.layout-standard {
  min-height: 31px;
}

.share .fb-like.layout-box_count {
  min-height: 45px;
}

.fb-comments span,
.fb-comments span iframe
{
  min-width: 550px;
  width: auto !important;
}

@media (max-width: 767px) {
  div.product-details .product-details-info {
    margin-top: 20px;
  }
}
