@import url("https://fonts.googleapis.com/css?family=Titillium+Web:regular");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:light");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:extra-light");
html {
  min-height: 100%;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  margin-bottom: 200px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  background: #f1efea;
}

.fa-comment-o, .fa-truck, .fa-envelope-o {
  color: #003b1f;
}

.fa-check {
  color: #f00;
}

.fa-lock {
  color: #fff;
}

ul.icon {
  list-style-type: none;
}

ul.icon li {
  text-indent: -1.4em;
}

ul.icon li:before {
  font-family: bullets;
  content: "\e800";
  float: left;
  width: 1.4em;
}

.gallery_box {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

.gallery_image {
  display: block;
}

.gallery_caption {
  display: block;
  background: #eee;
  padding: 10px;
}

#KlarnaForm {
  background-image: url("../images/klarna.png");
  background-color: #003b1f;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
}

#photos {
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

#pagecontent {
  margin: 0 150px;
}

.homeboxes_two_left {
  padding: 50px 25px 50px 50px;
}

.homeboxes_two_left p {
  font-size: 1.3em;
  text-align: right;
}

.homeboxes_two_left p a {
  text-decoration: none;
}

.homeboxes_two_right {
  padding: 50px 50px 50px 25px;
}

.homeboxes_two_right p {
  font-size: 1.3em;
  text-align: left;
}

.homeboxes_two_right p a {
  text-decoration: none;
}

#homeheader {
  font-weight: 900;
  margin: 0 auto;
  padding-top: 30px;
  width: 50%;
  text-align: center;
}

@media (max-width: 980px) {
  #pagecontent {
    margin: 0 20px;
  }
}
@media (max-width: 800px) {
  #photos {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  #homeheader {
    font-weight: 700;
    margin: 0 auto;
    padding-top: 10px;
    width: 80%;
    text-align: center;
  }
}
@media (max-width: 400px) {
  #photos {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
#headmenu ul, #headmenu li {
  list-style: none;
}

#headmenu ul {
  margin: 10px 0 0 0;
  padding: 0;
}

#headmenu li {
  text-transform: none;
  display: inline-block;
  font-weight: 400;
}

#headmenu li.sep {
  padding: 0 8px;
}

#headmenu li a {
  text-decoration: none;
}

#headmenu li a:hover {
  text-decoration: underline;
  color: #003b1f;
}

#headmenu .rhs {
  text-align: right;
}

#footer {
  background-color: #003b1f;
  bottom: 0;
  height: 200px;
  position: absolute;
  width: 100%;
}

#footer a {
  color: #fff;
}

#footer .socials {
  margin-left: 15px;
}

#category {
  display: block;
  margin: 0 50px;
}

.product {
  display: block;
  margin: 10px 50px;
}

.acenter {
  text-align: center;
}

.aright {
  text-align: right;
}

.aleft {
  text-align: left;
}

.boldtxt {
  font-weight: bold;
}

.uline {
  text-decoration: underline;
}

.navbar {
  margin-bottom: 10px;
  margin-top: 20px;
}

.navbar ul {
  float: right;
}

.dropdown-menu {
  font-size: 1.2em;
}

.navbar-nav > li > a {
  color: #ba9e66;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: none;
}

.navbar-nav > li > a:hover {
  background: #fff;
}

.dropdown-menu > li > a {
  padding: 8px 20px;
}

.dark-green {
  color: #242424;
}

.greybox {
  border-collapse: collapse;
  border: 1px solid #aaa;
  font-size: 1em;
  height: 90px;
  margin-bottom: 10px;
  padding: 8px;
}

.greybox span {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}

.greybox img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 50px;
}

.greyboxdeep {
  border-collapse: collapse;
  border: 1px solid #eee;
  height: 230px;
  margin-bottom: 10px;
  padding: 8px;
}

.loginbox {
  border: 1px solid #F25300;
  min-height: 270px;
}

.loginbox p.forgot {
  padding: 10px;
}

