/* FILTER */
.filter {
  padding-left: 30px;
  padding-right: 30px;
}
.filter.loading .loader {
	display: block;
}
.filter-open {
  display: none;
}
.filter .form-name-clear {
  /*padding: 40px 0;*/
  /*border-bottom: 1px solid #e6e6e6;*/
  padding: 10px 0;
  margin: 0;
}
.filter .form-name-clear .form-button {
  /*color: #fff;*/
  color: #000;
  background: transparent;
  border: none;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  /*padding: 0 10px 0 26px;*/
  padding: 0 10px 0 0px;
  line-height: 24px;
  font-weight: bold;
  font-size: 16px;
}
/*.filter .form-item-selected {
  background-color: #5495e1;
}*/
.filter .form-item-selected {
  color: #fff;
  font-weight: bold;
}
.filter .form-type-checkboxes {
  /*padding: 15px 0;*/
  margin: 0;
  /*border-bottom: 1px solid #e6e6e6;*/
}
.filter .checkbox-label > .label-inner {
  display: block;
  /*color: rgba(255,255,255,0.5);*/
  color: rgba(0,0,0,1);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 10px 5px 5px;
  line-height: 18px;
  font-size: 14px;
}
.filter .checkbox-field > .field-inner {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 10px 5px 0px;
  line-height: 18px;
  font-size: 14px;
}
.filter .checkbox-label > .form-checkbox:checked ~ .label-inner {
  /*color: #fff;
  background: url("../images/close-white.png") no-repeat left center;
  background-size: 10px 10px;
  margin-left: 5px;*/
}
.filter .checkbox-label .fa {
  display: none !important;
}
.filter .form-name-actions-mobile {
  display: none;
}


/* PRODUCT LIST */
.product-item {
	width: 348px;
  height: 380px;
	float: left;
	margin: 0 15px 70px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
	animation: fade 1s;
	-webkit-animation: fade 1s;
  border: 1px solid #1F5A9F;
  position: relative;
}
.product-item.suggested-product {
  height: 290px;
  border: 1px solid #1f5a9f;
}
.product-item:hover {
  border: 1px solid #5495e1;
}
.product-item:nth-child(3n+3) {  
  margin: 0 0 70px;
}
.product-item:nth-child(3n+1) {
  clear: both;
}
.product-item .image {
  display: block;
  font-size: 0px;
  line-height: 200px;
}
.product-item .image img {
  max-height: 220px;
}
.product-item .title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
  color: #59554e;
  text-decoration: none;
  text-align: left;
  font-weight: 800;
}
.product-item .title.center {
  text-align: center;
}
.product-item .description {
  font-size: 14px;
  text-align: left;
  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;
  color: #59554e;
  font-weight: 800;
  font-size: 14px;
}
.product-item .inner {
  padding: 10px;
}


/* PRODUCT PAGE */
.product {
  /*background: #f2f2f2;*/
}
.product > .inner {
  position: relative;
  padding: 145px 130px 0 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;
  color: #59554e;
}
.product-category:hover {
  color: #59554e;
  text-decoration: none;
}
.product .col-1 {
	float: left;
	width: 760px;
}
.product .col-2 {
	float: right;
	width: 340px;
}
.product .col-3 {
  float: left;
  width: 50%;
}
.product .col-full {
  float: left;
  width: 100%;
}
.product .article-slider {
  display: none;
}
.product .article-slider.active {
  display: block;
}
.product .slider {
  /*padding-left: 160px;*/
  margin-left: 30px;
  animation: fade 1s;
  -webkit-animation: fade 1s;
}
.product .slider .slide {
  /*line-height: 450px;*/
  font-size: 0px;
  /*text-align: center;*/
}
.product .slider .pager {
  /*position: absolute;
  bottom: 10px;
  left: 0;*/
  text-align: left;
}
.product .slider .page {
  margin: 0 0 4px;
  cursor: pointer;
  display: inline-block;
}
.product .slider .page .dot {
  display: none;
  /*background: #7a6a53;*/
  background: #fff;
  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: 1px solid #FFF;
}
.product .title {
  font-size: 25px;
  font-weight: inherit;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 15px 0 15px;
  color: #59554e;
}
.product .article-thumbnails {
  float: right;
}
.product .article-thumbnail {
  width: 72px;
  height: 54px;
  line-height: 54px;
  font-size: 0px;
  text-align: center;
	float: left;
	margin: 0 0 10px 10px;
	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;
  color: #59554e;
}
.product .article-price {
  /*float: right;
  color: #59554e;*/
}
.product .article-subtitle {
  margin: 0 0 15px;
  color: #59554e;
}

