@charset "UTF-8";
/* CSS Document */

/* FORMS */

#PaymentForm_OrderForm_error {
	color: red;
}

#FormWrap {
    background: hsl(206, 19%, 91%) none repeat scroll 0 0;
	width: 45%;
	float:left;
	margin-right: 20px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 470px) {
  #FormWrap {
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 470px) {
  #FormWrap {
    padding: 20px;
  }
}

#FormWrap .middleColumn {
	/* max-width: 500px; */
}
#FormWrap span.description {
    font-size: 12px;
    color: #888;
}

#FormWrap div.field {
    margin-bottom: 15px;
}

.message .bad{
	color: red;
}

#top .col-sm-5{
	width: 60%
}
#top .col-sm-7{
	width: 40%
}

.dropdown label{
	float: none;
}
.cf, .clearfloat {
  clear: both;
}

#FormWrap .checkboxset legend{
	display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
	font-weight: bold;
	font-size: 15px;
	color: #6d6d6d;
}

#FormWrap .middleColumn input[type="text"], #FormWrap .middleColumn input[type="email"], #FormWrap .middleColumn input[type="password"], #FormWrap .middleColumn input[type="file"]{
	border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #666;
    padding: 10px 2%;
    width: 100%;
}

#MemberLoginForm_LoginForm_Remember {
	margin-left: 0px;
}

/* LOGIN and FORGOT PASSWORD FORM */
#MemberLoginForm_LostPasswordForm .Actions {
    margin-top: 10px;
}

/* REGISTER FORM */
#Form_RegisterForm .Actions {
    margin-top: 10px;
}

#FormWrap .middleColumn select {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #666;
    height: 45px;
    padding: 10px 2%;
    width: 50%;
}

#FormWrap .middleColumn textarea{
	border: 1px solid #e4e4e4;
    border-radius: 6px;
    color: #666;
    padding: 10px 2%;
    width: 100%;
}
#FormWrap .middleColumn span {
	color: #ad1919;
	font-weight: 300;
}

#FormWrap .middleColumn ul {
    display: block;
    margin: 0;
    padding-left: 20px;
    width: 100%;
}

#FormWrap .middleColumn ul li {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 8px;
    width: 100%;
}

#FormWrap .middleColumn ul li label{
	padding-left: 5px;
}

#FormWrap .middleColumn ul li input[type="checkbox"], #FormWrap .middleColumn ul li input[type="radio"], #FormWrap .middleColumn ul li label {
    display: inline;
    float: none;
    margin: 0;
}

#UserForm_Form_action_process {
    background: rgb(11, 83, 146) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Century Gothic",sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    margin-top: 20px;
    outline: medium none;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
}

#Form_CreateAddressForm .address-fields{
	width: 100%;
}

.action {
    background: rgb(11, 83, 146) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Century Gothic",sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.action:hover,.action:focus, #UserForm_Form_action_process:hover {
	background: #96a520;
	 text-decoration: none;
	 color: #fff;
}

/* Product */
.product
 span.price {
  background: rgb(173, 25, 25);
  color: #fff;
  float: right;
  font-size: 18px;
  position: relative;
  text-align: right;
  width: 130px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 10px;
  top: 7px;
}
.product .favourite {
    margin: 5px;
}
/* Other */

.clearfix:before,
.clearfix:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.clearfix:after,
.navbar:after,
.navbar-header:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* CHECKOUT */

#BillToShippingAddress{
    float: right;
    margin-bottom: 20px;
    margin-top: 32px;
    width: 50%;
    position: relative;
    z-index: 10;
}
.BillingAddressTitle {
    float: left;
    width: 50%;
}

label.left {
    width: 100%;
}

.nav.nav-list a {
    background: #0b5392 none repeat scroll 0 0;
    border-radius: 10px;
    margin-bottom: 5px;
	color: #fff
}

.nav-list .icon{
	padding-left: 17px;
	margin-right: 5px;
}

/* scaffolding */
body {
  font-family: 'Mitr', sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background: #f3f4f5;
  font-weight: 300;
}
a {
  color: #ad1919;
  text-decoration: none;
}
a:hover,
a:focus {
  /* color: #cc1515; */
  /* text-decoration: underline; */
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-rounded {
  border-radius: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}
/* breadcrumbs */
.breadcrumb {
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 0;
  /* text-align: right; */
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  color: #555555;
}
.breadcrumb > .active {
  color: #999999;
}
.shopfooter {
    clear: both;
    text-align: center;
}
.section-padding {
    padding: 30px 0;
}
.biggap {
    margin: 50px 0;
}
.topgap {
	margin-top: 20px;
}
.botgap {
	margin-bottom: 20px;
}
.gap {
	margin: 20px 0;
}
.padtop {
	padding-top: 20px;
}
.padbot {
	padding-bottom: 20px;
}
.pad {
	padding: 20px;
}
.script {
	font-family: 'Just Another Hand', cursive;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding: 20px 0;
    text-align: center;
  }
}
/* dropdowns */
.dropdown-menu {
  z-index: 1000;
  font-size: 14px;
  background-color: #333;
  border: 1px solid #333;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
/* labels */
.label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
/* forms.less */
label {
  font-weight: normal;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 200;
}
.form-control:focus {
  border-color: #a5bd50;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(165, 189, 80, 0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(165, 189, 80, 0.5);
}
.form-group {
  margin-bottom: 20px;
}
/* pager*/
.pager {
  margin: 20px 0;
  border-top: solid 1px #eeeeee;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #ffffff;
  border: 1px solid #c6dc0f;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #c6dc0f;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  border-color: #ddd;
}
/* pagination */
.pagination {
  margin: 20px 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #c6dc0f;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #c6dc0f;
  background-color: #cde4d2;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #c6dc0f;
  border-color: #c6dc0f;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
}
/* responsive utilities */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {

  font-weight: 200;
  line-height: 1.1;
  color: #333333;
  /* text-transform: lowercase; */
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  /* font-family: "Exo", Helvetica, Arial, sans-serif; */
  margin-top: 20px;
  margin-bottom: 20px;
}

h4 {
     font-weight: bold;
}
h4 a {
    color: #444;

}
h5 {
  font-size: 16px;
  /* font-weight: 500; */
}
h6 {
  font-size: 14px;
  font-weight: 500;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 18px;
}
select {
    max-width: 100%;
    /* height: 30px; */
    /* padding: 10px; */
    /* line-height: 3; */
    background: #fff;
    border-radius: 0;
    font-size: 13px;
    border: 1px solid #ddd;
    color: #666;
    font-family: sans-serif;
    font-weight: 200;
    width: 250px;
    text-align: center;
    height: 30px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.text-small {
  font-size: 12px;
}
.text-large {
  font-size: 18px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: #c6dc0f;
}
a.text-primary:hover {
  color: #519461;
}
.bg-primary {
  color: #fff;
  background-color: #c6dc0f;
}
a.bg-primary:hover {
  background-color: #519461;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #c6dc0f;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #c6dc0f;
}
address {
  margin-bottom: 20px;
  line-height: 1.42857143;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 15px 15px;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group.SidebarAccordion .panel {
  border-color: #ccc;
}
.panel-primary {
  border-color: #c6dc0f;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #c6dc0f;
  border-color: #c6dc0f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c6dc0f;
}
.panel-primary > .panel-heading .badge {
  color: #c6dc0f;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c6dc0f;
}
.panel-primary .panel-title {
  font-weight: 300;
}
.panel-primary .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #c6dc0f;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.progress-bar-primary {
  background-color: #c6dc0f;
}
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup.use-yamm,
.yamm .dropdown.use-yamm {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}


/* Home Page Carousel */

.carousel {
    height: 250px;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
    display: block;
}
.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    /* border-color: #c6dc0f; */
    background: #ccc;
    border: none;
}

.carousel-indicators .active {
    background: #c6dc0f;
}

.carousel-caption {
    /* background: rgba(0, 0, 0, 0.35); */
    /* padding: 10px; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
}
.carousel-caption, .carousel-caption * {
	color: #fff;
    margin: 0;
}

.carousel-control .icon-next:before, .carousel-control .icon-prev:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2em;
    color: #C6DC14;
}
.carousel-control .icon-prev:before {
    content: "\f053";
}

@media (max-width: 991px) {
	.carousel {
		height: 300px;
	}
}
@media (max-width: 767px) {
	.carousel {
		height: 250px;
	}
}
@media (max-width: 550px) {
	.carousel {
		height: 200px;
	}
}
@media (max-width: 400px) {
	.carousel {
		height: 150px;
	}
}

/* general styles */
img {
  max-width: 100%;
  height: auto;
}
a, button, .navbar-brand:after {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
  /* margin: 0 5px; */
  /* vertical-align: text-bottom; */
}
.clickable {
  cursor: pointer !important;
}
.required {
  /* color: #c6dc0f; */
}
.accent {
  color: #c6dc0f;
}


@media (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}
p.lead {
  margin-bottom: 40px;
}
div.section {
  margin-bottom: 40px;
}
.no-mb {
  margin-bottom: 0 !important;
}
.mb-small {
  margin-bottom: 20px !important;
}
.heading {
  margin-bottom: 40px;
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
  display: inline-block;
  border-bottom: solid 2px #A4EF2F;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 10px;
  vertical-align: middle;
  /* text-transform: uppercase; */
  letter-spacing: 0.06em;
}
.heading h1 i.fa,
.heading h2 i.fa,
.heading h3 i.fa,
.heading h4 i.fa,
.heading h5 i.fa {
  display: inline-block;
  background: #c6dc0f;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  border-radius: 15px;
}


section.pageTitle {
    /* background: #ecedef; */
}

section.pageTitle h1 {
    color: #24649c;
    font-size: 30px;
}

.icon {
    /* border: 2px solid #fff; */
    /* border-radius: 40px; */
    color: #fff;
    display: inline-block;
    font-size: 20px;
    /* height: 60px; */
    line-height: 30px;
    width: 50px;
}
.icon.icon-lg {
  font-size: 30px;
  border-width: 2px;
}
.ul-icons {
  padding-left: 10px;
}
.ul-icons li {
  list-style-type: none;
  line-height: 20px;
  margin-bottom: 20px;
}
.ul-icons li i {
  width: 20px;
  height: 20px;
  background: #c6dc0f;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 20px;
  margin-right: 10px;
}
ul.list-style-none {
  list-style: none;
}
#text-page h1,
#text-page h2,
#text-page h3 {
  font-weight: 700;
}
#error-page {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}
#error-page h4 {
  margin-bottom: 40px;
}
#error-page p.buttons {
  margin-top: 40px;
}
.pages-listing .item {
  text-align: center;
}
.pages-listing .item h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
.pages-listing .item h3 a {
  color: #555555;
}
.pages-listing .item .text {
  margin-bottom: 20px;
}
.pages-listing .item .text p {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.banner {
  margin-bottom: 30px;
  text-align: center;
}
.banner img {
  margin: 0 auto;
}
.banner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pages {
  text-align: center;
}
.pages .loadMore {
  text-align: center;
}
.pages .pagination {
  text-align: center;
}
.features-buttons button {
  margin-bottom: 20px;
}
@media (min-width: 1300px) {
  body.boxed {
    background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
  }
  body.boxed #all {
    position: relative;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px #cccccc;
  }
}
#top {
  background: #1b1c1d;
  color: #9e9e9e;
  padding: 5px 0;
  /* border-bottom: 2px solid #5c92ca; */
  line-height: 20px;
}
#top p {
  margin: 0;
  font-size: 13px;
  /* color: #8bbcef; */
  font-weight: 200;
}
#top .icons {
  float: right;
  text-align: right;
  font-size: 20px;
}
#top a {
  color: #e6ea6c;
}

