/* FILTER */
.filter {
  padding-left: 30px;
  padding-top: 20px;
}
.filter.loading .loader {
	display: block;
}
.filter-open {
  display: none;
}
.filter .form-name-clear {
  padding: 20px 0 40px;
  border-bottom: 1px solid #e6e6e6;
}
.filter .form-name-clear .form-button {
  color: #291e0a;
  background: transparent;
  border: none;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0 10px 0 26px;
  line-height: 24px;
}
.filter .form-type-checkboxes {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
.filter .checkbox-label > .label-inner {
  display: block;
  color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 3px 10px 3px 26px;
  line-height: 18px;
}
.filter .checkbox-label > .form-checkbox:checked ~ .label-inner {
  color: #291e0a;
  font-weight: 500;
}
.filter .checkbox-label .fa {
  display: none !important;
}
.filter .form-name-actions-mobile {
  display: none;
}
.filter .giftcard-item {
  color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 3px 3px 3px 26px;
  margin: 10px 0 0;
  line-height: 18px;
}
.filter .giftcard-item:first-child {
  padding-top: 15px;
}
.filter .giftcard-item:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.filter .productfilter-item {
  color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 3px 3px 3px 26px;
  margin: 0;
}

/* PRODUCT LIST */
.product-item {
	width: 358px;
	float: left;
	margin: 0 0 70px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
	animation: fade 1s;
	-webkit-animation: fade 1s;
}
.product-item:nth-child(3n+1) {
  clear: both;
}
.product-item .image {
  display: block;
  font-size: 0px;
  line-height: 200px;
}
.product-item .title {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
}
.product-item .description {
  margin-top: 5px;
  font-style: italic;
  color: rgba(41,30,10,0.5);
}
.product-item .price {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
}


/* PRODUCT PAGE */
.product {
  background: #f2f2f2;
}
.product > .inner {
  position: relative;
  padding: 145px 130px 145px 60px;
}
.product-category {
  display: block;
  position: absolute;
  top: 50px;
  left: 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 20px;
  background: url("../images/back.png") no-repeat left center;
  background-size: 8px 15px;
}
.product .col-1 {
	float: left;
	width: 760px;
}
.product .col-2 {
	float: right;
	width: 340px;
}
.product .article-slider {
  display: none;
}
.product .article-slider.active {
  display: block;
}
.product .slider {
  padding-left: 160px;
  animation: fade 1s;
  -webkit-animation: fade 1s;
}
.product .slider .slide {
  line-height: 450px;
  font-size: 0px;
  text-align: center;
}
.product .slider .pager {
  margin: 30px 0 0;
}
.product .slider .page {
  margin: 0 0 4px;
  cursor: pointer;
}
.product .slider .page .dot {
  display: none;
  background: #7a6a53;
  opacity: 0.3;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-radius: 50%;
  float: left;
}
.product .slider .page.active .dot {
  opacity: 1;
}
.product .slider .page .thumbnail {
  width: 48px;
  line-height: 36px;
  height: 36px;
  font-size: 0px;
  text-align: center;
	border: 1px solid #d3d3d1;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.product .slider .page.active .thumbnail {
	border-color: #59554e;
}
.product .title {
  font-size: 25px;
  font-weight: inherit;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 15px;
}
.product .article-thumbnail {
  width: 72px;
  height: 54px;
  line-height: 54px;
  font-size: 0px;
  text-align: center;
	float: left;
	margin: 0 10px 10px 0;
	cursor: pointer;
	border: 1px solid #d3d3d1;
  overflow: hidden;
	transition: border-color 0.3s ease;
	-webkit-transition: border-color 0.3s ease;
}
.product .article-thumbnail.active {
	border-color: #59554e;
}
.product .title-price {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 5px 0 0;
}
.product .article-title {
  float: left;
}
.product .article-price {
  float: right;
}
.product .article-price-customer {
  text-align: right;
  font-style: italic;
}
.product .article-description {
  margin: 0 0 15px;
}

.product-showcase {
  padding: 80px 0;
  text-align: center;
}
.product-showcase .showcase-title {
  font-family: "freight-display-pro", Georgia, serif;
  font-size: 40px;
  font-weight: inherit;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
.product-showcase .showcase-text {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
  max-width: 650px;
  margin: 15px auto 0;
}
.product-showcase .showcase-article {
  margin-top: 55px;
  position: relative;
}
.product-showcase .showcase-article-image {
  font-size: 0px;
  line-height: 400px;
}
.product-showcase .showcase-item {
  text-align: left;
  padding-left: 20px;
  max-width: 250px;
  position: absolute;
}
.product-showcase .showcase-item-0,
.product-showcase .showcase-item-2 {
  top: 105px;
}
.product-showcase .showcase-item-1,
.product-showcase .showcase-item-3 {
  top: 220px;
}
.product-showcase .showcase-item-0,
.product-showcase .showcase-item-1 {
  left: 243px;
}
.product-showcase .showcase-item-2,
.product-showcase .showcase-item-3 {
  left: 50%;
  margin-left: 260px;
}
.product-showcase .showcase-item .dot {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #291e0a;
}
.product-showcase .showcase-item-title {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-showcase .showcase-item-text {
  font-weight: 300;
  opacity: 0.7;
  line-height: 1.3;
}
.product-showcase .showcase-article-title {
  color: rgba(89,85,78,0.4);
  font-size: 13px;
  margin-top: 55px;
}

.suggested-articles  {
  border-top: 1px solid #e3e3e3;
  padding: 60px 0 15px;
}
.suggested-articles > .inner {
  max-width: 1075px;
}
.suggested-articles .suggested-title {
  color: #291e0a;
  font-size: 18px;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 0 80px;
  padding: 0;
}

.popguide > .title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 0 0 50px;
}
.sizeguide .tutorial .item {
  float: left;
  padding-top: 165px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 139px;
  width: 280px;
  margin-left: 70px;
  text-align: center;
}
.sizeguide .tutorial .item:first-child {
  margin-left: 0;
}
.sizeguide .tutorial.hide-narrow .item:first-child:last-child {
  margin: 0 auto;
  float: none;
}
.sizeguide .tutorial .length {
  background-image: url("../images/storleksguide_1.png");
}
.sizeguide .tutorial .width {
  background-image: url("../images/storleksguide_2.png");
}
.sizeguide .tutorial .size {
  background-image: url("../images/storleksguide_3.png");
}
.sizeguide .tutorial .field-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 0 5px;
}
.sizeguide .tutorial .field-textarea {
  font-weight: 300;
}
.popguide .data {
  margin-top: 65px;
}
.sizeguide .data-title {
  background: #59554e;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding: 24px 0;
  margin: 0 0 15px;
}
.popguide table {
  width: 100%;
  float: left;
  border: 1px solid #59554e;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.popguide table th {
  font-weight: 600;
}
.popguide table th,
.popguide table td {
  padding: 12px;
  text-align: left;
}
.sizeguide table th,
.sizeguide table td {
  text-align: center;
  padding: 12px 5px;
}
.popguide table tbody tr {
  border-top: 1px solid #59554e;
}
