.new-header {
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 52px;
}
.order-complete{
	box-sizing: border-box;
	height: 720px;
	padding: 515px 0 0;
	color: #fff;
	text-align: center;
	background-image: url("../images/order-complete.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 47%;
	margin: 0 auto;
}

.is-admin {
	margin-top: 30px;
}
.is-cart-admin {
	margin-top: 82px !important;
}
.navbar-collapse {
	padding-left: 0 !important;
}
.width {
  box-sizing: border-box;
	max-width: 1440px;
	margin: 0 auto;
}
h1#page-title {
	display: none;
}

body {
  transition: opacity 0.1s ease;
  height: 100%;
}
.front-page {
	margin-top: 2px;
}
#page {
	min-height: 100%;
	position: relative;
	padding-bottom: 6rem;
}
.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: #1F5A9F;*/
}
.cols .col-2 {
  width: 1135px;
}
.cols .col-full {
	float: left;
	width: 100%;
}
.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;
}
.newsletter > .inner {
	width: 740px;
}
.newsletter {
	border-top: 1px solid #e3e3e3;
	min-height: 100%;
  	min-height: 40vh;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-align : center;
  	-webkit-align-items : center;
   	-moz-box-align : center;
   	-ms-flex-align : center;
    align-items : center;
  	width: 100%;
 	-webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
  	-webkit-justify-content : center;
    justify-content : center;
}
.newsletter.home-page {
  	min-height: 100%;
  	min-height: 80vh;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-align : center;
  	-webkit-align-items : center;
   	-moz-box-align : center;
   	-ms-flex-align : center;
    align-items : center;
  	width: 100%;
 	-webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
  	-webkit-justify-content : center;
    justify-content : center;
}
.newsletter > .inner {
	max-width: 740px;
	margin: 0 auto;
	padding: 65px 30px;
  overflow: hidden;
}
.newsletter h3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
	color: #59554e;
}

.footer {
	/*background: #1F5A9F;*/
	background: #000;
	color: #fff;
	position: absolute;
	bottom:0;
	height: auto;
	width: 100%;
	left:0;
}

.checkout-footer {
	background: #1F5A9F;
	color: #fff;
	position: absolute;
	height: 60px;
	width: 100%;
	left:0;
}

.social-media {
	/*margin-top: 65px;*/
	text-align: right;
}
.social-media a {
	display: inline-block;
	margin-left: 11px;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	text-decoration: none;
}
.social-media a:hover, .social-media a:focus {
	color: #fff;
}
.social-media a:first-child {
	margin-left: 0;
}
.footer .copyright, .checkout-footer .copyright {
	/*margin-top: 55px;*/
	text-align: left;
	opacity: 0.7;
}
.footer .paymentmethods, .checkout-footer .paymentmethods {
	margin-top: 25px;
	text-align: center;
}
.footer .footer-bottom, .checkout-footer .footer-bottom {
	padding: 15px 25px;
}
.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;
}


.nf-button,
a.btn,
.btn {
  border: none;
	color: #fff;
	background: #1f5a9f;
	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;
	border-radius: 0 !important;
}
.nf-button:hover {
	background-color: #5495e1;
}

.btn:hover {
	background-color: #5495e1;
}

a.btn-white,
.btn-white {
	background-color: #1F5A9F;
	color: #fff;
	/*border: 2px solid #fff;*/
  	line-height: 46px;
}
.btn-white:hover {
	background-color: #5495e1;
	color: #fff;
}
a.btn-black,
.btn-black {
	background-color: transparent;
	color: #fff;
  	/*border: 2px solid #59554e;*/
  	line-height: 46px;
}
.btn-black:hover {
	background: #5495e1;
}
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: 0 0 20px;
	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;
}

ul.system-notification-messages {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
li.system-notification-message {
	padding: 15px;
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
}
li.system-notification-message:first-child {
	margin-top: 0;
}
li.system-notification-message-info {
	color: #31708F;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
}
li.system-notification-message-success {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}
li.system-notification-message-debug,
li.system-notification-message-warning {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}
li.system-notification-message-error {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}


.editable,
.content-entity {
	position: relative;
}
.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;
}
.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;
}


.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;
}