a.btn-mini {
    background: #bbbf42;
    color: #0e283e !important;
    padding: 3px 6px;
    line-height: 1;
    font-size: 12px;
    border-radius: 3px;
    border: none;
}
a.btn-mini:hover {
    background: #dde23e;
}
.icons a {
  color: #96a520;
  display: inline-block;
  /* width: 34px; */
  /* height: 34px; */
  border-radius: 12px;
  /* line-height: 17px; */
  /* font-size: 20px; */
  /* text-align: center; */
  vertical-align: top;
}
#top .icons a:hover {
  color: #c6dc0f;
}
#top .topcart {
  float: right;
  margin-right: 20px;
  vertical-align: top;
}
.CartIcon {
    font-size: 1.7em;
}
.topcart span {
	vertical-align: 3px;
}
#top .login a {
  font-size: 13px;
  /* color: #a6bd50; */
  margin-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.10em;
  display: inline-block;
}
#top .login a:hover {
  color: #feffe5;
}
#top .login .fa {
    font-size: 1.5em;
}

@media (max-width: 767px) {
  #top .topcart {
    float: left;
  }
}
#top.light {
  background: #fff;
  color: #999999;
  border-bottom: solid 1px #eeeeee;
}
#top.light .login a {
  color: #555555;
}
.navbar {
  border: none;
}
.navbar h5 {
  color: #c6dc0f;
}
.navbar ul.nav > li > a {
  /* text-transform: uppercase; */
  /* text-decoration: underline; */
  font-weight: 200;
  /* letter-spacing: 0.08em; */
  /* border-top: solid 5px transparent; */
  /* border-bottom: 2px solid #0d599c; */
}
.navbar ul.nav > li > a:hover {
    /* border-bottom: solid 2px #0a3e75; */
}
.navbar ul.nav > li.current > a,
.navbar ul.nav > li.open > a {
  text-decoration: none !important;
  /* border-top: solid 5px #3f734b; */
  border-bottom: solid 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {

   .navbar ul.nav > li > a:hover {
    border: none;
  }
  .navbar ul.nav > li.current > a,
  .navbar ul.nav > li.open > a {
    border-bottom: none;
    border-left: solid 2px #c6cd12;
  }

}
.navbar.navbar-light ul.nav > li.active > a {
  border-top: solid 5px #3f734b;
  background: #fff !important;
  color: #555555 !important;
}
.navbar.navbar-light ul.nav > li.active > a:hover {
  border-top: solid 5px #3f734b;
}
.navbar.navbar-light ul.nav > li > a:hover,
.navbar.navbar-light ul.nav > li.open > a:hover,
.navbar.navbar-light ul.nav > li > a:focus,
.navbar.navbar-light ul.nav > li.open > a:focus {
  border-top: solid 5px #c6dc0f;
  background: #fff !important;
  color: #555555 !important;
}
.navbar ul.dropdown-menu {
  margin: 0;
  padding: 0;
}
.navbar ul.dropdown-menu li {
  list-style-type: none;
  /* border-bottom: solid 1px #000000; */
  text-transform: uppercase;
  letter-spacing: 0.08em;
  /* padding: 4px 0; */
}
.navbar ul.dropdown-menu li a {
  position: relative;
  color: #999999;
  font-size: 12px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
}
.navbar ul.dropdown-menu li a:hover {
  color: #c6dc0f;
  text-decoration: none;
  background: none;
  /* left: 2px; */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .navbar ul.dropdown-menu li a:hover {
    left: 0;
  }
}
.navbar .yamm-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: 5px;
  border-bottom: dotted 1px #555555;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .navbar .yamm-content h3 {
    font-size: 14px;
  }
}
.navbar .yamm-content h5 {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: dotted 1px #B5B5B5;
  letter-spacing: 0.08em;
}
.navbar .yamm-content ul {
  margin: 0;
  padding: 0;
}
.navbar .yamm-content ul li {
  list-style-type: none;
  border-bottom: solid 1px rgb(62, 61, 61);
  text-transform: uppercase;
  padding: 4px 0;
}
.navbar .yamm-content ul li a {
  position: relative;
  color: #BBBBBB;
  font-size: 12px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar .yamm-content ul li a:hover {
  color: #c6dc0f;
  text-decoration: none;
  /* padding-left: 2px; */
}
.navbar .yamm-content .banner {
  margin-bottom: 10px;
}
.navbar .yamm-fw .dropdown-menu {
  padding: 0;
}
.navbar .navbar-buttons {
  float: right;
}
.navbar .navbar-buttons button,
.navbar .navbar-buttons a.btn,
.navbar .navbar-buttons .btn-default.navbar-toggle {
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: 11px;
  line-height: 12px;
}
.navbar .btn-default,
.navbar .btn-default.navbar-toggle {
  color: #999999;
  background-color: #fff;
  margin-left: 7px;
  margin-right: 0;
}
.navbar .btn-default:hover,
.navbar .btn-default.navbar-toggle:hover,
.navbar .btn-default:focus,
.navbar .btn-default.navbar-toggle:focus {
  background-color: #fff;
  border-color: #c6dc0f;
  color: #c6dc0f;
}
.navbar #search {
  clear: both;
  /* border-top: solid 1px #0c5696; */
  text-align: right;
}
.navbar #search form {
  float: right;
}
.navbar #search form .input-group {
  /* width: 500px; */
}
@media (max-width: 768px) {
  .navbar #search form .input-group {
    width: 100%;
  }
}
.navbar #basket-overview a {
  margin-left: 7px;
}
.navbar-affixed-top {
    top: -32px;
}
.navbar-affixed-top.affix-top {
  /* -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; */
}
.navbar-affixed-top.affix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}



.brand-menu {
    min-width: 780px;
    max-height: 600px;
    overflow: auto;
}

.brand-menu  li.brand {
    display: inline-block;
    width: 22.5%;
    margin-right: 2.5%;
    /* padding: 20px; */
}
.brand-menu  li.brand a {
    position: relative;
    /* padding-left: 40px !important; */
    /* padding: 6px 0 6px 40px; */
}

.TopLevel {
	cursor: pointer;
	background: #AD1919;
	color: white !important;
	padding: 5px;
}

.SidebarAccordion {
	cursor: pointer;
	background: #AD1919;
	color: white;
	padding: 5px;
}

.navFAQ {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.navFAQ > li, .nav > li > a {
    display: block;
    position: relative;
}
.accordion-content {
    border-top: 1px solid #f0f0f0;
    display: none;
    padding: 20px;
}
.accordion-content p {
    margin: 0;
}
.accordion-title h4::before {
    content: ">";
    font-size: 13px;
    margin-right: 10px;
    transition: all 0.3s ease 0s;
}
.accordion-title h4 {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 30px 20px;
    position: relative;
}
.accordionFAQ > li {
    border-color: #e7e7e7;
    border-style: solid;
    border-width: 1px 1px 0;
}
.accordionFAQ > li:last-child {
    border-bottom-width: 1px;
}

.TopLevel a {
	color: white;
	padding: 0px !important;
	font-size: 15px !important;
    font-weight: 300;
    line-height: 1.42857 !important;
}

#searchbar {
    text-align: right;
}

#searchbar .download {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
    /*display: none;*/
}

.panel > a {
	background: #AD1919;
	color: white;
}

.SidebarAccordion:after {
    /* content: '\02795'; */ /* Unicode character for "plus" sign (+) */
    /* font-size: 13px; */
    /* color: #fff; */
    /* float: right; */
    /* margin-left: 5px; */
}

.SidebarAccordion.active:after {
    /* content: "\2796"; */ /* Unicode character for "minus" sign (-) */
}

@media (max-width: 991px) {
.brand-menu {
    min-width: 490px;
}
.brand-menu  li.brand {
    width: 46%;
}
}
@media (max-width: 768px) {
 .brand-menu  li.brand {
    display: block;
    width: 100%;
}
}



