/** 
 * for retina background images...
 *
 * Usage:
 *  	// Usage
 * 		.jumbotron {
 * 			.retina-image("/img/bg-1x.png", "/img/bg-2x.png", 100px, 100px);
 * 		}
 */
.hangingindent {
  text-indent: -16px;
  padding-left: 16px;
}
/**
 * BOOTSTRAP GRID SYSTEM APPLIED
 * 
 * Example Usage:
 * 	
 * 		.wrapper {
 *  		.make-row();
 * 		}
 * 		.content-main {
 * 			.make-lg-column(8);
 * 		}
 * 		.content-secondary {
 * 			.make-lg-column(3);
 * 			.make-lg-column-offset(1);
 * 		}
 */
.drawer-trigger {
  cursor: pointer;
}
.truncate {
  overflow: hidden;
  position: relative;
}
.truncate.active {
  height: auto;
}
.truncate::after {
  content: '';
  width: 100%;
  height: 2em;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.truncate.active::after {
  display: none;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.center-text {
  text-align: center;
}
ul.unordered-list {
  list-style-type: initial;
  margin: 1em 1.4em;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.hidden,
.visually-hidden {
  display: none;
  visibility: hidden;
}
.sighted-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1331px) {
  .hide-small-desktop {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1332px) {
  .hide-large-desktop {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .show-mobile {
    display: none !important;
    visibility: hidden;
  }
}
#modal-content {
  background: #ffffff;
}
.modal-trigger {
  cursor: pointer;
}
#modal-background {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99996;
}
.modal {
  position: fixed;
  color: #000;
  z-index: 99997;
}
.modal-content {
  display: none;
}
.modal-close {
  border-radius: 50%;
  width: 24px !important;
  height: 24px !important;
  background-color: #000000;
  position: absolute;
  top: -14px;
  right: -12px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  z-index: 99998;
  cursor: pointer;
}
.modal-close:after {
  font-family: fontawesome;
  content: '\f00d';
  color: #fff;
  margin: 7px 0 0 0;
}
ul.bullet-list {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
  margin: 0px;
}
ul.bullet-list li {
  padding: 0.2em 0;
}
ul.indented-list {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0px;
}
ul.indented-list li {
  margin-left: 1.5em;
  padding: 0.2em 0;
}
ol.alpha {
  list-style-type: lower-alpha;
  padding: 0 0 0 1.5em;
  margin: 0px;
}
ol.alpha li {
  padding: 0.2em 0;
}
/*Global Styles For Scene 7 Button */
.s7button {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1023px) {
  .s7button {
    background-color: transparent;
  }
}
/* 
@root-font-size:					12px; // sets root em to 12px
@font-size-body1:					1em; // 12px
@font-size-body2:					.917em; // ~11px
@font-size-body3:					.833em; // ~10px
@font-size-editorial-1:				2.5em; // 30px
@font-size-editorial-1_t:			2em; // 24px
@font-size-editorial-1_m:			2em; // 24px
@font-size-editorial-2:				2.417em; // ~29px
@font-size-editorial-2_t:			1.667em; // ~20px
@font-size-editorial-3:				1.667em; // ~20px
@font-size-editorial-4:				1.333em; // ~16px
@font-size-cta-button:				1em; // ~12px
@font-size-data-label:				1em; // 12px
@font-size-form-placeholder:		1em; // 12px
@font-size-form-subtext:			.8333em; // ~10px
@font-size-heading-1:				2em; // 24px
@font-size-heading-1_t:				1.833em; // ~22px
@font-size-heading-1_m:				1.833em; // ~22px
@font-size-heading-2:				1.5em; // 18px
@font-size-heading-3:				1.083em; // ~13px
@font-size-heading-4:				1.083em; // ~13px
@font-size-heading-5:				1.5em;	// 18px
@font-size-heading-5_t:				1.333em;  // ~16px
@font-size-heading-5_m:				1.333em;  // ~16px
@font-size-link-1:					1.166em; // ~14px
@font-size-link-2:					1em; // 12px
@font-size-link-3:					.917em; // ~11px
@font-size-special-line-item:		1em; // 12px
@font-size-title1:					4.833em; // ~58px
@font-size-title1_t:				4em; //  48px
@font-size-title1_m:				2.333em; // ~28px
@font-size-title2:					2em; // 24px
@font-size-title2_t:				1.833em; // ~22px
@font-size-title2_m:				1.833em; // ~22px
@font-size-title3:					1.5em; // ~18px
@font-size-title4:					1.333em; // ~16px
@font-size-title5:					1em; // ~12px
@font-size-title6:					1em; // ~12px
**/
.sorel-button {
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 40px;
  padding: .5em 2em !important;
}
/*// Buttons
@button-text:				12px;
@button-text-disabled:		@white;
@button-padding:			.5em 1em;
@button-font-primary:		@brand-body-font;
@button-text-primary:		white;
@button-bg-primary:			@brand-color;
@button-bg-disabled:		desaturate(@brand-color, 20%);
@button-font-secondary:		@brand-body-font;
@button-text-secondary:		@brand-color;
@button-bg-secondary:		white;
@button-font-link:			@brand-body-font;
@button-corner-radius:		0;*/
@font-face {
  font-family: 'LibreBaskerville';
  font-weight: normal;
  font-style: normal;
  src: url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Regular.eot?") format('embedded-opentype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Regular.woff") format('woff'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Regular.ttf") format('truetype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Regular.svg") format('svg');
}
@font-face {
  font-family: 'LibreBaskerville';
  font-weight: normal;
  font-style: italic;
  src: url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Italic.eot?") format('embedded-opentype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Italic.woff") format('woff'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Italic.ttf") format('truetype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Italic.svg") format('svg');
}
@font-face {
  font-family: 'LibreBaskerville';
  font-weight: bold;
  font-style: normal;
  src: url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Bold.eot?") format('embedded-opentype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Bold.woff") format('woff'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Bold.ttf") format('truetype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/baskerville/LibreBaskerville-Bold.svg") format('svg');
}
@font-face {
  font-family: 'TexGyreHeros';
  font-weight: normal;
  font-style: normal;
  src: url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-regular.eot?") format('embedded-opentype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-regular.woff") format('woff'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-regular.ttf") format('truetype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-regular.svg") format('svg');
}
@font-face {
  font-family: 'TexGyreHeros';
  font-weight: normal;
  font-style: italic;
  src: url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-italic.eot?") format('embedded-opentype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-italic.woff") format('woff'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-italic.ttf") format('truetype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-italic.svg") format('svg');
}
@font-face {
  font-family: 'TexGyreHeros';
  font-weight: bold;
  font-style: normal;
  src: url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-bold.eot?") format('embedded-opentype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-bold.woff") format('woff'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-bold.ttf") format('truetype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/texgyreheros/texgyreheros-bold.svg") format('svg');
}
@font-face {
  font-family: 'overpass';
  font-weight: normal;
  font-style: normal;
  src: url("//d2ir14y3uwqyyi.cloudfront.net/fonts/overpass/overpass-regular.eot?") format('embedded-opentype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/overpass/overpass-regular.woff") format('woff'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/overpass/overpass-regular.ttf") format('truetype'), url("//d2ir14y3uwqyyi.cloudfront.net/fonts/overpass/overpass-regular.svg") format('svg');
}
body {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active {
  color: #b88e5e;
  text-decoration: underline;
}
.body1 {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  font-style: normal;
}
.body2 {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
.body3 {
  font-size: 10px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
.cta-button {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  letter-spacing: 4px;
  font-weight: bold;
}
.data-label {
  font-family: 'TexGyreHeros';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.editorial-1 {
  font-size: 30px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .editorial-1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .editorial-1 {
    font-size: 24px;
  }
}
.editorial-2 {
  font-size: 29px;
  font-family: 'overpass';
  font-weight: normal;
  letter-spacing: 6px;
}
@media (max-width: 1023px) {
  .editorial-2 {
    font-size: 20px;
  }
}
.editorial-3 {
  font-size: 20px;
  font-family: 'overpass';
  font-weight: normal;
  letter-spacing: 2px;
}
.editorial-4 {
  font-size: 16px;
  font-family: 'overpass';
  font-weight: normal;
  letter-spacing: 2px;
}
.form-placeholder {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
.form-subtext {
  font-size: 10px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 1px;
}
.heading1 {
  font-size: 24px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 4px;
}
@media (max-width: 1023px) {
  .heading1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .heading1 {
    font-size: 22px;
  }
}
.heading2 {
  font-size: 18px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 3px;
}
.heading3 {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 2px;
}
.heading4 {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 4px;
}
.heading5 {
  font-size: 18px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .heading5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading5 {
    font-size: 16px;
  }
}
.link1,
.link {
  font-size: 14px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 4px;
}
.link2 {
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 3px;
}
.link3 {
  font-size: 11px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 2px;
}
.special-line-item {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-style: italic;
  letter-spacing: 1px;
}
.title1 {
  font-size: 58px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 8px;
}
@media (max-width: 1023px) {
  .title1 {
    font-size: 48px;
    letter-spacing: 8px;
  }
}
@media (max-width: 767px) {
  .title1 {
    font-size: 28px;
    letter-spacing: 4px;
  }
}
.title2 {
  font-size: 24px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 8px;
}
@media (max-width: 1023px) {
  .title2 {
    font-size: 22px;
    letter-pacing: 4px;
  }
}
@media (max-width: 767px) {
  .title2 {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
.title3 {
  font-size: 18px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 3px;
}
.title4 {
  font-size: 16px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 2px;
}
.title5 {
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 1px;
}
.title6 {
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
}
button[type="submit"] {
  text-transform: uppercase;
}
.icon {
  display: block;
  overflow: hidden;
  background: url('../../images/sprites/SOR_Sprite-sheet.svg?ver=02') no-repeat;
}
/*Logos */
.icon-logo-black {
  background-position: -21px -244px;
  width: 76px;
  height: 51px;
}
.icon-logo-white {
  background-image: -27px -110px;
  width: 76px;
  height: 51px;
}
.icon-logo-white-blackBG {
  background-position: -22px -245px;
  width: 105px;
  height: 105px;
}
.icon-logo-white-blackBG-tablet {
  background-size: 617px auto !important;
  background-position: -17px -188px !important;
  width: 81px !important;
  height: 81px !important;
}
.icon-logo-white-blackBG-mobile {
  background-size: 520px auto !important;
  background-position: -13px -159px !important;
  width: 70px !important;
  height: 70px !important;
}
/**Gift Card**/
.icon-gift-card {
  display: block;
  overflow: hidden;
  background: url('../../images/sprites/SOR_Sprite-sheet.svg?ver=02') no-repeat;
  background-position: -116px -29px;
  height: 91px;
  width: 146px;
}
.icon-arrow-left {
  display: block;
  overflow: hidden;
  background: url('../../images/sprites/SOR_Sprite-sheet.svg?ver=02') no-repeat;
  background-position: -627px -37px;
  width: 34px;
  height: 10px;
}
.icon-arrow-right {
  display: block;
  overflow: hidden;
  background: url('../../images/sprites/SOR_Sprite-sheet.svg?ver=02') no-repeat;
  background-position: -669px -37px;
  width: 33px;
  height: 10px;
}
.icon-shopping-bag-black {
  background-position: -589px -29px;
  width: 23px;
  height: 23px;
}
.icon-shopping-bag-white {
  background-position: -589px -79px;
  width: 23px;
  height: 23px;
}
html body {
  opacity: 1;
  background-color: #ffffff;
  font-family: 'TexGyreHeros';
  font-size: 13px;
  line-height: 1.42857143;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 13px;
  margin-top: 0;
}
a {
  color: #000000;
}
a:hover {
  color: #b88e5e;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul ul,
ol ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/****
 * Payment Types
 * ****/
.global-icon {
  display: block;
  background: url(../images/sprites/Global_sprite-sheet.svg) no-repeat;
}
.icon-paypal-card {
  width: 40px;
  height: 26px;
  background: url(../images/paypal/PayPal_acceptance_mrk_80x50.png) no-repeat;
  background-size: 40px 26px;
  background-position: -1px -1px;
  border: solid 1px #ddd;
  border-radius: 4px;
}
.icon-visa-card {
  background-position: -520px -5px;
  width: 40px;
  height: 26px;
}
.icon-mastercard-card {
  background-position: -562px -5px;
  width: 40px;
  height: 26px;
}
.icon-amex-card {
  background-position: -604px -5px;
  width: 40px;
  height: 26px;
}
.icon-discover-card {
  background-position: -646px -5px;
  width: 40px;
  height: 26px;
}
.icon-maestro-card {
  background-position: -864px -5px;
  width: 42px;
  height: 26px;
  border-radius: 4px;
}
.icon-ideal {
  background: url(../images/ideal.png) no-repeat;
  background-position: left center;
  width: 33px;
  height: 26px;
}
.icon-bank {
  text-indent: 0.65em;
  background: url(../images/banktransfer.png) no-repeat;
  background-position: left center;
  height: 26px;
  width: 105px;
}
.icon-bank span {
  margin-top: 3px;
}
.icon-flag {
  background-image: url(../images/country-flags.svg);
  display: inline-block;
}
.icon-flag-unitedstates {
  width: 26px;
  height: 17px;
  background-position: -114px -98px;
  background-color: #fff;
}
/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
/* vertical centre icon */
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/*
Styles are dependent on the following variables being defined on a brand level
@input-padding
@input-margin
@input-border
@input-border-focus
@input-bg-disabled
@error
 */
button[type="submit"],
input[type="submit"] {
  border: none;
}
button[type="submit"]:focus,
input[type="submit"]:focus {
  outline: none !important;
  border: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="button"],
select,
textarea {
  padding: 0.5em;
  margin: 0.5em 0;
  border: 1px solid #cccccc;
  vertical-align: middle;
  width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="phone"]:focus,
input[type="button"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #66afe9;
  outline: none !important;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="phone"]:disabled,
input[type="button"]:disabled,
select:disabled,
textarea:disabled {
  background: #efefef;
}
input[type="text"].error,
input[type="password"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="phone"].error,
input[type="button"].error,
select.error,
textarea.error {
  border-color: #ff0000;
}
select {
  padding: 0.5em;
  margin: 0.5em 0;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
span.error,
.error-form {
  float: left;
  clear: both;
  width: 100%;
  color: #ff0000;
  padding: 5px 0;
}
.form-row label[for] + span.error,
.form-row + .form-caption-label + span.error {
  color: #ff0000;
  display: none;
}
.form-row.error label[for],
.form-row.error + .form-caption-label {
  color: #ff0000;
}
.form-row.error label[for] + span.error,
.form-row.error + .form-caption-label + span.error {
  display: block;
}
.ui-dialog-titlebar-close {
  position: initial;
  height: 20px;
  float: right;
  margin-top: 10px;
}
.ui-dialog-titlebar-close:hover {
  background: transparent;
  border-color: #ffffff;
}
.ui-dialog-titlebar-close span {
  text-indent: 0;
}
.ui-dialog-titlebar-close span:before {
  display: inline-block;
  content: "\f00d";
  font-family: fontawesome;
  color: #000000;
  position: relative;
  top: -4px;
  left: 1px;
}
* {
  -webkit-box-sizing: border-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box !important;
  /* Firefox, other Gecko */
  box-sizing: border-box !important;
}
#wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
}
#wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#main,
.container {
  margin: 0 auto;
}
#main:after,
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  #main,
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main,
  .container {
    width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1332px) {
  #main,
  .container {
    width: 1024px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1332px) {
  #main,
  .container {
    width: 1332px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
@button-default-font-size
@button-default-padding
@button-default-border
@button-default-corner-radius
@button-default-decoration
@button-primary-font
@button-primary-font-color
@button-primary-bg
@button-primary-padding
@button-primary-border
@button-primary-hover-font-color
@button-primary-hover-bg
@button-primary-hover-border
@button-primary-disabled-font-color
@button-primary-disabled-bg
@button-primary-disabled-border
@button-secondary-font
@button-secondary-font-color
@button-secondary-bg
@button-secondary-padding
@button-secondary-border
@button-secondary-hover-font-color
@button-secondary-hover-bg
@button-secondary-hover-border
@button-secondary-disabled-font-color
@button-secondary-disabled-bg
@button-secondary-disabled-border
@button-link-font
@button-link-decoration
@button-link-bg
@button-large-font-size
@button-large-border
@button-small-font-size
@button-small-border
@button-small-secondary-font-size
@button-small-secondary-border
@button-small-secondary-padding
*/
button:focus,
.button:focus {
  outline: none;
}
.button {
  font-size: 12px;
  padding: 1.5em 2em;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.buttonPrimary {
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  border: none;
}
.buttonPrimary:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
.buttonPrimary.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
.buttonSecondary {
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  padding: 1.5em 2em;
  border: none;
}
.buttonSecondary:hover {
  color: #868686;
  background-color: #ffffff;
  border: none;
}
.buttonSecondary.disabled {
  color: #afafaf;
  background-color: #ffffff;
  border: none;
}
.buttonLink {
  font-family: 'LibreBaskerville';
  text-decoration: underline;
  background-color: transparent;
}
.buttonLg {
  font-size: 1em;
  border: none;
  padding: 1em 1.67em;
}
.buttonSm {
  font-size: 1em;
  color: #ffffff;
  background-color: #000000;
  border: none;
  padding: 1.5em 2em;
}
.buttonSmSecondary {
  font-size: 1em;
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #afafaf;
  padding: 0.1em 0.67em;
}
.button-text {
  background-color: transparent;
  color: #000000;
  padding: 0;
}
.cta-button {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
}
.data-label {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
}
.buttonCancel {
  background-color: #afafaf;
}
.buttonCancel:hover {
  background-color: #7c7c7c;
}
.buttonSort {
  font-size: 1em;
  color: #ffffff;
  background-color: #000000;
  float: left;
  border: 0 ! important;
  margin: 7px;
  padding: 12px;
  text-transform: uppercase;
  text-align: center !important;
  height: 44px;
}
.buttonSort .valve {
  color: white;
  font-family: fontawesome;
}
.buttonSort .valve:after {
  content: "\f067";
}
.buttonSort .valve.off:after {
  content: "\f068";
}
@media (min-width: 1023px) {
  .buttonSort {
    display: none;
  }
}
.buttonRefinePrompt {
  font-size: 1em;
  color: #ffffff;
  background-color: #000000;
  float: left;
  border: 0 !important;
  margin: 7px;
  padding: 12px;
  height: 44px;
}
.tooltip .tooltip-content {
  color: white;
  background-color: #333333;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -100;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.tooltip:hover .tooltip-content {
  z-index: 10000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip:hover .tooltip-content.noshow {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -100;
}
/*
 * Standard tooltip used across the site
 * Note: Tooltip interaction is done in util.js
 */
.tooltip-content-wrapper {
  display: none;
  position: absolute;
  border: 3px solid #000000;
  width: auto;
  height: auto;
  background-color: #ffffff;
  padding: 0 5px 0 5px;
  z-index: 9999;
}
.tooltip-content-wrapper .tooltip-close {
  float: right;
  cursor: pointer;
  text-decoration: none;
}
.tooltip-content-wrapper .tooltip-maincontent {
  position: relative;
  min-width: 200px;
  max-width: 225px;
  min-height: 60px;
  padding: 10px;
  padding-right: 5px;
  right: 5px;
}
.tooltip-content-wrapper::after,
.tooltip-content-wrapper::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip-content-wrapper::after {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ffffff;
  border-width: 11px;
  margin-left: -60px;
}
.tooltip-content-wrapper::before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 15px;
  margin-left: -64px;
}
@media (max-width: 767px) {
  .tooltip .tooltip-content {
    display: none;
  }
}
/* 
@breadcrumb-margin: .5em;
@breadcrumb-seperator: '/';
@breadcrumb-color: @brand-color;
* 
* *
*/
.breadcrumbs {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.breadcrumbs .table-cell {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
ol.breadcrumb > li:after {
  content: ' /';
  color: #000000;
  margin-left: 0.5em;
}
ol.breadcrumb > li:last-child:after {
  content: normal;
}
.breadcrumb {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0;
}
@media (min-width: 320px) {
  .breadcrumb {
    float: left;
    width: 100%;
  }
}
.breadcrumb li {
  display: inline;
  list-style: none outside none;
}
.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb .breadcrumb-last {
  color: #000000;
  font-family: 'TexGyreHeros';
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .breadcrumbs {
    height: 45px;
  }
}
.product-price .price-standard,
.price-promotion .price-standard,
.product-discounted-price .price-standard,
.product-price .product-standard-price,
.price-promotion .product-standard-price,
.product-discounted-price .product-standard-price,
.product-price .price-unadjusted,
.price-promotion .price-unadjusted,
.product-discounted-price .price-unadjusted {
  color: #afafaf !important;
  text-decoration: line-through !important;
}
.product-price .price-sales,
.price-promotion .price-sales,
.product-discounted-price .price-sales,
.product-price .mini-cart-price,
.price-promotion .mini-cart-price,
.product-discounted-price .mini-cart-price,
.product-price .product-sales-price,
.price-promotion .product-sales-price,
.product-discounted-price .product-sales-price,
.product-price .price-adjusted-total,
.price-promotion .price-adjusted-total,
.product-discounted-price .price-adjusted-total {
  color: #cc0302 !important;
}
.cascade-select .content {
  display: none;
}
/*
 * QN: This file doesn't seem like the appropriate place to put this global 'layout' style
 *     This class is used to get around the issue with Safari browsers not working properly
 *     with overflow-x. (i.e. Page's main content extending beyond the width of mobile browsers'
 *     window. Overflow-x will disable the ability to scroll to the right to see the content)
 */
.overflow-wrapper {
  overflow-x: hidden;
  margin-bottom: -20px;
}
/*
   * QN:  This makes sure that there is enough space between the #main and the #footer. This ensures
   *      that the footer is displayed at the bottom of the page even when there's not enough content
   *      in the #main
   */
@media (min-width: 1024px) {
  #wrapper #main {
    min-height: 600px;
  }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//d2ir14y3uwqyyi.cloudfront.net/fonts/fontAwesome/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('//d2ir14y3uwqyyi.cloudfront.net/fonts/fontAwesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('//d2ir14y3uwqyyi.cloudfront.net/fonts/fontAwesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('//d2ir14y3uwqyyi.cloudfront.net/fonts/fontAwesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('//d2ir14y3uwqyyi.cloudfront.net/fonts/fontAwesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
ul.toggledetail-list {
  list-style: decimal;
}
ul.toggledetail-list li {
  position: relative;
}
ul.toggledetail-list .toggle-trigger {
  display: block;
  padding-right: 20px;
}
ul.toggledetail-list .toggle-trigger:before {
  font-family: fontawesome;
  float: right;
  color: #000000;
  font-size: 13px;
  position: absolute;
  content: "\f067";
  right: 5px;
  display: block;
  top: 2px;
}
ul.toggledetail-list .toggle-trigger.content-is-expanded:before {
  content: "\f068";
}
ul.toggledetail-list .toggle-content {
  padding: 10px;
  margin-bottom: 15px;
  font-size: 12px;
}
.videoPlay:after {
  font-family: "fontawesome";
  content: "\f04b";
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #868686;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  font-size: 22px;
  opacity: 0.8;
  line-height: 2.3;
  text-align: center;
  text-indent: 5px;
  border: 3px solid #ffffff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  color: #ffffff;
}
.videoPlay:hover:after {
  opacity: 1;
}
.headerContainer {
  margin: 0 auto;
}
.headerContainer:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .headerContainer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .headerContainer {
    width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1332px) {
  .headerContainer {
    width: 1024px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1332px) {
  .headerContainer {
    width: 1332px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*videoz */
.modal-trigger,
.video-trigger {
  position: relative;
}
/* sorel modal styles */
.modal {
  padding: 20px;
  border: 1px solid #000000;
}
#modal-background {
  background-color: #ffffff !important;
}
.text-modal h2 {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  margin-bottom: 0;
}
.text-modal p {
  margin-top: 5px;
  margin-bottom: 24px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .modal-content {
    width: 430px;
    height: 510px;
  }
}
.ui-dialog-titlebar-close span:before {
  top: -5px !important;
}
header li {
  list-style: none;
}
header .headerRow:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  header .headerRow {
    margin-left: -10px;
    margin-right: -10px;
  }
}
header .headerRow .row {
  margin-left: -10px;
  margin-right: -10px;
}
header .mobileNavWrapper nav ul li {
  width: 100%;
}
header #sor-desktop-logo {
  margin-bottom: 20px;
}
header #sor-desktop-logo a {
  margin: 0 auto;
}
header #navigation ul.level-2 li a.view-all {
  display: none;
}
header #navigation .menu-wrapper {
  padding: 15px 0;
}
header #navigation .menu-wrapper ul.level-2 {
  margin-bottom: 10px;
}
header #navigation .menu-wrapper .level-3 {
  display: none;
}
header .header-top-banner {
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding: 5px 0;
  margin-bottom: 10px;
}
header .header-top-banner a {
  color: #ffffff;
}
header .header-top-banner #country-select-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  header .header-top-banner #country-select-wrapper {
    float: left;
    width: 11.66666667%;
  }
}
@media (min-width: 1332px) {
  header .header-top-banner #country-select-wrapper {
    float: left;
    width: 11.66666667%;
  }
}
header .header-top-banner #country-select-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
header .header-top-banner #country-select-wrapper .current-country {
  background: #ffffff;
}
header .header-top-banner .header-banner {
  line-height: 2.4;
}
header .header-top-banner .globalMessage {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  color: #b88e5e;
}
@media (min-width: 768px) {
  header .header-top-banner .globalMessage {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1024px) {
  header .header-top-banner .globalMessage {
    float: left;
    width: 55%;
  }
}
@media (min-width: 1332px) {
  header .header-top-banner .globalMessage {
    float: left;
    width: 55%;
  }
}
header .header-top-banner .globalMessage a {
  color: #b88e5e;
}
header .header-top-banner .user-menu-container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  header .header-top-banner .user-menu-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  header .header-top-banner .user-menu-container {
    float: left;
    width: 33.33333333%;
  }
}
header .header-top-banner .user-menu-container ul {
  float: right;
}
header .header-top-banner .user-menu-container ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
header .header-top-banner .user-menu-container ul li:last-of-type {
  margin-right: 0;
}
header .headerSearchWrapper {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-right: 10px;
}
@media (min-width: 768px) {
  header .headerSearchWrapper {
    float: left;
    width: 16.66666667%;
  }
}
.nav-hammy {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
@media (min-width: 320px) {
  .nav-hammy {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .nav-hammy {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-hammy {
    margin-top: 20px;
  }
}
.nav-hammy:after {
  content: "";
  display: table;
  clear: both;
}
.nav-hammy i {
  line-height: 2;
  color: #000;
  font-size: 2em;
  float: left;
  margin-right: 5px;
}
.nav-hammy .nav-text {
  float: left;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1px;
  font-family: 'LibreBaskerville';
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
.headerLogo {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 320px) {
  .headerLogo {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .headerLogo {
    margin-left: 33.33333333%;
  }
}
.headerLogo a {
  display: block;
  overflow: hidden;
  background: url('../../images/sprites/SOR_Sprite-sheet.svg?ver=02') no-repeat;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .headerLogo a {
    background-size: 520px auto !important;
    background-position: -13px -159px !important;
    width: 70px !important;
    height: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .headerLogo a {
    background-size: 617px auto !important;
    background-position: -17px -188px !important;
    width: 81px !important;
    height: 81px !important;
  }
}
@media (min-width: 1024px) {
  .headerLogo a {
    background-position: -22px -245px;
    width: 105px;
    height: 105px;
  }
}
.headerRow .miniCart {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}
@media (min-width: 320px) {
  .headerRow .miniCart {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .headerRow .miniCart {
    padding-top: 20px;
    padding-left: 0;
  }
  .headerRow .miniCart .mini-cart-total {
    padding-left: 0;
  }
}
.headerRow .miniCart .mini-cart-total {
  float: right;
  width: auto;
}
.headerRow .miniCart .mini-cart-total .mini-cart-label:before {
  display: block;
  overflow: hidden;
  background: url('../../images/sprites/SOR_Sprite-sheet.svg?ver=02') no-repeat;
  background-position: -589px -29px;
  width: 23px;
  height: 23px;
  display: inline-block;
  content: '';
  padding-left: 3px;
  float: left;
}
.header-search {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  .header-search {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header-search {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .header-search {
    text-align: right;
  }
}
.headerNav {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .headerNav {
    float: left;
    width: 100%;
  }
}
#mini-cart a.mini-cart-link:hover,
#mini-cart a.mini-cart-link:hover > * {
  text-decoration: underline;
}
#mini-cart .mini-cart-label,
#mini-cart .mini-cart-link {
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
}
.mini-cart-total {
  display: block;
  overflow: hidden;
  background: url('../../images/sprites/SOR_Sprite-sheet.svg?ver=02') no-repeat;
  background-position: -589px -79px;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 2.2;
  width: auto;
  padding-left: 28px;
}
.mini-cart-total .mini-cart-item-word:before,
.mini-cart-total .mini-cart-empty:before {
  display: inline-block;
  content: '(';
}
.mini-cart-total .mini-cart-item-word:after,
.mini-cart-total .mini-cart-empty:after {
  display: inline-block;
  content: ')';
}
li#country-change-link a {
  font-size: 11px !important;
  font-family: 'TexGyreHeros' !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
}
.notify-bar {
  display: none;
  padding: 15px 0;
  font-size: 11px;
  line-height: 1.2em;
}
.notify-bar:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  .notify-bar {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.notify-bar .row {
  margin-left: -10px;
  margin-right: -10px;
}
.notify-bar .notify-message {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  .notify-bar .notify-message {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .notify-bar .notify-message {
    float: left;
    width: 79.16666667%;
  }
}
.notify-bar .notify-message a {
  text-decoration: underline !important;
}
.notify-bar .agree-button {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 3px;
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
}
@media (min-width: 320px) {
  .notify-bar .agree-button {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .notify-bar .agree-button {
    float: left;
    width: 20.83333333%;
  }
}
.notify-bar .agree-button a {
  text-decoration: none;
  cursor: pointer;
}
.notify-bar .agree-button a span {
  vertical-align: middle;
}
.notify-bar .agree-button a:hover {
  color: #b88e5e;
}
.notify-bar .agree-button a:hover > .fa {
  color: #ffffff;
  background-color: #b88e5e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.notify-bar .agree-button a .fa {
  padding: 2px 4px;
  margin-left: 10px;
  height: 19px;
  width: 19px;
  background-color: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
}
@media (min-width: 1331px) {
  .notify-bar {
    max-width: 1331px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1331px) {
  .notify-bar {
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  body {
    margin-left: 0 !important;
  }
  header {
    border-bottom: none !important;
  }
  .mobileNavWrapper {
    display: none;
  }
  header.container a {
    text-decoration: none;
  }
  #navigation {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-family: 'LibreBaskerville';
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 3px;
  }
  #navigation nav {
    text-align: center;
    text-transform: uppercase;
  }
  #navigation nav .menu-wrapper {
    background-color: #000000;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #navigation {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #navigation {
    margin-left: 0%;
  }
}
@media (max-width: 1023px) {
  .notify-bar {
    margin: 0 auto;
    max-width: 767px;
  }
  .notify-bar .agree-button {
    text-align: center;
    margin: 10px 0 5px 0;
  }
  header .headerSearchWrapper {
    text-align: right;
    padding-right: 0;
  }
  .mobileNavWrapper {
    position: absolute;
    display: none;
    background: #ffffff;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    padding: 0 10px;
    text-transform: uppercase;
    border-right: 3px solid #000000;
  }
  .mobileNavWrapper a {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .mobileNavWrapper nav {
    margin-top: 5px;
  }
  .mobileNavWrapper nav ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .mobileNavWrapper nav ul li {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #000000;
    border-color: #afafaf;
  }
  .mobileNavWrapper nav ul.level-2 li {
    border-top: none;
  }
  .mobileNavWrapper .headerListWrapper li {
    margin-bottom: 20px;
  }
  #navigation .headerUserMenu {
    padding-top: 10px;
    border-top: 1px solid #000000;
  }
  #navigation .headerUserMenu ul {
    padding: 0;
    margin: 0;
  }
  #navigation .headerUserMenu li {
    padding: 5px 0;
  }
  #navigation .secondary-mini-cart,
  #navigation .headerCountrySelect {
    padding: 5px 0;
    border-top: 1px solid #000000;
  }
  .searchIcon {
    cursor: pointer;
    font-size: 27px;
    margin-top: 18px;
  }
  #mini-cart-mobile {
    float: left !important;
    margin-top: 5px;
    margin-left: 0;
  }
  #mini-cart-mobile a {
    display: inline;
    margin-right: 10px;
  }
  #mini-cart-mobile .mini-cart-total {
    background-position: -589px -29px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: bottom;
  }
  .mobileCountrySelect ul li {
    float: left;
    display: inline;
  }
  .mobileCountrySelect li#country-globe-icon {
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .notify-bar .notify-message {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  header .headerSearchWrapper {
    white-space: nowrap;
  }
  header .headerSearchWrapper .mini-cart-total {
    margin-top: 14px;
  }
  header .headerSearchWrapper .mini-cart-total a.mini-cart-link {
    height: 24px;
    width: 24px;
    display: block;
  }
  header .headerSearchWrapper i.fa.fa-search {
    margin-top: 20px;
  }
  .fa-3x {
    font-size: 2.5em;
  }
  .searchIcon {
    font-size: 21px;
    margin-top: 10px;
  }
}
footer {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}
footer .container:before {
  content: "";
  display: block;
  width: 75%;
  border-top: 5px solid #000000;
  margin: 0 auto;
  margin-bottom: 20px;
}
footer .section-header {
  font-size: 24px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  footer .section-header {
    font-size: 22px;
    letter-pacing: 4px;
  }
}
@media (max-width: 767px) {
  footer .section-header {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
footer .list-header {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: uppercase;
}
footer p {
  padding-bottom: 10px;
  max-width: 90%;
  margin: 0 auto;
}
footer ul li {
  padding-bottom: 5px;
  font-size: 10px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer a {
  color: #000000;
  text-decoration: none;
}
footer #desktop-row {
  min-height: 245px;
}
footer #footerWrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
footer #footerWrapper h1.section-header {
  margin-bottom: 30px;
}
footer #footerWrapper .drawer-container {
  line-height: 2em;
}
footer #footerWrapper .footerJoin {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  footer #footerWrapper .footerJoin {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer #footerWrapper .footerJoin {
    right: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  footer #footerWrapper .footerJoin {
    float: left;
    width: 33.33333333%;
  }
}
footer #footerWrapper .footerJoin .footerHeader {
  font-size: 24px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  footer #footerWrapper .footerJoin .footerHeader {
    font-size: 22px;
    letter-pacing: 4px;
  }
}
@media (max-width: 767px) {
  footer #footerWrapper .footerJoin .footerHeader {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
footer #footerWrapper .footerJoin #email-alert-address {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #000000;
  text-align: center;
  text-transform: uppercase;
}
footer #footerWrapper .footerJoin .submit-button {
  font-size: 12px;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 40px;
  padding: .5em 2em !important;
  margin-top: 20px;
}
footer #footerWrapper .footerJoin .submit-button:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
footer #footerWrapper .footerJoin .submit-button.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
footer #footerWrapper .footerJoin #user_already_subscribed {
  float: none;
}
footer #footerWrapper .footerJoin input#email-alert-address {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  padding: 8px;
}
footer #footerWrapper .footerFollow,
footer #footerWrapper .footerGiftCard {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  footer #footerWrapper .footerFollow,
  footer #footerWrapper .footerGiftCard {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer #footerWrapper .footerFollow,
  footer #footerWrapper .footerGiftCard {
    left: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  footer #footerWrapper .footerFollow,
  footer #footerWrapper .footerGiftCard {
    float: left;
    width: 33.33333333%;
  }
}
footer #footerWrapper .footerFollow .footerSocialWrapper,
footer #footerWrapper .footerGiftCard .footerSocialWrapper {
  display: table;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 3px solid #000000;
  border-width: 70%;
}
footer #footerWrapper .footerFollow .footerSocialWrapper ul li,
footer #footerWrapper .footerGiftCard .footerSocialWrapper ul li {
  display: inline;
}
footer #footerWrapper .footerFollow .footerSocialWrapper ul li a,
footer #footerWrapper .footerGiftCard .footerSocialWrapper ul li a {
  font-size: 1.8em;
}
footer #footerWrapper .footerFollow .icon,
footer #footerWrapper .footerGiftCard .icon {
  background-image: none !important;
  margin-right: 20px;
}
footer #footerWrapper .footerFollow .social-icon,
footer #footerWrapper .footerGiftCard .social-icon {
  display: inline-block;
  height: 2em;
  width: 2em;
}
@media (min-width: 1024px) {
  footer #footerWrapper .footerGiftCard {
    left: 0%;
  }
}
footer #footerWrapper .custServPhoneHours {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  footer #footerWrapper .custServPhoneHours {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer #footerWrapper .custServPhoneHours {
    float: left;
    width: 100%;
  }
}
footer #footerWrapper .custServPhoneHours #custServPhoneHours-content {
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
  white-space: nowrap;
}
footer #footerWrapper .custServPhoneHours #custServPhoneHours-content p:first-child {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 2px;
}
footer .footerGiftCard {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  footer .footerGiftCard {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .footerGiftCard {
    float: left;
    width: 33.33333333%;
  }
}
footer .footerGiftCard .icon-gift-card {
  margin: 0 auto;
  margin-bottom: 15px;
}
footer .footerCustServ {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  footer .footerCustServ {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .footerCustServ {
    float: left;
    width: 33.33333333%;
  }
}
footer .footerInsideSorel {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  footer .footerInsideSorel {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .footerInsideSorel {
    float: left;
    width: 33.33333333%;
  }
}
footer .footerResources {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  footer .footerResources {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .footerResources {
    float: left;
    width: 33.33333333%;
  }
}
.footerLegal {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background: #000000;
  margin-top: 10px;
  height: auto;
  color: #ffffff;
  padding: 20px 10px;
  font-size: 10px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 320px) {
  .footerLegal {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footerLegal {
    float: left;
    width: 100%;
  }
}
.footerLegal a {
  color: #ffffff !important;
  padding: 8px;
}
.footerCountrySelect #country-select-wrapper {
  margin-top: 20px;
  display: inline-block;
  padding: 7px 7px 2px 7px;
  border: 1px solid #868686;
  width: 44px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-unitedstates {
  background: url(../../images/country-flags.svg) 166px 16px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-unitedstates {
  background: url(../../images/country-flags.png) 166px 16px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-argentina,
.footerCountrySelect #country-select-wrapper a#footer-current-country-argentine {
  background: url(../../images/country-flags.svg) -2px -1px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-argentina,
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-argentine {
  background: url(../../images/country-flags.png) -2px -1px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-canada,
.footerCountrySelect #country-select-wrapper a#footer-current-country-canadafrench {
  background: url(../../images/country-flags.svg) 110px -1px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-canada,
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-canadafrench {
  background: url(../../images/country-flags.png) 110px -1px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-japan {
  background: url(../../images/country-flags.svg) 251px 55px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-japan {
  background: url(../../images/country-flags.png) 251px 55px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-korea {
  background: url(../../images/country-flags.svg) 279px 55px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-korea {
  background: url(../../images/country-flags.png) 279px 55px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-russia {
  background: url(../../images/country-flags.svg) 166px 36px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-russia {
  background: url(../../images/country-flags.png) 166px 36px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-switzerland {
  background: url(../../images/country-flags.svg) 25px 36px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-switzerland {
  background: url(../../images/country-flags.png) 25px 36px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-unitedkingdom {
  background: url(../../images/country-flags.svg) 194px 16px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-austria {
  background: url(../../images/country-flags.svg) 195px 113px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-austria {
  background: url(../../images/country-flags.svg) 195px 113px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-belgium {
  background: url(../../images/country-flags.svg) 167px -1px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-belgium {
  background: url(../../images/country-flags.png) 167px -1px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-finland {
  background: url(../../images/country-flags.svg) 279px 75px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-finland {
  background: url(../../images/country-flags.svg) 279px 75px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-czechrep {
  background: url(../../images/country-flags.svg) 223px 95px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-czechrep {
  background: url(../../images/country-flags.png) 223px 95px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-denmark {
  background: url(../../images/country-flags.svg) 195px 94px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-denmark {
  background: url(../../images/country-flags.png) 195px 94px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-italy {
  background: url(../../images/country-flags.svg) 26px 75px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-italy {
  background: url(../../images/country-flags.png) 26px 75px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-germany {
  background: url(../../images/country-flags.svg) 223px 74px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-germany {
  background: url(../../images/country-flags.png) 223px 74px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-spain {
  background: url(../../images/country-flags.svg) 82px 36px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-spain {
  background: url(../../images/country-flags.png) 82px 36px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-france {
  background: url(../../images/country-flags.svg) 251px 75px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-france {
  background: url(../../images/country-flags.png) 251px 75px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-netherlands {
  background: url(../../images/country-flags.svg) 139px 55px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-netherlands {
  background: url(../../images/country-flags.svg) 139px 55px;
}
.footerCountrySelect #country-select-wrapper a#footer-current-country-ireland {
  background: url(../../images/country-flags.svg) 82px 75px;
}
.footerCountrySelect #country-select-wrapper .ie8 a#footer-current-country-ireland {
  background: url(../../images/country-flags.svg) 82px 75px;
}
.footerCountrySelect #country-select-wrapper a {
  border: 1px solid #ffffff;
  display: inline-block;
}
.footerCountrySelect #country-select-wrapper .country-flag {
  height: 17px;
  width: 26px;
}
.modal {
  padding: 15px;
}
.modal input,
.modal select {
  border: 1px solid #000000;
}
.email-signup-form {
  width: 100%;
  clear: both;
}
.email-signup-form:after {
  content: "";
  display: table;
  clear: both;
}
.email-signup-form .email-success-content {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .email-signup-form .email-success-content {
    float: left;
    width: 50%;
  }
}
.email-signup-form .email-success-content .success-buttons span {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}
.email-signup-form .email-success-content .success-buttons span a {
  font-size: 12px;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
.email-signup-form .email-success-content .success-buttons span a:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
.email-signup-form .email-success-content .success-buttons span a.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
.email-signup-form .secondary-navigation {
  padding: 0;
  border: none;
}
.email-signup-form .email-info-saved {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
.email-signup-form #modal-primary {
  padding-top: 10px;
}
.email-signup-form #modal-primary h1,
.email-signup-form #modal-primary h1#confirmation_msg {
  font-size: 24px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 8px;
  border-bottom: 2px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1023px) {
  .email-signup-form #modal-primary h1,
  .email-signup-form #modal-primary h1#confirmation_msg {
    font-size: 22px;
    letter-pacing: 4px;
  }
}
@media (max-width: 767px) {
  .email-signup-form #modal-primary h1,
  .email-signup-form #modal-primary h1#confirmation_msg {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
.email-signup-form #modal-primary .welcome-message {
  margin-bottom: 10px;
}
.email-signup-form #modal-primary .welcome-message .welcome-label {
  font-weight: bold;
}
.email-signup-form #modal-primary span.zip-gender-dob-message {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  display: inherhit;
  float: left;
  margin-top: 10px;
  width: 100%;
}
.email-signup-form #modal-primary .zipcode-input {
  margin-top: 20px;
  float: left;
  display: inline;
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
.email-signup-form #modal-primary .gender-and-birthdate-fields {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  clear: both;
}
.email-signup-form #modal-primary .gender-and-birthdate-fields select#dwfrm_email_birthdayMonth,
.email-signup-form #modal-primary .gender-and-birthdate-fields select#dwfrm_email_birthdayDay {
  display: inline-block;
}
.email-signup-form #modal-primary .gender-and-birthdate-fields .gender-fields span.field-label {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  margin-right: 25px;
}
.email-signup-form #modal-primary .gender-and-birthdate-fields .gender-fields .form-row {
  margin: 10px 0 10px 0;
}
.email-signup-form #modal-primary .gender-and-birthdate-fields .gender-fields .form-row .radioandlabel {
  display: inline-block;
}
.email-signup-form #modal-primary .gender-and-birthdate-fields .gender-fields .form-row .radioandlabel span.label {
  margin-right: 20px;
}
.email-signup-form #modal-primary .gender-and-birthdate-fields .birthdate-fields select {
  width: 70px;
  height: 29px;
  margin: 0.5em 6px 0 0;
  float: left;
  display: inline;
}
.email-signup-form #modal-primary .gender-and-birthdate-fields .birthdate-fields input#dwfrm_email_birthdayYear {
  width: 70px;
}
.email-signup-form #modal-primary .gender-and-birthdate-fields:after {
  content: "";
  display: table;
  clear: both;
}
.email-signup-form #modal-primary .email-pref-message {
  margin: 10px 0;
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  font-weight: bold;
}
.email-signup-form #modal-primary .submit-and-privacy {
  clear: both;
}
.email-signup-form #modal-primary .submit-and-privacy:after {
  content: "";
  display: table;
  clear: both;
}
.email-signup-form #modal-primary .submit-and-privacy a.privacy-policy {
  text-transform: uppercase;
}
.email-signup-form #modal-primary label.segment-label,
.email-signup-form #modal-primary p#privacy_copy {
  margin-top: 20px;
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
}
.email-signup-form #modal-primary:after {
  content: "";
  display: table;
  clear: both;
}
.email-signup-form #modal-banner {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0 !important;
  margin-right: 40px;
  line-height: 1px;
  display: none;
}
@media (min-width: 1024px) {
  .email-signup-form #modal-banner {
    float: left;
    width: 33.33333333%;
  }
}
.email-signup-form #modal-banner:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 320px) {
  .email-signup-form #modal-banner {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.email-signup-form #modal-banner .row {
  margin-left: -10px;
  margin-right: -10px;
}
.email-signup-form .modal-signup button.submit-button {
  margin-top: 20px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.email-signup-form .modal-signup button.submit-button:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
.email-signup-form .modal-signup button.submit-button.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
.email-signup-form:after {
  content: "";
  display: table;
  clear: both;
}
body.site_sorel_ca footer #footerWrapper .footerGiftCard,
body.site_store_eu footer #footerWrapper .footerGiftCard,
body.site_store_uk footer #footerWrapper .footerGiftCard {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  body.site_sorel_ca footer #footerWrapper .footerGiftCard,
  body.site_store_eu footer #footerWrapper .footerGiftCard,
  body.site_store_uk footer #footerWrapper .footerGiftCard {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.site_sorel_ca footer #footerWrapper .footerGiftCard,
  body.site_store_eu footer #footerWrapper .footerGiftCard,
  body.site_store_uk footer #footerWrapper .footerGiftCard {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  body.site_sorel_ca footer #footerWrapper .footerGiftCard,
  body.site_store_eu footer #footerWrapper .footerGiftCard,
  body.site_store_uk footer #footerWrapper .footerGiftCard {
    left: 0%;
  }
}
@media (min-width: 1024px) {
  body.site_sorel_ca footer #footerWrapper .footerGiftCard,
  body.site_store_eu footer #footerWrapper .footerGiftCard,
  body.site_store_uk footer #footerWrapper .footerGiftCard {
    right: 33.33333333%;
  }
}
body.site_sorel_ca footer #footerWrapper .custServPhoneHours,
body.site_store_eu footer #footerWrapper .custServPhoneHours,
body.site_store_uk footer #footerWrapper .custServPhoneHours {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) {
  body.site_sorel_ca footer #footerWrapper .custServPhoneHours,
  body.site_store_eu footer #footerWrapper .custServPhoneHours,
  body.site_store_uk footer #footerWrapper .custServPhoneHours {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.site_sorel_ca footer #footerWrapper .custServPhoneHours,
  body.site_store_eu footer #footerWrapper .custServPhoneHours,
  body.site_store_uk footer #footerWrapper .custServPhoneHours {
    float: left;
    width: 100%;
  }
}
body.site_sorel_ca footer #footerWrapper .custServPhoneHours #custServPhoneHours-content,
body.site_store_eu footer #footerWrapper .custServPhoneHours #custServPhoneHours-content,
body.site_store_uk footer #footerWrapper .custServPhoneHours #custServPhoneHours-content {
  margin-top: 30px;
}
@media (min-width: 1024px) and (max-width: 1332px) {
  footer .drawer {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1331px) {
  #desktop-row {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  footer #footerWrapper .footerFollow .footerSocialWrapper {
    border-bottom: none;
    padding-bottom: 0;
  }
  footer #footerWrapper .custServPhoneHours #custServPhoneHours-content {
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
  }
  .drawer {
    display: none;
  }
  #desktop-row {
    height: auto;
  }
  footer article {
    margin-bottom: 20px;
  }
  .footerFollow:after,
  .footerJoin:after {
    content: "";
    display: block;
    width: 80%;
    border-bottom: 1px solid #000000;
    margin: 0 auto;
    margin-top: 40px;
  }
  .footerSocialWrapper ul {
    margin-top: 28px;
  }
  footer #footerWrapper #follow-heading {
    display: none;
  }
  footer #footerWrapper .footerJoin #email-alert-address {
    width: 60%;
    padding: 15px 0;
  }
  input[type="text"] {
    vertical-align: baseline !important;
  }
}
@media (max-width: 1023px) {
  footer #footerWrapper .footerJoin .footerHeader {
    margin-bottom: 10px;
  }
  footer #footerWrapper .footerGiftCard .footerSocialWrapper {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  body.site_sorel_ca footer #footerWrapper .footerJoin #email-alert-address {
    width: 84%;
  }
  #copyright {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .footerFollow .icon {
    margin-right: 10px !important;
  }
  #modal-content {
    top: 0 !important;
    position: absolute;
  }
  #modal-content .modal-close {
    top: 5px !important;
    right: 5px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 20px !important;
  }
  #modal-content .email-signup-form {
    min-width: 0;
    border: none;
  }
  #modal-content .email-signup-form .modal-signup h1 {
    font-size: 13px;
    font-family: 'TexGyreHeros';
    font-weight: bold;
    letter-spacing: 2px;
  }
  #modal-content .email-signup-form #modal-primary {
    width: 100%;
  }
  #modal-content .email-signup-form #modal-primary .gender-and-birthdate-fields span.dob-label {
    display: block;
    margin-top: 10px;
  }
  #modal-content .email-signup-form #modal-primary .welcome-message {
    margin-bottom: 0;
  }
}
.mini-cart-label {
  display: none;
}
.mini-cart-label + span {
  font-weight: bold;
  text-align: center;
}
.mini-cart-content {
  z-index: 5;
  width: 330px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 18px;
  color: #000000;
}
.mini-cart-content #mini-cart-content-inner {
  position: relative;
  margin-top: 20px;
  padding: 0 10px;
  background-color: #ffffff;
}
.mini-cart-content #mini-cart-content-inner #dropdown-arrow-mini-cart {
  position: absolute;
  top: -11px;
  right: 10px;
  width: 0;
  height: 0;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-close {
  position: absolute;
  right: -10px;
  top: -15px;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-close:after {
  content: "";
  display: table;
  clear: both;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-close .fa-times {
  padding: 20px;
  cursor: pointer;
  text-align: left;
  color: #000000;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-header {
  margin: 20px 10px 0 10px;
  text-transform: uppercase;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-header:after {
  content: "";
  display: table;
  clear: both;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-header h4 {
  text-align: left;
  display: inline-block;
  margin: 0 !important;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-header .mini-cart-items {
  vertical-align: text-bottom;
  float: right;
  display: inline;
  color: #000000;
}
.mini-cart-content #mini-cart-content-inner #mini-cart-container-scroll {
  padding: 10px;
  overflow-y: auto;
  max-height: 395px;
}
.mini-cart-content #mini-cart-content-inner #mini-cart-container-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.mini-cart-content #mini-cart-content-inner #mini-cart-container-scroll::-webkit-scrollbar:vertical {
  width: 11px;
}
.mini-cart-content #mini-cart-content-inner #mini-cart-container-scroll::-webkit-scrollbar:horizontal {
  height: 11px;
}
.mini-cart-content #mini-cart-content-inner #mini-cart-container-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #ffffff;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-totals {
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-totals .mini-cart-subtotals:after {
  content: "";
  display: table;
  clear: both;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-totals .mini-cart-subtotals span.label:after {
  content: "";
  display: table;
  clear: both;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-totals a.mini-cart-link-cart {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  border: none;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-totals a.mini-cart-link-cart:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-totals a.mini-cart-link-cart.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-totals .mini-cart-slot {
  margin-top: 10px;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-totals .mini-cart-slot .html-slot-container {
  text-transform: capitalize;
}
.mini-cart-products a,
.checkout-mini-cart a {
  color: #000000;
}
.mini-cart-products .mini-cart-product,
.checkout-mini-cart .mini-cart-product {
  min-height: 170px;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.42857143;
}
.mini-cart-products .mini-cart-product:after,
.checkout-mini-cart .mini-cart-product:after {
  content: "";
  display: table;
  clear: both;
}
.mini-cart-products .mini-cart-product .mini-cart-image,
.checkout-mini-cart .mini-cart-product .mini-cart-image {
  float: left;
  display: inline;
  margin-right: 10px;
  width: 40%;
  text-align: center;
}
.mini-cart-products .mini-cart-product .mini-cart-image img,
.checkout-mini-cart .mini-cart-product .mini-cart-image img {
  height: auto;
  width: 100%;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details {
  float: right;
  display: inline;
  width: 50%;
  text-transform: uppercase;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details .mini-cart-name,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details .mini-cart-name {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: normal;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details .mini-cart-name a,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details .mini-cart-name a {
  color: #000000 !important;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details .mini-cart-attributes .attribute,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details .mini-cart-attributes .attribute {
  margin: 0;
  padding: 0;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details .mini-cart-pricing .mini-cart-quantity,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details .mini-cart-pricing .mini-cart-quantity {
  margin-bottom: 5px;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details .mini-cart-pricing .price-standard,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details .mini-cart-pricing .price-standard {
  color: #cc0302;
  text-decoration: line-through;
}
.mini-cart-content {
  padding-top: 0 !important;
  margin-top: 18px !important;
}
.mini-cart-content #mini-cart-content-inner {
  border: 2px solid #000000;
}
.mini-cart-content #mini-cart-content-inner #dropdown-arrow-mini-cart {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000000;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-close {
  top: -15px;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-header {
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-header h4 {
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: normal;
  letter-spacing: 1px;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-header .mini-cart-items {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  text-transform: uppercase;
}
.mini-cart-content #mini-cart-content-inner #mini-cart-container-scroll::-webkit-scrollbar-thumb {
  background-color: #afafaf;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-totals .mini-cart-subtotals {
  font-size: 18px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  letter-spacing: 3px;
}
.mini-cart-content #mini-cart-content-inner .mini-cart-totals .mini-cart-slot .html-slot-container {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  color: #b88e5e;
}
.mini-cart-products .mini-cart-product,
.checkout-mini-cart .mini-cart-product {
  border-bottom: 1px solid #e2e2e2;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details {
  font-weight: bold;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details .mini-cart-name,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details .mini-cart-name {
  text-transform: uppercase;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details .mini-cart-styleID,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details .mini-cart-styleID {
  color: #afafaf;
  font-weight: normal;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details .mini-cart-pricing .mini-cart-price,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details .mini-cart-pricing .mini-cart-price {
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details .mini-cart-pricing .price-standard,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details .mini-cart-pricing .price-standard {
  letter-spacing: 4px;
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: bold;
  font-weight: normal;
}
.mini-cart-products .mini-cart-product .mini-cart-item-details .mini-cart-pricing .price-standard:after,
.checkout-mini-cart .mini-cart-product .mini-cart-item-details .mini-cart-pricing .price-standard:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1023px) {
  .nav-opened #mini-cart .mini-cart-label,
  .nav-opened #mini-cart-mobile .mini-cart-label {
    display: block;
  }
}
li.back {
  display: none;
}
li.supplemental {
  display: none;
}
div.level-2,
div.level-3 {
  display: none;
}
#navigation nav {
  width: 100%;
  float: left;
}
#navigation nav .menu-wrapper {
  background: #ffffff;
  border: 1px solid #bababa;
  margin-top: -1px;
}
#navigation nav .menu-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.menu-wrapper .level-1,
.menu-wrapper .level-2,
.menu-wrapper .level-3 {
  font-weight: bold;
}
.menu-wrapper div.level-2 {
  margin: 0;
}
.menu-wrapper .level-3 {
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.menu-wrapper nav li.level-1 a.level-1:hover,
.menu-wrapper nav li.level-1 a.level-1:visited {
  text-decoration: none;
  color: #000000;
}
.sb-nav-container {
  width: 242px;
  padding: 0 20px;
  text-transform: uppercase;
}
.sb-nav-container .sb-nav-header {
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 3px;
  display: inline-block;
  color: #000000;
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 2px solid #000000;
}
.sb-nav-container ul {
  margin: 0;
  padding: 0;
}
.sb-nav-container ul li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: 'LibreBaskerville';
  font-weight: bold;
  letter-spacing: 3px;
}
.sb-nav-container ul li a {
  font-size: 13px;
  font-family: 'TexGyreHeros';
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 0;
  font-weight: normal;
}
.sb-nav-container ul li.back {
  display: none;
}
@media (min-width: 1024px) {
  header {
    border-bottom: 5px solid #000000;
    min-height: 115px;
  }
  header nav {
    position: relative;
  }
  header nav ul {
    margin: 0;
    padding: 0;
  }
  header nav .back {
    display: none;
    visibility: hidden;
  }
  header nav li {
    display: inline-block;
  }
  header nav li.level-1 {
    text-align: center;
  }
  header nav li a {
    width: 100%;
    display: block;
    position: relative;
  }
  div.level-2 {
    display: none;
    position: absolute;
    color: #ffffff;
    z-index: 99999;
  }
  div.level-2 li.level-2 {
    margin-bottom: 5px;
  }
  div.level-2 a {
    color: #000000;
    font-size: 13px;
    font-family: 'TexGyreHeros';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
  }
  div.level-2 .menu-wrapper {
    margin-top: 10px;
    margin-left: 1px;
    text-align: left;
    background: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0 0 0;
  }
  div.level-2 .menu-wrapper ul.level-2 {
    display: inline-block;
    text-align: left;
  }
  nav li.level-1.level-1 a.level-1 {
    border: 1px solid transparent;
    padding: 15px 20px;
  }
  nav li.level-1.level-1 a.level-1:hover {
    text-decoration: none;
    color: #000000;
  }
  nav li.level-1.level-1.active a.level-1 {
    border: 1px solid #bababa;
    border-bottom: none;
    background: #ffffff;
    z-index: 999999;
  }
  nav li.level-1.level-1.active > div.level-2,
  nav li.level-1.level-1.active div.level-3 {
    display: block;
  }
  nav li.level-1.level-1.active > div.level-2 li,
  nav li.level-1.level-1.active div.level-3 li {
    width: 100%;
  }
  nav li.level-1.level-1.active > div.level-2 li a,
  nav li.level-1.level-1.active div.level-3 li a {
    font-weight: normal;
  }
  body.pagetype-home #wrapper {
    margin-left: 0 !important;
  }
  .nojs nav li.level-1:hover > div.level-2 {
    display: block;
  }
}
@media (max-width: 1023px) {
  .burger {
    cursor: pointer;
  }
  #mini-cart-mobile a {
    margin-right: 0;
  }
  .menu-wrapper {
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
  .menu-wrapper li.back {
    display: inline-block !important;
  }
  .menu-wrapper li.back a:before {
    content: "<";
  }
  .menu-wrapper a {
    display: inline-block;
  }
  .menu-wrapper div.level-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .menu-wrapper ul.level-2,
  .menu-wrapper ul.level-3 {
    margin-top: 10px;
    padding: 0 10px 0 10px;
  }
  a.level-1 {
    font-weight: bold;
  }
  a.level-1:after {
    font-family: "fontawesome";
    content: "\f054";
    font-size: 15px;
    float: right;
  }
  a.level-1.view-all:after {
    content: "";
  }
  .sb-nav-container {
    width: 100%;
    padding: 10px;
  }
  .sb-nav-container .sb-nav-header {
    display: block;
    margin-bottom: 10px;
  }
  .sb-nav-container.sbc .sb-nav-header {
    display: none;
  }
  .sb-nav-container ul li {
    margin: 5px 0;
    padding-bottom: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #bababa;
  }
  .sb-nav-container ul li a {
    font-weight: bold !important;
  }
  .sb-nav-container.top {
    padding: 0px;
    margin: 30px 0;
  }
  .sb-nav-container.top ul li {
    margin: 10px 0;
  }
}
.header-search fieldset {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 236px;
  margin: 20px 0 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #000000;
}
@media (min-width: 1332px) {
  .header-search fieldset {
    width: 265px;
  }
}
@media (max-width: 767px) {
  .header-search fieldset {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.header-search fieldset legend,
.header-search fieldset label {
  display: none;
}
.header-search fieldset input#q,
.header-search fieldset input#q-m {
  font-size: 12px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  height: 43px;
  margin: 0;
  padding: 18px 0 8px 0;
  border: none;
}
.header-search fieldset button[type="submit"] {
  position: absolute;
  top: 0;
  right: -12px;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  background-color: transparent;
  font-size: 18px;
}
.header-search .errormessage {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff0000;
}
@media (max-width: 767px) {
  .header-search .errormessage {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.header-search .suggestions {
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  position: absolute;
  top: 64px;
  right: 10px;
  z-index: 100;
  width: 246px;
  padding-left: 10px;
  background: #ffffff;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 1332px) {
  .header-search .suggestions {
    width: 275px;
  }
}
@media (max-width: 767px) {
  .header-search .suggestions {
    top: 44px;
    width: 100%;
    right: 0;
  }
}
.header-search .suggestions .suggestion {
  margin: 10px 0;
}
.header-search .suggestions .suggestion:after {
  content: "";
  display: table;
  clear: both;
}
.header-search .suggestions .suggestion .suggestionterm {
  float: left;
  width: 100%;
  cursor: pointer;
}
.header-search .suggestions .suggestion .suggestionterm.selected {
  color: #b88e5e;
}
.header-search .suggestions .suggestion .hits {
  display: none;
  /*
				float: right;
				width: 20%;
				text-align: right;
				letter-spacing: 0;
				font-weight: normal;
				&:before { content: "("; }
				&:after { content: ")"; }
				*/
}
#country-select-wrapper {
  width: 115px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav {
  position: relative;
  z-index: 10;
  float: left;
  width: 100%;
  line-height: 1.42857143;
  list-style: none;
  font-size: 11px;
  font-family: 'TexGyreHeros';
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav li {
  float: left;
  position: relative;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav li span.selector-arrow,
#country-select-wrapper .headerCountrySelect #country-selector-nav li span.selector-arrow-lang {
  position: absolute;
  top: 11px;
  left: 39px;
  width: 4px;
  height: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav li span.selector-arrow-lang {
  left: 33px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav li:hover ul {
  left: -16px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav a {
  display: block;
  padding: 5px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav ul {
  padding-left: 65px;
  list-style: none;
  position: absolute;
  left: -9999px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav ul li {
  padding-top: 1px;
  float: none;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav ul a {
  display: block;
  white-space: nowrap;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav ul span {
  height: 17px;
  width: 26px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country {
  margin-right: 5px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-selector-dropdown {
  min-width: 180px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country > span > a {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .current-country {
  background-color: #ffffff !important;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .current-country {
  background-color: #000000 !important;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang {
  padding: 5px 10px;
  cursor: pointer;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .current-country a {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  height: 17px;
  width: 26px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .current-country a:hover,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .current-country a:hover {
  text-decoration: none;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .current-country span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .current-country span {
  padding: 20px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-link span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-link span {
  height: 17px;
  width: 26px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country a.country-link,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang a.country-link {
  color: #000000;
  display: block;
  padding: 0;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country a.country-link:hover,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang a.country-link:hover {
  color: #b88e5e;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country a.country-link span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang a.country-link span {
  border: 1px solid #000000;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country li.countries-list a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang li.countries-list a {
  margin-bottom: 20px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country li.countries-list span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang li.countries-list span {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .fa-shopping-cart,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .fa-shopping-cart {
  color: #000000;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span.current-country,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span.current-country {
  display: block;
  height: 17px;
  width: 26px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-selector-dropdown-wrapper,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown-wrapper {
  padding-top: 1.5em;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-selector-dropdown-wrapper .dropdown-arrow-wrapper,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown-wrapper .dropdown-arrow-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-selector-dropdown-wrapper .dropdown-arrow,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown-wrapper .dropdown-arrow,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-selector-dropdown-wrapper .dropdown-arrow-lang,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown-wrapper .dropdown-arrow-lang {
  position: absolute;
  top: -5px;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-selector-dropdown-wrapper .dropdown-arrow-lang,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown-wrapper .dropdown-arrow-lang {
  left: 15px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-selector-dropdown-wrapper .country-selector-dropdown,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown-wrapper .country-selector-dropdown {
  padding: 10px;
  background: #ffffff;
  border: 2px solid #000000;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-selector-dropdown-wrapper .country-selector-dropdown .fa-times,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown-wrapper .country-selector-dropdown .fa-times {
  z-index: 11;
  position: absolute;
  top: 25px;
  right: 10px;
  margin-top: 7px;
  margin-right: 2px;
  color: #000000;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-selector-dropdown-wrapper .country-selector-dropdown li,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown-wrapper .country-selector-dropdown li {
  margin: 0 10px 0 0;
  padding: 0;
  width: 100%;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .country-selector-dropdown-wrapper .country-selector-dropdown a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown-wrapper .country-selector-dropdown a {
  display: block;
  width: 100%;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_canada span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_canada span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_canada.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_canada.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_canadafrench span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_canadafrench span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_canadafrench.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_canadafrench.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 110px -1px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_canada span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_canada span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_canada.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_canada.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_canadafrench span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_canadafrench span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_canadafrench.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_canadafrench.countries-list.current-country a {
  background: url(../../images/country-flags.png) 110px -1px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_unitedstates span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_unitedstates span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_unitedstates.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_unitedstates.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 166px 16px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_unitedstates span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_unitedstates span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_unitedstates.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_unitedstates.countries-list.current-country a {
  background: url(../../images/country-flags.png) 166px 16px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_costarica span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_costarica span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_costarica.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_costarica.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 251px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_costarica span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_costarica span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_costarica.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_costarica.countries-list.current-country a {
  background: url(../../images/country-flags.png) 251px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_curacao span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_curacao span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_curacao.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_curacao.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 251px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_curacao span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_curacao span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_curacao.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_curacao.countries-list.current-country a {
  background: url(../../images/country-flags.png) 251px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_dominicanrepublic span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_dominicanrepublic span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_dominicanrepublic.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_dominicanrepublic.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 138px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_dominicanrepublic span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_dominicanrepublic span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_dominicanrepublic.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_dominicanrepublic.countries-list.current-country a {
  background: url(../../images/country-flags.png) 138px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_guatemala span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_guatemala span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_guatemala.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_guatemala.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 167px 74px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_guatemala span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_guatemala span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_guatemala.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_guatemala.countries-list.current-country a {
  background: url(../../images/country-flags.png) 167px 74px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_honduras span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_honduras span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_honduras.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_honduras.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 139px 74px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_honduras span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_honduras span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_honduras.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_honduras.countries-list.current-country a {
  background: url(../../images/country-flags.png) 139px 74px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_argentina span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_argentina span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_argentina.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_argentina.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_argentine span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_argentine span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_argentine.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_argentine.countries-list.current-country a {
  background: url(../../images/country-flags.svg) -2px -1px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_argentina span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_argentina span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_argentina.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_argentina.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_argentine span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_argentine span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_argentine.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_argentine.countries-list.current-country a {
  background: url(../../images/country-flags.png) -2px -1px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_aruba span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_aruba span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_aruba.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_aruba.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 251px 113px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_aruba span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_aruba span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_aruba.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_aruba.countries-list.current-country a {
  background: url(../../images/country-flags.png) 251px 113px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_brazil span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_brazil span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_brazil.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_brazil.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 139px 113px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_brazil span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_brazil span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_brazil.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_brazil.countries-list.current-country a {
  background: url(../../images/country-flags.png) 139px 113px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_chile span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_chile span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_chile.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_chile.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 82px 114px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_chile span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_chile span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_chile.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_chile.countries-list.current-country a {
  background: url(../../images/country-flags.png) 82px 114px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_colombia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_colombia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_colombia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_colombia.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 26px 112px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_colombia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_colombia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_colombia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_colombia.countries-list.current-country a {
  background: url(../../images/country-flags.png) 26px 112px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_ecuador span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_ecuador span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_ecuador.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_ecuador.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 110px 93px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_ecuador span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_ecuador span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_ecuador.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_ecuador.countries-list.current-country a {
  background: url(../../images/country-flags.png) 110px 93px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_elsalvador span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_elsalvador span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_elsalvador.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_elsalvador.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 82px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_elsalvador span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_elsalvador span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_elsalvador.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_elsalvador.countries-list.current-country a {
  background: url(../../images/country-flags.png) 82px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_nicaragua span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_nicaragua span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_nicaragua.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_nicaragua.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 82px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_nicaragua span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_nicaragua span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_nicaragua.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_nicaragua.countries-list.current-country a {
  background: url(../../images/country-flags.png) 82px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_panama span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_panama span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_panama.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_panama.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 26px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_panama span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_panama span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_panama.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_panama.countries-list.current-country a {
  background: url(../../images/country-flags.png) 26px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_peru span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_peru span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_peru.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_peru.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 279px 35px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_peru span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_peru span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_peru.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_peru.countries-list.current-country a {
  background: url(../../images/country-flags.png) 279px 35px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_venezuela span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_venezuela span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_venezuela.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_venezuela.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 138px 16px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_venezuela span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_venezuela span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_venezuela.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_venezuela.countries-list.current-country a {
  background: url(../../images/country-flags.png) 138px 16px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_china span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_china span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_china.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_china.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 54px 114px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_china span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_china span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_china.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_china.countries-list.current-country a {
  background: url(../../images/country-flags.png) 54px 114px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_japan span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_japan span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_japan.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_japan.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 251px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_japan span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_japan span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_japan.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_japan.countries-list.current-country a {
  background: url(../../images/country-flags.png) 251px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_korea span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_korea span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_korea.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_korea.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 279px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_korea span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_korea span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_korea.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_korea.countries-list.current-country a {
  background: url(../../images/country-flags.png) 279px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_austria span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_austria span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_austria.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_austria.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_osterreich span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_osterreich span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_osterreich.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_osterreich.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 195px 113px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_austria span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_austria span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_austria.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_austria.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_osterreich span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_osterreich span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_osterreich.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_osterreich.countries-list.current-country a {
  background: url(../../images/country-flags.png) 195px 113px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_belgium span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_belgium span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_belgium.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_belgium.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 167px -1px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_belgium span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_belgium span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_belgium.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_belgium.countries-list.current-country a {
  background: url(../../images/country-flags.png) 167px -1px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_czech span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_czech span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_czech.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_czech.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 223px 95px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_czech span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_czech span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_czech.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_czech.countries-list.current-country a {
  background: url(../../images/country-flags.png) 223px 95px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_denmark span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_denmark span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_denmark.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_denmark.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 195px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_denmark span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_denmark span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_denmark.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_denmark.countries-list.current-country a {
  background: url(../../images/country-flags.png) 195px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_estonia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_estonia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_estonia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_estonia.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 54px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_estonia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_estonia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_estonia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_estonia.countries-list.current-country a {
  background: url(../../images/country-flags.png) 54px 94px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_finland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_finland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_finland.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_finland.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 279px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_finland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_finland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_finland.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_finland.countries-list.current-country a {
  background: url(../../images/country-flags.png) 279px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_france span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_france span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_france.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_france.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 251px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_france span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_france span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_france.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_france.countries-list.current-country a {
  background: url(../../images/country-flags.png) 251px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_germany span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_germany span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_germany.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_germany.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 223px 74px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_germany span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_germany span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_germany.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_germany.countries-list.current-country a {
  background: url(../../images/country-flags.png) 223px 74px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_hungary span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_hungary span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_hungary.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_hungary.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 110px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_hungary span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_hungary span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_hungary.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_hungary.countries-list.current-country a {
  background: url(../../images/country-flags.png) 110px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_greece span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_greece span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_greece.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_greece.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 195px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_greece span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_greece span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_greece.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_greece.countries-list.current-country a {
  background: url(../../images/country-flags.png) 195px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_ireland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_ireland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_ireland.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_ireland.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 82px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_ireland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_ireland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_ireland.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_ireland.countries-list.current-country a {
  background: url(../../images/country-flags.png) 82px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_italy span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_italy span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_italy.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_italy.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 26px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_italy span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_italy span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_italy.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_italy.countries-list.current-country a {
  background: url(../../images/country-flags.png) 26px 75px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_latvia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_latvia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_latvia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_latvia.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 223px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_latvia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_latvia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 pan#country_selector_latvia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 pan#country_selector_latvia.countries-list.current-country a {
  background: url(../../images/country-flags.png) 223px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_lithuania span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_lithuania span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_lithuania.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_lithuania.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 195px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_lithuania span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_lithuania span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_lithuania.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_lithuania.countries-list.current-country a {
  background: url(../../images/country-flags.png) 195px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_netherlands span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_netherlands span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_netherlands.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_netherlands.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 139px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_netherlands span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_netherlands span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_netherlands.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_netherlands.countries-list.current-country a {
  background: url(../../images/country-flags.png) 139px 55px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_norway span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_norway span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_norway.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_norway.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 54px 56px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_norway span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_norway span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_norway.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_norway.countries-list.current-country a {
  background: url(../../images/country-flags.png) 54px 56px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_poland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_poland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_poland.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_poland.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 251px 35px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_poland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_poland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_poland.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_poland.countries-list.current-country a {
  background: url(../../images/country-flags.png) 251px 35px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_portugal span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_portugal span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_portugal.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_portugal.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 223px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_portugal span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_portugal span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_portugal.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_portugal.countries-list.current-country a {
  background: url(../../images/country-flags.png) 223px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_romania span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_romania span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_romania.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_romania.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 195px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_romania span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_romania span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_romania.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_romania.countries-list.current-country a {
  background: url(../../images/country-flags.png) 195px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_russia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_russia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_russia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_russia.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 166px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_russia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_russia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_russia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_russia.countries-list.current-country a {
  background: url(../../images/country-flags.png) 166px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_slovenia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_slovenia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_slovenia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_slovenia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_slovakrepublic span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_slovakrepublic span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_slovakrepublic.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_slovakrepublic.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 138px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_slovenia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_slovenia span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_slovenia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_slovenia.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_slovakrepublic span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_slovakrepublic span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_slovakrepublic.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_slovakrepublic.countries-list.current-country a {
  background: url(../../images/country-flags.png) 138px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_spain span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_spain span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_spain.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_spain.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 82px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_spain span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_spain span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_spain.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_spain.countries-list.current-country a {
  background: url(../../images/country-flags.png) 82px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_sweden span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_sweden span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_sweden.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_sweden.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 54px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_sweden span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_sweden span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_sweden.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_sweden.countries-list.current-country a {
  background: url(../../images/country-flags.png) 54px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_switzerland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_switzerland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_switzerland.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_switzerland.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 25px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_switzerland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_switzerland span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_switzerland.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_switzerland.countries-list.current-country a {
  background: url(../../images/country-flags.png) 25px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_ukraine span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_ukraine span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_ukraine.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_ukraine.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 223px 16px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_ukraine span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_ukraine span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_ukraine.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_ukraine.countries-list.current-country a {
  background: url(../../images/country-flags.png) 223px 16px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_unitedkingdom span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_unitedkingdom span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_unitedkingdom.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_unitedkingdom.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 194px 16px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_unitedkingdom span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_unitedkingdom span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_unitedkingdom.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_unitedkingdom.countries-list.current-country a {
  background: url(../../images/country-flags.png) 194px 16px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_israel span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_israel span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_israel.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_israel.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 54px 74px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_israel span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_israel span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_israel.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_israel.countries-list.current-country a {
  background: url(../../images/country-flags.png) 54px 74px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country #country_selector_southafrica span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang #country_selector_southafrica span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country span#country_selector_southafrica.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang span#country_selector_southafrica.countries-list.current-country a {
  background: url(../../images/country-flags.svg) 110px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 #country_selector_southafrica span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 #country_selector_southafrica span,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .ie8 span#country_selector_southafrica.countries-list.current-country a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .ie8 span#country_selector_southafrica.countries-list.current-country a {
  background: url(../../images/country-flags.png) 110px 36px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .view-all-countries,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .view-all-countries {
  width: 100%;
  line-height: 1.42857143;
  margin-top: 20px;
  font-family: 'TexGyreHeros';
  color: #ffffff ! important;
  background-color: #000000;
  padding: 1.5em 2em;
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .view-all-countries:hover,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .view-all-countries:hover {
  color: #ffffff;
  background-color: #868686;
  border: none;
  text-decoration: none;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .view-all-countries.disabled,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .view-all-countries.disabled {
  color: #ffffff;
  background-color: #afafaf;
  border: none;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .view-all-countries a,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .view-all-countries a {
  color: #ffffff;
  padding: 10px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_country .view-all-countries a:hover,
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .view-all-countries a:hover {
  color: #ffffff;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang {
  color: #000000;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown {
  min-width: 100px;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang .country-selector-dropdown a {
  padding: 0;
  text-decoration: none;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav .country-lang .current-language span a {
  color: #000000 !important;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav .country-lang .country-lang-link {
  line-height: 2.2em;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav .country-lang .country-lang-link a:hover {
  color: #b88e5e;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav .current-lang span,
#country-select-wrapper .headerCountrySelect #country-selector-nav .country-lang a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #000000;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav li.country-lang a {
  display: inline;
  text-decoration: underline;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav .country-lang a:hover {
  color: #b88e5e;
  text-decoration: none;
}
#country-select-wrapper .headerCountrySelect #country-selector-nav #country_selector_current_lang ul li {
  color: #000000;
}