.customer .modal-content {
	border-radius: 0;
	background: #1F5A9F;
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
}
.customer .modal-header {
	border-bottom: none;
}
.customer .modal-footer {
	border-top: none;
}
.customer .customer-login-wrapper {

}
.customer .form-item {
	width: 100%;
}
.customer .form-textfield {
	border: 1px solid #FFF;
	background: #FFF;
	color: #000;
}
.customer .customer-login-wrapper .form-type-submit {
	text-align: center;
}
.customer .customer-login-wrapper .form-type-actions .form-item {
	margin:0;
	float: none;
}
.customer .customer-login-wrapper .form-submit {
	background: #FFF;
	color: #1F5A9F;
	padding: 10px 25px;
	-webkit-border-radius: 9px !important;
	-moz-border-radius: 9px !important;
	border-radius: 9px !important;
	border: 1px solid rgba(255,255,255,0.5);
	font-weight: bold;
}
.customer .customer-login-wrapper .form-submit:hover {
	background: #5495e1;
	color: #FFF;
}
.customer .modal-footer .pull-right > a, .customer .modal-footer .pull-left > a,
.customer .modal-footer .pull-right  > a:hover, .customer .modal-footer .pull-left > a:hover {
	color: #FFF;
	text-decoration: none;
}


.customer .customer-register-wrapper .form-type-submit {
	text-align: center;
}
.customer .customer-register-wrapper .form-type-actions .form-item {
	margin:0;
	float: none;
}
.customer .customer-register-wrapper .form-submit {
	background: #FFF;
	color: #1F5A9F;
	padding: 10px 25px;
	-webkit-border-radius: 9px !important;
	-moz-border-radius: 9px !important;
	border-radius: 9px !important;
	border: 1px solid rgba(255,255,255,0.5);
	font-weight: bold;
}
.customer .customer-register-wrapper .form-submit:hover {
	background: #5495e1;
	color: #FFF;
}


.customer .customer-forgot-password-wrapper .form-type-submit {
	text-align: center;
}
.customer .customer-forgot-password-wrapper .form-type-actions .form-item {
	margin:0;
	float: none;
}
.customer .customer-forgot-password-wrapper .form-submit {
	background: #FFF;
	color: #1F5A9F;
	padding: 10px 25px;
	-webkit-border-radius: 9px !important;
	-moz-border-radius: 9px !important;
	border-radius: 9px !important;
	border: 1px solid rgba(255,255,255,0.5);
	font-weight: bold;
}
.customer .customer-forgot-password-wrapper .form-submit:hover {
	background: #5495e1;
	color: #FFF;
}

.user-profile {
	margin-bottom: 20px;
	margin-top: 60px;
}

.order-history {
	background: #1F5A9F;
	color: #FFF;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.order-history .product-title {
	padding: 10px 0;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
}

.order-history .product-title .order-history-link {
	color: #FFF;
	text-decoration: none;
}

.order-history .product-title .order-history-link:hover {
	text-decoration: underline;
}

.order-history .product-article-list ul {
	list-style: none;
	padding: 0;
}

.order-history .product-article-list li {
	padding: 10px 0;
}

.order-history .product-article-list li .list-field {
	padding-left: 10px;
}

.order-history .product-article-list li .list-field:last-child {
	padding-left: 0;
}

.order-history .no-history-record {
	text-align: center;
	margin-bottom: 20px;
}

.shopping-bag-checkout {
    color: #fff;
}

.checkout-content {
	padding: 10px 20px;
}

.checkout-content .billing-delivery-address .delivery-address{
	margin-top: 20px;
}

.checkout-content .billing-delivery-address .billing-address .header-text {
	font-size: 16px;
	font-weight: bold;
}

.checkout-content .billing-delivery-address .delivery-address .header-text {
	font-size: 16px;
	font-weight: bold;
}

.checkout-content .total-price {
	text-align: center;
	margin: 10px 0;
}

.checkout-content .total-price .price {
	font-size: 18px;
	font-weight: bold;
}

.checkout-content .submit-order {
	text-align: center;
}
/*.checkout-content .submit-order .submit-order-btn {
	width: 35%;
}*/

.popup-modal .modal-content .modal-header .modal-title {
	position:relative;
}