body.boxed .navbar-affixed-top.affix {
  position: static;
}
#login-modal {
  overflow: hidden;
}
#login-modal .modal-header h4 {
  text-transform: uppercase;
}
#login-modal form {
  margin-bottom: 20px;
}
#login-modal a {
  /* color: #c6dc0f; */
}
#login-modal p {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 13px;
}
/* buttons  */
.btn {
  font-weight: 400;
  /* font-family: "Roboto", Helvetica, Arial, sans-serif; */
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0;
}
.input-group .btn {
  font-size: 14px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-main {
  color: #FFFFFF !important;
  background-color: #0b5392;
  border-color: #0b5392;
  /* left: -1px; */
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.open > .dropdown-toggle.btn-main {
  color: #75B116;
  background-color: #e6e6e6;
  border-color: #75B116;
}
.btn-main:active,
.btn-main.active,
.open > .dropdown-toggle.btn-main {
  background-image: none;
}
.btn-main.disabled,
.btn-main[disabled],
fieldset[disabled] .btn-main,
.btn-main.disabled:hover,
.btn-main[disabled]:hover,
fieldset[disabled] .btn-main:hover,
.btn-main.disabled:focus,
.btn-main[disabled]:focus,
fieldset[disabled] .btn-main:focus,
.btn-main.disabled:active,
.btn-main[disabled]:active,
fieldset[disabled] .btn-main:active,
.btn-main.disabled.active,
.btn-main[disabled].active,
fieldset[disabled] .btn-main.active {
  background-color: #ffffff;
  border-color: #c6dc0f;
}
.btn-main .badge {
  color: #ffffff;
  background-color: #c6dc0f;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
  background: #96a520;
  color: #ffffff;
  border-color: #96a520;
}

.prod-attributes-box.text-center {
    background: #eee;
    padding: 20px;
}

.btn-template-main {
    background: #444;
    color: #eee;
}
.btn-template-main:hover {
    background: #000;
    color: #fff;
}
.btn:focus {
  /* color: #D9FBA6; */
}
.btn-template-main .fa {
    color: #ABEF42;
}
.btn-template-transparent-primary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-template-transparent-primary:hover,
.btn-template-transparent-primary:focus,
.btn-template-transparent-primary:active,
.btn-template-transparent-primary.active,
.open > .dropdown-toggle.btn-template-transparent-primary {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-template-transparent-primary:active,
.btn-template-transparent-primary.active,
.open > .dropdown-toggle.btn-template-transparent-primary {
  background-image: none;
}
.btn-template-transparent-primary.disabled,
.btn-template-transparent-primary[disabled],
fieldset[disabled] .btn-template-transparent-primary,
.btn-template-transparent-primary.disabled:hover,
.btn-template-transparent-primary[disabled]:hover,
fieldset[disabled] .btn-template-transparent-primary:hover,
.btn-template-transparent-primary.disabled:focus,
.btn-template-transparent-primary[disabled]:focus,
fieldset[disabled] .btn-template-transparent-primary:focus,
.btn-template-transparent-primary.disabled:active,
.btn-template-transparent-primary[disabled]:active,
fieldset[disabled] .btn-template-transparent-primary:active,
.btn-template-transparent-primary.disabled.active,
.btn-template-transparent-primary[disabled].active,
fieldset[disabled] .btn-template-transparent-primary.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-template-transparent-primary .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-template-transparent-primary:hover,
.btn-template-transparent-primary:focus,
.btn-template-transparent-primary:active,
.btn-template-transparent-primary.active {
  background: #fff;
  color: #c6dc0f;
  border-color: #fff;
}
.btn-template-transparent-black {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-template-transparent-black:hover,
.btn-template-transparent-black:focus,
.btn-template-transparent-black:active,
.btn-template-transparent-black.active,
.open > .dropdown-toggle.btn-template-transparent-black {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-template-transparent-black:active,
.btn-template-transparent-black.active,
.open > .dropdown-toggle.btn-template-transparent-black {
  background-image: none;
}
.btn-template-transparent-black.disabled,
.btn-template-transparent-black[disabled],
fieldset[disabled] .btn-template-transparent-black,
.btn-template-transparent-black.disabled:hover,
.btn-template-transparent-black[disabled]:hover,
fieldset[disabled] .btn-template-transparent-black:hover,
.btn-template-transparent-black.disabled:focus,
.btn-template-transparent-black[disabled]:focus,
fieldset[disabled] .btn-template-transparent-black:focus,
.btn-template-transparent-black.disabled:active,
.btn-template-transparent-black[disabled]:active,
fieldset[disabled] .btn-template-transparent-black:active,
.btn-template-transparent-black.disabled.active,
.btn-template-transparent-black[disabled].active,
fieldset[disabled] .btn-template-transparent-black.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-template-transparent-black .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-template-transparent-black:hover,
.btn-template-transparent-black:focus,
.btn-template-transparent-black:active,
.btn-template-transparent-black.active {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn-template-primary {
  color: #ffffff;
  background-color: #c6dc0f;
  border-color: #c6dc0f;
}
.btn-template-primary:hover,
.btn-template-primary:focus,
.btn-template-primary:active,
.btn-template-primary.active,
.open > .dropdown-toggle.btn-template-primary {
  color: #ffffff;
  background-color: #519461;
  border-color: #4d8e5c;
}
.btn-template-primary:active,
.btn-template-primary.active,
.open > .dropdown-toggle.btn-template-primary {
  background-image: none;
}
.btn-template-primary.disabled,
.btn-template-primary[disabled],
fieldset[disabled] .btn-template-primary,
.btn-template-primary.disabled:hover,
.btn-template-primary[disabled]:hover,
fieldset[disabled] .btn-template-primary:hover,
.btn-template-primary.disabled:focus,
.btn-template-primary[disabled]:focus,
fieldset[disabled] .btn-template-primary:focus,
.btn-template-primary.disabled:active,
.btn-template-primary[disabled]:active,
fieldset[disabled] .btn-template-primary:active,
.btn-template-primary.disabled.active,
.btn-template-primary[disabled].active,
fieldset[disabled] .btn-template-primary.active {
  background-color: #c6dc0f;
  border-color: #c6dc0f;
}
.btn-template-primary .badge {
  color: #c6dc0f;
  background-color: #ffffff;
}
#intro {
  background: url('../img/home.jpg') no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#intro .item {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  height: 100%;
}
#intro .item h1 {
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
@media (max-width: 991px) {
  #intro .item h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #intro .item h1 {
    font-size: 25px;
  }
}
#intro .item h3 {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #intro .item h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
#intro .item .btn {
  text-transform: none;
}
@media (max-width: 991px) {
  #intro .item .btn {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #intro .item .carousel-caption {
    left: 10%;
    right: 10%;
  }
}
#intro .container,
#intro .row {
  height: 100%;
  position: relative;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 0;
  position: relative;
  background: url('../img/photogrid.jpg') center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.jumbotron .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c6dc0f;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul {
  color: #fff;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.jumbotron p {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
}
.jumbotron p.text-uppercase {
  font-weight: 700;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 46px;
  }
}
#categoryMenu h3 {
  padding: 20px;
  background: #f7f7f7;
  margin: 0;
  border-bottom: solid 1px #eeeeee;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.panel.sidebar-menu h3 {
  padding: 5px 0;
  margin: 0;
  font-weight: 400;
}
.panel.sidebar-menu {
  background: #fff;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.panel.sidebar-menu .panel-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
  background: none;
  padding: 0;
  letter-spacing: 0.08em;
  border-bottom: none;
}
.panel.sidebar-menu .panel-heading h1,
.panel.sidebar-menu .panel-heading h2,
.panel.sidebar-menu .panel-heading h3,
.panel.sidebar-menu .panel-heading h4,
.panel.sidebar-menu .panel-heading h5 {
  display: inline-block;
  border-bottom: solid 2px #c6dc0f;
  line-height: 1.1;
  margin-bottom: 0;
  /* padding-bottom: 10px; */
  display: block;
  text-align: center;
  background: #CEF591;
}
.panel.sidebar-menu .panel-heading .btn.btn-danger {
  color: #fff;
  margin-top: 5px;
}
.panel.sidebar-menu .panel-body {
  padding: 0;
}
.panel.sidebar-menu .panel-body span.colour {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px #555555;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
}
.panel.sidebar-menu .panel-body span.colour.white {
  background: #fff;
}
.panel.sidebar-menu .panel-body span.colour.red {
  background: red;
}
.panel.sidebar-menu .panel-body span.colour.green {
  background: green;
}
.panel.sidebar-menu .panel-body span.colour.blue {
  background: blue;
}
.panel.sidebar-menu .panel-body span.colour.yellow {
  background: yellow;
}
.panel.sidebar-menu .panel-body label {
  color: #999999;
  font-size: 12px;
}
.panel.sidebar-menu .panel-body label:hover {
  color: #555555;
}
.panel.sidebar-menu ul.nav.category-menu {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.panel.sidebar-menu ul.nav.category-menu li a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.panel.sidebar-menu ul.nav ul {
  list-style: none;
  padding-left: 0;
}
.panel.sidebar-menu ul.nav ul li {
  display: block;
}
.panel.sidebar-menu ul.nav ul li a {
  position: relative;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: none !important;
  display: block;
  padding: 5px 15px 5px 30px;
  font-size: 12px;
  color: #5A5A5A;
  font-weight: 300;
  line-height: 1.2;
}
.panel.sidebar-menu ul.nav ul li a:hover,
.panel.sidebar-menu ul.nav ul li a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.panel.sidebar-menu ul.tag-cloud {
  list-style: none;
  padding-left: 0;
}
.panel.sidebar-menu ul.tag-cloud li {
  display: inline-block;
}
.panel.sidebar-menu ul.tag-cloud li a {
  display: inline-block;
  padding: 5px;
  border: solid 1px #eeeeee;
  border-radius: 0;
  color: #c6dc0f;
  margin: 5px 5px 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 12px;
}
.panel.sidebar-menu ul.tag-cloud li a:hover {
  color: #c6dc0f;
  text-decoration: none;
  border-color: #c6dc0f;
}
.panel.sidebar-menu ul.popular,
.panel.sidebar-menu ul.recent {
  list-style: none;
  padding-left: 0;
  padding: 20px 0;
}
.panel.sidebar-menu ul.popular li,
.panel.sidebar-menu ul.recent li {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: dotted 1px #eeeeee;
}
.panel.sidebar-menu ul.popular li:before,
.panel.sidebar-menu ul.recent li:before,
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
  content: " ";
  display: table;
}
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
  clear: both;
}
.panel.sidebar-menu ul.popular li:before,
.panel.sidebar-menu ul.recent li:before,
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
  content: " ";
  display: table;
}
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
  clear: both;
}
.panel.sidebar-menu ul.popular li img,
.panel.sidebar-menu ul.recent li img {
  width: 50px;
  margin-right: 10px;
}
.panel.sidebar-menu ul.popular li h5,
.panel.sidebar-menu ul.recent li h5 {
  margin: 0 0 10px;
}
.panel.sidebar-menu ul.popular li h5 a,
.panel.sidebar-menu ul.recent li h5 a {
  font-weight: normal;
}
.panel.sidebar-menu ul.popular li p.date,
.panel.sidebar-menu ul.recent li p.date {
  float: right;
  font-size: 12px;
  color: #999999;
}
.panel.sidebar-menu ul.popular li:last-child,
.panel.sidebar-menu ul.recent li:last-child {
  border-bottom: none;
}
.panel.sidebar-menu .text-widget {
  font-size: 12px;
}
.panel.sidebar-menu.with-icons ul.nav li a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: relative;
  top: 0;
  float: right;
}
/* ribbons for product sales etc. */
.ribbon {
  position: absolute;
  top: 5px;
  left: -20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
#productMain .ribbon {
  position: relative;
  margin-left: -36px;
  width: 170px;
  padding-bottom: 10px;
  margin-top: -20px;
  top: 0;
}
.ribbon .ribbon-background {
  position: absolute;
  top: 0;
  right: 0;
}
.ribbon .theribbon {
  position: relative;
  width: 70px;
  padding: 6px;
  margin: 10px;
  color: #fff;
  background-color: #bbbf42;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.ribbon.save .theribbon {
  width: auto;
  /* max-width: 80px; */
  background-color: #CE4D0D;
}
.ribbon.save .theribbon:after {
  border-color: #80310B #80310B transparent transparent;
}
.ribbon .theribbon:before,
.ribbon .theribbon:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.ribbon .theribbon:after {
  left: 0px;
  top: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: #888c23 #888c23 transparent transparent;
}