.loginbox .boxhead {
  padding: 8px 10px;
  background: #F25300;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.loginbox .innerbox {
  padding: 10px;
}

.loginbox label, .loginbox input {
  display: inline-block;
  margin-bottom: 10px;
}

.loginbox label {
  width: 25%;
}

.loginbox input {
  width: 70%;
}

#newsletter_signup input[type=email] {
  width: 68%;
}

.green {
  color: #242424;
}

.paymentheader {
  margin-bottom: 25px;
}

#cardsymbols {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

#cardsymbols img {
  border: 1px solid #aaa;
}

#aboutcvvdiv {
  display: none;
}

#aboutcvvdiv {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  color: #000;
  display: none;
  padding: 20px;
}

.b-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}

#paymentfrm {
  margin-bottom: 25px;
}

#paymentfrm label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#paymentfrm input[type=text], #paymentfrm input[type=number], #paymentfrm input[type=tel] {
  display: inline-block;
  margin-bottom: 10px;
}

#paymentfrm input[type=text].long, #paymentfrm input[type=number].long, #paymentfrm input[type=tel].long {
  width: 100%;
}

#paymentfrm input[type=text].medium, #paymentfrm input[type=number].medium, #paymentfrm input[type=tel].medium {
  width: 90px;
  text-align: center;
}

#paymentfrm input[type=text].short, #paymentfrm input[type=number].short, #paymentfrm input[type=tel].short {
  width: 75px;
  text-align: center;
}

#success, #failed {
  text-align: center;
}

#paypal-note {
  color: #C4006B;
  display: inline-block;
  margin-right: 3%;
  margin-top: 10px;
  vertical-align: bottom;
  width: 67%;
}

#nonjspaybtn {
  display: inline-block;
  margin-top: 10px;
  text-align: right;
  width: 30%;
}

.delivery {
  border: 1px solid #bbb;
  padding: 10px;
}

#freedelivery, #freedelivery2 {
  color: #F25300;
  display: inline-block;
  font-size: 1.2em;
  max-width: 75%;
}

#freedelivery a, #freedelivery2 a {
  color: #F25300;
}

#needhelp, #needhelp2 {
  display: inline-block;
  max-width: 75%;
}

#newsletter_signup, #newsletter_signup2 {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  text-align: right;
  width: 100%;
}

#newsletter_signup label, #newsletter_signup2 label {
  display: block;
  text-align: left;
}

#newsletter_signup input[type=email], #newsletter_signup2 input[type=email] {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.strike, .strike2 {
  color: #242424 !important;
  font-size: 1.5em !important;
  margin-left: 20px;
  text-decoration: line-through;
}

.strike2 {
  font-size: 1.2em !important;
}

.video-container {
  height: 0;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#myerror {
  display: none;
}

.error {
  color: #f00;
}

img, embed, object, video {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #242424;
}

h1 {
  background: transparent;
  color: #ba9e66;
  font-size: 26px;
  font-weight: bold;
}

h2 {
  font-size: 1em;
  line-height: 1.25;
}

a {
  background: transparent;
  color: #242424;
  text-decoration: none;
}

a:hover {
  background: transparent;
  color: #242424;
  text-decoration: none;
}

.boldtxt {
  font-weight: bold;
}

#logo {
  display: inline-block;
  margin-left: 50px;
  text-align: center;
}

#basket {
  color: #242424;
  font-size: 1.1em;
  padding: 20px 0 0;
  text-align: center;
}

#basket a {
  color: #242424;
  font-weight: bold;
}

#basket a:hover {
  color: #242424;
  text-decoration: none;
}

#basket-box {
  display: block;
}

#basket-box span {
  display: inline-block;
  padding-top: 8px;
  vertical-align: middle;
}

#headingright {
  color: #242424;
  padding-top: 10px;
  padding-right: 0px;
  text-align: right;
  font-size: 1.1em;
  font-weight: bold;
}

#headingright a {
  color: #242424;
}

