/*
	.keyframes(animation-name, {
	    width: 100px;
	    height: 100px;
	},
	{
	    width: 500px;
	    height: 500px;
	});
*/
/*
	p {
		font-size: 1.4em;

		//	Tablet
	    .minWidth(768px, {
	    	font-size: 1.6em;
	    });

	    //	Desktop
	    .minWidth(1280px, {
	    	font-size: 1.8em;
	    });
	}
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
  position: relative;
}
html {
  height: 100%;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  /* Resets base font size to 10px, so setting font size to 14px in EMs is simple: 1.4rem */
}
body {
  min-height: 100%;
  font-family: 'Roboto', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #252525;
}
hr {
  border: none;
  height: 1px;
  background-color: #ebebeb;
}
img {
  max-width: 100%;
}
.uppercase {
  text-transform: uppercase;
}
p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}
@media all and (min-width: 768px) {
  p {
    letter-spacing: 0.080rem;
  }
}
a {
  color: #008abd;
  position: relative;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 .5em;
  clear: left;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
  line-height: 1.3em;
}
/* Any heading following content is given a top margin... because it usually needs some separation */
* + h1,
* + .h1,
* + h2,
* + .h2,
* + h3,
* + .h3,
* + h4,
* + .h4,
* + h5,
* + .h5,
* + h6,
* + .h6 {
  margin-top: 1em;
}
h1,
.h1 {
  font-size: 4rem;
}
h2,
.h2 {
  font-size: 2.4rem;
}
@media all and (min-width: 1280px) {
  h2,
  .h2 {
    font-size: 2.8rem;
  }
}
h3,
.h3 {
  font-size: 1.8rem;
}
h4,
.h4 {
  font-size: 1.4rem;
}
h5,
.h5 {
  font-size: 1.4rem;
}
h6,
.h6 {
  font-size: 1.4rem;
}
.e-inline-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px;
}
.e-inline-title-addon {
  margin: 0 0 20px 20px;
}
.e-link,
.e-editable-text a:not(.e-btn),
#tinymce a:not(.e-btn) {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #252525;
  border-bottom: 1px solid #d1d4d6;
  transition: border-bottom-color 0.2s linear;
}
.e-link:hover,
.e-editable-text a:not(.e-btn):hover,
#tinymce a:not(.e-btn):hover,
.e-link:focus,
.e-editable-text a:not(.e-btn):focus,
#tinymce a:not(.e-btn):focus {
  text-decoration: none;
  border-bottom-color: #252525;
}
.e-link.is-active,
.e-editable-text a:not(.e-btn).is-active,
#tinymce a:not(.e-btn).is-active {
  color: #d1d4d6;
}
.e-link.is-active:after,
.e-editable-text a:not(.e-btn).is-active:after,
#tinymce a:not(.e-btn).is-active:after {
  height: 2px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.e-link--upper {
  text-transform: uppercase;
}
.e-editable-text a.e-link-nostyle,
.e-editable-text .e-link-nostyle > a {
  position: static;
  border: 0;
}
.e-editable-text a.e-link-nostyle:after,
.e-editable-text .e-link-nostyle > a:after {
  display: none;
}
.e-link--transparent {
  border-bottom-color: transparent;
}
.e-link--support {
  font-size: 1.4rem;
  color: #252525;
  text-transform: uppercase;
}
.e-link--spacing-left {
  margin-left: 1em;
}
button.e-link {
  background: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 0;
}
.e-alert {
  margin: 10px 0;
  padding: 10px;
}
.e-alert a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #252525;
  border-bottom: 1px solid #d1d4d6;
  transition: border-bottom-color 0.2s linear;
}
.e-alert a:hover,
.e-alert a:focus {
  text-decoration: none;
  border-bottom-color: #252525;
}
.e-alert--success {
  color: #159394;
  display: inline-block;
  border: 1px solid #159394;
}
.e-alert--error {
  color: #ed4d30;
  display: inline-block;
  border: 1px solid #ed4d30;
}
ul,
ol {
  line-height: 1.4;
  list-style-position: outside;
  margin: 0 2rem 1.4em;
  padding: 0;
}
ol ol {
  list-style-type: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0.5em 1.6rem;
}
li {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}
blockquote {
  font-size: 2.8rem;
  font-style: italic;
  line-height: 1.6em;
  margin: .5em 0;
  padding: 1em;
  quotes: "\201C" "\201D" "\2018" "\2019";
  text-align: center;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}
table {
  text-align: left;
  width: 100% !important;
  margin-top: 1.6rem;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
th,
td {
  border-left: 0;
  border-right: 0;
  font-size: 1.6rem;
  padding: 11px 20px;
  line-height: 1.4;
  vertical-align: top;
}
th p,
td p {
  font-size: 1em;
}
th {
  padding-bottom: 13px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid black;
  border-top: 0;
}
td {
  border-bottom: 1px solid #d1d4d6;
  font-weight: 300;
  font-size: 1.6rem;
}
table caption {
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 1280px) {
  .e-editable-text tr:last-child td,
  #tinymce tr:last-child td,
  .e-editable-text tr:last-child th,
  #tinymce tr:last-child th {
    border-bottom: 1px solid black;
  }
  .e-editable-text table.large-left td:first-child,
  #tinymce table.large-left td:first-child,
  .e-editable-text table.large-left th:first-child,
  #tinymce table.large-left th:first-child {
    width: 50%;
  }
  .e-editable-text table.large-right td:last-child,
  #tinymce table.large-right td:last-child,
  .e-editable-text table.large-right th:last-child,
  #tinymce table.large-right th:last-child {
    width: 50%;
  }
  .e-editable-text .table-cell-mobile-header,
  #tinymce .table-cell-mobile-header {
    display: none;
  }
  .e-editable-text th:first-child,
  #tinymce th:first-child,
  .e-editable-text td:first-child,
  #tinymce td:first-child {
    padding-left: 0;
  }
  .e-editable-text tbody th,
  #tinymce tbody th {
    border-right: 1px solid #d1d4d6;
    border-bottom: 1px solid #d1d4d6;
  }
}
@media all and (max-width: 1279px) {
  table {
    background-color: transparent;
    padding: 0;
    width: 100%;
    border-bottom: none;
  }
  tr,
  td {
    background-color: transparent;
    padding: 0;
  }
  tr + tr {
    margin-top: 15px;
  }
  td {
    border-bottom: 1px solid #d1d4d6;
    padding: .8em 4%;
  }
  table.table-responsive tr {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
  }
  table.table-responsive td {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
  }
  table.table-responsive tr {
    border-left: 1px solid #d1d4d6;
    border-right: 1px solid #d1d4d6;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d1d4d6;
  }
  table.table-responsive tr:after {
    content: "";
    display: table;
    clear: both;
  }
  table.table-responsive tr:after {
    content: "";
    display: table;
    clear: both;
  }
  table.table-responsive tr + tr {
    margin-top: 15px;
    border-top: 1px solid #d1d4d6;
  }
  table.table-responsive td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  table.table-responsive td:before {
    content: attr(data-title);
    width: 120px;
    background: #f1f1f1;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: -10px 10px -10px -10px;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }
  table.table-responsive .table-cell-mobile-header {
    display: table-cell;
    background-color: #eee;
    width: 30%;
    font-weight: bold;
    padding: 1em;
    height: 100%;
    text-transform: uppercase;
    border-right: 1px solid #d1d4d6;
    vertical-align: top;
  }
  table.table-responsive .table-cell-content {
    display: table-cell;
    width: 70%;
    padding: 1em;
    vertical-align: top;
  }
  table.table-responsive thead {
    display: none;
  }
  table.table-responsive tbody th {
    background-color: #eee;
    display: block;
    padding: 1em;
    text-transform: uppercase;
  }
}
iframe {
  border: 0 none;
}
.e-btn,
.tinymce-btn a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
  -moz-text-align-last: center;
  -webkit-text-align-last: center;
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd;
  border: none;
  height: 44px;
}
button.e-btn,
button.tinymce-btn a {
  display: inline-block;
}
button.e-btn .e-btn__text,
button.tinymce-btn a .e-btn__text {
  display: inline-block;
  vertical-align: middle;
}
button.e-btn .e-btn__icon,
button.tinymce-btn a .e-btn__icon {
  display: inline-block;
  vertical-align: middle;
}
.e-btn .e-btn__icon,
.tinymce-btn a .e-btn__icon {
  height: 20px;
  fill: currentColor;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-left: 20px;
}
.e-btn .e-btn__text,
.tinymce-btn a .e-btn__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px 20px;
  line-height: 1.2;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.e-btn:before,
