/* Custom CSS for Exentri */
html {
  background-color: #eaebe8;
  color: #464646;
}
a,
a:visited {
  color: #757577;
}
a:hover,
a:active,
a:focus {
  color: #757577;
}
.top-line {
  height: 43px;
  position: fixed;
  background-color: #eaebe8;
  z-index: 100;
  text-align: right;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.top-line a {
  line-height: 42px;
}
.top-line ul {
  float: right;
}
.block-cart {
  float: right;
}
/* Header */
.header {
  padding-bottom: 14px;
  position: relative;
}
.header:after {
  content: url('../images/big-arrow.svg');
  width: 158px;
  height: 73px;
  position: absolute;
  z-index: 30;
  right: 71px;
  bottom: -68px;
}
a.logo {
  text-indent: -9999px;
  width: 187px;
  height: 35px;
  display: block;
  background: url(../images/logo.svg) no-repeat top left;
  background-size: 100%;

}
ul.store {
  margin-right: 18px;
}
.store-eur .eur a,
.store-nok .nok a,
.store-germany .de a {
  color: #000;
  border-bottom: 1px solid #e32726;
}

/* Headings */
.block-title,
h1,h2,h3,h4,h5,h6 {
  text-transform: uppercase;
  font-weight: 300;
}
/* Navigation */
.nav-container {
  width: auto;
  float: left;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 19px;
  margin-top: 10px;
  font-weight: 400;
}
#nav li:last-child {
  margin-right: 0;
}
#nav li a {
  padding: 8px 12px 8px 9px;
}
#nav li a:hover {
  padding-bottom: 3px;
}
.cms-find-retailer #nav li a[href*="find-retailer"],
.cms-the-wallet #nav li a[href*="the-wallet"],
.catalog-category-view #nav li a[href*="store.html"],
#nav li a:hover {
  padding-bottom: 6px;
  border-bottom: 2px solid #e32726;
}
/* Category view */
.catalog-category-view .page .main-container {

}
.main-container {
  background-color: #fff;
  padding: 0 0 22px;
  float: none;
  max-width: 1390px;
  position: relative;
}
.main-container:after {
  content: "";
  display: table;
  clear: both;
}
.main-container {
  padding: 70px 45px 45px;
}
.catalog-product-view .page .main-container,
.catalog-category-view .page .main-container,
.wpmag-page-view .main-container,
.wpmag-page-view .col1-layout .col-main,
.cms-home .main-container,
.cms-home .col1-layout .col-main {
  background: transparent;
  padding: 0 0 22px;
  max-width: 1600px;
}
.catalog-product-view .page .main-container,
.catalog-category-view .page .main-container {
  background-color: #fff;
}
.catalog-category-view .category-image {
  margin: 0;
}
.catalog-category-view .category-info {
  position: absolute;
  left: 15%;
  top: 30%;
  color: #fff;
  z-index: 20;
  max-width: 500px;
}
.catalog-category-view .category-info h1 {
  font-size: 53px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: none;
}
.catalog-category-view .category-info .category-description {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}
.products-grid.columns-2 li.item {
  width: 49%;
}
.products-grid.columns-2 li.item:nth-child(2n) {
  float: right;
}
.products-grid li.item {
  padding-bottom: 80px;
}
.products-grid li.item .product-image img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.products-grid li.item .product-image:hover img {
  opacity: 0.7;
}
.products-grid li.item .product-name {
  min-height: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
}
.products-grid li.item .product-name a {
  color: #4b4d4e;
}
.price {
  white-space: nowrap;
}
.products-grid li.item .price-box {
  font-weight: 300;
  color: #a0a0a0;
  bottom: 50px;
}
.products-grid li.item .view-product:visited,
.products-grid li.item .view-product {
  display: block;
  text-align: center;
  clear: both;
  text-decoration: underline;
  color: #D0CFCF;
  margin-top: 5px;
}
.products-grid li.item .view-product:focus,
.products-grid li.item .view-product:active,
.products-grid li.item .view-product:hover {
  color: #252525;
}
/* Product view */
.catalog-product-view .page .main-container {
  max-width: 1390px;
}
.col-main {
  position: relative;
}
.col-main .product-nav {
  position: absolute;
  left: 25px;
  top: 331px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
.col-main .product-nav a {
  display: block;
  height: 105px;
  line-height: 1.2em;
  background: url(../images/product-previous.png) left top no-repeat;
  padding-left: 30px;
  width: 170px;
  padding-top: 40px;
}
.col-main .product-nav a:active,
.col-main .product-nav a:hover {
  color: #e53635;
  background-image: url(../images/product-previous-hover.png);
}
.col-main .product-nav.product-next {
  left: auto;
  right: 25px;
  text-align: right;
}
.col-main .product-nav.product-next a {
  background: url(../images/product-next.png) right top no-repeat;
  padding-left: 0;
  padding-right: 30px;
}
.col-main .product-nav.product-next a:active,
.col-main .product-nav.product-next a:hover {
 background-image: url(../images/product-next-hover.png);
}
.product-view {
  background-color: #fff;
  padding: 136px 210px 22px;
  float: left;
  width: 100%;
}
.product-view .product-shop-wrapper {
  float: right;
  width: 48%;
}
.product-view .product-shop {
  background-color: #eaebe8;
  font-weight: 300;
  text-align: center;
  border-radius: 12px 12px 24px 24px;
  -moz-border-radius: 12px 12px 24px 24px;
  -webkit-border-radius: 12px 12px 24px 24px;
  padding: 22px;
  width: 100%;
  max-width: 340px;
  height: 340px;
  position: relative;
}
.product-view .product-shop:after {
  content: url('../images/big-arrow-shop.svg');
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  top: 93%;
}
.product-view .product-name-mobile h1,
.product-view .product-name h1 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0 16px;
  border-bottom: 1px solid #d9d8d8;
}
.product-view .product-name-mobile h1 {
  text-align: center;
}
.product-view .product-image {
  border-bottom: 1px solid #d9d8d8;
}
div.highslide-gallery ul {
  text-align: center;
}
.product-view .more-views li {
  float: none;
  display: inline-block;
}
div.highslide-gallery ul li {
  background: transparent;
  border: 0;
  float: none;
  display: inline-block;
}
.product-view .product-shop .price-box {
  font-weight: 300;
  border-bottom: 1px solid #d9d8d8;
  padding: 14px 0;
  margin: 0;
}
.product-view .product-shop .add-to-box {
  position: relative;
  z-index: 5;
}
.product-view .product-shop .add-to-box .add-to-cart {
  float: none;
  text-transform: uppercase;
  padding: 22px 0 0;
}
.product-view .button.btn-cart {
  display: block;
  width: 100%;
  max-width: 340px;
  float: right;
  border: 0;
  padding: 30px 36px;
  line-height: 1em;
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 200px;
  color: #fff;
  text-shadow: 0 -2px 0 #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #67696a; /* Old browsers */
  background: -moz-linear-gradient(top,  #67696a 0%, #1b1d1e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67696a), color-stop(100%,#1b1d1e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #67696a 0%,#1b1d1e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #67696a 0%,#1b1d1e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #67696a 0%,#1b1d1e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #67696a 0%,#1b1d1e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67696a', endColorstr='#1b1d1e',GradientType=0 ); /* IE6-9 */
  font-family: 'proxima-nova', Verdana;
}
.product-view .button.btn-cart:active,
.product-view .button.btn-cart:hover {
  background: #4d4f4f; /* Old browsers */
  background: -moz-linear-gradient(top,  #4d4f4f 0%, #1b1d1e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4f4f), color-stop(100%,#1b1d1e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4d4f4f 0%,#1b1d1e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4d4f4f 0%,#1b1d1e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4d4f4f 0%,#1b1d1e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4d4f4f 0%,#1b1d1e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4f4f', endColorstr='#1b1d1e',GradientType=0 ); /* IE6-9 */
}
.product-view .button.btn-cart:active {
  box-shadow: inset 0 0 5px #000;
}
.product-view .button.btn-cart:before {
  content: "";
  display: none;
}
.product-view .product-shop input.qty {
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border: 0;
  box-shadow: none;
  background-color: #fff;
}
.product-view .product-shop label[for="qty"] {
  margin-right: 10px;
}
.product-view .product-shop .short-description {
  padding: 16px 0;
  border-bottom: 1px solid #d9d8d8;
  font-style: italic;
  font-size: 17px;
}
.product-view .social-icons {
  width: 100%;
  border-top: 1px solid #d9d8d8;
  text-align: center;
  padding: 25px 0;
  margin-top: 81px;
}
.product-view .social-icons li {
  display: inline-block;
}
.product-view .social-icons li a {
  display: block;
  text-transform: uppercase;
  line-height: 28px;
  padding-left: 36px;
  background: url(../images/social-icon-facebook.svg) left top no-repeat;
 background-size: 28px;
}
.product-view .social-icons li a:hover {
  background: url(../images/social-icon-facebook-over.svg) left top no-repeat;
  background-size: 28px;
 color: #525050;
}
.product-view .social-icons li.twitter a {
 background: url(../images/social-icon-twitter.svg) left top no-repeat;
 background-size: 28px;
  margin-left: 20px;
}
.product-view .social-icons li.twitter a:hover {
 background: url(../images/social-icon-twitter-over.svg) left top no-repeat;
 background-size: 28px;
}
.product-view .social-icons li.pinterest a {
 background: url(../images/social-icon-pinterest.svg) left top no-repeat;
 background-size: 28px;
  margin-left: 20px;
}
.product-view .social-icons li.pinterest a:hover {
 background: url(../images/social-icon-pinterest-over.svg) left top no-repeat;
 background-size: 28px;
}
.product-view .features {
  padding: 90px 0;
  border-top: 1px solid #d9d8d8;
  font-size: 17px;
}
.product-view .features h2 {
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 0;
}
.product-view .features p {
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 39px;
}
.product-view .features ul {
    border-top: #d9d8d8 solid 1px;
    padding-top: 36px;
    list-style-type: disc;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5em ;
}
.product-view .features.measurements h2 {
  text-align: center;
}
.language-switcher {
  
}

/* Cart */
table .even {
  /* background-color: #eaebe8; */
  background-color: rgba(0,0,0,0.01);
}
.cart #shopping-cart-totals-table tfoot tr:last-child {
  color: #555;
}
/* Footer */
.footer {
  font-size: 14px;
}
.footer h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.footer .made-by,
.footer a {
  text-transform: none;
}
.footer-container a {
  text-transform: uppercase;
}
.footer .footer-logos {
  float: left;
  margin-top: 55px;
}
.footer div.registered {
  margin-top: 55px;
}
.footer div.made-by {
  float: left;
  font-size: 12px;
}
.footer .free-shipping {
  width: 142px;
  height: 173px;
  text-indent: -9999px;
  background: url('../images/free-shipping.svg') left top no-repeat;
}
.footer .block-title {
  margin-bottom: 0;
}
.footer .block-subscribe p {
  margin-top: 0;
}
.footer .block-subscribe .block-content {
  width: 100%;
}
.footer .block-subscribe .input-box input {
  width: 100%;
  padding: 5px 8px 6px;
}
.footer .block-subscribe .input-box {
  width: 100%;
  margin-right: 0;
  padding-right: 40px;
}
.footer .block-subscribe {
  position: relative;
}
.footer .block-subscribe .actions {
  float: right;
  margin-top: -30px;
}
.footer .block-subscribe button {
  background: transparent url(../images/footer-newsletter-button.png) left top no-repeat;
  text-indent: -9999px;
  display: block;
  float: right;
  width: 37px;
  height: 30px;
  border: 0;
}
p.control.control-subscribe {
  clear: both;
  text-align: right;
}
.billing-address select {
  max-width: 320px;
}



ul#nav li.shop > a {
  background-image: url(../images/cart.png);
  background-position: right 8px;
  background-repeat: no-repeat;
  padding-right: 24px;
}

