/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #3399cc;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop {
  width: 50%;
  float: right;
}
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
  margin-bottom: 0 !important;
  margin-top: 0;
}
.product-view .product-shop .price-info {
  float: none;
  /* padding-left: 15px; */
  text-align: center;
  padding-top: 20px;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 100%;
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 25px;
  clear: both;
  margin-top: 20px;
  display: block;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  font-size: 16px;
}
.product-view .product-shop .price-box {
  margin-top: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  color: #3399cc;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #636363;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

.product-view .klarna-widget {
    clear: both;
    margin: 0;
    max-height: 50px;
    width: 100% !important;
}
@media only screen and (max-width: 770px) {
	
	.product-view .klarna-widget {
    	padding: 0 20px;
        margin-top: 0 !important;
	}
	
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-img-box {
  width: 50%;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
  cursor: pointer;
}
.product-img-box .product-image img:focus,
.product-img-box .product-image img:active {
	outline: 0 !important;
}
@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    /* max-height: 400px;*/ 
    padding: 20px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: block;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
  margin-right: 5px;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding: 0 20px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 0;
  display: table;
  width: 100%;
  padding-bottom: 10px;
  padding: 10px 20px;
}
.product-view .add-to-cart .add-to-cart-buttons {
    display: table-cell;
    vertical-align: middle;
}
.product-view .add-to-cart .qty-wrapper {
	display: table-cell;
    float: none;
    width: 1%;
    padding-right: 15px;
    vertical-align: middle;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 0;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
   display: none;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 45px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
	min-height: 40px;
    line-height: 50px;
    font-weight: bold;
    font-size: 23px;
    padding: 0px 30px;
    text-transform: uppercase;
    float: left;
    background: #A7B80E;
    min-width: 160px;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    width: 100%;
    white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #3399cc;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
	  display: none;
  }
  .product-collateral > dl > dt:first-child {
  	margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 20px;
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-color: #cccccc; */
    position: relative;
    background-color: #fff;
    display: block;
    border: 0;
    border-bottom: 1px solid #ddd !important;
    font-family: 'Source Sans Pro';
    text-transform: none;
    color: #000;
    font-size: 16px;
  }
  .product-collateral > dl > dt:after {
  	content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    color: #000;
    font-weight: bold;
    transform: translateY(-50%);
    top: 50%;
  }
  .product-collateral > dl > dt:hover {
    background-color: #ececec;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #000;
  }
  .product-collateral > dl > dt:after {
   }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
  	 content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    color: #000;
    font-weight: bold;
    transform: translateY(-50%);
    top: 25%;
    transform: rotate(180deg); 
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}
#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 0px 0 0;
  padding: 10px 15px 15px;
  border: 0;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
  display: none;
}

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
    width: 100%;
    max-width: 100%;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-left: 15px;
    height: 40px;
    background: #fff;
}
.product-options dd select:focus {
	outline: none;
}
.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #fff;
  padding: 15px;
  border: 0;
  border-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 0;
}