#headingright a:hover {
  color: #242424;
  text-decoration: none;
}

#newstarget, #newstarget2 {
  margin: 0;
}

#testimonials {
  display: block;
  width: 100%;
}

.testimonials-box {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  width: 30%;
}

.prodDesc {
  color: #2F4F4F;
  font-size: 1.2em;
  line-height: 150%;
}

.prodDesc li {
  line-height: 160%;
}

.prodDesc img {
  border: 1px solid #ccc;
  margin-right: 10px;
}

.home-testimonials, .testimonial-boxes {
  background: #EAEAEA;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #2F4F4F;
  font-size: 1.2em;
  -moz-box-shadow: -3px 3px 5px #ddd;
  -webkit-box-shadow: -3px 3px 5px #ddd;
  box-shadow: -3px 3px 5px #ddd;
  margin-bottom: 20px;
  padding: 15px;
}

.home-testimonials img, .testimonial-boxes img {
  float: left;
  margin: 0 10px 10px 0;
}

.home-testimonials .date, .testimonial-boxes .date {
  color: #2F4F4F;
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: right;
}

.home-testimonials .quote, .testimonial-boxes .quote {
  color: #2F4F4F;
}

.home-testimonials .owner, .testimonial-boxes .owner {
  font-size: 0.8em;
  font-weight: bold;
}

.home-testimonials {
  width: 100%;
}

.testimonial-boxes {
  min-height: 320px;
}

.gold {
  color: #242424;
}

.no-top-margin {
  margin-top: 0;
}

.home-img, .home-img-right {
  display: inline-block;
  margin: 0 0 20px 0;
  width: 48%;
}

.home-img-right {
  margin-left: 2%;
  text-align: right;
  width: 48%;
}

.fakehr {
  border-bottom: 1px solid #2F4F4F;
  height: 1px;
  margin: 10px 0;
}

.latest-news {
  margin-bottom: 20px;
}

.latest-news h2 {
  color: #F4771A;
  font-size: 1.3em;
  margin-top: 0;
}

.latest-news .article {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #2F4F4F;
  font-size: 1.2em;
  padding: 10px;
  -moz-box-shadow: -3px 3px 5px #ddd;
  -webkit-box-shadow: -3px 3px 5px #ddd;
  box-shadow: -3px 3px 5px #ddd;
}

.fancy-font {
  font-family: "Cinzel", "Times New Roman", Times, serif;
}

.reg-design {
  color: #2F4F4F;
  font-size: 0.85em;
  text-align: center;
}

.spacer {
  padding: 20px 0;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=search],
input[type=tel],
.uneditable-input {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  min-height: 31px;
  padding: 10px 20px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

a.greenbtns, input.greenbtns {
  background: #003b1f;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

a.greenbtns:hover, input.greenbtns:hover {
  background: #fff;
  color: #242424;
  border: 1px solid #2F4F4F;
}

a.greenbtns:hover i, input.greenbtns:hover i {
  color: #242424;
}

#paybtn, #paybtnconf {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

#paybtn span, #paybtnconf span {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

#paybtn i, #paybtnconf i {
  display: inline-block;
  width: 20%;
  text-align: right;
  vertical-align: middle;
}

#paybtnconf {
  margin-bottom: 15px;
}

#basketbtn {
  display: none;
}

.bx-controls {
  position: relative;
  top: -40px;
}

.bx-pager-item {
  display: inline-block;
}

.bx-pager-item a {
  background: #697800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 15px;
  padding: 0 15px;
  text-decoration: none;
}

.bx-pager-item a.active {
  background: #585400;
  color: #fff;
}

.topmenu {
  margin-right: 120px;
}

.mainmenu {
  margin-right: 120px;
}

.featured {
  font-family: "Cinzel", "Times New Roman", Times, serif;
  font-size: 1.3em;
  margin-bottom: 13px;
}

.copyright {
  text-align: center;
  width: 100%;
}

ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-links ul {
  list-style: none;
  text-align: center;
}

