.page-node-type-product-information #flexslider-1 .flex-control-nav,
.page-node-type-product-information #flexslider-2 .flex-control-nav {
  opacity: 1;
  filter: alpha(opacity=1);
  text-align: center;
}
.page-node-type-product-information #flexslider-1 .flex-control-nav li,
.page-node-type-product-information #flexslider-2 .flex-control-nav li {
  float: none;
  width: 25%;
  margin:0;
}
.page-node-type-product-information #flexslider-1 .flex-control-nav li img,
.page-node-type-product-information #flexslider-2 .flex-control-nav li img {
  width: 98%;
}

.page-node-type-product-information .field--name-field-strapline {
  margin-top: 15px;
  padding: 10px;
  background-color: #EAEAEA;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}


.page-node-type-product-information .productquote,
.page-node-type-product-information .blockquote {
  text-align: right;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 8px 0px 10px 10px;
  padding: 30px 10px;
  quotes: "\201C""\201D""\2018""\2019";
  display: block;
  clear: both;
  float: right;
  font-style: italic; 
  font-weight: bold;
  color: #989898;
}
.page-node-type-product-information .productquote:before,
.page-node-type-product-information .blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.section-grey-title {
  padding-bottom: 50px;
}
.page-node-type-product-information .field--label-above,
.page-node-type-product-information .field--label-inline {
  margin-bottom: 10px;
}
.page-node-type-product-information .field--label-above .field__label,
.section-grey-title h2 {
  margin: 10px 0;
  background: #EAEAEA;
  padding: 10px;
  clear: both;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', Helvetica Neue, Arial, Sans-serif;
}



.page-node-type-product-information .node-content > div:last-of-type > div > div {
  margin: 10px 0;
}

.field--name-field-languages.field--label-inline .field__items {
  margin-top: 0;
}
.field--name-field-languages.field--label-inline .field__items .field__item {
  display: inline-block;
}
.field--name-field-languages.field--label-inline .field__items .field__item:after {
  content: ", ";
}
.field--name-field-languages.field--label-inline .field__items .field__item:last-of-type:after {
  content: "";
}

/* Add to cart form */

.block-field-blockcommerce-productproductvariations{
  top: -71px;
  position: relative;
}

.page-node-type-product-information .field--name-variations ul.links {
  background-color: #eaeaea;
  border: 1px solid #a50000;
  margin-top: 30px;
  padding: 43px 40px 25px;
  
}
form.commerce-order-item-add-to-cart-form > .form-wrapper {
  float: left;
  margin-left: 20px;
}
form.commerce-order-item-add-to-cart-form .field--name-quantity {
  width: 70px;
  margin-left: 0;
}
form.commerce-order-item-add-to-cart-form .field--name-quantity input {
  color: #3f3f3f;
}
form.commerce-order-item-add-to-cart-form select {
  margin: 0;
  width: auto;
}
form.commerce-order-item-add-to-cart-form .ajax-progress {
  display: block !important;
  position: absolute;
}

form.commerce-order-item-add-to-cart-form .form-actions {
  clear: both;
  float: none;
  margin-left: 0;
  margin-top: 0;
}
/* Price field comes from a different field and entity, lets try to group as the prices changes with variation */
.page-node-type-product-information .field--name-price {
  position: relative;
    top: 49px;
    left: 40px;
  color: #A50000;
  font-weight: 700;
  font-size: 1.5em;
  z-index: 10;
}



/* Gmap RH col */
#block-entityviewproduct .field--name-price {
  display: none;
}
#block-entityviewproduct .geolocation-map-container {
  height: 200px !important;
  width: 100% !important;
}