.top-line li a.toplink-fb {
  text-indent: 100%;
  background-image: url(../images/facebook.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  width: 16px;
  margin-left: 6px;
  margin-right: -1em;
  padding-right: 16px;
  padding-top: 4px;
}

.top-line li a.toplink-instagram {
  text-indent: 100%;
  background-image: url(../images/instagram.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  width: 16px;
  margin-right: -1em;
  padding-right: 16px;
  padding-top: 4px;
}

.top-line li a.toplink-mail {
  text-indent: 100%;
  background-image: url(../images/mail.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  width: 16px;
  margin-right: 12px;
  padding-right: 16px;
  padding-top: 4px;
}

.top-line li a.lang-no {
  text-indent: 100%;
  background-image: url(../images/no.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  width: 16px;
  margin-right: -1em;
  padding-right: 16px;
  padding-top: 4px;
}
.top-line li a.lang-en {
  text-indent: 100%;
  background-image: url(../images/en.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  width: 16px;
  margin-right: -1em;
  padding-right: 16px;
  padding-top: 4px;
}
.top-line li a.lang-eu {
  text-indent: 100%;
  background-image: url(../images/eu.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  width: 16px;
  margin-right: -1em;
  padding-right: 16px;
  padding-top: 4px;
}
.top-line li a.lang-de {
  text-indent: 100%;
  background-image: url(../images/de.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  width: 16px;
  margin-right: -1em;
  padding-right: 16px;
  padding-top: 4px;
}