.ribbon.new {
  top: 60px;
}
.ribbon.new .theribbon {
  background-color: #47A1C5;
  /* text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); */
}
.ribbon.new .theribbon:after {
  border-color: #31708A #31708A transparent transparent;
}
.ribbon.gift {
  top: 100px;
}
.ribbon.gift .theribbon {
  background-color: #5cb85c;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon.gift .theribbon:after {
  border-color: #357935 #357935 transparent transparent;
}
.owl-carousel .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span,
.owl-carousel .owl-controls.clickable .owl-page:hover span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #c6dc0f;
}
.owl-carousel .owl-controls .owl-buttons,
.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 5px;
  right: 0;
}
.owl-carousel .owl-controls .owl-buttons div,
.owl-theme .owl-controls .owl-buttons div {
  width: 26px;
  height: 26px;
  line-height: 25px;
  margin: 0 5px 0 0;
  font-size: 18px;
  color: #c6dc0f;
  padding: 0;
  background: #fff;
  border-radius: 13px;
  vertical-align: middle;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
}
.home-carousel {
  position: relative;
  background: url('../img/photogrid.jpg') center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-carousel .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c6dc0f;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.home-carousel .owl-carousel {
  padding-top: 60px;
  padding-bottom: 20px;
}
.home-carousel .owl-theme .owl-controls .owl-page span {
  background: rgba(0, 0, 0, 0.6);
}
.home-carousel .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.home-carousel .owl-theme .owl-controls .owl-page:hover span {
  background: #fff;
}
@media (max-width: 767px) {
  .home-carousel {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .home-carousel .right {
    text-align: right;
  }
}
.home-carousel h1,
.home-carousel h2,
.home-carousel h3,
.home-carousel p,
.home-carousel ul {
  color: #fff;
}
.home-carousel h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 46px;
  letter-spacing: 0.08em;
}
@media (max-width: 991px) {
  .home-carousel h1 {
    font-size: 36px;
  }
}
.home-carousel h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.08em;
}
.home-carousel ul,
.home-carousel p {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
@media (max-width: 991px) {
  .home-carousel ul,
  .home-carousel p {
    font-size: 14px;
  }
}
.home-carousel ul li {
  margin-bottom: 10px;
}
.customers {
  padding: 0;
  margin-bottom: 40px;
}
.customers .item {
  list-style-type: none;
  text-align: center;
  margin: 0 5px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  /* background: #fff; */
  overflow: visible;
}
.customers .item img {
  display: inline-block;
  /*  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
 -webkit-filter: grayscale(100%); */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}
.customers .item img:hover {
  max-width: auto;
  filter: none;
  -webkit-filter: none;
}
.testimonials {
  padding: 0;
  margin-bottom: 40px;
}
.testimonials .item {
  list-style-type: none;
  margin: 0 5px;
  background: #fff;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonials .item .testimonial {
  position: relative;
  padding: 20px;
}
.testimonials .item .testimonial:before,
.testimonials .item .testimonial:after {
  content: " ";
  display: table;
}
.testimonials .item .testimonial:after {
  clear: both;
}
.testimonials .item .testimonial:before,
.testimonials .item .testimonial:after {
  content: " ";
  display: table;
}
.testimonials .item .testimonial:after {
  clear: both;
}
.testimonials .item .testimonial .text {
  color: #777;
  margin-bottom: 40px;
}
.testimonials .item .testimonial .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  height: 50px;
}
.testimonials .item .testimonial .bottom .icon {
  color: #c6dc0f;
  font-size: 30px;
  float: left;
  width: 20%;
}
.testimonials .item .testimonial .name-picture {
  float: right;
  width: 80%;
  text-align: right;
}
.testimonials .item .testimonial .name-picture h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.testimonials .item .testimonial .name-picture p {
  color: #999999;
  margin: 0;
  font-size: 12px;
}
.testimonials .item .testimonial .name-picture img {
  float: right;
  width: 60px;
  border-radius: 30px;
  margin-left: 10px;
}
.team-member {
  text-align: center;
  margin-bottom: 40px;
}
.team-member h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.08em;
}
.team-member h3 a {
  color: #555555;
}
.team-member p.role {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.team-member .social {
  margin-bottom: 20px;
}
.team-member .social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
}
.team-member .social a i {
  vertical-align: bottom;
  line-height: 26px;
}
.team-member .social a.facebook {
  background-color: #4460ae;
}
.team-member .social a.gplus {
  background-color: #c21f25;
}
.team-member .social a.twitter {
  background-color: #3cf;
}
.team-member .social a.instagram {
  background-color: #cd4378;
}
.team-member .social a.email {
  background-color: #4a7f45;
}
.team-member .text p {
  color: #999999;
  font-size: 12px;
}
.team-member .social,
.team-member-detail .social {
  margin-bottom: 20px;
}
.team-member .social a,
.team-member-detail .social a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
}
.team-member .social a i,
.team-member-detail .social a i {
  vertical-align: bottom;
  line-height: 26px;
}
.team-member .social a.facebook,
.team-member-detail .social a.facebook {
  background-color: #4460ae;
}
.team-member .social a.gplus,
.team-member-detail .social a.gplus {
  background-color: #c21f25;
}
.team-member .social a.twitter,
.team-member-detail .social a.twitter {
  background-color: #3cf;
}
.team-member .social a.instagram,
.team-member-detail .social a.instagram {
  background-color: #cd4378;
}
.team-member .social a.email,
.team-member-detail .social a.email {
  background-color: #4a7f45;
}
.box-simple {
  text-align: center;
  margin-bottom: 40px;
}
.box-simple .icon {
  color: #c6dc0f;
  border-color: #eeeeee;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #FFFFFF;
}
.box-simple h3 {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #555555;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.box-simple h3 a {
  color: #555555;
}
p {
  /* color: #616467; */
  /* font-family: 'Roboto Condensed', sans-serif; */
  /* font-weight: 300; */
  /* font-size: 16px; */
}
b, strong {
    font-weight: 500;
}
.box-simple:hover .icon {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.box-simple:hover .icon i {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.box-simple.box-white {
  padding: 20px;
  border: dotted 1px #999999;
}
.box-simple.box-white .icon {
  color: #555555;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark {
  padding: 20px;
  border: dotted 1px #999999;
  background: #555555;
  color: #fff;
}
.box-simple.box-dark .icon {
  color: #f7f7f7;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark h3 {
  color: #fff;
}
.box-simple.box-dark h3 a {
  color: #fff;
}
.box-simple.box-dark p {
  color: #fff;
}
.box-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}
.box-image .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #c6dc0f;
}
.box-image .name {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image .name h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.box-image .name h3 a {
  color: #fff;
  text-decoration: none;
}
.box-image .text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  -o-transform: translate(0, -150%);
  transform: translate(0, -150%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image:hover .bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.box-image:hover .name {
  position: absolute;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  -o-transform: translate(0, -75%);
  transform: translate(0, -75%);
}
.box-image:hover .text {
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.box-image-text {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}
.box-image-text .top {
  position: relative;
  margin-bottom: 10px;
}
.box-image-text .top .bg {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #215773;
}
.box-image-text .top .name {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  padding: 0 20px;
}
.box-image-text .top .name h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.box-image-text .top .name h3 a {
  color: #fff;
  text-decoration: none;
}
.box-image-text .top .text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  -o-transform: translate(0, -150%);
  transform: translate(0, -150%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  padding: 0 20px;
  margin-top: -15px;
}
.box-image-text .content h3,
.box-image-text .content h4 {
  text-transform: uppercase;
  line-height: 1.5;
  color: #555555;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.box-image-text .content p {
  color: #999999;
}
.box-image-text:hover .bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.box-image-text:hover .name {
  position: absolute;
  -webkit-transform: translate(0, -75%);
  -ms-transform: translate(0, -75%);
  -o-transform: translate(0, -75%);
  transform: translate(0, -75%);
}
.box-image-text:hover .text {
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
/* universal box */
.box {
  background: #fff;
  margin: 0 0 30px;
  border: solid 2px #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-left: none;
  border-right: none;
  /* text-align: center; */
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.box .box-header {
  background: #f7f7f7;
  margin: -20px 0 20px;
  padding: 20px;
  border-bottom: solid 1px #eeeeee;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.box .box-header:before,
.box .box-header:after {
  content: " ";
  display: table;
}
.box .box-header:after {
  clear: both;
}
.box .box-header:before,
.box .box-header:after {
  content: " ";
  display: table;
}
.box .box-header:after {
  clear: both;
}
.box .box-footer {
  background: #f7f7f7;
  margin: 30px 0 -20px;
  padding: 20px;
  border-top: solid 1px #eeeeee;
}
.box .box-footer:before,
.box .box-footer:after {
  content: " ";
  display: table;
}
.box .box-footer:after {
  clear: both;
}
.box .box-footer:before,
.box .box-footer:after {
  content: " ";
  display: table;
}
.box .box-footer:after {
  clear: both;
}
@media (max-width: 991px) {
  .box .box-footer .btn {
    margin-bottom: 20px;
  }
}
.box.no-border {
  border: none;
}

.home-intro {
    background-color: #dde8f3;
    padding: 30px 40% 30px 30px;
    /* color: #fff; */
    background-image: url('/themes/refinish/img/spraypaint.png');
    background-repeat: no-repeat;
    background-position: right 90px bottom 5px;
    /* padding-right: 50%; */
    min-height: 220px;
    border: 5px solid #fff;
    background-size: 175px;
}
.home-intro :first-child {
  margin-top: 0;
}


.home-message {
    background: #333;
    padding: 5px;
    text-align: center;
    margin: -30px auto 0;
    width: 300px;
    color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d3d3d+0,0e0e0e+70 */
    background: rgb(61,61,61); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(61,61,61,1) 0%, rgba(14,14,14,1) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(14,14,14,1) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(61,61,61,1) 0%,rgba(14,14,14,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    max-width: 100%;
}
.home-message h3 {
    color: #e6ea6c;
    margin: 0;
}
.home-message p {
    margin: 0;
}

@media (max-width: 797px) {
  .home-intro {
    background-size: 45%;
    padding-right: 50%;
  }
    .home-message {
        margin-top: 0;
    }
}
@media (max-width: 600px) {
  .home-intro {
    background-size: 220px;
    padding: 30px 30px 180px 30px;
  }
}




#heading-breadcrumbs {
  /* background: url('../img/texture-bw.png') center center repeat; */
  padding: 20px 0;
  margin-bottom: 40px;
  background-color: #FFFFFF;
}
#heading-breadcrumbs.no-mb {
  margin-bottom: 0;
}
#heading-breadcrumbs h1 {
  color: #333333;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 991px) {
  #heading-breadcrumbs h1 {
    text-align: center;
  }
}
#heading-breadcrumbs ul.breadcrumb {
  margin-top: 5px;
  margin-bottom: 0;
}
.bar {
  position: relative;
  /* background: #c6dc0f; */
  padding: 60px 0;
}
.bar.background-pentagon {
  background: url('../img/tricep-bg.png');
  /* border-top: solid 1px #999999; */
  /* border-bottom: solid 1px #999999; */
  background-color: #275369;
  color: #ACBEC7;
  background-size: cover;
}
.bar.background-pentagon p.lead {
  color: #B4BDC1;
}
.bar.background-pentagon h2 {
  color: #fff;
}

.bar.background-gray {
  background: #333;
}
.bar.background-gray h2, .bar.background-brands h2 {
  color: #fff;
}
.bar.background-gray-dark {
  background: #555555;
}
.bar.background-white {
  background: #fff;
}
.bar.background-brands {
  background: url('../img/brands-bg.jpg');
  background-color: #273D48;
  color: #ACBEC7;
  background-size: cover;
  overflow: hidden;
}

.bar.background-brands .owl-carousel .owl-wrapper-outer{
  overflow: visible;
}

.bar.background-image-fixed-1 {
  background: url('../img/fixed-background-1.jpg') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.bar.background-image-fixed-2 {
  background: url('../img/fixed-background-2.jpg') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.bar.color-white h1,
.bar.color-white h2,
.bar.color-white h3,
.bar.color-white h4,
.bar.color-white h5,
.bar.color-white h6,
.bar.color-white p {
  color: #fff;
}
.bar.padding-big {
  padding: 50px 0;
}
.bar.padding-horizontal {
  padding-left: 30px;
  padding-right: 30px;
}
.bar.margin-vertical {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bar .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.portfolio.no-space {
  padding: 0 15px;
}
.portfolio.no-space .box-image {
  margin: 0 -15px;
}
.portfolio-project .project-more h4 {
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.portfolio-project .project-more p {
  color: #999999;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: left;
}
.portfolio-showcase {
  margin: 15px 0 60px;
}
.portfolio-showcase h3 a {
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.portfolio-showcase p.lead {
  color: #555555;
  margin-bottom: 20px;
}
.portfolio-showcase p {
  color: #999999;
}
.portfolio-showcase p.buttons {
  margin-top: 40px;
}
.see-more {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
}
.see-more p {
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 20px;
}
.showcase .item {
  text-align: center;
}
.showcase .item .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #555555;
  line-height: 50px;
  border-radius: 25px;
  border: solid 1px #555555;
}
.showcase .item h4 {
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 16px;
}
.showcase .item h4 span {
  font-weight: bold;
  font-size: 51px;
}
.packages .package {
  background: #fff;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
  border: solid 1px #c6dc0f;
  overflow: hidden;
}
.packages .package .package-header {
  height: 57px;
  color: #fff;
  line-height: 57px;
  background: #c6dc0f;
}
.packages .package .package-header h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 57px;
  margin: 0;
  letter-spacing: 0.08em;
}
.packages .package .package-header.light-gray {
  background: #eeeeee;
}
.packages .package .package-header.light-gray h5 {
  color: #555555;
}
.packages .package .price {
  line-height: 120px;
  height: 100px;
  color: #fff;
  font-weight: 400;
}
.packages .package .price h4 {
  display: inline;
  font-size: 50px;
  line-height: normal;
  margin-bottom: 0;
}
.packages .package .price .period {
  line-height: normal;
  color: #999999;
}
.packages .package ul {
  padding: 0;
}
.packages .package ul li {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
  border-bottom: 1px dotted #ccc;
}
.packages .package ul li:last-child {
  border-bottom: 0;
}
.packages .package ul li i {
  font-size: 13px;
  margin-right: 5px;
}
.packages .best-value .package {
  margin-top: 0;
  padding-bottom: 40px;
}
.packages .best-value .package .package-header {
  height: 72px;
  padding-top: 17px;
  height: 82px !important;
}
.packages .best-value .package .package-header h5 {
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.packages .best-value .package .package-header .meta-text {
  font-size: 13px;
  line-height: 15px;
}
#map {
  height: 300px;
}
#map.with-border {
  border-top: solid 1px #c6dc0f;
  border-bottom: solid 1px #c6dc0f;
}
#blog-listing-big .post,
#blog-homepage .post {
  margin-bottom: 60px;
}
#blog-listing-big .post h2,
#blog-homepage .post h2,
#blog-listing-big .post h4,
#blog-homepage .post h4 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#blog-listing-big .post h2 a,
#blog-homepage .post h2 a,
#blog-listing-big .post h4 a,
#blog-homepage .post h4 a {
  color: #555555;
}
#blog-listing-big .post h2 a:hover,
#blog-homepage .post h2 a:hover,
#blog-listing-big .post h4 a:hover,
#blog-homepage .post h4 a:hover {
  color: #c6dc0f;
}
#blog-listing-big .post .author-category,
#blog-homepage .post .author-category {
  color: #999999;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.08em;
}
#blog-listing-big .post .author-category a,
#blog-homepage .post .author-category a {
  font-weight: 500;
}
#blog-listing-big .post .date-comments a,
#blog-homepage .post .date-comments a {
  color: #999999;
  margin-right: 20px;
}
#blog-listing-big .post .date-comments a:hover,
#blog-homepage .post .date-comments a:hover {
  color: #c6dc0f;
}
@media (min-width: 768px) {
  #blog-listing-big .post .date-comments,
  #blog-homepage .post .date-comments {
    text-align: right;
  }
}
#blog-listing-big .post .intro,
#blog-homepage .post .intro {
  text-align: left;
}
#blog-listing-big .post .image,
#blog-homepage .post .image {
  margin-bottom: 10px;
  overflow: hidden;
}
#blog-listing-big .post .image img,
#blog-homepage .post .image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  #blog-listing-big .post .image img.img-responsive,
  #blog-homepage .post .image img.img-responsive {
    min-width: 100%;
  }
}
#blog-listing-big .post .video,
#blog-homepage .post .video {
  margin-bottom: 10px;
}
#blog-listing-big .post .read-more,
#blog-homepage .post .read-more {
  text-align: right;
}
#blog-listing-medium .post {
  margin-bottom: 60px;
}
#blog-listing-medium .post h2 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: 0.08em;
}
#blog-listing-medium .post h2 a {
  color: #555555;
}
#blog-listing-medium .post h2 a:hover {
  color: #c6dc0f;
}
#blog-listing-medium .post .author-category {
  float: left;
  color: #999999;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.08em;
}
#blog-listing-medium .post .author-category a {
  font-weight: 500;
}
#blog-listing-medium .post .date-comments {
  float: right;
  font-size: 12px;
}
#blog-listing-medium .post .date-comments a {
  color: #999999;
  margin-right: 20px;
}
#blog-listing-medium .post .date-comments a:hover {
  color: #c6dc0f;
}
@media (min-width: 768px) {
  #blog-listing-medium .post .date-comments {
    text-align: right;
  }
}
#blog-listing-medium .post .intro {
  text-align: left;
}
#blog-listing-medium .post .clearfix:before,
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:before,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:before,
#blog-listing-medium .post .navbar-header:after {
  content: " ";
  display: table;
}
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:after {
  clear: both;
}
#blog-listing-medium .post .clearfix:before,
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:before,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:before,
#blog-listing-medium .post .navbar-header:after {
  content: " ";
  display: table;
}
#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar-header:after {
  clear: both;
}
#blog-listing-medium .post .image {
  margin-bottom: 10px;
  overflow: hidden;
}
#blog-listing-medium .post .image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  #blog-listing-medium .post .image img.img-responsive {
    min-width: 100%;
  }
}
#blog-listing-medium .post .video {
  margin-bottom: 10px;
}
#blog-listing-medium .post .read-more {
  text-align: right;
}
.box-image-text.blog .author-category {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 300;
  font-size: 12px;
}
.box-image-text.blog .author-category a {
  font-weight: 500;
}
.box-image-text.blog .intro {
  text-align: left;
  margin-bottom: 20px;
}
#blog-homepage .post {
  margin-bottom: 30px;
}
#blog-homepage .post h2,
#blog-homepage .post h4,
#blog-homepage .post .author-category,
#blog-homepage .post .read-more {
  text-align: center;
}
#blog-homepage .post .read-more {
  margin-top: 20px;
}
#blog-post #post-content {
  margin-bottom: 20px;
}
#blog-post .comment {
  margin-bottom: 25px;
}
#blog-post .comment:before,
#blog-post .comment:after {
  content: " ";
  display: table;
}
#blog-post .comment:after {
  clear: both;
}
#blog-post .comment:before,
#blog-post .comment:after {
  content: " ";
  display: table;
}
#blog-post .comment:after {
  clear: both;
}
#blog-post .comment .posted {
  color: #999999;
  font-size: 12px;
}
#blog-post .comment .reply {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
#blog-post .comment.last {
  margin-bottom: 0;
}
#blog-post #comments,
#blog-post #comment-form {
  padding: 20px 0;
  margin-top: 20px;
  border-top: solid 1px #eeeeee;
}
#blog-post #comments:before,
#blog-post #comment-form:before,
#blog-post #comments:after,
#blog-post #comment-form:after {
  content: " ";
  display: table;
}
#blog-post #comments:after,
#blog-post #comment-form:after {
  clear: both;
}
#blog-post #comments:before,
#blog-post #comment-form:before,
#blog-post #comments:after,
#blog-post #comment-form:after {
  content: " ";
  display: table;
}
#blog-post #comments:after,
#blog-post #comment-form:after {
  clear: both;
}
#blog-post #comments h4,
#blog-post #comment-form h4 {
  margin-bottom: 20px;
}
#blog-post #comment-form {
  margin-bottom: 20px;
}
ul.productfeaturelist li {
  float: none;
}
.product {
  background: #fff;
  /* border-bottom: solid 2px #ffffff; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  /* overflow: hidden; */
  text-align: center;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.product .clip {
  overflow: hidden;
  position: relative;
}
.product .image {
  overflow: hidden;
  /* min-height: 100px; */
  padding: 0 0 100%;
   */
}
.product .image a {
	padding: 5px;
	position: absolute;
	width: 100%;
	left: 0;
}
.product .image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}

