/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* ----- Responsive ----- */
/* line 3, ../../app/styles/partials/_filter-module.scss */
.filters {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  /* line 7, ../../app/styles/partials/_filter-module.scss */
  .filter-labels {
    position: relative;
    margin-bottom: 0;
  }
  /* line 14, ../../app/styles/partials/_filter-module.scss */
  .filter-labels .clear-all {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
/* line 20, ../../app/styles/partials/_filter-module.scss */
.filter-labels h3 {
  color: #4E4E4E;
  margin-right: 25px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.pt-10 {
	padding-top: 10px;
}
.d-inline-block {
	display: inline-block;
}
.pos-rel {
	position: relative;
}

@media (max-width: 767px) {
  /* line 20, ../../app/styles/partials/_filter-module.scss */
  .filter-labels h3 {
    text-align: center;
    margin-right: 0;
  }
}
/* line 29, ../../app/styles/partials/_filter-module.scss */
.filter-labels h3,
.filter-labels a.filter-link {
  font-size: 1.571em;
}
@media (min-width: 767px) {
  /* line 29, ../../app/styles/partials/_filter-module.scss */
  .filter-labels h3,
  .filter-labels a.filter-link {
    font-weight: 300;
  }
}
/* line 36, ../../app/styles/partials/_filter-module.scss */
.filter-labels .clear-all {
  display: none;
  padding: 5px 0;
}
/* line 40, ../../app/styles/partials/_filter-module.scss */
.filter-labels h3,
.filter-labels ul,
.filter-labels li {
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 40, ../../app/styles/partials/_filter-module.scss */
  .filter-labels h3,
  .filter-labels ul,
  .filter-labels li {
    font-weight: 400;
  }
}
/* line 48, ../../app/styles/partials/_filter-module.scss */
.filter-labels ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 767px) {
  /* line 48, ../../app/styles/partials/_filter-module.scss */
  .filter-labels ul {
    display: block;
  }
}
/* line 56, ../../app/styles/partials/_filter-module.scss */
.filter-labels ul li {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 56, ../../app/styles/partials/_filter-module.scss */
  .filter-labels ul li {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 64, ../../app/styles/partials/_filter-module.scss */
  .filter-labels h3 {
    display: block;
    font-size: 1.875em;
    margin-bottom: 15px;
  }
}

/* line 75, ../../app/styles/partials/_filter-module.scss */
.filter-link .icon-caret-up {
  display: none;
}
/* line 79, ../../app/styles/partials/_filter-module.scss */
.filter-link.active .icon-caret-up {
  display: inline-block;
}
/* line 82, ../../app/styles/partials/_filter-module.scss */
.filter-link.active .icon-caret-down {
  display: none;
}
@media (max-width: 767px) {
  /* line 74, ../../app/styles/partials/_filter-module.scss */
  .filter-link {
    position: relative;
    display: block;
    padding: 15px 5%;
    font-size: 1em;
    font-weight: 400;
  }
  /* line 92, ../../app/styles/partials/_filter-module.scss */
  .filter-link span {
    position: absolute;
    right: 5%;
    top: 10px;
    font-size: 1.5em;
  }
  /* line 98, ../../app/styles/partials/_filter-module.scss */
  .filter-link .current-selected {
    display: inline-block;
    position: static;
    font-size: 1em;
  }
}

/* line 106, ../../app/styles/partials/_filter-module.scss */
.filter-sets-container {
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  /* line 106, ../../app/styles/partials/_filter-module.scss */
  .filter-sets-container {
    border-bottom: 1px solid #C0C0C0;
  }
}
@media (max-width: 767px) {
  /* line 106, ../../app/styles/partials/_filter-module.scss */
  .filter-sets-container {
    border-top: 1px solid #C0C0C0;
  }
}
@media (max-width: 767px) {
  /* line 106, ../../app/styles/partials/_filter-module.scss */
  .filter-sets-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 120, ../../app/styles/partials/_filter-module.scss */
.filter-sets-container .checkbox label {
  padding-left: 0;
}
/* line 123, ../../app/styles/partials/_filter-module.scss */
.filter-sets-container .checkbox.disabled {
  color: #C0C0C0;
}
@media (max-width: 767px) {
  /* line 126, ../../app/styles/partials/_filter-module.scss */
  .filter-sets-container .checkbox label {
    font-size: 1.875em;
  }
}
/* line 132, ../../app/styles/partials/_filter-module.scss */
.filter-sets-container h3 {
  font-size: 1.875em;
}
@media (max-width: 767px) {
  /* line 132, ../../app/styles/partials/_filter-module.scss */
  .filter-sets-container h3 {
    border-bottom: 1px solid #C0C0C0;
  }
}

/* line 140, ../../app/styles/partials/_filter-module.scss */
.filter-set-1,
.filter-set-2,
.filter-set-3 {
  display: none;
}
@media (min-width: 767px) {
  /* line 140, ../../app/styles/partials/_filter-module.scss */
  .filter-set-1,
  .filter-set-2,
  .filter-set-3 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  /* line 140, ../../app/styles/partials/_filter-module.scss */
  .filter-set-1,
  .filter-set-2,
  .filter-set-3 {
    border-bottom: 1px solid #C0C0C0;
  }
}
/* line 151, ../../app/styles/partials/_filter-module.scss */
.filter-set-1 .checkbox + .checkbox,
.filter-set-2 .checkbox + .checkbox,
.filter-set-3 .checkbox + .checkbox {
  margin-top: 10px;
}
@media (min-width: 767px) {
  /* line 155, ../../app/styles/partials/_filter-module.scss */
  .filter-set-1 .checkbox-custom + span,
  .filter-set-2 .checkbox-custom + span,
  .filter-set-3 .checkbox-custom + span {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 45px;
  }
}

/* line 3, ../../app/styles/partials/_forms_ecom.scss */
input[type="radio"],
input[type="checkbox"] {
  display: none !important;
}

/* line 8, ../../app/styles/partials/_forms_ecom.scss */
input[type="radio"] + label {
  width: 80%;
  margin-bottom: 0;
}

/* line 14, ../../app/styles/partials/_forms_ecom.scss */
input[type="radio"] + label .radio-custom,
input[type="radio"] + label .radio-custom i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 26, ../../app/styles/partials/_forms_ecom.scss */
input[type="checkbox"] + label .checkbox-custom,
input[type="checkbox"] + label i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

/* line 36, ../../app/styles/partials/_forms_ecom.scss */
input[type="radio"] + label .radio-custom i {
  width: 12px;
  height: 12px;
  margin: 3px;
}

/* line 42, ../../app/styles/partials/_forms_ecom.scss */
input[type="checkbox"] + label i {
  width: 24px;
  height: 19px;
  margin: 3px;
  position: absolute;
  top: -6px;
}

/* line 50, ../../app/styles/partials/_forms_ecom.scss */
input[type="radio"] + label .radio-custom,
input[type="checkbox"] + label .checkbox-custom {
  border: 1px solid #C0C0C0;
  background-color: #fff;
}

/* line 56, ../../app/styles/partials/_forms_ecom.scss */
input[type="radio"]:checked + label .radio-custom i {
  background-color: #4E4E4E;
}

/* line 60, ../../app/styles/partials/_forms_ecom.scss */
input[type="checkbox"]:checked + label i,
input[type="checkbox"].checked + label i {
  background-image: url("../images/new_add_sprite/checkbox-custom-check.png");
}

/* line 65, ../../app/styles/partials/_forms_ecom.scss */
input[type="checkbox"].error + label .checkbox-custom {
  border-color: #EE6B0B;
}

/* line 69, ../../app/styles/partials/_forms_ecom.scss */
input[type="radio"] + label .radio-custom i,
input[type="radio"]:checked + label .radio-custom i {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* line 77, ../../app/styles/partials/_forms_ecom.scss */
input[type="radio"] + label .radio-custom + span .price-difference {
  opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 5px;
}

/* line 83, ../../app/styles/partials/_forms_ecom.scss */
input[type="radio"]:checked + label .radio-custom + span .price-difference {
  opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 88, ../../app/styles/partials/_forms_ecom.scss */
input[type="radio"] + label .radio-custom + span .price-difference,
input[type="radio"]:checked + label .radio-custom + span .price-difference {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 98, ../../app/styles/partials/_forms_ecom.scss */
input.quantity {
  width: 50px;
  height: 40px;
  padding: 0 18px 0 0;
  text-align: center;
}

/* line 105, ../../app/styles/partials/_forms_ecom.scss */
.iban input {
  width: 13%;
  text-align: center;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

/* line 113, ../../app/styles/partials/_forms_ecom.scss */
.iban label {
  display: block;
}

@media (min-width: 1200px) {
  /* Spin Buttons modified */
  /* line 120, ../../app/styles/partials/_forms_ecom.scss */
  input.quantity,
  input.quantity:focus,
  input[type="number"],
  input[type="number"]:focus {
    position: relative;
    display: inline-block;
    border-radius: 0;
  }

  /* line 129, ../../app/styles/partials/_forms_ecom.scss */
  input.quantity::-webkit-outer-spin-button,
  input.quantity::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: url("../images/new_add_sprite/numbers_up_down.jpg") no-repeat center center;
    width: 18px;
    height: 40px;
    border-left: 1px solid #C0C0C0;
    opacity: 1;
    /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
/* line 147, ../../app/styles/partials/_forms_ecom.scss */
.bootstrap-select.quantity:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  display: inline-block;
  width: auto;
  float: left;
  min-width: 70px;
  height: 40px;
}

/* line 157, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity button,
.bootstrap-select.btn-group.quantity button {
  position: relative;
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
/* line 166, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .filter-option,
.bootstrap-select.btn-group.quantity .filter-option {
  text-align: center;
  width: auto;
}
/* line 170, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu.inner,
.bootstrap-select.btn-group.quantity .dropdown-menu.inner {
  position: static;
}
/* line 173, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu,
.bootstrap-select.btn-group.quantity .dropdown-menu {
  top: 40px;
  left: 15px;
  min-width: 50px;
  border-radius: 0;
  border-color: #C0C0C0;
  box-shadow: none;
  padding: 0;
}
/* line 183, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu small,
.bootstrap-select.btn-group.quantity .dropdown-menu small {
  position: absolute;
  right: 5px;
  color: #EE6B0B;
  font-size: 100%;
}
/* line 189, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu .more,
.bootstrap-select.btn-group.quantity .dropdown-menu .more {
  text-align: center;
  color: #3E53A4;
  margin-bottom: 0;
  font-size: 1em;
}
/* line 194, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu .more small,
.bootstrap-select.btn-group.quantity .dropdown-menu .more small {
  display: none;
}
/* line 198, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu ul,
.bootstrap-select.btn-group.quantity .dropdown-menu ul {
  font-size: 1em;
}
/* line 201, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu li,
.bootstrap-select.btn-group.quantity .dropdown-menu li {
  float: none;
}
/* line 204, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu li a.opt,
.bootstrap-select.btn-group.quantity .dropdown-menu li a.opt {
  margin-bottom: 0;
  font-size: 1em;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 210, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu li a span.text,
.bootstrap-select.btn-group.quantity .dropdown-menu li a span.text {
  display: block;
}
/* line 217, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu .divider,
.bootstrap-select.btn-group.quantity .dropdown-menu .divider {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 221, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu .dropdown-header,
.bootstrap-select.btn-group.quantity .dropdown-menu .dropdown-header {
  padding: 0;
}
/* line 226, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-toggle,
.bootstrap-select.btn-group.quantity .dropdown-toggle {
  padding-right: 30px;
}
/* line 229, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-toggle .filter-option,
.bootstrap-select.btn-group.quantity .dropdown-toggle .filter-option {
  width: auto;
}
/* line 232, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-toggle .caret,
.bootstrap-select.btn-group.quantity .dropdown-toggle .caret {
  width: 14px;
  height: 8px;
  border: none;
  background-size: 1043px 187px;
  background-image: url("../images/sprite/1x/d-spr-global-1x.png");
  background-repeat: no-repeat;
  background-position: -617px -33px;
}

/* line 244, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity.dropup .dropdown-menu,
.bootstrap-select.btn-group.quantity.dropup .dropdown-menu {
  top: auto;
  left: 0;
  bottom: 100%;
  margin-bottom: 2px;
}

/* line 255, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu,
.quantity-container .bootstrap-select.btn-group.quantity .dropdown-menu {
  left: 0;
}

/* line 263, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.quantity:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  float: none;
}
/* line 265, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.quantity:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) ul li {
  display: block;
  padding: 0;
}
/* line 269, ../../app/styles/partials/_forms_ecom.scss */
.tags .quantity-container .bootstrap-select.quantity:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .dropdown-menu {
  top: 55px;
}

@media (min-width: 768px) {
  /* line 277, ../../app/styles/partials/_forms_ecom.scss */
  .iban input {
    width: 10%;
  }
  #myModal .modal-dialog.en_US .col-sm-offset-1,
  #myModal .modal-dialog.en_CA .col-sm-offset-1,
  #myModal .modal-dialog.fr_CA .col-sm-offset-1 {
  	padding: 0px;
  	width: 100%;
  	margin-right: 0px;
  	margin-left: 30px;
  }
  #myModal .modal-dialog.en_US .col-sm-offset-1.horizontal-divider,
  #myModal .modal-dialog.en_CA .col-sm-offset-1.horizontal-divider,
  #myModal .modal-dialog.fr_CA .col-sm-offset-1.horizontal-divider {
  	width: 92%;
  }
}
@media (max-width: 768px) {
  /* line 284, ../../app/styles/partials/_forms_ecom.scss */
  .bootstrap-select.btn-group.quantity .filter-option {
    font-size: 1.875em;
  }
}
/* ----- Responsive ----- */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* line 13, ../../app/styles/shop.scss */
.product-details .shop-module-container .cart.added,
.shop .cart.added {
  margin-bottom: 30px;
}
/* line 14, ../../app/styles/shop.scss */
.product-details .shop-module-container .hero-wrapper,
.shop .hero-wrapper {
  margin-bottom: 60px;
}
/* line 15, ../../app/styles/shop.scss */
.product-details .shop-module-container button,
.shop button {
  border: 0;
}
/* line 16, ../../app/styles/shop.scss */
.product-details .shop-module-container img,
.shop img {
  max-width: 75%;
}
/* line 18, ../../app/styles/shop.scss */
.product-details .shop-module-container .truncate,
.shop .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 24, ../../app/styles/shop.scss */
.product-details .shop-module-container li.large-links,
.product-details .shop-module-container a.large-links,
.shop li.large-links,
.shop a.large-links {
  font-size: 2.500em;
}
@media (min-width: 767px) {
  /* line 24, ../../app/styles/shop.scss */
  .product-details .shop-module-container li.large-links,
  .product-details .shop-module-container a.large-links,
  .shop li.large-links,
  .shop a.large-links {
    font-size: 1.571em;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  /* line 33, ../../app/styles/shop.scss */
  .product-details .shop-module-container .large-links-group,
  .shop .large-links-group {
    border-top: 1px solid #C0C0C0;
  }
}
/* line 38, ../../app/styles/shop.scss */
.product-details .shop-module-container .large-links-group a.large-links,
.shop .large-links-group a.large-links {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 38, ../../app/styles/shop.scss */
  .product-details .shop-module-container .large-links-group a.large-links,
  .shop .large-links-group a.large-links {
    border-bottom: 1px solid #C0C0C0;
    padding: 15px 5%;
    margin: 0 -5%;
  }
}
/* line 51, ../../app/styles/shop.scss */
.product-details .shop-module-container .container-fluid .row.shop-nav-wrapper,
.shop .container-fluid .row.shop-nav-wrapper {
  margin: 30px 0;
}
@media (min-width: 767px) {
  /* line 51, ../../app/styles/shop.scss */
  .product-details .shop-module-container .container-fluid .row.shop-nav-wrapper,
  .shop .container-fluid .row.shop-nav-wrapper {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  /* line 50, ../../app/styles/shop.scss */
  .product-details .shop-module-container .container-fluid,
  .shop .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 66, ../../app/styles/shop.scss */
.shop-nav-wrapper {
  position: relative;
  padding: 20px 0;
  min-height: 80px;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  /* line 66, ../../app/styles/shop.scss */
  .shop-nav-wrapper {
    padding: 0 20px;
    margin-bottom: 30px;
    background-color: #eaeaea;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /* this fixes the overflow:hidden in Chrome */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    /* main background full width bottom white mask */
    /* fake background border radius */
  }
  /* line 85, ../../app/styles/shop.scss */
  .shop-nav-wrapper:before {
    content: "";
    width: 100%;
    height: 40px;
    margin-left: -20px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
  }
  /* line 98, ../../app/styles/shop.scss */
  .shop-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 40px;
    margin-left: -20px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #eaeaea;
  }
}
/* line 113, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  visibility: visible;
  margin-top: 0;
}
/* line 124, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev,
.shop-nav-wrapper .carousel-nav .icn.next {
  width: 19px;
  height: 100%;
  position: absolute;
  margin: 0;
  background-image: none;
}
/* line 132, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev:before, .shop-nav-wrapper .carousel-nav .icn.prev:after,
.shop-nav-wrapper .carousel-nav .icn.next:before,
.shop-nav-wrapper .carousel-nav .icn.next:after {
  top: 50%;
  margin-top: -24px;
}
/* line 139, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev {
  left: 0;
}
/* line 142, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev:before {
  border-right: 12px solid #eaeaea;
}
/* line 145, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.prev:after {
  border-right: 12px solid #3E53A4;
  left: 3px;
}
/* line 150, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.next {
  right: 0;
}
/* line 153, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.next:before {
  border-left: 12px solid #eaeaea;
  left: 2px;
}
/* line 157, ../../app/styles/shop.scss */
.shop-nav-wrapper .carousel-nav .icn.next:after {
  border-left: 12px solid #3E53A4;
  right: 3px;
}
/* line 164, ../../app/styles/shop.scss */
.shop-nav-wrapper.no-marker:after {
  bottom: 0;
}

/* line 169, ../../app/styles/shop.scss */
.shop-nav {
  overflow: hidden;
  position: relative;
  padding: 0;
}
/* line 174, ../../app/styles/shop.scss */
.shop-nav__title {
  font-size: 3.750em;
  font-weight: 300;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 767px) {
  /* line 174, ../../app/styles/shop.scss */
  .shop-nav__title {
    height: 122px;
    font-size: 2.143em;
    z-index: 3000;
    left: -20px;
    background-color: #f5f5f5;
  }
  /* line 188, ../../app/styles/shop.scss */
  .shop-nav__title:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: -50px;
    z-index: 1;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 50px solid #f5f5f5;
  }
  /* line 202, ../../app/styles/shop.scss */
  .shop-nav__title span {
    position: relative;
    z-index: 2;
    top: 42px;
  }
}
@media (max-width: 767px) {
  /* line 174, ../../app/styles/shop.scss */
  .shop-nav__title {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 215, ../../app/styles/shop.scss */
.shop-nav__title + .shop-nav__carousel {
  padding-left: 85px;
}
/* line 219, ../../app/styles/shop.scss */
.shop-nav__carousel {
  position: relative;
  height: 100%;
  padding: 0;
  z-index: 3;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
@media (min-width: 767px) {
  /* line 244, ../../app/styles/shop.scss */
  .shop-nav__carousel .separator-color {
    content: "";
    width: 100%;
    height: 120px;
    display: block;
    position: absolute;
    box-sizing: border-box;
    background-color: #d2d2d2;
  }
}
/* line 255, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item {
  padding: 15px 0 5px;
  cursor: pointer;
  font-size: 2.000em;
  line-height: 20px;
  font-weight: 300;
  color: #3E53A4;
  vertical-align: middle;
  box-sizing: border-box;
  display: block;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
@media (min-width: 767px) {
  /* line 255, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item {
    max-width: 250px;
    margin-right: 1px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 1.143em;
    background-color: #eaeaea;
  }
}
@media (max-width: 767px) {
  /* line 255, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #eaeaea;
  }
  /* line 298, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item__name {
    height: 100%;
  }
}
@media (max-width: 767px) {
  /* line 303, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item:last-child {
    border-bottom: 1px solid #eaeaea;
  }
}
/* line 313, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__prod-image {
  width: 100%;
  position: absolute;
  bottom: -30px;
  display: block;
}
@media (max-width: 767px) {
  /* line 313, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item__prod-image {
    display: none;
  }
}
/* line 324, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item img {
  max-width: 120px;
  max-height: 120px;
  display: inline;
}
/* line 330, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__name {
  display: block;
  padding: 0 10px 20px;
  height: 100%;
  /* The ghost, nudged to maintain perfect centering */
  /* The element to be centered, can also be of any width and height */
}
/* line 336, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__name:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.6em;
  /* Adjusts for spacing */
}
/* line 345, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item__name span {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 767px) {
  /* line 330, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item__name {
    min-height: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 330, ../../app/styles/shop.scss */
  .shop-nav__carousel .nav-item__name {
    padding: 0 10px 15px;
  }
}
/* line 360, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item.active {
  background-color: #f5f5f5;
}
/* line 364, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  background: #fff;
  display: block;
}
/* line 373, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask .left,
.shop-nav__carousel .nav-item .bottom-mask .right {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
/* line 382, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask .left {
  margin-left: -10px;
}
/* line 385, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask .right {
  margin-right: -10px;
}
/* line 389, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item .bottom-mask .center.marker {
  width: 0;
  display: inline-block;
  position: relative;
  float: left;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
/* line 401, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item.active .bottom-mask {
  background: transparent;
}
/* line 406, ../../app/styles/shop.scss */
.shop-nav__carousel .nav-item:last-child {
  margin-right: 0;
}
/* line 412, ../../app/styles/shop.scss */
.shop-nav__carousel.large-labels {
  padding-left: 0;
  padding-right: 0;
}
/* line 416, ../../app/styles/shop.scss */
.shop-nav__carousel.large-labels .nav-item {
  max-height: 120px;
  padding: 10px 0;
  font-size: 2.750em;
  line-height: 1em;
  border-top: 1px solid #d2d2d2;
}
@media (max-width: 767px) {
  /* line 416, ../../app/styles/shop.scss */
  .shop-nav__carousel.large-labels .nav-item {
    height: auto !important;
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    background-color: transparent;
    overflow: hidden;
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 435, ../../app/styles/shop.scss */
  .shop-nav__carousel.large-labels .nav-item:last-child {
    border-bottom: 1px solid #d2d2d2;
  }
}
@media (min-width: 767px) {
  /* line 416, ../../app/styles/shop.scss */
  .shop-nav__carousel.large-labels .nav-item {
    max-width: 350px;
    padding: 20px 15px;
    font-size: 2.143em;
    border: none;
  }
}

/* line 451, ../../app/styles/shop.scss */
.with-image .shop-nav .nav-item__name {
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  /* line 451, ../../app/styles/shop.scss */
  .with-image .shop-nav .nav-item__name {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  /* line 459, ../../app/styles/shop.scss */
  .with-image .shop-nav__title {
    display: none;
  }
}
/* line 465, ../../app/styles/shop.scss */
.with-image .shop-nav .shop-nav__carousel .nav-item {
  padding-bottom: 0;
}

/* line 483, ../../app/styles/shop.scss */
.carousel-nav .icn {
  background: #ccc;
  cursor: pointer;
}

/* line 490, ../../app/styles/shop.scss */
.main-content > section:last-child {
  margin-bottom: 60px;
}
/* line 494, ../../app/styles/shop.scss */
.main-content .headline {
  padding: 20px 5%;
  text-align: center;
}
@media (min-width: 767px) {
  /* line 494, ../../app/styles/shop.scss */
  .main-content .headline {
    padding: 30px 0;
  }
}
/* line 500, ../../app/styles/shop.scss */
.main-content .headline h1 {
  font-size: 4.750em;
  color: #4E4E4E;
  cursor: default;
}
/* line 504, ../../app/styles/shop.scss */
.main-content .headline h1 a {
  font-size: 1em;
}
@media (min-width: 767px) {
  /* line 500, ../../app/styles/shop.scss */
  .main-content .headline h1 {
    font-size: 2.714em;
  }
}

/* line 523, ../../app/styles/shop.scss */
.prod {
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  min-height: 300px;
}
@media (min-width: 767px) {
  /* line 523, ../../app/styles/shop.scss */
  .prod {
    padding: 10px;
  }
}
@media (min-width: 767px) {
  /* line 533, ../../app/styles/shop.scss */
  .prod.large-margin-bottom {
    margin-bottom: 60px;
  }
}
/* line 538, ../../app/styles/shop.scss */
.prod a {
  font-size: 1em;
  line-height: initial;
}
/* line 543, ../../app/styles/shop.scss */
.prod p {
  font-size: 2.000em;
  font-weight: 300;
}
@media (min-width: 767px) {
  /* line 543, ../../app/styles/shop.scss */
  .prod p {
    font-size: 1.143em;
  }
}
/* line 553, ../../app/styles/shop.scss */
.prod.large-header .prod__info__header {
  font-size: 4.250em;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  /* line 553, ../../app/styles/shop.scss */
  .prod.large-header .prod__info__header {
    font-size: 2.429em;
  }
}
/* line 564, ../../app/styles/shop.scss */
.prod.light-text a.prod__info, .prod.light-text a.prod__info .prod__info__header
.prod.light-text .prod__info, .prod.light-text .prod__info .prod__info__header {
  color: #FFF;
}
/* line 571, ../../app/styles/shop.scss */
.prod > div {
  padding: 20px 20px 0;
  background-color: #eaeaea;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
  max-height: 260px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (min-width: 767px) {
  /* line 571, ../../app/styles/shop.scss */
  .prod > div {
    max-height: 260px;
  }
  #sendproconfirmationpageproductcarousel .shop-section.prod > div{
	max-height: 320px;
  }
}
@media (max-width: 767px) {
  /* line 590, ../../app/styles/shop.scss */
  .prod.tall-mobile > div {
    padding-bottom: 65%;
  }
}
/* line 597, ../../app/styles/shop.scss */
.prod.text-left, .prod.col-sm-12 {
  text-align: left;
}
/* line 601, ../../app/styles/shop.scss */
.prod.text-left > div:before, .prod.col-sm-12 > div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
  margin-top: -20px;
}
/* line 615, ../../app/styles/shop.scss */
.prod.col-sm-8.large-header > div, .prod.col-sm-6.large-header > div {
  height: auto;
  min-height: 260px;
  max-height: 350px;
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
}
@media (min-width: 1024px) {
  /* line 615, ../../app/styles/shop.scss */
  .prod.col-sm-8.large-header > div, .prod.col-sm-6.large-header > div {
    height: 260px;
    text-align: left;
  }
}
/* line 629, ../../app/styles/shop.scss */
.prod.col-sm-8.large-header > div:before, .prod.col-sm-6.large-header > div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
  margin-top: -20px;
}
/* line 638, ../../app/styles/shop.scss */
.prod.col-sm-8.large-header .prod__info, .prod.col-sm-6.large-header .prod__info {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  /* line 638, ../../app/styles/shop.scss */
  .prod.col-sm-8.large-header .prod__info, .prod.col-sm-6.large-header .prod__info {
    width: 55%;
    margin-bottom: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
/* line 648, ../../app/styles/shop.scss */
.prod.col-sm-8.large-header .prod__image, .prod.col-sm-6.large-header .prod__image {
  width: 100%;
  display: inline-block;
  text-align: center;
  float: right;
}
@media (min-width: 1024px) {
  /* line 648, ../../app/styles/shop.scss */
  .prod.col-sm-8.large-header .prod__image, .prod.col-sm-6.large-header .prod__image {
    width: 45%;
  }
}
/* line 659, ../../app/styles/shop.scss */
.prod.col-sm-8.large-header.tall > div, .prod.col-sm-6.large-header.tall > div {
  text-align: center;
}
/* line 662, ../../app/styles/shop.scss */
.prod.col-sm-8.large-header.tall > div:before, .prod.col-sm-6.large-header.tall > div:before {
  vertical-align: top;
}
/* line 666, ../../app/styles/shop.scss */
.prod.col-sm-8.large-header.tall > div .prod__info, .prod.col-sm-6.large-header.tall > div .prod__info {
  width: 80%;
}
/* line 672, ../../app/styles/shop.scss */
.prod.col-sm-8.large-header.prod--default-image-position .prod__image, .prod.col-sm-6.large-header.prod--default-image-position .prod__image {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 672, ../../app/styles/shop.scss */
  .prod.col-sm-8.large-header.prod--default-image-position .prod__image, .prod.col-sm-6.large-header.prod--default-image-position .prod__image {
    width: 45%;
    height: 100%;
    /* The ghost, nudged to maintain perfect centering */
  }
  /* line 680, ../../app/styles/shop.scss */
  .prod.col-sm-8.large-header.prod--default-image-position .prod__image:before, .prod.col-sm-6.large-header.prod--default-image-position .prod__image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  /* line 688, ../../app/styles/shop.scss */
  .prod.col-sm-8.large-header.prod--default-image-position .prod__image img, .prod.col-sm-6.large-header.prod--default-image-position .prod__image img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  /* line 697, ../../app/styles/shop.scss */
  .prod.col-sm-8.large-header.prod--hang-off-right .prod__image, .prod.col-sm-6.large-header.prod--hang-off-right .prod__image {
    height: 100%;
    /* The ghost, nudged to maintain perfect centering */
  }
  /* line 703, ../../app/styles/shop.scss */
  .prod.col-sm-8.large-header.prod--hang-off-right .prod__image:before, .prod.col-sm-6.large-header.prod--hang-off-right .prod__image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  /* line 711, ../../app/styles/shop.scss */
  .prod.col-sm-8.large-header.prod--hang-off-right .prod__image img, .prod.col-sm-6.large-header.prod--hang-off-right .prod__image img {
    max-width: 200%;
    width: 130%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: -40%;
  }
}
/* line 725, ../../app/styles/shop.scss */
.prod.col-sm-12 > div {
  height: auto;
  min-height: initial;
  max-height: initial;
  background-size: cover;
}
@media (min-width: 767px) {
  /* line 725, ../../app/styles/shop.scss */
  .prod.col-sm-12 > div {
    height: 260px;
  }
}
/* line 736, ../../app/styles/shop.scss */
.prod.col-sm-12 .prod__info {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 767px) {
  /* line 736, ../../app/styles/shop.scss */
  .prod.col-sm-12 .prod__info {
    width: 45.33333%;
    text-align: left;
    display: inline-block;
  }
}
/* line 747, ../../app/styles/shop.scss */
.prod.col-sm-12 .prod__info > span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 753, ../../app/styles/shop.scss */
.prod.col-sm-12 .prod__image {
  text-align: center;
  width: 90%;
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 767px) {
  /* line 753, ../../app/styles/shop.scss */
  .prod.col-sm-12 .prod__image {
    width: 55.33333%;
    position: absolute;
    top: 0;
  }
}
/* line 768, ../../app/styles/shop.scss */
.prod.col-sm-12 .prod__image img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
@media (min-width: 767px) {
  /* line 768, ../../app/styles/shop.scss */
  .prod.col-sm-12 .prod__image img {
    width: 75%;
  }
}

/* line 782, ../../app/styles/shop.scss */
.prod__info {
  width: 85%;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  /* line 787, ../../app/styles/shop.scss */
  .prod__info a {
    font-size: 1em;
  }
}
/* line 793, ../../app/styles/shop.scss */
.prod__info__item-number {
  margin-bottom: 5px;
  font-size: 1.500em;
  display: block;
  color: #4E4E4E;
}
@media (min-width: 767px) {
  /* line 793, ../../app/styles/shop.scss */
  .prod__info__item-number {
    font-size: 0.857em;
  }
}
/* line 804, ../../app/styles/shop.scss */
.prod__info__name, .prod__info__header {
  color: #3E53A4;
  font-size: 2.750em;
  font-weight: 400;
  display: block;
}
@media (min-width: 767px) {
  /* line 804, ../../app/styles/shop.scss */
  .prod__info__name, .prod__info__header {
    font-size: 1.571em;
  }
}
/* line 816, ../../app/styles/shop.scss */
.prod__info__name {
  margin-bottom: 5px;
  font-size: 2.250em;
}
@media (min-width: 767px) {
  /* line 816, ../../app/styles/shop.scss */
  .prod__info__name {
    font-size: 1.286em;
  }
}
/* line 825, ../../app/styles/shop.scss */
.prod__info__price {
  display: block;
}
/* line 828, ../../app/styles/shop.scss */
.prod__info__price p {
  color: #4E4E4E;
  font-weight: 400;
  font-size: 2em;
}
@media (min-width: 767px) {
  /* line 828, ../../app/styles/shop.scss */
  .prod__info__price p {
    font-size: 1.143em;
  }
}
/* line 837, ../../app/styles/shop.scss 
.prod__info__price p.highlight {
  color: #EF8200;
} */
.prod__info__price p.highlight {
  color: #cf0989;
}
button.pink {
      background-color: #cf0989;
      color:#fff;
}
/* line 843, ../../app/styles/shop.scss */
.prod__info button {
  padding: 8px 15px;
  margin: 10px 0;
}
/* line 847, ../../app/styles/shop.scss */
.prod__info button:active {
  background-color: #053043;
}

/* line 854, ../../app/styles/shop.scss */
.shop-section.prod > div {
  background: transparent;
  max-height: none;
}
/* line 858, ../../app/styles/shop.scss */
.shop-section.prod .prod__info {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 767px) {
  /* line 858, ../../app/styles/shop.scss */
  .shop-section.prod .prod__info {
    text-align: left;
  }
}
/* line 865, ../../app/styles/shop.scss */
.shop-section.prod .prod__info__name {
  margin: 10px 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
/* line 873, ../../app/styles/shop.scss */
.shop-section.prod .prod__info__price {
  margin-bottom: 10px;
  display: inline-block;
}

/* line 885, ../../app/styles/shop.scss */
.prod--light-bg > div {
  background-color: #FFFFFF;
}
/* line 888, ../../app/styles/shop.scss */
.prod--light-bg > div img {
  mix-blend-mode: initial;
}

/* line 894, ../../app/styles/shop.scss */
.prod--ink-module > div {
  background-color: #0078c6;
}
/* line 897, ../../app/styles/shop.scss */
.prod--ink-module > div img {
  mix-blend-mode: initial;
}

/* line 903, ../../app/styles/shop.scss */
.prod--postage-tape-module > div {
  background-color: #0078c6;
}
/* line 906, ../../app/styles/shop.scss */
.prod--postage-tape-module > div img {
  max-width: none;
  position: relative;
  top: -20px;
  mix-blend-mode: initial;
}
@media (min-width: 767px) {
  /* line 906, ../../app/styles/shop.scss */
  .prod--postage-tape-module > div img {
    top: -55px;
    /*left: -75px;*/
    left: -15%;
  }
}

/* line 922, ../../app/styles/shop.scss */
.prod--location-data > div {
  background-repeat: repeat-x;
  background-color: #651f96;
  background-image: -webkit-linear-gradient(135deg, #651f96, #f7451b);
  background-image: -o-linear-gradient(135deg, #651f96, #f7451b);
  background-image: linear-gradient(135deg, #651f96, #f7451b);
}
/* line 926, ../../app/styles/shop.scss */
.prod--location-data > div img {
  max-width: none;
  mix-blend-mode: initial;
}
@media (min-width: 767px) {
  /* line 926, ../../app/styles/shop.scss */
  .prod--location-data > div img {
    position: relative;
    top: 25px;
  }
}

/* line 940, ../../app/styles/shop.scss */
.prod--officeright-module > div img {
  max-width: none;
  mix-blend-mode: initial;
}
@media (min-width: 767px) {
  /* line 940, ../../app/styles/shop.scss */
  .prod--officeright-module > div img {
    position: relative;
    top: 25px;
  }
}

/* line 952, ../../app/styles/shop.scss */
.prod--smart-postage > div {
  background-color: #ed8100;
}
/* line 955, ../../app/styles/shop.scss */
.prod--smart-postage > div img {
  max-width: none;
  position: relative;
  mix-blend-mode: initial;
}
@media (min-width: 767px) {
  /* line 955, ../../app/styles/shop.scss */
  .prod--smart-postage > div img {
    left: -50px;
  }
}

/* line 969, ../../app/styles/shop.scss */
.prod--connect-plus-300-pro-module > div img {
  max-width: none;
  position: relative;
  mix-blend-mode: initial;
}
@media (min-width: 767px) {
  /* line 969, ../../app/styles/shop.scss */
  .prod--connect-plus-300-pro-module > div img {
    bottom: -40px;
  }
}

/* line 980, ../../app/styles/shop.scss */
.gradient-a {
  background-repeat: repeat-x;
  background-color: #a9184d;
  background-image: -moz-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* IE10+ */
  background-image: linear-gradient(135deg, #a9184d 0%, #c71f84 50%, #dc4c41 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA9184D', endColorstr='#FFDC4C41', GradientType=0);
  /* IE6-9 fallback on horizontal gradient */
}
/* line 981, ../../app/styles/shop.scss */
.gradient-a span, .gradient-a p {
  color: #fff;
}
/* line 985, ../../app/styles/shop.scss */
.gradient-a .motif-bg {
  display: none;
}
/* line 990, ../../app/styles/shop.scss */
.gradient-a img {
  mix-blend-mode: initial;
}

/* line 995, ../../app/styles/shop.scss */
.gradient-b {
  background-repeat: repeat-x;
  background-color: #00a2e0;
  background-image: -moz-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* IE10+ */
  background-image: linear-gradient(135deg, #00a2e0 0%, #1d4fa3 50%, #913a96 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A2E0', endColorstr='#FF913A96', GradientType=0);
  /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 767px) {
  /* line 998, ../../app/styles/shop.scss */
  .gradient-b .motif-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/shop/promo_theme_b_motif.png");
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
/* line 1009, ../../app/styles/shop.scss */
.gradient-b img {
  mix-blend-mode: initial;
}

/* line 1014, ../../app/styles/shop.scss */
.gradient-c {
  background-repeat: repeat-x;
  background-color: #035fae;
  background-image: -moz-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* IE10+ */
  background-image: linear-gradient(135deg, #035fae 0%, #00a0dc 50%, #5cb582 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF035FAE', endColorstr='#FF5CB582', GradientType=0);
  /* IE6-9 fallback on horizontal gradient */
}
/* line 1017, ../../app/styles/shop.scss */
.gradient-c img {
  mix-blend-mode: initial;
}

/* line 1027, ../../app/styles/shop.scss */
.products-carousel {
  visibility: hidden;
}
/* line 1039, ../../app/styles/shop.scss */
.products-carousel img {
  display: inline-block;
}
.gopaperless{
margin-left: 10px;
}
.products-carousel.gopaperless_espot img {
  display: inline-block;
  max-width: 45%;
}
/* line 1044, ../../app/styles/shop.scss */
.products-carousel .prod__info__name, .products-carousel .prod__info__header,
.products-carousel .prod__info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 1052, ../../app/styles/shop.scss */
.products-carousel .prod__info__price p {
  margin: 0 2px;
  display: inline-block;
}
/* line 1058, ../../app/styles/shop.scss */
.products-carousel .prod__image {
  min-height: 140px;
}
/* line 1062, ../../app/styles/shop.scss */
.products-carousel .order-info {
  background: #3E53A4;
}
/* line 1065, ../../app/styles/shop.scss */
.products-carousel .order-info p {
  margin-bottom: 0;
  color: #fff;
}
/* line 1070, ../../app/styles/shop.scss */
.products-carousel .order-info .order-title {
  font-size: 0.857em;
}

/* line 1076, ../../app/styles/shop.scss */
.products-carousel-full-width {
  visibility: hidden;
}
/* line 1079, ../../app/styles/shop.scss */
.products-carousel-full-width .slick-dots {
  display: block;
  margin-top: 0;
  bottom: 0;
  position: relative;
}
@media (min-width: 767px) {
  /* line 1079, ../../app/styles/shop.scss */
  .products-carousel-full-width .slick-dots {
    margin-top: -20px;
    bottom: 20px;
  }
  
  .products-carousel.gopaperless_espot img {
  display: inline-block;
  max-width: 100%;
}
}

/* line 1092, ../../app/styles/shop.scss */
.nav-carousel {
  margin: 0;
  padding: 0 0 25px 0;
  display: block;
  overflow: hidden;
}
/* line 1098, ../../app/styles/shop.scss */
.nav-carousel li {
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 1098, ../../app/styles/shop.scss */
  .nav-carousel li {
    display: block;
    margin-bottom: 20px;
  }
}
/* line 1107, ../../app/styles/shop.scss */
.nav-carousel a {
  padding: 10px 10px 5px;
  font-weight: 300;
  font-size: 2em;
}
@media (min-width: 767px) {
  /* line 1107, ../../app/styles/shop.scss */
  .nav-carousel a {
    font-size: 1.143em;
  }
}
/* line 1116, ../../app/styles/shop.scss */
.nav-carousel .ui-state-active a {
  color: #4E4E4E;
  border-bottom: 6px solid #3E53A4;
}
/* line 1120, ../../app/styles/shop.scss */
.nav-carousel .slick-list {
  overflow: visible;
}
/* line 1123, ../../app/styles/shop.scss */
.nav-carousel .slick-slide {
  display: block;
}

/* line 1128, ../../app/styles/shop.scss */
.carousel-nav {
  width: 100%;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  visibility: hidden;
}
/* line 1135, ../../app/styles/shop.scss */
.carousel-nav .icn {
  width: 16px;
  height: 26px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}
/* line 1144, ../../app/styles/shop.scss */
.carousel-nav .icn.prev {
  left: -35px;
}
/* line 1145, ../../app/styles/shop.scss */
.carousel-nav .icn.next {
  right: -35px;
}
/* line 1147, ../../app/styles/shop.scss */
.carousel-nav .icn.next:before, .carousel-nav .icn.next:after, .carousel-nav .icn.prev:before, .carousel-nav .icn.prev:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 16px solid #dbdbdb;
  display: block;
  position: absolute;
  top: -5px;
  z-index: 1;
}
/* line 1163, ../../app/styles/shop.scss */
.carousel-nav .icn.next:before, .carousel-nav .icn.prev:before {
  left: -5px;
  border-left-color: #fff;
  z-index: 2;
}
/* line 1170, ../../app/styles/shop.scss */
.carousel-nav .icn.prev:before, .carousel-nav .icn.prev:after {
  border-left: none;
  border-right: 16px solid #dbdbdb;
}
/* line 1176, ../../app/styles/shop.scss */
.carousel-nav .icn.prev:before {
  left: 5px;
  border-right-color: #fff;
}
/* line 1181, ../../app/styles/shop.scss */
.carousel-nav .icn.slick-disabled {
  opacity: .2;
  cursor: default;
}
/* line 1185, ../../app/styles/shop.scss */
.carousel-nav .icn.slick-hidden {
  display: none;
}

/* line 1191, ../../app/styles/shop.scss */
.slick-dots {
  width: 100%;
  bottom: 20px;
  padding: 0;
  text-align: center;
}
/* line 1197, ../../app/styles/shop.scss */
.slick-dots li {
  margin: 5px;
  list-style-type: none;
  display: inline-block;
}
/* line 1202, ../../app/styles/shop.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #3E53A4;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
/* line 1219, ../../app/styles/shop.scss */
.slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #3E53A4;
}
.customHeaderPDPNewDesign{
font-size: 36px;
}
.customHeaderYouMayAlsoBeInterested{
font-size: 2em;
}
.focusHereCustom{
	padding-top:40px;
	padding-bottom: 20px;
}
@media (max-width: 767px){
	body .offer-details #product_details_show_link{
		font-size: 8px;
	}
	body .offer-details ul li #product_details_show_link{
		font-size: 1em;
	}
	body #additionalInformationBody{
		font-size: 12px;
	}
	.customHeaderYouMayAlsoBeInterested{
	font-size: 2.714em;
	}
}
/* UK Price offer color fix Orange to Pink */
#itemPrice_body.highlight {
  color: #CF0989;
} 

.genericESpot .row.products-carousel{
 visibility: visible 
}

@media (min-width: 767px){
	.customCarouselPadding .row.products-carousel{
		padding-left: 100px;
	}
}
.customCarouselPadding .products-carousel .shop-section .prod__image img{
    max-width: 75%;
	min-height: 140px;
}
#sendproconfirmationpageproductcarousel .genericESpot .row.products-carousel img {
    max-width: 75;
}
#sendproconfirmationpageproductcarousel  .slick-track>div{
      max-height: max-content
}
.shop .primary-nav__logo img {
    max-width: inherit;
} 
.filtermapchecking {
    border-bottom: 1px solid #C0C0C0;
  }
 .categoryimage-header-disabled
{
	display:none;
}
@media (min-width: 767px) {
.categoryimage-header{
    float: none;
    position: relative;
    width: 146px;
    top: 27px;
}
}
@media (max-width: 767px) {
.categoryimage-header{
   padding-bottom: 15px;
}
.heading-container
{
	padding-bottom: 20px;
}
}
@media (min-width: 767px) {
.category-header{
  display:inline-block;
}}
.category-header{
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px){
  .categoryimage-header{
   padding-bottom: 15px;
}
.heading-container
{
	padding-bottom: 20px;
}
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none)
{
.categoryimage-header{
   padding-bottom: 15px;
}
.heading-container
{
	padding-bottom: 20px;
}
}

.maxErrorQty_PLP{
	margin-bottom: 12px;
    display: flex;
}

.maxErrorQty_PLP span{
	font-size: 12px;
    margin-left: 5px;
    color: #DE0F0E;
}
.maxErrorQty_PLP_minicart{
	margin-left: 83px;
    position: absolute;
    margin-top: 75px;
}
.maxErrorQty_PLP_minicart span{
	font-size: 12px;
    margin-left: 5px;
    color: #DE0F0E;
}