@media only screen and (max-width: 770px) {
  body .product-img-box .product-image:hover {
    border:0;
  }
}
.no-touch .product-image:hover {
  border: 0;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
  position: relative;
}
.product-view .product-options dd .input-box:after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    height: 40px;
    color: #000;
    font-weight: bold;
    transform: translateY(-50%);
    top: 50%;
    line-height: 40px;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.product-image {
	border: 0;
}
.product-view .product-contains {
	padding: 15px 20px;
    border: 1px solid #ddd;
    margin: 0 20px;
    display: block;
    margin-top: 20px;
}
.product-view .product-contains span.h3 {
	width: 100%;
    margin: 5px 0px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.product-view .product-contains ul {
	clear: both;
	display: inline-block;
	width: 100%;
}
.product-view .product-contains ul li {
	float: left;
	width: 50%;
	padding: 7px 10px;
}
.product-view .product-contains ul li.single {
	width: 100%;
}
.product-view .product-contains ul li i.fa {
    padding-right: 5px;
    font-size: 15px;
    color: #A7B80E;
}
.product-view .popup {
	display: none;
}
.product-style-guide {
	width: 50%;
    float: left;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0 15px;
}
.product-style-guide.multiple a {
	font-size: 15px;
}
.product-style-guide.multiple a.popup-link:before {
	display: block;
	margin: auto;
}
.product-view .availability.availwrap i.fa {
	font-size: 14px;
	margin-right: 5px;
}
.prodict-view .product-image-thumbs li {
	margin-left: 5px;
}
.product-view .product-image-thumbs li button {
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 0;
}
.product-view .product-image-thumbs .slick-track {
	padding: 0 20px !important;
}
.product-view .product-image-thumbs li.slick-current {
	border: 1px solid #000;
	outline: none;
}
.product-view .product-image-thumbs li button:focus {
	outline: none;
}
.product-view .more-views {
	width: 95%;
	margin: auto;
}
.product-view .product-options {
	font-family: 'Source Sans Pro';
	color: #000;
	padding: 0px 15px 25px 15px;
}
.product-view .product-options dk dt label {
	font-size: 18px;
}
.product-style-guide {
	text-align: center;
}
.product-style-guide a.popup-link {
	font-family: 'Source Sans Pro';
	color: #6b6b6b;
	text-align: center;
	text-decoration: underline;
	font-size: 18px;
	display: none;
}
.product-style-guide a.popup-link:before {
    background-image: url('../icons/sizeguide.svg');
    background-size: 24px;
    height: 24px;
    width: 25px;
    content: '';
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.more-views .product-style-guide.slick-slide {
	height: 92px;
	width: 87px;
	padding: 0;
	border: 1px solid #ddd;
}
.scroll-to-sizeguide {
	font-family: 'Source Sans Pro';
	color: #6b6b6b;
	text-align: center;
	font-size: 18px;
	word-break: break-word;
	position: relative;
	display: block !important;
    top: 25%;
    transform: translateY(-50%);
}
.scroll-to-sizeguide:hover {
	border: 0 !important;
}
.scroll-to-sizeguide:before {
    background-image: url('../icons/sizeguide.svg');
    background-size: 24px;
    height: 24px;
    width: 25px;
    content: '';
    vertical-align: middle;
    display: block;
    margin: auto;
    background-position: top;
    background-repeat: no-repeat;
}
.product-collateral > dl > dd {
	border: 0;
	background: #fbfbfb;
	border-bottom: 1px solid #ddd;
	padding: 20px;
}
.product-collateral > dl > dd.current {
	display: block;
}
.product-view .product-shop .price-box .price {
	color: #000 !important;
	font-family: 'Source Sans Pro';
	font-size: 36px !important;
	font-weight: bold;
}
.price-box .old-price, .price-box .special-price {
	display: block;
}
.product-view .product-shop .price-box .old-price .price {
	color: #a9a9a9 !important;
	font-size: 29px !important;
}
.product-view .product-usp {
    text-align: left;
    padding: 15px 20px;
    display: inline-block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    margin-top: 25px;
}
.product-view .product-usp strong {
	color: #85196F;
}
.product-view .product-usp ul li {
	float: left;
    width: 50%;
    font-size: 12px;
    text-align: left;
    padding: 10px 10px 10px 0;
}
.product-view .product-usp .fa-e-maerket {
    background-image: url('../images/e-maerket-333.png');
    line-height: 12px;
}

.fa-e-maerket {
    background: url('../images/e-maerket.png') no-repeat top left transparent;
    width: 25px;
    height: 19px;
    line-height: 19px;
}
.product-view .product-usp li .fa {
    font-size: 18px;
    margin: 0 5px 0 0;
}

@media only screen and (max-width: 771px) {
	.product-img-box .product-image {
		border-bottom: 0;
	}
	.product-view .add-to-cart-buttons {
		float: none;
	}
	.product-view .product-shop .price-box .price {
		font-size: 37px !important;
	}
	.product-img-box .product-name {
		padding: 10px 20px;
	}
	.product-img-box .product-name h1 {
		font-family: 'Source Sans Pro';
		color: #000 !important;
		margin-bottom: 15px !important;
		margin-top: 15px;
		text-transform: none;
	}
	.product-img-box .product-name span.sku {
		display: block;
		float: left;
	}
	.product-img-box .product-name .availability.availwrap {
		float: right;
	}
	.product-view #scroll-description {
		width: 100%;
	    display: block;
	    margin: auto;
	    text-align: left;
	    padding: 10px 20px 25px 20px;
	    border-bottom: 1px solid #ddd;
	    font-size: 18px;
	    color: #6b6b6b;
	    font-family: 'Source Sans Pro';
	    text-decoration: underline;
	}
	.product-view .product-shop .price-info {
		width: 100%;
		margin: auto;
		text-align: center;
		max-width: 100%;
		padding: 20px 0px 15px 0px;
	}
	.product-view .availability.availwrap .availability.in-stock span.value {
	    background-color: #A7B80E;
	    border: 1px solid #95a600;
	    border-bottom: 2px solid #7e8c01;
	    color: #fff;
	    text-transform: none;
	    border-radius: 2px;
	    padding: 1px 5px;
	}

	.product-view .product-shop .availability.availwrap .availability span.value {
	    color: #fff;
	    text-transform: none;
	    padding: 3px 10px;
	    border-radius: 3px;
	}
	.product-collateral {
		margin-top: 10px;
	}
	.box-up-sell {
		margin-top: 25px;
	}
	.box-up-sell h2 {
		font-size: 19px;
		padding: 10px 20px;
		color: #6b6b6b;
	}
	.box-up-sell .products-grid .product-name {
		position: relative;
	    padding-bottom: 20px;
	    min-height: 100px;
	    padding-top: 15px;
	}
	.box-up-sell .products-grid .price-box {
		bottom: 10px;
	}
	.currentlytitle {
		display: block !important;
	}
	
	.amshopby-narrow-by-list {
		position: relative;
		cursor: pointer;
	}
	.block-layered-nav.amshopby-filters-top .block-content.accordion-open>dl>dd {
		display: block;
		z-index: 499 !important;
	}
	.amshopby-apply-block {
		display: none;
	}
	dd ol li a.amshopby-attr:after,
	dd ol li.amshopby-cat a:after {
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	    border: 1px solid #616061;
	    width: 18px;
	    height: 18px;
	    float: right;
	    margin-top: 1px;
	    background: #fff;
	}
	dd ol li a.amshopby-attr-selected:after,
	dd ol li a.amshopby-attr.checked:after,
	dd ol li.amshopby-cat-multiselected a:after {
	    content: "\2713";
	    display: inline-block;
	    border: 1px solid #339356;
	    width: 18px;
	    line-height: 17px;
	    height: 18px;
	    float: right;
	    text-align: center;
	    margin-top: 1px;
	    color: #339356;
	    background: #fff;
	}
	div.block-layered-nav dd a.amshopby-attr,
	div.block-layered-nav dd a.amshopby-attr:hover, 
	div.block-layered-nav dd a.amshopby-attr-selected, 
	div.block-layered-nav dd a.amshopby-attr-selected:hover,
	div.block-layered-nav li.amshopby-cat-multi a
	 {
		background-image: none !important;
		width: 100%;
		border-bottom: 1px solid #ddd;
	} 
	dd ol li a.amshopby-attr:hover {
		text-decoration: underline;
	}
	dd ol li a.amshopby-attr:hover::after {
	    border-color: #9e9e9e;
	}
	.block-layered-nav .active-filters {
	    display: table;
	    width: 100%;
	    margin-top: 10px;
	    background: #f5f5f5;
	    border-top: 1px solid #E3E3E3;
	    padding-top: 10px;
	}
	.block-layered-nav .active-filters p.block-subtitle {
	   	font-size: 15px;
	    color: #303030;
	    font-weight: 400;
	    text-rendering: optimizeLegibility;
	    text-transform: none;
	    font-family: 'Source Sans Pro';
	    padding: 0 20px;
	}
	.block-layered-nav .active-filters .currently {
		display: block;
		width: 100%;
		padding: 0 7px;
	}
	.block-layered-nav .currently ol {
	    padding-left: 10px;
	    margin-bottom: 0;
	    max-width: 100% !important;
	    width: 100%;
	}
	.block-layered-nav .currently ol li {
	    margin-bottom: 5px;
	    display: inline-block;
	}
	.block-layered-nav .currently ol li a {
	    display: inline-block;
	    width: auto;
	    height: auto;
	    border: 1px solid #9a9a9a;
	    text-align: center;
	    padding: 0px 10px 3px 10px;
	    background: #fff;
	    text-shadow: none;
	    color: #000;
	    font-size: 14px;
	    vertical-align: middle;
	    line-height: 22px !important;
	    text-decoration: none !important;
	    background: #fff;
	    margin-bottom: 10px;
	    float: none;
	}
	.block-layered-nav .currently ol li a:hover {
		background: #f5f5f5 !important;
	}
	.block-layered-nav .currently ol li a:after {
	    content: '×';
	    color: #484848;
	    margin-left: 15px;
	    position: relative;
	    font-size: 19px;
	    text-decoration: none !important;
	    top: 2px;
	}
	.currently ol li .actions a {
	    background: #EB8312;
	    padding: 0px 10px 3px 10px;
	    color: #fff !important;
	    text-decoration: none;
	    border: 1px solid #EB8312;
	}
	.currently ol li .actions a:hover {
		background: #ee8d23 !important;
	}
	.currently ol li .actions a:after {
		color: #fff !important;
	}
	div.amshopby-filters-top {
		margin-top: 15px;
	}
	.block-layered-nav .currently ol li:last-child {
		display: none;
	}
	.block-layered-nav .currently .actions {
		text-align: right;
	    margin-bottom: 15px;
	    padding: 0 15px;
	    margin-top: 0;
	}
	.block-layered-nav .currently .actions a {
	    float: left;
	    background: #851970;
	    padding: 0px 10px 3px 10px;
	    color: #fff !important;
	    text-decoration: none;
	    border: 1px solid #851970;
	}
	.product-view .sizeguides.desktop {
		display: none;
	}
	.product-view .product-shop .short-description {
		display: none;
	}
	.product-view .product-contains {
		padding: 0;
	}
	.product-style-guide a.popup-link {
		display: block;
	}
	.product-style-guide a.popup-link:before {
		margin: auto !important;
	}
	.block-related .headline {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 475px) {
	.product-view .product-usp ul li {
		width: 100%;
	}
	.product-view .product-usp li .fa.fa-truck {
		margin-left: -5px;
	}
	.block-related .block-subtitle {
		text-align: center;
	}
	.block-related .block-subtitle a {
		float: none;
	}

}

/* Custom Desktop */ 
.product-view .product-contains span.h3 {
	width: 100%;
    margin: 10px 0px;
    display: block;
    border-bottom: 1px solid #ddd;
    text-align: left;
    background: #f5f5f5;
    margin-top: 0;
    padding: 3px 10px;
    border-bottom: 1px solid #ddd;	    
}
.box-up-sell .headline h3,
.block-related .headline h3 {
    text-align: center;
    font-size: 28px;
    color: #231f20;
    display: inline-block;
    padding: 0 40px 0 40px;
    position: relative;
    font-weight: 900;
    background: #fff;
    z-index: 10;
    text-transform: none;
}
.box-up-sell .headline,
.block-related .headline {
    width: 100%;
    margin-top: 0;
    text-align: center;
    font-size: 28px;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}
.block-related .headline {
	margin-bottom: 0;
}
.box-up-sell .headline:after,
.block-related .headline:after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

@media only screen and (min-width: 771px) {
	.product-view {
		padding: 25px 0px;
	}
	#scroll-description {
		display: none;
	}
	.product-view .product-shop .product-name {
		width: 100%;
	}
	.product-view .product-shop .product-name .h1 {
		color: #000;
		font-size: 29px;
		text-transform: none;
		display: block;
		float: none;
	}
	.product-view .product-contains {
		clear: both;
	    display: inline-block;
	    width: 100%;
	    margin: 15px 0 0 0;
	    border: 0;
	    padding: 0;
	}
	.product-view .product-name span.sku {
		float: right;
	}
	.product-view .product-shop .availability {
		float: left;
	}
	.product-view .availability.availwrap .availability.in-stock span.value {
	    background-color: #A7B80E;
	    border: 1px solid #95a600;
	    border-bottom: 2px solid #7e8c01;
	    color: #fff;
	    text-transform: none;
	    border-radius: 2px;
	    padding: 1px 5px;
	}
	.product-style-guide {
		text-align: left;
		float:none;
		width: 100%;
	}
	.product-view .availability.availwrap .availability.out-of-stock span.value {
	    background-color: red;
	    border: 1px solid #b32424;
	    border-bottom: 2px solid #b32424;
	    color: #fff;
	    text-transform: none;
	    border-radius: 2px;
	    padding: 1px 5px;
	}
	.product-style-guide a.popup-link:before {
		float: left;
		display: block;
		margin-right: 10px;
		margin-top: 4px;
	}
	.product-view .product-shop .price-info {
		margin-top: 10px;
	}
	.product-view .product-options {
		padding: 0;
	}
	.product-options-bottom {
		padding: 0;
		padding-top: 15px;
	}
	.product-view .add-to-cart-buttons .button {
	    min-height: 40px;
	    line-height: 50px;
	    font-weight: bold;
	    font-size: 23px;
	    padding: 0px 30px;
	    text-transform: uppercase;
	    float: left;
	    background: #A7B80E;
	    min-width: 160px;
	    font-family: 'Source Sans Pro';
	    text-transform: uppercase;
	    width: 100%;
	    white-space: normal;
	}
	.product-view .short-description.readmore {
		padding: 0;
	}
	.product-view .product-contains .contains {
		float: left;
		width: 100%;
		border: 1px solid #ddd;
	}
	.product-view .product-contains .contains.fullwidth {
		width: 100%;
	}
	.product-view .product-contains .sizeguides {
		float: left; 
		width: 50%;
		border: 1px solid #ddd;
		margin-left: -1px;
	}
	.product-view .product-contains .sizeguides.fullwidth {
		width: 100%;
	}
	.product-view .product-contains ul li:nth-child(2n+1) {
		padding-left: 10px;
	}
	.product-view .product-contains ul li {
		width: 50%;
	}
	.product-view .desc-readmorewrap .desc-readmore {
		background: #A7B80E;
	}
	.product-view .add-to-cart {
		padding: 0;
		display: block;
	}
	.product-view .add-to-cart .qty-wrapper {
		float: left;
		height: 50px;
		width: 20%;
		margin-right: 0;
	}
	.product-view .add-to-cart .add-to-cart-buttons {
		width: 80%;
		margin-right: 0;
		float: left;
	}
	.product-view .add-to-cart .qty-wrapper input#qty {
		width: 100%;
		height: 50px;
		border-radius: 0;
		border: 1px solid #000;
		font-size: 20px;
		font-weight: bold;
		color: #000;
	}
	.product-view .product-usp {
	    text-align: left;
	    padding: 15px 20px;
	    display: table;
	    border-top: 0;
	    border-bottom: 0;
	    background: #f5f5f5;
	    margin-top: 25px;
	    margin: 30px auto;
	    width:100%;
	    position: relative;
	    top: 20px;
	}
	.product-view .add-to-cart-wrapper {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.product-view .product-usp ul li {
		font-size: 16px;
	}
	.product-view .product-ups p {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.product-collateral {
		display: none;
	}
	
	/* Upsell */ 
	.box-up-sell h2 {
		text-align: center;
		font-weight: bold;
	}
	.box-up-sell .headline h3,
	.block-related .headline h3 {
	    text-align: center;
	    font-size: 28px;
	    color: #231f20;
	    display: inline-block;
	    padding: 0 40px 0 40px;
	    position: relative;
	    font-weight: 900;
	    background: #fff;
	    z-index: 10;
	    text-transform: none;
	}
	.box-up-sell .headline,
	.block-related .headline {
	    width: 100%;
	    margin-top: 0;
	    text-align: center;
	    font-size: 28px;
	    position: relative;
	    background-color: #fff;
	    margin-bottom: 20px;
	}
	.block-related .headline {
		margin-bottom: 0;
	}
	.box-up-sell .headline:after,
	.block-related .headline:after {
	    content: '';
	    width: 100%;
	    border-bottom: solid 1px #ddd;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    z-index: 1;
	}
	.box-up-sell .products-grid .product-info {
		padding-bottom: 75px;
	}
	.product-view .block-related {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.block-related .mini-products-list li.item {
		float: left;
		width: 20%;
		min-height: 310px;
	}
	.block-related .block-subtitle {
		display: block;
		text-align: center;
		padding: 0;
		font-size: 20px;
		color: #000;
		position: relative;
	}
	.block-related .block-subtitle a {
	    right: 0;
	    float: none;
	    padding: 5px 10px;
	    margin-left: 10px;
	    text-transform: uppercase;
	    background: #A7B80E;
	    font-weight: bold;
	    font-size: 19px;
	    line-height: 30px;	
	    display: block;
		width: 150px;
		margin: 10px auto 0 auto;
	}
	.box-up-sell .products-grid li {
		min-height: 445px;
	}
	.product-view .product-shop .extra-info, .product-view .product-shop .price-info {
		margin-bottom: 20px;
	}
	
}
@media only screen and (max-width: 500px) {
	.box-up-sell .headline h3, .block-related .headline h3 {
		padding: 0 15px 0 15px;
		font-size: 23px;
	}
}
@media only screen and (max-width: 771px) {
	.block-related .mini-products-list li.item {
		min-height: 340px;
	}
	.block-related .headline {
		margin-top: 30px;
	}
	.box-up-sell .products-grid li:nth-child(2n) {
		border-right: 1px solid #ddd !important;
	}
	.product-shop .product-style-guide:not(.multiple) {
		width: 100%;
	}
	.product-shop .product-style-guide:not(.multiple) a.popup-link:before {
		margin-right: 10px !important;
	}
	.product-view .product-usp {
		margin-bottom: 20px;
	}
	.product-view  .product-facebook {
		padding: 15px;
	}
}
.product-view .product-facebook,
.product-view .product-store {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.product-view .facebook-product,
.product-view .product-store .store-icon {
    float: left;
    font-size: 40px;
    margin: -5px 5px 0 0;
    height: 80px;
    width: 80px;
    background: #3d56a1;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-top: 5px;
    margin-right: 10px;
}
.product-view .product-store .store-icon {
	background: #83196e;
}

.product-view .product-facebook strong,
.product-view .product-store strong {
	font-weight: bold;
    font-size: 24px;
    color: #84196e;
}
.product-view .product-facebook a,
.product-view .product-store a {
	text-decoration: underline;
}
.product-view .facebook-product:before {
    content: '\f39e';
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}
.product-view .product-store .store-icon:before {
   content: '\f1ad';
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}
.slide-element.product-style-guide.Herre:before {
    content: '';
    height: 350px;
    margin-top: 20px;
    max-height: 100%;
    display: block;
    /* border: 1px solid #ddd; */
    width: 35%;
    background-image: url('../images/silhouette-herre-dk.png');
    background-position: 45px;
    background-size: 70%;
    background-repeat: no-repeat;
    float: left;
    display: none;
}
.slide-element.product-style-guide.Dame:before {
    content: '';
    height: 350px;
    margin-top: 20px;
    max-height: 100%;
    display: block;
    /* border: 1px solid #ddd; */
    width: 35%;
    background-image: url('../images/silhouette-dame-dk.png');
    background-position: 45px;
    background-size: 70%;
    background-repeat: no-repeat;
    float: left;
    display: none;
}
.slide-element.product-style-guide.Piger:before {
    content: '';
    height: 350px;
    margin-top: 20px;
    max-height: 100%;
    display: block;
    /* border: 1px solid #ddd; */
    width: 35%;
    background-image: url('../images/silhouette-pige-dk.png');
    background-position: 45px;
    background-size: 70%;
    background-repeat: no-repeat;
    float: left;
    display: none;
}
.slide-element.product-style-guide.Drenge:before {
    content: '';
    height: 350px;
    margin-top: 20px;
    max-height: 100%;
    display: block;
    /* border: 1px solid #ddd; */
    width: 35%;
    background-image: url('../images/silhouette-dreng-dk.png');
    background-position: 45px;
    background-size: 70%;
    background-repeat: no-repeat;
    float: left;
    display: none;
}
.product-style-guide table tr th:first-child {
	font-size: 13px !important;
}
.slide-element.product-style-guide.Herre table,
.slide-element.product-style-guide.Dame table,
.slide-element.product-style-guide.Drenge table,
.slide-element.product-style-guide.Piger table {
	width: 87% !important;
	/* border-left: 0; */
	margin-top: 0 !important;
	margin-bottom: 25px;
}

.slide-element.product-style-guide.Herre h3,
.slide-element.product-style-guide.Dame h3,
.slide-element.product-style-guide.Drenge h3,
.slide-element.product-style-guide.Piger h3 {
	text-align: center;
    margin-top: 20px;
    background: #f5f5f5;
    width: 87%;
    line-height: 40px;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    margin: 0 auto;
    /* border-left: 0; */
}

@media only screen and (max-width: 500px) {
	.slide-element.product-style-guide.Herre h3,
	.slide-element.product-style-guide.Dame h3,
	.slide-element.product-style-guide.Drenge h3,
	.slide-element.product-style-guide.Piger h3 {
		margin-top: 15px;
	}
	.slide-element.product-style-guide.Herre:before {
	    content: '';
	    height: 350px;
	    margin-top: 20px;
	    max-height: 100%;
	    display: block;
	    border: 1px solid #ddd;
	    width: 35%;
	    background-image: url('../images/silhouette-herre-dk.png');
	    background-position: center;
	    background-size: 90%;
	    background-repeat: no-repeat;
		display: none;
	    float: left;
	}
	.slide-element.product-style-guide.Dame:before {
	    content: '';
	    height: 350px;
	    margin-top: 20px;
	    max-height: 100%;
	    display: block;
	    border: 1px solid #ddd;
	    width: 35%;
	    background-image: url('../images/silhouette-dame-dk.png');
	    background-position: center;
	    background-size: 90%;
	    background-repeat: no-repeat;
	    float: left;
        display: none;
	}
	.slide-element.product-style-guide.Piger:before {
	    content: '';
	    height: 350px;
	    margin-top: 20px;
	    max-height: 100%;
	    display: block;
	    border: 1px solid #ddd;
	    width: 35%;
	    background-image: url('../images/silhouette-pige-dk.png');
	    background-position: center;
	    background-size: 90%;
	    background-repeat: no-repeat;
	    float: left;
        display: none;

	}
	.slide-element.product-style-guide.Drenge:before {
	    content: '';
	    height: 350px;
	    margin-top: 20px;
	    max-height: 100%;
	    display: block;
	    border: 1px solid #ddd;
	    width: 35%;
	    background-image: url('../images/silhouette-dreng-dk.png');
	    background-position: center;
	    background-size: 90%;
	    background-repeat: no-repeat;
	    float: left;
        display: none;

	}
}
@media only screen and (max-width: 390px) {
	.slide-element.product-style-guide.Herre table,
	.slide-element.product-style-guide.Dame table,
	.slide-element.product-style-guide.Drenge table,
	.slide-element.product-style-guide.Piger table {
		width: 100% !important;
	}
	.slide-element.product-style-guide.Herre h3,
	.slide-element.product-style-guide.Dame h3,
	.slide-element.product-style-guide.Drenge h3,
	.slide-element.product-style-guide.Piger h3 {
		width: 100% !important;
	}
	.slide-element.product-style-guide.Herre:before,
	.slide-element.product-style-guide.Dame:before,
	.slide-element.product-style-guide.Piger:before,
	.slide-element.product-style-guide.Drenge:before {
		content: '';
		display: none;
	}
	.slide-element.product-style-guide.Herre:after {
	    content: '';
	    height: 169px;
	    margin-top: 20px;
	    max-height: 100%;
	    display: block;
	    width: 100%;
	    background-image: url('../images/silhouette-herre-dk.png');
	    background-position: center;
	    background-size: contain;
	    background-repeat: no-repeat;
	    float: left;
		display: none;

	}
	.slide-element.product-style-guide.Dame:after {
	    content: '';
	    height: 169px;
	    margin-top: 20px;
	    max-height: 100%;
	    display: block;
	    width: 100%;
	    background-image: url('../images/silhouette-dame-dk.png');
	    background-position: center;
	    background-size: contain;
	    background-repeat: no-repeat;
	    float: left;
	    display: none;

	}
	.slide-element.product-style-guide.Piger:after {
	    content: '';
	    height: 169px;
	    margin-top: 20px;
	    max-height: 100%;
	    display: block;
	    width: 100%;
	    background-image: url('../images/silhouette-pige-dk.png');
	    background-position: center;
	    background-size: contain;
	    background-repeat: no-repeat;
	    float: left;
        display: none;
	}
	.slide-element.product-style-guide.Drenge:after {
	    content: '';
	    height: 169px;
	    margin-top: 20px;
	    max-height: 100%;
	    display: block;
	    width: 100%;
	    background-image: url('../images/silhouette-dreng-dk.png');
	    background-position: center;
	    background-size: contain;
	    background-repeat: no-repeat;
	    float: left;
        display: none;
	}
}
/* @media only screen and (max-width: 771px) {
	.slide-element.product-style-guide { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
	.slide-element.product-style-guide table th,
	.slide-element.product-style-guide table td { margin: 0; vertical-align: top; }
	.slide-element.product-style-guide table th { text-align: left; border-bottom: 1px solid #ddd; }
	
	.slide-element.product-style-guide table { display: block; position: relative; width: 100%; }
	.slide-element.product-style-guide table thead {display: block;float: left;}
	.slide-element.product-style-guide table tbody {/* display: block; width: auto; position: relative; *//* overflow-x: auto; white-space: nowrap;}
	.slide-element.product-style-guide table thead tr { display: block; }
	.slide-element.product-style-guide table th {display: block;padding: 5px;text-align: right;}
	.slide-element.product-style-guide table tbody tr { display: inline-block; vertical-align: top; }
	.slide-element.product-style-guide table td { display: block;  text-align: left; width: auto !important; padding: 5px 20px; }
}
*/ 
.tier-prices {
    margin-bottom: 10px;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: none;
    border: 0;
    padding: 4px 0;
}
.tierprices-wrapper {
    padding: 5px 0 0px;
    position: relative;
}
.tierprices-wrapper .clear {
 float: right;
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    top: -28px;
    right: 0;
    /* border-radius: 50%; */
    border: 1px solid #f77;
    /* width: 25px; */
    /* height: 25px; */
    line-height: 19px;
    background: #ffe0e0;
    cursor: pointer;
    text-align: center;
    padding: 5px 10px 3px 10px;
    /* color: #000; */
    display: none;
}
.tierprices-wrapper .clear:before {
    display: inline-block;
    content: '×';
    vertical-align: middle;
    padding-right: 7px;
    font-size: 20px;
    color: #000;
    padding-bottom: 2px;
}
.tierprices-wrapper label {
	margin-bottom: 7px;	
}
.tier-prices {
    display: table;
    table-layout: fixed;
    margin-top: 0;
}
.tier-prices li {
    text-align: center;
    display: table-cell;
    font-size: 16px;
    padding: 15px;
    /* border: 1px solid #ddd; */
    background: white;
    cursor: pointer;
    color: #000;
    position: relative;
    border: 1px solid #d5d5d5;
    border-right: 0;
    padding-left: 45px;
    text-align: left;
}
.tier-prices li.most-sold {
	background: #41a03f;
    border-bottom: 3px solid #207720;
    color: #fff;
}
.tier-prices li.most-sold .price {
	color: #f7fc00 !important;
}
.tier-prices li.most-sold i.fa.most-sold-star {
    color: #fffb00;
    position: absolute;
    right: 9px;
    font-size: 25px;
    top: 8px;
}
@media only screen and (max-width: 771px) {
	.tier-prices li.most-sold i.fa.most-sold-star {
		left: 8px;
	    font-size: 33px;
	    top: 43px;
	}
	.tier-prices {
    	padding: 0 15px;
	}
	.tierprices-wrapper .clear {
        right: 15px;
    }
}
@media only screen and (max-width: 475px) {
	.tier-prices li.most-sold i.fa.most-sold-star {
	    color: #fffb00;
	    position: absolute;
	    right: 9px;
	    font-size: 33px;
	    top: 15px;
	    left: initial;
	}
}
.tier-prices li:first-child {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.tier-prices li:last-child {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-right: 1px solid #d5d5d5;
}
.tier-prices li .price {
	/* color: #A7B80E; */
	font-size: 18px;
	transition: all .25s;
}
/* .tier-prices li.active .price {
	color: #fff;
}
.tier-prices li.active {
	background: #2ca72b;
	border-bottom: 3px solid #207720;
	color: #fff;
}*/
.tier-prices li:before {
    top: 15px;
    left: 10px;
    height: 25px;
    width: 25px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    content: '';
    background: #ddd;
    text-align: center;
    line-height: 25px;
    color: #fff;
    position: absolute;
}
.tier-prices li.active:before {
    content: "✔";
    top: 15px;
	left: 10px;
	height: 25px;
	width: 25px;
	border: 1px solid #a3b700;
	background: #a3b700;
	border-radius: 3px;
	position: absolute;
	color: #fff;
}
@media only screen and (max-width: 770px) {	
	.tier-prices li.active:before {
	    /* top: 21px;
	    transform: translateY(-50%); */
	    left: 10px;
	    color: #fff !important;
	}
	.swatch-link img {
		margin: 12px auto;
	}
}
.tier-prices li:hover {
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease;
    transform: scale(1.03);
    z-index: 99;
    border-radius: 3px;
}
.tier-prices li span.tier-qty {
	font-weight: bold;
	text-decoration: underline;
}
.tier-prices li span.tier-price {
	color: #008000;
    font-weight: bold;
}
.tier-prices li span.tier-price span.price {
	width: 100%;
	display: inline-block;
	clear: both;
	color: #fff;
}
@media only screen and (max-width: 475px) {
	.tier-prices {
		display: block;
	}
	.tier-prices .tier-price {
		display: block;
		width: 100%;
		border-radius: 3px;
		margin-bottom: 10px;
		padding: 15px 30px;
		padding-left: 45px;
		border: 1px solid #d5d5d5 !important;
		border-bottom: 1px solid #d5d5d5 !important;
	}
}
.product-pricing .benefit {
    font-weight: normal;
    font-style: normal;
    transition: all .25s;
}
.product-pricing .benefit .percent {
    /* text-decoration: underline;
    font-weight: bold; */
}
@media only screen and (min-width: 771px) {
    .tier-prices li:hover {
        background: #f5f5f5;
    }
    .tier-prices li:hover .price {
        color: #A7B80E;    
    }
    .tier-prices li:hover .benefit {
        font-weight: bold;
    }
}
.tier-prices li.active {
    background: #f5f5f5;
}
.tier-prices li.active .price {
    color: #A7B80E;
}
.tier-prices li.active .benefit {
    font-weight: bold;
}
@media only screen and (max-width: 771px) {
    .tierprices-wrapper {
        margin-top: 35px;
    }
}