.product .text {
  padding: 10px;
  position: relative;
}
.product .text h3 {
  font-size: 13px;
  font-weight: 300;
  /* height: 39.6px; */
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}
.product .text h3 a {
  color: #555555;
}
.product .text h3 a:hover {
  text-decoration: none;
}
.product .price {
  font-size: 16px;
  /* font-weight: 700; */
  color: #ad1919;
  /* background: #e3e9ef; */
  margin: 0;
}
.product .price del {
  color: #999999;
  font-weight: 300;
  font-size: 0.7em;
}
.product .buttons {
  clear: both;
  position: absolute;
  /* display: none; */
  bottom: -100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px transparent;
  padding: 5px;
  background: #f5f7cd;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  left: 0;
}

.product .model {
  font-size: 11px;
}
.product .buttons .btn {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 13px;
  text-transform: none;
}
.product .buttons p.price {
  /* background: #e3e9ef; */
}
.product:hover {
  /* border-bottom: solid 2px #bbbf42; */
  /* top: 0; */
}
.product:hover .buttons {
  clear: both;
  /* position: absolute; */
  bottom: 0;

  /* display: block; */
  left: 0;
}
.product:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product .buttons .catProdAttributeTitle {
    color: #000;
    font-size: 12px;
}
.owl-item .product {
    margin: 0 20px;
}

