.width {
  box-sizing: border-box;
	max-width: 1440px;
	margin: 0 auto;
}
h1#page-title {
	display: none;
}

input.btn {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

body {
  transition: opacity 0.1s ease;
}
.wf-loading body {
  opacity: 0;
}

.cols {
  position: relative;
}
.cols .col {
  float: left;
  box-sizing: border-box;
}
.cols .col-1 > div {
  position: relative;
  z-index: 1;
}
.cols .col-1:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.cols .col-1,
.cols .col-1:after {
  width: 305px;
  background: #f2f2f2;
}
.cols .col-2 {
  width: 1135px;
}

.header {
	min-height: 160px;
	position: relative;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}
.logo {
	display: block;
	width: 150px;
	height: 160px;
	position: absolute;
	left: 30px;
	top: 0;
	background: url("../images/logo.png") no-repeat center center;
	background-size: 110px 67px;
	z-index: 2;
}
.cart-icon {
	position: absolute;
	top: 60px;
	right: 60px;
	width: 29px;
	height: 38px;
	box-sizing: border-box;
	padding-top: 18px;
	background: url("../images/shopping-bag.png") no-repeat 0 0;
  background-size: 29px 38px;
	font-weight: 600;
	line-height: 1;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.lang-switcher {
  position: absolute;
  top: 70px;
  right: 130px;
  color: #bababa;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 13px;
}
.lang-switcher .arrow {
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 12px;
  border-top: 4px solid #bababa;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.lang-switcher .lang-current,
.lang-switcher .lang-option {
  padding: 5px 15px 5px 10px;
  cursor: pointer;
  display: block;
  text-align: right;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.lang-switcher .lang-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
}
.lang-switcher.open .lang-options {
  display: block;
}

.language-message {
  background: #59554e;
  color: #fff;
  text-align: center;
  padding: 22px 30px;
}
.language-message .message {
  display: inline-block;
  margin-right: 30px;
  font-weight: 300;
}
.language-message .message b {
  font-weight: 600;
}
.language-message .btn {
  text-transform: none;
  padding: 0 25px;
  border-width: 1px;
  vertical-align: top;
}

/**
 * Super user
 */
.superuser {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 400px;
  z-index: 110;
  box-shadow: 3px 3px 12px rgba(0,0,0,0.15);
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  padding: 15px 20px;
}
.superuser a {
  border-bottom: 1px solid rgba(89, 85, 78, 0.3);
  transition: border-color 0.2s ease;
}
.superuser a:hover {
  border-bottom-color: rgba(89, 85, 78, 0.7);
}

/**
 * Newsletter
 */
.newsletter {
	border-top: 1px solid #e3e3e3;
}
.newsletter > .inner {
	max-width: 740px;
	margin: 0 auto;
	padding: 65px 30px;
  overflow: hidden;
}
.newsletter h3 {
	font-family: "freight-display-pro", Georgia, serif;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
}

/**
 * Footer
 */
.footer {
	background: #cdccca;
	padding: 80px 0 70px;
}
.social-media {
	margin-top: 65px;
	text-align: center;
}
.social-media a {
	display: inline-block;
	margin-left: 45px;
	color: inherit;
	font-size: 28px;
	line-height: 1;
}
.social-media a:first-child {
	margin-left: 0;
}
.footer .copyright {
	margin-top: 55px;
	text-align: center;
	opacity: 0.7;
}
.footer .login {
  text-align: center;
  margin: 10px 0 0;
}
.footer .login a {
  margin: 0 5px;
	opacity: 0.7;
  transition: opacity 0.2s ease;
}
.footer .login a:hover {
  opacity: 1;
}
.footer .paymentmethods {
	margin-top: 25px;
	text-align: center;
}

.klarna-part-payment{
	width: 150px;
	height: 80px;
	text-align: center;
	margin-top: 20px;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.middle-image {
  display: inline-block;
}
.middle-image ~ img {
  vertical-align: middle;
}

.rel {
  position: relative;
}


.nf-button,
a.btn,
.btn {
  border: none;
	color: #fff;
	background: #59554e;
	display: inline-block;
	padding: 0 45px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	-webkit-appearance: none;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn:hover {
	background-color: #7a6a53;
}

a.btn-white,
.btn-white {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
  line-height: 46px;
}
.btn-white:hover {
	background-color: #fff;
	color: #59554e;
}
a.btn-black,
.btn-black {
	background-color: transparent;
	color: #59554e;
  border: 2px solid #59554e;
  line-height: 46px;
}
.btn-black:hover {
	background: #59554e;
	color: #fff;
}
a.btn-danger,
.btn-danger {
	background: #D9534F;
}
.btn-danger:hover {
	background: #C9302C;
}
a.btn-success,
.btn-success {
	background-color: #5CB85C;
}
.btn-success:hover {
	background-color: #449D44;
}


ul.system-messages {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
li.system-message {
	padding: 15px;
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
}
li.system-message:first-child {
	margin-top: 0;
}
li.system-message-info {
	color: #31708F;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
}
li.system-message-success {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}
li.system-message-debug,
li.system-message-warning {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}
li.system-message-error {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}


.editable,
.content-entity {
	position: relative;
}
.icon-btn,
.editable .edit-btn,
.content-entity .edit-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	border-radius: 50%;
	color: #fff;
	background: #d00;
	font-size: 16px;
	line-height: 1;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.1);
	transition: visibility 0s 0.3s, opacity 0.3s ease, transform 0.3s;
	-webkit-transform: scale(0.1);
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s ease, -webkit-transform 0.3s;
}
:hover > .icon-btn,
.editable:hover .edit-btn,
.content-entity:hover .edit-btn {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition-delay: 0s;
	-webkit-transform: scale(1);
	-webkit-transition-delay: 0s;
}

.box {
  margin: 80px auto 120px;
  max-width: 500px;
}
.box .actions {
  margin: 30px 0 0;
  text-align: center;
}
.box2 {
  margin: 80px auto 120px;
  max-width: 900px;
}

.popup-close {
  top: 65px;
  left: 520px;
  right: auto;
  background: url("../images/close.png") no-repeat right 7px;
  background-size: 10px 10px;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.popup-close:hover {
  opacity: 1;
}
.popup-close .fa {
  display: none;
}
.popup-size-large .popup-light {
  width: 1140px;
  left: -570px;
}
.popup-size-large .popup-inner {
  margin: 135px 80px 75px;
}

.pager {
  text-align: center;
  margin: 0 0 40px;
}
.pager .page {
  display: inline-block;
  padding: 3px 10px;
  font-size: 16px;
}
.pager .page-current {
  text-decoration: underline;
}