/* The Modal (background) */
.popup-modal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.popup-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.popup-modal .modal-content .modal-header .close {
    color: #aaaaaa;
    /*float: right;*/
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -25px;
    right: 0;
}

.popup-modal .modal-content .modal-header .close:hover,
.popup-modal .modal-content .modal-header .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.confirmation-page {
	margin: 0 auto;
	max-width: 640px;
	padding: 20px 12px;
}

.confirmation-page .confirmation-checkout-order .confirmation-checkout-header {
	padding-top: 1.2em;
	text-align: center;
}

.confirmation-page .confirmation-checkout-order .confirmation-checkout-header .confirmation-checkout-icon-header {
	font-size: 4em;
	color: #86D03D;
}

.confirmation-page .confirmation-checkout-order .confirmation-checkout-header .confirmation-checkout-main-header {
	padding-left: 0;
	padding-top: 10px;
	line-height: 28px;
	margin: 0;
	display: block;
	position: static;
    top: 0;
    font-size: 2.375rem;
    font-weight: 300;
}

.confirmation-page .confirmation-checkout-order .confirmation-checkout-header-separator {
	border-top: 1px solid #f0f0f0;
	margin: 24px 0;
}

.confirmation-page .confirmation-checkout-order .confirmation-checkout-body .confirmation-checkout-total {
	padding: 0 24px;
}

.confirmation-page .confirmation-checkout-order .confirmation-checkout-body .confirmation-checkout-total h3 {
	color: #a6a6a6;
	margin: 0;
	line-height: 11px;
	font-weight: 700;
	font-size: 0.925rem;
	text-transform: uppercase;
}

.confirmation-page .confirmation-checkout-order .confirmation-checkout-body .confirmation-checkout-total p {
	font-size: 1.275rem;
	font-weight: 700;
	margin: 0;
}

.user-order .content-header {
    border-bottom: 1px solid #ccc;
    height: 37px;
    padding: 10px 0 5px;
}

.user-order .content-header .title-wrap h1 {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    text-transform: uppercase;
}

.page .col-full h1 {
	padding: 80px 0;
}

.page .col-full .section .p-title {
	margin-left: 0;
}

.page .col-full .type-image {
	padding: 0;
}

.order-history-list {
	margin: 0 auto;
	width: 50%;
}

.order-history-list .panel-default {
	border-color: transparent;
}

.order-history-list .panel {
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: none;
}

.order-history-list .panel-collapse {
	border: none;
}

.order-history-list .panel-heading {
	border-radius: 0;
	border-top: 2px solid #000;
	cursor: pointer;
}

.order-history-list .panel-heading a {
	color: #fff;
}

.order-history-list .panel-default > .panel-heading {
	background-image: none;
	background-color: #1F5A9F;
	color: #FFF;
	border-color: #000;
}

.order-history-list .panel-body .col-heading {
	border-bottom: 1px solid #000;
}

.order-history-list .change-background {
	background: #5495E1 !important;
}

.order-history-list .panel-body .col-heading.total, .order-history-list .panel-body .total {
	text-align: right;
}

.product-variant-select {
	margin: 20px 0;
}

.product-variant-select .product-variant-container {
	margin-bottom: 8px;
}

.product-variant-select .product-variant-container .product-variant-field:first-child {
	margin-left: 0;
}

.product-variant-select .product-variant-container .product-variant-field {
	margin-left: 15px;
	width: 100%;
    max-width: 400px;
    cursor: pointer;
}

.product-variant-select .product-variant-container .product-variant-field .product-variant-label {
	cursor: pointer;
}

.product-variant-select .product-variant-container .product-variant-field .product-variant-checkbox {
	float: left;
	margin-right: 10px;
}

.product-variant-select .product-variant-container .product-variant-field .product-variant-name {
	float: left;
	font-size: 16px;
	width: 70%;
}

.product-variant-select .product-variant-container .product-variant-field .product-variant-price {
	float: right;
	color: #59554e;
	font-weight: bold;
	font-size: 16px;
}

.showcase-text {
	font-size: 14px;
}

@media all and (max-width: 767px) {
	.btn, a.btn {
		font-weight: 600 !important;
		height: 35px;
	}
	.search-product-link {
		font-size: 2.9vw !important;
		/*line-height: 35px !important;*/
	}
}