.goToDescription {
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px;
}
.goToDescription a {
  color: #999999;
  text-decoration: underline;
}
#productMain {
  /* margin-bottom: 30px; */
}
#productMain .sizes {
  text-align: center;
}
#productMain .sizes h3 {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#productMain .sizes a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #ccc;
  line-height: 40px;
  color: #555555;
  text-align: center;
  text-decoration: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
#productMain .sizes a.active,
#productMain .sizes a:hover {
  background: #c6dc0f;
  color: #fff;
}
#productMain .sizes input {
  display: none;
}
#productMain .price {
  font-size: 40px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
#productMain .price del {
  color: yellowgreen;
  font-size: 0.8em;
}
#thumbs a {
  display: block;
  border: solid 1px transparent;
}
#thumbs a.active {
  border-color: #c6dc0f;
}
#product-social {
  text-align: center;
}
#product-social h4 {
  font-weight: 300;
  margin-bottom: 10px;
}
#product-social p {
  line-height: 26px;
}
#product-social p a {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: bottom;
}
#product-social p a i {
  vertical-align: bottom;
  line-height: 26px;
}
#product-social p a.facebook {
  background-color: #4460ae;
}
#product-social p a.gplus {
  background-color: #c21f25;
}
#product-social p a.twitter {
  background-color: #3cf;
}
#product-social p a.instagram {
  background-color: #cd4378;
}
#product-social p a.email {
  background-color: #4a7f45;
}
@media (max-width: 991px) {
  #product-social {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product .image img.img-responsive {
    /* min-width: 100%; */
  }
}
@media (min-width: 768px) {
  .product.sresult .text {
    text-align: left;
  }
  .product.sresult .buttons {
    text-align: right;
    max-width: 200px;
    /* float: right; */
    right: 0;
  }
  .product.sresult .image img {
    margin-right: 0;
  }
}
#checkout .nav {
  margin-bottom: 20px;
  border-bottom: solid 1px #c6dc0f;
}
#checkout .nav li {
  height: 100%;
}
#checkout .nav li a {
  display: block;
  height: 100%;
}
@media (min-width: 900px) {
	.address-fields {
	  float: left;
	  width: 48%;
	  margin-right: 4%;
	}
	.address-fields + .address-fields {
	  float: left;
	  width: 48%;
	  margin: 0;
	}

}

#order-summary table {
  margin-top: 20px;
}
#order-summary table td {
  color: #999999;
}
#order-summary table tr.total td,
#order-summary table tr.total th {
  font-size: 18px;
  color: #555555;
  font-weight: 700;
}
#checkout .table tbody tr td,
#basket .table tbody tr td,
#customer-order .table tbody tr td {
  vertical-align: middle;
}
#checkout .table tbody tr td input,
#basket .table tbody tr td input,
#customer-order .table tbody tr td input {
  width: 50px;
  text-align: right;
}
#checkout .table tbody tr td img,
#basket .table tbody tr td img,
#customer-order .table tbody tr td img {
  width: 50px;
}
#checkout .table tfoot,
#basket .table tfoot,
#customer-order .table tfoot {
  font-size: 18px;
}
.shipping-method h4,
.payment-method h4 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#customer-orders table tr th,
#customer-orders table tr td {
  vertical-align: baseline;
}
#customer-order .table tfoot th {
  font-size: 18px;
  font-weight: 300;
}
#customer-order .addresses {
  text-align: right;
  margin-bottom: 30px;
}
#customer-order .addresses p {
  font-size: 18px;
  font-weight: 300;
}
#customer-account {
  margin-bottom: 30px;
}
#InformationTable > thead {
	background-color: #fff
}
#InformationTable > tbody {
	background-color: #fff
}
#InformationTable > tfoot {
	background-color: #fff
}
#InformationTable > tbody .product {
	box-shadow: inherit
}
#ShippingTable{
	width:70%
}
#InformationTable {
	width: 70%
}
#PaymentTable {
	width: 70%
}
#OutstandingTable {
	width: 70%
}
#NotesTable {
	width: 70%
}
section.dark {
  background-color: #111;
  padding: 50px 0 30px;
  color: #fff;
  text-align: center;
}
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}
section.dark p {
  margin: 0 0 20px;
}
#footer {
  background: #1b1c1d;
  padding: 50px 0;
  color: #898e94;
  margin-top: 15px;
}
#footer hr {
  border-color: rgba(255, 255, 255, 0.1);
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #ad1919;
}
#footer h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#footer ul {
  padding-left: 0;
  list-style: none;
}
#footer a {
  color: #898e94;
}
#footer a:hover {
  color: #dde23e;
  text-decoration: none;
}
#footer .callme {
    font-size: 1.5em;
    font-weight: 200;
    line-height: 1;
    color: #fff;
}
#footer .photostream div {
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  padding: 7.5px;
  overflow: hidden;
}
#footer .photostream div a {
  border: solid 1 px #eeeeee;
}
#footer .photostream div img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .photostream div:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#footer .blog-entries .item {
  clear: both;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #555555;
}
#footer .blog-entries .item .image {
  float: left;
  width: 15%;
  margin-right: 10px;
}
#footer .blog-entries .item .name {
  width: 75%;
  margin-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
