@import url(//fonts.googleapis.com/css?family=Montserrat);@import url(//fonts.googleapis.com/css?family=Merriweather);@import url(../bootstrap/4.0.0-beta/css/bootstrap.min.css);@import url(../ajax/libs/balloon-css/0.4.0/balloon.min.css);@import url(../font-awesome/4.7.0/css/font-awesome.min.css);@import url(../ajax/libs/bootstrap-fileinput/4.4.5/css/fileinput.min.css);/*
// Fonts
@import url("//fonts.googleapis.com/css?family=Raleway:300,400,600");

// Variables
@import "https://granniesinc.co.uk/css/variables";

// Bootstrap
@import "https://granniesinc.co.uk/css/~bootstrap-sass/assets/stylesheets/bootstrap";
*/

html,
body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#header {
  background-color: white;
}

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  /*   padding-top: 90px; */
}

@media only screen and (max-width: 575px) {
  .logo {
    margin-top: -30px;
  }
}

.header-link {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-right: 10px;
}

.header-link:last-child {
  margin-right: 0;
}

.header-link:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  -webkit-transition: width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease;
}

.header-link:hover:after {
  width: 100%;
  background: #de2666;
}

.header-link.active:after {
  width: 100%;
  background: #de2666;
}

.headerNavbar ul {
  padding-left: 30px;
  /* because we detach the dropdown for the header we need to add back the padding left which bootstrap removes */
}

