/* MATTES Configurator Styles */
/* MATTES Color Scheme */
@import url('https://fonts.googleapis.com/css?family=Cookie|Lobster|Merriweather|Roboto+Slab|Merienda');
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  width: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background-color: #333;
}
body .toast-info {
  background-color: #797979;
}
body #toast-container.toast-top-center {
  top: 100px;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
}
body #toast-container.toast-top-center > div {
  width: 450px;
}
body.is-reseller #toast-container.toast-top-center {
  top: 150px;
}
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
span,
label,
select,
option,
table,
tr,
td,
a,
p,
h1,
h2,
h3,
button,
input {
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
a {
  color: #FFFFFF;
}
input.form-control {
  display: inline-block;
  height: 34px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#panel {
  background-color: #333;
  width: 100%;
  min-height: 900px;
  overflow: hidden;
}
#menu {
  display: none;
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 420px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-panel {
  height: 100%;
  position: absolute;
  z-index: 1;
  will-change: transform;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block !important;
}
.slideout {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  width: 420px;
  background-color: #000000;
}
.slideout .btn-close {
  top: 20px;
  right: 30px;
}
.slideout .slideout-nav {
  padding: 20px 30px;
}
.slideout .slideout-nav a {
  text-decoration: none;
  font-size: 1.2em;
}
.slideout .cart {
  color: #FFFFFF;
  padding: 0 35px;
}
.slideout .cart .cart-title h2 {
  font-size: 1.8em;
  color: #FFFFFF;
  text-align: center;
  margin: 20px 0 5px 0;
}
.slideout .cart .cart-items {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.slideout .cart .cart-items .cart-items-header {
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.slideout .cart .cart-items .cart-items-header p {
  margin: 0;
  padding: 10px 0;
}
.slideout .cart .cart-items .cart-item-wrapper > div:last-child {
  border-bottom: 0;
}
.slideout .cart .cart-items .cart-item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  padding: 20px 20px;
}
.slideout .cart .cart-items .cart-item .cart-item-remove .btn-close {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-color: transparent;
}
.slideout .cart .cart-items .cart-item .cart-item-desc h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0 30px 10px 0;
  cursor: pointer;
}
.slideout .cart .cart-items .cart-item .cart-item-desc p {
  font-size: 1.2em;
  font-weight: 300;
  margin: 10px 0 20px 0;
}
.slideout .cart .cart-items .cart-item .cart-item-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  border: 1px solid #FFFFFF;
  padding: 4px 8px;
  width: 45%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slideout .cart .cart-items .cart-item .cart-item-btn.edit-product {
  margin-right: 10px;
}
.slideout .cart .cart-items .cart-item .cart-item-price {
  margin-top: 20px;
}
.slideout .cart .cart-items .cart-item .cart-item-price .cart-item-amount {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  min-width: 10px;
  font-size: 1.2em;
  display: inline-block;
  padding: 4px 10px;
  background-color: #0D57F2;
  text-decoration: none;
  text-align: center;
}
.slideout .cart .cart-items .cart-item .cart-item-price .cart-item-price-single {
  display: inline-block;
  margin-left: 8px;
}
.slideout .cart .cart-items .cart-item .cart-item-price .cart-item-price-sum {
  font-size: 1.5em;
  font-weight: 300;
  float: right;
}
.slideout .cart .cart-items .cart-items-footer {
  text-align: center;
}
.slideout .cart .cart-items .cart-items-footer p {
  font-size: 1.4em;
  margin: 15px 0;
}
.slideout .cart .cart-items .cart-items-footer p a {
  text-decoration: none;
}
.slideout .cart .cart-summary {
  padding: 30px 10px;
}
.slideout .cart .cart-summary p {
  margin: 0;
}
.slideout .cart .cart-summary .cart-summary-amount {
  font-size: 1.4em;
  line-height: 120%;
}
.slideout .cart .cart-summary .cart-summary-amount .price-overall {
  display: inline-block;
  float: right;
  font-size: 1.2em;
  font-weight: 300;
}
.slideout .cart .cart-summary .cart-tax-amount {
  font-size: 1em;
  line-height: 120%;
  margin-top: 10px;
}
.slideout .cart .cart-summary .cart-tax-amount .price-overall-tax {
  display: inline-block;
  float: right;
}
.slideout .cart .cart-checkout {
  text-align: center;
}
.stage .product-panel {
  width: 65%;
  max-width: 1200px;
}
.stage .product-panel .product {
  margin-left: 8%;
}
body.product-type-boot.type-rear .stage .product-panel {
  max-width: 840px;
  margin-top: -50px;
}
body.product-type-boot.type-rear .stage .product-panel .product {
  margin-left: -10%;
  overflow: hidden;
}
body.product-type-boot.type-rear .stage .product-panel .product img {
  max-width: none;
  width: 150%;
  margin-left: 22%;
}
body.product-type-boot.type-front .stage .product-panel {
  max-width: 840px;
  margin-top: -50px;
}
body.product-type-boot.type-front .stage .product-panel .product {
  margin-left: 10%;
  overflow: hidden;
}
body.product-type-boot.type-front .stage .product-panel .product img {
  max-width: none;
  width: 150%;
  margin-left: -73%;
}
body.product-type-boot .stage .product-panel .product {
  margin-top: 10%;
  margin-left: 0;
}
body.product-type-sheet .product-panel {
  width: 50%;
  top: 10%;
}
body.product-type-sheet .product-panel .product {
  margin-left: 0;
}
body.product-type-sheet .product-panel .product .horse .horse-view img,
body.product-type-sheet .product-panel .product .rider-person img {
  max-width: 3113px;
  margin-left: -41%;
  margin-top: -19.2%;
  width: 152.59%;
}
body.sheet-type-front .product-panel .product .fleece,
body.sheet-type-front .product-panel .product .embroid,
body.sheet-type-front .product-panel .product .piping,
body.sheet-type-front .product-panel .product .binding,
body.sheet-type-front .product-panel .product .horse-shadow {
  width: 35%;
  overflow: hidden;
}
body.sheet-type-front .product-panel .product .fleece img,
body.sheet-type-front .product-panel .product .embroid img,
body.sheet-type-front .product-panel .product .piping img,
body.sheet-type-front .product-panel .product .binding img,
body.sheet-type-front .product-panel .product .horse-shadow img {
  max-width: 285.85%;
}
body.sheet-type-rear .product-panel .product .fleece,
body.sheet-type-rear .product-panel .product .embroid,
body.sheet-type-rear .product-panel .product .piping,
body.sheet-type-rear .product-panel .product .binding,
body.sheet-type-rear .product-panel .product .horse-shadow {
  width: 65%;
  overflow: hidden;
  right: 0;
  left: auto;
}
body.sheet-type-rear .product-panel .product .fleece img,
body.sheet-type-rear .product-panel .product .embroid img,
body.sheet-type-rear .product-panel .product .piping img,
body.sheet-type-rear .product-panel .product .binding img,
body.sheet-type-rear .product-panel .product .horse-shadow img {
  max-width: 153.85%;
  margin-left: -53.85%;
}
body.product-type-sheet.embroid-pos-front .product-panel .product .embroid {
  width: 35%;
  overflow: hidden;
}
body.product-type-sheet.embroid-pos-front .product-panel .product .embroid img {
  max-width: 285.85%;
}
body.product-type-sheet.embroid-pos-rear .product-panel .product .embroid {
  width: 65%;
  overflow: hidden;
  right: 0;
  left: auto;
}
body.product-type-sheet.embroid-pos-rear .product-panel .product .embroid img {
  max-width: 153.85%;
  margin-left: -53.85%;
}
.product-type-girth .stage .product-panel {
  width: 55%;
}
.product-type-girth .stage .product-panel .product {
  margin-left: 0;
}
.product-type-pad.typepad-panele .horse,
.product-type-pad.typepad-basepad .horse {
  display: none;
}
.product-type-pad.typepad-panele .overview-panel .field.change-view ul li.toggle-horse,
.product-type-pad.typepad-basepad .overview-panel .field.change-view ul li.toggle-horse {
  display: none;
}
.product-type-pad.typepad-panele .overview-panel .field.change-view ul li.toggle-horse-view,
.product-type-pad.typepad-basepad .overview-panel .field.change-view ul li.toggle-horse-view {
  display: none;
}
.pad-sheepskin .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 90% 90%;
}
.pad-sheepskin .type-t1 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-t1.png");
}
.pad-sheepskin .type-t2 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-t2.png");
}
.pad-sheepskin .type-t3 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-t3.png");
}
.pad-sheepskin .type-b1 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-b1.png");
}
.pad-sheepskin .type-b2 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-b2.png");
}
.pad-sheepskin .type-b3 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-b3.png");
}
.pad-sheepskin .type-b4 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-b4.png");
}
.product-wheel .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 90% 90%;
}
.product-wheel .panel-btn.eurofit-pad {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-style-eurofit-type-v.png");
}
.product-wheel .panel-btn.square-pad {
  background-image: url("../images/icon/variations/pads/square-pad/icon-style-square-type-v.png");
}
.product-wheel .panel-btn.shaped-pad {
  background-image: url("../images/icon/variations/pads/shaped-pad/icon-style-shaped-pad-type-v.png");
}
.product-wheel .panel-btn.baroque-pad {
  background-image: url("../images/icon/variations/pads/baroque-pad/icon-style-baroque-pad-type-v.png");
}
.product-wheel .panel-btn.half-pad {
  background-image: url("../images/icon/variations/pads/half-pad/icon-style-half-pad-type-v.png");
}
.product-wheel .panel-btn.icelandic-shaped-pad {
  background-image: url("../images/icon/variations/pads/icelandic-pad/icon-style-icelandic-shaped-pad-type-0.png");
}
.product-wheel .panel-btn.icelandic-eurofit-pad {
  background-image: url("../images/icon/variations/pads/icelandic-pad/icon-style-icelandic-eurofit-pad-type-0.png");
}
.product-wheel .panel-btn.western-round-pad,
.product-wheel .panel-btn.western-rio-pecos-round {
  background-image: url("../images/icon/variations/pads/round-western-pad/icon-style-round-western-pad-type-0.png");
}
.product-wheel .panel-btn.western-square-pad,
.product-wheel .panel-btn.western-rio-pecos-square {
  background-image: url("../images/icon/variations/pads/square-western-pad/icon-style-square-western-pad-type-0.png");
}
.product-wheel .panel-btn.western-performer-pad,
.product-wheel .panel-btn.western-rio-pecos-performer {
  background-image: url("../images/icon/variations/pads/performer-western-pad/icon-style-performer-western-pad-type-0.png");
}
.product-wheel .panel-btn.western-california-pad,
.product-wheel .panel-btn.western-rio-pecos-california {
  background-image: url("../images/icon/variations/pads/california-western-pad/icon-style-california-western-pad-type-0.png");
}
.product-wheel .panel-btn.spanish-baroque-pad {
  background-image: url("../images/icon/variations/pads/spanish-baroque-pad/icon-style-spanish-baroque-pad-type-0.png");
}
.product-wheel .panel-btn.spanish-regular-pad {
  background-image: url("../images/icon/variations/pads/spanish-regular-pad/icon-style-spanish-regular-pad-type-0.png");
}
.product-wheel .panel-btn.endurance-english-pad {
  background-image: url("../images/icon/variations/pads/endurance-english-pad/icon-style-endurance-english-pad-type-0.png");
}
.product-wheel .panel-btn.endurance-western-pad {
  background-image: url("../images/icon/variations/pads/endurance-western-pad/icon-style-endurance-western-pad-type-0.png");
}
.product-wheel .panel-btn.treeless-pad {
  background-image: url("../images/icon/variations/pads/treeless-pad/icon-style-treeless-pad-type-0.png");
}
.product-wheel .panel-btn.long-distance-pad {
  background-image: url("../images/icon/variations/pads/long-distance-pad/icon-style-long-distance-pad-type-v.png");
}
.product-wheel .panel-btn.short-girth,
.product-wheel .panel-btn.short-girth-slimline {
  background-image: url("../images/icon/variations/girths/short-girth/icon-style-short-girth-type-an.png");
}
.product-wheel .panel-btn.long-girth,
.product-wheel .panel-btn.long-girth-slimline {
  background-image: url("../images/icon/variations/girths/long-girth/icon-style-long-girth-type-an.png");
}
.product-wheel .panel-btn.western-girth,
.product-wheel .panel-btn.western-girth-slimline {
  background-image: url("../images/icon/variations/girths/western-girth/icon-style-western-girth-type-an.png");
}
.product-wheel .panel-btn.special-short-girth,
.product-wheel .panel-btn.special-short-girth-slimline {
  background-image: url("../images/icon/variations/girths/special-girth/icon-style-short-special-girth-type-de.png");
}
.product-wheel .panel-btn.special-long-girth,
.product-wheel .panel-btn.special-long-girth-slimline {
  background-image: url("../images/icon/variations/girths/special-girth/icon-style-long-special-girth-type-de.png");
}
.product-wheel .panel-btn.studguard-short-girth-slimline {
  background-image: url("../images/icon/variations/girths/studguard-girth/icon-style-short-studguard-girth-type-as.png");
}
.product-wheel .panel-btn.studguard-long-girth-slimline {
  background-image: url("../images/icon/variations/girths/studguard-girth/icon-style-long-studguard-girth-type-as.png");
}
.product-wheel .panel-btn.earbonnet {
  background-image: url("../images/icon/variations/earbonnets/icon-style-earbonnet.png");
}
.product-wheel .panel-btn.boot-hipro {
  background-image: url("../images/icon/variations/boots/icon-style-boot-type-hipro.png");
}
.product-wheel .panel-btn.boot-professional {
  background-image: url("../images/icon/variations/boots/icon-style-boot-type-profi.png");
}
.product-wheel .panel-btn.sheet-sweat {
  background-image: url("../images/icon/variations/sheets/icon-style-sheet-sweat.png");
}
.product-wheel .panel-btn.sheet-mer-square {
  background-image: url("../images/icon/variations/sheets/icon-style-sheet-mer-square.png");
}
.product-wheel .panel-btn.sheet-mer-eurofit {
  background-image: url("../images/icon/variations/sheets/icon-style-sheet-mer-eurofit.png");
}
.product-wheel .panel-btn.sheet-cutout-rider {
  background-image: url("../images/icon/variations/sheets/icon-style-sheet-cutout-rider.png");
}
.product-wheel .panel-btn.sheet-cutout-saddle {
  background-image: url("../images/icon/variations/sheets/icon-style-sheet-cutout-saddle.png");
}
.select-horse .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 50px transparent;
  background-size: 60% 60%;
}
.select-horse .panel-btn.horse-1 {
  background-image: url("../images/icon/icon-horsecolor-brown_x2.png");
}
.select-horse .panel-btn.horse-2 {
  background-image: url("../images/icon/icon-horsecolor-white_x2.png");
}
.select-horse .panel-btn.horse-3 {
  background-image: url("../images/icon/icon-horsecolor-grey_x2.png");
}
.select-horse .panel-btn.horse-4 {
  background-image: url("../images/icon/icon-horsecolor-black_x2.png");
}
.select-horse .panel-btn.horse-5 {
  background-image: url("../images/icon/icon-horsecolor-redbrown_x2.png");
}
.eurofit-pad .stage .product-panel {
  width: 65%;
  max-width: 1200px;
}
.eurofit-pad .stage .product-panel .product {
  margin-left: 8%;
}
.eurofit-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.eurofit-pad .pad-style .type-d {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-style-eurofit-type-d.png");
}
.eurofit-pad .pad-style .type-s {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-style-eurofit-type-s.png");
}
.eurofit-pad .pad-style .type-v {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-style-eurofit-type-v.png");
}
.eurofit-pad .pad-sheepskin .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 90% 90%;
}
.eurofit-pad .pad-sheepskin .type-t1 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-t1.png");
}
.eurofit-pad .pad-sheepskin .type-t2 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-t2.png");
}
.eurofit-pad .pad-sheepskin .type-t3 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-t3.png");
}
.eurofit-pad .pad-sheepskin .type-b1 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-b1.png");
}
.eurofit-pad .pad-sheepskin .type-b2 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-b2.png");
}
.eurofit-pad .pad-sheepskin .type-b3 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-b3.png");
}
.eurofit-pad .pad-sheepskin .type-b4 {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-sheep-eurofit-b4.png");
}
.sheet-mer-eurofit .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.sheet-mer-eurofit .pad-style .type-d {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-style-eurofit-type-d.png");
}
.sheet-mer-eurofit .pad-style .type-s {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-style-eurofit-type-s.png");
}
.sheet-mer-eurofit .pad-style .type-v {
  background-image: url("../images/icon/variations/pads/eurofit-pad/icon-style-eurofit-type-v.png");
}
.square-pad .pad-style .panel-btn,
.sheet-mer-square .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.square-pad .pad-style .type-d,
.sheet-mer-square .pad-style .type-d {
  background-image: url("../images/icon/variations/pads/square-pad/icon-style-square-type-d.png");
}
.square-pad .pad-style .type-s,
.sheet-mer-square .pad-style .type-s {
  background-image: url("../images/icon/variations/pads/square-pad/icon-style-square-type-s.png");
}
.square-pad .pad-style .type-v,
.sheet-mer-square .pad-style .type-v {
  background-image: url("../images/icon/variations/pads/square-pad/icon-style-square-type-v.png");
}
.shaped-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.shaped-pad .pad-style .type-d {
  background-image: url("../images/icon/variations/pads/shaped-pad/icon-style-shaped-pad-type-d.png");
}
.shaped-pad .pad-style .type-s {
  background-image: url("../images/icon/variations/pads/shaped-pad/icon-style-shaped-pad-type-s.png");
}
.shaped-pad .pad-style .type-v {
  background-image: url("../images/icon/variations/pads/shaped-pad/icon-style-shaped-pad-type-v.png");
}
.baroque-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 90% 90%;
}
.baroque-pad .pad-style .type-d {
  background-image: url("../images/icon/variations/pads/baroque-pad/icon-style-baroque-pad-type-d.png");
}
.baroque-pad .pad-style .type-v {
  background-image: url("../images/icon/variations/pads/baroque-pad/icon-style-baroque-pad-type-v.png");
}
.half-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.half-pad .pad-style .type-d {
  background-image: url("../images/icon/variations/pads/half-pad/icon-style-half-pad-type-d.png");
}
.half-pad .pad-style .type-s {
  background-image: url("../images/icon/variations/pads/half-pad/icon-style-half-pad-type-s.png");
}
.half-pad .pad-style .type-v {
  background-image: url("../images/icon/variations/pads/half-pad/icon-style-half-pad-type-v.png");
}
.icelandic-shaped-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.icelandic-shaped-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/icelandic-pad/icon-style-icelandic-shaped-pad-type-0.png");
}
.icelandic-eurofit-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.icelandic-eurofit-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/icelandic-pad/icon-style-icelandic-eurofit-pad-type-0.png");
}
.western-round-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.western-round-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/round-western-pad/icon-style-round-western-pad-type-0.png");
}
.western-square-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.western-square-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/square-western-pad/icon-style-square-western-pad-type-0.png");
}
.western-performer-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.western-performer-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/performer-western-pad/icon-style-performer-western-pad-type-0.png");
}
.western-california-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.western-california-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/california-western-pad/icon-style-california-western-pad-type-0.png");
}
.spanish-baroque-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.spanish-baroque-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/spanish-baroque-pad/icon-style-spanish-baroque-pad-type-0.png");
}
.spanish-regular-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.spanish-regular-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/spanish-regular-pad/icon-style-spanish-regular-pad-type-0.png");
}
.endurance-english-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.endurance-english-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/endurance-english-pad/icon-style-endurance-english-pad-type-0.png");
}
.endurance-western-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.endurance-western-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/endurance-western-pad/icon-style-endurance-western-pad-type-0.png");
}
.treeless-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 95% 95%;
}
.treeless-pad .pad-style .type-0 {
  background-image: url("../images/icon/variations/pads/treeless-pad/icon-style-treeless-pad-type-0.png");
}
.long-distance-pad .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 90% 90%;
}
.long-distance-pad .pad-style .type-v {
  background-image: url("../images/icon/variations/pads/long-distance-pad/icon-style-long-distance-pad-type-v.png");
}
.long-distance-pad .pad-style .type-d {
  background-image: url("../images/icon/variations/pads/long-distance-pad/icon-style-long-distance-pad-type-d.png");
}
.short-girth .pad-style .panel-btn,
.short-girth-slimline .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 90% 90%;
}
.short-girth .pad-style .type-an,
.short-girth-slimline .pad-style .type-an {
  background-image: url("../images/icon/variations/girths/short-girth/icon-style-short-girth-type-an.png");
}
.short-girth .pad-style .type-as,
.short-girth-slimline .pad-style .type-as {
  background-image: url("../images/icon/variations/girths/short-girth/icon-style-short-girth-type-as.png");
}
.short-girth .pad-style .type-at,
.short-girth-slimline .pad-style .type-at {
  background-image: url("../images/icon/variations/girths/short-girth/icon-style-short-girth-type-at.png");
}
.short-girth .pad-style .type-cr,
.short-girth-slimline .pad-style .type-cr {
  background-image: url("../images/icon/variations/girths/short-girth/icon-style-short-girth-type-cr.png");
}
.long-girth .pad-style .panel-btn,
.long-girth-slimline .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 90% 90%;
}
.long-girth .pad-style .type-an,
.long-girth-slimline .pad-style .type-an {
  background-image: url("../images/icon/variations/girths/long-girth/icon-style-long-girth-type-an.png");
}
.long-girth .pad-style .type-as,
.long-girth-slimline .pad-style .type-as {
  background-image: url("../images/icon/variations/girths/long-girth/icon-style-long-girth-type-as.png");
}
.long-girth .pad-style .type-at,
.long-girth-slimline .pad-style .type-at {
  background-image: url("../images/icon/variations/girths/long-girth/icon-style-long-girth-type-at.png");
}
.long-girth .pad-style .type-cr,
.long-girth-slimline .pad-style .type-cr {
  background-image: url("../images/icon/variations/girths/long-girth/icon-style-long-girth-type-cr.png");
}
.western-girth .pad-style .panel-btn,
.western-girth-slimline .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 90% 90%;
}
.western-girth .pad-style .type-an,
.western-girth-slimline .pad-style .type-an {
  background-image: url("../images/icon/variations/girths/western-girth/icon-style-western-girth-type-an.png");
}
.western-girth .pad-style .type-as,
.western-girth-slimline .pad-style .type-as {
  background-image: url("../images/icon/variations/girths/western-girth/icon-style-western-girth-type-as.png");
}
.western-girth .pad-style .type-at,
.western-girth-slimline .pad-style .type-at {
  background-image: url("../images/icon/variations/girths/western-girth/icon-style-western-girth-type-at.png");
}
.western-girth .pad-style .type-cr,
.western-girth-slimline .pad-style .type-cr {
  background-image: url("../images/icon/variations/girths/western-girth/icon-style-western-girth-type-cr.png");
}
.studguard-short-girth .pad-style .panel-btn,
.studguard-short-girth-slimline .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 90% 90%;
}
.studguard-short-girth .pad-style .type-as,
.studguard-short-girth-slimline .pad-style .type-as {
  background-image: url("../images/icon/variations/girths/studguard-girth/icon-style-short-studguard-girth-type-as.png");
}
.studguard-short-girth .pad-style .type-cr,
.studguard-short-girth-slimline .pad-style .type-cr {
  background-image: url("../images/icon/variations/girths/studguard-girth/icon-style-short-studguard-girth-type-cr.png");
}
.studguard-short-girth .pad-style .type-at,
.studguard-short-girth-slimline .pad-style .type-at {
  background-image: url("../images/icon/variations/girths/studguard-girth/icon-style-short-studguard-girth-type-at.png");
}
.studguard-long-girth .pad-style .panel-btn,
.studguard-long-girth-slimline .pad-style .panel-btn {
  background: url("../images/icon/icon-close-light_3x.png") no-repeat center 15px transparent;
  background-size: 90% 90%;
}
.studguard-long-girth .pad-style .type-as,
.studguard-long-girth-slimline .pad-style .type-as {
  background-image: url("../images/icon/variations/girths/studguard-girth/icon-style-long-studguard-girth-type-as.png");
}
.studguard-long-girth .pad-style .type-cr,
.studguard-long-girth-slimline .pad-style .type-cr {
  background-image: url("../images/icon/variations/girths/studguard-girth/icon-style-long-studguard-girth-type-cr.png");
}
.studguard-long-girth .pad-style .type-at,
.studguard-long-girth-slimline .pad-style .type-at {
  background-image: url("../images/icon/variations/girths/studguard-girth/icon-style-long-studguard-girth-type-at.png");
}
.earbonnet .product-panel .product {
  margin-left: 1%;
}
.configurator {
  /* NATIVE  width: 2048px; */
  /* REDUCED width: 1400px; */
  width: 100%;
  min-width: 1200px;
  height: 100%;
  /* NATIVE height: 1536px; */
  /* REDUCED */
}
.retail-notification {
  width: 100%;
  background-color: #d00000;
  position: relative;
  z-index: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: none;
  color: #FFF;
  font-size: 22px;
  font-family: 'Hind', Helvetica, Arial, sans-serif;
  padding: 10px 0;
}
.nav-primary {
  width: 100%;
  background-color: #000000;
  position: relative;
  z-index: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
}
.nav-primary .toggle-button {
  cursor: pointer;
  position: absolute;
  top: .5em;
  right: .5em;
}
.nav-primary .toggle-button span {
  color: #ffffff;
  background-size: 120% 120%;
  text-indent: -1000px;
  overflow: hidden;
}
.nav-primary .toggle-button span.cart-indicator {
  color: #FFF;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background-color: #0D57F2;
  border-radius: 50%;
  padding: 2px;
  display: none;
}
.nav-primary .toggle-button span.has-items span.cart-indicator {
  display: block;
}
.nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 1em 1.5em 1em 1.5em;
  text-align: center;
}
.nav-primary ul li {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0 .6em;
  cursor: pointer;
}
.nav-primary ul li:first-child {
  padding-left: 0;
}
.nav-primary ul li:last-child {
  padding-right: 0;
}
.nav-primary ul li .selection-indicator {
  width: 100%;
  padding-bottom: .5em;
}
.nav-primary ul li .selection-indicator .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  opacity: .4;
  width: .6em;
  height: .6em;
  border: 2px solid #FFFFFF;
  padding: .25em;
  margin: 0 auto;
}
.nav-primary ul li .selection-indicator .circle .circle-fill {
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.nav-primary ul li .selection-indicator.state-filled .circle-fill {
  display: block;
}
.nav-primary ul li .selection-indicator.state-active .circle {
  opacity: 1;
  border-color: #D00000;
}
.nav-primary ul li .selection-indicator.state-active .circle-fill {
  background-color: #D00000;
}
.nav-primary ul li a {
  display: block;
  font-size: 1.2em;
  color: #FFFFFF;
  text-decoration: none;
}
.stage {
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-red {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  display: inline-block;
  font-size: 1.5em;
  font-weight: 300;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  background-color: #D00000;
  padding: 4px 16px;
}
.btn-red > span.ico-large {
  margin-left: -10px;
}
.link-to-retailers {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  display: inline-block;
  font-size: 1.5em;
  font-weight: 300;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  background-color: #D00000;
  padding: 4px 16px;
}
.link-to-retailers:visited {
  color: #FFFFFF;
}
.link-to-retailers > span.ico-large {
  margin-left: -10px;
}
.btn-close {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("../images/icon/icon-close_2x.png") no-repeat center center #FFFFFF;
  background-size: 100% 100%;
}
.btn-close.light {
  background: url("../images/icon/icon-close-light_2x.png") no-repeat center center transparent;
}
.eurofit-pad .overlay .product-size-table .product-size.sizing-eurofit-pad,
.square-pad .overlay .product-size-table .product-size.sizing-square-pad,
.half-pad .overlay .product-size-table .product-size.sizing-half-pad,
.shaped-pad .overlay .product-size-table .product-size.sizing-shaped-pad,
.long-distance-pad .overlay .product-size-table .product-size.sizing-long-distance-pad,
.baroque-pad .overlay .product-size-table .product-size.sizing-baroque-pad,
.icelandic-shaped-pad .overlay .product-size-table .product-size.sizing-icelandic-shaped-pad,
.icelandic-eurofit-pad .overlay .product-size-table .product-size.sizing-icelandic-eurofit-pad,
.western-round-pad .overlay .product-size-table .product-size.sizing-western-pad,
.western-california-pad .overlay .product-size-table .product-size.sizing-western-pad,
.western-square-pad .overlay .product-size-table .product-size.sizing-western-pad,
.western-performer-pad .overlay .product-size-table .product-size.sizing-western-pad,
.western-rio-pecos-round .overlay .product-size-table .product-size.sizing-western-pad,
.western-rio-pecos-california .overlay .product-size-table .product-size.sizing-western-pad,
.western-rio-pecos-square .overlay .product-size-table .product-size.sizing-western-pad,
.western-rio-pecos-performer .overlay .product-size-table .product-size.sizing-western-pad,
.spanish-regular-pad .overlay .product-size-table .product-size.sizing-spanish-regular-pad,
.spanish-baroque-pad .overlay .product-size-table .product-size.sizing-spanish-baroque-pad,
.endurance-english-pad .overlay .product-size-table .product-size.sizing-endurance-english-pad,
.endurance-western-pad .overlay .product-size-table .product-size.sizing-endurance-western-pad,
.treeless-pad .overlay .product-size-table .product-size.sizing-treeless-pad,
.short-girth .overlay .product-size-table .product-size.sizing-short-girth,
.short-girth-slimline .overlay .product-size-table .product-size.sizing-short-girth,
.long-girth .overlay .product-size-table .product-size.sizing-long-girth,
.long-girth-slimline .overlay .product-size-table .product-size.sizing-long-girth,
.western-girth .overlay .product-size-table .product-size.sizing-western-girth,
.western-girth-slimline .overlay .product-size-table .product-size.sizing-western-girth,
.special-short-girth .overlay .product-size-table .product-size.sizing-special-short-girth,
.special-short-girth-slimline .overlay .product-size-table .product-size.sizing-special-short-girth,
.special-long-girth .overlay .product-size-table .product-size.sizing-special-long-girth,
.special-long-girth-slimline .overlay .product-size-table .product-size.sizing-special-long-girth,
.studguard-short-girth-slimline .overlay .product-size-table .product-size.sizing-studguard-short-girth,
.studguard-long-girth-slimline .overlay .product-size-table .product-size.sizing-studguard-long-girth,
.earbonnet .overlay .product-size-table .product-size.sizing-earbonnet,
.product-type-sheet .overlay .product-size-table .product-size.sizing-sheets,
.boot-hipro .overlay .product-size-table .product-size.sizing-boot-hipro,
.boot-professional .overlay .product-size-table .product-size.sizing-boot-profi {
  display: block;
}
/*
.earbonnet .field.field-addition .size-table,
.product-type-sheet .field.field-addition .size-table {
    display: none;
}
*/
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  text-align: center;
  overflow: auto;
}
.overlay .overlay-products {
  width: 100%;
  max-width: 1070px;
  background-color: #FFFFFF;
  margin: 40px auto;
  padding: 30px;
}
.overlay .overlay-products .product-item {
  margin-bottom: 20px;
  border: 1px solid #EEE;
  padding: 20px 15px;
}
.overlay .overlay-products .product-item .product-image img {
  max-width: 100%;
}
.overlay .overlay-products .product-item .product-text {
  padding: 20px;
}
.overlay .overlay-products .product-item .product-info {
  border-left: 2px solid #EEEEEE;
  padding: 20px;
}
.overlay .overlay-products .product-item .product-info .product-price {
  font-size: 26px;
  margin-top: 0;
}
.overlay .overlay-products .product-item .product-info .product-price small {
  display: inline-block;
  font-size: 13px;
}
.overlay .overlay-products .product-item .product-info .product-options {
  margin: 30px 0;
}
.overlay .overlay-products .searchbar label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.overlay.active {
  display: block;
}
.overlay .product-size-table .size-info {
  max-width: 1100px;
}
.overlay .product-size-table .sizing-graph {
  text-align: center;
}
.overlay .product-size-table .sizing-graph img {
  max-width: 320px;
}
.overlay .product-size-table .sizing-graph.wide img {
  max-width: 420px;
}
.overlay .product-size-table .sizing-graph figure {
  display: inline-block;
  margin: 0;
  padding: 10px;
}
.overlay .product-size-table .sizing-graph figure figcaption {
  font-size: 20px;
}
.overlay .product-size-table .sizing-graph p {
  margin: 0;
}
.overlay .product-size-table .sizing-graph p small {
  font-size: 14px;
}
.overlay .product-size-table .graph-index {
  display: block;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
}
.overlay .product-size-table .sizing-info td {
  text-align: center;
}
.overlay .product-size-table .product-size {
  display: none;
}
.overlay .table-with-border {
  border: 2px solid #FFFFFF;
  border-bottom: 0;
  float: left;
  color: #FFFFFF;
}
.overlay .table-with-border small {
  font-size: 80%;
}
.overlay .table-with-border thead tr th.filled {
  font-size: 20px;
  color: #151D2F;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #151D2F;
}
.overlay .table-with-border thead tr th:last-child {
  border-right: 0;
}
.overlay .table-with-border thead tr:first-child > th {
  font-size: 20px;
  text-align: center;
}
.overlay .table-with-border tr th,
.overlay .table-with-border tr td {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 10px;
  margin: 0;
}
.overlay .table-with-border tr th:last-child,
.overlay .table-with-border tr td:last-child {
  border-right: 0;
}
.overlay .overlay-panel {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  margin: 120px auto;
  padding: 15px 50px;
  background-color: #151D2F;
  text-align: left;
}
.overlay .overlay-panel.hide {
  display: none;
}
.overlay .overlay-panel.empty-overlay {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.overlay .overlay-panel.empty-overlay .panel-cancel a {
  font-size: 2em;
  margin-left: 15%;
  border: 2px solid #FFF;
  padding: .5em 1em;
  border-radius: 6px;
  text-decoration: none;
}
.overlay .overlay-panel .panel-title {
  padding: 1em 0 .5em 0;
}
.overlay .overlay-panel .panel-title h1 {
  font-size: 1.8em;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.overlay .overlay-panel .panel-row {
  display: block;
  zoom: 1;
  padding: 10px 0 20px 0;
}
.overlay .overlay-panel .panel-row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.overlay .overlay-panel .panel-row p {
  font-size: 1.4em;
  color: #FFFFFF;
}
.overlay .overlay-panel .panel-row .panel-btn {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #0D57F2;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
  vertical-align: top;
}
.overlay .overlay-panel .panel-row .panel-btn.active {
  background-color: #0D57F2;
}
.overlay .overlay-panel .panel-row .panel-btn.type-0 {
  width: 100px;
  background: url("../images/icon/icon-close-light_2x.png") no-repeat center center transparent;
  background-size: 70%;
}
.overlay .overlay-panel .panel-row .panel-btn.type-0.active {
  background-color: #0D57F2;
}
.overlay .overlay-panel .panel-row .panel-btn span {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
}
.overlay .overlay-panel .panel-row .panel-btn span.flag {
  text-align: left;
  padding-left: 36px;
  font-size: 1em;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  background: url('../images/icon/icon-mattes-light.png') left center no-repeat transparent;
}
.overlay .overlay-panel .panel-row.panel-confirm {
  text-align: center;
  padding-bottom: 1em;
}
.overlay .overlay-panel .panel-row.panel-confirm .panel-confirm-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  padding: .6em 1.8em;
  background-color: red;
}
.overlay .overlay-panel.choose-product .product-wheel-filter button {
  color: #151D2F;
  background-color: #FFFFFF;
  margin: .5em.2em;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  padding: .4em 1.2em;
  cursor: pointer;
}
.overlay .overlay-panel.choose-product .product-wheel-filter button.active {
  color: #FFFFFF;
  background-color: #0D57F2;
}
.overlay .overlay-panel.choose-product .product-wheel-filter .child-category {
  display: none;
}
.overlay .overlay-panel.choose-product .product-wheel-filter .child-category.active {
  display: block;
}
.overlay .overlay-panel.product-summary {
  margin-top: 40px;
  color: #FFFFFF;
}
.overlay .overlay-panel.product-summary .summary-body {
  font-size: 80%;
}
.overlay .overlay-panel.product-summary p {
  font-weight: 300;
  padding-bottom: 5px;
  margin: 0;
}
.overlay .overlay-panel.product-summary p .summary-label {
  display: inline-block;
  font-weight: 400;
  margin-right: 10px;
  min-width: 280px;
}
.overlay .overlay-panel.product-summary .summary-comment {
  padding-top: 20px;
  text-align: center;
}
.overlay .overlay-panel.product-summary small {
  font-size: 80%;
}
.overlay .overlay-panel.product-summary:first-child {
  text-align: right;
}
.overlay .overlay-panel.product-summary .color-dot {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 2px 10px 4px 0;
  vertical-align: middle;
  background-color: #0D57F2;
}
.selection-panel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  z-index: 500;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 270px;
  background-color: #151D2F;
  padding: 0 15px;
}
.selection-panel.step {
  display: none;
}
.selection-panel.step.step-style {
  padding-bottom: 15px;
}
.selection-panel.step.step-active {
  display: block;
}
.selection-panel .panel-title {
  padding: 1em 0;
  text-align: center;
}
.selection-panel .panel-title h1 {
  font-size: 1.8em;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.selection-panel .step-options {
  padding: 0;
}
.selection-panel .step-options .field {
  margin-bottom: 1em;
}
.selection-panel .step-options .field label {
  display: block;
  font-size: 1.2em;
  color: #FFFFFF;
  padding: 0 .2em;
}
.selection-panel .step-options .field select,
.selection-panel .step-options .field input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  display: block;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  text-align-last: center;
  /* Todo */
  margin: .2em 0 0 0;
  padding: .8em .5em;
  width: 100%;
  border: 0;
  background-color: #0D57F2;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 1;
}
.selection-panel .step-options .field select:disabled {
  opacity: 0.7;
}
.selection-panel .step-options .field.field-radio {
  position: relative;
}
.selection-panel .step-options .field.field-radio .click-helper {
  position: absolute;
  width: 100%;
  height: 45%;
  left: 0;
  z-index: 90;
  background-color: transparent;
  cursor: pointer;
}
.selection-panel .step-options .field.field-radio input[type=radio] {
  display: none;
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}
.selection-panel .step-options .field.field-radio input[type=radio] + label {
  cursor: pointer;
  display: block;
  padding: .4em 0;
}
.selection-panel .step-options .field.field-radio input[type=radio] + label > span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  display: inline-block;
  width: .8em;
  height: .8em;
  padding: .25em;
  border: 2px solid #FFFFFF;
  vertical-align: middle;
  margin-right: .5em;
}
.selection-panel .step-options .field.field-radio input[type=radio]:checked + label > span > span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  background-color: #FFFFFF;
}
.selection-panel .step-options .field.field-radio.field-radio-embroidery input[type=radio] + label {
  display: inline-block;
  width: 45%;
}
.selection-panel .step-options .field.field-radio.field-radio-embroidery label {
  font-size: 1em;
}
.selection-panel .step-options .field.field-radio.field-radio-embroidery .click-helper {
  display: none;
}
.selection-panel .step-options .field.field-select {
  position: relative;
}
.selection-panel .step-options .field.field-select .click-helper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 90;
  background-color: transparent;
  cursor: pointer;
}
.selection-panel .step-options .field.field-select.field-select-50 {
  width: 49%;
  display: inline-block;
}
.selection-panel .step-options .field.field-select.field-select-embroidery-font {
  margin-bottom: 0;
}
.selection-panel .step-options .field.field-select.field-select-embroidery-font:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  content: 'Aa';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.6em;
  text-align: center;
  color: #151D2F;
  background-color: #FFFFFF;
}
.selection-panel .step-options .field.field-select.field-select-embroidery-font select#embroid-font {
  position: absolute;
  background-color: transparent;
  text-indent: 100%;
  right: 0;
  outline: none;
  color: #151D2F;
}
.selection-panel .step-options .field.field-select.field-select-embroidery-font select#embroid-font > option {
  background-color: #0D57F2;
  color: #FFFFFF;
}
.selection-panel .step-options .field.field-select.field-select-embroidery-text {
  width: 75%;
}
.selection-panel .step-options .field.field-select.field-select-embroidery-text input#embroid-font-text {
  box-sizing: border-box;
  border-bottom: 2px solid white;
  background-color: transparent;
  outline: none;
  height: auto;
}
.selection-panel .step-options .field.field-addition {
  font-size: 1.2em;
  text-align: center;
  margin-top: -0.5em;
}
.selection-panel .step-options .field.field-color {
  position: relative;
}
.selection-panel .step-options .field.field-color .color-name {
  padding: 1em;
  text-align: center;
}
.selection-panel .step-options .field.field-color .color-name.none {
  background-color: rgba(0, 0, 0, 0.4);
}
.selection-panel .step-options .field.field-color .color-name span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.selection-panel .step-options .field.field-color.disabled {
  opacity: 0.2;
}
.selection-panel .step-options .field.field-color .color-selector ul {
  display: block;
  zoom: 1;
  margin: 0;
  padding: 10px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.selection-panel .step-options .field.field-color .color-selector ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.selection-panel .step-options .field.field-color .color-selector ul li {
  float: left;
  cursor: pointer;
}
.selection-panel .step-options .field.field-color .color-selector ul li.color {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 20%;
  height: 50px;
}
.selection-panel .step-options .field.field-color .color-selector ul li.color.none {
  background: url("../images/icon/icon-close-light_2x.png") center center no-repeat;
  background-size: 100% 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.selection-panel .step-options .field.field-piping ul.piping-selector {
  display: block;
  zoom: 1;
  margin: 0 0 -1em 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.selection-panel .step-options .field.field-piping ul.piping-selector:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.selection-panel .step-options .field.field-piping ul.piping-selector li {
  position: relative;
  float: left;
  display: block;
  width: 33.3333%;
  text-align: center;
}
.selection-panel .step-options .field.field-piping ul.piping-selector li .selector-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid #FFFFFF;
  background-color: transparent;
  margin: 10px 5px 5px 5px;
  opacity: .30;
}
.selection-panel .step-options .field.field-piping ul.piping-selector li .selector-btn.piping-outer {
  background: url("../images/icon/icon-piping-outer-light_2x.png") center center no-repeat;
  background-size: 80% 80%;
}
.selection-panel .step-options .field.field-piping ul.piping-selector li .selector-btn.piping-middle {
  background: url("../images/icon/icon-piping-middle-light_2x.png") center center no-repeat;
  background-size: 80% 80%;
}
.selection-panel .step-options .field.field-piping ul.piping-selector li .selector-btn.piping-inner {
  background: url("../images/icon/icon-piping-inner-light_2x.png") center center no-repeat;
  background-size: 80% 80%;
}
.selection-panel .step-options .field.field-piping ul.piping-selector li .selector-btn.active {
  opacity: 1;
}
.selection-panel .step-options .field.field-piping ul.piping-selector li .selected-color {
  top: -6px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 6px;
}
.selection-panel .step-options .field.field-check {
  position: relative;
  padding: 1em 0;
  margin: -1em 0 0 0;
}
.selection-panel .step-options .field.field-check .click-helper {
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  top: 10px;
  z-index: 90;
  background-color: transparent;
  cursor: pointer;
}
.selection-panel .step-options .field.field-check.two-liner {
  margin-bottom: 2em;
}
.selection-panel .step-options .field.field-check.two-liner .click-helper {
  height: 100%;
}
.selection-panel .step-options .field.field-check .field-label {
  position: absolute;
  top: 4px;
  left: 65px;
  width: 200px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1em;
  line-height: 130%;
  padding: 0 0 0 .5em;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}
.selection-panel .step-options .field.field-check .switch {
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
}
.selection-panel .step-options .field.field-check .switch input {
  display: none;
}
.selection-panel .step-options .field.field-check .slider {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}
.selection-panel .step-options .field.field-check .slider:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #FFFFFF;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.selection-panel .step-options .field.field-check input:checked + .slider {
  border-color: #FFFFFF;
  background-color: #0D57F2;
}
.selection-panel .step-options .field.field-check input:checked + .slider + .field-label {
  color: #FFFFFF;
}
.selection-panel .step-options .field.field-check input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
.configurator.xray .product-panel .product .quilt-color,
.configurator.xray .product-panel .product .quilt-texture,
.configurator.xray .product-panel .product .quilt-texture-color,
.configurator.xray .product-panel .product .quilt-panele-color,
.configurator.xray .product-panel .product .quilt-panele-texture,
.configurator.xray .product-panel .product .quilt-panele-texture-color,
.configurator.xray .product-panel .product .bag-quilt-color,
.configurator.xray .product-panel .product .bag-quilt-texture,
.configurator.xray .product-panel .product .bag-quilt-texture-color,
.configurator.xray .product-panel .product .bag-binding-color,
.configurator.xray .product-panel .product .bag-binding-texture,
.configurator.xray .product-panel .product .correction-color,
.configurator.xray .product-panel .product .correction-texture,
.configurator.xray .product-panel .product .correction-texture-color,
.configurator.xray .product-panel .product .correction-stitch-nol-color,
.configurator.xray .product-panel .product .correction-stitch-nol-texture,
.configurator.xray .product-panel .product .leather-color,
.configurator.xray .product-panel .product .leather-texture,
.configurator.xray .product-panel .product .leather-girth-color,
.configurator.xray .product-panel .product .leather-girth-texture,
.configurator.xray .product-panel .product .correction-leather-color,
.configurator.xray .product-panel .product .mer,
.configurator.xray .product-panel .product .piping-1-color,
.configurator.xray .product-panel .product .piping-1-texture,
.configurator.xray .product-panel .product .piping-2-color,
.configurator.xray .product-panel .product .piping-2-texture,
.configurator.xray .product-panel .product .piping-3-color,
.configurator.xray .product-panel .product .piping-3-texture,
.configurator.xray .product-panel .product .sheepskin-spinefree-stitch-color,
.configurator.xray .product-panel .product .sheepskin-spinefree-stitch-texture,
.configurator.xray .product-panel .product .embroid-texture,
.configurator.xray .product-panel .product .embroid-color,
.configurator.xray .product-panel .product .velcro-color,
.configurator.xray .product-panel .product .velcro-texture,
.configurator.xray .product-panel .product .velcro-pm,
.configurator.xray .product-panel .product .velcro-side-texture,
.configurator.xray .product-panel .product .velcro-side-color {
  opacity: .25;
}
.font-lato {
  font-family: 'Lato', sans-serif;
}
.font-lato.font-small {
  font-size: 1.5em;
  line-height: 4em;
}
.font-lato.font-medium {
  font-size: 2em;
  line-height: 3em;
}
.font-lato.font-big {
  font-size: 3.5em;
  line-height: 100%;
}
.font-merienda {
  font-family: 'Merienda', sans-serif;
}
.font-merienda.font-small {
  font-size: 1.5em;
  line-height: 4em;
}
.font-merienda.font-medium {
  font-size: 2em;
  line-height: 3em;
}
.font-merienda.font-big {
  font-size: 3.5em;
  line-height: 100%;
}
.font-lobster {
  font-family: 'Lobster', cursive;
}
.font-lobster.font-small {
  font-size: 1.5em;
  line-height: 4em;
}
.font-lobster.font-medium {
  font-size: 2em;
  line-height: 3em;
}
.font-lobster.font-big {
  font-size: 3.5em;
  line-height: 100%;
}
.font-sniglet {
  font-family: 'Sniglet', cursive;
}
.font-sniglet.font-small {
  font-size: 1.5em;
  line-height: 4em;
}
.font-sniglet.font-medium {
  font-size: 2em;
  line-height: 3em;
}
.font-sniglet.font-big {
  font-size: 3.5em;
  line-height: 100%;
}
.font-alex {
  font-family: 'Alex Brush', cursive;
}
.font-alex.font-small {
  font-size: 1.5em;
  line-height: 4em;
}
.font-alex.font-medium {
  font-size: 2em;
  line-height: 3em;
}
.font-alex.font-big {
  font-size: 3.5em;
  line-height: 100%;
}
.font-cookie {
  font-family: 'Cookie', cursive;
}
.font-cookie.font-small {
  font-size: 1.5em;
  line-height: 4em;
}
.font-cookie.font-medium {
  font-size: 2em;
  line-height: 3em;
}
.font-cookie.font-big {
  font-size: 3.5em;
  line-height: 100%;
}
.font-merriweather {
  font-family: 'Merriweather', serif;
}
.font-merriweather.font-small {
  font-size: 1.5em;
  line-height: 4em;
}
.font-merriweather.font-medium {
  font-size: 2em;
  line-height: 3em;
}
.font-merriweather.font-big {
  font-size: 3.5em;
  line-height: 100%;
}
.font-roboto {
  font-family: 'Roboto Slab', serif;
}
.font-roboto.font-small {
  font-size: 1.5em;
  line-height: 4em;
}
.font-roboto.font-medium {
  font-size: 2em;
  line-height: 3em;
}
.font-roboto.font-big {
  font-size: 3.5em;
  line-height: 100%;
}
.product-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}
.product-panel .product {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-panel .product img.config-image {
  max-width: 100%;
}
.product-panel .product div {
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: opacity 350ms ease;
}
.product-panel .product .horse img {
  max-width: 3113px;
  margin-left: -98%;
  margin-top: -38%;
  width: 259.4%;
  z-index: 0;
}
.product-panel .product .correction-color {
  z-index: 30;
}
.product-panel .product .correction-texture {
  z-index: 31;
}
.product-panel .product .correction-texture-color {
  z-index: 32;
}
.product-panel .product .correction-stitch-nol-texture {
  z-index: 33;
}
.product-panel .product .correction-stitch-nol-color {
  z-index: 34;
}
.product-panel .product .mer {
  z-index: 70;
}
.product-panel .product .fabric-color {
  z-index: 2;
}
.product-panel .product .fabric-texture {
  z-index: 3;
}
.product-panel .product .cotton-color {
  z-index: 4;
}
.product-panel .product .cotton-texture {
  z-index: 5;
}
.product-panel .product .patch-color {
  z-index: 6;
}
.product-panel .product .patch-texture {
  z-index: 7;
}
.product-panel .product .fleece.boot .fleece-color {
  z-index: 20;
}
.product-panel .product .fleece.boot .fleece-texture {
  z-index: 21;
}
.product-panel .product .fleece.boot .toggle-color {
  z-index: 125;
}
.product-panel .product .fleece.boot .toggle-texture {
  z-index: 126;
}
.product-panel .product .fleece.boot .toggle-ribbon-color {
  z-index: 124;
}
.product-panel .product .fleece.sheet .fleece-color {
  z-index: 20;
}
.product-panel .product .fleece.sheet .fleece-texture {
  z-index: 21;
}
.product-panel .product .fleece.sheet .toggle-color {
  z-index: 125;
}
.product-panel .product .fleece.sheet .toggle-texture {
  z-index: 126;
}
.product-panel .product .fleece.sheet .toggle-ribbon-color {
  z-index: 124;
}
.product-panel .product .sheet-pad {
  z-index: 90;
}
.product-panel .product .quilt .quilt-color {
  z-index: 20;
}
.product-panel .product .quilt .quilt-texture {
  z-index: 21;
}
.product-panel .product .quilt .quilt-texture-color {
  z-index: 22;
}
.product-panel .product .quilt .quilt-panele-color {
  z-index: 20;
}
.product-panel .product .quilt .quilt-panele-texture {
  z-index: 22;
}
.product-panel .product .quilt .quilt-panele-texture-color {
  z-index: 21;
}
.product-panel .product .girthmask .buckle-back {
  z-index: 20;
}
.product-panel .product .girthmask .buckle-main {
  z-index: 60;
}
.product-panel .product .girthmask .mask-binding-color {
  z-index: 80;
}
.product-panel .product .girthmask .mask-binding-texture {
  z-index: 81;
}
.product-panel .product .girthmask .mask-quilt-color {
  z-index: 70;
}
.product-panel .product .girthmask .mask-quilt-texture {
  z-index: 71;
}
.product-panel .product .girthmask .mask-quilt-texture-color {
  z-index: 72;
}
.product-panel .product .girthmask .mask-leather-color {
  z-index: 92;
}
.product-panel .product .girthmask .mask-leather-texture {
  z-index: 93;
}
.product-panel .product .girthmask .mask-leather-texture-color {
  z-index: 94;
}
.product-panel .product .girthsheepskin .sheepskin-edge {
  z-index: 95;
}
.product-panel .product .girthsheepskin .sheepskin-color {
  z-index: 100;
}
.product-panel .product .girthsheepskin .sheepskin-texture {
  z-index: 101;
}
.product-panel .product .girthsheepskin .sheepskin-flap-binding-color {
  z-index: 93;
}
.product-panel .product .girthsheepskin .sheepskin-flap-binding-texture {
  z-index: 94;
}
.product-panel .product .girthsheepskin .sheepskin-flap-quilt-color {
  z-index: 90;
}
.product-panel .product .girthsheepskin .sheepskin-flap-quilt-texture-color {
  z-index: 92;
}
.product-panel .product .girthsheepskin .sheepskin-flap-quilt-texture {
  z-index: 91;
}
.product-panel .product .girthsheepskin .sheepskin-sewn-color {
  z-index: 110;
}
.product-panel .product .girthsheepskin .sheepskin-sewn-texture {
  z-index: 111;
}
.product-panel .product .girthsheepskin .sheepskin-slit-color {
  z-index: 25;
}
.product-panel .product .girthsheepskin .sheepskin-slit-texture {
  z-index: 26;
}
.product-panel .product .girthsheepskin .sheepskin-leather-color {
  z-index: 10;
}
.product-panel .product .girthsheepskin .sheepskin-leather-texture {
  z-index: 11;
}
.product-panel .product .girthsheepskin .sheepskin-leather-strap {
  z-index: 55;
}
.product-panel .product .bag .bag-quilt-color {
  z-index: 80;
}
.product-panel .product .bag .bag-quilt-texture {
  z-index: 81;
}
.product-panel .product .bag .bag-quilt-texture-color {
  z-index: 82;
}
.product-panel .product .bag .bag-binding-texture {
  z-index: 86;
}
.product-panel .product .bag .bag-binding-color {
  z-index: 84;
}
.product-panel .product .sheepskin .sheepskin-complete-color {
  z-index: 10;
}
.product-panel .product .sheepskin .sheepskin-complete-texture {
  z-index: 11;
}
.product-panel .product .sheepskin .sheepskin-saddle-seat-stitch-color {
  z-index: 25;
}
.product-panel .product .sheepskin .sheepskin-saddle-seat-stitch-texture {
  z-index: 26;
}
.product-panel .product .sheepskin .sheepskin-front-color {
  z-index: 100;
}
.product-panel .product .sheepskin .sheepskin-front-texture {
  z-index: 101;
}
.product-panel .product .sheepskin .sheepskin-rear-color {
  z-index: 105;
}
.product-panel .product .sheepskin .sheepskin-rear-texture {
  z-index: 106;
}
.product-panel .product .sheepskin .sheepskin-saddle-seat-color {
  z-index: 10;
}
.product-panel .product .sheepskin .sheepskin-saddle-seat-texture {
  z-index: 11;
}
.product-panel .product .sheepskin .sheepskin-special-color {
  z-index: 10;
}
.product-panel .product .sheepskin .sheepskin-special-texture {
  z-index: 11;
}
.product-panel .product .sheepskin .sheepskin-stripe-color {
  z-index: 10;
}
.product-panel .product .sheepskin .sheepskin-stripe-texture {
  z-index: 11;
}
.product-panel .product .sheepskin .sheepskin-stripe-stitch-color {
  z-index: 25;
}
.product-panel .product .sheepskin .sheepskin-stripe-stitch-texture {
  z-index: 26;
}
.product-panel .product .sheepskin .sheepskin-spinefree-texture {
  z-index: 9;
}
.product-panel .product .sheepskin .sheepskin-spinefree-texture-color {
  z-index: 8;
}
.product-panel .product .sheepskin .sheepskin-spinefree-stitch-color {
  z-index: 27;
}
.product-panel .product .sheepskin .sheepskin-spinefree-stitch-texture {
  z-index: 28;
}
.product-panel .product .topband .topband-texture {
  z-index: 41;
}
.product-panel .product .topband .topband-color {
  z-index: 40;
}
.product-panel .product .leather .leather-color {
  z-index: 90;
}
.product-panel .product .leather .leather-texture {
  z-index: 91;
}
.product-panel .product .leather .leather-belt-color {
  z-index: 104;
}
.product-panel .product .leather .leather-belt-texture {
  z-index: 105;
}
.product-panel .product .leather .leather-silverstripe {
  z-index: 106;
}
.product-panel .product .leather .leather-rear-color {
  z-index: 92;
}
.product-panel .product .leather .leather-rear-texture {
  z-index: 93;
}
.product-panel .product .leather .leather-color-cover {
  z-index: 93;
}
.product-panel .product .leather .leather-texture-cover {
  z-index: 94;
}
.product-panel .product .leather .leather-girth-color {
  z-index: 50;
}
.product-panel .product .leather .leather-girth-texture {
  z-index: 51;
}
.product-panel .product .leather .leather-girth-colortexture {
  z-index: 52;
}
.product-panel .product .leather .leather-girth-colortexture-cover {
  z-index: 95;
}
.product-panel .product .leather .correction-leather-color {
  z-index: 31;
}
.product-panel .product .leather .leather-girth-belt {
  z-index: 130;
}
.product-panel .product .binding .binding-texture {
  z-index: 51;
}
.product-panel .product .binding .binding-color {
  z-index: 50;
}
.product-panel .product .velcro .velcro-color,
.product-panel .product .velcrotab .velcro-color {
  z-index: 60;
}
.product-panel .product .velcro .velcro-texture,
.product-panel .product .velcrotab .velcro-texture {
  z-index: 61;
}
.product-panel .product .velcro .velcro-side-texture,
.product-panel .product .velcrotab .velcro-side-texture {
  z-index: 66;
}
.product-panel .product .velcro .velcro-side-color,
.product-panel .product .velcrotab .velcro-side-color {
  z-index: 65;
}
.product-panel .product .velcro .velcrotab-color,
.product-panel .product .velcrotab .velcrotab-color {
  z-index: 60;
}
.product-panel .product .velcro .velcrotab-texture,
.product-panel .product .velcrotab .velcrotab-texture {
  z-index: 61;
}
.product-panel .product .velcro .velcro-pm,
.product-panel .product .velcrotab .velcro-pm {
  z-index: 67;
}
.product-panel .product .piping .piping-1-color {
  z-index: 84;
}
.product-panel .product .piping .piping-1-texture {
  z-index: 85;
}
.product-panel .product .piping .piping-2-color {
  z-index: 82;
}
.product-panel .product .piping .piping-2-texture {
  z-index: 83;
}
.product-panel .product .piping .piping-3-color {
  z-index: 80;
}
.product-panel .product .piping .piping-3-texture {
  z-index: 81;
}
.product-panel .product .saddlefix {
  z-index: 110;
}
.product-panel .product .embroid .embroid-texture {
  z-index: 91;
}
.product-panel .product .embroid .embroid-color {
  z-index: 90;
}
.product-panel .product .embroid .embroid-text-module {
  position: relative;
  z-index: 400;
  height: 100%;
  padding-top: 33%;
  padding-right: 30%;
  text-align: right;
  box-sizing: border-box;
  padding-left: 56%;
  font-size: 100%;
}
.product-panel .product .embroid .embroid-text-module .embroid-text-wrap {
  position: relative;
  display: table;
}
.product-panel .product .embroid .embroid-text-module .embroid-text-wrap .embroid-text {
  display: table-cell;
  position: relative;
  text-align: right;
  box-sizing: border-box;
  white-space: nowrap;
  color: #FAF9F4;
}
.product-panel .product .rider-person {
  z-index: 150;
}
.eurofit-pad .product-panel .product .embroid .embroid-text-module {
  padding-left: 56%;
  padding-right: 30%;
  padding-top: 33%;
}
.eurofit-pad.dressage .product-panel .product .embroid .embroid-text-module {
  padding-top: 47%;
}
.square-pad .product-panel .product .embroid .embroid-text-module {
  padding-left: 55%;
  padding-right: 31%;
  padding-top: 47%;
}
.square-pad.dressage .product-panel .product .embroid .embroid-text-module {
  padding-top: 52%;
}
.long-distance-pad .product-panel .product .embroid .embroid-text-module {
  padding-left: 54%;
  padding-right: 33%;
  padding-top: 46%;
}
.long-distance-pad .product-panel .product .embroid .embroid-text-module .embroid-text {
  text-align: center;
}
.baroque-pad .product-panel .product .embroid .embroid-text-module {
  padding-left: 63%;
  padding-right: 25%;
  padding-top: 54%;
}
.baroque-pad.dressage .product-panel .product .embroid .embroid-text-module {
  padding-top: 59%;
}
.western-california-pad .product-panel .product .embroid .embroid-text-module,
.western-rio-pecos-california .product-panel .product .embroid .embroid-text-module {
  padding-left: 72%;
  padding-right: 18%;
  padding-top: 46%;
}
.western-performer-pad .product-panel .product .embroid .embroid-text-module,
.western-rio-pecos-performer .product-panel .product .embroid .embroid-text-module {
  padding-left: 70%;
  padding-right: 16%;
  padding-top: 42%;
}
.western-square-pad .product-panel .product .embroid .embroid-text-module,
.western-rio-pecos-square .product-panel .product .embroid .embroid-text-module {
  padding-left: 70%;
  padding-right: 21%;
  padding-top: 37%;
}
.spanish-baroque-pad .product-panel .product .embroid .embroid-text-module {
  padding-left: 66%;
  padding-right: 21%;
  padding-top: 53%;
}
.earbonnet .product-panel .product .embroid .embroid-text-module {
  padding-left: 43%;
  padding-right: 43%;
  padding-top: 54%;
}
.earbonnet .product-panel .product .embroid .embroid-text-module .embroid-text {
  text-align: center;
}
.sheet-sweat.embroid-pos-front .product-panel .product .embroid .embroid-text-module {
  padding-left: 33%;
  padding-right: 41%;
  padding-top: 96%;
}
.sheet-sweat.embroid-pos-rear .product-panel .product .embroid .embroid-text-module {
  padding-left: 66%;
  padding-right: 18%;
  padding-top: 52%;
}
.sheet-mer-eurofit.embroid-pos-front .product-panel .product .embroid .embroid-text-module,
.sheet-mer-square.embroid-pos-front .product-panel .product .embroid .embroid-text-module {
  padding-left: 26%;
  padding-right: 47%;
  padding-top: 96%;
}
.sheet-mer-eurofit.embroid-pos-rear .product-panel .product .embroid .embroid-text-module,
.sheet-mer-square.embroid-pos-rear .product-panel .product .embroid .embroid-text-module {
  padding-left: 66%;
  padding-right: 18%;
  padding-top: 52%;
}
.sheet-cutout-rider .product-panel .product .embroid .embroid-text-module,
.sheet-cutout-saddle .product-panel .product .embroid .embroid-text-module {
  padding-left: 79%;
  padding-right: 12%;
  padding-top: 34%;
}
.ico {
  width: 40px;
  height: 40px;
  background-position: center center;
}
.ico.ico-close {
  background: url("../images/icon/icon-close_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-close.ico-large {
  background-image: url("../images/icon/icon-close_3x.png");
  background-size: 100% 100%;
}
.ico.ico-close.ico-xlarge {
  background-image: url("../images/icon/icon-close_3x.png");
  background-size: 100% 100%;
}
.ico.ico-close.light {
  background-image: url("../images/icon/icon-close-light_2x.png");
}
.ico.ico-close.light.ico-large {
  background-image: url("../images/icon/icon-close-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-close.light.ico-xlarge {
  background-image: url("../images/icon/icon-close-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-plus {
  background: url("../images/icon/icon-plus_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-plus.ico-large {
  background-image: url("../images/icon/icon-plus_3x.png");
  background-size: 100% 100%;
}
.ico.ico-plus.ico-xlarge {
  background-image: url("../images/icon/icon-plus_3x.png");
  background-size: 100% 100%;
}
.ico.ico-plus.light {
  background-image: url("../images/icon/icon-plus-light_2x.png");
}
.ico.ico-plus.light.ico-large {
  background-image: url("../images/icon/icon-plus-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-plus.light.ico-xlarge {
  background-image: url("../images/icon/icon-plus-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-minus {
  background: url("../images/icon/icon-minus_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-minus.ico-large {
  background-image: url("../images/icon/icon-minus_3x.png");
  background-size: 100% 100%;
}
.ico.ico-minus.ico-xlarge {
  background-image: url("../images/icon/icon-minus_3x.png");
  background-size: 100% 100%;
}
.ico.ico-minus.light {
  background-image: url("../images/icon/icon-minus-light_2x.png");
}
.ico.ico-minus.light.ico-large {
  background-image: url("../images/icon/icon-minus-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-minus.light.ico-xlarge {
  background-image: url("../images/icon/icon-minus-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-switch {
  background: url("../images/icon/icon-switch_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-switch.ico-large {
  background-image: url("../images/icon/icon-switch_3x.png");
  background-size: 100% 100%;
}
.ico.ico-switch.ico-xlarge {
  background-image: url("../images/icon/icon-switch_3x.png");
  background-size: 100% 100%;
}
.ico.ico-switch.light {
  background-image: url("../images/icon/icon-switch-light_2x.png");
}
.ico.ico-switch.light.ico-large {
  background-image: url("../images/icon/icon-switch-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-switch.light.ico-xlarge {
  background-image: url("../images/icon/icon-switch-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-eye {
  background: url("../images/icon/icon-eye_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-eye.ico-large {
  background-image: url("../images/icon/icon-eye_3x.png");
  background-size: 100% 100%;
}
.ico.ico-eye.ico-xlarge {
  background-image: url("../images/icon/icon-eye_3x.png");
  background-size: 100% 100%;
}
.ico.ico-eye.light {
  background-image: url("../images/icon/icon-eye-light_2x.png");
}
.ico.ico-eye.light.ico-large {
  background-image: url("../images/icon/icon-eye-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-eye.light.ico-xlarge {
  background-image: url("../images/icon/icon-eye-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-bars {
  background: url("../images/icon/icon-bars_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-bars.ico-large {
  background-image: url("../images/icon/icon-bars_3x.png");
  background-size: 100% 100%;
}
.ico.ico-bars.ico-xlarge {
  background-image: url("../images/icon/icon-bars_3x.png");
  background-size: 100% 100%;
}
.ico.ico-bars.light {
  background-image: url("../images/icon/icon-bars-light_2x.png");
}
.ico.ico-bars.light.ico-large {
  background-image: url("../images/icon/icon-bars-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-bars.light.ico-xlarge {
  background-image: url("../images/icon/icon-bars-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-horse {
  background: url("../images/icon/icon-horse_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-horse.ico-large {
  background-image: url("../images/icon/icon-horse_3x.png");
  background-size: 100% 100%;
}
.ico.ico-horse.ico-xlarge {
  background-image: url("../images/icon/icon-horse_3x.png");
  background-size: 100% 100%;
}
.ico.ico-horse.light {
  background-image: url("../images/icon/icon-horse-light_2x.png");
}
.ico.ico-horse.light.ico-large {
  background-image: url("../images/icon/icon-horse-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-horse.light.ico-xlarge {
  background-image: url("../images/icon/icon-horse-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-fullscreen {
  background: url("../images/icon/icon-fullscreen_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-fullscreen.ico-large {
  background-image: url("../images/icon/icon-fullscreen_3x.png");
  background-size: 100% 100%;
}
.ico.ico-fullscreen.ico-xlarge {
  background-image: url("../images/icon/icon-fullscreen_3x.png");
  background-size: 100% 100%;
}
.ico.ico-fullscreen.light {
  background-image: url("../images/icon/icon-fullscreen-light_2x.png");
}
.ico.ico-fullscreen.light.ico-large {
  background-image: url("../images/icon/icon-fullscreen-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-fullscreen.light.ico-xlarge {
  background-image: url("../images/icon/icon-fullscreen-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-cart {
  background: url("../images/icon/icon-cart_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-cart.ico-large {
  background-image: url("../images/icon/icon-cart_3x.png");
  background-size: 100% 100%;
}
.ico.ico-cart.ico-xlarge {
  background-image: url("../images/icon/icon-cart_3x.png");
  background-size: 100% 100%;
}
.ico.ico-cart.light {
  background-image: url("../images/icon/icon-cart-light_2x.png");
}
.ico.ico-cart.light.ico-large {
  background-image: url("../images/icon/icon-cart-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-cart.light.ico-xlarge {
  background-image: url("../images/icon/icon-cart-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-reshop {
  background: url("../images/icon/icon-reshop_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-reshop.ico-large {
  background-image: url("../images/icon/icon-reshop_3x.png");
  background-size: 100% 100%;
}
.ico.ico-reshop.ico-xlarge {
  background-image: url("../images/icon/icon-reshop_3x.png");
  background-size: 100% 100%;
}
.ico.ico-reshop.light {
  background-image: url("../images/icon/icon-reshop-light_2x.png");
}
.ico.ico-reshop.light.ico-large {
  background-image: url("../images/icon/icon-reshop-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-reshop.light.ico-xlarge {
  background-image: url("../images/icon/icon-reshop-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-checkout {
  background: url("../images/icon/icon-checkout_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-checkout.ico-large {
  background-image: url("../images/icon/icon-checkout_3x.png");
  background-size: 100% 100%;
}
.ico.ico-checkout.ico-xlarge {
  background-image: url("../images/icon/icon-checkout_3x.png");
  background-size: 100% 100%;
}
.ico.ico-checkout.light {
  background-image: url("../images/icon/icon-checkout-light_2x.png");
}
.ico.ico-checkout.light.ico-large {
  background-image: url("../images/icon/icon-checkout-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-checkout.light.ico-xlarge {
  background-image: url("../images/icon/icon-checkout-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-sizing {
  background: url("../images/icon/icon-sizing_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-sizing.ico-large {
  background-image: url("../images/icon/icon-sizing_3x.png");
  background-size: 100% 100%;
}
.ico.ico-sizing.ico-xlarge {
  background-image: url("../images/icon/icon-sizing_3x.png");
  background-size: 100% 100%;
}
.ico.ico-sizing.light {
  background-image: url("../images/icon/icon-sizing-light_2x.png");
}
.ico.ico-sizing.light.ico-large {
  background-image: url("../images/icon/icon-sizing-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-sizing.light.ico-xlarge {
  background-image: url("../images/icon/icon-sizing-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-snapshot {
  background: url("../images/icon/icon-snapshot_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-snapshot.ico-large {
  background-image: url("../images/icon/icon-snapshot_3x.png");
  background-size: 100% 100%;
}
.ico.ico-snapshot.ico-xlarge {
  background-image: url("../images/icon/icon-snapshot_3x.png");
  background-size: 100% 100%;
}
.ico.ico-snapshot.light {
  background-image: url("../images/icon/icon-snapshot-light_2x.png");
}
.ico.ico-snapshot.light.ico-large {
  background-image: url("../images/icon/icon-snapshot-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-snapshot.light.ico-xlarge {
  background-image: url("../images/icon/icon-snapshot-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-label {
  background: url("../images/icon/icon-label_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-label.ico-large {
  background-image: url("../images/icon/icon-label_3x.png");
  background-size: 100% 100%;
}
.ico.ico-label.ico-xlarge {
  background-image: url("../images/icon/icon-label_3x.png");
  background-size: 100% 100%;
}
.ico.ico-label.light {
  background-image: url("../images/icon/icon-label-light_2x.png");
}
.ico.ico-label.light.ico-large {
  background-image: url("../images/icon/icon-label-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-label.light.ico-xlarge {
  background-image: url("../images/icon/icon-label-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes {
  background: url("../images/icon/icon-mattes_2x.png") center center no-repeat transparent;
  background-size: 100% 100%;
}
.ico.ico-mattes.ico-large {
  background-image: url("../images/icon/icon-mattes_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes.ico-xlarge {
  background-image: url("../images/icon/icon-mattes_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes.light {
  background-image: url("../images/icon/icon-mattes-light_2x.png");
}
.ico.ico-mattes.light.ico-large {
  background-image: url("../images/icon/icon-mattes-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes.light.ico-xlarge {
  background-image: url("../images/icon/icon-mattes-light_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes.red {
  background-image: url("../images/icon/icon-mattes-red_2x.png");
}
.ico.ico-mattes.red.ico-large {
  background-image: url("../images/icon/icon-mattes-red_3x.png");
  background-size: 100% 100%;
}
.ico.ico-mattes.red.ico-xlarge {
  background-image: url("../images/icon/icon-mattes-red_3x.png");
  background-size: 100% 100%;
}
.ico.ico-rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
}
.ico.ico-inline {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
.ico.ico-small {
  width: 32px;
  height: 32px;
}
.ico.ico-large {
  width: 64px;
  height: 64px;
}
.ico.ico-xlarge {
  width: 128px;
  height: 128px;
}
.overview-panel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
    */
  z-index: 500;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 250px;
  height: auto;
  background-color: #151D2F;
  padding: 0 15px 1.5em 15px;
}
.overview-panel h1,
.overview-panel h2 {
  font-size: 1.8em;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
}
.overview-panel .add-to-cart .btn-red {
  display: block;
  position: relative;
  margin: 0 -15px -30px -50px;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
.overview-panel .add-to-cart .btn-red:after {
  content: '';
  position: absolute;
  top: -12px;
  right: 0;
  width: 0;
  height: 0;
  border: 6px solid #D00000;
  border-top-color: transparent;
  border-left-color: transparent;
}
.overview-panel .field {
  margin-bottom: 1.5em;
}
.overview-panel .field.live-icon {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0 15px;
  padding: 10px 0;
  box-sizing: content-box;
}
.overview-panel .field.live-icon a {
  font-size: 1.2em;
  padding-left: 48px;
  text-decoration: none;
  line-height: 120%;
}
.overview-panel .field.change-view {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 -15px;
  padding: 0 30px;
}
.overview-panel .field.change-view ul {
  list-style: none;
  margin: 0;
  padding: 1em 0;
}
.overview-panel .field.change-view ul li {
  display: block;
  padding: .5em 0;
  margin: .5em 0;
}
.overview-panel .field.change-view ul li.ico-btn {
  position: relative;
  padding-left: 48px;
}
.overview-panel .field.change-view ul li.ico-btn a {
  font-size: 1.2em;
  color: #FFFFFF;
  text-decoration: none;
}
.overview-panel .field.change-view ul li.ico-btn.active .ico-rounded {
  background-color: #0D57F2;
}
.overview-panel .field.change-view ul li.ico-btn.active .ico-rounded.ico-eye {
  background-image: url("../images/icon/icon-eye-light_2x.png");
}
.overview-panel .field.change-view ul li.ico-btn.active .ico-rounded.ico-bars {
  background-image: url("../images/icon/icon-bars-light_2x.png");
}
.overview-panel .field.change-view ul li.ico-btn.active .ico-rounded.ico-horse {
  background-image: url("../images/icon/icon-horse-light_2x.png");
}
.overview-panel .field.change-view ul li.ico-btn.active .ico-rounded.ico-fullscreen {
  background-image: url("../images/icon/icon-fullscreen-light_2x.png");
}
.overview-panel .field.price-view {
  text-align: center;
}
.overview-panel .field.price-view h2 {
  margin-bottom: 0;
}
.overview-panel .field.price-view p {
  margin: 0;
  padding: 0;
}
.overview-panel .field.price-view .price {
  font-size: 2.6em;
  font-weight: 300;
  color: #FFFFFF;
}
.overview-panel .field.price-view .price-info {
  font-size: 1em;
  color: #FFFFFF;
}
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFF;
}
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/*
Apple Media Queries: BG-Images on Retina

.hero .image-iphone6s-hero{
  background-repeat:no-repeat;
  background-size:1924px 501px;
  background-image:url("http://images.apple.com/v/iphone/home/s/home/images/hero_6s_large.png");
  margin-left:auto;
  margin-right:auto;
  width:100%;
  height:501px;
  background-position:50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
(-webkit-min-device-pixel-ratio: 144),
(min-resolution: 144dppx){
  .hero .image-iphone6s-hero{
    background-image:url("http://images.apple.com/v/iphone/home/s/home/images/hero_6s_large_2x.png")
  }
}
@media only screen and (max-width: 1068px){
  .hero .image-iphone6s-hero{
    background-size:1068px 481px;
    background-image:url("http://images.apple.com/v/iphone/home/s/home/images/hero_6s_medium.png")
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 1068px) and (min-resolution: 144dpi),
only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144),
only screen and (max-width: 1068px) and (min-resolution: 144dppx){
  .hero .image-iphone6s-hero{
    background-image:url("http://images.apple.com/v/iphone/home/s/home/images/hero_6s_medium_2x.png")
  }
}
@media only screen and (max-width: 735px){
  .hero .image-iphone6s-hero{
    background-size:736px 207px;
    background-image:url("http://images.apple.com/v/iphone/home/s/home/images/hero_6s_small.png")
  }
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width: 735px) and (min-resolution: 144dpi),
only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144),
only screen and (max-width: 735px) and (min-resolution: 144dppx){
  .hero .image-iphone6s-hero{
    background-image:url("http://images.apple.com/v/iphone/home/s/home/images/hero_6s_small_2x.png")
  }
}
*/
