@font-face {
  font-family: 'gotham_boldregular';
  src: url("../fonts/gotham-bold-webfont.eot");
  src: url("../fonts/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-webfont.woff") format("woff"), url("../fonts/gotham-bold-webfont.ttf") format("truetype"), url("../fonts/gotham-bold-webfont.svg#gotham_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_bookregular';
  src: url("../fonts/gotham-book-webfont.eot");
  src: url("../fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book-webfont.woff2") format("woff2"), url("../fonts/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham-book-webfont.ttf") format("truetype"), url("../fonts/gotham-book-webfont.svg#gotham_bookregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_lightregular';
  src: url("../fonts/gotham-light-webfont.eot");
  src: url("../fonts/gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light-webfont.woff2") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff"), url("../fonts/gotham-light-webfont.ttf") format("truetype"), url("../fonts/gotham-light-webfont.svg#gotham_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'champignonmedium';
  src: url("../fonts/champignon-webfont.eot");
  src: url("../fonts/champignon-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/champignon-webfont.woff2") format("woff2"), url("../fonts/champignon-webfont.woff") format("woff"), url("../fonts/champignon-webfont.ttf") format("truetype"), url("../fonts/champignon-webfont.svg#champignonmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body, html {
  font-family: 'gotham_bookregular', sans-serif;
  font-weight: normal;
  min-width: 320px;
  margin: 0;
  padding: 0;
  color: #97816c;
}

body:before {
  content: 'desktop';
  display: none;
}

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

.hidden{
  display: none;
}

a {
  color: inherit;
  outline: 0;
  -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none !important;
}

:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.smallpadding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.custompadding {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

div.group.row .text-center-sm.item.stamp.custompadding{
	min-height: auto;
}

.series {
  background-color: #e2e2df;
}
.series.row {
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}

.series--2 {
  background-color: #ebebe9;
}

.border-right-light {
  border-right: 1px solid #ffffff;
}

.hr {
  display: block;
  width: 100%;
  height: 1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYTk5NyIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjYWFhOTk3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDZkNWQxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #aaa997), color-stop(75%, #aaa997), color-stop(100%, #d6d5d1));
  background-image: -moz-linear-gradient(left, #aaa997 0%, #aaa997 75%, #d6d5d1 100%);
  background-image: -webkit-linear-gradient(left, #aaa997 0%, #aaa997 75%, #d6d5d1 100%);
  background-image: linear-gradient(to right, #aaa997 0%, #aaa997 75%, #d6d5d1 100%);
}

input[type="text"]:-moz-placeholder {
  color: #97816c;
}
input[type="text"]::-moz-placeholder {
  color: #97816c;
}
input[type="text"]:-ms-input-placeholder {
  color: #97816c;
}
input[type="text"]::-webkit-input-placeholder {
  color: #97816c;
}

.is-visible {
  display: block !important;
}


#page-wrapper {
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  overflow-x: hidden;
  width: 100%;
}

.menu-hidden {
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -moz-transform: translateX(265px);
  -ms-transform: translateX(265px);
  -webkit-transform: translateX(265px);
  transform: translateX(265px);
}

.main-header {
  min-height: 115px;
  max-height: 115px;
  padding: 2px 0 0 0;
  text-align: right;
  position: fixed;
  background-color: #f2f2f1;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 200;
}

.header__logo {
  display: block;
  margin: 27px 0 0 0;
}
.header__logo img {
  height: auto;
  max-width: 100%;
}

.header--index {
  background-color: rgba(255, 255, 255, 0.75);
}

.topbar {
  position: relative;
  text-align: right;
  margin: 0 50px 10px 0;
}
.topbar form {
  display: inline-block;
  margin-bottom: 0px;
}
.topbar:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZWVlMSIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjNzk2ODU3Ii8+PHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiM3OTY4NTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmVlZTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6eee1), color-stop(15%, #796857), color-stop(85%, #796857), color-stop(100%, #e6eee1));
  background-image: -moz-linear-gradient(left, #e6eee1 0%, #796857 15%, #796857 85%, #e6eee1 100%);
  background-image: -webkit-linear-gradient(left, #e6eee1 0%, #796857 15%, #796857 85%, #e6eee1 100%);
  background-image: linear-gradient(to right, #e6eee1 0%, #796857 15%, #796857 85%, #e6eee1 100%);
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 260px);
  height: 1px;
  bottom: -1px;
  left: -160px;
}
.topbar > div, .topbar > a {
  display: inline-block;
  padding: 10px 15px;
}
.topbar > a {
  color: #666666;
  border-left: 1px solid #796757;
}
.topbar > a.active {
  color: #9a0000;
}
.topbar > a:last-child {
  border-right: 1px solid #796757;
}
.topbar > a:hover, .topbar > a:focus, .topbar > a:active {
  color: #9a0000;
}

.topbar__social {
  display: inline-block;
}
.topbar__social a {
  display: inline-block;
  margin: 0 7px;
}
.topbar__social a:last-child {
  margin-right: 0;
}

input.topbar__input {
  position: absolute;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  right: 60px;
  top: 5px;
  height: 30px;
  padding: 5px 10px;
  display: none;
  z-index: 9;
}
input.topbar__input:hover, input.topbar__input:active, input.topbar__input:focus {
  outline: 0;
  border: 0;
}

.topbar__search {
  display: inline-block;
  padding: 10px 15px;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #796757;
  border-right: 1px solid #796757;
  background-color: transparent;
  outline: 0;
}

.accordion__tab {
  background-color: #e2e2e0;
  padding: 0 15px;
  color: #9a0000;
  position: relative;
  max-height: 40px;
  cursor: pointer;
  display: none;
}
.accordion__tab:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.accordion__tab:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '+';
  cursor: pointer;
  display: block;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #990000;
  color: #990000;
  top: 8px;
  right: 15px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 21px;
  text-align: center;
  z-index: 2;
}
.accordion__tab.open:before {
  content: '-';
  line-height: 20px;
  font-size: 28px;
}

.content__container .accordion__tab .heading5 {
  margin: 0;
  line-height: 40px;
  font-size: 20px;
}

.accordion__link {
  cursor: pointer;
  position: relative;
}
.accordion__link:before {
  display: none;
  content: '+';
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 15px;
  border: 1px solid #990000;
  color: #990000;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 21px;
  text-align: center;
  z-index: 5;
}
.accordion__link.open:before {
  content: '-';
  line-height: 20px;
  font-size: 28px;
}

.main-nav {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  display: inline-block;
  margin: 15px 0 0 0;
  font-size: 16px;
}

.main-nav {
  margin-top: 10px;
}
.main-nav > li + li {
  margin-left: 2px;
}
.main-nav > li > a {
  background-color: transparent;
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
    padding: 8px 8px;
  line-height: inherit;
}
.main-nav > li > a.active {
  color: #9a0000;
  border: 1px solid #9a0000;
  border-radius: 3px;
}
.main-nav > li > a:hover {
  background: none;
  color: #9a0000;
}
.main-nav > li > a:focus {
  background: none;
}
.main-nav > .dropdown > a {
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-nav > .dropdown.open {
  color: #9a0000;
  position: relative;
  z-index: 4;
  background-color: #fff;
}
.main-nav > .dropdown.open > a {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #990000;
  border-bottom: 1px solid #f5f4f3;
  padding-bottom: 17px;
  position: relative;
  z-index: 5;
}

.main-nav--submenu {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #990000;
  padding-top: 0;
  padding-bottom: 0;
  top: calc(100% - 1px);
  z-index: 3;
  background-color: #fff;
}
.main-nav--submenu > li:nth-child(odd) {
  background-color: rgba(245, 244, 243, 0.6);
}
.main-nav--submenu > li:nth-child(even) {
  background-color: rgba(255, 254, 254, 0.6);
}
.main-nav--submenu > li > a {
  color: #666666;
}
.main-nav--submenu > li > a:hover {
  background-color: inherit;
  color: #9a0000;
}

.nav .open > a, .nav .open > a:hover {
  border: 1px solid #990000;
  border-color: #990000;
  border-bottom: 1px solid #f5f4f3;
}

.nav__mobile {
  float: right;
  margin: 30px 15px 30px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  top: 7px;
  width: 40px;
  height: 32px;
  border: 2px solid #990000;
  padding: 6px 5px;
  font-size: 0;
}
.nav__mobile span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #990000;
}
.nav__mobile span:not(:last-child) {
  margin: 0 0 5px 0;
}

.categ1.product__images, .categ3.product__images, .categ5.product__images, .categ7.product__images, .categ9.product__images, .categ11.product__images{
    background-color: #ededec;
}
.categ2.product__images, .categ2.product__images, .categ4.product__images, .categ6.product__images, .categ8.product__images, .categ10.product__images, .categ12.product__images{
    background-color: #dfdfdd;
}
.heading1 {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  text-shadow: none;
  position: relative;
  display: block;
  color: #ffffff;
  line-height: 44px;
  font-size: 35px;
  margin-bottom: 90px;
}
.heading1 > span {
  font-family: 'champignonmedium', cursive, serif;
  font-weight: normal;
  font-size: 200%;
  line-height: inherit;
}
.heading1 strong {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  text-shadow: none;
  position: relative;
  display: block;
  color: #ffffff;
  line-height: 34px;
  font-size: 25px;
  margin-bottom: 10px;
}
.heading1:before, .heading1:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.heading1:before {
  top: -40px;
}
.heading1:after {
  bottom: -40px;
}

.heading1b {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  text-shadow: none;
    position: relative;
    display: block;
    color: #ffffff;
    line-height: 44px;
  background: rgba(194, 183, 175, .5);
    font-size: 35px;
    margin-bottom: 90px;
    border: 0;
    padding: 45px 10px 35px 10px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.heading1b > span {
  font-family: 'champignonmedium', cursive, serif;
  font-weight: normal;
  font-size: 200%;
  line-height: inherit;
  position: relative;
  right: 0px;
}
.heading1b strong {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  text-shadow: none;
  position: relative;
  display: block;
  color: #ffffff;
  line-height: 34px;
  font-size: 25px;
  margin-bottom: 10px;
}

.fullwidth .phpsearch_list_item h3{
font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  text-shadow: none;
  position: relative;
  display: block;
  color: #9a0000;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
}
.heading2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: inherit;
  margin: 0;
  font-size: 32px;
}

.heading2--details {
  text-align: left;
  color: #990000;
  margin: 10px 0 0 0;
}

.heading3--details {
  text-transform: uppercase;
  color: #535456;
  margin: 10px 0;
}

.heading4 {
  text-transform: uppercase;
  font-size: 27px;
  color: #696356;
}

body.productpage .heading4 {
  text-transform: uppercase;
  font-size: 19px;
  color: #696356;
  margin-bottom: 1px;
}

body.productpage .details__width span {
  font-size: 16px;
  margin-bottom: 29px;
  display: block;
}

body.productpage .details__width .boxprodinfo{
    display: inline-block;
    background-color: #e1e0dd;
    margin: 0 0 20px 0;
    padding: 20px 18px 20px 30px;
	width: 100%;
}

body.productpage .details__width div.widths {
  margin-left: 0;
  padding-left: 0 !important;
}

body.productpage .proddetails{
	margin-top: 10px;
}

body.productpage .hr {
	clear: left;
	margin: 15px 0;
	float: left;
	width: 100%;
  display: block;
}

.heading4--series {
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  display: block;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  width: calc(100% + 30px);
  padding: 15px 0;
  margin: 0;
}

.heading4--details {
  margin: 0 0 10px 0;
}

.heading5 {
  text-transform: uppercase;
  color: #9a0000;
  font-size: 26px;
  display: block;
}

.heading6--series {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.heading6--series .sample--small img{
	width: 47px;
}

.heading6--details {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  color: #696356;
  font-size: 16px;
}

.heading6--contact {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #9a0000;
}

h1, h2, h3, h4 {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
}

.filtering {
  padding-top: 115px;
}
.filtering .filtering__checkbox {
  margin-bottom: 5px;
}
.filtering .filtering__section--left {
  border-right: 2px groove #b6b6b6;
}
.filtering .filtering__section--right .filtering__section {
  padding-left: 20px;
}
.filtering .filtering__section--right .filtering__checkbox {
  width: 49%;
}
.filtering .filtering__section--right .col-lg-6 .filtering__checkbox {
  width: 99%;
}
.filtering .filtering__section--right .col-lg-6 {
  width: 49%;
}

.filtering .filtering__section--right .col-lg-6.lastchild{
    display: block;
    float: left;
    clear: left;
}

.filtering__form {
  padding: 14px 0 10px;
}

.filtering__section.filtering__section--divided {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}
.filtering__section .ez-checkbox {
  margin: -3px 10px 0 0;
}
.filtering__section label {
  padding-top: 2px;
  color: #535456;
  font-size: 16px;
  line-height: 16px;
}
.filtering__section .label__description {
  font-size: 13px;
  color: #8d8f92;
  margin-left: 27px;
  display: block;
}

.filtering__section .label__title {
margin-top: -15px;
  margin-left: 27px;
  display: block;
}

.filtering__heading {
  font-size: 19px;
  color: #9a0000;
}

.filtering__subheading {
  font-size: 15px;
  color: #9a0000;
}

.filtering__collections .filtering__checkbox {
  width: 234px;
}

.filtering__species {
  margin-bottom: 5px;
}
.filtering__species .filtering__checkbox {
  margin-right: 25px;
}

.filtering__radio {
  padding: 0 6px;
}
.filtering__radio .label__radio {
  display: block;
  color: #535456;
  font-size: 13px;
  margin-top: 10px;
}
.filtering__radio .ez-radio, .filtering__radio .ez-checkbox {
  width: 48px;
  height: 48px;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #838486;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 5px;
  cursor: pointer;
}
.filtering__radio .ez-radio input {
  width: 48px;
  height: 48px;
  margin-top: 0;
  cursor: pointer;
}
.filtering__radio .ez-radio.ez-selected, .filtering__radio .ez-checkbox.ez-checked {
  border: 6px solid #830f16;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  margin: 0;
}
.filtering__radio .ez-radio.ez-selected + .label__radio {
  margin-top: 5px;
}

.dark .ez-radio, .dark .ez-checkbox {
  background: url("../images/tones/dark.png") no-repeat 0 0;
  width: 48px;
  height: 48px;
}

.light .ez-radio, .light .ez-checkbox {
  background: url("../images/tones/light.png") no-repeat 0 0;
  width: 48px;
  height: 48px;
}

.brown .ez-radio, .brown .ez-checkbox {
  background: url("../images/tones/brown.png") no-repeat 0 0;
  width: 48px;
  height: 48px;
}

.grey .ez-radio, .grey .ez-checkbox, .gray .ez-radio, .gray .ez-checkbox {
  background: url("../images/tones/grey.png") no-repeat 0 0;
  width: 48px;
  height: 48px;
}

.classic .ez-radio, .classic .ez-checkbox {
  background: url("../images/tones/classic.png") no-repeat 0 0;
  width: 48px;
  height: 48px;
}

.natural .ez-radio, .natural .ez-checkbox {
  background: url("../images/tones/natural.png") no-repeat 0 0;
  width: 48px;
  height: 48px;
}

.generations {
  background-color: #dfdfdd;
}

.origins {
  background-color: #ededec;
}

.product__images:after{
	clear: left;
}
.product__images {
  padding-bottom: 15px;
}

.product__images__heading {
  font-size: 26px;
  color: #535456;
  margin: 30px 0 0;
}

.product__images__subheading {
  font-size: 17px;
  color: #696356;
  margin: 0 0 30px;
}

span.smtxt{
	font-size: 11px;
}
span.finishlabel{
	color: #535456;
}
.product__link {
  margin-bottom: 0px;
  display:inline-block;
  font-size: 17px;
  color: #535456;
  position: relative;
}
.product__link.secprod {
  margin-bottom: 30px;
  display: block;
  font-size: 14px;
  color: #535456;
  position: relative;
}
.product__link.secprod strong {
  font-family: 'gotham_boldregular', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #535456;
}
.product__link em {
  font-style: normal;
  font-size: 14px;
}
.product__link span{
  font-size: 14px;
}
.product__link img {
  margin-bottom: 10px;
  display: block;
  max-width: 194px;
}
.product__link:hover {
  color: #535456;
}
.productimg strong {
	clear: left;
}
.productimg .moreinfo {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 194px;
  padding-top: 74px;
  top:0;
  left:0;
  opacity: 0;
  background-color: #fff;
  color: #9a0000;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999999;
  transition:all 0.4s;
}
.productimg .moreinfo:before {
    
}
.productimg:hover .moreinfo {
  position: absolute;
  visibility: visible;
  opacity: 1;
}
.productimg .moreinfo a{
text-align: center;
    color: #FFF;
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #9a0000;
    background: #9a0000;
}
.productimg .moreinfo a:hover{
text-align: center;
    color: #9a0000;
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #9a0000;
    background: #FFF;
}
.productimg .moreinfo .moredet{
text-align: center;
    color: #000;
	background: none;
    font-size: 14px;
    border: 0px;
    margin-top: 14px;
    display: inline-block;
}
.productimg .moreinfo .favlink a{
text-align: center;
    color: #000;
	background: none;
    font-size: 14px;
    border: 0px;
    margin-top: 14px;
    display: inline-block;
    text-decoration: underline;
}
.emptystar{
  background-color: transparent;
  background-image: url("../images/star_empty.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: relative;
  top: 10px;
  right: 10px;
  text-indent: -99999px;
}
.filledstar{
  background-color: transparent;
  background-image: url("../images/star_filled.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: relative;
  top: 10px;
  right: 10px;
}

.findshop {
  color: #ffffff;
  background-color: #b6afa8;
  background-image: url("../../images/texture-index.png");
  background-repeat: no-repeat;
  min-height: 113px;
  line-height: 83px;
  padding: 15px 0;
}
.findshop img {
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  display: inline-block;
  vertical-align: middle;
  margin: 0 75px 0 0;
}
.findshop .heading2 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.3px;
}

.map__zipcode {
  padding: 25px 0 45px;
  background-color: #f5f5f5;
}
.map__zipcode .heading2 {
  font-size: 24px;
  color: #97816c;
  text-transform: none;
  font-family: 'gotham_bookregular', sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.map__zipcode .main__input--dealer {
  min-height: 50px;
  line-height: 50px;
  background-color: #fff;
}
.map__zipcode .input__dealer {
  width: 486px;
  margin: 0 auto;
}

.googlemap {
  position: relative;
}
.googlemap img {
  width: 100%;
}
.googlemap:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100px;
  -moz-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  pointer-events: none;
}

.carousel--index .carousel-inner {
  min-height: 720px;
  max-height: 720px;
  width: 100%;
}
.carousel--index .carousel-inner > .item > a > img, .carousel--index .carousel-inner > .item > img {
  width: 100% !important;
}

.carousel-indicators li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid #ffffff;
  margin: 2px;
}
.carousel-indicators .active {
  width: 13px;
  height: 13px;
  border: 2px solid #ffffff;
  margin: 2px;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}
.carousel-control.left img {
  left: 20px;
}
.carousel-control.right img {
  right: 20px;
}

.carousel-caption {
  top: 182px;
  left: 16%;
  right: 16%;
}
.carousel-caption.realign {
  top: 138px;
  left: 16%;
  right: 16%;
}

.carousel__image--logo {
  display: none !important;
  position: absolute;
  bottom: 43%;
  right: -13%;
}

@media screen and (min-width: 1801px) {
.carousel__image--logo {
  bottom: 42%;
}
.carousel-indicators {
    bottom: auto !important;
	top: 94% !important;
  }
}
@media screen and (min-width: 1701px) and (max-width: 1800px) {
.carousel__image--logo {
  bottom: 36%;
}
.carousel-indicators {
    bottom: auto !important;
	top: 94% !important;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1700px) {
.carousel__image--logo {
  bottom: 31%;
}
.carousel-indicators {
    bottom: auto !important;
	top: 94% !important;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
.carousel__image--logo {
  bottom: 25%;
}
.carousel-indicators {
    bottom: auto !important;
	top: 94% !important;
  }
}
@media screen and (min-width: 1411px) and (max-width: 1499px) {
.carousel__image--logo {
  bottom: 20%;
}
.carousel-indicators {
    bottom: auto !important;
	top: 84% !important;
  }
}
@media screen and (min-width: 1391px) and (max-width: 1410px) {
.carousel__image--logo {
  bottom: 15%;
}
.carousel-indicators {
    bottom: auto !important;
	top: 88% !important;
  }
}
@media screen and (min-width: 1310px) and (max-width: 1390px) {
.carousel__image--logo {
  bottom: 13%;
}
.carousel-indicators {
    bottom: auto !important;
	top: 82% !important;
  }

}
@media screen and (min-width: 768px) and (max-width: 1499px) {
.navbar-nav {
    float: right !important;
    margin: 10px 31px 0 0 !important;
}
}
@media (min-width: 1200px) and (max-width: 1599px){
#top-header .col-lg-offset-2 {
    margin-left: 6.66667%;
}
#top-header .col-lg-6 {
    width: 60%;
}
}
@media screen and (min-width: 1200px) and (max-width: 1309px) {
.carousel-indicators {
    bottom: auto !important;
	top: 78% !important;
  }
  
.carousel__image--logo {
  bottom: 3%;
}
.heading1, .heading1b {
    font-size: 28px;
    line-height: 34px;
	padding: 15px 0px 10px 0;
  }

  .heading1b strong {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
.carousel-indicators {
    bottom: auto !important;
	top: 94% !important;
  }
.carousel__image--logo {
  bottom: 3%;
}
.heading1, .heading1b {
    font-size: 26px;
    line-height: 32px;
	padding: 15px 0px 10px 0;
  }
  
  .heading1b strong {
    font-size: 18px;
    line-height: 24px;
  }
  div.group.row .text-center-sm.custompadding.collections3{
	min-height: 280px;
}
div.group.row .text-center-sm.custompadding{
	min-height: 260px;
}
.main-nav > li > a {
    font-size: 13px;
    padding: 8px 8px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
 .main-nav > li > a {
    font-size: 12px;
    padding: 8px 8px;
}
}
@media screen and (min-width: 1200px) {
div.group.row .text-center-sm.custompadding.collections3{
	min-height: 310px;
}
div.group.row .text-center-sm.custompadding{
	min-height: 280px;
}
}

@media screen and (min-width: 748px) and (max-width: 974px) {

}


@media screen and (min-width: 767px) and (max-width: 768px) {
.carousel__image--logo {
  bottom:-13%;
}
.carousel--index .carousel-caption{
  top: 17px !important;
}
}

.carousel--details img {
  width: 100%;
  height: auto;
}
.carousel--details .carousel-control {
  text-shadow: none;
  opacity: 1;
}
.carousel--details .carousel-control img {
  position: absolute;
  top: calc(50% - 21px);
  height: 42px;
  width: auto;
  opacity: 1;
}
.carousel--details .carousel-caption {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  padding-bottom: 0;
  height: 100%;
}
.carousel--details .carousel-caption p {
  margin: 0;
  text-shadow: none;
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  height: 60px;
  font-size: 28px;
  text-transform: uppercase;
  width: 460px;
  line-height: 60px;
  bottom: 0;
  left: 0;
  padding: 0;
  text-align: center;
  background-color: #323232;
  opacity: 0.8;
  display: block;
  position: absolute;
}

.sample img {
  display: block;
  float: left;
  vertical-align: middle;
  margin-right: 5px;
  width: 47px;
}
.sample p {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  display: block;
  float: left;
}

.sample--small {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.sample--small p {
  font-size: 12px;
  line-height: 16px;
  width: 50%;
  margin: 7px 0 0 0;
  color: #535456;
  letter-spacing: 0.5px;
}

.contact {
  background-color: #f7f7f5;
  color: #535456;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}
.contact strong {
  font-family: 'gotham_boldregular', sans-serif;
  font-weight: normal;
  line-height: inherit;
}
.contact p, .contact address {
  margin: 0;
}

.contact__link {
  display: block;
  text-align: center;
  color: #9a0000;
  font-size: 20px;
  margin: 15px 0;
}

.contact__map {
  position: absolute;
  top: 0;
  right: -32px;
}

.contact__boxes {
  margin: 0 auto;
  display: inline-block;
}

.contact__box {
  position: relative;
  float: left;
  padding: 0 20px;
  width: 237px;
  min-height: 83px;
  border-bottom: 1px solid #d5d5d4;
}

.contact__box--left {
  text-align: right;
  border-right: 1px solid #d5d5d4;
}

.contact__box--right {
  text-align: left;
  border-left: 1px solid transparent;
}

.aside {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZjRmNGY0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlYWU4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f4f4f4), color-stop(20%, #f4f4f4), color-stop(100%, #ebeae8));
  background-image: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 20%, #ebeae8 100%);
  background-image: -webkit-linear-gradient(left, #f4f4f4 0%, #f4f4f4 20%, #ebeae8 100%);
  background-image: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 20%, #ebeae8 100%);
  font-size: 16px;
  min-height: 300px !important;
}
.aside:before, .aside:after {
  content: " ";
  display: table;
}
.aside:after {
  clear: both;
}

.aside__tabs {
  float: right;
  width: 265px;
}
.aside__tabs li {
  border-bottom: 1px solid #cdcdcc;
}
.aside__tabs li:last-child {
  border-bottom: 0;
}
.aside__tabs li .active, .aside__tabs li:hover, .aside__tabs li:focus {
  background-color: #e0dddb;
}
.aside__tabs a {
  display: block;
  padding: 12px 15px;
}

.details {
  padding-top: 15px;
}

.details__social {
  text-align: center;
  padding: 10px 0;
  margin: 25px 0;
  border-top: 1px solid #aea69c;
  border-bottom: 1px solid #aea69c;
}
.details__social:before, .details__social:after {
  content: " ";
  display: table;
}
.details__social:after {
  clear: both;
}
.details__social ul {
  margin: 0 auto;
}
.details__social ul:before, .details__social ul:after {
  content: " ";
  display: table;
}
.details__social ul:after {
  clear: both;
}
.details__social li {
  display: inline-block;
  margin: 0 8px;
}

.details__colours {
  display: inline-block;
  background-color: #e1e0dd;
  margin: 0 0 20px 0;
  padding: 20px 18px 20px 30px;
}
.details__colours ul:before, .details__colours ul:after {
  content: " ";
  display: table;
}
.details__colours ul:after {
  clear: both;
}
.details__colours li {
  display: block;
  float: left;
  margin: 0 12px;
}
.details__colours li:first-child {
  margin-left: 0;
}

.details__width--info {
  color: #535456;
  font-size: 22px;
  letter-spacing: 0.5px;
}

body.productpage .details__width div.widths, body.productpage .details__width div.prodcodes, body.productpage .details__width span{
  color: #535456;
}

.details__width--description {
  margin: 20px 0;
  color: #535456;
  font-size: 14px;
  line-height: 20px;
}

.menu-hidden {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 265px;
  z-index: 999;
  background-color: #e4e3e2;
}
.menu-hidden .aside__tabs {
  text-transform: uppercase;
  width: 100%;
}
.menu-hidden .aside__tabs li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.menu-hidden .aside__tabs li:last-child {
  border-bottom: 1px solid #ffffff;
}
.menu-hidden .aside__tabs li:hover, .menu-hidden .aside__tabs li:focus, .menu-hidden .aside__tabs li:active {
  background-color: inherit;
  color: #9a0000;
}
.menu-hidden .aside__tabs li .active {
  background-color: inherit;
}

.menu-hidden__back {
  background-color: #ffffff;
  border-bottom: 1px solid #9a0000;
  display: block;
  color: #9a0000;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 15px 12px 25px;
}
.menu-hidden__back img {
  vertical-align: middle;
  display: inline-block;
  margin: -3px 10px 0 0;
}
.menu-hidden__back:hover, .menu-hidden__back:focus, .menu-hidden__back:active {
  color: inherit;
}

.googlemap {
   position: relative;
   height: 352px;
}

.results {
  background-color: #dfdfdd;
  position: relative;
}
.results:after {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 100px;
  -moz-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  z-index: 10;
  pointer-events: none;
}

.results__bg {
  background-color: #dfdfdd;
  border-color: #f2f2f1;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.results__bg:nth-child(n+4) {
}
.results__bg:nth-child(3n+3) {
  border-right: 0;
}
.results__bg:nth-child(n+4) .results__item:hover:after {
  display: none;
}

.results__item {
  display: block;
  color: #535456;
  position: relative;
  z-index: 100;
  outline: 0;
  padding: 18px 47px;
  font-size: 18px;
}
.results__item:hover {
  background-color: #f4f4f3;
}
.results__item:hover .results__distance {
  font-family: 'gotham_boldregular', sans-serif;
  font-weight: normal;
}
.results__item:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100px;
  -moz-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.results__name {
  color: #9a0000;
  font-size: 18px;
}

.results__distance {
  display: block;
}

.results__address {
  margin-bottom: 0;
}

.content {
  color: #535456;
}

.content--sidebar {
  background-color: #f4f4f4;
}

.content__text {
  width: 350px;
  margin-right: 75px;
  font-size: 15px;
  line-height: 20px;
}

.content__container {
  min-height: 210px;
  padding: 20px 0;
}

.fullwidth{
  min-height: 310px;
  margin: 10px 47px 10px 49px;
  width: 92%;
  padding: 20px 0;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 70px; /* Chrome, Safari, Opera */
    -moz-column-gap: 70px; /* Firefox */
    column-gap: 70px;
	-webkit-column-fill: balance; /* Chrome, Safari, Opera */
    -moz-column-fill: balance; /* Firefox */
    column-fill: balance;
}

.fullwidth.tall{
  min-height: 450px;
}

.fullwidth.onecolumn{
  min-height: 210px;
  padding: 20px 0;
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

.fullwidth h5, .fullwidth h3 {
    text-transform: uppercase;
    color: #9a0000;
    font-size: 26px;
    display: block;
}

.fullwidth a{
    color: #9a0000;
}
.fullwidth a:hover{
    color: #333;
}

ul.favourites{
	float: left;
	display: block;
	width: 100%;
}

.fullwidth ul.favourites li:before{
	content: '';
    display: none;
    width: 0;
    height: 0;
    left:0;
    top:0;
}

ul.favourites li{
	float: left;
	display: block;
	list-style: none;
	border: 1px solid #CCC;
    padding: 25px;
}

ul.favourites li:hover{
	background-color: #FFF;
}

ul.favourites li a.butlab{
	margin: 10px auto;
	display: block;
	background: #9a0000;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
}


ul.favourites li label{
	display: inline;
}

ul.favourites li label.sepl{
	display: block;
}

.content__container--collections {
  margin-bottom: 0px;
}
.content__container--collections .heading5 {
  font-size: 24px;
  margin: 0 0 35px 0;
}
.content__container--collections p:not(.sample p) {
  word-spacing: 1px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.content__container--collections strong {
  font-family: 'gotham_boldregular', sans-serif;
  font-weight: normal;
}
.content__container--info strong{
    font-family: "gotham_boldregular",sans-serif;
    font-weight: normal;
}
.content__container--info h6 {
    font-family: 'gotham_bookregular', sans-serif;
    font-weight: normal;
	text-transform: uppercase;
	color: #9a0000;
	    font-size: 14px;
    line-height: 1.42857;
}
.content__container span.pdfdownl a {
    /*display: inline;
	padding: 5px 10px;
	border: 1px solid #9a0000;
	border-radius: 3px;*/
	display: inline-block;
    margin: 0 0 10px 0;
}
.content__container span.pdfdownl a:hover {
	color: #9a0000;
}
.content__container span.pdfdownl img {
    display: inline;
	margin-right: 10px;
	border: 0px;
}
.content__info p {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  margin: 0;
}
.content__info .heading5 {
  margin: 15px 0;
}

.content__info--text {
  padding: 0 0 5px 0;
}

.content__info--samples {
  padding: 25px 0 10px 0;
}
.content__info--samples:before, .content__info--samples:after {
  content: " ";
  display: table;
}
.content__info--samples:after {
  clear: both;
}

.content__info--sizes {
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
  background-color: #ebebe9;
}
.content__info--sizes:before, .content__info--sizes:after {
  content: " ";
  display: table;
}
.content__info--sizes:after {
  clear: both;
}

.content__image {
  width: 100%;
  height: auto;
}

.content__list--collections a, .content__container--info p a {
  color: #9a0000;
}
.content__list--collections a:hover, .content__container--info p a:hover {
  color: #333;
}

.content__list--collections li {
  position: relative;
  margin: 5px 0;
}
.content__list--collections li:before {
  content: '';
  display: block;
  width: 6px;
  height: 14px;
  background-color: #9a0000;
  position: absolute;
  left: -17px;
  top: 3px;
}

.fullwidth ul li, .content__container ul li {
  position: relative;
  margin: 21px 18px;
}
.fullwidth ul li:before, .content__container ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 14px;
  background-color: #9a0000;
  position: absolute;
  left: -17px;
  top: 3px;
}

.input-group .form-control:focus{
      border: 1px solid #000;
	  outline: none;
}

.button {
  cursor: pointer;
  display: inline-block;
}
.button:hover, .button:focus, .button:active {
  color: #9a0000;
  background-color: #ffffff;
}

.button--hero {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-shadow: none;
  font-family: 'gotham_bookregular', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 7px 15px;
  color: #FFF;
  border: 2px solid #dad5c2;
  background: rgba(194, 183, 175, .5);
}
.button--hero:hover, .button--hero:focus, .button--hero:active {
  color: inherit;
  background: rgba(194, 183, 175, .9) !important;
}

.button--main {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  color: #9a0000;
  border: 1px solid #990000;
}

.button--form {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  min-height: 54px;
  font-size: 20px;
  letter-spacing: 1px;
}

.button--box {
  min-height: 44px;
  line-height: 44px;
  font-size: 20px;
  padding: 0 17px;
}

.button--details {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  line-height: 35px;
  height: 47px;
  font-size: 16px;
  padding: 7px 20px;
  background-color: transparent;
  color: #9a0000;
  border: 1px solid #990000;
}

.button--product {
  padding: 7px 20px;
  font-size: 17px;
  text-transform: uppercase;
}
.button--product img {
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.button--dealer {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 35px;
  height: 50px;
  font-size: 16px;
  padding: 7px 20px;
  background-color: transparent;
  color: #9a0000;
  border: 1px solid #990000;
}

.main:not(.main--index) {
  margin-top: 115px !important;
}


.main__heading {
  color: #9a0000;
  font-family: 'champignonmedium', cursive, serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 54px;
  margin: 20px 0 0 0;
}

.main__image {
  text-align: center;
}

.main--productdetails {
  background-color: #d6d5d1;
  -moz-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
}

.main__title {
  -moz-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
  background-image: url(../../images/texture-2.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 87px;
  line-height: 87px;
  padding: 0 0 30px 0;
  text-align: center;
  background-color: #e2e2df;
}
.main__title .heading2 {
  color: #696356;
  line-height: 1;
  padding: 40px 0 12px;
}
.content__container p{
	margin: 0 0 15px;
}
@media (min-width: 1200px){
.col-lg-offset-1 {
	padding: 0;
}
.content__image.collection {
  margin-bottom: 20px;
}
.content__container div.newitem {
  margin-bottom: 25px;
}
}
.main__title p {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  line-height: 20px;
  margin: 3px 0 10px 0;
  font-size: 18px;
  color: #696356;
}
.main__title p .main__title--stand, .main__title p strong {
  color: #990000;
  font-family: 'gotham_boldregular', sans-serif;
  font-weight: normal;
}
.main__title span {
  color: #9a0000;
}

.main__title--subpage {
  padding-bottom: 20px;
}

.main__box {
  background-repeat: no-repeat;
  background-image: url("../../images/texture-index.png");
  min-height: 257px;
  padding: 10px 15px 20px 15px;
}
.main__box .input-group {
  width: 70%;
  margin: 0 auto;
}

.main__box--left {
  background-color: #cdc9c4;
}
.main__box--left p {
  font-size: 20px;
  margin-bottom: 20px;
}

.main__box--right {
  background-color: #dad7d3;
}
.main__box--right p {
  font-size: 17px;
  margin-bottom: 15px;
}

.main__intro p {
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 22px;
  margin-bottom: 25px;
}

.main__image {
  display: inline-block;
  position: relative;
}
.main__image:before, .main__image:after {
  display: block;
  content: '';
  width: 160px;
  height: 1px;
  position: absolute;
  top: 35px;
}
.main__image:before {
  left: -185px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjMzUzMiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjNWU1ODU1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzVjMWJjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #3c3532), color-stop(60%, #5e5855), color-stop(100%, #c5c1bc));
  background-image: -moz-linear-gradient(right, #3c3532 0%, #5e5855 60%, #c5c1bc 100%);
  background-image: -webkit-linear-gradient(right, #3c3532 0%, #5e5855 60%, #c5c1bc 100%);
  background-image: linear-gradient(to left, #3c3532 0%, #5e5855 60%, #c5c1bc 100%);
}
.main__image:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjMzUzMiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjNWU1ODU1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzVjMWJjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #3c3532), color-stop(60%, #5e5855), color-stop(100%, #c5c1bc));
  background-image: -moz-linear-gradient(left, #3c3532 0%, #5e5855 60%, #c5c1bc 100%);
  background-image: -webkit-linear-gradient(left, #3c3532 0%, #5e5855 60%, #c5c1bc 100%);
  background-image: linear-gradient(to right, #3c3532 0%, #5e5855 60%, #c5c1bc 100%);
  right: -185px;
}

.main__input {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f2f1f0;
  border: 1px solid #97816d;
  border-right: 0;
  min-height: 54px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.main__input--details {
  min-height: 47px;
  line-height: 47px;
  margin: 20px 0 0 0;
}

.footer__list {
  margin: 0 30px;
}
.footer__list li {
  display: block;
}
.footer__list a {
  color: #a59e93;
}
.footer__list a:hover {
  color: #9a0000;
}

.footer__list--left {
  float: right;
  text-align: right;
}

.footer__list--right {
  float: left;
}

.footer__info p a:hover {
	color: #FFF;
}
.footer__menu {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  padding: 20px 0 20px 0;
  color: #a59e93;
  position: relative;
}
.footer__menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #cbbe9a;
}

.footer__info {
  font-family: 'gotham_lightregular', sans-serif;
  font-weight: normal;
  position: relative;
  background-color: #1d232a;
  color: #a18d72;
  height: 69px;
  line-height: 69px;
  text-align: center;
}
.footer__info:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: calc(50% - 9px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #1d232a transparent;
}
.footer__info p {
  font-size: 12px;
  position: absolute;
  right: 40px;
  top: 0;
}

.footer__social {
  margin: 0 auto;
  display: inline-block;
}
.footer__social li {
  display: block;
  float: left;
  margin: 0 8px;
}
@media screen and (max-width: 1260px) {
.results__name {
    font-size: 16px;
}
.results__item {
    font-size: 15px;
    min-height: 215px !important;
}
.clinic_list.double-digit{
    min-height: 215px !important;
}
}
@media screen and (min-width: 1260px) {
.main__title--subpage .heading2 {
    margin-left: 0;
}
.main__title--subpage2 .heading2 {
    margin-left: 0;
}
.main__title--subpage3 .heading2 {
   margin-left: 0;
}
.main__title--subpage4 .heading2 {
    margin-left: 0;
}
}
@media screen and (min-width: 768px) {
.form-inline .filtering__radio.brown{
    margin-left: -7px;
  }
 .ui-mobile .ui-page-active {
  display: block;
  overflow: hidden !important;
  overflow-x: hidden;
}
}

@media screen and (max-width: 1023px) {
.aside {
	width: 100%;
    min-height: 0;
    display: inline;
    margin: 10px auto;
    height: auto !important;
	position: relative
  }

  .aside__tabs {
    width: 100%;
	position: relative;
  }
 }
 @media screen and (max-width: 1259px) {
  body:before {
    content: 'sm-desktop';
  }

  /* global */
  .topbar:before {
    width: 100%;
    left: 40px;
  }

  .main-header .nav > li > a {
    min-height: 40px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .footer__list {
    float: none;
    text-align: center;
  }

  .footer__menu:before {
    display: none;
  }

  .footer__social {
    margin: 0 0 10px 0;
  }

  .footer__info {
    padding: 10px 0;
    text-align: center;
    line-height: normal;
  }
  .footer__info p {
    position: static;
  }

  /* index */
  .carousel--index .carousel-inner {
    min-height: 0;
  }

  /* collections */
  .content__text {
    width: 100%;
  }

  /* product */
  .filtering .filtering__section--left {
    border-right: 0;
  }
}
@media screen and (max-width: 991px) {
  body:before {
    content: 'tablet';
  }

  /* global */
  .menu-active #page-wrapper {
    -moz-transform: translateX(-265px);
    -ms-transform: translateX(-265px);
    -webkit-transform: translateX(-265px);
    transform: translateX(-265px);
    overflow-x: visible;
  }
  .menu-active .menu-hidden {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .content--sidebar .aside {
  }

  input.topbar__input {
    position: static;
    display: inline-block !important;
    width: calc(100% - 80px);
    margin-top: 7px;
    padding-left: 15px;
    text-transform: uppercase;
  }

  .main-header {
    min-height: 0;
    max-height: 1000px;
    position: static;
  }
  .main-header .nav > li > a {
    min-height: 0;
    padding-left: 15px;
  }

  .topbar__social, .topbar__info {
    display: none !important;
  }

  .main:not(.main--index), .main--index {
    margin-top: 0;
  }

  .header--index {
    background-color: #f2f2f1;
  }

  .header__logo {
    text-align: left;
    margin: 15px 0 0;
  }
  .header__logo img {
    width: auto;
  }

  .main__title {
    min-height: 0;
    padding: 15px 0;
    line-height: 1;
    font-size: 18px;
  }
  .main__title p {
    font-size: 14px;
  }
  .main__title .heading2 {
    padding-top: 25px;
  }

  .main-menu {
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 666;
    background-color: #ffffff;
  }

  .topbar {
    margin: 0;
  }
  .topbar > div, .topbar a:not(.topbar__search) {
    display: none;
  }
  .topbar:before {
    display: none;
  }
  .topbar > a:last-child {
    border-right: 0;
  }

  .main-nav {
    display: block;
    margin: 0;
  }

  .nav .open > a {
    background-color: inherit;
  }

  .main-nav {
    padding: 0;
    border-top: 1px solid #7b7b7c;
    float: none;
  }
  .main-nav > li > a.active {
    border: 0;
  }
  .main-nav > li > a:focus, .main-nav > li > a:hover, .main-nav > li > a:active {
    border: 0;
  }
  .main-nav > li {
    display: block;
    float: none;
    text-align: left;
  }
  .main-nav > li:not(:last-child) {
    border-bottom: 1px solid #7b7b7c;
  }
  .main-nav > li:last-child {
    border-bottom: 1px solid #747475;
  }
  .main-nav > li.dropdown {
    position: relative;
  }
  .main-nav > li.dropdown a {
    border: 0;
  }
  .main-nav > li.dropdown:before {
    content: '+';
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 6px;
    right: 15px;
    border: 1px solid #990000;
    color: #990000;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 21px;
    text-align: center;
    z-index: 999;
  }
  .main-nav > li.dropdown.open {
    background-color: #ffffff;
    color: #990000;
    border-bottom: 0;
  }
  .main-nav > li.dropdown.open:focus, .main-nav > li.dropdown.open:active, .main-nav > li.dropdown.open:hover {
    background-color: inherit;
    border: 0;
  }
  .main-nav > li.dropdown.open .dropdown-menu {
    display: block;
    margin-bottom: 5px;
  }
  .main-nav > li.dropdown.open:before {
    content: '-';
    line-height: 20px;
    font-size: 28px;
  }
  .main-nav > li.dropdown.open > a {
    padding-bottom: 7px;
    border: 0;
  }
  .main-nav > li.dropdown.open > a:hover, .main-nav > li.dropdown.open > a:active, .main-nav > li.dropdown.open > a:focus {
    color: #990000;
    background-color: #ffffff;
  }
  .main-nav > li > a {
    font-size: 14px;
    padding: 8px 8px;
    border: 0;
  }
  .main-nav > li > a:hover, .main-nav > li > a:active, .main-nav > li > a:focus {
    color: #990000;
    background-color: #ffffff;
  }

  .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    width: 100%;
    border: 0;
  }
  .dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
  .dropdown-menu > li:nth-child(odd) {
    background-color: #edeceb;
  }
  .dropdown-menu > li:nth-child(even) {
    background-color: #edeceb;
  }
  .dropdown-menu > li > a {
    padding: 5px 15px;
    font-family: 'gotham_bookregular', sans-serif;
    font-weight: normal;
    color: #535456;
  }
  .dropdown-menu > li > a br {
    display: none;
  }
  .dropdown-menu > li > a:hover {
    color: inherit;
    background-color: inherit;
  }

  .nav__mobile {
    width: 64px;
    height: 56px;
    top: 5px;
    padding: 11px 10px;
    margin: 15px;
  }
  .nav__mobile span {
    height: 3px;
  }
  .nav__mobile span:not(:last-child) {
    margin: 0 0 11px 0;
  }

  /* index */
  .carousel--index .carousel-caption {
    top: 45px;
    bottom: 75px;
  }

  .heading1, .heading1b {
    font-size: 20px;
    margin-bottom: 24px;
	padding: 25px 0px 20px 0;
  }
  .heading1b strong{
    line-height: 18px;
    font-size: 20px;
  }
  .heading1:before, .heading1:after {
    display: none;
  }

  /* details */
  .details__colours {
    margin: 0 0 15px 0;
    display: block;
    text-align: center;
  }
  .details__colours li {
    display: inline-block;
    float: none;
  }

  .heading4--details {
    text-align: center;
  }

  .details__width--info {
    text-align: center;
  }

  .heading2--details, .heading3--details, .heading6--details {
    text-align: center;
  }

  .text-center-sm {
    text-align: center;
  }
  .text-center-sm img {
    margin: 0 auto;
  }

  .button--product {
    margin: 0 0 15px 0;
  }
  .button--product img {
    -moz-transform: translate(-8px, -2px);
    -ms-transform: translate(-8px, -2px);
    -webkit-transform: translate(-8px, -2px);
    transform: translate(-8px, -2px);
  }

  .findshop .col-lg-7 {
    text-align: center;
  }
  .findshop img {
    display: block;
    margin: 0 auto;
  }

  /* collections */
  .accordion__tab {
    display: block;
  }

  .content__info.content__info--text > .heading5 {
    display: none;
  }

  .content__info--text, .content__info--samples, .content__info--sizes {
    height: auto !important;
  }

  .accordion__content {
    display: none;
    padding-top: 10px;
    border-bottom: 1px solid #747475;
  }

  .series.row {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }


  /* product */
  .filtering {
    padding-top: 0;
  }
  .filtering .filtering__section--right .filtering__section {
    padding-left: 0;
  }
  .filtering .filtering__section--left {
    border-right: 0;
  }

  .filtering__section.filtering__section--divided {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .filtering__section:last-child h3 {
    border-bottom: 0;
  }
  .filtering__section:last-child .accordion__content {
    border-bottom: 0;
  }

  .filtering__subheading {
    font-size: 19px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #747475;
  }

  .filtering__heading {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #747475;
  }

  .filtering__form {
    padding-bottom: 0;
  }

  .filtering__radio {
    padding-bottom: 10px;
  }

  .results:after {
    display: none;
  }

  .results__item {
    padding: 20px 80px;
  }
  .results__item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100px;
    -moz-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 30px 13px -14px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }

  .slick-arrow {
    position: absolute;
    width: 29px;
    height: 49px;
    background: url("../images/icons/arrow_left.png") no-repeat 0 0;
    text-indent: -99999px;
    border: 0;
    z-index: 100;
    top: 60px;
    left: 15px;
  }

  .slick-next {
    right: 15px;
    left: auto;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* product */
  .product__link:hover:after {
    width: 100%;
    height: calc(100% - 24px);
    padding-top: calc(50% - 10px);
  }
  .product__link img {
    width: 100%;
  }

  .accordion__link:before {
    display: block;
    top: 10px;
  }

  

  .no-relative {
    position: static;
  }
}
@media screen and (max-width: 1025px) {
  
}
 @media screen and (max-width: 767px) {
  body:before {
    content: 'mobile';
  }
  
  .carousel-indicators{
	  display: none;
  }
  
  .main:not(.main--index) {
    margin-top: 0px !important;
}

div.group.row .text-center-sm.custompadding.collections3{
	min-height: 270px;
}
div.group.row .text-center-sm.custompadding{
	min-height: 270px;
}
div.group.row .text-center-sm.custompadding.stamp{
	min-height: 70px;
}
 

  /* global */
  .header__logo {
    width: 100%;
    margin-top: 24px;
  }
  .header__logo img {
    height: 43px;
    width: auto;
    max-width: none;
  }

  .nav__mobile {
    right: 15px;
    top: 7px;
    width: 40px;
    height: 32px;
    padding: 6px 5px;
    margin: 25px 15px 25px 0;
  }
  .nav__mobile span {
    height: 2px;
  }
  .nav__mobile span:not(:last-child) {
    margin: 0 0 5px 0;
  }

  .main-menu {
    top: 82px;
  }
  
  .aside {
	width: 100%;
    min-height: 0;
    display: inline;
    margin: 10px auto;
    height: auto !important;
	position: relative
  }

  .aside__tabs {
    width: 100%;
	position: relative;
  }
  .aside__tabs br {
    display: none;
  }
  
  .nopadding-small {
    padding-left: 0;
    padding-right: 0;
  }
  
  
  .fullwidth{
  min-height: 210px;
  padding: 20px 0;
  width: 96%;
  margin: 10px;
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
      

  /* map */
  .map__zipcode .input__dealer {
    width: calc(100% - 15px);
  }

  /* index */
  .carousel--index .carousel-caption {
    top: 15px;
    bottom: 45px;
  }

  .main__heading {
    font-size: 42px;
    margin: 15px 0;
    line-height: 42px;
  }

  .main__intro {
    font-size: 14px;
  }

  .main__image:before, .main__image:after {
    display: none;
  }

  .main__box {
    min-height: initial;
  }
  .main__box .heading4 {
    font-size: 16px;
  }
  .main__box p {
    font-size: 14px;
  }
  .main__box .input-group {
    width: 100%;
  }

  .button--box.button--main {
    width: 100%;
    text-align: center;
  }

  .button--hero {
    font-size: 16px;
  }

  .button--form.button--main {
    padding-left: 3px;
    padding-right: 3px;
  }

  .carousel__image--logo {
    display: none;
  }

  .heading1, .heading1b {
    font-size: 14px !important;
    line-height: 18px !important;
	padding: 15px 0px 10px 0;
  }
  
  .heading1b strong {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  /* details */
  .carousel--details .carousel-caption p {
    width: 100%;
    padding: 15px;
    line-height: 1;
    height: auto;
  }

  .details__colours {
    display: block;
    text-align: center;
  }
  .details__colours li {
    float: none;
    display: inline-block;
  }
  .details__colours li:not(:last-child) {
    margin-right: 0;
  }

  .details__width {
    text-align: center;
  }

  .findshop {
    text-align: center;
    line-height: 1;
  }
  .findshop .heading2 {
    line-height: 1;
    padding: 10px 0 10px;
  }
  .findshop .main__input--details {
    margin-top: 5px;
  }

  .results__item {
    padding: 20px 60px;
  }
  .results__item .results__distance, .results__item .results__phone, .results__item .results__address, .results__item .results__website {
    font-size: 14px;
  }

  .slick-arrow {
    top: calc(50% - 24px);
  }

  /* product */
  .filtering .filtering__section--right .filtering__checkbox {
    width: 100%;
  }

  .accordion__content {
    background-color: #e4e3e2;
    padding: 5px 0;
  }

  .filtering__section .accordion__content {
    background-color: #ffffff;
  }

  .filtering__radio {
    display: inline-block;
    padding: 0 5px;
  }
  .filtering__radio .ez-radio {
    width: 30px;
    height: 30px;
  }

  .accordion__content--radio {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .accordion__content {
    display: block !important;
  }

  .accordion__link {
    cursor: default;
  }
}
@media screen and (max-width: 475px) {
  /* index */
  .carousel--index .carousel-caption {
    top: -21px;
    width: 90%;
    left: 5%;
    right: 5%;
  }

  .heading1 {
    font-size: 14px;
    margin: 5px 0;
    line-height: 18px;
  }

  .button--hero {
    font-size: 12px;
  }

  /* contact */
  .contact__box {
    margin: 0 auto;
    float: none;
    border: 0;
    text-align: center;
  }

  .contact__map {
    position: static;
    display: block;
    margin: 10px auto 0 auto;
  }

  /* details */
  .findshop img {
    display: block;
    margin: 0 auto;
  }

  .details__colours li {
    text-align: center;
    margin: 0 auto 5px auto;
  }
  .details__colours li img {
    width: 55px;
    height: 55px;
  }
}
/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ez-checkbox {
  display: inline-block;
  border: 1px solid #7f8082;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  cursor: pointer;
}
.ez-checkbox input {
  margin-top: 0;
  cursor: pointer;
}

.ez-radio {
  background: transparent url("../images/radio-black.png") 0 1px no-repeat;
  display: inline-block;
}

.ez-checked {
  background-color: #830f16;
}

.ez-selected {
  background-position: 0 -19px;
}

.ez-checkbox-green {
  background: transparent url("../images/checkbox-green.png") 0 1px no-repeat;
  display: inline-block;
  *display: inline;
}

.ez-checked-green {
  background-position: 0 -18px;
}

.ez-checkbox, .ez-radio {
  zoom: 1;
  *display: inline;
  _height: 30px;
}

/*
* jQuery Mobile v1.4.5
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/
/* Some unsets */
.ui-mobile,
.ui-mobile body {
  height: 99.9%;
}

.ui-mobile fieldset,
.ui-page {
  padding: 0;
  margin: 0;
}

.ui-mobile a img,
.ui-mobile fieldset {
  border-width: 0;
}

/* Fixes for fieldset issues on IE10 and FF (see #6077) */
.ui-mobile fieldset {
  min-width: 0;
}

@-moz-document url-prefix() {
  .ui-mobile fieldset {
    display: table-column;
    vertical-align: middle;
  }
}
/* Viewport */
.ui-mobile-viewport {
  margin: 0;
  overflow-x: visible;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

/* Issue #2066 */
body.ui-mobile-viewport,
div.ui-mobile-viewport {
  overflow-x: hidden;
}

/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
  display: none;
  border: 0;
}

/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
.ui-page {
  outline: none;
}

.ui-mobile .ui-page-active {
  display: block;
  overflow: visible;
  overflow-x: hidden;
}

@media screen and (orientation: portrait) {
  .ui-mobile .ui-page {
    min-height: 420px;
  }
}
@media screen and (orientation: landscape) {
  .ui-mobile .ui-page {
    min-height: 300px;
  }
}
/* Fouc */
.ui-mobile-rendering > * {
  visibility: hidden;
}

/* Non-js content hiding */
.ui-nojs {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Loading screen */
.ui-loading .ui-loader {
  display: block;
}

.ui-loader {
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 0;
}

.ui-loader-default {
  background: none;
  filter: Alpha(Opacity=18);
  opacity: .18;
  width: 2.875em;
  height: 2.875em;
  margin-left: -1.4375em;
  margin-top: -1.4375em;
}

.ui-loader-verbose {
  width: 12.5em;
  filter: Alpha(Opacity=88);
  opacity: .88;
  box-shadow: 0 1px 1px -1px #fff;
  height: auto;
  margin-left: -6.875em;
  margin-top: -2.6875em;
  padding: .625em;
}

.ui-loader-default h1 {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ui-loader-verbose h1 {
  font-size: 1em;
  margin: 0;
  text-align: center;
}

.ui-loader .ui-icon-loading {
  background-color: #000;
  display: block;
  margin: 0;
  width: 2.75em;
  height: 2.75em;
  padding: .0625em;
  -webkit-border-radius: 2.25em;
  border-radius: 2.25em;
}

.ui-loader-verbose .ui-icon-loading {
  margin: 0 auto .625em;
  filter: Alpha(Opacity=75);
  opacity: .75;
}

.ui-loader-textonly {
  padding: .9375em;
  margin-left: -7.1875em;
}

.ui-loader-textonly .ui-icon-loading {
  display: none;
}

.ui-loader-fakefix {
  position: absolute;
}

/* Headers, content panels */
.ui-bar,
.ui-body {
  position: relative;
  padding: .4em 1em;
  overflow: hidden;
  display: block;
  clear: both;
}

.ui-bar h1,
.ui-bar h2,
.ui-bar h3,
.ui-bar h4,
.ui-bar h5,
.ui-bar h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline-block;
}

.ui-header,
.ui-footer {
  border-width: 1px 0;
  border-style: solid;
  position: relative;
}

.ui-header:empty,
.ui-footer:empty {
  min-height: 2.6875em;
}

.ui-header .ui-title,
.ui-footer .ui-title {
  font-size: 1em;
  min-height: 1.1em;
  text-align: center;
  display: block;
  margin: 0 30%;
  padding: .7em 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: 0 !important;
}

.ui-footer .ui-title {
  margin: 0 1em;
}

.ui-content {
  border-width: 0;
  overflow: visible;
  overflow-x: hidden;
  padding: 1em;
}

/* Corner styling for dialogs and popups */
.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}

.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child {
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

/* Buttons and icons */
.ui-btn {
  font-size: 16px;
  margin: .5em 0;
  padding: .7em 1em;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-btn-icon-notext,
.ui-header button.ui-btn.ui-btn-icon-notext,
.ui-footer button.ui-btn.ui-btn-icon-notext {
  padding: 0;
  width: 1.75em;
  height: 1.75em;
  text-indent: -9999px;
  white-space: nowrap !important;
}

.ui-mini {
  font-size: 12.5px;
}

.ui-mini .ui-btn {
  font-size: inherit;
}

/* Make buttons in toolbars default to mini and inline. */
.ui-header .ui-btn,
.ui-footer .ui-btn {
  font-size: 12.5px;
  display: inline-block;
  vertical-align: middle;
}

.ui-header .ui-controlgroup .ui-btn-icon-notext,
.ui-footer .ui-controlgroup .ui-btn-icon-notext {
  font-size: 12.5px;
}

/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right {
  font-size: 12.5px;
}

.ui-mini.ui-btn-icon-notext,
.ui-mini .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext,
.ui-footer .ui-btn-icon-notext {
  font-size: 16px;
  padding: 0;
}

.ui-btn-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: .625em;
}

.ui-btn-icon-left {
  padding-left: 2.5em;
}

.ui-btn-icon-right {
  padding-right: 2.5em;
}

.ui-btn-icon-top {
  padding-top: 2.5em;
}

.ui-btn-icon-bottom {
  padding-bottom: 2.5em;
}

.ui-header .ui-btn-icon-top,
.ui-footer .ui-btn-icon-top,
.ui-header .ui-btn-icon-bottom,
.ui-footer .ui-btn-icon-bottom {
  padding-left: .3125em;
  padding-right: .3125em;
}

.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
}

.ui-btn-icon-notext:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after {
  top: 50%;
  margin-top: -11px;
}

.ui-btn-icon-left:after {
  left: .5625em;
}

.ui-btn-icon-right:after {
  right: .5625em;
}

.ui-mini.ui-btn-icon-left:after,
.ui-mini .ui-btn-icon-left:after,
.ui-header .ui-btn-icon-left:after,
.ui-footer .ui-btn-icon-left:after {
  left: .37em;
}

.ui-mini.ui-btn-icon-right:after,
.ui-mini .ui-btn-icon-right:after,
.ui-header .ui-btn-icon-right:after,
.ui-footer .ui-btn-icon-right:after {
  right: .37em;
}

.ui-btn-icon-notext:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after {
  left: 50%;
  margin-left: -11px;
}

.ui-btn-icon-top:after {
  top: .5625em;
}

.ui-btn-icon-bottom:after {
  top: auto;
  bottom: .5625em;
}

/* Buttons in header position classes */
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-btn-left > [class*="ui-"],
.ui-btn-right > [class*="ui-"] {
  margin: 0;
}

.ui-btn-left,
.ui-btn-right {
  position: absolute;
  top: .24em;
}

.ui-btn-left {
  left: .4em;
}

.ui-btn-right {
  right: .4em;
}

.ui-btn-icon-notext.ui-btn-left {
  top: .3125em;
  left: .3125em;
}

.ui-btn-icon-notext.ui-btn-right {
  top: .3125em;
  right: .3125em;
}

/* Button elements */
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

button.ui-btn-inline,
.ui-header button.ui-btn,
.ui-footer button.ui-btn {
  width: auto;
}

/* Firefox adds a 1px border in a button element. We negate this to make sure they have the same height as other buttons in controlgroups. */
button.ui-btn::-moz-focus-inner {
  border: 0;
}

button.ui-btn-icon-notext,
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 1.75em;
}

/* Form labels */
.ui-mobile label,
.ui-controlgroup-label {
  display: block;
  margin: 0 0 .4em;
}

/* Accessible content hiding */
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-hide-label > label,
.ui-hide-label .ui-controlgroup-label,
.ui-hide-label .ui-rangeslider label,
.ui-hidden-accessible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Used for hiding elements by the filterable widget. You can also use this class to hide list items or buttons in controlgroups; this ensures correct corner styling. */
.ui-screen-hidden {
  display: none !important;
}

/* Transitions originally inspired by those from jQtouch, nice work, folks */
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-page-pre-in {
  opacity: 0;
}

.in {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 350ms;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 350ms;
  animation-timing-function: ease-out;
  animation-duration: 350ms;
}

.out {
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 225ms;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 225ms;
  animation-timing-function: ease-in;
  animation-duration: 225ms;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade.out {
  opacity: 0;
  -webkit-animation-duration: 125ms;
  -webkit-animation-name: fadeout;
  -moz-animation-duration: 125ms;
  -moz-animation-name: fadeout;
  animation-duration: 125ms;
  animation-name: fadeout;
}

.fade.in {
  opacity: 1;
  -webkit-animation-duration: 225ms;
  -webkit-animation-name: fadein;
  -moz-animation-duration: 225ms;
  -moz-animation-name: fadein;
  animation-duration: 225ms;
  animation-name: fadein;
}

.ui-collapsible {
  margin: 0 -1em;
}

.ui-collapsible-inset,
.ui-collapsible-set {
  margin: .5em 0;
}

.ui-collapsible-heading {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.ui-collapsible-heading .ui-btn {
  text-align: left;
  margin: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.ui-collapsible-heading .ui-btn-icon-top,
.ui-collapsible-heading .ui-btn-icon-bottom {
  text-align: center;
}

.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
  border-right-width: 1px;
  border-left-width: 1px;
}

.ui-collapsible-collapsed + .ui-collapsible:not(.ui-collapsible-inset) > .ui-collapsible-heading .ui-btn {
  border-top-width: 0;
}

.ui-collapsible-set .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn {
  border-top-width: 1px;
}

.ui-collapsible-heading-status {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-collapsible-content {
  display: block;
  margin: 0;
  padding: .5em 1em;
}

.ui-collapsible-themed-content .ui-collapsible-content {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
}

.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {
  border-left-width: 1px;
  border-right-width: 1px;
}

.ui-collapsible-inset .ui-collapsible-content {
  margin: 0;
}

.ui-collapsible-content-collapsed {
  display: none;
}

.ui-collapsible-set > .ui-collapsible.ui-corner-all {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ui-collapsible-heading,
.ui-collapsible-heading > .ui-btn {
  -webkit-border-radius: inherit;
  border-radius: inherit;
}

.ui-collapsible-set .ui-collapsible.ui-first-child {
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
}

.ui-collapsible-content,
.ui-collapsible-set .ui-collapsible.ui-last-child {
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.ui-collapsible-themed-content:not(.ui-collapsible-collapsed) > .ui-collapsible-heading {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ui-collapsible-set .ui-collapsible {
  margin: -1px -1em 0;
}

.ui-collapsible-set .ui-collapsible-inset {
  margin: -1px 0 0;
}

.ui-collapsible-set .ui-collapsible.ui-first-child {
  margin-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
#direction{
  display: table;
  position: static;
  width: auto;
  padding: 26px 0 16px 0;
  margin: 0 auto;
  text-align: center;
}

.adp, .adp table{
  margin: 20px auto !important;
  width: 80% !important;
}