footer .footer-links li {
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
}

footer .footer-links li a {
  font-size: 11px;
}

#footleft {
  padding: 15px 15px 10px;
  text-align: left;
}

#footmid {
  color: #fff;
  padding: 35px 0px 10px;
  text-align: center;
}

#footright {
  padding: 15px 50px 10px;
  text-align: right;
}

#footright img {
  margin-top: 10px;
}

a.footerlinks {
  font-size: 1.1em;
  padding: 0;
}

.footernav {
  margin: 0 auto;
  max-width: 1280px;
}

#contactform {
  height: 100%;
  min-height: 200px;
  min-width: 260px;
  padding: 0;
}

#contacttext {
  color: #666;
  margin-bottom: 20px;
}

#contacttext h1 {
  font-size: 1.4em;
}

#accountPageContent h1, #accountPageContent h2, #accountPageContent h3 {
  color: #242424;
  font-family: "Titillium Web", sans-serif;
}

#accountPageContent h1 {
  font-family: "Cinzel", "Times New Roman", Times, serif;
  margin: 10px auto 20px;
}

#accountPageContent h2, #accountPageContent h3 {
  font-family: "Titillium Web", sans-serif;
}

#accountPageContent h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}

#accountPageContent label {
  background: transparent;
  color: #444;
  display: inline-block;
  width: 50%;
}

#accountPageContent input[type=text] {
  display: inline-block;
}

#accountPageContent table {
  width: 100%;
}

#accountmenu {
  background: #7a7;
  display: block;
  width: auto;
  height: 50px;
  margin-bottom: 10px;
}

#accountmenu ul {
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#accountmenu li a {
  background: #7a7;
  color: #242424;
  float: left;
  padding: 15px 10px;
  width: auto;
}

#accountmenu li a:hover {
  background: #7c7;
  color: #242424;
}

#accountmenu li.active a {
  background: #7c7;
  color: #242424;
}

#contactform .submitbtn, #quoteform .submitbtn {
  background: #666;
  border: 0px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  padding: 8px 5px 8px 5px;
}

#contactform .submitbtn:hover, #quoteform .submitbtn:hover {
  background: #0a0;
}

#contactform form, #contactform fieldset, #quoteform form, #quoteform fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#contactform label, #quoteform label {
  color: #666;
  display: block;
  font-size: 1.1em;
  font-weight: normal;
  margin: 5px 0 0;
  padding: 0;
  text-align: left;
}

#contactform input[type=text], #contactform input[type=email], #contactform textarea, #quoteform input[type=text], #quoteform input[type=email], #quoteform textarea {
  border: 1px solid #888;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin: 5px 0 0 0;
  max-width: 50%;
  padding: 3px 5px;
  width: 50%;
}

#contactform textarea, #quoteform textarea {
  height: 100px;
}

#contactwrapper {
  background: #fff;
  height: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 0;
}

#sendbtn {
  margin-top: 5px;
  padding-right: 10%;
  text-align: center;
}

#loginform input[type=text], #loginform input[type=email], #loginform input[type=password] {
  min-width: 50%;
}

#generaldetails label, #generaldetails input, #generaldetails select {
  margin-bottom: 10px;
}

#generaldetails label {
  width: 30%;
}

#generaldetails input[type=text], #generaldetails input[type=email], #generaldetails input[type=password] {
  min-width: 60%;
}

#loginboxes {
  display: none;
}

.categoryPrice {
  font-weight: bold;
  margin-bottom: 5px;
}

.categoryLinks {
  margin: 3px 0 10px;
  text-align: right;
}

.prodImage {
  margin: 0 0 20px 0px;
}

.prodImage img {
  border: 1px solid #ccc;
  margin-right: 10px;
}

.extraImages img {
  margin-top: 5px;
}

#productDisplay {
  display: block;
  width: 100%;
}

#productDisplay h1 {
  font-size: 25px;
}