.tinymce-btn a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  pointer-events: none;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.e-btn:hover:before,
.tinymce-btn a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.e-editable-text .e-btn,
.e-editable-text .tinymce-btn a,
#tinymce .e-btn,
#tinymce .tinymce-btn a {
  padding: 10px 20px;
}
.s-btn-small {
  height: 30px;
  font-size: 1.2rem;
}
.s-btn-small .e-btn__text {
  padding: 5px 15px;
}
.s-btn-transparent {
  background-color: transparent;
  border: 1px solid #d1d4d6;
  color: #313737;
}
.s-btn-yellow {
  background-color: #fdbd05;
  color: white;
}
.s-btn-blue {
  background-color: #2f9ad6;
  color: white;
}
.s-btn-orange {
  background-color: #ed4d30;
  color: white;
}
.s-btn-green,
.tinymce-btn a {
  background-color: #159394;
  color: white;
}
.tinymce-btn a {
  color: white!important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  border: none!important;
  -webkit-align-items: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
}
.tinymce-btn a:after {
  display: none;
}
.s-btn-instagram {
  background-color: #e24261;
  color: white;
}
.s-btn-facebook {
  background-color: #3c5a96;
  color: white;
}
#tinymce {
  padding: 15px;
}
.e-editable-text:after,
#tinymce:after {
  content: "";
  display: table;
  clear: both;
}
.e-editable-text:after,
#tinymce:after {
  content: "";
  display: table;
  clear: both;
}
.e-editable-text p,
#tinymce p {
  margin: 0;
}
.e-editable-text ul,
#tinymce ul,
.e-editable-text ol,
#tinymce ol,
.e-editable-text li,
#tinymce li,
.e-editable-text p,
#tinymce p,
.e-editable-text em,
#tinymce em,
.e-editable-text strong,
#tinymce strong {
  font-size: 1.6rem;
  margin: 0;
}
.e-editable-text ul,
#tinymce ul,
.e-editable-text ol,
#tinymce ol {
  margin: 15px 0;
  padding: 0 0 0 18px;
}
.e-editable-text ul,
#tinymce ul {
  list-style: none;
}
.e-editable-text li,
#tinymce li {
  padding: 0 0 0 5px;
}
.e-editable-text ul li,
#tinymce ul li {
  position: relative;
}
.e-editable-text ul li:before,
#tinymce ul li:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(/Custom/UI/Content/svg/icons/Plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: -18px;
  top: 6px;
}
.e-editable-text h1,
#tinymce h1,
.e-editable-text h2,
#tinymce h2,
.e-editable-text h3,
#tinymce h3,
.e-editable-text h4,
#tinymce h4,
.e-editable-text h5,
#tinymce h5,
.e-editable-text h6,
#tinymce h6 {
  margin: 0 0 20px 0;
}
.e-editable-text img,
#tinymce img {
  max-width: 100%;
  margin: 0;
  height: auto!important;
  display: block;
}
@media all and (max-width: 767px) {
  .e-editable-text img,
  #tinymce img {
    margin-left: 0;
    margin-right: 0;
    float: none!important;
    margin: 0 auto 25px auto;
  }
}
@media all and (min-width: 768px) {
  .e-editable-text img[style*="float: left"],
  #tinymce img[style*="float: left"] {
    float: left;
    margin: 0 25px 15px 0;
  }
}
@media all and (min-width: 768px) {
  .e-editable-text img[style*="float: right"],
  #tinymce img[style*="float: right"] {
    float: right;
    margin: 0 0 15px 25px;
  }
}
@-webkit-keyframes flick {
  20% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  40% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes flick {
  20% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  40% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mfp-move-horizontal {
  /* start state */
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-content {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.mfp-move-horizontal.mfp-ready {
  opacity: 1;
}
.mfp-move-horizontal.mfp-ready.mfp-image-loaded .mfp-content,
.mfp-move-horizontal.mfp-ready .mfp-iframe-holder .mfp-content,
.mfp-move-horizontal.mfp-ready .mfp-inline-holder .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing {
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing .mfp-content {
  -webkit-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
@font-face {
  font-family: 'Raleway';
  src: local('Raleway Bold'), local('Raleway-Bold'), url('/Custom/UI/Content/fonts/raleway-bold.woff2') format('woff2'), url('/Custom/UI/Content/fonts/raleway-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url('/Custom/UI/Content/fonts/raleway-extrabold.woff2') format('woff2'), url('/Custom/UI/Content/fonts/raleway-extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
/* Firefox height fix */
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.e-form + .e-form {
  margin-top: 50px;
}
.e-form--loading {
  position: relative;
}
.e-form--loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.e-form--loading:after {
  content: '';
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 21;
  border: 8px solid #159394;
  border-top-color: #73bebf;
  border-radius: 50%;
  -webkit-animation: spin 1s infinite forwards linear;
          animation: spin 1s infinite forwards linear;
}
.e-form__link {
  position: relative;
  text-decoration: none;
  color: #252525;
  border-bottom: 1px solid #d1d4d6;
  transition: border-bottom-color 0.2s linear;
  margin-top: 20px;
  display: inline-block;
  font-size: 1.6rem;
}
.e-form__link:hover,
.e-form__link:focus {
  text-decoration: none;
  border-bottom-color: #252525;
}
@media all and (min-width: 768px) {
  .e-form__link {
    margin-top: 10px;
  }
}
.e-form__link--secondary {
  margin-top: 24px;
}
.e-form__required-message {
  margin: 30px 0 0 0;
  border-left: 5px solid #159394;
  padding: 0 0 0 15px;
}
.e-form__submit {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .e-form__submit {
    float: right;
  }
}
.e-form__submit-secondary {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .e-form__submit-secondary {
    margin-top: 0;
  }
}
.g-recaptcha {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .g-recaptcha {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.e-form__input-addon {
  position: relative;
}
.e-form__input-addon .e-field,
.e-form__input-addon .e-select,
.e-form__input-addon .e-textarea {
  padding-left: 30px;
}
.e-form__input-addon:after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
  position: absolute;
  top: 1px;
  padding-top: 1px;
  left: 1px;
  width: 30px;
  height: 42px;
  z-index: 2;
  font-size: 1.6rem;
}
.e-form__input-addon--dollar:after {
  content: "$";
}
.e-field {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #d1d4d6;
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  padding: .5em 1em;
  height: 44px;
  width: 100%;
  z-index: 2;
  position: relative;
}
textarea,
.e-textarea {
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #cecece;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: .5em 1em;
  min-height: 10em;
  z-index: 2;
  position: relative;
  width: 100%;
}
select,
.e-select {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
       appearance: none!important;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #cecece;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: .5em 35px .5em 1em;
  width: 100%;
  height: 44px;
  z-index: 2;
  position: relative;
  background-image: url(/Custom/UI/Content/svg/icons/Arrow_DropDown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 18px;
}
select::-ms-expand {
  display: none;
}
.radio {
  border: none;
  background: transparent none;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
.e-checkbox {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.e-checkbox ~ .e-label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  cursor: pointer;
}
.e-checkbox ~ .e-label:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d1d4d6;
  background-color: white;
}
.e-checkbox ~ .e-label:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  background: #252525;
  background-image: url(/Custom/UI/Content/svg/icons/Tick_White.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.e-checkbox:checked ~ .e-label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.e-checkbox[disabled] ~ .e-label {
  opacity: 0.5;
}
.e-checkbox--large ~ .e-label {
  margin: 10px 0 0;
  padding: 0 0 3px 40px;
  line-height: 1.4;
}
.e-checkbox--large ~ .e-label:before {
  top: 0;
  width: 22px;
  height: 22px;
}
.e-checkbox--large ~ .e-label:after {
  top: 0;
  width: 22px;
  height: 22px;
}
.e-checkbox--large:checked ~ .e-label:before {
  background-size: 14px;
}
label,
.e-label {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  cursor: pointer;
  font-size: 1.6rem;
  margin-bottom: .5em;
  margin-top: 20px;
}
.e-label {
  cursor: default;
}
.e-label.sr-only + .e-field {
  margin-top: 20px;
}
.e-label--inline {
  display: inline-block;
}
.e-label--inline ~ .field-validation-error {
  display: table;
}
.e-label + .e-link {
  font-size: 1.6rem;
}
::-webkit-input-placeholder {
  line-height: 1.4;
}
:-moz-placeholder {
  line-height: 1.4;
}
/* Firefox 18- */
::-moz-placeholder {
  line-height: 1.4;
}
/* Firefox 19+ */
:-ms-input-placeholder {
  line-height: 1.4;
}
/* Default validation for MVC: This class is given to the element in an error state */
.input-validation-error {
  border-color: red;
}
/* Default validation for MVC: A span with this class is inserted below the element in an error state */
.field-validation-error {
  font-size: 1.2em;
  color: red;
  display: block;
  margin-top: 1em;
}
.e-field.input-validation-error,
.e-field.error,
.e-select.error,
.e-field[aria-invalid="true"],
.e-select[aria-invalid="true"] {
  border: 1px solid #ed4d30;
  box-shadow: inset 0 0 0 1px #ed4d30;
  background-color: #f9e0d7;
}
.e-field.input-validation-error:focus,
.e-field.error:focus,
.e-select.error:focus,
.e-field[aria-invalid="true"]:focus,
.e-select[aria-invalid="true"]:focus {
  background-color: white;
}
.e-field[aria-required="true"],
.e-select[aria-required="true"] {
  width: calc(100% - 6px);
  box-shadow: 6px 0 0 0 #159394;
  border-right: none;
}
.e-field[aria-required="true"][aria-invalid="true"],
.e-select[aria-required="true"][aria-invalid="true"],
.e-field[aria-required="true"].input-validation-error,
.e-select[aria-required="true"].input-validation-error {
  width: calc(100% - 5px);
  box-shadow: 5px 0 0 0 #ed4d30, inset 0 0 0 1px #ed4d30;
}
/* Default validation for MVC: A span with this class is inserted below the element in an error state */
.e-error-label,
.field-validation-error {
  display: inline-block;
  background: #ed4d30;
  color: white;
  font-size: 1.3rem;
  margin: 10px 0;
  position: relative;
  font-weight: 600;
  padding: 6px 10px 6px 10px;
  top: 6px;
  overflow: hidden;
  text-align: left;
}
.e-error-label[style*=inline],
.field-validation-error[style*=inline] {
  display: inline-block !important;
}
.e-field,
.e-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.e-field ~ .e-error-label,
.e-select ~ .e-error-label,
.e-field ~ .field-validation-error,
.e-select ~ .field-validation-error,
.e-field ~ .EditingFormErrorLabel,
.e-select ~ .EditingFormErrorLabel {
  display: inline-block;
  color: white;
  padding: 12px 10px 6px 10px;
  margin-top: -6px;
  margin-bottom: 0;
  top: 0;
}
.e-field[disabled],
.e-select[disabled] {
  opacity: 0.5;
  background-color: #fafafa;
  cursor: not-allowed;
}
.e-form-title {
  margin-top: 20px;
  border-top: 1px solid #d1d4d6;
  padding-top: 15px;
}
@media all and (min-width: 1280px) {
  .e-form-title {
    padding-top: 20px;
    margin-top: 30px;
  }
}
.e-form-message {
  margin-top: 30px;
  background-color: #f1f1f1;
  padding: 25px;
}
.e-form-message p {
  line-height: 1.4;
}
.e-form-message--nmt {
  margin-top: 0;
}
.e-form-message--snug {
  margin-top: -20px;
}
.e-form-btn {
  margin-top: 20px;
}
.e-form-row--topspacing {
  margin-top: 20px;
}
.w-content-block {
  width: 100%;
}
.w-content-block--confine {
  max-width: 800px;
  margin: 0 auto;
}
.w-col-content {
  margin: -15px 0;
}
.w-col-content__col {
  padding: 15px 0;
}
.w-col-content__col__image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.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;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 22px;
  background: white;
  border: 1px solid #ddd;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-handle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #ddd transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: -1px;
  opacity: 0.9;
}
.ui-slider .ui-slider-handle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #252525;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: 8px;
  background: #eeeeee;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -7px;
}
.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;
}
.row--inline,
.row--inline-center,
.row--inline-center-alt,
.row--inline-bottom {
  font-size: 0;
}
.row--inline-center-alt {
  text-align: center;
}
@media all and (min-width: 768px) {
  .row--rtl {
    direction: rtl;
  }
}
.row--inline [class*=" col-"],
.row--inline [class^="col-"],
.row--inline-center [class*=" col-"],
.row--inline-center [class^="col-"],
.row--inline-center-alt [class*=" col-"],
.row--inline-center-alt [class^="col-"],
.row--inline-bottom [class*=" col-"],
.row--inline-bottom [class^="col-"] {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.row--rtl [class*=" col-"],
.row--rtl [class^="col-"] {
  direction: ltr;
}
.row--inline-center [class*=" col-"],
.row--inline-center [class^="col-"] {
  vertical-align: middle;
}
.row--inline-bottom [class*=" col-"],
.row--inline-bottom [class^="col-"] {
  vertical-align: bottom;
}
.row--inline-center-alt [class*=" col-"],
.row--inline-center-alt [class^="col-"] {
  text-align: left;
}
[class*=" col-"]:after,
[class^="col-"]:after {
  content: "";
  display: table;
  clear: both;
}
[class*=" col-"]:after,
[class^="col-"]:after {
  content: "";
  display: table;
  clear: both;
}
.h-top-strip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #252525;
  height: 40px;
}
.h-top-strip__phone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 20px;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  transition: background-color 0.1s linear;
}
.h-top-strip__phone:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.h-top-strip__icon {
  width: 20px;
  fill: #515151;
  vertical-align: middle;
  margin-right: 10px;
  transition: fill .1s linear;
}
.h-top-strip__phone:hover .h-top-strip__icon {
  fill: white;
}
.h-top-strip__links__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.h-top-strip__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
}
.h-top-strip__link__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  margin: 0;
  position: relative;
}
.h-top-strip__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  color: white;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
  font-size: 1.2rem;
  background: none;
  border: none;
  outline: none;
  transition: background-color 0.1s linear;
}
.h-top-strip__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media all and (min-width: 768px) {
  .h-top-strip__link {
    padding: 0 18px;
  }
}
@media all and (max-width: 1279px) {
  .h-top-strip__link__wrapper--about,
  .h-top-strip__link__wrapper--contact {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .h-top-strip__link__wrapper--my-account {
    display: none;
  }
}
.h-top-strip__link__wrapper--cart {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 7;
}
.h-top-strip__link__wrapper--cart.h-top-strip__link__wrapper--cart--open .h-top-strip__link {
  background-color: rgba(255, 255, 255, 0.1);
}
.h-top-strip__link__wrapper--cart.h-top-strip__link__wrapper--cart--open .h-top-strip__link .h-top-strip__icon {
  fill: white;
}
.h-top-strip__link--cart-text {
  padding-right: 40px;
}
.h-top-strip__link--cart-number {
  font-family: 'Roboto', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  background-color: #159394;
  color: white;
  height: 100%;
  position: absolute;
  width: 40px;
  line-height: 40px;
  font-size: 1.8rem;
  text-align: center;
  right: 0;
  top: 0;
}
.h-cart-dropdown {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-25deg);
          transform: rotateX(-25deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  background-color: white;
  border: 1px solid #d1d4d6;
  position: absolute;
  top: 40px;
  right: 0;
  width: 320px;
  z-index: 5;
  will-change: opacity, visibility, transform;
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.h-cart-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, visibility 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, visibility 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, visibility 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.h-cart-dropdown:before {
  content: '';
  position: absolute;
  top: 0;
  right: 11px;
  margin-top: -1px;
  margin-left: -8px;
  width: 0;
  height: 0;
  z-index: 10;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #159394 transparent transparent transparent;
}
.h-cart-dropdown__items {
  list-style: none;
  margin: 0;
}
.h-cart-dropdown__items__wrapper {
  max-height: 350px;
  overflow-y: auto;
}
.h-cart-dropdown__item {
  margin: 0;
  border-top: 1px solid #d1d4d6;
  float: left;
  width: 100%;
  padding: 20px;
  font-size: 1rem;
}
.h-cart-dropdown__item:first-child {
  border-top: 0;
}
.h-cart-dropdown__item__image {
  width: 35%;
  float: left;
  padding-right: 20px;
}
.h-cart-dropdown__item__details {
  float: right;
  width: 65%;
}
.h-cart-dropdown__item__title {
  font-size: 1.2rem;
  line-height: 1.33333em;
}
.h-cart-dropdown__item__option {
  padding: 2px 0;
}
.h-cart-dropdown__item__option__title {
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.2rem;
  padding-right: 5px;
}
.h-cart-dropdown__item__option__value {
  color: #888888;
  font-size: 1.2rem;
}
.h-cart-dropdown__item__price {
  font-size: 1.2rem;
  font-weight: bold;
  float: right;
}
.h-cart-dropdown__total__wrapper {
  border-top: 1px solid #d1d4d6;
  background-color: #f1f1f1;
  padding: 15px 19px 19px;
}
.h-cart-dropdown__total__price__wrapper {
  font-size: 1.2rem;
}
.h-cart-dropdown__total__subtotal-title {
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.h-cart-dropdown__total__subtotal-price {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
}
.h-cart-dropdown__button {
  margin-top: 14px;
  width: 100%;
}
.h-cart-dropdown__button .e-btn__text {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h-main {
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  z-index: 5;
}
@media all and (min-width: 1280px) {
  .h-main {
    padding-bottom: 20px;
  }
}
.h-main__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media all and (min-width: 768px) {
  .h-main__top {
    padding-bottom: 10px;
  }
}
@media all and (min-width: 1280px) {
  .h-main__top {
    padding-bottom: 35px;
  }
}
.h-main__logo {
  display: inline-block;
  height: 44px;
}
.h-main__logo__image {
  max-height: 100%;
}
.h-main__top__right {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.h-search__wrapper {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 20px;
  padding-right: 44px;
  max-width: 440px;
}
@media all and (min-width: 768px) {
  .h-search__wrapper {
    -webkit-flex: 1 1 440px;
        -ms-flex: 1 1 440px;
            flex: 1 1 440px;
    margin: 0 20px 0 40px;
  }
}
.h-search__field {
  vertical-align: top;
  height: 44px;
  padding: 10px 1em;
  border-radius: 0;
  font-size: 1.6rem;
  border: 1px solid #252525;
  width: 100%;
  -webkit-appearance: none;
}
.h-btn-search {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  overflow: hidden;
  background-color: #252525;
}
.h-btn-search:before {
  background-color: rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 767px) {
  .h-btn-search:before {
    content: none;
  }
}
.h-btn-search__icon {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin: 0 auto;
  height: 21px;
  width: 21px;
  fill: white;
}
.h-main__top__ctas {
  display: inline-block;
  vertical-align: middle;
  margin: 10px -10px -10px;
}
.h-main__top__ctas .e-btn {
  margin: 10px;
}
.h-main__top__ctas .e-btn__icon {
  width: 18px;
}
@media all and (min-width: 1280px) {
  .h-main__top__ctas {
    margin-top: 0;
  }
  .h-main__top__ctas .e-btn {
    margin-top: 0;
  }
}
.h-main__top__menu-btn-wrapper {
  display: inline-block;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.h-main__top__menu-btn {
  background: none;
  outline: none;
  padding-left: 25px;
  padding-right: 0;
}
.h-main__top__menu-btn .e-btn__icon {
  position: absolute;
  left: 0;
  width: 15px;
  margin: 1px 0 0;
  fill: #a1a2a2;
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.h-main__top__menu-btn .e-btn__text {
  padding: 0;
  font-size: 2.1rem;
}
.h-main__top__menu-btn:before {
  content: none;
}
.h-main__top__menu-btn .h-main__top__menu-btn__icon--close {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transition-delay: 0s;
}
.h-main__top__menu-btn .h-main__top__menu-btn__icon--menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition-delay: .3s;
}
.h-main__top__menu-btn.is-active .h-main__top__menu-btn__icon--close {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition-delay: .3s;
}
.h-main__top__menu-btn.is-active .h-main__top__menu-btn__icon--menu {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transition-delay: 0s;
}
.h-main-nav__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  width: 100%;
  max-width: 300px;
  margin: -10px 10px 0;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  background-color: #313737;
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, visibility 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, visibility 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, visibility 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotateX(-25deg);
          transform: rotateX(-25deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.h-main-nav__wrapper.is-active {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
  visibility: visible;
}
.h-main-nav__wrapper:before {
  content: '';
  display: block;
  position: absolute;
  right: 15%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #313737;
}
@media all and (min-width: 768px) {
  .h-main-nav__wrapper {
    margin-top: 0;
  }
}
@media all and (min-width: 1280px) {
  .h-main-nav__wrapper {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    background: none;
    margin: 0;
    padding: 0;
    max-width: none;
    -webkit-transform: none;
            transform: none;
  }
  .h-main-nav__wrapper:before {
    content: none;
  }
}
.h-main-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media all and (min-width: 1280px) {
  .h-main-nav {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.h-main-nav__item {
  display: inline-block;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1px 0;
  margin-bottom: 0;
}
@media all and (min-width: 1280px) {
  .h-main-nav__item {
    text-align: center;
  }
  .h-main-nav__item + .h-main-nav__item {
    border-left: 1px solid #d1d4d6;
  }
}
.h-main-nav__link {
  position: relative;
  display: block;
  padding: 5px 0;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
  line-height: 1.4;
}
.h-main-nav__link:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 2px;
  width: 20px;
  opacity: 0;
  background-color: #fdbd05;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media all and (min-width: 1280px) {
  .h-main-nav__link {
    color: #252525;
    padding: 0;
  }
  .h-main-nav__item.is-active .h-main-nav__link {
    color: #a2a2a2;
  }
  .h-main-nav__item.is-active .h-main-nav__link:after {
    opacity: 1;
  }
}
.h-main-nav__dropdown {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  border: 1px solid transparent;
  z-index: 5;
  margin-top: 15px;
  text-align: left;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.h-main-nav__dropdown.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, visibility 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, border-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, visibility 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, visibility 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  border-color: #dee0e0;
}
.h-main-nav__dropdown__column {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  max-width: 100%;
  white-space: normal;
}
@media all and (min-width: 1480px) {
  .h-main-nav__dropdown__column {
    width: 200px;
  }
}
.h-main-nav__dropdown__column__title-link {
  color: #252525;
  border-bottom: 1px solid transparent;
}
.h-main-nav__dropdown__column__title-link:hover,
.h-main-nav__dropdown__column__title-link:focus {
  border-bottom-color: #252525;
}
.h-main-nav__dropdown__column__title {
  display: inline;
  text-transform: none;
  line-height: 1.5;
}
.h-main-nav__dropdown__links {
  margin: 0;
}
.h-main-nav__dropdown__link-wrapper {
  display: block;
  line-height: 1.4;
  margin: 6px 0;
}
.h-main-nav__dropdown__link {
  display: inline;
  color: #a2a2a2;
  font-size: 1.4rem;
  font-weight: normal;
}
.h-main-nav__dropdown__link:hover,
.h-main-nav__dropdown__link:focus {
  color: #252525;
}
.h-main-nav__dropdown__link-icon {
  width: 6px;
  height: 10px;
  margin-right: 5px;
  fill: currentColor;
}
.h-main-nav__dropdown-bg {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -5px;
  background-color: white;
  width: 100px;
  height: 100px;
  z-index: 4;
  opacity: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.2s linear, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s linear;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s linear, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.h-wrapper.has-active-dropdown .h-main-nav__dropdown-bg {
  opacity: 1;
}
.h-main-nav__dropdown-arrow {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -21px;
  padding-top: 8px;
  height: 9px;
  opacity: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 6;
  transition: opacity 0.2s linear, width 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s linear, width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s linear, width 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: width;
}
.h-main-nav__dropdown-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #dee0e0;
}
.h-main-nav__dropdown-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: -8px auto 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}
.h-wrapper.has-active-dropdown .h-main-nav__dropdown-arrow {
  opacity: 1;
}
.h-wrapper.has-active-dropdown .h-main-nav__dropdown-arrow:before {
  opacity: 1;
}
.h-main-nav__extra-links {
  margin-top: 20px;
}
.h-main-nav__extra-link {
  margin-top: 5px;
}
.h-main-nav__extra-link__trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.h-main-nav__extra-link__trigger.is-open .h-main-nav__extra-link__page-link {
  color: #a2a2a2;
}
.h-main-nav__extra-link__trigger.is-open .h-main-nav__extra-link__expander .e-icon {
  fill: #a2a2a2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.h-main-nav__extra-link__page-link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  display: block;
  color: white;
  font-size: 1.5rem;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 10px 0;
  transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.h-main-nav__extra-link__expander {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: none;
  padding: 0 20px;
  margin: 0 -20px;
  outline: 0;
}
.h-main-nav__extra-link__expander .e-icon {
  width: 12px;
  height: 12px;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
  fill: white;
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.h-main-nav__extra-link__content .h-main-nav__extra-link__page-link {
  padding: 5px 0;
}
.h-wrapper:not(.has-active-dropdown) .h-main-nav__dropdown-bg,
.h-wrapper:not(.has-active-dropdown) .h-main-nav__dropdown-arrow,
.h-wrapper:not(.has-active-dropdown) .h-main-nav__container,
.h-wrapper:not(.has-active-dropdown) .h-main-nav__dropdown-bg > *,
.h-wrapper:not(.has-active-dropdown) .h-main-nav__dropdown-arrow > *,
.h-wrapper:not(.has-active-dropdown) .h-main-nav__container > * {
  z-index: -1;
  pointer-events: none;
}
@media all and (max-width: 1279px) {
  .h-main-nav__dropdown-bg,
  .h-main-nav__dropdown-arrow,
  .h-main-nav__container {
    display: none;
  }
}
.wrapper-inner {
  max-width: 1480px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .wrapper-inner {
    padding: 0 30px;
  }
}
@media all and (min-width: 1280px) {
  .wrapper-inner {
    padding: 0 40px;
  }
}
.e-content {
  padding: 50px 0;
}
.e-content--npt {
  padding-top: 0;
}
.e-sidebar {
  display: none;
}
@media all and (min-width: 768px) {
  .e-sidebar {
    display: block;
  }
}
.e-page-header {
  margin: -5px 0 35px 0;
  display: none;
}
@media all and (min-width: 1280px) {
  .e-page-header {
    display: block;
  }
}
.e-banner ~ .e-content .e-page-header {
  display: none;
}
.e-page-header--sidebar {
  display: block;
}
@media all and (min-width: 1280px) {
  .e-page-header--sidebar {
    display: none;
  }
}
.e-sidebar--search {
  display: block;
}
@media all and (max-width: 1279px) {
  .e-sidebar-right {
    margin-bottom: 50px;
  }
}
.e-sidebar__reset {
  background: #313737;
  color: white;
  font-size: 1.1rem;
  height: 30px;
  display: none!important;
  white-space: nowrap;
}
@media all and (max-width: 1279px) {
  .e-sidebar__reset {
    margin: 0 0 20px 0;
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .e-sidebar__reset {
    margin: 0;
    display: inline-block !important;
    white-space: nowrap;
  }
}
@media all and (max-width: 1280px) {
  .is-open ~ .e-sidebar__reset {
    display: inline-block !important;
  }
}
.e-sidebar__reset:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.e-sidebar__reset .e-btn__text {
  padding: 0 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  display: inline-block;
  vertical-align: middle;
}
.e-sidebar__reset .e-btn__icon {
  fill: white;
  width: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.e-sidebar__heading {
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .e-sidebar__heading {
    display: none;
  }
}
.e-sidebar__heading--mobile {
  margin: 0 0 -1px 0;
  display: block;
  position: relative;
  color: #252525;
  cursor: pointer;
  padding: 14px 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.e-sidebar__heading--mobile.is-open {
  border-bottom: 0;
}
@media all and (min-width: 1280px) {
  .e-sidebar__heading--mobile {
    display: none;
    border: 0;
  }
}
@media all and (max-width: 1279px) {
  .e-sidebar__heading--search {
    display: none;
  }
}
.e-widgets {
  margin: -25px 0;
}
.e-widget-wrapper {
  padding: 25px 0;
}
.e-breadcrumb {
  background: #f1f1f1;
  transition: opacity .3s linear;
  padding: 11px 0;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
}
@media all and (min-width: 768px) {
  .e-breadcrumb {
    padding: 8px 0;
  }
}
@media all and (min-width: 768px) {
  .e-breadcrumb__wrapper {
    padding: 0 0 0 20px;
    position: relative;
  }
}
.e-breadcrumb__item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  margin: 5px 0;
}
.e-breadcrumb__item + .e-breadcrumb__item {
  margin-left: 15px;
}
.e-breadcrumb__item.e-breadcrumb__item--home {
  margin-left: 0;
  position: absolute;
  top: -1px;
  left: 0;
}
@media all and (max-width: 767px) {
  .e-breadcrumb__item {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .e-breadcrumb__item--back,
  .e-breadcrumb__item--current {
    display: inline-block;
    vertical-align: middle;
  }
}
@media all and (max-width: 767px) {
  .e-breadcrumb--product-detail .e-breadcrumb__item__current {
    display: none;
  }
}
.e-breadcrumb__item--back {
  padding-right: 15px;
  position: relative;
}
.e-breadcrumb__item--back:after {
  content: "";
  width: 2px;
  height: 14px;
  display: block;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -8px;
  background: #a2a2a2;
}
@media all and (min-width: 768px) {
  .e-breadcrumb__item--back {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .e-breadcrumb--product-detail .e-breadcrumb__item--back:after {
    display: none;
  }
}
.e-breadcrumb__item__link {
  color: #252525;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  font-size: 1.2rem;
}
.e-breadcrumb__item__link:after {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 1px;
  content: "";
  background-color: #888888;
  display: none;
}
.e-breadcrumb__item__link:hover:after {
  display: block;
}
.e-breadcrumb__item__link--home {
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 17px;
  height: 17px;
}
.e-breadcrumb__item__link--home:hover {
  opacity: .8;
}
.e-breadcrumb__item__link--home:hover:after {
  display: none;
}
.e-breadcrumb__item__current {
  color: #a2a2a2;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.e-breadcrumb__item__icon {
  fill: #d3d6d7;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 11px;
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .e-breadcrumb__item__icon {
    display: none;
  }
}
.e-breadcrumb__item--back .e-breadcrumb__item__icon {
  fill: #252525;
}
@media all and (max-width: 768px) {
  .e-breadcrumb__item--back .e-breadcrumb__item__icon {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
  }
}
.e-breadcrumb__item__icon--home {
  fill: #313737;
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: auto;
  margin: 0;
}
.e-banner {
  padding: 20px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
}
.e-banner--alt {
  padding-bottom: 0;
  min-height: 100px;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.e-banner__header {
  color: white;
  font-size: 5rem;
  margin: 0;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
}
.e-banner--alt .e-banner__header {
  margin: 0;
  color: #252525;
  font-size: 4em;
}
.e-pagination {
  margin: 0;
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 1px;
}
.e-pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -1px;
  font-weight: bold;
}
.e-pagination__item__link {
  background: white;
}
.e-pagination__item__link:hover {
  background: #f1f1f1;
}
.e-pagination__item__link:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.e-pagination__item__link,
.e-pagination__item__current {
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #252525;
  text-align: center;
  line-height: 40px;
  border: 1px solid #d1d4d6;
  transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.e-pagination__item--prev .e-pagination__item__link,
.e-pagination__item--prev .e-pagination__item__current,
.e-pagination__item--next .e-pagination__item__link,
.e-pagination__item--next .e-pagination__item__current {
  overflow: hidden;
  position: relative;
  font-size: 0;
}
.e-pagination__item__current {
  color: #a2a2a2;
  background: #f1f1f1;
}
.e-pagination__item__link__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.s-homepage-component {
  padding: 50px 0;
}
.s-homepage-component__title {
  text-transform: uppercase;
  text-align: center;
}
@media all and (max-width: 1279px) {
  .s-homepage-component__title {
    font-size: 2.4rem;
  }
}
.s-homepage-component__promos__wrapper {
  border-bottom: 1px solid #d1d4d6;
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .s-homepage-component__promos__wrapper {
    padding-top: 10px;
  }
}
.s-homepage-component__promo {
  text-align: center;
  margin-bottom: 30px;
}
.s-homepage-component__promo + .s-homepage-component__promo {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .s-homepage-component__promo {
    margin-bottom: 0;
  }
}
.s-homepage-component__promo__title {
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media all and (min-width: 768px) {
  .s-homepage-component__promo__title {
    margin-top: 22px;
  }
}
.s-homepage-component__promo__text {
  margin-bottom: 20px;
  letter-spacing: 0.080rem;
}
.s-homepage-component--banner-promo {
  text-align: center;
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .s-homepage-component--banner-promo {
    padding: 50px 0;
  }
}
@media all and (min-width: 1280px) {
  .s-homepage-component--banner-promo {
    padding: 170px 0;
  }
}
.s-homepage-component--banner-promo__title {
  color: white;
  font-size: 3rem;
  margin-bottom: 10px;
}
@media all and (min-width: 1280px) {
  .s-homepage-component--banner-promo__title {
    font-size: 4rem;
  }
}
.s-homepage-component--banner-promo__text {
  color: white;
}
@media all and (min-width: 1280px) {
  .s-homepage-component--banner-promo__text {
    letter-spacing: 0.080rem;
  }
}
.s-homepage-component--banner-promo__button {
  color: white;
  margin-top: 25px;
}
.s-homepage-component--brand-logos {
  text-align: center;
  margin: -10px 0;
}
.s-homepage-component--brand-logos .e-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media all and (max-width: 1279px) {
  .s-homepage__brand:nth-child(4n + 1) {
    display: none;
  }
}
.s-homepage__brand-image {
  margin: 10px 0;
}
.s-homepage-component__choose-us {
  border-top: 1px solid #d1d4d6;
}
.s-why-choose-us__wrapper {
  text-align: center;
  vertical-align: top;
  margin: 10px 0 30px;
}
@media all and (max-width: 767px) {
  .s-why-choose-us__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px) {
  .s-why-choose-us__wrapper:nth-child(2n + 1) {
    clear: left;
  }
}
@media all and (max-width: 499px) {
  .s-why-choose-us__wrapper {
    display: block!important;
  }
}
@media all and (min-width: 768px) {
  .s-why-choose-us__wrapper {
    margin: 10px 0;
  }
}
.s-why-choose-us__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  background-color: #159394;
  box-shadow: 7px 7px rgba(21, 147, 148, 0.3);
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 5px 15px;
}
@media all and (min-width: 500px) and (max-width: 767px) {
  .s-why-choose-us__wrapper {
    width: 50%;
  }
}
.s-homepage-component__choose-us__title {
  text-transform: none;
  font-size: 2rem;
  margin-top: 25px;
}
.s-homepage-component__choose-us__text {
  font-size: 1.6rem;
  letter-spacing: 0.080rem;
}
.s-focus-panel__item {
  transition: opacity 0.3s ease-in-out;
}
.s-focus-panel:hover .s-focus-panel__item {
  opacity: 0.6;
}
.s-focus-panel__item:hover {
  opacity: 1!important;
}
.s-product-item {
  position: relative;
  overflow: hidden;
  margin: 10px 0 20px;
  padding: 0 0 1px 0;
}
.s-searchresults .s-product-item {
  -webkit-animation: fadeIn 1s cubic-bezier(0.23, 1, 0.32, 1) normal;
          animation: fadeIn 1s cubic-bezier(0.23, 1, 0.32, 1) normal;
}
.s-product-item__indicator {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.s-product-item__indicator__inner {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: relative;
}
.s-product-item__indicator__item {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  color: white;
}
.s-product-item__indicator__item--preorder {
  background: #009394;
  padding: 9px 20px;
  min-width: 200px;
  top: 40px;
}
.s-product-item__indicator__item--sale {
  background: #ed4d30;
  top: -3px;
  padding: 24px 30px 7px 30px;
}
.s-product-item__indicator__item--free {
  background: #2f9ad6;
  top: -3px;
  padding: 24px 30px 7px 30px;
}
.s-product-item__price--sale {
  color: #ed4d30;
  font-weight: bold;
}
.s-product-item__price__rrp {
  color: #c1c3c3;
  font-weight: normal;
  display: block;
}
.s-product-item__btn {
  height: 30px;
  margin-top: 12px;
  font-size: 1.1rem;
}
.s-product-item__btn .e-btn__text {
  padding: 0 16px;
}
.s-product-item__link {
  text-align: center;
  display: block;
  color: #252525;
}
.s-product-item__link:hover .s-product-item__title {
  border-bottom-color: #252525;
}
.s-product-item__image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 160px;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .s-product-item__image-wrapper {
    height: 250px;
  }
}
.s-product-item__image {
  display: inline-block;
  max-height: 100%;
}
.s-product-item__title {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #252525;
  border-bottom: 1px solid #d1d4d6;
  transition: border-bottom-color 0.2s linear;
  display: inline;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-bottom: 2px;
  text-transform: uppercase;
  transition: border-bottom-color 0.1s linear;
}
.s-product-item__title:hover,
.s-product-item__title:focus {
  text-decoration: none;
  border-bottom-color: #252525;
}
.s-product-item__title--alt {
  border: 0;
  text-align: left;
  display: block;
}
.s-product-item__price {
  margin: 5px 0 0 0;
}
.s-sidebar__category-nav__items {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}
.s-sidebar__category-nav__items--standalone {
  padding: 0;
}
.s-sidebar__category-nav__items--search {
  padding: 10px 0 26px 0;
}
.s-sidebar__category-nav__item {
  margin: 0;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.4rem;
  padding: 5px 0;
}
.s-sidebar__category-nav__item:first-child {
  padding-top: 0;
}
.s-sidebar__category-nav__link {
  color: #a2a2a2;
  text-transform: uppercase;
}
.s-sidebar__category-nav__link:hover,
.s-sidebar__category-nav__link:focus {
  color: #252525;
}
.s-sidebar__category-nav__link--active {
  color: #252525;
}
.s-sidebar__filter__wrapper {
  position: relative;
  text-align: justify;
}
.s-sidebar__filter__items {
  padding: 0;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d1d4d6;
  text-align: left;
}
@media all and (min-width: 1280px) {
  .s-sidebar__filter__items {
    margin-top: 15px;
  }
}
.s-sidebar__filter__item {
  border-bottom: 1px solid #d1d4d6;
  overflow: hidden;
  padding: 18px 0;
  position: relative;
}
.s-sidebar__filter__toggle {
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  color: #a2a2a2;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: block;
  position: relative;
  transition: color 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.s-sidebar__filter__toggle:hover,
.s-sidebar__filter__toggle.is-open {
  color: #252525;
}
.s-sidebar__filter__toggle:hover .s-sidebar__toggle-icon,
.s-sidebar__filter__toggle.is-open .s-sidebar__toggle-icon {
  fill: #252525;
}
.s-sidebar__filter__item__contents {
  display: none;
  max-height: 325px;
  margin: 20px 0 10px 0;
  padding: 1px 0;
  overflow: auto;
}
.s-sidebar__filter__item__contents.is-open {
  display: block;
}
.s-sidebar__checkbox {
  margin: 15px 0 0 0;
}
.s-sidebar__checkbox:first-child {
  margin-top: 0;
}
.s-sidebar__checkbox__input {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.s-sidebar__checkbox__label {
  padding-left: 30px;
  position: relative;
  margin: 0;
}
.s-sidebar__checkbox__label:before {
  background-image: url(/Custom/UI/Content/svg/icons/Tick_White.svg);
  fill: white;
  background-repeat: no-repeat;
  background-size: 0;
  background-position: center center;
  transition: background-size 0.1s linear, background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1), border 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(0.002deg);
          transform: rotate(0.002deg);
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d1d4d6;
  background-color: white;
}
.s-sidebar__checkbox__input:checked ~ .s-sidebar__checkbox__label:before {
  background-color: #252525;
  border-color: #252525;
  background-size: 10px;
}
.s-sidebar__toggle-icon {
  width: 12px;
  position: absolute;
  top: 0px;
  right: 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  fill: #a2a2a2;
}
.e-sidebar__heading .s-sidebar__toggle-icon {
  top: 50%;
  margin-top: -6px;
}
.is-open > .s-sidebar__toggle-icon {
  -webkit-transform: scale(0);
          transform: scale(0);
  fill: #252525;
}
.s-sidebar__toggle-icon--close {
  -webkit-transform: scale(0);
          transform: scale(0);
  top: 6px;
}
.e-sidebar__heading .s-sidebar__toggle-icon--close {
  margin-top: -1px;
}
.is-open .s-sidebar__toggle-icon--close {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.s-sidebar__filter__range {
  position: relative;
  border: 7px solid #eeeeee;
  border-top: none;
  border-bottom: none;
  margin: 60px 0 12px 0;
}
.s-sidebar__filter__range__input {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.s-sidebar__btn {
  margin: 20px 0 0 0;
}
.s-sidebar__info-group + .s-sidebar__info-group {
  margin-top: 30px;
}
.s-sidebar__soacial-btn {
  margin: 10px 10px 10px 0;
}
.s-sidebar table td {
  border: none;
  padding: 0;
  line-height: 1.42857em;
}
.s-sidebar table td:first-child {
  padding-right: 10px;
  width: 110px;
}
.s-sidebar__contact-info {
  font-weight: 700;
}
@media all and (min-width: 1280px) {
  .s-sidebar__contact-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.s-sidebar__contact-info__label {
  display: block;
  margin-right: 10px;
}
.s-sidebar__contact-info__link {
  font-weight: 400;
  color: #252525;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.s-range-slider__min,
.s-range-slider__max {
  position: absolute;
  bottom: 100%;
  left: -7px;
  margin-bottom: 20px;
  display: block;
  font-size: 1.6rem;
}
.s-range-slider__max {
  left: auto;
  right: -7px;
}
.s-main-promo {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #159394;
  padding: 10px 20px;
}
@media all and (min-width: 1280px) {
  .s-main-promo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: table;
    width: 100%;
    padding: 10px 15px;
  }
}
.s-main-promo--search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media all and (min-width: 1280px) {
  .s-main-promo--search {
    display: none;
  }
}
.s-main-promo__col {
  display: block;
  padding: 10px 0;
}
@media all and (min-width: 1280px) {
  .s-main-promo__col {
    display: table-cell;
    padding: 0 18px;
    vertical-align: middle;
  }
}
@media all and (max-width: 1279px) {
  .s-main-promo__col--title {
    width: 100%;
  }
  .s-main-promo__col--text {
    width: 70%;
  }
  .s-main-promo__col--image {
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  .s-main-promo__col--title {
    width: 100%;
  }
  .s-main-promo__col--text {
    width: 100%;
  }
  .s-main-promo__col--image {
    width: 100%;
  }
}
.s-main-promo__heading {
  margin: 0;
  color: white;
  white-space: nowrap;
  font-size: 2.4rem;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
}
.s-main-promo__copy {
  color: white;
  margin: 0;
}
.s-searchresults {
  padding: 25px 0 0 0;
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .s-searchresults {
    padding: 43px 0 0 0;
  }
}
.s-searchresults__no-results {
  display: none;
  background: rgba(237, 77, 48, 0.1);
  border: 1px solid #ed4d30;
  padding: 10px 20px;
  -webkit-animation: fadeIn 1s cubic-bezier(0.23, 1, 0.32, 1) normal;
          animation: fadeIn 1s cubic-bezier(0.23, 1, 0.32, 1) normal;
}
.s-searchresults__no-results__copy {
  color: #ed4d30;
}
.s-searchresults__title {
  margin-top: 0;
}
.s-searchresults__count {
  color: #888888;
}
.s-searchresults__options {
  margin: 20px -25px 0 -25px;
  font-size: 0;
}
.s-searchresults__options__option {
  display: block;
  vertical-align: middle;
  padding: 0 25px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .s-searchresults__options__option {
    display: inline-block;
    vertical-align: middle;
  }
}
@media all and (max-width: 767px) {
  .s-searchresults__options__option--mobile-hidden {
    display: none;
  }
}
.s-searchresults__options__option--single {
  margin-bottom: 0;
  margin-top: 20px;
}
.s-searchresults__options__heading {
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
  margin: 0 0 10px 0;
}
@media all and (min-width: 768px) {
  .s-searchresults__options__heading {
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
}
.s-searchresults__options__select {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.s-product-gallery-wrapper {
  position: relative;
}
.s-product-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.s-product-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.s-product-gallery:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 1280px) {
  .s-product-gallery {
    display: block;
    margin: 0 -10px;
  }
}
.s-product-gallery__link {
  display: inline-block;
  padding: 5px;
  outline: none;
  width: 20%;
  min-width: 100px;
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
}
@media all and (min-width: 1280px) {
  .s-product-gallery__link {
    float: left;
    clear: left;
    width: 18%;
    padding: 0 30px 15px 10px;
    min-width: 0;
  }
  .s-product-gallery__link.mfp-iframe:after {
    margin-top: -5px;
  }
}
.s-product-gallery__link.mfp-iframe {
  position: relative;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.s-product-gallery__link.mfp-iframe .e-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  fill: white;
}
@media all and (min-width: 1280px) {
  .s-product-gallery__link.mfp-iframe .e-icon {
    margin: -20px 0 0 -22px;
  }
}
.s-product-gallery__link.mfp-iframe .s-product-gallery__image {
  padding: 0;
}
.s-product-gallery__link--primary {
  display: block;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.s-product-gallery__link--primary .s-product-gallery__image {
  border: none;
  max-height: 300px;
  padding: 0;
}
@media all and (min-width: 1280px) {
  .s-product-gallery__link--primary {
    width: 100%;
    float: right;
  }
  .s-product-gallery--with-thumbnails .s-product-gallery__link--primary {
    width: 82%;
    clear: none;
  }
  .s-product-gallery__link--primary .s-product-gallery__image {
    max-height: none;
  }
}
.s-product-gallery__link--primary.s-product-gallery__link--noimg {
  background-color: #f1f1f1;
}
.s-product-gallery__image {
  padding: 5px;
  border: 1px solid #d1d4d6;
}
.s-product-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.s-product-gallery__overlay .s-product-item__indicator {
  font-size: 1.6rem;
}
.s-product-gallery__overlay .s-product-item__indicator__item--preorder {
  top: 60px;
}
.s-product-gallery__overlay .s-product-item__indicator__item--sale {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.s-product-gallery__overlay .s-product-gallery__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 22px;
  opacity: 0;
  background-color: #313737;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.s-product-gallery__overlay .s-product-gallery__zoom .e-icon {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  fill: white;
}
.s-product-gallery__link--primary:hover .s-product-gallery__overlay .s-product-gallery__zoom {
  opacity: 1;
}
.s-product-gallery__overlay .s-product-gallery__zoom__text {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.mfp-content .mfp-close {
  top: 40px;
  right: 0;
  width: 44px;
  padding: 0;
  text-align: center;
  opacity: 1;
  background: #159394;
}
.mfp-content .mfp-close .e-icon {
  fill: white;
  width: 15px;
  height: 15px;
  pointer-events: none;
  position: relative;
  top: -1px;
}
.mfp-iframe-scaler .mfp-close {
  top: 0;
}
.mfp-bottom-bar {
  top: 90px;
  left: 100%;
  margin: 0 0 0 50px;
  width: 44px;
  text-align: center;
}
.mfp-bottom-bar .mfp-counter {
  position: static;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}
.mfp-arrow {
  opacity: 1;
}
.s-product-settings__setting {
  margin-top: 30px;
}
.s-product-settings__graph {
  margin-top: 10px;
}
.s-product-settings__graph__body {
  width: 100%;
  height: 10px;
  background-color: #f1f1f1;
  border: 1px solid #d1d4d6;
  overflow: hidden;
}
.s-product-settings__graph__bar {
  background-color: #313737;
  height: 100%;
}
.s-product-settings__graph__labels {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-product-settings__graph__label {
  position: relative;
  padding-top: 18px;
  font-size: 1.6rem;
}
.s-product-settings__graph__label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 6px;
  margin-left: -1px;
  background-color: #d1d4d6;
}
.s-product-settings__graph__label:first-child:before {
  left: 0;
  margin: 0;
}
.s-product-settings__graph__label:last-child:before {
  left: auto;
  right: 0;
  margin: 0;
}
.s-product-details {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .s-product-details {
    margin-top: 0;
  }
}
.s-product__title {
  margin-top: -7px;
  font-size: 2.2rem;
}
@media all and (min-width: 1280px) {
  .s-product__title {
    font-size: 2.8rem;
  }
}
.s-product__price {
  margin-top: .5em;
  font-family: 'Roboto', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-size: 2.6rem;
}
.s-product__price__main--sale {
  color: #ed4d30;
}
.s-product__price__rrp {
  color: #c1c3c3;
  font-weight: normal;
}
.s-product__offer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 8px;
  padding: 10px 20px;
  color: white;
  background-color: #2f9ad6;
}
.s-product__offer:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #2f9ad6;
}
@media all and (max-width: 1279px) {
  .s-product__offer {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-product__offer__first {
  font-size: 2.6rem;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media all and (min-width: 1280px) {
  .s-product__offer__first {
    margin: 0 25px 0 0;
  }
}
.s-product__offer__last {
  font-size: 1.6rem;
  line-height: 1.4;
}
.s-product__options__option {
  display: table;
  width: 100%;
}
.s-product__options__label {
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
  margin: 30px 0 15px;
}
.s-product__options__select {
  width: 100%;
}
@media all and (min-width: 768px) {
  .s-product__options__select {
    max-width: 200px;
  }
}
.s-product__options__select + .field-validation-error {
  display: table;
}
@media all and (min-width: 768px) {
  .s-product-options__final__first {
    padding-right: 20px;
    width: 226px;
    display: table-cell;
    vertical-align: bottom;
  }
}
.s-product-options__final__last {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .s-product-options__final__last {
    display: table-cell;
    vertical-align: bottom;
    white-space: nowrap;
  }
}
.s-product__extra-info {
  display: table;
  padding-top: 20px;
}
@media all and (min-width: 1280px) {
  .s-product__extra-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    margin: 20px -20px -20px;
  }
}
.s-product__extra-info__col {
  display: table-row;
}
@media all and (min-width: 1280px) {
  .s-product__extra-info__col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px;
  }
}
.s-product__extra-info__icon,
.s-product__extra-info__details {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (min-width: 1280px) {
  .s-product__extra-info__icon,
  .s-product__extra-info__details {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.s-product__extra-info__icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  text-align: center;
}
.s-product__extra-info__icon .e-icon {
  fill: #252525;
  height: 32px;
}
.s-product__extra-info__details {
  display: table-cell;
  vertical-align: top;
}
.s-product__extra-info__title {
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.s-product__extra-info__text {
  display: block;
  margin: .35em 0 0;
  font-size: 1.6rem;
  line-height: 1.3;
}
.s-product__tabs {
  margin-top: 20px;
  border: 1px solid #d1d4d6;
  background-color: white;
}
@media all and (min-width: 768px) {
  .s-product__tabs {
    margin-top: 30px;
  }
}
.s-product__tabs__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.s-product__tabs__tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #d1d4d6;
  z-index: 0;
  overflow: hidden;
}
.s-product__tabs__tab:last-child {
  border-right: none;
}
.s-product__tabs__tab.is-active {
  background-color: white;
}
.s-product__tabs__tab.is-active .s-product__tabs__button:after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.s-product__tabs__button {
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  position: relative;
  width: 100%;
  padding: 6px 0;
  font-size: 1.3rem;
  border: none;
  background: none;
  outline: none;
}
.s-product__tabs__button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f1f1f1;
  border-bottom: 1px solid #d1d4d6;
  z-index: -1;
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media all and (min-width: 768px) {
  .s-product__tabs__button {
    padding: 12px 0;
    font-size: 1.4rem;
  }
}
.s-product__tabs__body {
  white-space: nowrap;
  overflow: hidden;
}
.s-product__tabs__track {
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.s-product__tabs__tab-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 15px;
  white-space: normal;
}
@media all and (min-width: 768px) {
  .s-product__tabs__tab-content {
    padding: 20px 25px;
  }
}
.s-product__tabs__tab-content .e-editable-text,
.s-product__tabs__tab-content .e-editable-text * {
  font-family: 'Roboto', 'Open Sans', 'Helvetica', 'Verdana', sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
}
.s-product__share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.s-product__share__label {
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-right: 12px;
}
.s-product__share__links {
  margin-bottom: -4px;
}
.s-product__share__links a.at-icon-wrapper {
  margin-left: 4px;
  margin-right: 4px;
}
.s-product__share__links span.at-icon-wrapper {
  line-height: 24px !important;
  height: 24px !important;
  width: 24px !important;
}
.s-product__share__links .at-icon {
  width: 24px !important;
  height: 24px !important;
}
.s-add-cart {
  max-width: 835px;
  margin: 5px auto;
  padding: 20px 15px;
  background-color: white;
}
@media all and (min-width: 768px) {
  .s-add-cart {
    padding: 35px 30px;
  }
}
.s-add-cart__inner {
  position: relative;
}
.s-add-cart__close {
  position: absolute;
  top: -10px;
  right: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
.s-add-cart__close .e-icon {
  fill: #252525;
  height: 30px;
}
@media all and (min-width: 1280px) {
  .s-add-cart__close {
    top: -35px;
    right: -110px;
  }
  .s-add-cart__close .e-icon {
    fill: white;
  }
}
.s-add-cart__title {
  margin-top: 0;
}
.s-add-cart__product {
  margin-top: 22px;
}
.s-add-cart__product-image {
  position: relative;
  overflow: hidden;
}
.s-add-cart__product-info .s-product__title,
.s-add-cart__product-info .s-product__price {
  font-size: 1.8rem;
}
.s-add-cart__product-options {
  display: table;
  margin-top: 15px;
}
.s-add-cart__product-options p {
  display: table-row;
}
.s-add-cart__product-options b,
.s-add-cart__product-options span {
  padding: 3px 0;
}
.s-add-cart__product-options b {
  display: table-cell;
  text-transform: uppercase;
  padding-right: 18px;
}
.s-add-cart__product-options span {
  color: #a2a2a2;
}
.s-add-cart__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px -10px -10px;
}
.s-add-cart__actions .e-btn {
  margin: 10px;
}
.s-account-details {
  margin: 35px 0 0 0;
}
.s-account-details__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.s-account-details__list__item {
  display: table;
  padding: 5px 0;
  margin: 0;
}
.s-account-details__list__item__title {
  display: table-cell;
  vertical-align: top;
  width: 150px;
  font-weight: 700;
  text-transform: uppercase;
}
.s-account-details__list__item__info {
  display: table-cell;
  vertical-align: top;
  word-break: break-word;
}
.s-account-details__btn {
  margin-top: 15px;
}
.s-order-table {
  margin: 50px 0 0 0;
}
.s-order-table__heading {
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (min-width: 1280px) {
  .s-order-table__heading,
  .s-order-table__column {
    width: 50%;
  }
}
@media all and (min-width: 1280px) {
  .s-order-table__column:first-child,
  .s-order-table__heading:first-child {
    border-right: none;
  }
}
@media all and (min-width: 1280px) {
  .s-order-table__heading + .s-order-table__heading,
  .s-order-table__column + .s-order-table__column {
    border-left: none;
    text-align: right;
  }
}
@media all and (min-width: 1280px) {
  .s-order-table--alt {
    border: 1px solid #ddd;
  }
}
@media all and (min-width: 1280px) {
  .s-order-table--alt .s-order-table__column,
  .s-order-table--alt .s-order-table__heading {
    border: none;
    border-bottom: 1px solid #ddd;
    width: auto;
    border-left: 1px solid #ddd;
    text-align: left;
  }
}
@media all and (min-width: 1280px) {
  .s-order-table--alt .s-order-table__column {
    padding: 10px 20px;
  }
}
@media all and (min-width: 1280px) {
  .s-order-table__column--right,
  .s-order-table--alt .s-order-table__column--right {
    width: 10px;
    text-align: right;
    white-space: nowrap;
  }
}
.s-order-table__btn {
  min-height: 30px;
}
.s-login-title {
  margin-top: 0;
}
.s-register-message {
  margin-top: 50px;
}
.s-register-message__btn {
  margin-top: 10px;
}
.s-multiform {
  position: relative;
  overflow: hidden;
}
.s-multiform__form {
  transition: opacity 0.4s linear 0.25s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear 0.25s;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear 0.25s, -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  vertical-align: top;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.s-multiform__form + .s-multiform__form {
  margin: 0;
}
.s-multiform__form.is-active,
.s-multiform__form.out-animating {
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  visibility: visible;
}
.s-multiform__form.in-animating {
  opacity: 1;
}
.s-multiform__form.out-animating {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.s-multiform__form.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.s-steps {
  margin-top: 30px;
}
.s-steps__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-steps__list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  height: 50px;
  margin: 0;
  border: 1px solid #d1d4d6;
  border-left: none;
  color: #aaa;
}
.s-steps__list__item:first-child {
  border-left: 1px solid #d1d4d6;
}
.s-steps__list__item--current {
  background: #f1f1f1;
  color: #252525;
}
.s-steps__list__item__icon {
  vertical-align: middle;
  width: 25px;
  height: 20px;
  fill: currentColor;
}
@media all and (min-width: 768px) {
  .s-steps__list__item__icon {
    margin-right: 10px;
  }
}
.s-steps__list__item__text {
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .s-steps__list__item__text {
    font-size: 0;
  }
}
.s-shipping-notice {
  margin-top: 30px;
  padding: 15px 30px 15px 80px;
  color: white;
  background-color: #2f9ad6;
  position: relative;
}
.s-shipping-notice:before {
  content: '!';
  display: block;
  vertical-align: top;
  border-radius: 50%;
  text-align: center;
  font-size: 3.6rem;
  background-color: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 15px;
  left: 30px;
}
@media all and (min-width: 1280px) {
  .s-shipping-notice:before {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 4rem;
  }
}
@media all and (max-width: 768px) {
  .s-shipping-notice {
    padding: 70px 30px 15px 30px;
  }
  .s-shipping-notice:before {
    left: 50%;
    top: 15px;
    margin-left: -20px;
  }
}
.s-shipping-notice__inner {
  display: table-cell;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .s-shipping-notice__inner {
    padding-left: 30px;
  }
}
@media all and (min-width: 1280px) {
  .s-shipping-notice__inner {
    font-size: 1.8rem;
  }
}
.s-cart-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .s-cart-options {
    margin: -10px;
  }
  .s-cart-options .e-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px;
  }
}
.s-cart-options--bottom {
  margin-top: 50px;
}
.s-cart {
  margin-top: 30px;
  border: 1px solid #d1d4d6;
}
@media all and (min-width: 768px) {
  .s-cart {
    display: table;
    width: 100%;
  }
}
.s-cart--nmt {
  margin-top: 0;
}
.s-cart__header {
  background-color: #f1f1f1;
  padding-left: 0;
}
@media all and (min-width: 768px) {
  .s-cart__header {
    display: table-header-group;
  }
}
@media all and (min-width: 768px) {
  .s-cart__body {
    display: table-footer-group;
  }
}
.s-cart__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  font-size: 0;
  padding: 15px 0;
}
.s-cart__row + .s-cart__row {
  border-top: 1px solid #d1d4d6;
}
@media all and (min-width: 768px) {
  .s-cart__row {
    display: table-row;
    padding: 0;
  }
}
.s-cart__cell {
  font-size: 1.6rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 768px) {
  .s-cart__cell {
    display: table-cell;
    vertical-align: top;
    padding: 25px 15px;
    border-top: 1px solid #d1d4d6;
  }
  .s-cart__cell:first-child {
    padding-left: 25px;
  }
  .s-cart__cell:last-child {
    padding-right: 25px;
  }
  .s-cart__cell p {
    line-height: 1;
  }
}
.s-cart__row--header-row {
  padding: 0;
}
.s-cart__cell--header {
  display: none;
  padding: 10px 15px;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-top: 0;
}
@media all and (min-width: 768px) {
  .s-cart__cell--header {
    display: table-cell;
    white-space: nowrap;
  }
}
.s-cart__cell--header--mobile {
  display: block;
  text-align: left;
}
@media all and (min-width: 768px) {
  .s-cart__cell--header--mobile {
    margin-left: -180px;
  }
}
.s-cart__cell__image-wrapper {
  position: relative;
  overflow: hidden;
}
.s-cart__cell--image {
  text-align: center;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .s-cart__cell--image {
    display: inline-block;
    width: 30%;
  }
}
@media all and (min-width: 768px) {
  .s-cart__cell--image {
    position: static;
    width: 180px;
  }
}
@media all and (max-width: 479px) {
  .s-cart__cell--image {
    width: 40%;
  }
}
.s-cart__cell--product--info {
  width: 100%;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .s-cart__cell--product--info {
    display: inline-block;
    width: 70%;
  }
}
@media all and (max-width: 479px) {
  .s-cart__cell--product--info {
    width: 60%;
  }
}
.s-cart__cell--price {
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  .s-cart__cell--price {
    display: table-cell;
    vertical-align: top;
  }
}
.s-cart__cell--qty {
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  .s-cart__cell--qty {
    display: table-cell;
    vertical-align: top;
  }
}
.s-cart__cell__qty {
  max-width: 85px;
}
@media all and (min-width: 768px) {
  .s-cart__cell--subtotal {
    margin: 10px 0 0;
  }
}
.s-cart__cell__image {
  max-height: 150px;
}
@media all and (min-width: 768px) {
  .s-cart__cell__image {
    max-width: 150px;
    padding: 0;
  }
}
.s-cart__cell__product-name {
  display: inline;
  color: #252525;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  line-height: 1.4;
  font-size: 1.8rem;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .s-cart__cell__product-name {
    font-size: 1.4rem;
  }
}
a.s-cart__cell__product-name:hover,
a.s-cart__cell__product-name:focus {
  border-bottom-color: currentColor;
}
.s-cart__cell__product-details {
  margin-top: 10px;
}
.s-cart__cell__product-detail {
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.4;
}
.s-cart__cell__product-detail strong {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 6px 0;
}
.s-cart__cell__remove-btn {
  display: inline-block;
  margin-top: 10px;
}
.s-cart__cell__item-price {
  line-height: 44px;
}
.s-cart__cell__item-price:after {
  content: '×';
  display: inline-block;
  margin: 0 -15px 0 0.5em;
}
@media all and (min-width: 768px) {
  .s-cart__cell__item-price {
    line-height: inherit;
  }
  .s-cart__cell__item-price:after {
    content: none;
  }
}
.s-cart__cell__qty .e-field {
  padding: 0 0 0 .75em;
  line-height: 44px;
}
.s-cart__cell__qty p {
  line-height: 44px;
}
@media all and (min-width: 768px) {
  .s-cart__cell__qty p {
    line-height: 1;
  }
}
.s-cart__cell__qty-text {
  width: 100%;
  text-align: center;
}
.s-cart__cell__update-btn {
  margin-top: 16px;
  width: 100%;
  text-align: center;
}
.s-cart__cell__update-btn .e-btn__text {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.s-cart__cell__item-subtotal {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.s-cart__cell__item-subtotal:before {
  content: 'Subtotal';
  margin-bottom: -3px;
  display: block;
}
@media all and (min-width: 768px) {
  .s-cart__cell__item-subtotal {
    text-align: right;
  }
  .s-cart__cell__item-subtotal:before {
    content: none;
  }
}
.s-cart-related-products {
  margin-top: 30px;
}
.s-form-account {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 1280px) {
  .s-form-account {
    max-width: 400px;
  }
}
.s-form-account__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin: 10px 30px 10px 0;
}
.s-discount {
  margin-top: 30px;
  padding: 5px 15px 25px;
  background-color: #f1f1f1;
}
@media all and (min-width: 1280px) {
  .s-discount {
    padding: 5px 25px 25px;
  }
}
.s-discount__input-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.s-discount__input-wrapper .e-field {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.s-discount__input-wrapper .e-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 30px;
}
.s-discount__output {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px -5px -5px;
}
.s-discount__output__text {
  margin: 5px;
  font-size: 1.6rem;
}
.s-discount__output__text b {
  text-transform: uppercase;
}
.s-discount__output .e-btn {
  margin: 5px;
}
.s-totals {
  display: table;
  width: 100%;
  margin: 30px 0 0 auto;
}
@media all and (min-width: 768px) {
  .s-totals {
    max-width: 350px;
  }
}
.s-totals__row {
  display: table-row;
}
.s-totals__row :first-child {
  text-align: left;
}
.s-totals__cell {
  display: table-cell;
  padding: 5px 0;
  font-size: 1.6rem;
  text-align: right;
}
.s-totals__row--subtotal .s-totals__cell {
  font-weight: bold;
  padding-top: 20px;
}
.s-order-addresses {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px -20px;
  max-width: 400px;
}
.s-order-addresses__col {
  min-width: 120px;
  margin-bottom: 20px;
}
.s-order-addresses__cell {
  border: none;
  padding: 0 10px;
}
.s-order-addresses__cell--header {
  font-size: 1.6rem;
  font-weight: bold;
  margin: -0.35em -0.35em 0.15em;
}
.s-order-addresses__title,
.s-order-addresses__cell--header .e-link {
  margin: .35em;
}
.s-invoice-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px -15px;
}
.s-invoice-title__cell {
  padding: 5px 15px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.s-invoice-title__cell b {
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .s-invoice-title__cell b {
    display: block;
  }
}
.s-checkout-sidebar {
  margin: 30px 0 60px;
  text-align: center;
}
.s-checkout-sidebar__title {
  text-transform: none;
}
.s-checkout-sidebar__options {
  text-align: center;
}
.s-order-complete-social {
  margin-top: 20px;
}
.s-order-complete-social__btns {
  margin: -10px;
}
.s-order-complete-social__btns .e-btn {
  margin: 10px;
}
.e-gift-voucher {
  background-color: #fdbd05;
  padding: 15px 10px;
}
.e-gift-voucher .e-icon {
  display: block;
  width: 18px;
  height: 20px;
  margin: 0 auto 16px;
  fill: white;
}
.e-gift-voucher__text {
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  color: white;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.e-iframe-wrapper {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.e-iframe-wrapper--spacing-top {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .e-iframe-wrapper {
    padding-bottom: 50%;
  }
}
@media all and (min-width: 990px) {
  .e-iframe-wrapper {
    padding-bottom: 33.3333%;
  }
}
@media all and (min-width: 1280px) {
  .e-iframe-wrapper {
    padding-bottom: 75%;
  }
}
.e-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.s-related-products {
  margin-top: 30px;
}
.f-newsletter-signup {
  background-color: #313737;
  padding: 45px 0 50px 0;
  text-align: center;
}
@media all and (min-width: 768px) {
  .f-newsletter-signup {
    padding: 47px 0;
  }
}
.f-newsletter-signup__heading {
  color: white;
  font-size: 2rem;
  font-family: 'Raleway', 'Open Sans', 'Helvetica', 'Verdana', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  letter-spacing: 0.15rem;
  margin-bottom: 25px;
  text-transform: none;
}
@media all and (max-width: 767px) {
  .f-newsletter-form {
    text-align: left;
  }
}
.f-newsletter-form .e-btn {
  vertical-align: top;
}
.f-newsletter-form__field-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
@media all and (min-width: 768px) {
  .f-newsletter-form__field-wrapper {
    margin-right: 15px;
    margin-bottom: 0;
    width: 250px;
  }
}
@media all and (min-width: 1280px) {
  .f-newsletter-form__field-wrapper {
    width: 300px;
  }
}
.f-newsletter-form__field {
  border: 1px solid white;
}
.f-main {
  padding: 48px 0 56px 0;
}
@media all and (min-width: 768px) {
  .f-main {
    padding: 45px 0 43px 0;
  }
}
.f-main table {
  margin-top: 12px;
}
.f-main table td {
  border: none;
  padding: 0;
  line-height: 1.36857em;
  font-size: 1.4rem;
}
.f-main table td:first-child {
  padding-left: 0;
  width: 100px;
}
@media all and (max-width: 767px) {
  .f-main__column + .f-main__column {
    margin-top: 24px;
  }
}
.f-main__column__block {
  font-size: 0;
}
.f-main__column__block p {
  line-height: 1.4857em;
  font-size: 1.4rem;
  letter-spacing: 0.080rem;
}
.f-main__column__block + .f-main__column__block {
  margin-top: 23px;
}
.f-main__column__block__title {
  text-transform: none;
  display: block;
  margin-bottom: 10px;
  color: #252525;
}
.f-main__links {
  list-style: none;
  margin: 0;
  letter-spacing: 0.080rem;
}
.f-main__link-item {
  line-height: 1.22057em;
  margin-bottom: 8px;
}
.f-main__link-item__icon {
  width: 6px;
  height: 10px;
  fill: #a2a2a2;
  margin-right: 5px;
}
.f-main__link {
  color: #a2a2a2;
  font-size: 1.4rem;
}
.f-main__link:hover {
  color: #252525;
}
.f-main__social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px -5px -5px;
}
@media all and (min-width: 768px) {
  .f-main__social {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px -10px -10px;
  }
}
.s-btn-instagram .e-btn__icon {
  height: 30px;
  width: 30px;
}
.s-btn-facebook .e-btn__icon {
  height: 24px;
  width: 12px;
}
.f-main__social .s-btn-facebook,
.f-main__social .s-btn-instagram {
  margin: 10px;
}
@media all and (max-width: 767px) {
  .f-main__social .s-btn-facebook,
  .f-main__social .s-btn-instagram {
    margin: 5px;
    min-width: 44px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .f-main__social .s-btn-facebook .e-btn__icon,
  .f-main__social .s-btn-instagram .e-btn__icon {
    margin: 0;
  }
  .f-main__social .s-btn-facebook .e-btn__text,
  .f-main__social .s-btn-instagram .e-btn__text {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    margin: 0;
    padding: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    letter-spacing: 0;
  }
}
.e-payment-options {
  list-style: none;
  margin: -8px;
}
.e-payment-options__option {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 8px;
}
@media all and (min-width: 768px) {
  .e-payment-options__option {
    display: block;
  }
}
.e-payment-options__link {
  display: block;
}
.e-payment-options__img {
  max-width: 100%;
  display: inline-block;
}
.f-bottom-strip {
  border-top: 1px solid #d1d4d6;
  padding: 15px 0;
}
.f-bottom-strip__copyright {
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .f-bottom-strip__copyright {
    float: left;
    letter-spacing: 0.080rem;
  }
}
.f-bottom-strip__links {
  list-style: none;
  margin: 10px 0;
}
@media all and (min-width: 768px) {
  .f-bottom-strip__links {
    float: left;
    margin: 0;
  }
}
.f-bottom-strip__link-item {
  padding-left: 20px;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.080rem;
}
.f-bottom-strip__link-item:before {
  content: '|';
  color: #dddfe1;
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .f-bottom-strip__link-item {
    padding: 0;
  }
  .f-bottom-strip__link-item:before {
    content: none;
  }
}
.f-bottom-strip__link {
  color: #a2a2a2;
}
.f-bottom-strip__link:hover {
  color: #252525;
}
.f-bottom-strip__zeroseven-link {
  color: #a2a2a2;
  font-size: 1.4rem;
  line-height: 1.68;
  letter-spacing: 0.080rem;
}
.f-bottom-strip__zeroseven-link:hover {
  color: #252525;
}
@media all and (min-width: 768px) {
  .f-bottom-strip__zeroseven-link {
    float: right;
  }
}
.modal {
  display: table;
  position: fixed;
  z-index: 138;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity .4s ease;
}
.modal.visually-hidden {
  display: none;
  opacity: 0;
}
.no-rgba .modal {
  background-color: #222;
}
.modal__wrapper {
  display: table-cell;
  padding: 15px;
  padding-top: 44px;
  text-align: center;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  .modal__wrapper {
    padding: 30px;
    padding-top: 44px;
  }
}
@media all and (min-width: 1280px) {
  .modal__wrapper {
    padding: 40px;
    padding-top: 44px;
  }
}
.modal__container {
  display: inline-block;
  position: relative;
  max-width: 685px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}
.modal.visually-hidden .modal__container {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  opacity: 0;
}
.modal__content {
  background-color: white;
  display: inline-block;
  max-width: 685px;
  overflow-y: auto;
  padding: 45px;
  position: relative;
  text-align: left;
}
.modal__content * {
  margin: 0;
}
.modal__close-modal {
  color: transparent;
  display: block;
  height: 44px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: -44px;
  width: 44px;
}
.modal__close-modal:before {
  background-color: #eee;
  content: "";
  height: 44px;
  left: 0;
  top: 0;
  position: absolute;
  width: 44px;
}
.modal__close-modal:after {
  content: "\00d7";
  color: #222;
  font-size: 24px;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -12px;
  position: absolute;
  text-indent: 0;
  top: 50%;
}
.e-modal-content {
  background: white;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  position: relative;
  padding: 50px 30px;
}
.e-modal-content .mfp-close {
  top: 0;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}
@media all and (max-width: 767px) {
  .visually-hidden-mobile {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
  }
}
.visually-visible {
  position: static !important;
  overflow: auto !important;
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: normal !important;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.noscript-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 7px;
  background-color: #cc6c6c;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 9;
}
.lt-ie8 {
  padding-bottom: 83px;
}
.lt-ie8-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 7px;
  background-color: #cc6c6c;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 9;
}