#footer .blog-entries .item .name h5 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}
#footer .blog-entries .item .name h5 a {
  color: #eeeeee;
}
#footer .blog-entries .item .text {
  width: 100%;
  clear: both;
}
#footer .blog-entries .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#footer .social li {
  display: inline-block;
}
#footer .social a {
  color: #898e94;
  font-size: 30px;
  margin: 0 10px 0 0;
}
#footer .social a:hover {
  color: #c6dc0f;
}
#endpage {
  background: #131415;
  color: #4f6071;
  padding: 30px 0;
  font-size: 12px;
  line-height: 28px;
}
#endpage p {
  margin: 0;
}
p.copyright, p.copyright a {
  font-size: 12px;
  color: #44484c;
}
@media (max-width: 991px) {
  #endpage p {
    float: none !important;
    text-align: center;
    margin-bottom: 10px;
  }
}
[data-animate] {
  opacity: 0;
  filter: alpha(opacity=0);
}
#style-switch-button {
  position: fixed;
  top: 100px;
  left: 0px;
  border-radius: 0;
}
#style-switch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 140px;
  left: 0;
  background: #fff;
  border: solid 1px #eeeeee;
}
@media (max-width: 991px) {
  #style-switch-button {
    display: none;
  }
  #style-switch {
    display: none;
  }
}
/* Original Boostrap template overwrite */
/* breadcrumbs */
.breadcrumb {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: none;
  letter-spacing: 0.08em;
}
/* nav */
.nav > li > a {
  padding: 5px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: #96a520;
  color: #ffffff;
  border-color: #96a520;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #c6dc0f;
}
.nav-tabs {
  border-bottom: 1px solid #c6dc0f;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #c6dc0f;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #c6dc0f;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: solid 1px #c6dc0f;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  /*margin-bottom: 5px;*/
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #c6dc0f;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #c6dc0f;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #c6dc0f;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
  border-bottom: solid 1px #c6dc0f;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  /*margin-bottom: 5px;*/
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #c6dc0f;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #c6dc0f;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content {
  padding: 15px;
  border: solid 1px #ddd;
  border-top: none;
}
/* navbar */
.navbar {
  position: relative;
  min-height: 62px;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-affixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-affixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  /* float: left; */
  padding: 0;
  font-size: 18px;
  line-height: 50px;
  /* height: 100px; */
  /* border: 1px solid red; */
  position: relative;
  z-index: 100;
  /* background: #222; */
  /* width: 250px; */
  /* text-align: right; */
  /* top: -3px; */
  /* background-image: url('../img/logo-bg.png'); */
  /* background-size: cover; */
  /* background-position: center top; */
  /* left: 15px; */
  /* margin-bottom: -20px; */
  /* max-width: 60%; */
  width: 200px;
  /* margin-top: 5px; */
}
.navbar-brand img {
  vertical-align: middle;
  display: inline-block;
}
.navbar-brand:after {
	/* content:""; */
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 250px 0 0;
	border-color: #222 transparent transparent transparent;
	bottom: -15px;
	left: 0;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -5px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  border: none;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-nav {
  margin: 10.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
    -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-weight: 300; */
  }
  .navbar-nav.navbar-right:last-child {
    /* margin-right: -15px; */
  }
}
@media (min-width: 999px) {
  .navbar-nav > li > a {
    font-size: 1.2em;
  }

}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin: 0 -15px;
  /* margin-right: -15px; */
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  /* margin-top: 14px; */
  /* margin-bottom: 14px; */
}
.navbar-form input {
  border-color: #9c9797;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-btn.btn-sm {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-btn.btn-xs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-text {
  margin-top: 21px;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }

}
.navbar-default {
  background-color: rgb(173, 25, 25);
  border-color: #cccccc;
  border-bottom: none;
  /* margin-left: 200px; */
}

.navbar-default .navbar-brand {
  /* color: #aaa; */
}
.supptext {
    margin-left: 50%;
    width: 50%;
    height: auto;
}
.js .supptext {
/*	margin-left: 0;
	opacity:0;*/
	/* top: 50px; */
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  /* color: #3b3b3b; */
  /* background-color: #000; */
  top: 0;
}
.navbar-default .navbar-brand:hover:after {
  border-top-color: #000;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d1e8ff;
  background-color: rgb(146, 22, 22);
  border-bottom: solid 2px rgba(0, 0, 0, 0.3);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #c6dc0f;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #96a520;
  color: #fff;
  font-size: 1.7em;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  background: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #861313;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #333333;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #aaa;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c6dc0f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #c6dc0f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
   .navbar-nav .dropdown-menu {
    background: #333 !important;
  }
  .navbar-brand {
	left: 10px;
	/* width: 220px; */
}
}
@media (max-width: 400px) {
.navbar-brand {
	/* left: 15px; */
	width: 180px;
	/* margin-top: 12px; */
}
}
.navbar-default .navbar-link {
  color: #555555;
}
.navbar-default .navbar-link:hover {
  color: #555555;
}
.navbar-default .btn-link {
  color: #555555;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #555555;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

.delay-1s {
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}
.delay-2s {
	-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;
}


#top a.togsearch {
    color: #FFFFFF;
}

.cart-details {
    float: right;
    color: #000;
    background: #fff;
    padding: 0 5px;
    height: 62px;
    line-height: 45px;
    /* margin-left: 15px; */
    position: relative;
    z-index: 1010;
}
.cart-details .fa {
   font-size: 1.6em;
}
.cart-details .popout {
	display: none;
	width: 300px;
	background: #333;
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 100%;
	right: 0;
	line-height: 1;
	/* border: 1px solid #000; */
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
}
.cart-details h4 {
    color: #A4EF2F;
}
.cart-details:hover {
  background: #091b2f;
}
.cart-details:hover .popout {
	display: block;
}
.cart-details .cart-count {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    /* font-size: 2em; */
    /* font-weight: 200; */
    bottom: 15px;
    /* vertical-align: bottom; */
    /* margin-top: 20px; */
    line-height: 0;
}
.cart-details:hover .cart-count {
	color: #fff;
}
.inline {
	display: inline;
}
.delivery-box {
	  margin: -60px 20px -40px;
	  z-index: 10;
	  position: relative;
	  display: inline-block;
	  width: 150px;
}
@media (max-width: 992px) {
.delivery-box {
    /* float: left; */
    margin: -60px auto 20px;
    /* position: relative; */
    /* z-index: 10; */
    display: block;
}
}

.prodpic {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    background: #fff;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
}

.cartitem {
    clear: both;
    margin-bottom: 10px;
    padding: 5px;
    /* border-bottom: 1px solid #222; */
    height: 60px;
    background: #464646;
}

.cartitem .prodprice {
    display: block;
    color: #A4EF2F;
    margin-top: 5px;
}

@media only screen and (max-width: 767px) and (min-width: 470px)  {
  .col-qs-6 {
      width: 50%;
      float: left;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }
   .col-qs-4 {
      width: 33.3333%;
      float: left;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }
  .col-qs-3 {
      width: 25%;
      float: left;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }
}

.motto {
    font-size: 16px;
    font-weight: 100;
    font-family: 'Sonsie One', cursive;
}
.motto span {
	display: inline-block;
	font-weight: 500;
}

#catCartDetails {
    margin-bottom: 60px;
}

ul.productSmall, ul.catalogueList, ul.productList   {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.productSmall li {
	display: block;
	margin: 5px 0;
	float: none;
}

 .catProductAttributeGroup {
    margin-bottom: 10px;
    font-weight: 600;
}
.catProdAttributeTitle {
  font-size: 14px;
  color: #31708A;
}

.van {
    position: fixed;
    bottom: 0;
    left: 100%;
	width: 130px;
	z-index: 1000;
}
.carousel-control {
	opacity: 0;
}

.feature-box {
    background: #333;
    margin: 60px 10px 10px;
    padding: 10px;
    text-align: right;
    position: relative;
    padding-left: 40%;
    /* box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.42); */
    min-height: 120px;
    display: block;
}
.feature-box:hover {
  background-color: #c6dc0f;
  text-decoration: none;
}

.feature-pic {
	position: absolute;
	bottom: 0;
	left: 3px;
}
.feature-box h3,  .feature-box h4  {
  position: relative;
  z-index:100;
  /* background: rgba(0, 0, 0, 0.25); */
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
 }

  .feature-box h4 {
    color: rgba(255, 255, 255, 0.8);
  }


 @media (max-width: 700px) {
	.feature-box h3 {
		font-size: 1.3em;
	}
	.feature-box h4 {
		font-size: 1.1em;
	}
 }

 .alert.floating {
    background: rgba(0, 0, 0, 0.8);
    color: #ABEF42;
    position: fixed;
    width: 50%;
    z-index: 100000;
    left: 25%;
}

 @media (max-width: 400px) {
	 .alert.floating  {
		width: 80%;
		left: 10%;
	 }
 }


.captchaimg {
	float: left;
    width: 50%;
}

footer input[type=text] {
    background: #131517;
    border-color: #404040;
    color: #fff;
}

#jumptoit {
    cursor: pointer;
}
#jumptoit:hover {
    color: #47A1C5;
}

h1.prod-title {
    font-size: 25px;
}
#mainImage {
  background: #fff;
}

#mainImage img {
    margin: auto;
}
#zoomthumbs {
    margin-top: 30px;
}

a.thumb {
    border: 1px solid #fff;
    display: inline-block;
    background: #fff;
}

a.thumb.active {
    border-color: #ABEF42;
}

table.shopcart {
    width: 100%;
    background: #eee;
    font-size: 13px;
}

table.shopcart th {
  background: #888;
  padding: 5px 9px;
  color: #EEE;
  font-weight: 200;
}
table.shopcart td {
  padding: 10px;
}

table.shopcart .prod-row {
  background: #fff;
}
table.shopcart .prod-row td {
  border-bottom: 2px solid #eee;
  vertical-align: middle;
}

table.shopcart .total {
  font-size: 1.5em;
}
tr.shipping td {
  border: none;
}
tr.total td {
  border-top: 2px solid #ccc;
}

.prod-text {
    display: inline-block;
    vertical-align: middle;
}
.prod-text small {
    display: block;
}

.prod-row .small-pic {
    margin: 0 10px 10px 0;
    display: inline-block;
    width: 70px;
    text-align: center;
}
a#catshopclear {
	font-size: inherit;
}
.remove a {
    font-size: 1.8em;
    color: #aaa;
}
.remove a:hover {
    color: #FF6E00;
}

input.cartInputText, input#DiscountCode, input#GiftVoucher {
	width: 130px;
	background: #E4F1D0;
	border: 1px solid #c6dc0f;
	padding: 5px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0x;
	-webkit-border-radius: 0;
	/* color: #fff; */
	text-align: center;
	margin-bottom: 3px;
}
input.cartInputText {
	width: 50px;
}
tr.discount td.quantity, tr.shipping td.quantity {
	text-align: left;
}