.cart-wrapper {
  width: 50px;
  height: 50px;
  position: relative;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.cart-wrapper .count {
  background-color: #de2666;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 18px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 6px;
  right: 11px;
  font-size: 75%;
}

a {
  text-decoration: none;
  color: #37353C;
}

a:hover {
  text-decoration: none;
  color: grey;
  cursor: pointer;
}

.clickable-row {
  cursor: pointer;
}

.clickable-row:hover {
  background-color: #ccc;
}

.highlight-row {
  cursor: pointer;
}

.highlight-row:hover {
  background-color: #ccc;
}

.text-blue,
.text-blue a {
  color: blue !important;
}

.text-red {
  color: red !important;
}

.text-green {
  color: green !important;
}

.text-pink {
  color: #de2666 !important;
}

.text-grey {
  color: grey !important;
}

.gi-pink-background * {
  background-color: #de2666 !important;
}

.gi-heading-text {
  font-family: Merriweather;
  color: #de2666;
  font-weight: bold;
}

.gi-heading-subtitle {
  color: #6D6E71;
  font-size: 1.1em;
  line-height: 2em;
  margin-top: 0px;
  font-family: 'Merriweather', serif !important;
}

.gi-above-heading-text {
  color: grey;
  font-family: 'Merriweather', serif !important;
}

.shaded-container {
  border-radius: 5px;
  background-color: #F2F2F2;
}

.gi-navbar-bars span {
  display: block;
  float: left;
  clear: both;
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background-color: #de2666;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gi-navbar-barsspan:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}

.gi-navbar-bars span:nth-child(2) {
  margin-top: 25px;
}

.gi-navbar-bars span:nth-child(3) {
  margin-top: 40px;
}

/* Div tiles that show thex aligned in the middle */

.textTile {
  min-width: 200px;
  min-height: 50px;
  border: 1px solid grey;
}

.textTile:hover {
  -webkit-box-shadow: 0px 0px 4px 2px rgba(222, 38, 102, 0.82);
          box-shadow: 0px 0px 4px 2px rgba(222, 38, 102, 0.82);
}

/* Bootstrap override */

.form-control {
  border-color: rgba(222, 38, 102, 0.25) !important;
  border-width: 1px;
}

.form-control:focus {
  border-color: #de2666 !important;
}

.btn-primary {
  background-color: #de2666 !important;
  border-color: #de2666 !important;
}

.btn-empty {
  background: none !important;
  border: 1px solid black;
}

.btn-grey {
  background: #F2F2F2 !important;
}

.btn-toolbar-grey {
  background: #F2F2F2 !important;
  border-radius: 5px;
}

table th,
td {
  padding-right: 20px;
}

/* formatting of columns in article format	   */

article {
  -webkit-column-width: 200px;
          column-width: 200px;
  -webkit-column-count: 3;
          column-count: 3;
  /* column-rule: 1px solid #ddd; */
}

article h6 {
  -webkit-column-span: all;
          column-span: all;
  margin-top: 20px;
}

/* centered image created by Nazar */

.images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.image-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.image-item img {
  max-width: 100%;
  height: auto;
  width: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  margin: auto;
}

/* MU: I think I added this */

.image-item:after {
  padding-top: 100%;
  content: '';
  float: left;
}

/* end */

/*CSS3 multiple columns.*/

/* Get em size for colums: 184/16 */

.columns {
  /* Firefox */
  -webkit-column-width: 11.5em;
  /* webkit, Safari, Chrome */
  column-width: 11.5em;
}

/*remove standard list and bullet formatting from ul*/

.columns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* correct webkit/chrome uneven margin on the first column*/

.columns ul li:first-child {
  margin-top: 0px;
}

/* end multi column */

label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
  display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
  color: #de2666;
  display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
  color: #de2666;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.vertical-menu {
  width: 200px;
  /* Set a width if you like */
}

.vertical-menu ul {
  padding: 0;
}

.vertical-menu .menu-item {
  /*     background-color: #eee; Grey background color */
  color: black;
  /* Black text color */
  display: block;
  /* Make the links appear below each other */
  padding: 5px;
  /* Add some padding */
  text-decoration: none;
  /* Remove underline from links */
}

.vertical-menu .menu-item:hover {
  background-color: #F2F2F2;
  /* Dark grey background on mouse-over */
}

.vertical-menu .menu-item.active {
  background-color: #F2F2F2;
  /* Add a green color to the "active/current" link */
}

.vertical-menu .menu-item.active a {
  color: #de2666;
}

.feedback-star {
  color: #ff9900;
  opacity: 0.2;
  zoom: .8;
}

.feedback-star.checked {
  opacity: 1;
}

.reviews-jumbo {
  display: block;
  /*padding: 20px 40px;*/
  background-color: white;
  margin-bottom: 50px;
  width: 100%;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.star-bar-outer {
  width: 100%;
  height: 12px;
  background-color: #f3f3f3;
}

.star-bar-inner {
  display: block;
  height: 12px;
  background-color: #ff9900;
}

.review-box {
  background-color: white;
  display: inline-block;
  border: 1px solid #f3f3f3;
  padding: 20px 40px;
  width: 100%;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.product-listing-image-box {
  /*background-color: white;*/
  /*display: inline-block;*/
  /*border: 1px solid #f3f3f3;*/
  /*width: 100%;*/
  /*box-shadow: 0 3px 4px rgba(0,0,0,.2);*/
}

.gi-reviews-btn-shop-wrapper {
  background-attachment: fixed;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

.gi-reviews-btn-shop {
  border: 1px solid #de2666;
  background: white;
}

.gi-reviews-btn-shop-wrapper > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  background: inherit;
  background-attachment: fixed;
}

.gi-reviews-btn-shop-wrapper > header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-attachment: fixed;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.owl-prev {
  position: absolute;
  top: 50%;
  height: 30px;
  margin: 0px !important;
  margin-top: -15px !important;
  padding: 0px !important;
  left: 0;
  background: none !important;
  color: black !important;
}

.owl-next {
  position: absolute;
  height: 30px;
  top: 50%;
  margin: 0px !important;
  margin-top: -15px !important;
  padding: 0px !important;
  right: 0;
  background: none !important;
  color: black !important;
}

.footable .caret {
  display: none !important;
}

/* press section owl slider */

.slider-item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-item img,
.owl-carousel .owl-item img,
.image-item img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: auto;
  /* 	height: 100px; */
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  text-align: center;
}

.image-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.owl-stage-outer {
  overflow: hidden;
}