#productDisplay .qty {
  width: 70px;
}

#productDisplay .catPrice {
  color: #c00;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 5px;
}

#addtocartfrm label {
  color: #242424;
  font-weight: bold;
  width: 30%;
}

#addtocartfrm label.error {
  color: #c00;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 35%;
  width: 64%;
}

#addtocartfrm span.prodcol {
  display: inline-block;
}

#addtocartfrm input, #addtocartfrm select, #addtocartfrm a, #addtocartfrm span.prodcol {
  width: 60%;
  margin-top: 20px;
}

#addtocartfrm select.qty {
  width: 20%;
  margin-right: 40%;
}

#addtocartfrm .lengthLabel {
  display: inline-block;
  width: 225px;
}

#productCartOptions {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 50%;
}

#productCartOptions .prodPrice {
  color: #555;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 20px;
  vertical-align: middle;
}

#prodPriceHeading {
  color: #242424;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#prodPriceHeading .prodPrice {
  color: #c00;
  font-family: "Titillium Web", sans-serif;
  font-size: 2em;
  font-weight: normal;
}

span.cartLabel, span.cartValue {
  color: #242424;
  display: inline-block;
}

span.cartLabel {
  font-weight: bold;
  width: 75px;
}

span.cartValue {
  font-weight: normal;
}

#old_price2, #price2 {
  color: #c00;
  font-family: "Cinzel", "Times New Roman", Times, serif;
  font-size: 1.5em;
  font-weight: normal;
}

#cartcontents {
  background: #fff;
  border: 1px solid #BBB;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}

#cartcontents .para {
  background: #242424;
  color: #fff;
  padding: 5px;
}

#cartcontents table .desc {
  padding-left: 20px;
}

#cartcontents table .qty {
  text-align: center;
  width: 25px;
}

#cartcontents table .totals {
  font-weight: bold;
}

#cartcontents .responsive-label, #cartcontents .resp {
  display: none;
}

#cartcontents .cartrow {
  margin-bottom: 8px;
}

#cartcontents .responsive-block input {
  max-width: 50px;
}

#cartupdate {
  display: inline-block;
  text-align: left;
  width: 25%;
}

#cartclr {
  display: inline-block;
  text-align: center;
  width: 25%;
}

#cartbtns {
  margin: 8px 0;
  width: 100%;
}

#cartkeepshopping {
  display: inline-block;
  text-align: center;
  width: 24%;
}

#checkout {
  display: inline-block;
  text-align: right;
  width: 23.5%;
}

#specialInstructions {
  text-align: right;
}

#carttotals {
  display: block;
  width: 100%;
}

#carttotals div {
  display: inline-block;
  font-weight: bold;
  text-align: right;
}

#subtotalttl, #ordertotalttl {
  width: 88%;
}

#subtotalamt, #ordertotalamt {
  width: 10%;
}

#cartPaypal {
  padding: 8px 20px;
  text-align: center;
}

#cartPaypal img {
  width: 250px;
}

#vouchercodefrm {
  text-align: left;
}

#vouchercodefrm label {
  display: block;
  margin-bottom: 10px;
}

#vouchercodefrm input {
  display: inline-block;
  margin: 0;
  border-collapse: collapse;
}

.delivery-country {
  margin-bottom: 20px;
}

.delivery-country label, .delivery-country select {
  display: inline-block;
}

.delivery-country label {
  width: 40%;
}

.delivery-country select {
  position: relative;
  right: -4px;
  width: 58%;
}

.fullwidth {
  display: block;
  width: 100%;
}

#checkoutconfback {
  display: inline-block;
  text-align: left;
  width: 33%;
}

#keepshopping {
  display: inline-block;
  text-align: center;
  width: 33%;
}

#ordersummary {
  display: inline-block;
  text-align: right;
  width: 32.5%;
}

.summary {
  padding: 0;
  font-size: 0.9em;
}