/* -------- NEW SHOP STYLES --------- */

.catIntro {
    border-bottom: 2px dotted #bbcad8;
    margin-bottom: 10px;
}

p.sorter {
    text-align: right;
    font-size: 12px;
}

#Sidebar h3, .sidecart h3 {
  display: inline-block;
  /* border-bottom: solid 2px #d3dde6; */
  /* line-height: 1.1; */
  margin: 0;
  display: block;
  text-align: center;
  background: #1b1c1d;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px;
  color: #fff;
}
#Sidebar h3 a, .sidecart h3 a {
  color: inherit;
}

#ProductNavigation {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
}
#ProductNavigation select {
	width: 100%;
	border-radius: 0;
	background: #fff;
	border: 1px solid #ddd;
}

#ProductNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ProductNavigation ul li a {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    display: block;
    line-height: 1;
    /* color: #ad1919; */
}
#ProductNavigation ul li a.current {
  text-decoration: none;
  background: #ad1919;
  color: #ffffff;
}

#ProductNavigation H3 {
	/* margin-top: 0; */
}

.sidecart {
      text-align: center;
      background: #1b1c1d;
      padding-bottom: 1px;
      color: #ccc;
}

.sidecart .total, .sidecart .noItems {
  font-size: 14px;
  margin: 5px;
}

.sidecart a {
    color: #e6ea6c;
}
.sidecart .itemcount {
    font-size: 12px;
    color: #fff;
}

.sidecart .item {
    background: #0e0e0e;
    margin-bottom: 2px;
    padding: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    /* text-align: right; */
    border-top: 1px solid #000;
}

.sidecart .item  .title {
    font-size: 12px;
    margin: 0;
}

.sidecart .item .image {
    margin-bottom: 5px;
    float: left;
    width: 20px;
}

.sidecart .item .quantityprice {
    font-size: 12px;
    margin: 0;
    color: #aaa;
}


.sidecart h3 {
	color: #fff;
}

a.remove {
    color: #ad1919;
}
a.remove:hover {
    color: #F44336
}


table.cart {
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
}
table.cart th, table.cart td {
    padding: 5px;
}

table.cart td h3 {
    font-size: 14px;
}

table.cart thead {
    background: #e3e9ef;
}

table.cart tfoot {
    border-top: 1px solid #e3e9ef;
}

table.cart .Total .value{
    font-weight: 500;
    color: #24649c;
}
table.cart .Total .currency{
    color: #a5abb1;
}

/* reducing the size of the quantity field */
table.cart td input[type=number] {
  width: 60px;
}

.login {
	color: #a5abb1;
	display: inline-block;
	float: left;
}
.login span {
	font-size: 13px;
}

.topcart {
	color: #eee;
}

.slider-title {
    font-size: 5em;
}

.slider-subtitle {
    font-size: 2em;
}

.categoryLogos {
    text-align: center;
    padding: 50px 0;
    background: #dfdfe0;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}
.categoryLogos .Logo {
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}


@media (max-width: 757px) {
  .carousel-caption {
    bottom: 0;
    padding: 10px
  }

  .slider-title {
      font-size: 3.5em;
  }

  .slider-subtitle {
      font-size: 1.5em;
  }


  #ProductNavigation ul li {
    float:left;
    min-width: 25%;
  }
  #ProductNavigation ul:after {
    content: "";
    display: table;
    clear:both;
  }

}


@media (max-width: 500px) {
  table.shopcart {
      font-size: 11px;
  }
  table.shopcart td {
    padding: 3px;
  }
  input#DiscountCode, input#GiftVoucher {
    width: 80px;
  }
  input.cartInputText {
    width: 30px;
  }

  .slider-title {
      font-size: 2em;
  }

  .slider-subtitle {
      font-size: 1em;
  }
  #ProductNavigation ul li {
    /*width: 50%;*/
  }
  table.cart th, table.cart td {
    padding: 3px;
    font-size: 12px;
}
table.cart td h3 {
    font-size: 13px;
}

}
@media (max-width: 400px) {
   #ProductNavigation ul li {
    float:none;
    min-width: none;
  }

}



 fieldset {
    /* background: hsl(206, 19%, 91%); */
    /* padding: 10px; */
}

legend {
    background: #eee;
    padding: 5px 15px;
    border: none;
    margin: 0;
    width: auto;
    font-size: 1.2em;
    color: #2C627D;
}

.payopt {
	display: none;
}
table.order-list {
	border-collapse: initial;
	border-spacing:1px;
	width: 100%;
}

table.order-list td {
	border: none;
	padding: 7px 10px;
	background: #fff;
}

table.order-list a {
	margin: 0 9px 0 0;
}

table.order-list span.number {
	font-size: 11px;
}
table.order-list td.total {
    width: 15%;
}

table.order-list td.date {
    width: 20%;
}
label.error {
  color: #D20F0B;
  margin-left: 5px;
}

input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox, .cat_dropdown_smaller {
  background: #fff;
  width: 100%;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #333;
}
select.cat_dropdown, select.cat_dropdown_smaller {
  height: 30px;
  max-width: 200px;
}
.form label, .webform label {
  color: inherit;
}
.webform {
  margin-bottom: 30px;
}
input[type=checkbox], input[type=radio] {
  margin-right: 5px;
}
div.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    /* position: relative; */
    margin: 0;
    display: inline;
    left: 0;
    top: 5px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 400px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 400px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 400px 0;
  }
  to {
    background-position: 0 0;
  }
}

.striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255, .1) 25%, transparent 25%, transparent 50%, rgba(255,255,255, .1) 50%, rgba(255,255,255, .1) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255,255,255, .1) 25%, transparent 25%, transparent 50%, rgba(255,255,255, .1) 50%, rgba(255,255,255, .1) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255,255,255, .1) 25%, transparent 25%, transparent 50%, rgba(255,255,255, .1) 50%, rgba(255,255,255, .1) 75%, transparent 75%, transparent);
  -webkit-background-size: 400px 400px;
          background-size: 400px 400px;
}
.striped.active {
  -webkit-animation: progress-bar-stripes 20s linear infinite;
       -o-animation: progress-bar-stripes 20s linear infinite;
          animation: progress-bar-stripes 20s linear infinite;
}

.convertedprice {
    display: block;
    font-size: 16px;
}

.xch {
    background: #9acd32;
    padding: 3px 10px;
    color: #fff;
}

.currency {
    line-height: 60px;
}

.currency .title {
    display: inline-block;
    vertical-align: middle;
}
.currency button {
	background: #fff;
	border: none;
	/* height: 30px; */
	line-height: 1;
}
.currency button img {
    /* display: block; */
    width: 30px;
    margin-right: 3px;
}

#instafeed .instagram_container {
    /* display: inline-block; */
    float: left;
	max-width: 33.33%;
}

/* Making sure the button doesn't glue straight on the quantity field - Peter on 11/07/2017 */
#addToCartButton {
  margin-top: 5px;
}

/* reducing the font size for the "including GST" price slightly to fit into the layout */
.incl-gst-price {
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: 200;
}

/* Add some space above the images on the product page - Peter on 17/07/2017 */
.productDetails {
  padding-top: 10px;
}

.productDetails .wishListButtons {
    position: absolute;
    right: 35px;
    bottom: 45px;
}

.productImage {
    float:left;
    padding-right: 15px;
}

.pricebox {
    /*padding: 10px;*/
    /* line-height: 1; */
}

span.price {
    background: #ad1919;
    color: #fff;
    border-radius: 5px;
}
.pricebox span {
    display: inline-block;
    margin: 0;
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
    /* padding: 5px; */
    /* border-radius: 5px; */
}
.pricebox .title {
    /*color: rgb(222, 142, 142);*/
    /* background: rgba(255, 255, 255, 0.24); */
    /* padding: 10px; */
    margin-bottom: 6px;
    display: block;
}
.pricebox .price {
    font-size: 1.8em;
    padding: 10px;
    margin: 0;
    line-height: 1;
}

.NumItemsInCart {
    /* background: #fbfdff; */
    color: #ad1919;
    /* font-style: italic; */
    font-size: 13px;
}

.breadcrumbs {
  font-weight: 500;
  font-size: 17px;
  /* border-bottom: 1px solid #e4e9ed; */
}

/** ensure the placement of the of the contents in the AddProductForm is decent */
#FormWrap {
  margin-top: 15px;
}
#AddProductForm_Form fieldset {
    padding: 0 0 10px;
}

#AddProductForm_Form_Quantity {
  width: 70px;
  padding: 3px 6px;
}

p.InternalItemID {
  /* padding-top: 10px; */
}

/* Fixing the form for the shipping estimates to fix into the box */
#ShippingEstimateForm_ShippingEstimateForm_State_Holder,
#ShippingEstimateForm_ShippingEstimateForm_City_Holder,
#ShippingEstimateForm_ShippingEstimateForm_PostalCode_Holder {
  max-width: 275px;
}

.small-field {
  width: 70px;
}

.prod-filter {
    text-align: center;
    margin-bottom: 30px;
}
del.original .value {
    text-decoration: line-through;
    font-size: 15px;
    color: #000;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive.table-bordered {
    border: 0
}

/** wishlist ***/
table.wishListTable {
    width: 100%!important;
}
table.wishListTable .remove {
    width: 38px;
    text-align: center;
}
table.wishListTable .add-card {
    width: 40px;
    text-align: center;
}
table.wishListTable .add-card a {
    margin-top: 0!important;
    border: none;
    background:url(../img/add-card.png) no-repeat left center;
    background-size: cover;
    width: 40px;
    height: 40px;
}
.wishListActions {
    padding-left: 0;
}
.wishListButtons {
    text-align: right;
}
.wishListButtons .wishListRemoveLink {
    background:url(../img/favorite-remove-icon.png) no-repeat left center;
    background-size: cover;
    width: 30px;
    height: 30px;
}
.wishListButtons .wishListAddLink {
    background:url(../img/favorite-add-icon.png) no-repeat left center;
    background-size: cover;
    width: 30px;
    height: 30px;
}
/** end wishlist ***/