body.page-products-index #products-container {
  background-color: #E6E6E6;
  padding: 2em 0 2.5em;
}

body.page-products-index #products-container .thumbnail {
  border-color: #ccc;
  margin-top: 2em;
  padding: 2em 0.8em;
}

body.page-products-index #products-container .thumbnail .caption {
  text-align: center;
}

#products-container .farsaran-product-title h2 {
  font-size: 1em;
  text-align: center;
}
#products-container .farsaran-product-title h2 a {
  color: #000;
  font-size: 1.2em;
}

#products-container .farsaran-product-field_shortdesc {
  font-size: 0.82em;
  line-height: 1.65em;
  padding: 1em 2em 1.5em;
  text-align: justify;
}

#products-container .farsaran-product-sell_price {
  margin: 1em 0;
}

#products-container .farsaran-product-view_node {
  font-size: 0.9em;
}

.node-product.view-mode-full .field-name-uc-product-image {
  margin-top: 1em;
}
.node-product.view-mode-full .field-name-uc-product-image img {
  margin: 0 auto;
}
.node-product.view-mode-full .product-info.display-price {
  float: none;
  text-align: center;
  padding: 0.7em 0;
  font-size: 1em;
}
.node-product.view-mode-full .add-to-cart {
  text-align: center;
}

.node-product .add-to-cart button.node-add-to-cart::before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
  padding-left: 0.6em
}

/**
 * Equal height columns. see https://scotch.io/bar-talk/different-tricks-on-how-to-make-bootstrap-columns-all-the-same-height
 */
.node-product.view-mode-full > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.node-product.view-mode-full > .row [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/**
 * Sticky column. see https://webdesign.tutsplus.com/tutorials/sticky-positioning-with-nothing-but-css--cms-24042
 */
.farsaran-product-sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
}