.allbtns {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b));
  background: -moz-linear-gradient(center top, #9dce2c 5%, #8cb82b 100%);
  background-color: #9dce2c;
  border: 1px solid #83c41a;
  -moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
  -webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
  box-shadow: inset 0px 1px 0px 0px #c1ed9c;
  color: #fff;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9dce2c", endColorstr="#8cb82b");
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 31px;
  line-height: 31px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-shadow: 1px 1px 0px #689324;
}

.allbtns:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c));
  background: -moz-linear-gradient(center top, #8cb82b 5%, #9dce2c 100%);
  background-color: #8cb82b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8cb82b", endColorstr="#9dce2c");
}

.allbtns:active {
  position: relative;
  top: 1px;
}

a.allbtns {
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

a.allbtns:hover {
  color: #fff;
}

#menu-button {
  display: none;
}

#foot-boxes {
  display: none;
}

.flag {
  text-align: right;
  padding-top: 20px;
}

.flag img {
  height: 50px;
}

form input #paypal {
  background: url(../images/pay-with-paypal-blue-button.png);
}

@media (max-width: 1199px) {
  #newsletter_signup input[type=email], #newsletter_signup2 input[type=email] {
    width: 60%;
  }
}
/* media queries */
@media (max-width: 991px) {
  body {
    margin-bottom: 0px;
  }
  .loginbox {
    margin-bottom: 20px;
  }
  #logo, #headingright {
    padding: 5px 10px;
  }
  .flag {
    text-align: center;
    padding-top: 0;
  }
  #headingright {
    margin: 10px 0;
  }
  #logo {
    margin: 0 auto;
  }
  #logo img {
    max-width: 275px;
  }
  #logo, #headingright, #basket, #searchbar, #newstarget label, #newstarget2 label, #footer, #footleft, #footright, .categoryImage {
    text-align: center;
  }
  #basket {
    padding-top: 0;
  }
  #footer {
    background-color: #003b1f;
    bottom: auto;
    height: auto;
    position: relative;
  }
  #footer a {
    padding: 8px;
    color: #fff;
  }
  .testimonial-boxes {
    height: auto;
    min-height: 0;
  }
  .contactimg {
    display: none;
  }
  #footmid {
    padding: 5px 0 0;
  }
  .footer-menu li {
    display: inline-block;
    line-height: 180%;
  }
  #loginform input[type=text], #loginform input[type=email], #loginform input[type=password] {
    min-width: 55%;
  }
  #generaldetails input[type=text], #generaldetails input[type=email], #generaldetails input[type=password] {
    min-width: 50%;
  }
  #newsletter_signup, #newsletter_signup2 {
    text-align: center;
  }
  #newsletter_signup input[type=email], #newsletter_signup2 input[type=email] {
    width: 80%;
  }
  #newsletter_signup label, #newsletter_signup2 label {
    text-align: left;
  }
  #headmenu div, #headmenu div.rhs {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .social {
    margin-bottom: 10px;
  }
  #vouchercodefrm {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #cartcontents #carthead {
    display: none;
  }
  #cartcontents .responsive-label {
    display: inline-block;
    margin-bottom: 5px;
    text-align: right;
    vertical-align: top;
    width: 18%;
  }
  #cartcontents .responsive-block {
    display: inline-block;
    margin-left: 5%;
    margin-bottom: 5px;
    text-align: left;
    vertical-align: top;
    width: 75%;
  }
  #cartcontents .resp {
    display: block;
  }
  #logo {
    display: block;
  }
  ul.footer-menu li {
    margin: 10px;
  }
  #menu-button {
    display: inline-block;
    padding: 17px;
    color: #242424;
    font-weight: 700;
    text-transform: uppercase;
  }
  .navbar-toggle {
    border-color: #242424;
    border-radius: 0;
  }
  .navbar-toggle .icon-bar {
    background: #242424;
  }
  .navbar ul {
    float: none;
  }
  .mainmenu, .topmenu {
    margin-right: 0;
  }
  #head-boxes {
    display: none;
  }
  #foot-boxes {
    display: block;
  }
  #foot-boxes .greybox {
    height: auto;
  }
  #foot-boxes .greybox img {
    max-height: 40px;
  }
}
@media (max-width: 600px) {
  #basket {
    padding: 0;
  }
  #keepshopping {
    text-align: center;
    width: 28%;
  }
  #ordersummary {
    text-align: right;
    width: 37%;
  }
  #loginform input[type=text], #loginform input[type=email], #loginform input[type=password] {
    min-width: 55%;
  }
}
@media (max-width: 550px) {
  #cartupdate, #cartclr, #cartkeepshopping, #checkout {
    text-align: center;
    width: 48%;
  }
  #paypal-note {
    margin-right: 3%;
    width: 52%;
  }
  #nonjspaybtn {
    width: 45%;
  }
  .xxsmall {
    display: block;
    width: 100%;
  }
  .xxsmall td {
    width: 50%;
  }
  #cartupdate, #cartclr {
    margin-bottom: 10px;
  }
  #checkoutconfback {
    display: none;
  }
  #keepshopping {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  #ordersummary {
    display: block;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .video-container {
    display: none;
  }
  #paypal-note {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  #nonjspaybtn {
    width: 100%;
  }
  #nonjspaybtn input {
    text-align: center;
    width: 100%;
  }
  #regsubmit {
    text-align: center;
    width: 100%;
  }
  ul.footer-menu li {
    background: #003B1F;
    border: 1px solid #fff;
    display: block;
    padding: 10px;
  }
  #footer a {
    padding: 15px;
  }
  #logo, #headingright {
    margin: 10px 0;
    padding: 5px;
    text-align: center;
  }
  #logo {
    margin: 0;
    padding: 0;
  }
  #logo img {
    max-width: 200px;
  }
  #contactform input[type=text], #contactform input[type=email], #contactform textarea {
    max-width: 100%;
    width: 100%;
  }
  #billingInf, #deliveryInf {
    display: block;
    margin-right: 0;
    width: 99%;
  }
  #freedelivery, #freedelivery2 {
    height: auto;
    max-width: 65%;
  }
  #needhelp, #needhelp2 {
    height: auto;
    max-width: 65%;
  }
  #newsletter_signup, #newsletter_signup2 {
    text-align: center;
    height: auto;
    max-width: 55%;
  }
  #newsletter_signup input[type=email], #newsletter_signup2 input[type=email] {
    width: 60%;
  }
  #loginform input[type=text], #loginform input[type=email], #loginform input[type=password] {
    min-width: 100%;
  }
  #generaldetails input[type=text], #generaldetails input[type=email], #generaldetails input[type=password] {
    min-width: 100%;
  }
  .productQtyBox {
    width: 40%;
  }
  #addtocartfrm input[type=text], #addtocartfrm select, #addtocartfrm label, #addtocartfrm a {
    height: 40px;
  }
  #productCartOptions {
    display: block;
    width: 100%;
  }
  #productCartOptions #addbasket {
    width: 100%;
  }
  #productCartOptions #basketbtn {
    width: 100%;
  }
  #homecontent, .flag {
    display: none;
  }
}
@media (max-width: 360px) {
  #logo, #headingright {
    margin: 10px 0;
    padding: 5px;
    text-align: center;
  }
  #logo {
    margin: 0;
    padding: 0;
  }
  .greybox {
    height: auto;
  }
  .greybox img {
    max-height: 40px;
  }
  #freedelivery, #freedelivery2, #needhelp, #needhelp2, #newsletter_signup, #newsletter_signup2 {
    height: auto;
    max-width: 55%;
  }
  #cartupdate, #cartclr, #cartkeepshopping, #checkout {
    width: 96%;
  }
  #cartkeepshopping {
    margin-bottom: 10px;
  }
  #cartbtns .allbtns {
    width: 100%;
  }
}


/*# sourceMappingURL=style.8.0.0.css.map */
