/* product-list.css */

/* Product glossary */
.hcp-product-glossary {
  float: left; /* RTL */
  margin-bottom: 25px;
  width: 100%;
}

.hcp-product-glossary .jump-to {
  color: #464646;
  display: none;
  float: left; /* RTL */
  font-size: 1.286em; /*18px*/
  padding: 6px 7px;
}

@media only screen and (min-width: 640px) {
  .hcp-product-glossary .jump-to {
    display: block;
  }
}

.hcp-product-glossary a,
.hcp-product-glossary span.inactive {
  color: #0088ce;
  display: inline-block;
  height: auto;
  font-size: 1.286em; /*18px*/
  padding: 6px 8px;
  text-align: center;
  width: 22px;
}

@media only screen and (min-width: 960px) {
  .hcp-product-glossary a,
  .hcp-product-glossary span.inactive {
    width: auto;
  }
}

@media only screen and (min-width: 1365px) {
  .hcp-product-glossary a,
  .hcp-product-glossary span.inactive {
    padding: 6px 14px;
  }
}

.hcp-product-glossary .letter.inactive {
  color: #ccc;
}

.hcp-product-glossary .letter:hover,
.hcp-product-glossary .letter.active {
  background-color: #0088ce;
  color: #fff;
  text-decoration: none;
}

.hcp-product-glossary .letter.inactive:hover,
.hcp-product-glossary .letter.active.inactive {
  background: none;
  color: #ccc;
  cursor: default;
  text-decoration: none;
}

.hcp-product-glossary .letter:focus {
  text-decoration: none;
}

/* Promoted products */
.view-hcp-products ul {
  margin: 0;
}

.view-hcp-products .view-content {
  overflow: hidden;
}

.view-hcp-products li {
  list-style: none;
}

.view-hcp-products .item {
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 20px;
}

.view-hcp-products .views-field-title,
.view-hcp-products .views-field-field-hcp-generic-indication {
  float: left; /* RTL */
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .view-hcp-products .views-field-title,
  .view-hcp-products .views-field-field-hcp-generic-indication {
    width: 65%;
  }
}

.view-hcp-products .views-field-title a,
.view-hcp-products .views-field-field-hcp-generic-indication a {
  font-family: "FS Albert Web Bold", FS Albert Web Regular, Verdana, Arial, sans-serif;
  font-weight: 600;
}

@media only screen and (min-width: 960px) {
  .view-hcp-products .views-field-title a,
  .view-hcp-products .views-field-field-hcp-generic-indication a {
    font-size: 1.429em; /*20px*/
  }
}

.views-field-field-hcp-generic-indication {
  font-size: 0.857em; /*12px*/
}

.views-field-field-hcp-brand-logo {
  float: left; /* RTL */
  width: 100px;
}

@media only screen and (min-width: 960px) {
  .views-field-field-hcp-brand-logo {
    float: right; /* RTL */
  }
  .views-field-field-hcp-brand-logo .hcp-product-logo {
    border: 1px solid #ccc;
  }
}

/* Products: A to Z. */
.hcp-product-list {
  clear: left;
  float: left;
  width: 100%;
}

.hcp-product-list .header {
  padding: 10px 0;
}

.hcp-product-list .header h2 {
  margin: 0;
  width: 40%;
}

.hcp-product-list .header h2 a {
  background: none;
  font-size: 1.714em; /*24px*/
  color: #464646;
  width: auto;
  float: left;
}

.hcp-product-list .header h2 a:hover {
  text-decoration: none;
}

.hcp-product-list .header .back-to-top {
  background: url(../images/icon-back-to-top.png) no-repeat right;
  float: right;
  font-family: "FS Albert Web Bold", FS Albert Web Regular, Verdana, Arial, sans-serif;
  font-size: 1em; /*14px*/
  font-weight: 600;
  padding-right: 10px;
  width: auto;
}


.products .product.list {
  border-bottom: 1px solid #dfdfdf;
  clear: left;
  float: left;
  padding: 10px 0;
  width: 100%;
}

.products .product.title {
  clear: left;
  float: left;
  text-align: left;
}

@media only screen and (min-width: 960px) {
  .products .product.title {
    clear: none;
  }
}

.products .product.title a {
  font-family: "FS Albert Web Bold", FS Albert Web Regular, Verdana, Arial, sans-serif;
  font-weight: 600;
}

.products .product.pi {
  clear: left;
  float: left;
  text-align: left;
}

@media only screen and (min-width: 960px) {
  .products .product.pi {
    clear: none;
    float: right;
  }
}

.products .product.pi a {
  font-size: 1em; /*14px*/
  font-weight: 400;
}

/* Specialty filter */
.hcp-product-specialty-filter {
  display: none;
}

html.js .hcp-product-specialty-filter {
  display: block;
}

.hcp-product-specialty-filter .view .hcp.filters {
  background: #f4f4f4;
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.hcp-product-specialty-filter .form-group {
  float: left;
  margin: 0;
  padding: 10px;
  width: 100%;
}

.hcp-product-specialty-filter .views-widget-filter-specialty label {
  float: left;
  font-family: "FS Albert Web Regular", Verdana, Arial, sans-serif;
  font-size: 1.571em;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 10px 0;
}

.hcp-product-specialty-filter .views-widget-filter-specialty .form-control {
  float: right;
  width: 100%;
}

@media (min-width: 640px) {
  .hcp-product-specialty-filter .views-widget-filter-specialty .form-control {
    width: 50%;
  }
}

@media (min-width: 640px) {
  .hcp-product-specialty-filter .views-widget-filter-specialty label {
    margin: 0;
  }

  .hcp.filters .views-widget-filter-specialty .form-control {
    float: right;
    width: 296px;
  }
}