.product-showcase {
  padding: 80px 0;
  text-align: center;
}
.product-showcase .showcase-title {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 40px;
  font-weight: inherit;
  line-height: 1.1;
  padding: 0;
  margin: 0;
  color: #59554e;
}
.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;
}
.product-variant-price {
  margin: 0 0 0 0;
}
.product-variant-price > .inner {
    padding: 0 130px 0 60px;
    position: relative;
}
.product-variant-price > .inner .variant-price {
    border-left: 1px solid #1f5a9f;
    border-right: 1px solid #1f5a9f;
    padding: 10px 10px 20px;
    background-color: #FDFBE5;
}
.suggested-articles  {
  /*border-top: 1px solid #e3e3e3;
  padding: 60px 0 15px;*/
  margin: 0 0 75px 0;
}
.suggested-articles > .inner {
  position: relative;
  padding: 0 130px 0 60px;
}
.suggested-articles > .inner .suggested-articles-items {
  border-left: 1px solid #1F5A9F;
  border-right: 1px solid #1F5A9F;
  border-bottom: 1px solid #1F5A9F;
}
.suggested-articles .suggested-title {
  color: #291e0a;
  font-size: 18px;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin: 0;
  padding: 20px 0 5px;
}
.suggested-articles .products {
  padding: 0 10px;
}
.suggested-articles .product-item {
  width: 213px;
  font-size:11px;
  margin: 0 15px 25px 0;
}
.suggested-articles .product-item .image {
  line-height: 0;
}
.suggested-articles .product-item .title {
  font-size:11px;
}
.suggested-articles .product-item:nth-child(3n+1) {
  clear: none;
}
.suggested-articles .product-item:nth-child(8n+1) {
  clear: both;
}
.suggested-articles .product-item:nth-child(8n+8) {
  margin: 0 0 25px 0;
}
.sizeguide > .title {
  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 .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;
}
.sizeguide .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;
}
.sizeguide table {
  width: 100%;
  float: left;
  border: 1px solid #59554e;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.sizeguide table th {
  font-weight: 600;
}
.sizeguide table th,
.sizeguide table td {
  padding: 12px 5px;
  text-align: center;
}
.sizeguide table tbody tr {
  border-top: 1px solid #59554e;
}
.product-header-title {
  padding: 10px;
  border-top: 1px solid #1F5A9F;
  border-left: 1px solid #1F5A9F;
  border-right: 1px solid #1F5A9F;
}
.product-header-title .other-variant-product {
    font-size: 14px;
}
.product-header-detail {
  background-color: #1F5A9F;
  color: #fff;
  padding: 30px 10px 20px;
  border-left: 1px solid #1F5A9F;
  border-right: 1px solid #1F5A9F;
}
.product-header-detail .showcase-title {
  font-size:20px;
}
.product-header-detail .showcase-items {
  font-size:15px;
}
.product-header-detail .showcase-items > .showcase-item {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding: 10px 0;
}
.product-header-detail .showcase-items > .showcase-item .showcase-item-title {
  float: left;
}
.product-header-detail .showcase-items > .showcase-item .showcase-item-text {
  float: right;
}
.product-variant-price .product-variant .product-variant-title{
  font-size: 18px;
  font-weight: bold;
}
.product-variant-price .variant-price {
  font-size: 15px;
}
.product-variant-price .product-variant select {
  color: #000;
  width: 65%;
}
.product-variant-price .product-price {
  margin-top:20px;
  font-size:18px;
  font-weight: bold;
}
.product-variant-price .product-price > .price-item {
  display: inline-block;
  margin-right:5px;
}
.product-variant-price .product-price > .price-item:last-child {
  margin-right:0;
}
.slider .slide {
  width: none;
  max-width: 530px;
}

.products .product-price .price-item {
  width: 100%;
}

.products .product-price .price-item.price-format {
  text-align: left;
  margin-bottom: 10px;
}

.products .product-price .price-item.add-button {
  text-align: right;
}

.products .product-price .price-item.add-button .form-add-to-cart {
  color: #FFF;
}

.products .product-price {
  width: 94%;
  position: absolute;
  margin-bottom: 10px;
  bottom: 0;
}

.products .product-price .price-item .form-item-cart {
  display: inline-block;
}

.products .product-price .price-item .form-item-cart:first-child {
  margin-right: 10px;
}

.products .product-price .price-item.add-button .display-variant {
  padding: 1px 13px;
  line-height: 39px;
  letter-spacing: 0;
}

.products .product-price .price-item.add-button .read-more .inner {
  padding: 0;
}

.products .product-price .price-item.add-button .form-add-to-cart .btn {
  background: #1F5A9F;
  color: #FFF;
}

.products .product-price .price-item.add-button .form-add-to-cart .btn:hover {
  background: #5495e1 !important;
}

.products .product-price .price-item.add-button .form-add-to-cart:hover {
  color: #FFF;
}

.products .product-price .price-item.add-button .form-add-to-cart .btn:hover {
  background: #1F5A9F;
}

.products .product-price .price-item.add-button .form-add-to-cart .btn-primary .inner {
  padding: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 70%;
  margin: auto;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 50% !important;
}

.carousel-indicators li {
  border: 1px solid #1f5a9f !important;
}

.carousel-indicators .active {
  background-color: #5495e1 !important;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  height: 23vmax !important;
}

.carousel-control {
  color: #1f5a9f !important;
}