@import url('https://fonts.googleapis.com/css?family=Lato');

body {
  font-family: 'Lato', sans-serif;
}

.section {
  padding: 35px 0;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li.active > a {
  color: #000;
}

.nav-pills.right > li {
  float: right;
}

#main-menu .shopping-cart-button {
  padding: 10px 0 0 0;
  line-height: 28px;
}

#main-menu .shopping-cart-button .badge {
  background-color: #d9534f;
  position: absolute;
  right: -10px;
  bottom: -3px;
  padding: 2px 5px;
}

#footer-menu.nav > li > a:hover, #footer-menu.nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}

#category-menu {
  background-color: #cccccc;
}

#category-menu img.img-responsive {
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: thin;
  border-color: #ffffff;
  margin-bottom: 3px;
}

#product-category-child-categories img.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

#category-menu .cat div {
  background-color: white;
}

#category-menu .cat p {
  background-color: #aecc53;
  border-style: solid;
  border-width: thin;
  border-color: #ffffff;
}

#category-menu .catalogue p {
  background-color: #363958;
  border-style: solid;
  border-width: thin;
  border-color: #ffffff;
}

#company-details {
  padding: 25px 0 5px 0;
}

#product-category-breadcrumbs {
  padding-top: 1em;
  padding-bottom: 1em;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

#product-category-breadcrumbs a {
  color: #808080;
}

#product-category-breadcrumbs a:hover {
  color: #333;
  text-decoration: none;
}

.product-category-description {
  padding-top: 0;
}

.product-listing-sub-category {
  background-color: #ccc;
}

.product-listing ul {
  list-style: none;
  padding: 0;
}

.product-listing ul > li {
  border-bottom: solid;
  border-color: #cccccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.product-listing .product-listing-heading h4 {
  display: inline-block;
  margin-right: 1em;
}

a.cat:link {
  color: #ffffff;
  text-decoration: none;
}

a.cat:visited {
  color: #ffffff;
  text-decoration: none;
}

a.cat:hover {
  color: #363958;
  text-decoration: none;
}

a.catalogue:link {
  color: #ffffff;
  text-decoration: none;
}

a.catalogue:visited {
  color: #ffffff;
  text-decoration: none;
}

a.catalogue:hover {
  color: #aecc53;
  text-decoration: none;
}

#product-category-child-categories a.cat:link {
  color: #333;
  text-decoration: none;
}

#product-category-child-categories a.cat:visited {
  color: #333;
  text-decoration: none;
}

#product-category-child-categories a.cat:hover {
  color: #363958;
  text-decoration: none;
}

#product-category-slider .item img {
  width: 100%;
}

#homeCarousel .item img {
  width: 100%;
}

.shopping-cart-headings {
  font-weight: bold;
  margin-bottom: 1em;
}

.shopping-cart-form input.quantity {
  width: 5em;
  margin-left: auto;
}

.shopping-cart-form .product-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.shopping-cart-form .total-column {
  text-align: right;
}

.shopping-cart-form .shopping-cart-grand-total {
  font-weight: bold;
  background-color: #ccc;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.shopping-cart-form .shopping-cart-continue-shopping {
  float: left;
}

.shopping-cart-form .shopping-cart-update-checkout {
  float: right;
}

.shopping-cart-item {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

button.add-to-cart-btn {
  color: #d9534f;
  background: transparent;
  border: none;
  vertical-align: middle;
}

.product-listing-navigation {
  display: block;
  margin: 1em 0;
}

.product-listing-navigation .btn {
  margin-bottom: 3px;
}

.label.product-data {
  background-color: #F0F1F1;
  color: #333;
  font-size: 1em;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.label.product-data .product-data-heading>img {
  display: block;
  height: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8em;
}

.label.product-data>span.product-data-heading {
  display: block;
  margin-bottom: 0.8em;
  border-bottom: 1px solid white;
}

.product-data-wrapper.with-text-headers .label.product-data>span.product-data-heading {
  min-height: 4em;
  line-height: 1.2em;
  max-width: 8em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
}

.label.product-data>span.product-data-value {
  display: block;
  padding: 0 3px;
}

a.enquiry-button.btn-xs {
  margin-top: -1em;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.modal {
  overflow: auto !important;
}

.cover {
  height: 10px;
}

img.img-responsive.centered {
  margin-left: auto;
  margin-right: auto;
}

/*MORPH*/
.morph {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*FOCUS*/
.focus {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.focus:hover {
  border: 70px solid #000;
  border-radius: 50%;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.allied-green-text {
  color: #aecc53;
}

.not-available-online {
  font-size: small;
  color: #666;
}

#checkout-payment-iframe {
  width: 100%;
  height: 200px;
  border: none;
}

#tesimonials-listing {
  padding: 0;
  list-style: none;
}

#tesimonials-listing .testimonial {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}

div.category-notes {
  margin-top: 1em;
}

select.form-control.empty {
  color: #999;
}
select.form-control option {
  color: #333;
}
select.form-control option:first-child{
  color: #999;
}

label.mandatory-field::after {
  content: '*';
  color: #d9534f;
}

/*ZOOM*/
@media only screen and (min-width: 768px) {
  .zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }

  .zoom:hover,
  .zoom:active,
  .zoom:focus {
    /**adjust scale to desired size,
    add browser prefixes**/
    -ms-transform: scale(6) translate(40%,0);
    -moz-transform: scale(6) translate(40%,0);
    -webkit-transform: scale(6) translate(40%,0);
    -o-transform: scale(6) translate(40%,0);
    transform: scale(6) translate(40%,0);
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}

@media (max-width: 767px) {
  img.product-image {
    max-width: 30%;
  }

  .label.product-data {
    margin-right: 0px;
    margin-bottom: 2px;
    display: block;
    text-align: left;
  }

  .label.product-data .product-data-heading>img {
    display: inline-block;
    margin-left: 0;
    padding-right: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .label.product-data>span.product-data-heading {
    display: inline-block;
    text-align: left;
    padding-right: 5px;
    border-bottom: 0;
    border-right: 1px solid white;
    margin-right: 5px;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .product-data-wrapper.with-text-headers .label.product-data>span.product-data-heading {
    min-height: auto;
    line-height: 1.2em;
    max-width: inherit;
    width: 10em;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .label.product-data>span.product-data-value {
    display: inline-block;
    vertical-align: middle;
  }

  .shopping-cart-form .shopping-cart-continue-shopping,
  .shopping-cart-form .shopping-cart-update-checkout {
    float: none;
    text-align: center;
    margin-bottom: 1em;
  }

}
