




/*
     FILE ARCHIVED ON 7:23:29 Aug 16, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:45:44 Nov 3, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "UTF-8";
/* line 5, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'sprite' and 'sprite-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)' or simply class '.<sprite-name>'
 */
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
/* line 6, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-hidden {
  display: none !important;
}

/* line 13, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* line 21, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/* line 32, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

/* line 43, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* line 53, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
/* line 57, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
/* line 61, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-panel.mm-highest {
  z-index: 1;
}

/* line 67, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 80, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
/* line 86, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}

/* line 97, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

/* line 105, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
/* line 110, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

/* line 119, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

/* line 127, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
/* line 132, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
/* line 140, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 147, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 163, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
/* line 168, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
/* line 173, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 177, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 186, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
/* line 191, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

/* line 201, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-panel .mm-navbar {
  display: none;
}
/* line 205, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

/* line 213, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 221, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
/* line 227, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
/* line 233, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview > li {
  position: relative;
}
/* line 237, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}
/* line 245, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
/* line 255, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
/* line 33, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 265, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
/* line 273, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
/* line 33, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/* line 286, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
/* line 292, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
/* line 296, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
/* line 301, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

/* line 312, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
/* line 316, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

/* line 325, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
/* line 331, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-inset > li {
  padding: 5px 0;
}

/* line 339, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

/* line 351, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-spacer {
  padding-top: 40px;
}
/* line 355, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
/* line 360, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

/* line 368, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 374, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}

/* line 378, ../src/partials/vendor/mmenu/partials/_mmenu-oncanvas.scss */
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}

/* line 7, ../src/partials/vendor/mmenu/partials/_colors.scss */
.mm-menu {
  background: #353535;
  border-color: rgba(0, 0, 0, 0.1);
  color: white;
}
/* line 15, ../src/partials/vendor/mmenu/partials/_colors.scss */
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
/* line 23, ../src/partials/vendor/mmenu/partials/_colors.scss */
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 31, ../src/partials/vendor/mmenu/partials/_colors.scss */
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 37, ../src/partials/vendor/mmenu/partials/_colors.scss */
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 45, ../src/partials/vendor/mmenu/partials/_colors.scss */
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
/* line 56, ../src/partials/vendor/mmenu/partials/_colors.scss */
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
/* line 63, ../src/partials/vendor/mmenu/partials/_colors.scss */
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
/* line 6, ../src/partials/vendor/mmenu/partials/_mmenu-offcanvas.scss */
.mm-page {
  box-sizing: border-box;
  position: relative;
}

/* line 11, ../src/partials/vendor/mmenu/partials/_mmenu-offcanvas.scss */
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 22, ../src/partials/vendor/mmenu/partials/_mmenu-offcanvas.scss */
html.mm-opened {
  overflow: hidden;
  position: relative;
}
/* line 27, ../src/partials/vendor/mmenu/partials/_mmenu-offcanvas.scss */
html.mm-opened body {
  overflow: hidden;
}

/* line 33, ../src/partials/vendor/mmenu/partials/_mmenu-offcanvas.scss */
html.mm-background .mm-page {
  background: inherit;
}

/* line 37, ../src/partials/vendor/mmenu/partials/_mmenu-offcanvas.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

/* line 51, ../src/partials/vendor/mmenu/partials/_mmenu-offcanvas.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

/* line 60, ../src/partials/vendor/mmenu/partials/_mmenu-offcanvas.scss */
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
/* line 65, ../src/partials/vendor/mmenu/partials/_mmenu-offcanvas.scss */
.mm-menu.mm-current {
  display: block;
}

/* line 5, ../src/partials/vendor/mmenu/partials/_sizing.scss */
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 280px;
}

/* line 13, ../src/partials/vendor/mmenu/partials/_sizing.scss */
html.mm-opening .mm-slideout {
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%);
}

@media all and (max-width: 175px) {
  /* line 21, ../src/partials/vendor/mmenu/partials/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -ms-transform: translateX(140px);
    -o-transform: translateX(140px);
    transform: translateX(140px);
  }
}
@media all and (min-width: 350px) {
  /* line 30, ../src/partials/vendor/mmenu/partials/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translateX(280px);
    -moz-transform: translateX(280px);
    -ms-transform: translateX(280px);
    -o-transform: translateX(280px);
    transform: translateX(280px);
  }
}
/*
	jQuery.mmenu navbars addon CSS
*/
/* line 7, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 16, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}

/* line 25, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

/* line 29, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

/* line 34, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

/* line 41, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-close:after {
  content: 'x';
}

/* line 50, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

/* line 62, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
/* line 72, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
/* line 77, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}
/* line 85, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
/* line 89, ../src/partials/vendor/mmenu/partials/_mmenu-navbars.scss */
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

/* line 66, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-top-1 {
  top: 0px;
}

/* line 73, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}
/* line 77, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}
/* line 83, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}

/* line 66, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-top-2 {
  top: 40px;
}

/* line 73, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}
/* line 77, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}
/* line 83, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}

/* line 66, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-top-3 {
  top: 80px;
}

/* line 73, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}
/* line 77, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}
/* line 83, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}

/* line 66, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-top-4 {
  top: 120px;
}

/* line 73, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}
/* line 77, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}
/* line 83, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}

/* line 66, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-bottom-1 {
  bottom: 0px;
}

/* line 73, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}
/* line 77, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}

/* line 66, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-bottom-2 {
  bottom: 40px;
}

/* line 73, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}
/* line 77, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}

/* line 66, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-bottom-3 {
  bottom: 80px;
}

/* line 73, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}
/* line 77, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}

/* line 66, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-bottom-4 {
  bottom: 120px;
}

/* line 73, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}
/* line 77, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}

/* line 92, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-size-2 {
  height: 80px;
}

/* line 92, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-size-3 {
  height: 120px;
}

/* line 92, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-size-4 {
  height: 160px;
}

/* line 99, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-content-2 > * {
  width: 50%;
}

/* line 99, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-content-3 > * {
  width: 33.33%;
}

/* line 99, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-content-4 > * {
  width: 25%;
}

/* line 99, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-content-5 > * {
  width: 20%;
}

/* line 99, ../src/partials/vendor/mmenu/partials/_mixins.scss */
.mm-navbar-content-6 > * {
  width: 16.67%;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
/* line 13, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
/* line 20, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
/* line 35, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
/* line 47, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
/* line 54, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
/* line 59, ../src/partials/vendor/_selectboxit.scss */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
/* line 69, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* line 76, ../src/partials/vendor/_selectboxit.scss */
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
/* line 81, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
/* line 103, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
/* line 108, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
/* line 113, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
/* line 120, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
/* line 126, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
/* line 132, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
/* line 138, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
/* line 143, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
/* line 148, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
/* line 156, ../src/partials/vendor/_selectboxit.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
/* line 166, ../src/partials/vendor/_selectboxit.scss */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
/* line 171, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-option-icon-container {
  float: left;
}

/* line 175, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
/* line 182, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

/* line 191, ../src/partials/vendor/_selectboxit.scss */
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
/* line 202, ../src/partials/vendor/_selectboxit.scss */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
/* line 207, ../src/partials/vendor/_selectboxit.scss */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* Slider */
/* line 3, ../src/partials/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../src/partials/vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../src/partials/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../src/partials/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../src/partials/vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../src/partials/vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../src/partials/vendor/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../src/partials/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../src/partials/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../src/partials/vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, ../src/partials/vendor/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../src/partials/vendor/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../src/partials/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../src/partials/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../src/partials/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../src/partials/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../src/partials/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, ../src/partials/vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 103, ../src/partials/vendor/_slick.scss */
.slick-loading .slick-list {
  background: #fff url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/build/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/build/fonts/slick.eot");
  src: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/build/fonts/slick.eot") format("embedded-opentype"), url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/build/fonts/slick.woff") format("woff"), url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/build/fonts/slick.ttf") format("truetype"), url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/build/fonts/slick.svg") format("svg");
}
/* Arrows */
/* line 119, ../src/partials/vendor/_slick.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 145, ../src/partials/vendor/_slick.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 154, ../src/partials/vendor/_slick.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 161, ../src/partials/vendor/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 167, ../src/partials/vendor/_slick.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 181, ../src/partials/vendor/_slick.scss */
.slick-prev {
  left: -25px;
}

/* line 185, ../src/partials/vendor/_slick.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 190, ../src/partials/vendor/_slick.scss */
.slick-prev:before {
  content: '←';
}

/* line 194, ../src/partials/vendor/_slick.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 199, ../src/partials/vendor/_slick.scss */
.slick-next {
  right: -25px;
}

/* line 203, ../src/partials/vendor/_slick.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 208, ../src/partials/vendor/_slick.scss */
.slick-next:before {
  content: '→';
}

/* line 212, ../src/partials/vendor/_slick.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 218, ../src/partials/vendor/_slick.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 223, ../src/partials/vendor/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 237, ../src/partials/vendor/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 250, ../src/partials/vendor/_slick.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 268, ../src/partials/vendor/_slick.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 273, ../src/partials/vendor/_slick.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 278, ../src/partials/vendor/_slick.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 300, ../src/partials/vendor/_slick.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Magnific Popup CSS */
/* line 76, ../src/partials/vendor/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 93, ../src/partials/vendor/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 105, ../src/partials/vendor/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 120, ../src/partials/vendor/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 131, ../src/partials/vendor/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 138, ../src/partials/vendor/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 148, ../src/partials/vendor/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 155, ../src/partials/vendor/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 159, ../src/partials/vendor/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 165, ../src/partials/vendor/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 172, ../src/partials/vendor/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 177, ../src/partials/vendor/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 188, ../src/partials/vendor/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 207, ../src/partials/vendor/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 218, ../src/partials/vendor/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 228, ../src/partials/vendor/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}
/* line 230, ../src/partials/vendor/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 238, ../src/partials/vendor/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 245, ../src/partials/vendor/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 252, ../src/partials/vendor/_magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 266, ../src/partials/vendor/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 274, ../src/partials/vendor/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 295, ../src/partials/vendor/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 303, ../src/partials/vendor/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 308, ../src/partials/vendor/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 314, ../src/partials/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 324, ../src/partials/vendor/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 336, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 349, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 352, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 359, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 375, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 383, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 392, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 395, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 400, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 407, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 409, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 414, ../src/partials/vendor/_magnific-popup.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 425, ../src/partials/vendor/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 428, ../src/partials/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 433, ../src/partials/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 437, ../src/partials/vendor/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 442, ../src/partials/vendor/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #000;
}

/* Main image in popup */
/* line 462, ../src/partials/vendor/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 477, ../src/partials/vendor/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}
/* line 479, ../src/partials/vendor/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #444;
}
/* line 493, ../src/partials/vendor/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 499, ../src/partials/vendor/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 503, ../src/partials/vendor/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 511, ../src/partials/vendor/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 520, ../src/partials/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 527, ../src/partials/vendor/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 540, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 545, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 551, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 555, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 560, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 570, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 574, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 578, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 598, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 602, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 606, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 610, ../src/partials/vendor/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 622, ../src/partials/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 625, ../src/partials/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 632, ../src/partials/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 635, ../src/partials/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 638, ../src/partials/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

@font-face {
  font-family: "dw-icons";
  src: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/fonts/dw-icons.eot");
  src: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/fonts/dw-icons.eot") format("embedded-opentype"), url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/fonts/dw-icons.woff") format("woff"), url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/fonts/dw-icons.ttf") format("truetype"), url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/fonts/dw-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
[data-icon]:before {
    @include icon-base;
    content: attr(data-icon);
}
*/
/* line 33, ../src/partials/base/_icons.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "dw-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, ../src/partials/base/_icons.scss */
.icon-arrow:before {
  content: "\61";
}

/* line 41, ../src/partials/base/_icons.scss */
.icon-cross:before {
  content: "\63";
}

/* line 44, ../src/partials/base/_icons.scss */
.icon-dots:before {
  content: "\64";
}

/* line 47, ../src/partials/base/_icons.scss */
.icon-facebook:before {
  content: "\65";
}

/* line 50, ../src/partials/base/_icons.scss */
.icon-instagram:before {
  content: "\66";
}

/* line 53, ../src/partials/base/_icons.scss */
.icon-pinterest:before {
  content: "\67";
}

/* line 56, ../src/partials/base/_icons.scss */
.icon-ribbon:before {
  content: "\68";
}

/* line 59, ../src/partials/base/_icons.scss */
.icon-twitter:before {
  content: "\69";
}

/* line 62, ../src/partials/base/_icons.scss */
.icon-weibo:before {
  content: "\6a";
}

/* line 65, ../src/partials/base/_icons.scss */
.icon-googleplus:before {
  content: "\6b";
}

/* line 68, ../src/partials/base/_icons.scss */
.icon-arrow-down:before {
  content: "\6c";
}

/* line 71, ../src/partials/base/_icons.scss */
.icon-men:before {
  content: "\6d";
}

/* line 74, ../src/partials/base/_icons.scss */
.icon-women:before {
  content: "\6e";
}

/* line 77, ../src/partials/base/_icons.scss */
.icon-watch:before {
  content: "\6f";
}

/* line 80, ../src/partials/base/_icons.scss */
.icon-cart-empty:before {
  content: "\62";
}

/* line 83, ../src/partials/base/_icons.scss */
.icon-cart-full:before {
  content: "\70";
}

/* line 86, ../src/partials/base/_icons.scss */
.icon-minus:before {
  content: "\71";
}

/* line 89, ../src/partials/base/_icons.scss */
.icon-plus:before {
  content: "\72";
}

/* line 92, ../src/partials/base/_icons.scss */
.icon-arrow-left:before {
  content: "\73";
}

/* line 95, ../src/partials/base/_icons.scss */
.icon-arrow-right:before {
  content: "\74";
}

/* line 98, ../src/partials/base/_icons.scss */
.icon-search:before {
  content: "\75";
}

/* line 101, ../src/partials/base/_icons.scss */
.icon-camera:before {
  content: "\76";
}

/* line 104, ../src/partials/base/_icons.scss */
.icon-wechat-no-circle:before {
  content: "\77";
}

/* line 107, ../src/partials/base/_icons.scss */
.icon-weibo-no-circle:before {
  content: "\78";
}

/* line 110, ../src/partials/base/_icons.scss */
.icon-dot:before {
  content: "\79";
}

/* line 113, ../src/partials/base/_icons.scss */
.icon-dot-filled:before {
  content: "\7a";
}

/* line 116, ../src/partials/base/_icons.scss */
.icon-vk:before {
  content: "\41";
}

/* line 119, ../src/partials/base/_icons.scss */
.icon-snapchat {
  width: 35px;
  height: 35px;
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-position: -30px -60px;
  width: 35px;
  height: 35px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 119, ../src/partials/base/_icons.scss */
  .icon-snapchat {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: -30px -60px;
    width: 35px;
    height: 35px;
  }
}

/* line 124, ../src/partials/base/_icons.scss */
.icon-snapchat-dark {
  width: 35px;
  height: 35px;
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-position: -60px -95px;
  width: 35px;
  height: 35px;
  margin-bottom: -5px;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 124, ../src/partials/base/_icons.scss */
  .icon-snapchat-dark {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: -60px -95px;
    width: 35px;
    height: 35px;
  }
}

/**
 * set width and gutter of a grid item
 * @param $map sass-list, a map of grid settings defined per breakpoint
 * @param $gutter-pos margin|padding
 * @param $brakpoint-map, a map of breakpoints and their widths
 *
 * $map example
 * valid keys: 'default', all keys defined in $breakpoint-map
 * $map: (
 *     default: (
 *        cols: 2,
 *        gutter: 30px
 *     ),
 *     tablet: (
 *         cols: 3,
 *         gutter: (35px, 50px) // (x, y)
 *     )
 * );
 */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* line 4, ../src/partials/base/_typography.scss */
body {
  font-family: "adobe-caslon-pro", serif;
  font-size: 16px;
  color: #4f4f4f;
}

/* line 11, ../src/partials/base/_typography.scss */
h1 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 31px;
  line-height: 1.18em;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 300;
}
@media (min-width: 1000px) {
  /* line 11, ../src/partials/base/_typography.scss */
  h1 {
    font-size: 54px;
  }
}

/* line 14, ../src/partials/base/_typography.scss */
h2 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.18em;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 300;
}
@media (min-width: 1000px) {
  /* line 14, ../src/partials/base/_typography.scss */
  h2 {
    font-size: 38px;
  }
}

/* line 17, ../src/partials/base/_typography.scss */
h3 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.18em;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 300;
}
@media (min-width: 1000px) {
  /* line 17, ../src/partials/base/_typography.scss */
  h3 {
    font-size: 24px;
  }
}

/* line 20, ../src/partials/base/_typography.scss */
h4 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 270, ../src/partials/base/_mixins.scss */
.line-header:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  border-bottom: 1px solid white;
  margin: 0.3em auto 0 auto;
}
/* line 283, ../src/partials/base/_mixins.scss */
.line-header.dark:after {
  border-color: #c8c8c8;
}

/* line 27, ../src/partials/base/_typography.scss */
.centered {
  text-align: center;
}

/* line 31, ../src/partials/base/_typography.scss */
p {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  margin: 1.4em 0;
}
/* line 36, ../src/partials/base/_typography.scss */
p.introduction {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.005em;
  line-height: 1.35em;
}
/* line 42, ../src/partials/base/_typography.scss */
p.caption {
  font-style: italic;
  color: #aaa;
  margin-top: 0px;
}
/* line 47, ../src/partials/base/_typography.scss */
p.featured {
  font-size: 19px;
  letter-spacing: 0.005em;
  line-height: 1.35em;
}
/* line 52, ../src/partials/base/_typography.scss */
p a {
  font-style: italic;
  font-size: 1.1em;
}

/* line 58, ../src/partials/base/_typography.scss */
a {
  text-decoration: underline;
  color: #4e5874;
}
/* line 61, ../src/partials/base/_typography.scss */
a:hover {
  text-decoration: none;
}
/* line 64, ../src/partials/base/_typography.scss */
a.a-big {
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
}

/* line 71, ../src/partials/base/_typography.scss */
strong {
  font-weight: bold;
}

/* line 75, ../src/partials/base/_typography.scss */
em,
i {
  font-style: italic;
}

/* line 80, ../src/partials/base/_typography.scss */
hr {
  color: #ddd;
  background-color: #ddd;
  height: 1px;
  border: none;
}

/* line 87, ../src/partials/base/_typography.scss */
.line-through {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
}
/* line 241, ../src/partials/base/_mixins.scss */
.line-through > span {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
}
/* line 245, ../src/partials/base/_mixins.scss */
.line-through > span:before, .line-through > span:after {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 45%;
  width: 400%;
}
/* line 256, ../src/partials/base/_mixins.scss */
.line-through > span:before {
  right: 100%;
}
/* line 259, ../src/partials/base/_mixins.scss */
.line-through > span:after {
  left: 100%;
}
@media (min-width: 640px) {
  /* line 87, ../src/partials/base/_typography.scss */
  .line-through {
    padding: 0 60px;
  }
}

@media (min-width: 1000px) {
  /* line 92, ../src/partials/base/_typography.scss */
  p {
    font-size: 18px;
  }
  /* line 94, ../src/partials/base/_typography.scss */
  p.introduction {
    font-size: 23px;
  }
  /* line 97, ../src/partials/base/_typography.scss */
  p.featured {
    font-size: 24px;
  }
}
/* line 4, ../src/partials/base/_global.scss */
::selection {
  background: #4e5874;
  color: white;
}

/* line 8, ../src/partials/base/_global.scss */
::-moz-selection {
  background: #4e5874;
  color: white;
}

/* line 13, ../src/partials/base/_global.scss */
html {
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../src/partials/base/_global.scss */
body #page-wrapper {
  min-height: 100vh;
  background: white;
  position: relative;
  overflow-x: hidden;
}

/* line 27, ../src/partials/base/_global.scss */
.grid {
  max-width: 1070px;
  margin: 0 auto;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
/* line 359, ../src/partials/base/_mixins.scss */
.grid > .inner {
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 359, ../src/partials/base/_mixins.scss */
  .grid > .inner {
    margin: 13px;
  }
}
/* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 640px) {
  /* line 27, ../src/partials/base/_global.scss */
  .grid {
    max-width: 1102px;
    padding: 13px;
  }
}

/* line 31, ../src/partials/base/_global.scss */
img {
  max-width: 100%;
  max-height: 100%;
}

/* line 36, ../src/partials/base/_global.scss */
.loader--spin.global {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -20px;
  margin-left: -20px;
  background: white;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease;
  -o-transition: -o-transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
}
/* line 53, ../src/partials/base/_global.scss */
.loader--spin.global svg {
  height: 100%;
  width: 100%;
}

/* line 59, ../src/partials/base/_global.scss */
body.loading .loader--spin.global {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* line 66, ../src/partials/base/_global.scss */
.wf-loading {
  visibility: hidden;
}

/* line 69, ../src/partials/base/_global.scss */
.wf-active {
  visibility: visible;
}

/* line 73, ../src/partials/base/_global.scss */
.sr-only {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 77, ../src/partials/base/_global.scss */
.spinner {
  width: 40px;
  height: 40px;
  background-color: #9b9b9b;
  margin: auto;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* line 81, ../src/partials/base/_global.scss */
ul.messages {
  max-width: 1070px;
  margin: 0 auto;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  padding: 15px 10px;
}
/* line 359, ../src/partials/base/_mixins.scss */
ul.messages > .inner {
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 359, ../src/partials/base/_mixins.scss */
  ul.messages > .inner {
    margin: 13px;
  }
}
/* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
ul.messages:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 640px) {
  /* line 81, ../src/partials/base/_global.scss */
  ul.messages {
    max-width: 1102px;
    padding: 13px;
  }
}
/* line 84, ../src/partials/base/_global.scss */
ul.messages li {
  text-align: center;
  padding: 18px 15px 14px 15px;
}
/* line 88, ../src/partials/base/_global.scss */
ul.messages .success-msg {
  border: 1px solid #77b259;
  color: #285D00;
  background: #f3faef;
  padding: 0;
}
/* line 94, ../src/partials/base/_global.scss */
ul.messages .error-msg {
  border: 1px solid #FF8989;
  color: #aa2a12;
  background: rgba(255, 137, 137, 0.2);
  padding: 0;
}
/* line 99, ../src/partials/base/_global.scss */
ul.messages .error-msg:after {
  display: none;
}

@media (min-width: 640px) {
  /* line 105, ../src/partials/base/_global.scss */
  ul.messages {
    padding: 15px 26px;
  }
}
/* This if for preventing Slick carousel ajax-loader.gif (that we are not using) from trying to be loaded (DW-2264): */
/* line 111, ../src/partials/base/_global.scss */
.slick-loading .slick-list {
  background: #fff;
}

/* This is for preventing Slick carousel fonts (that we are not using) from trying to be loaded (DW-2264): */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}
/* line 15, ../src/partials/base/_forms.scss */
button,
input[type="button"],
input[type="submit"],
input,
textarea {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 10, ../src/partials/base/_forms.scss */
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: 0;
}

/* line 23, ../src/partials/base/_forms.scss */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="phone"],
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 43px;
  display: block;
  padding: 5px 15px 0 15px;
  font-family: "adobe-caslon-pro", serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  color: #4f4f4f;
}
/* line 42, ../src/partials/base/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: white;
}

/* line 52, ../src/partials/base/_forms.scss */
textarea {
  height: auto;
  min-height: 100px;
  max-width: 100%;
  line-height: 1.4em;
  padding: 15px;
}

/* line 64, ../src/partials/base/_forms.scss */
label {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.65em;
}
@media (min-width: 1000px) {
  /* line 64, ../src/partials/base/_forms.scss */
  label {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

/* line 77, ../src/partials/base/_forms.scss */
input[type="button"],
button,
.button {
  cursor: pointer;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #4f4f4f;
  color: #4f4f4f;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  padding: 0 40px;
  height: 46px;
  line-height: 46px;
  font-size: 12px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.1em;
}
/* line 97, ../src/partials/base/_forms.scss */
input[type="button"] span.btn-label,
button span.btn-label,
.button span.btn-label {
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  display: block;
}
/* line 100, ../src/partials/base/_forms.scss */
input[type="button"] span.btn-label span,
button span.btn-label span,
.button span.btn-label span {
  display: block;
}
/* line 105, ../src/partials/base/_forms.scss */
input[type="button"]:hover span.btn-label,
button:hover span.btn-label,
.button:hover span.btn-label {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 109, ../src/partials/base/_forms.scss */
input[type="button"].large,
button.large,
.button.large {
  height: 56px;
  line-height: 54px;
  font-size: 18px;
}
/* line 114, ../src/partials/base/_forms.scss */
input[type="button"].white,
button.white,
.button.white {
  border: 1px solid white;
  color: white;
}
/* line 118, ../src/partials/base/_forms.scss */
input[type="button"].blue,
button.blue,
.button.blue {
  border: 1px solid #4e5874;
  background: #4e5874;
}
/* line 121, ../src/partials/base/_forms.scss */
input[type="button"].blue *,
button.blue *,
.button.blue * {
  color: white !important;
}
/* line 125, ../src/partials/base/_forms.scss */
input[type="button"].dark-blue,
button.dark-blue,
.button.dark-blue {
  border: 1px solid #3A3A45;
  background: #3A3A45;
}
/* line 128, ../src/partials/base/_forms.scss */
input[type="button"].dark-blue *,
button.dark-blue *,
.button.dark-blue * {
  color: white !important;
}
/* line 132, ../src/partials/base/_forms.scss */
input[type="button"].green,
button.green,
.button.green {
  border: 1px solid #479e7a;
  background: #479e7a;
}
/* line 135, ../src/partials/base/_forms.scss */
input[type="button"].green *,
button.green *,
.button.green * {
  color: white !important;
}
/* line 139, ../src/partials/base/_forms.scss */
input[type="button"].load-more-btn, input[type="button"].show-all, input[type="button"].add-watchband, input[type="button"].next-page,
button.load-more-btn,
button.show-all,
button.add-watchband,
button.next-page,
.button.load-more-btn,
.button.show-all,
.button.add-watchband,
.button.next-page {
  border: 1px solid #3A3A45;
  background: #3A3A45;
  color: white !important;
}
/* line 143, ../src/partials/base/_forms.scss */
input[type="button"].load-more-btn *, input[type="button"].show-all *, input[type="button"].add-watchband *, input[type="button"].next-page *,
button.load-more-btn *,
button.show-all *,
button.add-watchband *,
button.next-page *,
.button.load-more-btn *,
.button.show-all *,
.button.add-watchband *,
.button.next-page * {
  color: white !important;
}
/* line 147, ../src/partials/base/_forms.scss */
input[type="button"] .loader--spin,
button .loader--spin,
.button .loader--spin {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
/* line 154, ../src/partials/base/_forms.scss */
input[type="button"] .loader--spin svg,
button .loader--spin svg,
.button .loader--spin svg {
  width: 40px !important;
  height: 40px !important;
  vertical-align: middle;
  margin-top: -5px;
}
/* line 159, ../src/partials/base/_forms.scss */
input[type="button"] .loader--spin svg path,
input[type="button"] .loader--spin svg rect,
button .loader--spin svg path,
button .loader--spin svg rect,
.button .loader--spin svg path,
.button .loader--spin svg rect {
  fill: #fff;
}
/* line 165, ../src/partials/base/_forms.scss */
input[type="button"].add-to-cart,
button.add-to-cart,
.button.add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 0 15px;
  width: 100%;
  min-width: 250px;
  position: relative;
  border: 1px solid #479e7a;
  background: #479e7a;
}
/* line 174, ../src/partials/base/_forms.scss */
input[type="button"].add-to-cart *,
button.add-to-cart *,
.button.add-to-cart * {
  color: white !important;
}
/* line 177, ../src/partials/base/_forms.scss */
input[type="button"].add-to-cart .atc-right,
button.add-to-cart .atc-right,
.button.add-to-cart .atc-right {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 180, ../src/partials/base/_forms.scss */
input[type="button"].add-to-cart .atc-right .btn-label,
button.add-to-cart .atc-right .btn-label,
.button.add-to-cart .atc-right .btn-label {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
/* line 185, ../src/partials/base/_forms.scss */
input[type="button"].add-to-cart .atc-right .loader--spin,
button.add-to-cart .atc-right .loader--spin,
.button.add-to-cart .atc-right .loader--spin {
  width: 40px;
  left: 50%;
  margin-left: -15px;
}
/* line 191, ../src/partials/base/_forms.scss */
input[type="button"].add-to-cart span.btn-price,
button.add-to-cart span.btn-price,
.button.add-to-cart span.btn-price {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  font-size: 15px;
}
/* line 199, ../src/partials/base/_forms.scss */
input[type="button"].add-to-cart span.btn-price:after,
button.add-to-cart span.btn-price:after,
.button.add-to-cart span.btn-price:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  width: 1px;
  background-color: white;
  margin-top: -15px;
  opacity: 0.5;
}
/* line 212, ../src/partials/base/_forms.scss */
input[type="button"].add-to-cart.add-to-cart-loading .btn-label,
button.add-to-cart.add-to-cart-loading .btn-label,
.button.add-to-cart.add-to-cart-loading .btn-label {
  opacity: 0;
}
/* line 215, ../src/partials/base/_forms.scss */
input[type="button"].add-to-cart.add-to-cart-loading .loader--spin,
button.add-to-cart.add-to-cart-loading .loader--spin,
.button.add-to-cart.add-to-cart-loading .loader--spin {
  display: block;
}
/* line 220, ../src/partials/base/_forms.scss */
input[type="button"].go-to-checkout,
button.go-to-checkout,
.button.go-to-checkout {
  width: 100%;
  display: none;
}

/* line 226, ../src/partials/base/_forms.scss */
.campaign-type--btn .button {
  border-color: red;
  color: red;
}
/* line 231, ../src/partials/base/_forms.scss */
.campaign-type--btn .button.white {
  border: 1px solid white;
  color: white;
}
/* line 235, ../src/partials/base/_forms.scss */
.campaign-type--btn .button.blue {
  border: 1px solid #4e5874;
  background: #4e5874;
}
/* line 238, ../src/partials/base/_forms.scss */
.campaign-type--btn .button.blue * {
  color: white !important;
}
/* line 242, ../src/partials/base/_forms.scss */
.campaign-type--btn .button.green {
  border: 1px solid #479e7a;
  background: #479e7a;
}
/* line 245, ../src/partials/base/_forms.scss */
.campaign-type--btn .button.green * {
  color: white !important;
}
/* line 249, ../src/partials/base/_forms.scss */
.campaign-type--btn .button.add-to-cart {
  border: 1px solid #4f4f4f;
  background: transparent;
}
/* line 254, ../src/partials/base/_forms.scss */
.campaign-type--btn .button.add-to-cart * {
  color: #4f4f4f !important;
}
/* line 258, ../src/partials/base/_forms.scss */
.campaign-type--btn .button.add-to-cart span.btn-label {
  font-size: 15px;
}
/* line 262, ../src/partials/base/_forms.scss */
.campaign-type--btn .button.add-to-cart span.btn-price:after {
  right: 0;
  top: 50%;
  height: 16px;
  width: 2px;
  background-color: #4f4f4f;
  margin-top: -8px;
  opacity: 0.5;
}

/* line 277, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "adobe-caslon-pro", serif;
  font-size: 14px;
  height: 50px;
  line-height: 55px;
}
/* line 284, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) a,
.selectboxit-container:not(.selectboxit-option-icon) span {
  line-height: inherit;
  font-family: inherit;
  height: inherit;
  font-size: inherit;
}
/* line 291, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px;
  border-radius: 0px !important;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
/* line 297, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit .selectboxit-option-icon-container {
  margin-left: 10px;
}
/* line 299, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit .selectboxit-option-icon-container .selectboxit-option-icon {
  margin-top: -5px;
}
/* line 303, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit .selectboxit-text {
  text-indent: 10px;
  color: #4f4f4f;
  font-family: "adobe-caslon-pro", serif;
}
/* line 308, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit.selectboxit-btn {
  background-color: white;
  background-repeat: repeat-x;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 312, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-container:not(.selectboxit-option-icon) .selectboxit.selectboxit-btn.selectboxit-enabled:focus, .selectboxit-container:not(.selectboxit-option-icon) .selectboxit.selectboxit-btn.selectboxit-enabled:active {
  color: black;
}
/* line 317, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-container:not(.selectboxit-option-icon) .selectboxit.selectboxit-btn.selectboxit-enabled:focus {
  text-decoration: none;
  background-position: 0 -15px;
}
/* line 322, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit.selectboxit-btn .selectboxit-arrow-container {
  width: 45px;
  text-align: center;
}
/* line 325, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit.selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow {
  top: 0;
  line-height: 50px;
  color: #9b9b9b;
  font-size: 9px;
}
/* line 330, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit.selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow:before {
  font-family: "dw-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6c";
  vertical-align: middle;
}
/* line 340, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit-list {
  font-family: "adobe-caslon-pro", serif;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px;
  border-radius: 0px !important;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: -2px;
  width: 300px;
  max-width: 100%;
  max-height: 300px;
}
/* line 349, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit-list * {
  font-family: inherit !important;
}
/* line 352, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit-list a {
  height: 50px;
  line-height: 55px;
  padding-left: 5px;
}
/* line 358, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit-list .selectboxit-option[data-icon^='flag'] {
  background: #f4f4f4;
}
/* line 361, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit-list .selectboxit-option-icon {
  margin-top: -5px;
  margin-right: 5px;
}
/* line 365, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit-list .selectboxit-option-anchor {
  color: #4f4f4f;
  text-decoration: none;
}
/* line 369, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #4e5874;
}
/* line 373, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon) .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
/* line 377, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon).futura {
  font-family: "futura-pt", sans-serif !important;
  line-height: 50px;
}
/* line 380, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon).futura .selectboxit-text {
  font-family: "futura-pt", sans-serif !important;
}
/* line 383, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon).futura .selectboxit-list {
  font-family: "futura-pt", sans-serif !important;
}
/* line 385, ../src/partials/base/_forms.scss */
.selectboxit-container:not(.selectboxit-option-icon).futura .selectboxit-list * {
  font-family: inherit !important;
}

/* line 393, ../src/partials/base/_forms.scss */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #979797;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px 0 0;
  height: 16px;
  width: 16px;
}
/* line 405, ../src/partials/base/_forms.scss */
.jcf-radio span {
  display: none;
  position: absolute;
  top: 4px;
  left: 5px;
  background: #AAAAAA;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width: 8px;
  height: 8px;
}
/* line 415, ../src/partials/base/_forms.scss */
.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
/* line 425, ../src/partials/base/_forms.scss */
.jcf-radio.jcf-checked span {
  display: block;
}

/* line 431, ../src/partials/base/_forms.scss */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 10px 0 0;
  height: 16px;
  width: 16px;
}
/* line 442, ../src/partials/base/_forms.scss */
.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 12px;
  width: 12px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}
/* line 453, ../src/partials/base/_forms.scss */
.jcf-checkbox span:before {
  font-family: "dw-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\63";
}
/* line 458, ../src/partials/base/_forms.scss */
.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
/* line 467, ../src/partials/base/_forms.scss */
.jcf-checkbox.jcf-checked span {
  display: block;
}

/* line 472, ../src/partials/base/_forms.scss */
:root .jcf-checkbox span {
  margin: -5px 0 0 -5px;
}

/* common styles */
/* line 477, ../src/partials/base/_forms.scss */
.jcf-disabled {
  background: #ddd !important;
}

/* line 489, ../src/partials/base/_forms.scss */
.input-box .input-text.validation-failed {
  border: 1px solid #FF8989 !important;
  background-color: rgba(255, 137, 137, 0.2) !important;
  position: relative;
}
/* line 496, ../src/partials/base/_forms.scss */
.input-box .validation-advice {
  border: 1px solid #FF8989;
  background-color: white;
  padding: 18px 15px 12px 15px;
  margin-top: -11px;
  color: #D46666;
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
}
/* line 505, ../src/partials/base/_forms.scss */
.input-box .validation-advice:after {
  content: "";
  position: absolute;
  display: block;
  right: 15px;
  top: -30px;
  background-color: #D46666;
  width: 10px;
  height: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 518, ../src/partials/base/_forms.scss */
.input-box .no-display {
  display: none;
}

@media (min-width: 640px) {
  /* line 528, ../src/partials/base/_forms.scss */
  input[type="button"].add-to-cart,
  button.add-to-cart,
  .button.add-to-cart {
    padding: 0 20px;
  }
  /* line 531, ../src/partials/base/_forms.scss */
  input[type="button"].add-to-cart .atc-right span.btn-label,
  button.add-to-cart .atc-right span.btn-label,
  .button.add-to-cart .atc-right span.btn-label {
    font-size: 13px;
  }
  /* line 536, ../src/partials/base/_forms.scss */
  input[type="button"].add-to-cart span.btn-price,
  button.add-to-cart span.btn-price,
  .button.add-to-cart span.btn-price {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  /* line 547, ../src/partials/base/_forms.scss */
  input[type="button"].add-to-cart,
  button.add-to-cart,
  .button.add-to-cart {
    padding: 0 30px;
  }
  /* line 550, ../src/partials/base/_forms.scss */
  input[type="button"].add-to-cart .atc-right span.btn-label,
  button.add-to-cart .atc-right span.btn-label,
  .button.add-to-cart .atc-right span.btn-label {
    font-size: 15px;
  }
  /* line 554, ../src/partials/base/_forms.scss */
  input[type="button"].add-to-cart span.btn-price,
  button.add-to-cart span.btn-price,
  .button.add-to-cart span.btn-price {
    font-size: 18px;
  }
}
/* line 13, ../src/partials/base/_design-components.scss */
.design-component.white {
  color: white;
}
/* line 18, ../src/partials/base/_design-components.scss */
.design-component.col-2 .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 22, ../src/partials/base/_design-components.scss */
.design-component.col-2 .component-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  /* line 22, ../src/partials/base/_design-components.scss */
  .design-component.col-2 .component-block {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
/* line 28, ../src/partials/base/_design-components.scss */
.design-component .grid {
  padding: 10px;
}
/* line 32, ../src/partials/base/_design-components.scss */
.design-component .component-block {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 39, ../src/partials/base/_design-components.scss */
.design-component p.component-intro {
  font-style: italic;
  font-size: 1.2em;
}
/* line 45, ../src/partials/base/_design-components.scss */
.design-component ul {
  padding-left: 30px;
  list-style: initial;
}
/* line 50, ../src/partials/base/_design-components.scss */
.design-component .component-block .component-title {
  padding-top: 30px;
}
@media (min-width: 640px) {
  /* line 55, ../src/partials/base/_design-components.scss */
  .design-component .component-block {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 61, ../src/partials/base/_design-components.scss */
  .design-component p.col-2 {
    -moz-columns: auto 2;
    -webkit-columns: auto 2;
    columns: auto 2;
  }
}

@media (min-width: 640px) {
  /* line 70, ../src/partials/base/_design-components.scss */
  .design-component .grid {
    padding: 26px;
  }
}
/* line 1, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
/* line 15, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .dw-lightbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -moz-order: 10;
  -ms-flex-order: 10;
  order: 10;
  position: relative;
  background: white;
  padding: 20px;
  margin: 15px;
  min-height: 80px;
  max-width: 1200px;
  max-height: 70%;
  overflow: auto;
}
/* line 28, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .dw-lightbox-content {
  height: 100%;
}
/* line 32, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  width: 29px;
  height: 29px;
  padding: 0;
  background: white;
  z-index: 1;
  cursor: pointer;
}
/* line 426, ../src/partials/base/_mixins.scss */
.dw-lightbox-wrapper .close:before, .dw-lightbox-wrapper .close:after {
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  background: #f4f4f4;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -30%;
}
/* line 438, ../src/partials/base/_mixins.scss */
.dw-lightbox-wrapper .close:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 443, ../src/partials/base/_mixins.scss */
.dw-lightbox-wrapper .close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 43, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .close:before, .dw-lightbox-wrapper .close:after {
  background: #9b9b9b;
}
/* line 47, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .close:hover:before, .dw-lightbox-wrapper .close:hover:after {
  background: #464646;
}
/* line 51, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .close span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* line 56, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .pagination {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  visibility: hidden;
  text-align: center;
}
/* line 61, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .pagination.active {
  visibility: visible;
}
/* line 65, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .pagination.prev {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -moz-order: 20;
  -ms-flex-order: 20;
  order: 20;
}
/* line 68, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .pagination.next {
  -webkit-box-ordinal-group: 31;
  -webkit-order: 30;
  -moz-order: 30;
  -ms-flex-order: 30;
  order: 30;
}
/* line 72, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .pagination button {
  margin: 10px;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  border: none;
  border-left: 2px white solid;
  border-top: 2px white solid;
  padding: 0;
}
/* line 83, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .pagination button.prev {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 86, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .pagination button.next {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 90, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .pagination button span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* line 96, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 104, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .instagram-image {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 110, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .image-view {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 300px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  max-width: 100%;
  max-height: 100%;
}
/* line 116, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .image-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 300px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  overflow: auto;
}
/* line 121, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .author {
  margin-bottom: 20px;
}
/* line 125, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .profile-picture {
  float: left;
  width: 60px;
  max-width: 20%;
  margin-right: 20px;
}
/* line 132, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .user-info {
  float: left;
}
/* line 136, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .full-name {
  line-height: 2em;
  text-transform: uppercase;
}
/* line 141, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .username {
  font-size: 1.2em;
  line-height: 2em;
}
/* line 144, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .username a {
  font-style: italic;
}
/* line 147, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .username .icon-camera {
  margin-right: 5px;
}
/* line 149, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .username .icon-camera:before {
  font-size: 1.3em;
  vertical-align: middle;
}
/* line 156, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .description {
  clear: left;
}
/* line 161, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .connected-products .product {
  padding: 20px 10px;
  background: #f4f4f4;
  margin-bottom: 20px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 170, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .connected-products .product-image, .dw-lightbox-wrapper .connected-products .product-info {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 174, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .connected-products .product-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100px;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
  margin-right: 20px;
}
/* line 179, ../src/partials/base/_components.scss */
.dw-lightbox-wrapper .connected-products .product-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  float: left;
}

@media (min-width: 640px) {
  /* line 187, ../src/partials/base/_components.scss */
  .dw-lightbox-wrapper {
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  /* line 190, ../src/partials/base/_components.scss */
  .dw-lightbox-wrapper .dw-lightbox {
    padding: 10px;
  }
  /* line 194, ../src/partials/base/_components.scss */
  .dw-lightbox-wrapper .dw-lightbox-content .instagram-image > * {
    margin: 10px;
  }
  /* line 198, ../src/partials/base/_components.scss */
  .dw-lightbox-wrapper .pagination {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 200, ../src/partials/base/_components.scss */
  .dw-lightbox-wrapper .pagination.prev {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
/* line 5, ../src/partials/base/_overlay.scss */
.mfp-fade.mfp-bg {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
/* line 8, ../src/partials/base/_overlay.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}
/* line 11, ../src/partials/base/_overlay.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* line 15, ../src/partials/base/_overlay.scss */
.mfp-fade .mfp-content {
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 19, ../src/partials/base/_overlay.scss */
.mfp-fade.mfp-ready .mfp-content {
  opacity: 1;
}
/* line 22, ../src/partials/base/_overlay.scss */
.mfp-fade.mfp-removing .mfp-content {
  opacity: 0;
}

/* line 27, ../src/partials/base/_overlay.scss */
.white-popup {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

/* line 1, ../src/partials/base/_china.scss */
.china-header-social {
  display: none;
}

/* line 5, ../src/partials/base/_china.scss */
.china-footer-social {
  flex: 1 1 auto;
  justify-content: center;
}
/* line 8, ../src/partials/base/_china.scss */
.china-footer-social p {
  font-size: 36px;
  padding: 5px 0;
  text-align: center;
  width: 300px;
  font-style: italic;
  margin: 60px auto 0 auto !important;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
/* line 270, ../src/partials/base/_mixins.scss */
.china-footer-social p:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  border-bottom: 1px solid white;
  margin: 0.3em auto 0 auto;
}
/* line 283, ../src/partials/base/_mixins.scss */
.china-footer-social p.dark:after {
  border-color: #c8c8c8;
}
/* line 19, ../src/partials/base/_china.scss */
.china-footer-social .footer-social-qr-codes-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
/* line 24, ../src/partials/base/_china.scss */
.china-footer-social .footer-social-qr-codes {
  flex: 1 1 auto;
  padding-bottom: 7px;
  background: #fff;
  color: #4f4f4f;
  text-align: center;
  max-width: 120px;
  margin: 25px 10px;
}

@media (min-width: 1000px) {
  /* line 36, ../src/partials/base/_china.scss */
  .china-header-social {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1460px;
    margin: -50px auto 0 auto;
  }
  /* line 42, ../src/partials/base/_china.scss */
  .china-header-social .social-icon {
    padding: 0 5px;
    float: right;
    font-size: 24px;
    margin-top: 13px;
  }
  /* line 47, ../src/partials/base/_china.scss */
  .china-header-social .social-icon a {
    text-decoration: none;
  }
  /* line 50, ../src/partials/base/_china.scss */
  .china-header-social .social-icon:first-child {
    padding-right: 20px;
  }
  /* line 54, ../src/partials/base/_china.scss */
  .china-header-social .wechat-qr-official {
    position: absolute;
    opacity: 0;
    z-index: 10001;
    top: 50px;
    right: 50px;
    transition: opacity 0.3s;
  }
  /* line 61, ../src/partials/base/_china.scss */
  .china-header-social .wechat-qr-official:after {
    top: -20px;
    right: 0;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
  }
  /* line 74, ../src/partials/base/_china.scss */
  .china-header-social .wechat-qr-official img {
    width: 200px;
    height: 200px;
    max-width: 200px;
    max-height: 200px;
  }
  /* line 81, ../src/partials/base/_china.scss */
  .china-header-social .icon-wechat-no-circle:hover + .wechat-qr-official {
    opacity: 1;
  }

  /* line 86, ../src/partials/base/_china.scss */
  .china-footer-social p {
    margin: 0 auto 0 auto !important;
  }
}
/* line 4, ../src/partials/pages/_header.scss */
#cookie-notice {
  text-align: center;
  background: #f4f4f4;
  position: relative;
  z-index: 12;
}
/* line 9, ../src/partials/pages/_header.scss */
#cookie-notice p {
  margin: 0;
  padding: 20px 50px 16px 50px;
}
/* line 13, ../src/partials/pages/_header.scss */
#cookie-notice .close {
  position: absolute;
  top: 16px;
  right: 20px;
  border: 0;
  width: 29px;
  height: 29px;
  padding: 0;
  cursor: pointer;
}
/* line 426, ../src/partials/base/_mixins.scss */
#cookie-notice .close:before, #cookie-notice .close:after {
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  background: #f4f4f4;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -30%;
}
/* line 438, ../src/partials/base/_mixins.scss */
#cookie-notice .close:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 443, ../src/partials/base/_mixins.scss */
#cookie-notice .close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 22, ../src/partials/pages/_header.scss */
#cookie-notice .close:before, #cookie-notice .close:after {
  background: #9b9b9b;
}
/* line 26, ../src/partials/pages/_header.scss */
#cookie-notice .close:hover:before, #cookie-notice .close:hover:after {
  background: #464646;
}
/* line 30, ../src/partials/pages/_header.scss */
#cookie-notice .close span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 37, ../src/partials/pages/_header.scss */
#header-wrap {
  height: 120px;
  -webkit-backface-visibility: hidden;
  width: 100%;
  position: relative;
  z-index: 10;
}
/* line 43, ../src/partials/pages/_header.scss */
#header-wrap.sale-bar-active {
  height: 149px;
}
/* line 46, ../src/partials/pages/_header.scss */
#header-wrap #header {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  background-position: center center;
  background-repeat: no-repeat;
  height: 120px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -webkit-transform: translateZ(0);
}
/* line 60, ../src/partials/pages/_header.scss */
#header-wrap #header .top {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 64, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots {
  color: white;
  position: absolute;
  height: 55px;
  width: 70px;
  line-height: 55px;
  text-align: center;
  bottom: 55px;
  left: 0;
  z-index: 11;
  -moz-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
/* line 76, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots .icon-dots,
#header-wrap #header .top #dots .icon-cross {
  font-size: 24px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: -moz-transform 0.3s ease, opacity 0.1s ease;
  -o-transition: -o-transform 0.3s ease, opacity 0.1s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.1s ease;
  transition: transform 0.3s ease, opacity 0.1s ease;
  opacity: 1;
}
/* line 89, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots .icon-cross {
  font-size: 18px;
  opacity: 0;
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
/* line 94, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots .icon-dots {
  display: none;
}
/* line 97, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots .hamburger-mobile-menu-icon {
  position: absolute;
  left: 25px;
  width: 25px;
  height: 55px;
  -moz-transition: -moz-transform 0.3s ease, opacity 0.1s ease;
  -o-transition: -o-transform 0.3s ease, opacity 0.1s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.1s ease;
  transition: transform 0.3s ease, opacity 0.1s ease;
}
/* line 103, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots .hamburger-mobile-menu-icon > span {
  font-size: 24px;
  position: absolute;
  left: 0;
  width: 22px;
  height: 0.1em;
  top: 22px;
}
/* line 110, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots .hamburger-mobile-menu-icon > span:first-child {
  top: 15px;
}
/* line 113, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots .hamburger-mobile-menu-icon > span:last-child {
  top: 29px;
}
/* line 117, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots .hamburger-mobile-menu-icon.black > span {
  background: #000;
}
/* line 120, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots .hamburger-mobile-menu-icon.white > span {
  background: #fff;
}
/* line 125, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots.close .icon-dots, #header-wrap #header .top #dots.close .hamburger-mobile-menu-icon {
  opacity: 0;
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
/* line 129, ../src/partials/pages/_header.scss */
#header-wrap #header .top #dots.close .icon-cross {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 135, ../src/partials/pages/_header.scss */
#header-wrap #header .top .dw-logo {
  width: 110px;
  height: 45px;
  background-image: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/images/logo_white.png");
  -moz-background-size: 110px 45px;
  -o-background-size: 110px 45px;
  -webkit-background-size: 110px 45px;
  background-size: 110px 45px;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  left: 50%;
  bottom: 57px;
  -moz-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
  -webkit-backface-visibility: hidden;
  line-height: 0;
  margin: 0px;
  margin-left: -55px;
}
/* line 150, ../src/partials/pages/_header.scss */
#header-wrap #header .top .dw-logo.black {
  background-image: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/images/logo_black.png");
}
/* line 153, ../src/partials/pages/_header.scss */
#header-wrap #header .top .dw-logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 162, ../src/partials/pages/_header.scss */
#header-wrap #header .top #header-cart {
  color: white;
  position: absolute;
  right: 0;
  bottom: 55px;
  height: 55px;
  width: 70px;
  line-height: 55px;
  text-align: center;
  -moz-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
/* line 172, ../src/partials/pages/_header.scss */
#header-wrap #header .top #header-cart a.amount {
  display: none;
}
/* line 175, ../src/partials/pages/_header.scss */
#header-wrap #header .top #header-cart div.amount {
  display: inline;
}
/* line 179, ../src/partials/pages/_header.scss */
#header-wrap #header .top #header-cart.has-items a.amount {
  display: inline;
}
/* line 182, ../src/partials/pages/_header.scss */
#header-wrap #header .top #header-cart.has-items div.amount {
  display: none;
}
/* line 186, ../src/partials/pages/_header.scss */
#header-wrap #header .top #header-cart .amount {
  color: white;
  text-decoration: none;
  position: relative;
}
/* line 190, ../src/partials/pages/_header.scss */
#header-wrap #header .top #header-cart .amount .icon-cart-empty,
#header-wrap #header .top #header-cart .amount .icon-cart-full {
  font-size: 24px;
  padding-top: 5px;
  display: inline-block;
}
/* line 195, ../src/partials/pages/_header.scss */
#header-wrap #header .top #header-cart .amount .icon-cart-empty.black,
#header-wrap #header .top #header-cart .amount .icon-cart-full.black {
  color: #000;
}
/* line 198, ../src/partials/pages/_header.scss */
#header-wrap #header .top #header-cart .amount .icon-cart-empty.white,
#header-wrap #header .top #header-cart .amount .icon-cart-full.white {
  color: #fff;
}
/* line 202, ../src/partials/pages/_header.scss */
#header-wrap #header .top #header-cart .amount .qty {
  background: #4e5874;
  color: white;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 16px;
  height: 16px;
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  text-align: center;
  padding: 2px 1px 2px 2px;
  line-height: 1;
}
/* line 222, ../src/partials/pages/_header.scss */
#header-wrap #header .top #mobile-menu {
  background: rgba(53, 53, 53, 0.97);
  pointer-events: none;
  text-align: left;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  overflow: hidden;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 236, ../src/partials/pages/_header.scss */
#header-wrap #header .top #mobile-menu ul.made-menu {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 240, ../src/partials/pages/_header.scss */
#header-wrap #header .top #mobile-menu ul.made-menu li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
/* line 251, ../src/partials/pages/_header.scss */
#header-wrap #header .top #mobile-menu.show {
  height: auto;
  pointer-events: all;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 258, ../src/partials/pages/_header.scss */
#header-wrap #header .top #top-search {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 50px;
}
/* line 264, ../src/partials/pages/_header.scss */
#header-wrap #header .top #top-search input#search {
  width: calc(100% - 46px);
  height: 45px;
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}
/* line 276, ../src/partials/pages/_header.scss */
#header-wrap #header .top #top-search .search-icon {
  width: 45px;
  height: 45px;
  background: white;
  display: block;
  float: left;
  border: none;
  padding: 0;
  border-left: 1px solid #474747;
}
/* line 285, ../src/partials/pages/_header.scss */
#header-wrap #header .top #top-search .search-icon .icon-search {
  font-size: 20px;
  display: inline-middle;
  margin-top: 12px;
  color: #333;
}
/* line 294, ../src/partials/pages/_header.scss */
#header-wrap #header div#main-menu {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(87, 87, 87, 0.44);
  color: white;
  overflow-x: hidden;
  -webkit-transform: translateZ(0px);
}
/* line 304, ../src/partials/pages/_header.scss */
#header-wrap #header div#main-menu:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/images/menu-gradient.png") repeat-y top left;
  -moz-background-size: 100% 1px;
  -o-background-size: 100% 1px;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  pointer-events: none;
}
/* line 319, ../src/partials/pages/_header.scss */
#header-wrap #header div#main-menu > ul {
  -webkit-transform: translateZ(0px);
  -webkit-overflow-scrolling: touch;
  text-align: center;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
/* line 326, ../src/partials/pages/_header.scss */
#header-wrap #header div#main-menu > ul li {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
}
/* line 333, ../src/partials/pages/_header.scss */
#header-wrap #header div#main-menu > ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1px;
}
/* line 340, ../src/partials/pages/_header.scss */
#header-wrap #header div#main-menu > ul::-webkit-scrollbar {
  display: none;
}
/* line 345, ../src/partials/pages/_header.scss */
#header-wrap #header #sale-bar {
  background-color: #f4f4f4;
  text-align: center;
  padding: 8px 10px 4px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #333;
  line-height: 1.2;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 357, ../src/partials/pages/_header.scss */
#header-wrap #header #sale-bar .line-through {
  padding: 0 0;
}
/* line 359, ../src/partials/pages/_header.scss */
#header-wrap #header #sale-bar .line-through span {
  padding: 0 0;
}

/* line 370, ../src/partials/pages/_header.scss */
body.header-slim.takeover #header-wrap #header {
  background: #353535 !important;
}
/* line 374, ../src/partials/pages/_header.scss */
body.header-slim #header-wrap #header {
  position: fixed;
  height: 95px;
}
/* line 377, ../src/partials/pages/_header.scss */
body.header-slim #header-wrap #header #dots {
  bottom: 40px;
}
/* line 380, ../src/partials/pages/_header.scss */
body.header-slim #header-wrap #header #header-cart {
  bottom: 40px;
}
/* line 383, ../src/partials/pages/_header.scss */
body.header-slim #header-wrap #header .dw-logo {
  height: 26px;
  bottom: 54px;
  -moz-background-size: 120px 49px;
  -o-background-size: 120px 49px;
  -webkit-background-size: 120px 49px;
  background-size: 120px 49px;
  width: 120px;
  margin-left: -60px;
}
/* line 390, ../src/partials/pages/_header.scss */
body.header-slim #header-wrap #header #sale-bar {
  -moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.07);
}

@media (min-width: 640px) {
  /* line 398, ../src/partials/pages/_header.scss */
  #mobile-menu {
    display: none;
  }

  /* line 401, ../src/partials/pages/_header.scss */
  #header-wrap {
    height: 175px;
  }
  /* line 403, ../src/partials/pages/_header.scss */
  #header-wrap.sale-bar-active {
    height: 214px;
  }
  /* line 406, ../src/partials/pages/_header.scss */
  #header-wrap #header {
    height: 175px;
    overflow: visible !important;
  }
  /* line 410, ../src/partials/pages/_header.scss */
  #header-wrap #header .top .dw-logo {
    width: 154px;
    height: 62px;
    -moz-background-size: 154px 62px;
    -o-background-size: 154px 62px;
    -webkit-background-size: 154px 62px;
    background-size: 154px 62px;
    bottom: 82px;
    margin-left: -77px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease 0.3s;
    -o-transition: opacity 0.3s ease 0.3s;
    -webkit-transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
  /* line 420, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu {
    overflow: visible !important;
    height: 50px;
    z-index: 2;
    background-color: rgba(79, 79, 79, 0.44);
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  /* line 426, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu:after {
    display: none;
  }
  /* line 429, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul {
    overflow: visible !important;
  }
  /* line 431, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li {
    height: 50px;
    line-height: 50px;
  }
  /* line 434, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li a {
    outline: none;
  }
  /* line 437, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li a:not(.amount):not(.open-search) {
    position: relative;
  }
  /* line 439, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li a:not(.amount):not(.open-search):after {
    content: "";
    position: absolute;
    border-bottom: 1px solid white;
    width: 100%;
    bottom: -2px;
    left: 0;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  /* line 450, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li a:not(.amount):not(.open-search):hover:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /* line 456, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.active a:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  /* line 460, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.dw-menu-logo {
    width: 0;
    opacity: 0;
    padding: 0;
    -moz-transition: width 0.3s ease, opacity 0.3s ease;
    -o-transition: width 0.3s ease, opacity 0.3s ease;
    -webkit-transition: width 0.3s ease, opacity 0.3s ease;
    transition: width 0.3s ease, opacity 0.3s ease;
  }
  /* line 465, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.dw-menu-logo a {
    display: inline-block;
    height: 22px;
    bottom: auto !important;
    background-image: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/images/logo_white.png");
    -moz-background-size: 100px 40px;
    -o-background-size: 100px 40px;
    -webkit-background-size: 100px 40px;
    background-size: 100px 40px;
    background-repeat: no-repeat;
    background-position: -23px 0;
    vertical-align: middle;
    margin-top: -5px;
    width: 100%;
  }
  /* line 476, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.dw-menu-logo a:after {
    border-bottom: 0 !important;
  }
  /* line 481, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu {
    cursor: pointer;
    padding: 0;
  }
  /* line 484, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu ul.secondary-menu {
    display: none;
    position: absolute;
    cursor: default;
    width: 100%;
    background: #353535;
    top: 50px;
    left: 0px;
    line-height: 30px;
    white-space: normal;
  }
  /* line 494, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu ul.secondary-menu li {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
  }
  /* line 500, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu ul.secondary-menu li a {
    display: block;
    cursor: pointer;
  }
  /* line 503, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu ul.secondary-menu li a:after {
    display: none;
  }
  /* line 509, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu #dots {
    padding: 0 15px;
    display: block;
  }
  /* line 512, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu #dots .icon-dots {
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
  }
  /* line 517, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu #dots .icon-cross {
    display: none;
  }
  /* line 520, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu #dots .hamburger-mobile-menu-icon {
    display: none;
  }
  /* line 524, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu.active {
    background: #353535;
  }
  /* line 526, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu.active ul.secondary-menu {
    display: block;
  }
  /* line 531, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.menu-search {
    cursor: pointer;
    padding: 0;
  }
  /* line 534, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.menu-search #magnifier {
    padding: 0 15px;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
  }
  /* line 540, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.menu-search.active {
    background: #353535;
  }
  /* line 542, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.menu-search.active #top-search {
    display: block;
  }
  /* line 548, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li #header-cart a.amount {
    display: none;
  }
  /* line 551, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li #header-cart div.amount {
    display: inline;
  }
  /* line 555, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li #header-cart.has-items a.amount {
    display: inline;
  }
  /* line 558, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li #header-cart.has-items div.amount {
    display: none;
  }
  /* line 562, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li #header-cart .amount {
    position: relative;
  }
  /* line 564, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li #header-cart .amount .icon-cart-empty,
  #header-wrap #header div#main-menu ul li #header-cart .amount .icon-cart-full {
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
  }
  /* line 570, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li #header-cart .amount .qty {
    background: #4e5874;
    color: white;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 16px;
    height: 16px;
    font-family: "futura-pt", sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 2px 1px 2px 2px;
    line-height: 1;
  }
  /* line 592, ../src/partials/pages/_header.scss */
  #header-wrap #header #sale-bar {
    padding: 12px 26px 8px;
    font-size: 13px;
    height: auto;
  }
  /* line 596, ../src/partials/pages/_header.scss */
  #header-wrap #header #sale-bar .line-through {
    padding: 0 60px;
  }
  /* line 598, ../src/partials/pages/_header.scss */
  #header-wrap #header #sale-bar .line-through span {
    padding: 0 15px;
  }

  /* line 607, ../src/partials/pages/_header.scss */
  body.header-slim #header-wrap #header {
    height: 50px;
  }
  /* line 610, ../src/partials/pages/_header.scss */
  body.header-slim #header-wrap #header .top .dw-logo {
    opacity: 0;
  }
  /* line 616, ../src/partials/pages/_header.scss */
  body.header-slim #header-wrap #header div#main-menu ul li.dw-menu-logo {
    width: 54px;
    opacity: 1;
    padding: 0 15px;
  }
}
@media (min-width: 1000px) {
  /* line 629, ../src/partials/pages/_header.scss */
  #header-wrap #header div#main-menu ul li.secondary-menu .secondary-menu {
    left: 0;
    right: auto;
  }
}
/* line 4, ../src/partials/pages/_footer.scss */
#footer {
  text-align: center;
}
/* line 6, ../src/partials/pages/_footer.scss */
#footer .footer-menu {
  min-height: 60px;
  background: #f4f4f4;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 11, ../src/partials/pages/_footer.scss */
#footer .footer-menu::first-line {
  line-height: 60px;
  margin: 0 10px;
}
/* line 15, ../src/partials/pages/_footer.scss */
#footer .footer-menu ul {
  padding-top: 4px;
}
/* line 18, ../src/partials/pages/_footer.scss */
#footer .footer-menu ul li {
  display: inline-block;
  margin: 0 10px 20px 10px;
  font-family: "futura-pt", sans-serif;
}
/* line 22, ../src/partials/pages/_footer.scss */
#footer .footer-menu ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
}
/* line 30, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter {
  background: #3A3A45;
  color: white;
  padding: 45px 30px 60px 30px;
}
/* line 34, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter .footer-newsletter-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  align-items: center;
}
/* line 41, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter .footer-newsletter-content .news {
  margin: 0 auto;
  flex: 1 1 auto;
}
/* line 46, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter p {
  font-size: 26px;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.4;
}
/* line 52, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter .social-links {
  margin: 20px 0 10px 0;
}
/* line 54, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter .social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 7px;
  text-decoration: none;
}
/* line 60, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter .social-links a:focus {
  outline: none;
}
/* line 63, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter .social-links a span {
  display: block;
  font-size: 35px;
  color: white;
  width: 100%;
  height: 100%;
}
/* line 72, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter .or.line-through {
  margin-bottom: 20px;
}
/* line 75, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter input[type="email"] {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  padding: 0 20px;
  font-size: 15px;
  height: 50px;
  background: white;
  width: 100%;
  margin-bottom: 20px;
  border: none;
  letter-spacing: 0.04em;
}
/* line 87, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter input[type="email"]:hover {
  border: none;
}
/* line 91, ../src/partials/pages/_footer.scss */
#footer .footer-newsletter .validation-advice {
  display: none;
}
/* line 95, ../src/partials/pages/_footer.scss */
#footer .country {
  padding: 45px 30px;
  background: #37302e;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
}
/* line 102, ../src/partials/pages/_footer.scss */
#footer .country .select-country,
#footer .country .shipping-partners,
#footer .country .payment-partners {
  margin-bottom: 25px;
}
/* line 106, ../src/partials/pages/_footer.scss */
#footer .country .select-country h4,
#footer .country .shipping-partners h4,
#footer .country .payment-partners h4 {
  margin-bottom: 25px;
  font-size: 22px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}
/* line 114, ../src/partials/pages/_footer.scss */
#footer .country .select-country {
  margin-bottom: 60px;
}
/* line 117, ../src/partials/pages/_footer.scss */
#footer .country .selectboxit-container:not(.selectboxit-option-icon) .selectboxit.selectboxit-btn {
  background-color: #f4f4f4;
}
/* line 122, ../src/partials/pages/_footer.scss */
#footer .trust {
  padding-bottom: 30px;
}
/* line 124, ../src/partials/pages/_footer.scss */
#footer .trust a.dw-logo {
  width: 156px;
  height: 63px;
  margin: 50px 0;
  background-image: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/images/logo_black.png");
  -moz-background-size: 156px 63px;
  -o-background-size: 156px 63px;
  -webkit-background-size: 156px 63px;
  background-size: 156px 63px;
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  text-indent: -9999px;
}
/* line 135, ../src/partials/pages/_footer.scss */
#footer .trust .terms-links {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
}
/* line 139, ../src/partials/pages/_footer.scss */
#footer .trust .terms-links ul li {
  font-size: 14px;
  padding: 0 20px;
  margin: 20px 0;
  display: inline-block;
  border-left: 1px solid #4f4f4f;
  baseline-shift: sub;
}
/* line 146, ../src/partials/pages/_footer.scss */
#footer .trust .terms-links ul li:first-child {
  border-left: none;
}
/* line 149, ../src/partials/pages/_footer.scss */
#footer .trust .terms-links ul li a {
  text-decoration: none;
  color: inherit;
}
/* line 156, ../src/partials/pages/_footer.scss */
#footer .copyright {
  font-size: 11px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

/* line 164, ../src/partials/pages/_footer.scss */
.snapchat-wrapper .mfp-content {
  width: auto;
}
/* line 166, ../src/partials/pages/_footer.scss */
.snapchat-wrapper .mfp-content .snapchat-popup {
  margin: 0 auto;
  background: white;
  padding: 20px;
  border-radius: 20px !important;
}
/* line 171, ../src/partials/pages/_footer.scss */
.snapchat-wrapper .mfp-content .snapchat-popup h2 {
  font-size: 35px;
}

@media (min-width: 640px) {
  /* line 181, ../src/partials/pages/_footer.scss */
  #footer .footer-menu {
    font-size: 14px;
    border-top: 1px solid #fff;
  }
  /* line 185, ../src/partials/pages/_footer.scss */
  #footer .footer-newsletter {
    padding: 60px 30px 60px 30px;
  }
  /* line 187, ../src/partials/pages/_footer.scss */
  #footer .footer-newsletter p {
    font-size: 36px;
    max-width: 620px;
    margin: 0 auto 40px auto;
  }
  /* line 192, ../src/partials/pages/_footer.scss */
  #footer .footer-newsletter form {
    width: 540px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 197, ../src/partials/pages/_footer.scss */
  #footer .footer-newsletter input[type="email"] {
    width: 400px;
    text-align: left;
    float: left;
    font-size: 18px;
  }
  /* line 203, ../src/partials/pages/_footer.scss */
  #footer .footer-newsletter .button {
    height: 50px;
    float: left;
    width: 140px;
  }
  /* line 209, ../src/partials/pages/_footer.scss */
  #footer .country {
    padding: 80px 30px;
  }
  /* line 210, ../src/partials/pages/_footer.scss */
  #footer .country .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  /* line 215, ../src/partials/pages/_footer.scss */
  #footer .country .select-country,
  #footer .country .shipping-partners,
  #footer .country .payment-partners {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    margin-bottom: 0;
  }
  /* line 220, ../src/partials/pages/_footer.scss */
  #footer .country .select-country p,
  #footer .country .shipping-partners p,
  #footer .country .payment-partners p {
    margin-bottom: 0;
  }
  /* line 223, ../src/partials/pages/_footer.scss */
  #footer .country .select-country h4,
  #footer .country .shipping-partners h4,
  #footer .country .payment-partners h4 {
    font-size: 17px;
    letter-spacing: 0.09em;
  }
  /* line 231, ../src/partials/pages/_footer.scss */
  #footer .country .shipping-partners img,
  #footer .country .payment-partners img {
    width: 100%;
    max-width: 300px;
    max-height: 75px;
  }
  /* line 240, ../src/partials/pages/_footer.scss */
  #footer .trust .terms-links ul li {
    font-size: 17px;
  }
}
@media (min-width: 1000px) {
  /* line 251, ../src/partials/pages/_footer.scss */
  #footer .footer-newsletter .footer-newsletter-content {
    flex-direction: row;
  }
  /* line 256, ../src/partials/pages/_footer.scss */
  #footer .footer-newsletter .social-links a span {
    -moz-transition: -moz-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  /* line 258, ../src/partials/pages/_footer.scss */
  #footer .footer-newsletter .social-links a span:hover {
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  /* line 269, ../src/partials/pages/_footer.scss */
  #footer .country .select-country h4,
  #footer .country .shipping-partners h4,
  #footer .country .payment-partners h4 {
    font-size: 22px;
  }
  /* line 274, ../src/partials/pages/_footer.scss */
  #footer .country .select-country .selectboxit-container {
    max-width: 300px;
  }
}
/* line 4, ../src/partials/pages/_select-country.scss */
#header-wrap {
  -moz-transition: height 0.5s ease, -moz-transform 0.4s ease;
  -o-transition: height 0.5s ease, -o-transform 0.4s ease;
  -webkit-transition: height 0.5s ease, -webkit-transform 0.4s ease;
  transition: height 0.5s ease, transform 0.4s ease;
}
/* line 6, ../src/partials/pages/_select-country.scss */
#header-wrap #switch-language {
  width: 38px;
  height: 24px;
  display: block;
  position: absolute !important;
  left: 50%;
  cursor: pointer;
  margin-left: -19px;
  z-index: 20;
  top: 20px;
  opacity: 0.7;
}
/* line 17, ../src/partials/pages/_select-country.scss */
#header-wrap #switch-language span[class^='flag'] {
  margin-top: -3px;
}
/* line 20, ../src/partials/pages/_select-country.scss */
#header-wrap #switch-language .icon-arrow {
  font-size: 7px;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 6px;
  margin-top: 5px;
  float: right;
  color: black;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 33, ../src/partials/pages/_select-country.scss */
#header-wrap #switch-language:hover {
  opacity: 1;
}
/* line 35, ../src/partials/pages/_select-country.scss */
#header-wrap #switch-language:hover .icon-arrow {
  opacity: 1;
}
/* line 39, ../src/partials/pages/_select-country.scss */
#header-wrap #switch-language.hide {
  display: none;
}
/* line 43, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country {
  height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: white;
}
/* line 52, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country h3 {
  font-size: 20px;
}
/* line 54, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country h3:after {
  width: 50px;
}
/* line 58, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country .bg {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
/* line 64, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country .country-wrapper {
  padding: 60px 0 60px 0;
  margin: 0 auto;
  width: 280px;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 72, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country p {
  font-size: 13px;
}
/* line 74, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country p a {
  color: white;
  display: block;
  padding: 5px;
  font-size: inherit;
}
/* line 79, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country p a .icon-globe {
  vertical-align: middle;
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-size: 67px 327px;
  background-position: 0 -40px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 79, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country p a .icon-globe {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 67px 327px;
    background-position: 0 -40px;
    width: 20px;
    height: 20px;
  }
}
/* line 86, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country ul.list {
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-columns: auto 2;
  -webkit-columns: auto 2;
  columns: auto 2;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin: 35px 0;
}
/* line 93, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country ul.list li {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  font-size: 13px;
}
/* line 99, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country ul.list li a {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  float: left;
  padding: 10px 10px 6px 10px;
  border: 1px solid transparent;
  font-family: "adobe-caslon-pro", serif;
  font-style: italic;
  overflow: hidden;
  color: white !important;
}
/* line 111, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country ul.list li a span.flag {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-top: -4px;
}
/* line 119, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country ul.list li a span.country-label {
  display: block;
  padding-left: 32px;
  margin-top: 3px;
  text-decoration: underline;
}
/* line 125, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country ul.list li a.selected {
  border-color: white;
  text-decoration: none;
}
/* line 128, ../src/partials/pages/_select-country.scss */
#header-wrap #select-country ul.list li a.selected span {
  text-decoration: none;
}
/* line 136, ../src/partials/pages/_select-country.scss */
#header-wrap.show-country-selector {
  height: 700px;
}
/* line 139, ../src/partials/pages/_select-country.scss */
#header-wrap.show-country-selector #switch-language .icon-arrow {
  color: white;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* line 144, ../src/partials/pages/_select-country.scss */
#header-wrap.show-country-selector #select-country {
  height: 580px;
}
/* line 146, ../src/partials/pages/_select-country.scss */
#header-wrap.show-country-selector #select-country .country-wrapper {
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}

/* line 182, ../src/partials/pages/_select-country.scss */
body.country-selector #col-main {
  background: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/images/country-selector/bg-mobile.jpg") center center no-repeat;
  background-size: cover;
}
/* line 186, ../src/partials/pages/_select-country.scss */
body.country-selector .country-selector-wrap {
  color: white;
  padding-top: 50px;
  padding-bottom: 70px;
}
/* line 191, ../src/partials/pages/_select-country.scss */
body.country-selector h1 {
  font-size: 25px;
  margin-bottom: 50px;
}
/* line 195, ../src/partials/pages/_select-country.scss */
body.country-selector h2 {
  font-size: 20px;
}
/* line 198, ../src/partials/pages/_select-country.scss */
body.country-selector h1, body.country-selector h2 {
  letter-spacing: 0.15em;
}
/* line 201, ../src/partials/pages/_select-country.scss */
body.country-selector .continent-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 205, ../src/partials/pages/_select-country.scss */
body.country-selector .continent {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 640px) {
  /* line 205, ../src/partials/pages/_select-country.scss */
  body.country-selector .continent {
    width: calc(50% - 30px);
    margin: 0 15px 80px;
  }
}
@media (min-width: 1000px) {
  /* line 205, ../src/partials/pages/_select-country.scss */
  body.country-selector .continent {
    width: calc(33.33333% - 30px);
    margin: 0 15px 100px;
  }
}
/* line 211, ../src/partials/pages/_select-country.scss */
body.country-selector .selectboxit-container {
  max-width: 240px;
}
/* line 214, ../src/partials/pages/_select-country.scss */
body.country-selector .global {
  width: 100%;
  text-align: center;
}
/* line 217, ../src/partials/pages/_select-country.scss */
body.country-selector .global a {
  font-style: italic;
  color: white;
}
/* line 222, ../src/partials/pages/_select-country.scss */
body.country-selector .icon-globe {
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-size: 100px 491px;
  background-position: 0 -60px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 222, ../src/partials/pages/_select-country.scss */
  body.country-selector .icon-globe {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: 0 -60px;
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 640px) {
  /* line 232, ../src/partials/pages/_select-country.scss */
  #header-wrap.show-country-selector {
    height: 755px;
  }
  /* line 234, ../src/partials/pages/_select-country.scss */
  #header-wrap.show-country-selector.sale-bar-active {
    height: 794px;
  }
  /* line 237, ../src/partials/pages/_select-country.scss */
  #header-wrap.show-country-selector #select-country {
    height: 580px;
  }
  /* line 241, ../src/partials/pages/_select-country.scss */
  #header-wrap #switch-language {
    left: auto;
    right: 20px;
    margin-left: 0;
    display: block;
  }
  /* line 247, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country {
    height: 0;
  }
  /* line 249, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country p {
    font-size: 20px;
  }
  /* line 252, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country p a .icon-globe {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    background-size: 100px 491px;
    background-position: 0 -60px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 640px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 640px) and (min-resolution: 2dppx) {
  /* line 252, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country p a .icon-globe {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: 0 -60px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 640px) {
  /* line 257, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country .country-wrapper {
    width: 500px;
  }
  /* line 260, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country ul.list {
    -moz-columns: auto 3;
    -webkit-columns: auto 3;
    columns: auto 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  /* line 263, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country ul.list li {
    font-size: 14px;
  }
  /* line 265, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country ul.list li a {
    margin-bottom: 5px;
  }
  /* line 267, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country ul.list li a:hover .country-label {
    text-decoration: none;
  }

  /* line 275, ../src/partials/pages/_select-country.scss */
  body.country-selector #col-main {
    background-image: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/images/country-selector/bg-tablet.jpg");
  }
}
@media (min-width: 1000px) {
  /* line 282, ../src/partials/pages/_select-country.scss */
  #header-wrap.show-country-selector {
    height: 635px;
  }
  /* line 284, ../src/partials/pages/_select-country.scss */
  #header-wrap.show-country-selector.sale-bar-active {
    height: 674px;
  }
  /* line 287, ../src/partials/pages/_select-country.scss */
  #header-wrap.show-country-selector #select-country {
    height: 460px;
  }
  /* line 292, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country h3 {
    font-size: 22px;
  }
  /* line 295, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country p {
    font-size: 20px;
  }
  /* line 297, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country p a {
    display: inline-block;
  }
  /* line 301, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country .country-wrapper {
    width: 800px;
  }
  /* line 304, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country ul.list {
    -moz-columns: auto 4;
    -webkit-columns: auto 4;
    columns: auto 4;
  }

  /* line 309, ../src/partials/pages/_select-country.scss */
  body.country-selector #col-main {
    background-image: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/images/country-selector/bg-laptop.jpg");
  }
}
@media (min-width: 1400px) {
  /* line 317, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country .country-wrapper {
    width: 1060px;
  }
  /* line 320, ../src/partials/pages/_select-country.scss */
  #header-wrap #select-country ul.list {
    -moz-columns: auto 4;
    -webkit-columns: auto 4;
    columns: auto 4;
  }
}
/* line 16, ../src/partials/pages/_category.scss */
.catalog-list .breadcrumbs,
.catalog-list .toolbar {
  display: none;
}
/* line 21, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header {
  max-width: 1440px;
  margin: 0 auto;
}
/* line 24, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header .inner {
  margin: 5px;
  position: relative;
  color: white;
  padding: 0;
  margin-top: 0;
}
/* line 30, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header .inner .category-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
/* line 39, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header .inner .category-title h1 {
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  display: inline-block;
}
/* line 57, ../src/partials/base/_mixins.scss */
.catalog-list .products .category-header .inner .category-title h1 .subheadline {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 0.6em 0;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 65, ../src/partials/base/_mixins.scss */
.catalog-list .products .category-header .inner .category-title h1 .subheadline .icon-ribbon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  font-size: 16px;
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
  display: none;
}
@media (min-width: 640px) {
  /* line 39, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header .inner .category-title h1 {
    font-size: 55px;
  }
  /* line 78, ../src/partials/base/_mixins.scss */
  .catalog-list .products .category-header .inner .category-title h1 .subheadline {
    font-size: 16px;
  }
  /* line 80, ../src/partials/base/_mixins.scss */
  .catalog-list .products .category-header .inner .category-title h1 .subheadline .icon-ribbon {
    width: 20px;
    font-size: 20px;
    height: 20px;
  }
}
@media (min-width: 1000px) {
  /* line 39, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header .inner .category-title h1 {
    font-size: 68px;
  }
  /* line 89, ../src/partials/base/_mixins.scss */
  .catalog-list .products .category-header .inner .category-title h1 span {
    font-size: 27px;
  }
}
/* line 44, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header .inner .blurb {
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
/* line 50, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header .inner .blurb p {
  margin: 5px 30px;
}
/* line 58, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .info-wrapper {
  background: #f4f4f4;
  padding: 30px 30px 60px 30px;
  display: none;
}
/* line 62, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .info-wrapper .more-info {
  color: #4f4f4f;
  clear: both;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
}
/* line 69, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .info-wrapper .more-info img {
  width: 80%;
}
/* line 72, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .info-wrapper .more-info .text {
  margin-bottom: 30px;
}
/* line 74, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .info-wrapper .more-info .text h3 {
  margin-top: 2em;
}
/* line 77, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .info-wrapper .more-info .text p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}
/* line 85, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .info-wrapper.show {
  display: block;
}
/* line 89, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .expand {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 96, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .expand .read-more {
  display: inline-block;
  cursor: pointer;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 102, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .expand .read-more .label {
  display: block;
}
/* line 104, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .expand .read-more .label.read-close {
  color: #4f4f4f;
}
/* line 108, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .expand .read-more .icon-arrow {
  display: inline-block;
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
/* line 112, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .expand .read-more .icon-arrow.show {
  opacity: 1;
}
/* line 115, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .expand .read-more .icon-arrow.down {
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
/* line 118, ../src/partials/pages/_category.scss */
.catalog-list .products .category-header.read-more .inner .expand .read-more .icon-arrow.up {
  color: #4f4f4f;
}
/* line 128, ../src/partials/pages/_category.scss */
.catalog-list .products .summary-product-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 133, ../src/partials/pages/_category.scss */
.catalog-list .products .product {
  width: 100%;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 640px) {
  /* line 133, ../src/partials/pages/_category.scss */
  .catalog-list .products .product {
    width: calc(33.33333% - 26px);
    margin: 0 13px 26px;
  }
}
/* line 137, ../src/partials/pages/_category.scss */
.catalog-list .products .product .inner {
  margin: 5px;
  display: block;
  text-decoration: none;
  padding: 20px 0;
  color: #4f4f4f;
}
/* line 143, ../src/partials/pages/_category.scss */
.catalog-list .products .product .inner .collection {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #747474;
  padding: 0 20px;
  letter-spacing: 0.2em;
}
/* line 150, ../src/partials/pages/_category.scss */
.catalog-list .products .product .inner .collection .icon-ribbon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
  display: none;
}
/* line 162, ../src/partials/pages/_category.scss */
.catalog-list .products .product .inner .product-image img {
  max-height: 260px;
}
/* line 166, ../src/partials/pages/_category.scss */
.catalog-list .products .product .inner .name-n-price {
  padding: 0 20px;
}
/* line 168, ../src/partials/pages/_category.scss */
.catalog-list .products .product .inner .name-n-price * {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.2em;
}
/* line 174, ../src/partials/pages/_category.scss */
.catalog-list .products .product .inner .name-n-price .name {
  display: inline-block;
  color: #4f4f4f;
  margin-right: 5px;
}
/* line 179, ../src/partials/pages/_category.scss */
.catalog-list .products .product .inner .name-n-price .price-box {
  display: inline-block;
  color: #929292;
}
/* line 187, ../src/partials/pages/_category.scss */
.catalog-list .button-wrapper {
  clear: both;
  text-align: center;
  padding: 30px 0;
}

/* line 194, ../src/partials/pages/_category.scss */
.category-desc {
  padding: 10px 5px;
}
/* line 196, ../src/partials/pages/_category.scss */
.category-desc p {
  font-size: 18px;
  text-align: center;
}
/* line 199, ../src/partials/pages/_category.scss */
.category-desc p:first-child {
  margin-top: 0;
}

/* line 206, ../src/partials/pages/_category.scss */
.category-footer .inner {
  padding: 0 20px;
}

@media (min-width: 640px) {
  /* line 217, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header .inner {
    margin: 13px;
    text-align: left;
    position: relative;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 222, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header .inner .category-title {
    text-align: center;
    padding: 90px 0;
  }
  /* line 225, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header .inner .category-title h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 230, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header .inner .blurb {
    margin: 20px 30px 0 30px;
  }
  /* line 232, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header .inner .blurb p {
    margin-top: 0 !important;
    text-align: center;
    padding: 0 30px;
    font-size: 23px;
  }
  /* line 243, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .blurb p {
    margin-bottom: 15px;
  }
  /* line 247, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .info-wrapper {
    padding: 30px 30px 90px 30px;
  }
  /* line 249, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .info-wrapper .more-info {
    overflow: hidden;
    *zoom: 1;
    padding: 40px 30px 20px 30px;
  }
  /* line 252, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .info-wrapper .more-info img {
    width: 40%;
    margin: 0 auto 30px auto;
  }
  /* line 256, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .info-wrapper .more-info .text {
    margin-bottom: 0;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 259, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .info-wrapper .more-info .text h3 {
    margin-top: 0;
  }
  /* line 266, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .expand .read-more {
    font-size: 16px;
  }
  /* line 275, ../src/partials/pages/_category.scss */
  .catalog-list .products .product .inner {
    margin: 13px;
    padding: 25px 0 20px 0;
  }
  /* line 279, ../src/partials/pages/_category.scss */
  .catalog-list .products .product .inner .product-image img {
    max-height: 290px;
  }
  /* line 283, ../src/partials/pages/_category.scss */
  .catalog-list .products .product .inner .name-n-price {
    font-size: 16px;
  }

  /* line 291, ../src/partials/pages/_category.scss */
  .category-footer .inner {
    text-align: center;
  }
}
@media (min-width: 1000px) {
  /* line 302, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header .inner .blurb p {
    padding: 0 55px;
  }
  /* line 311, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .info-wrapper .more-info img {
    width: calc(40% - 70px);
  }
  /* line 315, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .info-wrapper .more-info .text h3 {
    font-size: 27px;
  }
  /* line 318, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .info-wrapper .more-info .text p {
    font-size: 18px;
  }

  /* line 329, ../src/partials/pages/_category.scss */
  .category-desc {
    padding: 0 0 10px 0;
  }
  /* line 331, ../src/partials/pages/_category.scss */
  .category-desc p {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  /* line 344, ../src/partials/pages/_category.scss */
  .catalog-list .products .category-header.read-more .inner .info-wrapper .more-info img {
    width: calc(40% - 140px);
  }
}
/* line 5, ../src/partials/pages/_widgets.scss */
.widget {
  /*
  /* Styleguide widget used on for example the pdp, currently not implemented
  /* Dummy markup: 
  /*
  /*****************
  <div class="widget--styleguide">
      <div class="inner">
          <div class="widget-header">
              <h3>
                  Styleguide
                  <span>Classic watches</span>
              </h3>
          </div>
          <div class="content-wrap">
              <div class="image">
                  <img src="<?php echo $this->getSkinUrl('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/build/images/temp/styleguide.png') ?>" />
              </div>
              <div class="content">
                  <div class="inner">
                      <h4>
                          <span class="subheadline">
                              <span class="icon-ribbon"></span>Classic
                          </span>
                          A true ivy eve
                      </h4>
                      <p class="introduction">
                          Getting dressed for a new years eve party at Harvard University is not that hard.
                      </p>
                      <p>
                          We are very excited to announce that the brand new Dapper Collection is now available for pre-order! Only a very limited number of watches are available, so make sure you are one of the first. ow available for pre-order! Only a very limited number of watches are available, so make sure you are one of the first.
                      </p>
                      <p>
                          <a href="">Read the full story</a>
                      </p>
                  </div>
              </div>
          </div>
      </div>
  </div>
  */
}
/* line 7, ../src/partials/pages/_widgets.scss */
.widget--promotion, .widget--product {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 10, ../src/partials/pages/_widgets.scss */
.widget--promotion .sticker, .widget--product .sticker {
  position: absolute;
  left: 50%;
  width: 124px;
  height: 124px;
  top: -62px;
  margin-left: -62px;
  -moz-background-size: 124px;
  -o-background-size: 124px;
  -webkit-background-size: 124px;
  background-size: 124px;
}
/* line 25, ../src/partials/pages/_widgets.scss */
.widget--promotion.bg-white, .widget--product.bg-white {
  background-color: white;
}
/* line 30, ../src/partials/pages/_widgets.scss */
.widget--promotion.bg-light_grey, .widget--product.bg-light_grey {
  background-color: #f4f4f4;
}
/* line 35, ../src/partials/pages/_widgets.scss */
.widget--promotion.text-normal p, .widget--product.text-normal p {
  font-style: normal;
}
/* line 40, ../src/partials/pages/_widgets.scss */
.widget--promotion.text-italic p, .widget--product.text-italic p {
  font-style: italic;
}
/* line 45, ../src/partials/pages/_widgets.scss */
.widget--promotion.text-black *, .widget--product.text-black * {
  color: #4f4f4f;
}
/* line 47, ../src/partials/pages/_widgets.scss */
.widget--promotion.text-black * .cta p a, .widget--product.text-black * .cta p a {
  color: #4e5874;
}
/* line 52, ../src/partials/pages/_widgets.scss */
.widget--promotion.text-black * .subheadline span, .widget--product.text-black * .subheadline span {
  color: #9b9b9b !important;
}
/* line 59, ../src/partials/pages/_widgets.scss */
.widget--promotion.text-white *, .widget--product.text-white * {
  color: white;
}
/* line 64, ../src/partials/pages/_widgets.scss */
.widget--promotion .container .inner, .widget--product .container .inner {
  margin: 30px 10px 50px 10px;
}
/* line 66, ../src/partials/pages/_widgets.scss */
.widget--promotion .container .inner .image.tablet, .widget--product .container .inner .image.tablet {
  display: none;
}
/* line 70, ../src/partials/pages/_widgets.scss */
.widget--promotion .container .inner .text-wrap h2.headline, .widget--product .container .inner .text-wrap h2.headline {
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
}
/* line 57, ../src/partials/base/_mixins.scss */
.widget--promotion .container .inner .text-wrap h2.headline .subheadline, .widget--product .container .inner .text-wrap h2.headline .subheadline {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 0.6em 0;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 65, ../src/partials/base/_mixins.scss */
.widget--promotion .container .inner .text-wrap h2.headline .subheadline .icon-ribbon, .widget--product .container .inner .text-wrap h2.headline .subheadline .icon-ribbon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  font-size: 16px;
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
  display: none;
}
@media (min-width: 640px) {
  /* line 70, ../src/partials/pages/_widgets.scss */
  .widget--promotion .container .inner .text-wrap h2.headline, .widget--product .container .inner .text-wrap h2.headline {
    font-size: 55px;
  }
  /* line 78, ../src/partials/base/_mixins.scss */
  .widget--promotion .container .inner .text-wrap h2.headline .subheadline, .widget--product .container .inner .text-wrap h2.headline .subheadline {
    font-size: 16px;
  }
  /* line 80, ../src/partials/base/_mixins.scss */
  .widget--promotion .container .inner .text-wrap h2.headline .subheadline .icon-ribbon, .widget--product .container .inner .text-wrap h2.headline .subheadline .icon-ribbon {
    width: 20px;
    font-size: 20px;
    height: 20px;
  }
}
@media (min-width: 1000px) {
  /* line 70, ../src/partials/pages/_widgets.scss */
  .widget--promotion .container .inner .text-wrap h2.headline, .widget--product .container .inner .text-wrap h2.headline {
    font-size: 68px;
  }
  /* line 89, ../src/partials/base/_mixins.scss */
  .widget--promotion .container .inner .text-wrap h2.headline span, .widget--product .container .inner .text-wrap h2.headline span {
    font-size: 27px;
  }
}
/* line 74, ../src/partials/pages/_widgets.scss */
.widget--promotion .container .inner .text-wrap .image, .widget--product .container .inner .text-wrap .image {
  margin-bottom: 2em;
}
/* line 76, ../src/partials/pages/_widgets.scss */
.widget--promotion .container .inner .text-wrap .image img, .widget--product .container .inner .text-wrap .image img {
  max-width: 80%;
}
/* line 81, ../src/partials/pages/_widgets.scss */
.widget--promotion .container .inner .text-wrap .cta p, .widget--product .container .inner .text-wrap .cta p {
  font-size: 18px;
  margin: 0 0 1.8em 0;
}
/* line 84, ../src/partials/pages/_widgets.scss */
.widget--promotion .container .inner .text-wrap .cta p a, .widget--product .container .inner .text-wrap .cta p a {
  font-size: 1em;
}
/* line 88, ../src/partials/pages/_widgets.scss */
.widget--promotion .container .inner .text-wrap .cta .button, .widget--product .container .inner .text-wrap .cta .button {
  margin: 0 auto 20px auto;
  max-width: 100%;
  padding: 0 30px;
  font-size: 12px;
}
/* line 98, ../src/partials/pages/_widgets.scss */
.widget--promotion .headline a, .widget--product .headline a {
  text-decoration: none;
}
/* line 106, ../src/partials/pages/_widgets.scss */
.widget--product .container .inner .text-wrap .cta .button,
.widget--product .container .inner .text-wrap .cta .descr {
  margin-bottom: 1.4em;
}
/* line 110, ../src/partials/pages/_widgets.scss */
.widget--product .container .inner .text-wrap .cta .sec-link {
  margin-bottom: 0;
}
/* line 113, ../src/partials/pages/_widgets.scss */
.widget--product .container .inner .text-wrap .cta p.descr {
  margin-bottom: 20px;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  max-height: 5.5em;
}
/* line 121, ../src/partials/pages/_widgets.scss */
.widget--category-blurbs {
  text-align: center;
}
/* line 123, ../src/partials/pages/_widgets.scss */
.widget--category-blurbs > .inner {
  overflow: hidden;
  *zoom: 1;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 127, ../src/partials/pages/_widgets.scss */
.widget--category-blurbs > .inner h3 {
  margin: 0 10px 40px 10px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  color: #aaa;
}
/* line 125, ../src/partials/base/_mixins.scss */
.widget--category-blurbs > .inner h3 span {
  display: block;
  line-height: 1.1;
  margin-top: 5px;
}
/* line 133, ../src/partials/base/_mixins.scss */
.widget--category-blurbs > .inner h3 span {
  font-size: 24px;
  color: #4f4f4f;
}
@media (min-width: 640px) {
  /* line 127, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs > .inner h3 {
    position: relative;
    font-size: 26px;
  }
  /* line 148, ../src/partials/base/_mixins.scss */
  .widget--category-blurbs > .inner h3:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    margin-left: -45px;
    bottom: 15px;
  }
  /* line 156, ../src/partials/base/_mixins.scss */
  .widget--category-blurbs > .inner h3 span {
    margin-top: 2px;
    padding-bottom: 30px;
  }
  /* line 162, ../src/partials/base/_mixins.scss */
  .widget--category-blurbs > .inner h3:after {
    background-color: #ddd;
  }
  /* line 165, ../src/partials/base/_mixins.scss */
  .widget--category-blurbs > .inner h3 span {
    font-size: 55px;
  }
}
/* line 131, ../src/partials/pages/_widgets.scss */
.widget--category-blurbs > .inner .category {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
}
/* line 135, ../src/partials/pages/_widgets.scss */
.widget--category-blurbs > .inner .category .inner {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 260px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
}
/* line 148, ../src/partials/pages/_widgets.scss */
.widget--category-blurbs > .inner .category .inner h4 {
  font-size: 20px;
}
/* line 151, ../src/partials/pages/_widgets.scss */
.widget--category-blurbs > .inner .category .inner .icon {
  display: none;
}
/* line 155, ../src/partials/pages/_widgets.scss */
.widget--category-blurbs > .inner .category:first-of-type .inner {
  margin-right: 3px;
}
/* line 158, ../src/partials/pages/_widgets.scss */
.widget--category-blurbs > .inner .category:last-of-type .inner {
  margin-left: 3px;
}
/* line 165, ../src/partials/pages/_widgets.scss */
.widget--blog-latest {
  margin-bottom: 30px;
}
/* line 167, ../src/partials/pages/_widgets.scss */
.widget--blog-latest .widget-title {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #4f4f4f;
  margin-bottom: 45px;
}
/* line 125, ../src/partials/base/_mixins.scss */
.widget--blog-latest .widget-title span {
  display: block;
  line-height: 1.1;
  margin-top: 5px;
}
/* line 141, ../src/partials/base/_mixins.scss */
.widget--blog-latest .widget-title span {
  font-size: 16px;
  color: #aaa;
}
@media (min-width: 640px) {
  /* line 167, ../src/partials/pages/_widgets.scss */
  .widget--blog-latest .widget-title {
    position: relative;
    font-size: 55px;
  }
  /* line 148, ../src/partials/base/_mixins.scss */
  .widget--blog-latest .widget-title:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    margin-left: -45px;
    bottom: 15px;
  }
  /* line 156, ../src/partials/base/_mixins.scss */
  .widget--blog-latest .widget-title span {
    margin-top: 2px;
    padding-bottom: 30px;
  }
  /* line 171, ../src/partials/base/_mixins.scss */
  .widget--blog-latest .widget-title:after {
    background-color: #4f4f4f;
  }
  /* line 174, ../src/partials/base/_mixins.scss */
  .widget--blog-latest .widget-title span {
    font-size: 26px;
  }
}
/* line 171, ../src/partials/pages/_widgets.scss */
.widget--blog-latest .blog-post-list {
  margin-bottom: 30px;
}
/* line 174, ../src/partials/pages/_widgets.scss */
.widget--blog-latest .show-more {
  text-align: center;
}
/* line 177, ../src/partials/pages/_widgets.scss */
.widget--blog-latest .blog-post {
  display: none;
}
/* line 179, ../src/partials/pages/_widgets.scss */
.widget--blog-latest .blog-post:first-of-type {
  display: block;
}
/* line 225, ../src/partials/pages/_widgets.scss */
.widget--styleguide {
  max-width: 1070px;
  margin: 0 auto;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
/* line 359, ../src/partials/base/_mixins.scss */
.widget--styleguide > .inner {
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 359, ../src/partials/base/_mixins.scss */
  .widget--styleguide > .inner {
    margin: 13px;
  }
}
/* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.widget--styleguide:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 640px) {
  /* line 225, ../src/partials/pages/_widgets.scss */
  .widget--styleguide {
    max-width: 1102px;
    padding: 13px;
  }
}
/* line 227, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner {
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 227, ../src/partials/pages/_widgets.scss */
  .widget--styleguide > .inner {
    margin: 13px;
  }
}
/* line 229, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner .widget-header {
  padding: 30px 0;
}
/* line 231, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner .widget-header h3 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #4f4f4f;
}
/* line 125, ../src/partials/base/_mixins.scss */
.widget--styleguide > .inner .widget-header h3 span {
  display: block;
  line-height: 1.1;
  margin-top: 5px;
}
/* line 141, ../src/partials/base/_mixins.scss */
.widget--styleguide > .inner .widget-header h3 span {
  font-size: 16px;
  color: #aaa;
}
@media (min-width: 640px) {
  /* line 231, ../src/partials/pages/_widgets.scss */
  .widget--styleguide > .inner .widget-header h3 {
    position: relative;
    font-size: 55px;
  }
  /* line 148, ../src/partials/base/_mixins.scss */
  .widget--styleguide > .inner .widget-header h3:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    margin-left: -45px;
    bottom: 15px;
  }
  /* line 156, ../src/partials/base/_mixins.scss */
  .widget--styleguide > .inner .widget-header h3 span {
    margin-top: 2px;
    padding-bottom: 30px;
  }
  /* line 171, ../src/partials/base/_mixins.scss */
  .widget--styleguide > .inner .widget-header h3:after {
    background-color: #4f4f4f;
  }
  /* line 174, ../src/partials/base/_mixins.scss */
  .widget--styleguide > .inner .widget-header h3 span {
    font-size: 26px;
  }
}
/* line 235, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner .content-wrap {
  background: #f4f4f4;
}
/* line 237, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner .content-wrap .image img {
  display: block;
}
/* line 241, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner .content-wrap .content .inner {
  padding: 30px 20px 20px 20px;
}
/* line 243, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner .content-wrap .content .inner h4 {
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  text-align: left;
  font-size: 30px;
}
/* line 57, ../src/partials/base/_mixins.scss */
.widget--styleguide > .inner .content-wrap .content .inner h4 .subheadline {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 0.6em 0;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 65, ../src/partials/base/_mixins.scss */
.widget--styleguide > .inner .content-wrap .content .inner h4 .subheadline .icon-ribbon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  font-size: 16px;
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
  display: none;
}
@media (min-width: 640px) {
  /* line 243, ../src/partials/pages/_widgets.scss */
  .widget--styleguide > .inner .content-wrap .content .inner h4 {
    font-size: 55px;
  }
  /* line 78, ../src/partials/base/_mixins.scss */
  .widget--styleguide > .inner .content-wrap .content .inner h4 .subheadline {
    font-size: 16px;
  }
  /* line 80, ../src/partials/base/_mixins.scss */
  .widget--styleguide > .inner .content-wrap .content .inner h4 .subheadline .icon-ribbon {
    width: 20px;
    font-size: 20px;
    height: 20px;
  }
}
@media (min-width: 1000px) {
  /* line 243, ../src/partials/pages/_widgets.scss */
  .widget--styleguide > .inner .content-wrap .content .inner h4 {
    font-size: 68px;
  }
  /* line 89, ../src/partials/base/_mixins.scss */
  .widget--styleguide > .inner .content-wrap .content .inner h4 span {
    font-size: 27px;
  }
}
/* line 247, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner .content-wrap .content .inner h4:after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #ddd;
  margin: 0.5em 0 0 0;
}
/* line 255, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner .content-wrap .content .inner h4 .subheadline {
  font-size: 16px;
  color: #999;
}
/* line 258, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner .content-wrap .content .inner h4 .subheadline .icon-ribbon {
  width: 14px;
  font-size: 14px;
  height: 14px;
}
/* line 265, ../src/partials/pages/_widgets.scss */
.widget--styleguide > .inner .content-wrap .content .inner p.introduction {
  color: #999;
}
/* line 275, ../src/partials/pages/_widgets.scss */
.widget--smallpromo {
  padding: 10px;
}
/* line 278, ../src/partials/pages/_widgets.scss */
.widget--smallpromo .text .inner {
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 278, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo .text .inner {
    margin: 13px;
  }
}
/* line 280, ../src/partials/pages/_widgets.scss */
.widget--smallpromo .text .inner h3 {
  font-size: 22px;
}
/* line 283, ../src/partials/pages/_widgets.scss */
.widget--smallpromo .text .inner p {
  margin: 0;
}
/* line 289, ../src/partials/pages/_widgets.scss */
.widget--smallpromo .img .inner {
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 289, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo .img .inner {
    margin: 13px;
  }
}
/* line 291, ../src/partials/pages/_widgets.scss */
.widget--smallpromo .img .inner img {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
/* line 297, ../src/partials/pages/_widgets.scss */
.widget--smallpromo .img .inner p.caption {
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
}
/* line 304, ../src/partials/pages/_widgets.scss */
.widget--smallpromo.alternative-align {
  padding: 15px;
}
/* line 307, ../src/partials/pages/_widgets.scss */
.widget--smallpromo.alternative-align .img .inner {
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 307, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo.alternative-align .img .inner {
    margin: 13px;
  }
}
/* line 312, ../src/partials/pages/_widgets.scss */
.widget--smallpromo.alternative-align .text .inner {
  margin: 5px;
  text-align: center;
}
@media (min-width: 640px) {
  /* line 312, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo.alternative-align .text .inner {
    margin: 13px;
  }
}
/* line 315, ../src/partials/pages/_widgets.scss */
.widget--smallpromo.alternative-align .text .inner h3 {
  font-size: 22px;
}
/* line 324, ../src/partials/pages/_widgets.scss */
.widget--bigpromo {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 329, ../src/partials/pages/_widgets.scss */
.widget--bigpromo .inner .image {
  margin: -10px;
  position: relative;
  overflow: hidden;
}
/* line 333, ../src/partials/pages/_widgets.scss */
.widget--bigpromo .inner .image img {
  max-height: 400px;
  display: block;
  margin: 0 auto;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 340, ../src/partials/pages/_widgets.scss */
.widget--bigpromo .inner .content {
  text-align: center;
  padding: 0 30px 30px 30px;
  color: white;
}
/* line 344, ../src/partials/pages/_widgets.scss */
.widget--bigpromo .inner .content h3 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 31px;
  line-height: 1.18em;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 300;
  font-size: 32px;
}
@media (min-width: 1000px) {
  /* line 344, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .content h3 {
    font-size: 54px;
  }
}
/* line 348, ../src/partials/pages/_widgets.scss */
.widget--bigpromo .inner .content p {
  font-style: italic;
}
/* line 353, ../src/partials/pages/_widgets.scss */
.widget--bigpromo.crystal_widget {
  background-repeat: no-repeat;
  background-position: top left;
  -moz-background-size: 60%;
  -o-background-size: 60%;
  -webkit-background-size: 60%;
  background-size: 60%;
}
/* line 360, ../src/partials/pages/_widgets.scss */
.widget--bigpromo.crystal_widget .content {
  padding: 250px 30px 60px 30px;
}
/* line 365, ../src/partials/pages/_widgets.scss */
.widget--bigpromo.crystal_widget .inner .image img {
  display: none;
}
/* line 374, ../src/partials/pages/_widgets.scss */
.widget--find-more {
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
/* line 377, ../src/partials/pages/_widgets.scss */
.widget--find-more p {
  margin-top: 0;
}
/* line 380, ../src/partials/pages/_widgets.scss */
.widget--find-more a,
.widget--find-more span {
  display: inline-block;
}
/* line 385, ../src/partials/pages/_widgets.scss */
.widget--find-more span {
  padding: 0 10px;
}
/* line 390, ../src/partials/pages/_widgets.scss */
.widget--slideshow {
  margin-bottom: 0;
}
/* line 392, ../src/partials/pages/_widgets.scss */
.widget--slideshow .slick-arrow {
  display: none;
}
/* line 395, ../src/partials/pages/_widgets.scss */
.widget--slideshow .slick-dots {
  bottom: 10px;
}
/* line 397, ../src/partials/pages/_widgets.scss */
.widget--slideshow .slick-dots li {
  margin: 0;
}
/* line 399, ../src/partials/pages/_widgets.scss */
.widget--slideshow .slick-dots li button:before {
  font-size: 40px;
}
/* line 405, ../src/partials/pages/_widgets.scss */
.widget--slideshow:hover .slick-arrow {
  opacity: .25;
}
/* line 407, ../src/partials/pages/_widgets.scss */
.widget--slideshow:hover .slick-arrow:hover {
  opacity: .75;
}

/* line 417, ../src/partials/pages/_widgets.scss */
body.takeover #header-wrap #header {
  background: transparent !important;
}
/* line 420, ../src/partials/pages/_widgets.scss */
body.takeover #page-wrapper {
  margin-top: -149px;
}
/* line 426, ../src/partials/pages/_widgets.scss */
body.takeover .widget--promotion.takeover, body.takeover .widget--product.takeover {
  padding-top: 149px;
}

/* line 439, ../src/partials/pages/_widgets.scss */
body.cms-index-index.sticker-enabled div[class^='widget']:first-of-type .container .inner {
  margin-bottom: 90px;
}
/* line 445, ../src/partials/pages/_widgets.scss */
body.cms-index-index.sticker-enabled div[class^='widget']:first-of-type + div[class^='widget'] .container .inner {
  margin-top: 90px;
}

@media (min-width: 640px) {
  /* line 462, ../src/partials/pages/_widgets.scss */
  .widget--promotion .container .inner, .widget--product .container .inner {
    margin: 50px 13px;
  }
  /* line 464, ../src/partials/pages/_widgets.scss */
  .widget--promotion .container .inner .text-wrap .cta p, .widget--product .container .inner .text-wrap .cta p {
    font-size: 22px;
  }
  /* line 467, ../src/partials/pages/_widgets.scss */
  .widget--promotion .container .inner .image img, .widget--product .container .inner .image img {
    max-height: 380px;
  }
  /* line 472, ../src/partials/pages/_widgets.scss */
  .widget--promotion .container .inner .text-wrap .cta p, .widget--product .container .inner .text-wrap .cta p {
    font-size: 22px;
  }
  /* line 475, ../src/partials/pages/_widgets.scss */
  .widget--promotion .container .inner .text-wrap .cta .button, .widget--product .container .inner .text-wrap .cta .button {
    font-size: 16px;
  }
  /* line 485, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-left .container .inner, .widget--promotion.align-right .container .inner, .widget--product.align-left .container .inner, .widget--product.align-right .container .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 490, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-left .container .inner .text-wrap h2.headline, .widget--promotion.align-right .container .inner .text-wrap h2.headline, .widget--product.align-left .container .inner .text-wrap h2.headline, .widget--product.align-right .container .inner .text-wrap h2.headline {
    margin-top: 0;
  }
  /* line 493, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-left .container .inner .text-wrap .image.mobile, .widget--promotion.align-right .container .inner .text-wrap .image.mobile, .widget--product.align-left .container .inner .text-wrap .image.mobile, .widget--product.align-right .container .inner .text-wrap .image.mobile {
    display: none;
  }
  /* line 497, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-left .container .inner .image.tablet, .widget--promotion.align-right .container .inner .image.tablet, .widget--product.align-left .container .inner .image.tablet, .widget--product.align-right .container .inner .image.tablet {
    display: block;
  }
  /* line 505, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-left .container .inner, .widget--product.align-left .container .inner {
    justify-content: flex-start;
  }
  /* line 507, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-left .container .inner .image.tablet, .widget--product.align-left .container .inner .image.tablet {
    order: 2;
    flex-basis: 50%;
  }
  /* line 511, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-left .container .inner .text-wrap, .widget--product.align-left .container .inner .text-wrap {
    order: 1;
    flex-basis: 50%;
  }
  /* line 520, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-right .container .inner, .widget--product.align-right .container .inner {
    justify-content: flex-end;
  }
  /* line 522, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-right .container .inner .image.tablet, .widget--product.align-right .container .inner .image.tablet {
    order: 1;
    flex-basis: 50%;
  }
  /* line 526, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-right .container .inner .text-wrap, .widget--product.align-right .container .inner .text-wrap {
    order: 2;
    flex-basis: 50%;
  }
  /* line 535, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-center .container .inner, .widget--product.align-center .container .inner {
    justify-content: center;
  }
  /* line 537, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-center .container .inner .image,
  .widget--promotion.align-center .container .inner .headline,
  .widget--promotion.align-center .container .inner .cta, .widget--product.align-center .container .inner .image,
  .widget--product.align-center .container .inner .headline,
  .widget--product.align-center .container .inner .cta {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 543, ../src/partials/pages/_widgets.scss */
  .widget--promotion.align-center .container .inner .image img,
  .widget--promotion.align-center .container .inner .headline img,
  .widget--promotion.align-center .container .inner .cta img, .widget--product.align-center .container .inner .image img,
  .widget--product.align-center .container .inner .headline img,
  .widget--product.align-center .container .inner .cta img {
    max-width: 90%;
  }
  /* line 559, ../src/partials/pages/_widgets.scss */
  .widget--product .container .inner .text-wrap .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  /* line 564, ../src/partials/pages/_widgets.scss */
  .widget--product .container .inner .text-wrap .cta .button {
    order: 2;
  }
  /* line 567, ../src/partials/pages/_widgets.scss */
  .widget--product .container .inner .text-wrap .cta .descr {
    order: 1;
  }
  /* line 570, ../src/partials/pages/_widgets.scss */
  .widget--product .container .inner .text-wrap .cta .sec-link {
    order: 3;
  }
  /* line 578, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs {
    border-top: 0;
    max-width: 1070px;
    margin: 0 auto;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
  }
  /* line 359, ../src/partials/base/_mixins.scss */
  .widget--category-blurbs > .inner {
    margin: 5px;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  /* line 359, ../src/partials/base/_mixins.scss */
  .widget--category-blurbs > .inner {
    margin: 13px;
  }
}
@media (min-width: 640px) {
  /* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .widget--category-blurbs:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  /* line 578, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs {
    max-width: 1102px;
    padding: 13px;
  }
}
@media (min-width: 640px) {
  /* line 581, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs > .inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 584, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs > .inner h3 {
    margin: 0 26px 30px 26px;
  }
  /* line 588, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs > .inner .category .inner {
    height: 480px;
  }
  /* line 590, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs > .inner .category .inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    -moz-transition: opacity, ease 0.3s;
    -o-transition: opacity, ease 0.3s;
    -webkit-transition: opacity, ease 0.3s;
    transition: opacity, ease 0.3s;
  }
  /* line 602, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs > .inner .category .inner h4 {
    font-size: 38px;
    z-index: 2;
  }
  /* line 606, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs > .inner .category .inner .icon {
    display: inline-block;
    z-index: 2;
  }
  /* line 609, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs > .inner .category .inner .icon img {
    max-width: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-transition: all, ease 0.3s;
    -o-transition: all, ease 0.3s;
    -webkit-transition: all, ease 0.3s;
    transition: all, ease 0.3s;
    opacity: 0;
  }
  /* line 619, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs > .inner .category:hover .inner:after {
    opacity: 0.3;
  }
  /* line 622, ../src/partials/pages/_widgets.scss */
  .widget--category-blurbs > .inner .category:hover .inner .icon img {
    max-width: 76px;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 633, ../src/partials/pages/_widgets.scss */
  .widget--blog-latest {
    text-align: left;
  }
  /* line 635, ../src/partials/pages/_widgets.scss */
  .widget--blog-latest .widget-title {
    margin-bottom: 30px;
  }
  /* line 639, ../src/partials/pages/_widgets.scss */
  .widget--blog-latest .blog-post:nth-child(-n+2) {
    display: block;
  }
  /* line 643, ../src/partials/pages/_widgets.scss */
  .widget--blog-latest .primary-image {
    height: 180px;
  }
  /* line 650, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 653, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .widget-header h3 {
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #4f4f4f;
  }
  /* line 125, ../src/partials/base/_mixins.scss */
  .widget--styleguide .inner .widget-header h3 span {
    display: block;
    line-height: 1.1;
    margin-top: 5px;
  }
  /* line 141, ../src/partials/base/_mixins.scss */
  .widget--styleguide .inner .widget-header h3 span {
    font-size: 16px;
    color: #aaa;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  /* line 653, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .widget-header h3 {
    position: relative;
    font-size: 55px;
  }
  /* line 148, ../src/partials/base/_mixins.scss */
  .widget--styleguide .inner .widget-header h3:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    margin-left: -45px;
    bottom: 15px;
  }
  /* line 156, ../src/partials/base/_mixins.scss */
  .widget--styleguide .inner .widget-header h3 span {
    margin-top: 2px;
    padding-bottom: 30px;
  }
  /* line 171, ../src/partials/base/_mixins.scss */
  .widget--styleguide .inner .widget-header h3:after {
    background-color: #4f4f4f;
  }
  /* line 174, ../src/partials/base/_mixins.scss */
  .widget--styleguide .inner .widget-header h3 span {
    font-size: 26px;
  }
}
@media (min-width: 640px) {
  /* line 657, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 665, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap .content .inner h4 {
    font-size: 30px;
  }
  /* line 667, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap .content .inner h4 .subheadline {
    font-size: 16px;
  }
  /* line 669, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap .content .inner h4 .subheadline .icon-ribbon {
    width: 14px;
    font-size: 14px;
    height: 14px;
  }
  /* line 683, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 20px;
  }
  /* line 686, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo .text {
    width: 50%;
    float: left;
  }
  /* line 688, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo .text .inner {
    margin: 5px;
  }
  /* line 692, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo .img {
    width: 50%;
    float: left;
  }
  /* line 695, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo.alternative-align {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 10px 0 20px 0;
  }
  /* line 702, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo.alternative-align .img {
    flex-basis: 40%;
    order: 2;
  }
  /* line 706, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo.alternative-align .text {
    flex-basis: 50%;
    order: 1;
  }
  /* line 714, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo {
    margin: 0;
  }
  /* line 716, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 721, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .image {
    margin: -26px 0;
    flex-basis: 50%;
  }
  /* line 724, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .image img {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 728, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .content {
    flex-basis: 50%;
    padding: 0;
  }
  /* line 731, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .content .inner {
    padding: 30px;
  }
  /* line 734, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .content h3 {
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 1.18em;
    letter-spacing: 0.2em;
    margin: 0.5em 0;
    font-weight: 300;
    font-size: 32px !important;
  }
}
@media (min-width: 640px) and (min-width: 1000px) {
  /* line 734, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .content h3 {
    font-size: 54px;
  }
}

@media (min-width: 640px) {
  /* line 745, ../src/partials/pages/_widgets.scss */
  body.takeover #page-wrapper {
    margin-top: -214px;
  }
  /* line 751, ../src/partials/pages/_widgets.scss */
  body.takeover .widget--promotion.takeover, body.takeover .widget--product.takeover {
    padding-top: 214px;
  }

  /* line 766, ../src/partials/pages/_widgets.scss */
  body.cms-index-index.sticker-enabled div[class^='widget']:first-of-type + div[class^='widget'] .container .inner {
    margin-top: 70px;
  }
  /* line 770, ../src/partials/pages/_widgets.scss */
  body.cms-index-index.sticker-enabled div[class^='widget']:first-of-type + div[class^='widget'].align-center .container .inner {
    margin-top: 90px;
  }
}
@media (min-width: 1000px) {
  /* line 788, ../src/partials/pages/_widgets.scss */
  .widget--promotion .sticker, .widget--product .sticker {
    width: 164px;
    height: 164px;
    top: -82px;
    margin-left: -82px;
    -moz-background-size: 164px;
    -o-background-size: 164px;
    -webkit-background-size: 164px;
    background-size: 164px;
  }
  /* line 797, ../src/partials/pages/_widgets.scss */
  .widget--promotion .container .inner, .widget--product .container .inner {
    margin: 70px 13px;
  }
  /* line 800, ../src/partials/pages/_widgets.scss */
  .widget--promotion .container .inner .text-wrap h2.headline, .widget--product .container .inner .text-wrap h2.headline {
    font-size: 55px;
  }
  /* line 804, ../src/partials/pages/_widgets.scss */
  .widget--promotion .container .inner .text-wrap .cta .button, .widget--product .container .inner .text-wrap .cta .button {
    font-size: 18px;
  }
  /* line 818, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap .image {
    width: 50%;
    float: left;
  }
  /* line 821, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap .content {
    width: 50%;
    float: left;
  }
  /* line 823, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap .content .inner {
    padding: 50px;
  }
  /* line 825, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap .content .inner h4 {
    font-size: 44px;
  }
  /* line 827, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap .content .inner h4:after {
    width: 55px;
  }
  /* line 830, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap .content .inner h4 .subheadline {
    font-size: 20px;
    color: #999;
  }
  /* line 833, ../src/partials/pages/_widgets.scss */
  .widget--styleguide .inner .content-wrap .content .inner h4 .subheadline .icon-ribbon {
    width: 16px;
    font-size: 16px;
    height: 16px;
  }
  /* line 848, ../src/partials/pages/_widgets.scss */
  .widget--blog-latest .blog-post-list .blog-post {
    display: block;
  }
  /* line 854, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo {
    padding: 0;
  }
  /* line 857, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo .text .inner {
    margin: 5px;
  }
}
@media (min-width: 1000px) and (min-width: 640px) {
  /* line 857, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo .text .inner {
    margin: 13px;
  }
}
@media (min-width: 1000px) {
  /* line 859, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo .text .inner h3 {
    font-size: 28px;
  }
  /* line 866, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo .img .inner p.caption {
    font-size: 16px;
  }
  /* line 871, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo.alternative-align {
    margin: 20px 0 40px 0;
  }
  /* line 875, ../src/partials/pages/_widgets.scss */
  .widget--smallpromo.alternative-align .text .inner h3 {
    font-size: 28px;
  }
  /* line 887, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .image img {
    max-height: 630px;
  }
  /* line 892, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .content .inner {
    padding: 30px;
  }
  /* line 895, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .content p {
    font-size: 23px;
  }
  /* line 898, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .content h3 {
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 1.18em;
    letter-spacing: 0.2em;
    margin: 0.5em 0;
    font-weight: 300;
    font-size: 42px !important;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  /* line 898, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo .inner .content h3 {
    font-size: 54px;
  }
}
@media (min-width: 1000px) {
  /* line 904, ../src/partials/pages/_widgets.scss */
  .widget--bigpromo.crystal_widget {
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  /* line 913, ../src/partials/pages/_widgets.scss */
  .widget--slideshow .slick-arrow {
    display: block;
    z-index: 1;
    width: 70px;
    height: 70px;
    opacity: 0;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  /* line 920, ../src/partials/pages/_widgets.scss */
  .widget--slideshow .slick-arrow:before {
    font-size: 70px;
    color: black;
  }
  /* line 924, ../src/partials/pages/_widgets.scss */
  .widget--slideshow .slick-arrow.slick-prev {
    left: 30px;
  }
  /* line 927, ../src/partials/pages/_widgets.scss */
  .widget--slideshow .slick-arrow.slick-next {
    right: 30px;
  }

  /* line 938, ../src/partials/pages/_widgets.scss */
  body.cms-index-index.sticker-enabled div[class^='widget']:first-of-type .container .inner {
    margin-bottom: 110px;
  }
  /* line 943, ../src/partials/pages/_widgets.scss */
  body.cms-index-index.sticker-enabled div[class^='widget']:first-of-type + div[class^='widget'].align-center .container .inner {
    margin-top: 110px;
  }
}
/* line 2, ../src/partials/pages/_map.scss */
.dw-gmap .map-wrapper {
  position: relative;
  margin: 0 auto 30px;
}
/* line 8, ../src/partials/pages/_map.scss */
.dw-gmap #map {
  width: 100%;
  height: 500px;
}
/* line 11, ../src/partials/pages/_map.scss */
.dw-gmap #map.fullscreen {
  position: fixed !important;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 19, ../src/partials/pages/_map.scss */
.dw-gmap #map img {
  max-width: none;
  max-height: none;
}
/* line 25, ../src/partials/pages/_map.scss */
.dw-gmap #map-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
/* line 33, ../src/partials/pages/_map.scss */
.dw-gmap #map-control .open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50px;
  line-height: 50px;
  color: white;
}
/* line 44, ../src/partials/pages/_map.scss */
.dw-gmap #map-control .close {
  display: none;
  border: 1px solid #9b9b9b;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
/* line 426, ../src/partials/base/_mixins.scss */
.dw-gmap #map-control .close:before, .dw-gmap #map-control .close:after {
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  background: #f4f4f4;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -30%;
}
/* line 438, ../src/partials/base/_mixins.scss */
.dw-gmap #map-control .close:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 443, ../src/partials/base/_mixins.scss */
.dw-gmap #map-control .close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 53, ../src/partials/pages/_map.scss */
.dw-gmap #map-control .close span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* line 61, ../src/partials/pages/_map.scss */
.dw-gmap #map.fullscreen ~ #map-control {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 0;
}
/* line 67, ../src/partials/pages/_map.scss */
.dw-gmap #map.fullscreen ~ #map-control .open {
  display: none;
}
/* line 70, ../src/partials/pages/_map.scss */
.dw-gmap #map.fullscreen ~ #map-control .close {
  display: block;
}
/* line 75, ../src/partials/pages/_map.scss */
.dw-gmap #map.fullscreen ~ #store-info-popup {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
}

@media (min-width: 1000px) {
  /* line 86, ../src/partials/pages/_map.scss */
  .dw-gmap #map-control {
    display: none;
  }
  /* line 90, ../src/partials/pages/_map.scss */
  .dw-gmap #map.fullscreen {
    position: relative !important;
    z-index: 1;
    height: 500px;
    width: 100%;
  }
  /* line 95, ../src/partials/pages/_map.scss */
  .dw-gmap #map.fullscreen ~ #map-control {
    position: relative;
    z-index: 1;
  }
  /* line 98, ../src/partials/pages/_map.scss */
  .dw-gmap #map.fullscreen ~ #map-control .open {
    display: none;
  }
  /* line 101, ../src/partials/pages/_map.scss */
  .dw-gmap #map.fullscreen ~ #map-control .close {
    display: none;
  }
  /* line 106, ../src/partials/pages/_map.scss */
  .dw-gmap #map.fullscreen ~ #store-info-popup {
    position: absolute;
    z-index: 1;
    bottom: auto;
    left: 20px;
  }
}
@media (min-width: 1000px) {
  /* line 118, ../src/partials/pages/_map.scss */
  .dw-gmap #map {
    height: 700px;
  }
}
/* line 9, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .search-form {
  margin-bottom: 20px;
  padding: 0 10px;
}
/* line 12, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .search-form.disabled {
  display: none;
}
/* line 15, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .search-form #countrySelectBoxIt {
  min-width: 100px;
}
/* line 18, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .search-form .country {
  margin-bottom: 20px;
}
/* line 21, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .search-form .city {
  margin-bottom: 20px;
}
/* line 23, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .search-form .city .input-text {
  margin-bottom: 0;
}
/* line 27, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .search-form .submit {
  text-align: center;
}
/* line 32, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .stores-rows {
  margin-bottom: 30px;
}
/* line 33, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .stores-rows h2 {
  margin-bottom: 30px;
}
/* line 39, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #store-info-popup {
  background: #4f4f4f;
  border: 1px solid #989795;
  max-width: 100%;
  color: white;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 48, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #store-info-popup.show {
  display: block;
  opacity: 1;
}
/* line 52, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #store-info-popup .store {
  height: 100%;
  background: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/images/storelocator-marker.png") no-repeat 10% center;
}
/* line 55, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #store-info-popup .store * {
  display: block;
  margin: 10px;
  margin-left: 25%;
}
/* line 60, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #store-info-popup .store .name {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
/* line 65, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #store-info-popup .store .address {
  margin-bottom: 10px;
}
/* line 68, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #store-info-popup .store .directions {
  color: white;
  margin-bottom: 20px;
}
/* line 75, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #num-retailers {
  display: none;
}
/* line 79, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #list-store {
  overflow: auto;
  margin-bottom: 10px;
}
/* line 82, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #list-store .store {
  width: 100%;
  margin: 0 0 10px;
  padding: 20px;
  background: #f4f4f4;
  min-height: 120px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 90, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #list-store .store .name {
  display: block;
  font-size: 1.2em;
  margin: 0 0 15px;
}
/* line 95, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #list-store .store .address {
  display: block;
  margin-bottom: 15px;
}
/* line 99, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #list-store .store .view {
  font-size: 1.2em;
}
/* line 105, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .next-page {
  display: block;
  text-align: center;
  margin: auto;
}
/* line 112, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index #store-info-popup .view, .storelocator-index-index #store-info-popup .directions, .storelocator-index-index #list-store .view, .storelocator-index-index #list-store .directions {
  font-style: italic;
  cursor: pointer;
}
/* line 117, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .auth_popup {
  margin: 6px auto;
  padding: 20px;
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 600px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 130, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .auth_popup h2 {
  font-size: 19px;
}
/* line 133, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .auth_popup ul {
  list-style: initial;
  padding-left: 20px;
}
/* line 136, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .auth_popup ul li {
  line-height: 18px;
  padding: 5px 0;
}
/* line 142, ../src/partials/pages/_storelocator.scss */
.storelocator-index-index .auth_popup img {
  width: 164px;
  height: auto;
  display: block;
  text-align: center;
  margin: 30px auto;
}

@media (min-width: 640px) {
  /* line 156, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index .auth_popup h2 {
    font-size: 38px;
  }
  /* line 160, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index h1 {
    margin: 30px auto 0 auto;
  }
  /* line 163, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #list-store {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 166, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #list-store .store {
    width: calc(50% - 5px);
    margin-right: 10px;
    min-height: 160px;
  }
  /* line 170, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #list-store .store:nth-child(2n) {
    margin-right: 0;
  }
  /* line 173, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #list-store .store .address {
    margin-bottom: 2em;
    line-height: 1.3em;
  }
  /* line 177, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #list-store .store .view {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  /* line 184, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index .stores-row h2 {
    font-size: 30px;
  }
  /* line 187, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index .search-form.disabled {
    display: block;
  }
  /* line 190, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #store-info-popup {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    width: 350px;
  }
  /* line 197, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #num-retailers {
    display: inline;
  }
  /* line 201, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index .search-form {
    text-align: center;
    padding-bottom: 60px;
    margin: auto;
    clear: both;
    text-align: center;
    display: inline-block;
    display: block;
  }
  /* line 408, ../src/partials/base/_mixins.scss */
  .storelocator-index-index .search-form:before, .storelocator-index-index .search-form:after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #c8c8c8;
  }
  /* line 416, ../src/partials/base/_mixins.scss */
  .storelocator-index-index .search-form:before {
    margin-right: 10px;
  }
  /* line 419, ../src/partials/base/_mixins.scss */
  .storelocator-index-index .search-form:after {
    margin-left: 10px;
  }
  /* line 207, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index .search-form label {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 210, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index .search-form .city, .storelocator-index-index .search-form form {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  /* line 215, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index .search-form .country, .storelocator-index-index .search-form .city {
    margin-bottom: 0;
  }
  /* line 218, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index .search-form #countrySelectBoxItContainer {
    display: inline-block;
    vertical-align: middle;
    min-width: 220px;
  }
  /* line 223, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index .search-form #countrySelectBoxIt {
    background: #f4f4f4;
  }
}
@media (min-width: 1000px) {
  /* line 233, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index h1 {
    font-size: 44px;
  }
  /* line 236, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #list-store .store {
    width: calc(25% - 22.5px);
    margin-right: 30px;
    margin-bottom: 30px;
    min-height: 180px;
    position: relative;
  }
  /* line 242, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #list-store .store:nth-child(2n) {
    margin-right: 30px;
  }
  /* line 245, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #list-store .store:nth-child(4n) {
    margin-right: 0;
  }
  /* line 248, ../src/partials/pages/_storelocator.scss */
  .storelocator-index-index #list-store .store:nth-child(4n+1) {
    clear: left;
  }
}
/*


   Magic Zoom Plus v5.1.10 
   Copyright 2016 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/
/**
 * Core styles
 */
@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src: url("/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/build/fonts/magictoolbox-thin.eot") format("embedded-opentype"), url("data:font/opentype;base64,AAEAAAANAIAAAwBQRkZUTXJLSEgAAAdAAAAAHEdERUYAKQAPAAAHIAAAAB5PUy8yAlYL4QAAAVgAAABWY21hcEAYY70AAAHUAAABSmdhc3D//wADAAAHGAAAAAhnbHlmMMVOJwAAAzQAAAGIaGVhZAmWUYMAAADcAAAANmhoZWEP9QamAAABFAAAACRobXR4L0EAQAAAAbAAAAAkbG9jYQGGAgAAAAMgAAAAFG1heHAAUAAcAAABOAAAACBuYW1l6MPgdAAABLwAAAH1cG9zdLaTuyIAAAa0AAAAZAABAAAAAQAAEWdxz18PPPUACwgAAAAAANDtg/MAAAAA0O2D8wAA/gIInAaeAAAACAACAAAAAAAAAAEAAAae/gIAuAibAAD//wicAAEAAAAAAAAAAAAAAAAAAAAJAAEAAAAJABkABQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQZeAZAABQAIBTMFmQAAAR4FMwWZAAAD1wBmAhIAAAAABQAAAAAAAAAAAAAAAAAAAAACAAAAAAAAUGZFZABAoAGgBgZm/mYAuAaeAf4AAAABAAAAAAAABAAAAAAAAAACqgAACJsAAAOlAAADpQAACJsAAAibAAAHfABAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAACgBv//AAAAAKAB//8AAGACAAEAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAqACoAKgBMAGAAdACIAJwAxAAFAAAAAAQABZoAAgAFAAgACwAPAAATEQkBIQE3AREJASEDESERZgFd/uECuP6kPQFd/mYBXP1IpAQABNf77AIK/ZkCC1z99gQU/lICCvrNBZr6ZgABAAD+AgicBp4ACwAACQEHCQEnCQE3CQEXBHEEKyP71fvVIwQr+9UjBCsEKyMCUPvVIwQr+9UjBCsEKyP71QQrIwAAAAEAAP4CA6YGngAFAAARARcJAQcDixv8iQN1GwJQBE4X+8n7yRcAAAABAAD+AgOmBp4ABQAACQEnCQE3A6b8dxsDd/yHGwJQ+7IXBDcENxcAAQAAADcInAPdAAUAACUBNwkBFwRO+7IXBDcENxc3A4oa/IkDeRoAAAEAAAA3CJwD3QAFAAAJAQcJAScETgROF/vJ+8kXA938dxsDd/yHGwACAEAAQAHAAcAADQAYAAAlBycGIyImNDYyFhUUDwEWMzI2NCYiBhUUAcAXcSk3P1lZflkh1yc5OFBQcFBXF3EhWX5ZWT82KQInUHBQUDg5AAAADACWAAEAAAAAAAEAEQAkAAEAAAAAAAIABABAAAEAAAAAAAMALQChAAEAAAAAAAQAEQDzAAEAAAAAAAUACwEdAAEAAAAAAAYAEQFNAAMAAQQJAAEAIgAAAAMAAQQJAAIACAA2AAMAAQQJAAMAWgBFAAMAAQQJAAQAIgDPAAMAAQQJAAUAFgEFAAMAAQQJAAYAIgEpAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFQAaABpAG4AAFRoaW4AAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAATQBhAGcAaQBjAFQAbwBvAGwAYgBvAHgALQBUAGgAaQBuACAAOgAgADIANwAtADEALQAyADAAMQA1AABGb250Rm9yZ2UgMi4wIDogTWFnaWNUb29sYm94LVRoaW4gOiAyNy0xLTIwMTUAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAE0AYQBnAGkAYwBUAG8AbwBsAGIAbwB4AC0AVABoAGkAbgAATWFnaWNUb29sYm94LVRoaW4AAAAAAAIAAAAAAAD/mgBmAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEAAgECAQMBBAEFAQYBBwd1bmlBMDAxB3VuaUEwMDIHdW5pQTAwMwd1bmlBMDA0B3VuaUEwMDUHdW5pQTAwNgAAAAH//wACAAEAAAAMAAAAFgAAAAIAAQADAAgAAQAEAAAAAgAAAAAAAAABAAAAANBwQGEAAAAA0O2D8wAAAADQ7YPz");
}
/* line 22, ../src/partials/vendor/_magiczoom.scss */
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 39, ../src/partials/vendor/_magiczoom.scss */
.MagicZoom,
.mz-figure {
  display: inline-block;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr !important;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 59, ../src/partials/vendor/_magiczoom.scss */
.MagicZoom {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 64, ../src/partials/vendor/_magiczoom.scss */
figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 72, ../src/partials/vendor/_magiczoom.scss */
.MagicZoom img,
.mz-figure img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
}

/* line 79, ../src/partials/vendor/_magiczoom.scss */
.MagicZoom > img,
.mz-figure > img {
  width: 100%;
  height: auto;
}

/* line 84, ../src/partials/vendor/_magiczoom.scss */
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
  width: 100%;
  max-width: none !important;
}

/* line 89, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
  cursor: default !important;
}

/* line 93, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-active,
.mz-expand {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 99, ../src/partials/vendor/_magiczoom.scss */
.mz-lens,
.mz-zoom-window {
  position: absolute !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* line 105, ../src/partials/vendor/_magiczoom.scss */
.mz-lens img,
.mz-zoom-window img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important;
}

/* line 111, ../src/partials/vendor/_magiczoom.scss */
.mz-lens img {
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 116, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window {
  z-index: 2000000000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 121, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-magnifier {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  -webkit-mask-clip: content;
  cursor: none;
}

/* line 126, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
  pointer-events: auto !important;
  cursor: inherit !important;
}

/* line 130, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-magnifier.mz-expanded {
  z-index: 2147483647;
}

/* line 133, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window img {
  width: auto;
  height: auto;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto !important;
  -webkit-transition: none;
  transition: none;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
}

/* line 147, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-preview img {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}

/* line 158, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic .mz-zoom-window img {
  margin: 0 !important;
}

/* line 162, ../src/partials/vendor/_magiczoom.scss */
.mz-expand-controls {
  z-index: 2147483647;
}

/* line 166, ../src/partials/vendor/_magiczoom.scss */
.mz-fade {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

/* line 170, ../src/partials/vendor/_magiczoom.scss */
.mz-hidden {
  opacity: 0;
}

/* line 173, ../src/partials/vendor/_magiczoom.scss */
.mz-visible {
  opacity: 1;
}

/* line 177, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand .mz-expand-bg {
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
}

/* line 181, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
  display: none !important;
}

/* line 184, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand-controls.mz-fade {
  transition: none !important;
}

/* line 187, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand > .mz-zoom-window {
  top: 0 !important;
  left: 0 !important;
}

/**
 * Main figure
 */
/* line 197, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-active {
  background: #fff;
}

/* line 200, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 208, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-active.mz-no-expand {
  cursor: crosshair;
}

/* line 211, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* line 217, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
  cursor: none;
}

/* line 220, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-magnifier-zoom.mz-active {
  overflow: visible !important;
}

/* line 224, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-active > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
  -webkit-filter: grayscale(80%) opacity(60%);
  filter: grayscale(80%) opacity(60%);
}

/* line 229, ../src/partials/vendor/_magiczoom.scss */
.no-cssfilters-magic .mz-figure.mz-active > img {
  opacity: 0.6;
}

/* line 232, ../src/partials/vendor/_magiczoom.scss */
.lt-ie10-magic .mz-figure.mz-active > img {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}

/* line 236, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
  opacity: 0;
}

/* line 241, ../src/partials/vendor/_magiczoom.scss */
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
  opacity: 1;
}

/* line 245, ../src/partials/vendor/_magiczoom.scss */
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
  filter: alpha(opacity=0);
}

/* line 249, ../src/partials/vendor/_magiczoom.scss */
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
  background: transparent;
}

/**
 * Zoom lens
 */
/* line 256, ../src/partials/vendor/_magiczoom.scss */
.mz-lens {
  border: 1px solid #aaa;
  border-color: rgba(170, 170, 170, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: none;
  z-index: 10;
  opacity: 0;
}

/* line 264, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-active .mz-lens {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
}

/* line 269, ../src/partials/vendor/_magiczoom.scss */
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
  border-radius: 50%;
  opacity: 0;
  cursor: none;
}

/**
 * Zoom window
 */
/* line 278, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 282, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-magnifier {
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
}

/* line 287, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-magnifier:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.7);
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
  background: transparent;
  z-index: 1;
}

/* line 299, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
  border-radius: 0 !important;
}

/* line 303, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic .mz-zoom-window {
  border: 1px solid #e5e5e5;
}

/* line 306, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-inner {
  border: none;
  box-shadow: none;
}

/* Caption in zoom window */
/* line 312, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window .mz-caption {
  background: #777;
  color: #fff;
  font-size: 10pt;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 150;
  padding: 3px;
  width: 100%;
  line-height: normal !important;
  text-align: center !important;
}

/* line 325, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic .mz-zoom-window .mz-caption {
  filter: alpha(opacity=80);
}

/* line 328, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.caption-bottom .mz-caption {
  top: auto;
  bottom: 0;
}

/* line 332, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-expanded > .mz-caption {
  display: none;
}

/* Zoom window animations */
/* line 337, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* line 342, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-deactivating {
  -webkit-transition-duration: .25s, .25s, .25s;
  transition-duration: .25s, .25s, .25s;
}

/* line 346, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
  opacity: 0;
  z-index: -100;
}

/* line 353, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-p-right {
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
}

/* line 357, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-p-left {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
}

/* line 361, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-p-top {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
}

/* line 365, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-p-bottom {
  -webkit-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
}

/* Inner mode animation */
/* line 370, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window > img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 376, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* Magnifier mode animation */
/* line 382, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-p-magnifier {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

/* Preview mode animation */
/* line 387, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* line 394, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

/* line 399, ../src/partials/vendor/_magiczoom.scss */
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
  opacity: 0;
}

/**
 * Hint & Loading
 */
/* line 408, ../src/partials/vendor/_magiczoom.scss */
.mz-hint,
.mz-loading {
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* line 427, ../src/partials/vendor/_magiczoom.scss */
.mz-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  background-color: transparent;
  -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
  transition: opacity 0.25s ease, z-index 0.25s ease;
}

/* line 436, ../src/partials/vendor/_magiczoom.scss */
.mz-hint-message {
  display: inline-block;
  background: rgba(49, 51, 61, 0.7);
  border-radius: 2em;
  padding: .7em 1.1em;
}

/* line 442, ../src/partials/vendor/_magiczoom.scss */
.mz-hint-message:before {
  content: '\02295';
  font-family: serif;
  font-size: 1.5em;
  speak: none;
  text-align: center;
  vertical-align: -2px;
  margin-right: 6px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* line 453, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-hint-message:before {
  display: none;
}

/* line 457, ../src/partials/vendor/_magiczoom.scss */
.mz-hint-hidden {
  opacity: 0;
  z-index: -1;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

/* Hint in the expanded view on mobile */
/* line 464, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand .mz-hint {
  font-size: 18px;
  line-height: 1.1em;
  top: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 475, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand .mz-hint-message {
  padding: 1.1em;
}

/* line 478, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand .mz-hint-message:before {
  display: none;
}

/* line 481, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand .mz-hint-hidden {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
}

/* Loading indicator */
/* line 488, ../src/partials/vendor/_magiczoom.scss */
.mz-loading {
  font-size: 0;
  border-radius: 100%;
  opacity: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 501, ../src/partials/vendor/_magiczoom.scss */
.mz-loading:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  box-sizing: border-box;
}

/* line 515, ../src/partials/vendor/_magiczoom.scss */
.mz-loading.shown {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

/* line 521, ../src/partials/vendor/_magiczoom.scss */
.mz-loading.shown:after {
  -webkit-animation: spin-loading .9s infinite linear;
  animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 547, ../src/partials/vendor/_magiczoom.scss */
.lt-ie10-magic .mz-loading {
  font-size: 12px;
  padding: .7em 1.1em;
  width: auto;
  height: auto;
}

/* line 553, ../src/partials/vendor/_magiczoom.scss */
.lt-ie10-magic .mz-loading:after {
  content: 'Loading...';
  text-indent: 0;
  border: none;
  position: relative;
}

/* line 560, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic .mz-loading {
  filter: alpha(opacity=0);
  right: 0;
  left: 0;
  width: 126px;
  margin: auto;
}

/* line 567, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}

/* line 572, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic .mz-hint-hidden {
  filter: alpha(opacity=0);
}

/**
 * Expanded view
 */
/* line 581, ../src/partials/vendor/_magiczoom.scss */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 591, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
  width: auto !important;
  height: auto !important;
}

/* line 598, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
  min-width: 100% !important;
  min-height: 100% !important;
}

/* line 604, ../src/partials/vendor/_magiczoom.scss */
.mz-expand {
  background-color: black;
  text-align: center;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  z-index: 2100000000;
  position: fixed;
  width: auto;
  height: auto;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-overflow-style: none;
}

/* Expanded view background */
/* line 624, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-expand-bg {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  z-index: -100;
  max-width: none !important;
  max-height: none !important;
  -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -ms-transform: translate(0, 0) scale(10, 10) rotate(0.01deg);
  transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
  -webkit-perspective: 600px;
  perspective: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 639, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-expand-bg > img {
  margin: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
  -webkit-filter: blur(20px) brightness(60%);
  filter: blur(20px) brightness(60%);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 649, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-expand-bg > svg {
  margin: auto;
  opacity: .6;
}

/* line 654, ../src/partials/vendor/_magiczoom.scss */
.lt-ie10-magic .mz-expand .mz-expand-bg {
  display: none !important;
}

/* line 657, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic .mz-expand {
  background: #1f1f1f;
}

/** Plain backgrounds: dark-bg, white-bg **/
/* line 662, ../src/partials/vendor/_magiczoom.scss */
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
  display: none !important;
}

/* line 667, ../src/partials/vendor/_magiczoom.scss */
.mz-expand.dark-bg {
  background-color: #1f1f1f;
  background-color: rgba(31, 31, 31, 0.96);
}

/* line 671, ../src/partials/vendor/_magiczoom.scss */
.mz-expand.white-bg {
  background-color: #fff;
}

/* Expanded view stage */
/* line 676, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-expand-stage {
  z-index: 2100000000;
  padding: 0;
}

/* line 680, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-expand-stage .mz-image-stage {
  z-index: 50;
  left: 120px;
  right: 120px;
  padding: 20px 0 40px 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 693, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 120px;
}

/* line 696, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding: 0 !important;
  left: 0;
  right: 0;
}

/* line 702, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 0;
  line-height: 100%;
  width: 0;
}

/* line 712, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-image-stage > figure {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 100%;
  position: relative;
}

/* line 724, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-figure {
  overflow: visible;
  max-width: 100% !important;
}

/* line 728, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-figure > img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* line 733, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
  width: 100%;
  height: 100%;
}

/* line 739, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-figure {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 745, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-figure.mz-active {
  cursor: crosshair;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* When inner zoom is always shown */
/* line 752, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
  z-index: 1;
  position: absolute !important;
  top: -5000px !important;
  bottom: -5000px !important;
  left: -5000px !important;
  right: -5000px !important;
  margin: auto !important;
}

/* line 762, ../src/partials/vendor/_magiczoom.scss */
.lt-ie10-magic .mz-zoom-window.mz-expanded img {
  filter: alpha(opacity=100);
}

/* line 763, ../src/partials/vendor/_magiczoom.scss */
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
  overflow: hidden;
  filter: alpha(opacity=100);
}

/* Caption in expanded view */
/* line 770, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-caption {
  color: #fff;
  text-shadow: 0px 0px 46px #000;
  padding: 10px 4px;
  font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}

/* line 781, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-caption.mz-show {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  opacity: 1;
}

/* line 786, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-caption a {
  color: inherit;
  cursor: pointer;
}

/* line 790, ../src/partials/vendor/_magiczoom.scss */
.mz-expand.white-bg .mz-caption {
  color: #555;
  text-shadow: none;
}

/* line 795, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic .mz-expand .mz-caption {
  top: 100%;
}

/* line 799, ../src/partials/vendor/_magiczoom.scss */
.mz-expand .mz-zoom-window {
  box-shadow: none;
  background: transparent;
}

/* line 803, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic .mz-expand .mz-zoom-window {
  border: 0;
}

/* Expanded view on mobile */
/* line 808, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
  left: 0px;
  right: 0px;
}

/* line 813, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
  bottom: 0px;
}

/* line 816, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand-stage .mz-image-stage {
  padding: 0;
}

/* line 819, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 5px 0 60px;
}

/* line 822, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
  padding-top: 0;
}

/* line 825, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand .mz-expand-thumbnails {
  padding: 0;
  height: 60px;
}

/**
 * Buttons & Arrows
 */
/* line 834, ../src/partials/vendor/_magiczoom.scss */
.mz-expand-controls,
button.mz-button {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
}

/* line 840, ../src/partials/vendor/_magiczoom.scss */
button.mz-button {
  color: #b4b4b4 !important;
  font: 900 34px/1 'magictoolbox-thin' !important;
  cursor: pointer;
  z-index: 90 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

/* line 862, ../src/partials/vendor/_magiczoom.scss */
button.mz-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

/* line 869, ../src/partials/vendor/_magiczoom.scss */
button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
  margin: auto 10px !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow: hidden !important;
}

/* line 876, ../src/partials/vendor/_magiczoom.scss */
button.mz-button.mz-button-prev {
  left: 0 !important;
}

/* line 879, ../src/partials/vendor/_magiczoom.scss */
button.mz-button.mz-button-next {
  right: 0 !important;
}

/* line 882, ../src/partials/vendor/_magiczoom.scss */
button.mz-button.mz-button-close {
  font-size: 26px !important;
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important;
}

/* line 889, ../src/partials/vendor/_magiczoom.scss */
:root:not(.mobile-magic) button.mz-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
  transition: color .25s, border-color .25s, transform .25s !important;
}

/* line 897, ../src/partials/vendor/_magiczoom.scss */
:root:not(.mobile-magic) button.mz-button:hover {
  color: #b4b4b4 !important;
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* line 903, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic button.mz-button {
  -webkit-transition: -webkit-transform .1s !important;
  transition: transform .1s !important;
}

/* line 907, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic button.mz-button:active {
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
}

/* line 913, ../src/partials/vendor/_magiczoom.scss */
button.mz-button.mz-button-close:before {
  content: "\a001";
}

/* line 914, ../src/partials/vendor/_magiczoom.scss */
button.mz-button.mz-button-prev:before {
  content: "\a002";
}

/* line 915, ../src/partials/vendor/_magiczoom.scss */
button.mz-button.mz-button-next:before {
  content: "\a003";
}

@media screen and (max-device-width: 767px) {
  /* line 918, ../src/partials/vendor/_magiczoom.scss */
  button.mz-button-prev,
  button.mz-button-next {
    display: none !important;
  }

  /* line 923, ../src/partials/vendor/_magiczoom.scss */
  .mobile-magic .mz-expand button.mz-button {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(49, 51, 61, 0.3) !important;
    border-color: transparent !important;
  }
}
/* line 933, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic button.mz-button {
  border: 0;
  filter: alpha(opacity=75);
}

/* line 937, ../src/partials/vendor/_magiczoom.scss */
.lt-ie9-magic button.mz-button:hover {
  filter: alpha(opacity=100);
}

/**
 * Thumbnails
 */
/* Thumbnails on the page */
/* line 947, ../src/partials/vendor/_magiczoom.scss */
.mz-thumb, .mz-thumb:focus {
  display: inline-block;
  line-height: 0;
  outline: none;
}

/* line 952, ../src/partials/vendor/_magiczoom.scss */
.mz-thumb img {
  border: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

/* line 957, ../src/partials/vendor/_magiczoom.scss */
.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

/* line 961, ../src/partials/vendor/_magiczoom.scss */
.mz-thumb-selected img {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

/* line 965, ../src/partials/vendor/_magiczoom.scss */
.no-cssfilters-magic .mz-thumb {
  background: #000;
}

/* line 968, ../src/partials/vendor/_magiczoom.scss */
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: .75;
  filter: alpha(opacity=75);
}

/* line 972, ../src/partials/vendor/_magiczoom.scss */
.no-cssfilters-magic .mz-thumb-selected img {
  opacity: .6;
  filter: alpha(opacity=60);
}

/* line 976, ../src/partials/vendor/_magiczoom.scss */
.ie9-magic .mz-thumb img {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

/* Thumbnails in expanded view */
/* line 981, ../src/partials/vendor/_magiczoom.scss */
.mz-expand-thumbnails {
  z-index: 50;
  position: absolute;
  bottom: 0;
  left: 65px;
  right: 65px;
  height: 80px;
  padding: 10px 0;
  box-sizing: border-box;
}

/* line 991, ../src/partials/vendor/_magiczoom.scss */
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
  padding: 10px 2px;
}

/* line 994, ../src/partials/vendor/_magiczoom.scss */
.mz-expand-thumbnails .magic-thumb > img {
  cursor: pointer;
  height: 40px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

/* line 999, ../src/partials/vendor/_magiczoom.scss */
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

/* line 1003, ../src/partials/vendor/_magiczoom.scss */
.mz-expand-thumbnails .magic-thumb-selected img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

/* line 1007, ../src/partials/vendor/_magiczoom.scss */
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
  box-shadow: none;
}

/* line 1010, ../src/partials/vendor/_magiczoom.scss */
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
  opacity: 0;
}

/* line 1013, ../src/partials/vendor/_magiczoom.scss */
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
  opacity: .7;
  filter: alpha(opacity=70);
}

/* line 1017, ../src/partials/vendor/_magiczoom.scss */
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
  opacity: .5;
  filter: alpha(opacity=50);
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
/* line 1023, ../src/partials/vendor/_magiczoom.scss */
.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding-bottom: 40px;
}

/* line 1026, ../src/partials/vendor/_magiczoom.scss */
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
  display: none;
}

/* line 1029, ../src/partials/vendor/_magiczoom.scss */
.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
  padding: 0;
}

/* line 1032, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1047, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs {
  direction: ltr;
  overflow: visible;
  z-index: 100;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 1065, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

/* line 1071, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs.no-buttons {
  padding: 0 !important;
}

/* line 1075, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* line 1084, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs ul {
  list-style: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  white-space: nowrap;
}

/* line 1093, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs.no-buttons ul {
  left: 0 !important;
  padding: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

/* line 1104, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs ul li {
  margin: 0 4px;
  height: 100%;
  width: auto;
  vertical-align: top;
  line-height: 0;
  display: inline-block;
}

/* line 1112, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs ul li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

/* line 1120, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs ul li > img {
  width: auto;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

/* line 1126, ../src/partials/vendor/_magiczoom.scss */
.ie8-magic .magic-thumbs ul li > img {
  max-width: none !important;
  max-height: none !important;
}

/* vertical */
/* line 1132, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs.magic-thumbs-vertical {
  height: 100%;
}

/* line 1135, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-vertical {
  padding: 30px 0;
}

/* line 1138, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-vertical ul {
  height: auto;
  width: 100%;
  white-space: normal;
}

/* line 1143, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-vertical ul li {
  width: 100%;
  height: auto;
}

/* line 1147, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-vertical ul li {
  margin: 4px 0;
}

/* line 1151, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-vertical ul li > img {
  max-width: 100%;
  max-height: none;
}

/* line 1155, ../src/partials/vendor/_magiczoom.scss */
.ie8-magic .magic-thumbs-vertical ul li > img {
  width: 100%;
}

/**
 * Buttons
 */
/* line 1162, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs button.magic-thumbs-button {
  color: #b4b4b4 !important;
  font: 900 24px/1 'magictoolbox-thin' !important;
  cursor: pointer;
  z-index: 90 !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  overflow: hidden;
  position: absolute;
  text-transform: none !important;
  speak: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  width: 30px;
  height: 100%;
  top: 0;
  bottom: 0;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

/* line 1188, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs button.magic-thumbs-button:before {
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
}

/* line 1195, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs .magic-thumbs-button-prev {
  left: 0;
}

/* line 1198, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs .magic-thumbs-button-next {
  right: 0;
}

/* line 1201, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs .magic-thumbs-button-prev:before {
  content: "\a002";
}

/* line 1202, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs .magic-thumbs-button-next:before {
  content: "\a003";
}

/* line 1204, ../src/partials/vendor/_magiczoom.scss */
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color .25s, -webkit-transform .25s !important;
  transition: color .25s, transform .25s !important;
}

/* line 1212, ../src/partials/vendor/_magiczoom.scss */
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
  color: #b4b4b4 !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* Vertical buttons */
/* line 1220, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-vertical .magic-thumbs-button {
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
}

/* line 1226, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-vertical .magic-thumbs-button-prev {
  top: 0;
}

/* line 1229, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-vertical .magic-thumbs-button-next {
  bottom: 0;
}

/* line 1232, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-vertical .magic-thumbs-button-prev:before {
  content: "\a005";
}

/* line 1233, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-vertical .magic-thumbs-button-next:before {
  content: "\a004";
}

/* line 1236, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs.no-buttons .magic-thumbs-button {
  display: none !important;
}

/* line 1239, ../src/partials/vendor/_magiczoom.scss */
.magic-thumbs-button-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 5, ../src/partials/pages/_pdp.scss */
.mz-zoom-window {
  z-index: 1 !important;
}

/* line 11, ../src/partials/pages/_pdp.scss */
.zoom-hint {
  display: none;
  position: absolute;
  border: 1px solid #aaa;
  background-color: #f4f4f4;
  padding: 4px 15px;
  width: 150px;
  text-align: center;
  color: #4f4f4f;
  font-family: "futura-pt", sans-serif;
  z-index: 9999;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

/* line 31, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view > .grid,
body.dw-catalog-wristband-selector .product-view > .grid {
  padding: 10px;
}
/* line 35, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .product-title .inner,
body.dw-catalog-wristband-selector .product-view .product-title .inner {
  margin: 5px;
  text-align: center;
}
@media (min-width: 640px) {
  /* line 35, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .product-title .inner,
  body.dw-catalog-wristband-selector .product-view .product-title .inner {
    margin: 13px;
  }
}
/* line 38, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .product-title .inner h1,
body.dw-catalog-wristband-selector .product-view .product-title .inner h1 {
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 0;
}
/* line 57, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .product-title .inner h1 .subheadline,
body.dw-catalog-wristband-selector .product-view .product-title .inner h1 .subheadline {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 0.6em 0;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 65, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .product-title .inner h1 .subheadline .icon-ribbon,
body.dw-catalog-wristband-selector .product-view .product-title .inner h1 .subheadline .icon-ribbon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  font-size: 16px;
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
  display: none;
}
@media (min-width: 640px) {
  /* line 38, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .product-title .inner h1,
  body.dw-catalog-wristband-selector .product-view .product-title .inner h1 {
    font-size: 55px;
  }
  /* line 78, ../src/partials/base/_mixins.scss */
  body.catalog-product-view .product-view .product-title .inner h1 .subheadline,
  body.dw-catalog-wristband-selector .product-view .product-title .inner h1 .subheadline {
    font-size: 16px;
  }
  /* line 80, ../src/partials/base/_mixins.scss */
  body.catalog-product-view .product-view .product-title .inner h1 .subheadline .icon-ribbon,
  body.dw-catalog-wristband-selector .product-view .product-title .inner h1 .subheadline .icon-ribbon {
    width: 20px;
    font-size: 20px;
    height: 20px;
  }
}
@media (min-width: 1000px) {
  /* line 38, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .product-title .inner h1,
  body.dw-catalog-wristband-selector .product-view .product-title .inner h1 {
    font-size: 68px;
  }
  /* line 89, ../src/partials/base/_mixins.scss */
  body.catalog-product-view .product-view .product-title .inner h1 span,
  body.dw-catalog-wristband-selector .product-view .product-title .inner h1 span {
    font-size: 27px;
  }
}
/* line 43, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .product-title .inner h1 span,
body.dw-catalog-wristband-selector .product-view .product-title .inner h1 span {
  color: #4f4f4f;
}
/* line 49, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view h2,
body.dw-catalog-wristband-selector .product-view h2 {
  text-align: center;
}
/* line 52, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .main-image,
body.dw-catalog-wristband-selector .product-view .main-image {
  margin-bottom: 20px;
}
/* line 54, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .main-image .inner,
body.dw-catalog-wristband-selector .product-view .main-image .inner {
  margin: 5px;
  text-align: center;
  position: relative;
}
@media (min-width: 640px) {
  /* line 54, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .main-image .inner,
  body.dw-catalog-wristband-selector .product-view .main-image .inner {
    margin: 13px;
  }
}
/* line 58, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .main-image .inner .mobile-img,
body.dw-catalog-wristband-selector .product-view .main-image .inner .mobile-img {
  width: 100%;
  overflow: hidden;
}
/* line 61, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .main-image .inner .mobile-img img,
body.dw-catalog-wristband-selector .product-view .main-image .inner .mobile-img img {
  max-width: none;
  max-height: none;
  display: none;
}
/* line 66, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .main-image .inner .mobile-img canvas,
body.dw-catalog-wristband-selector .product-view .main-image .inner .mobile-img canvas {
  width: 100% !important;
  max-width: 50%;
  margin: 0 auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 71, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .main-image .inner .mobile-img canvas.zoom-canvas,
body.dw-catalog-wristband-selector .product-view .main-image .inner .mobile-img canvas.zoom-canvas {
  max-width: 95%;
}
/* line 75, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .main-image .inner .mobile-img .mobile-zoom-btn,
body.dw-catalog-wristband-selector .product-view .main-image .inner .mobile-img .mobile-zoom-btn {
  width: 34px;
  height: 34px;
  position: absolute;
  line-height: 35px;
  bottom: 0;
  right: 0;
  border: 1px solid #9b9b9b;
  background: white;
  cursor: pointer;
  text-align: center;
}
/* line 86, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .main-image .inner .mobile-img .mobile-zoom-btn .icon-plus,
body.catalog-product-view .product-view .main-image .inner .mobile-img .mobile-zoom-btn .icon-minus,
body.dw-catalog-wristband-selector .product-view .main-image .inner .mobile-img .mobile-zoom-btn .icon-plus,
body.dw-catalog-wristband-selector .product-view .main-image .inner .mobile-img .mobile-zoom-btn .icon-minus {
  font-size: 12px;
}
/* line 92, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .main-image .inner .tablet-img,
body.dw-catalog-wristband-selector .product-view .main-image .inner .tablet-img {
  display: none;
}
/* line 98, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .swatch-select,
body.catalog-product-view .product-view .atc p.required,
body.dw-catalog-wristband-selector .product-view .atc .swatch-select,
body.dw-catalog-wristband-selector .product-view .atc p.required {
  display: none;
}
/* line 102, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .attributes,
body.dw-catalog-wristband-selector .product-view .atc .attributes {
  margin-bottom: 15px;
}
/* line 104, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .attributes .inner,
body.dw-catalog-wristband-selector .product-view .atc .attributes .inner {
  margin: 5px;
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 640px) {
  /* line 104, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes .inner,
  body.dw-catalog-wristband-selector .product-view .atc .attributes .inner {
    margin: 13px;
  }
}
/* line 107, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .attributes .inner .size,
body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .size {
  display: none;
}
/* line 110, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .attributes .inner .color-attr,
body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr {
  border: 1px solid rgba(151, 151, 151, 0.4);
  color: rgba(79, 79, 79, 0.4);
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  min-height: 42px;
  text-align: center;
  width: calc(50% - 7px);
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 7px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 124, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .attributes .inner .color-attr > span,
body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr > span {
  display: block;
  padding: 12px 5px;
}
/* line 127, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .attributes .inner .color-attr > span .color-swatch,
body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr > span .color-swatch {
  width: 22px;
  height: 22px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
/* line 136, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .attributes .inner .color-attr > span .color-swatch.swatch-39,
body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr > span .color-swatch.swatch-39 {
  background-color: #D8CBA1;
}
/* line 140, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .attributes .inner .color-attr > span .color-swatch.swatch-38,
body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr > span .color-swatch.swatch-38 {
  background-color: #D0D0D0;
}
/* line 145, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .attributes .inner .color-attr:last-of-type,
body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr:last-of-type {
  margin-right: 0;
  margin-left: 7px;
}
/* line 149, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .attributes .inner .color-attr.selected, body.catalog-product-view .product-view .atc .attributes .inner .color-attr:hover,
body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr.selected,
body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr:hover {
  color: #4f4f4f;
  border: 1px solid #9b9b9b;
}
/* line 157, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .atc-button,
body.dw-catalog-wristband-selector .product-view .atc .atc-button {
  margin-bottom: 15px;
}
/* line 159, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .atc-button .inner,
body.dw-catalog-wristband-selector .product-view .atc .atc-button .inner {
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 159, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .atc-button .inner,
  body.dw-catalog-wristband-selector .product-view .atc .atc-button .inner {
    margin: 13px;
  }
}
/* line 164, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .atc-button.add-to-cart-loading-finished .inner .button.add-to-cart,
body.dw-catalog-wristband-selector .product-view .atc .atc-button.add-to-cart-loading-finished .inner .button.add-to-cart {
  display: none;
}
/* line 167, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .atc-button.add-to-cart-loading-finished .inner .button.go-to-checkout,
body.dw-catalog-wristband-selector .product-view .atc .atc-button.add-to-cart-loading-finished .inner .button.go-to-checkout {
  display: block;
}
/* line 174, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .atc .size-mobile .inner,
body.dw-catalog-wristband-selector .product-view .atc .size-mobile .inner {
  margin: 5px;
  height: 42px;
  font-size: 12px;
  padding: 14px 15px;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  background: #f4f4f4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  /* line 174, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .size-mobile .inner,
  body.dw-catalog-wristband-selector .product-view .atc .size-mobile .inner {
    margin: 13px;
  }
}
/* line 187, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
/* line 190, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .inner,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .inner {
  margin: 5px;
}
/* line 193, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type--image,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type--image {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
/* line 199, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type--image img,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type--image img {
  max-width: 100%;
  max-height: none;
}
/* line 204, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type--info,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type--info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #f4f4f4;
  padding: 10px 0 20px 0;
}
/* line 212, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type--info h3,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type--info h3 {
  margin-top: 0;
  position: absolute;
  top: 30px;
  width: 100%;
}
/* line 218, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type--info p,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type--info p {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 225, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 {
  padding: 10px 0;
  background-color: #f4f4f4;
  overflow: hidden;
  *zoom: 1;
}
/* line 506, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap {
  visibility: hidden;
  pointer-events: none;
  height: 0;
  opacity: 0;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 513, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap.show,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap.show {
  opacity: 1;
  height: auto;
  pointer-events: all;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 520, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-text,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-text {
  padding: 10px;
}
/* line 522, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-text h2,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-text h2 {
  margin: 0 !important;
}
/* line 524, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-text h2:after,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-text h2:after {
  display: none !important;
}
/* line 529, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items {
  margin: 0 50px 30px 50px;
}
/* line 531, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow {
  z-index: 1;
  border: 1px solid #9b9b9b;
  width: 34px;
  height: 34px;
  background: white;
  top: 50%;
  margin-top: -27px;
}
/* line 539, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow:before,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow:before {
  display: none;
}
/* line 542, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow.slick-prev,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow.slick-prev {
  left: -50px;
}
/* line 545, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow.slick-next,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow.slick-next {
  right: -50px;
}
/* line 548, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow span,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow span {
  font-size: 12px;
  color: #4f4f4f;
  line-height: 42px;
}
/* line 554, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .strap-item,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .strap-item {
  text-align: center;
  position: relative;
}
/* line 557, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .strap-item:focus,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .strap-item:focus {
  outline: none !important;
}
/* line 560, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .strap-item img,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .strap-item img {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 567, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .strap-item h4 span,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .strap-item h4 span {
  color: #aaa;
  text-decoration: line-through;
}
/* line 573, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .strap-item h4.product-name,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .strap-item h4.product-name {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 640px) {
  /* line 578, ../src/partials/base/_mixins.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .strap-items .slick-arrow {
    margin-top: -17px;
  }
}
/* line 584, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .watchband-btn .button.add-to-cart,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .watchband-btn .button.add-to-cart {
  background: white;
  border: 1px solid #4f4f4f;
  margin: 20px auto;
  width: auto;
  min-width: 0;
  max-width: 300px;
}
/* line 591, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .watchband-btn .button.add-to-cart *,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .watchband-btn .button.add-to-cart * {
  color: #4f4f4f !important;
}
/* line 594, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .watchband-btn .button.add-to-cart .btn-label,
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .watchband-btn .button.add-to-cart .btn-price,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .watchband-btn .button.add-to-cart .btn-label,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .watchband-btn .button.add-to-cart .btn-price {
  font-size: 16px !important;
}
/* line 598, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .select-strap .watchband-btn .button.add-to-cart .btn-price::after,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .select-strap .watchband-btn .button.add-to-cart .btn-price::after {
  background-color: #4f4f4f;
  height: 20px;
  margin-top: -10px;
}
/* line 231, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image .select-strap,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image .select-strap {
  margin: 20px 20px 0 20px;
}
/* line 233, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image .select-strap .strap-items .slick-arrow,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image .select-strap .strap-items .slick-arrow {
  background: transparent;
  text-align: center;
}
/* line 238, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image .select-strap .strap-items .slick-arrow,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image .select-strap .strap-items .slick-arrow {
  margin-top: -35px;
}
/* line 242, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 button.button.add-to-cart.add-campaign-to-cart,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 button.button.add-to-cart.add-campaign-to-cart {
  width: auto;
  min-width: unset;
  margin: 0 auto;
}
/* line 247, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--btn .button.add-to-cart span.btn-label,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--btn .button.add-to-cart span.btn-label {
  font-size: 20px;
}
/* line 251, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-3,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-3 {
  position: relative;
}
/* line 253, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-3 *,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-3 * {
  color: #fff !important;
}
/* line 256, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-3 .campaign-type--image,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-3 .campaign-type--image {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  z-index: 1;
}
/* line 264, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-3 .campaign-type--info,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-3 .campaign-type--info {
  max-width: 100%;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 2;
}
/* line 272, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-3 .campaign-type--btn *,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-3 .campaign-type--btn * {
  border-color: #fff !important;
  color: #fff !important;
}
/* line 276, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-3 .campaign-type--btn .add-to-cart span.btn-price:after,
body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-3 .campaign-type--btn .add-to-cart span.btn-price:after {
  background-color: #fff !important;
}
/* line 283, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping,
body.dw-catalog-wristband-selector .product-view .descr-shipping {
  margin-bottom: 10px;
}
/* line 286, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .descr .inner,
body.dw-catalog-wristband-selector .product-view .descr-shipping .descr .inner {
  margin: 5px;
  padding: 20px 10px 10px 10px;
}
@media (min-width: 640px) {
  /* line 286, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .descr-shipping .descr .inner,
  body.dw-catalog-wristband-selector .product-view .descr-shipping .descr .inner {
    margin: 13px;
  }
}
/* line 289, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .descr .inner .readmore,
body.dw-catalog-wristband-selector .product-view .descr-shipping .descr .inner .readmore {
  position: relative;
}
/* line 291, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .descr .inner .readmore[aria-expanded=false]:after,
body.dw-catalog-wristband-selector .product-view .descr-shipping .descr .inner .readmore[aria-expanded=false]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-box-shadow: inset 0 -75px 30px -50px white;
  -webkit-box-shadow: inset 0 -75px 30px -50px white;
  box-shadow: inset 0 -75px 30px -50px white;
}
/* line 300, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .descr .inner .readmore p,
body.dw-catalog-wristband-selector .product-view .descr-shipping .descr .inner .readmore p {
  margin-top: 0;
}
/* line 304, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .descr .inner p:not(.readmorelink),
body.dw-catalog-wristband-selector .product-view .descr-shipping .descr .inner p:not(.readmorelink) {
  font-size: 18px;
}
/* line 307, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .descr .inner .readmorelink,
body.dw-catalog-wristband-selector .product-view .descr-shipping .descr .inner .readmorelink {
  margin-bottom: 15px;
}
/* line 312, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .shipping-details,
body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 315, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .shipping-details .inner,
body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details .inner {
  text-align: center;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 25px;
}
/* line 321, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .shipping-details .inner .shipping-select-wrapper,
body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details .inner .shipping-select-wrapper {
  margin-bottom: 20px;
}
/* line 324, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .shipping-details .inner .shipping-usp,
body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details .inner .shipping-usp {
  margin-bottom: 10px;
}
/* line 326, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .shipping-details .inner .shipping-usp p,
body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details .inner .shipping-usp p {
  margin: 0;
  font-size: 16px;
  color: #747474;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
}
/* line 334, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .shipping-details .inner .shipping-info-wrapper,
body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details .inner .shipping-info-wrapper {
  color: #747474;
  font-size: 15px;
}
/* line 337, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .shipping-details .inner .shipping-info-wrapper span,
body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details .inner .shipping-info-wrapper span {
  display: block;
  line-height: 1.2;
}
/* line 341, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .descr-shipping .shipping-details .inner .shipping-info-wrapper a,
body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details .inner .shipping-info-wrapper a {
  font-style: italic;
  line-height: 1.2;
}
/* line 349, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .details,
body.dw-catalog-wristband-selector .product-view .details {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 352, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .details > .inner,
body.dw-catalog-wristband-selector .product-view .details > .inner {
  background: #f4f4f4;
  text-align: center;
  padding: 25px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 359, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .details > .inner h3,
body.dw-catalog-wristband-selector .product-view .details > .inner h3 {
  font-size: 20px;
  margin-bottom: 1.6em;
}
/* line 363, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .details > .inner .row,
body.dw-catalog-wristband-selector .product-view .details > .inner .row {
  border-top: 1px solid #dadada;
  overflow: hidden;
  *zoom: 1;
  padding: 2px 5px 2px 5px;
  line-height: 1.3;
  color: #787878;
}
/* line 369, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .details > .inner .row .label,
body.dw-catalog-wristband-selector .product-view .details > .inner .row .label {
  width: 40%;
  float: left;
  text-align: left;
  display: block;
}
/* line 375, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .details > .inner .row .data,
body.dw-catalog-wristband-selector .product-view .details > .inner .row .data {
  width: 60%;
  float: right;
  text-align: right;
  display: block;
}
/* line 384, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery,
body.dw-catalog-wristband-selector .product-view .gallery {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* line 388, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner,
body.dw-catalog-wristband-selector .product-view .gallery .inner {
  margin: 0;
}
/* line 390, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner h3,
body.dw-catalog-wristband-selector .product-view .gallery .inner h3 {
  text-align: center;
  padding: 32px 0 12px;
}
/* line 395, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .noslick .product-gallery-img-wrap,
body.dw-catalog-wristband-selector .product-view .gallery .inner .noslick .product-gallery-img-wrap {
  text-align: center;
}
/* line 397, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .noslick .product-gallery-img-wrap img,
body.dw-catalog-wristband-selector .product-view .gallery .inner .noslick .product-gallery-img-wrap img {
  height: auto;
  margin: 0 auto;
}
@media (min-width: 640px) {
  /* line 406, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .gallery .inner .noslick .product-gallery-img-wrap,
  body.dw-catalog-wristband-selector .product-view .gallery .inner .noslick .product-gallery-img-wrap {
    text-align: center;
  }
  /* line 408, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .gallery .inner .noslick .product-gallery-img-wrap img,
  body.dw-catalog-wristband-selector .product-view .gallery .inner .noslick .product-gallery-img-wrap img {
    max-width: 450px;
  }
}
/* line 414, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs {
  opacity: 0;
  transition: opacity 0.3s;
}
/* line 417, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs a,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs a {
  outline: none;
}
/* line 420, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-track,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 425, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-slide,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-slide {
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 5px;
}
/* line 431, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-slide img,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-slide img {
  box-sizing: border-box;
  transition: all 0.3s;
  margin: 0 auto;
  padding: 0;
  cursor: zoom-in;
  width: 100%;
  max-width: 375px;
  height: auto;
  display: block;
}
/* line 443, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-arrow,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-arrow {
  width: 100px;
  height: 100%;
  background: #fff;
  z-index: 9;
}
/* line 448, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-arrow span,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-arrow span {
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  position: absolute;
}
/* line 455, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-arrow .icon-gallery-left,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-arrow .icon-gallery-left {
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-position: 0 -391px;
  width: 100px;
  height: 100px;
  left: -5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 455, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-arrow .icon-gallery-left,
  body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-arrow .icon-gallery-left {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: 0 -391px;
    width: 100px;
    height: 100px;
  }
}
/* line 460, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-arrow .icon-gallery-right,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-arrow .icon-gallery-right {
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-position: 0 -291px;
  width: 100px;
  height: 100px;
  right: -5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 460, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-arrow .icon-gallery-right,
  body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-arrow .icon-gallery-right {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: 0 -291px;
    width: 100px;
    height: 100px;
  }
}
/* line 470, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-dots,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-dots {
  bottom: -20px;
}
/* line 473, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-dots li button:before,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-dots li button:before {
  font-family: "dw-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\79";
  color: #aaa;
  font-size: 17px;
}
/* line 479, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-dots li.slick-active button:before,
body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-dots li.slick-active button:before {
  font-family: "dw-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\7a";
  color: #aaa;
  font-size: 17px;
}
/* line 486, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .gallery-image-fullsize-wrap,
body.dw-catalog-wristband-selector .product-view .gallery .inner .gallery-image-fullsize-wrap {
  display: none;
}
/* line 489, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .gallery .inner .main-image,
body.dw-catalog-wristband-selector .product-view .gallery .inner .main-image {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 495, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .oddnypic,
body.dw-catalog-wristband-selector .product-view .oddnypic {
  padding: 10px;
  text-align: center;
  background: red;
}
/* line 501, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .made-menu-container,
body.dw-catalog-wristband-selector .product-view .made-menu-container {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  padding: 25px;
  margin-bottom: 20px;
}
/* line 506, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .made-menu-container h3,
body.dw-catalog-wristband-selector .product-view .made-menu-container h3 {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
}
/* line 241, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .made-menu-container h3 > span,
body.dw-catalog-wristband-selector .product-view .made-menu-container h3 > span {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
}
/* line 245, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .made-menu-container h3 > span:before, body.catalog-product-view .product-view .made-menu-container h3 > span:after,
body.dw-catalog-wristband-selector .product-view .made-menu-container h3 > span:before,
body.dw-catalog-wristband-selector .product-view .made-menu-container h3 > span:after {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 45%;
  width: 400%;
}
/* line 256, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .made-menu-container h3 > span:before,
body.dw-catalog-wristband-selector .product-view .made-menu-container h3 > span:before {
  right: 100%;
}
/* line 259, ../src/partials/base/_mixins.scss */
body.catalog-product-view .product-view .made-menu-container h3 > span:after,
body.dw-catalog-wristband-selector .product-view .made-menu-container h3 > span:after {
  left: 100%;
}
@media (min-width: 640px) {
  /* line 506, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .made-menu-container h3,
  body.dw-catalog-wristband-selector .product-view .made-menu-container h3 {
    padding: 0 60px;
  }
}
/* line 509, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .made-menu-container ul.made-menu,
body.dw-catalog-wristband-selector .product-view .made-menu-container ul.made-menu {
  font-size: 19.8px;
  font-style: italic;
  line-height: 28px;
}
/* line 513, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .made-menu-container ul.made-menu li,
body.dw-catalog-wristband-selector .product-view .made-menu-container ul.made-menu li {
  display: inline-block;
}
/* line 515, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .made-menu-container ul.made-menu li:before,
body.dw-catalog-wristband-selector .product-view .made-menu-container ul.made-menu li:before {
  content: "/";
  display: block;
  float: left;
  padding: 0 10px;
}
/* line 521, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .product-view .made-menu-container ul.made-menu li:first-of-type:before,
body.dw-catalog-wristband-selector .product-view .made-menu-container ul.made-menu li:first-of-type:before {
  content: "";
  padding: 0;
}
/* line 529, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .mfp-content,
body.dw-catalog-wristband-selector .mfp-content {
  max-width: 70%;
}
/* line 531, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .mfp-content .mfp-img,
body.dw-catalog-wristband-selector .mfp-content .mfp-img {
  padding: 0;
}
/* line 534, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .mfp-content .gallery-popup,
body.dw-catalog-wristband-selector .mfp-content .gallery-popup {
  padding: 30px;
  background: #fff;
}
/* line 537, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .mfp-content .gallery-popup .mfp-close,
body.dw-catalog-wristband-selector .mfp-content .gallery-popup .mfp-close {
  opacity: 0.65;
  color: #333;
  cursor: pointer !important;
  right: 10px;
}
/* line 542, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .mfp-content .gallery-popup .mfp-close:hover,
body.dw-catalog-wristband-selector .mfp-content .gallery-popup .mfp-close:hover {
  opacity: 1;
}
/* line 547, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .mfp-content .mfp-arrow,
body.dw-catalog-wristband-selector .mfp-content .mfp-arrow {
  margin: 10px;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  bottom: 0;
  border: none;
  border-left: 2px white solid;
  border-top: 2px white solid;
  padding: 20px;
}
/* line 558, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .mfp-content .mfp-arrow:after, body.catalog-product-view .mfp-content .mfp-arrow:before,
body.dw-catalog-wristband-selector .mfp-content .mfp-arrow:after,
body.dw-catalog-wristband-selector .mfp-content .mfp-arrow:before {
  display: none;
}
/* line 561, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .mfp-content .mfp-arrow.mfp-arrow-left,
body.dw-catalog-wristband-selector .mfp-content .mfp-arrow.mfp-arrow-left {
  -webkit-transform-origin: initial;
  transform-origin: initial;
  left: -75px;
  transform: rotate(-45deg);
}
/* line 567, ../src/partials/pages/_pdp.scss */
body.catalog-product-view .mfp-content .mfp-arrow.mfp-arrow-right,
body.dw-catalog-wristband-selector .mfp-content .mfp-arrow.mfp-arrow-right {
  -webkit-transform-origin: initial;
  transform-origin: initial;
  right: -75px;
  transform: rotate(135deg);
}

@media (min-width: 640px) {
  /* line 581, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view > .grid,
  body.dw-catalog-wristband-selector .product-view > .grid {
    padding: 13px;
  }
  /* line 586, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .product-title .inner h1,
  body.dw-catalog-wristband-selector .product-view .product-title .inner h1 {
    font-size: 50px;
  }
  /* line 591, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .main-image,
  body.dw-catalog-wristband-selector .product-view .main-image {
    margin: 30px 0;
  }
  /* line 594, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .main-image .inner .mobile-img,
  body.dw-catalog-wristband-selector .product-view .main-image .inner .mobile-img {
    display: none;
  }
  /* line 597, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .main-image .inner .tablet-img,
  body.dw-catalog-wristband-selector .product-view .main-image .inner .tablet-img {
    display: block;
  }
  /* line 600, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .main-image .inner a#zoom,
  body.dw-catalog-wristband-selector .product-view .main-image .inner a#zoom {
    width: 100%;
  }
  /* line 602, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .main-image .inner a#zoom .mz-figure,
  body.dw-catalog-wristband-selector .product-view .main-image .inner a#zoom .mz-figure {
    cursor: pointer !important;
    width: 100%;
  }
  /* line 609, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc,
  body.dw-catalog-wristband-selector .product-view .atc {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 20px;
  }
  /* line 612, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes,
  body.dw-catalog-wristband-selector .product-view .atc .attributes {
    width: 50%;
    float: left;
  }
  /* line 615, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes .inner .size,
  body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .size {
    display: block;
    float: left;
    width: 30%;
    margin-right: 10px;
    padding: 14px 15px;
    height: 56px;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    text-align: center;
    background: #f4f4f4;
    border: 1px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 629, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes .inner .color-attr,
  body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr {
    width: calc(35% - 20px);
    margin-right: 10px;
    margin-left: 10px !important;
    min-height: 56px;
  }
  /* line 634, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes .inner .color-attr > span,
  body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr > span {
    padding: 12px 5px;
  }
  /* line 636, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes .inner .color-attr > span .color-swatch,
  body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr > span .color-swatch {
    margin: 0 auto 3px auto;
    display: block;
    width: 16px;
    height: 16px;
  }
  /* line 643, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes .inner .color-attr:last-of-type,
  body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr:last-of-type {
    margin-right: 0px;
  }
  /* line 649, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .atc-button,
  body.dw-catalog-wristband-selector .product-view .atc .atc-button {
    width: 50%;
    float: left;
  }
  /* line 651, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .atc-button .inner,
  body.dw-catalog-wristband-selector .product-view .atc .atc-button .inner {
    text-align: center;
  }
  /* line 653, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .atc-button .inner .button,
  body.dw-catalog-wristband-selector .product-view .atc .atc-button .inner .button {
    max-width: 360px;
    float: right;
  }
  /* line 656, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .atc-button .inner .button:after,
  body.dw-catalog-wristband-selector .product-view .atc .atc-button .inner .button:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 665, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .size-mobile,
  body.dw-catalog-wristband-selector .product-view .atc .size-mobile {
    display: none;
  }
  /* line 670, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap {
    margin: 7px 0 37px 0;
  }
  /* line 672, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .inner,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .inner {
    margin: 13px;
  }
  /* line 675, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .campaign-type--image,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type--image {
    height: 230px;
    width: 50%;
    float: left;
    overflow: hidden;
    display: inline-block;
    margin-top: 0;
  }
  /* line 681, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .campaign-type--image img,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type--image img {
    max-height: none;
  }
  /* line 685, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .campaign-type--info,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type--info {
    height: 230px;
    width: 50%;
    float: left;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    background: #f4f4f4;
  }
  /* line 692, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .campaign-type--info h3,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type--info h3 {
    position: inherit;
    margin-top: 20px;
  }
  /* line 696, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .campaign-type--info p,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type--info p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  /* line 704, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image {
    width: 50%;
    float: left;
  }
  /* line 706, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image .select-strap .strap-items .strap-item img,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image .select-strap .strap-items .strap-item img {
    margin-bottom: 5px;
  }
  /* line 709, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image .select-strap .strap-items .slick-arrow,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-2 .campaign-type--image .select-strap .strap-items .slick-arrow {
    margin-top: -15px;
  }
  /* line 715, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .campaign-module-wrap .campaign-type-3 .campaign-type--info,
  body.dw-catalog-wristband-selector .product-view .campaign-module-wrap .campaign-type-3 .campaign-type--info {
    padding: 50px 0;
  }
  /* line 721, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .descr-shipping,
  body.dw-catalog-wristband-selector .product-view .descr-shipping {
    *zoom: 1;
    margin-bottom: 0;
  }
  /* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  body.catalog-product-view .product-view .descr-shipping:after,
  body.dw-catalog-wristband-selector .product-view .descr-shipping:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 724, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .descr-shipping .descr,
  body.dw-catalog-wristband-selector .product-view .descr-shipping .descr {
    width: 100% !important;
    text-align: center;
    width: 50%;
    float: left;
  }
  /* line 728, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .descr-shipping .descr .inner,
  body.dw-catalog-wristband-selector .product-view .descr-shipping .descr .inner {
    padding: 0;
  }
  /* line 732, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .descr-shipping .shipping-details,
  body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 736, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .descr-shipping .shipping-details .inner,
  body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details .inner {
    margin: 5px;
    padding: 20px;
    border: 1px solid #c8c8c8;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  /* line 736, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .descr-shipping .shipping-details .inner,
  body.dw-catalog-wristband-selector .product-view .descr-shipping .shipping-details .inner {
    margin: 13px;
  }
}
@media (min-width: 640px) {
  /* line 743, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .details,
  body.dw-catalog-wristband-selector .product-view .details {
    margin: 0;
  }
  /* line 745, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .details > .inner,
  body.dw-catalog-wristband-selector .product-view .details > .inner {
    margin: 5px;
    padding: 30px;
    font-size: 16px;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  /* line 745, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .details > .inner,
  body.dw-catalog-wristband-selector .product-view .details > .inner {
    margin: 13px;
  }
}
@media (min-width: 640px) {
  /* line 749, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .details > .inner h3,
  body.dw-catalog-wristband-selector .product-view .details > .inner h3 {
    font-size: 28px;
    margin-bottom: 1em;
  }
  /* line 753, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .details > .inner .list-details,
  body.dw-catalog-wristband-selector .product-view .details > .inner .list-details {
    -moz-columns: auto 2;
    -webkit-columns: auto 2;
    columns: auto 2;
  }
  /* line 755, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .details > .inner .list-details .row,
  body.dw-catalog-wristband-selector .product-view .details > .inner .list-details .row {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 4px 5px 4px 5px;
  }
  /* line 765, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .made-menu-container,
  body.dw-catalog-wristband-selector .product-view .made-menu-container {
    margin-bottom: 40px;
  }
  /* line 774, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-slide img,
  body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-slide img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(0.3);
    -webkit-transform: translateZ(0) scale(0.3);
  }
  /* line 781, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-current,
  body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-current {
    overflow: visible;
  }
  /* line 783, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .slick-current img,
  body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .slick-current img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1.4);
    -webkit-transform: translateZ(0) scale(1.4);
    height: auto;
    padding: 0;
  }
  /* line 792, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .gallery .inner .product-image-thumbs .main-image,
  body.dw-catalog-wristband-selector .product-view .gallery .inner .product-image-thumbs .main-image {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (min-width: 1000px) {
  /* line 807, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .product-title,
  body.dw-catalog-wristband-selector .product-view .product-title {
    padding-top: 0;
  }
  /* line 810, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .product-title .inner h1,
  body.dw-catalog-wristband-selector .product-view .product-title .inner h1 {
    margin-top: 7px;
  }
  /* line 815, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .main-image,
  body.dw-catalog-wristband-selector .product-view .main-image {
    margin: 40px 0;
  }
  /* line 821, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes .inner .size,
  body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .size {
    padding: 20px 15px;
    font-size: 15px;
  }
  /* line 825, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes .inner .color-attr,
  body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr {
    font-size: 14px;
  }
  /* line 827, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes .inner .color-attr > span,
  body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr > span {
    padding: 18px 5px 15px 5px;
  }
  /* line 829, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .atc .attributes .inner .color-attr > span .color-swatch,
  body.dw-catalog-wristband-selector .product-view .atc .attributes .inner .color-attr > span .color-swatch {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -2px 10px 1px 0;
  }
  /* line 843, ../src/partials/pages/_pdp.scss */
  body.catalog-product-view .product-view .descr-shipping .descr .inner p:not(.readmorelink),
  body.dw-catalog-wristband-selector .product-view .descr-shipping .descr .inner p:not(.readmorelink) {
    font-size: 24px;
    margin: 0 !important;
  }
}
/* line 2, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .instructions {
  font-size: 18px;
  margin: 0 auto 20px auto;
  max-width: 90%;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 11, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .instructions span:first-child {
  color: white;
  background: #3A3A45;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 47px;
}
/* line 22, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .instructions span:last-child {
  padding: 10px 0 0 10px;
}
/* line 27, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool {
  background: #fff;
  padding-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid white;
}
/* line 32, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool h1 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  color: #4f4f4f;
}
/* line 188, ../src/partials/base/_mixins.scss */
body.dw-catalog-wristband-selector .strap-filter-tool h1 span {
  display: block;
  line-height: 1.1;
  margin-top: 16px;
  font-size: 20px;
  color: #aaa;
  padding-top: 26px;
  font-style: italic;
  text-transform: none;
  font-family: "adobe-caslon-pro", serif;
  padding-bottom: 10px;
  position: relative;
}
/* line 200, ../src/partials/base/_mixins.scss */
body.dw-catalog-wristband-selector .strap-filter-tool h1 span:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  left: 50%;
  margin-left: -45px;
  top: 0;
  background-color: #4f4f4f;
}
@media (min-width: 640px) {
  /* line 32, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h1 {
    position: relative;
    font-size: 44px;
  }
  /* line 215, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h1 span {
    margin-top: 12px;
    padding-bottom: 30px;
    font-size: 22px;
    position: relative;
  }
  /* line 220, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h1 span:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    left: 50%;
    margin-left: -45px;
    top: 0;
    background-color: #4f4f4f;
  }
}
/* line 34, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool h1 span {
  letter-spacing: 0.03em;
  color: #4f4f4f;
}
/* line 39, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool h3 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #4f4f4f;
  letter-spacing: 0.1em;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
}
/* line 303, ../src/partials/base/_mixins.scss */
body.dw-catalog-wristband-selector .strap-filter-tool h3:after {
  width: 55px;
  content: '';
  display: block;
  border-bottom: 1px solid #c8c8c8;
  margin: 20px auto 0 auto;
}
/* line 43, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .click-target {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  opacity: 0.5;
  cursor: pointer;
}
/* line 53, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap {
  margin: 0 -5px;
  overflow: hidden;
  *zoom: 1;
}
/* line 56, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 59, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item :after {
  content: "";
  display: table;
  clear: both;
}
/* line 64, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner {
  margin: 5px;
  position: relative;
  border: 3px solid #f4f4f4;
  background-color: #f4f4f4;
  padding-bottom: 3%;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 71, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner.active {
  border: 3px solid #464646;
}
/* line 73, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner.active .watch-type-select-btn {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #fff !important;
}
/* line 79, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner .watch-type-header {
  position: relative;
  top: 0;
  width: 36%;
  text-align: center;
  display: block;
  float: left;
  margin: 12% 7% 0 5%;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 18px;
  color: #4f4f4f;
}
/* line 92, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner .watch-type-header .icon-ribbon {
  display: none;
}
/* line 96, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner .watch-type-image {
  width: 40%;
  height: auto;
  margin: 5% 5% 0%;
  position: relative;
  top: 0;
  float: left;
  margin-bottom: 0;
}
/* line 105, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner .watch-type-select-btn {
  display: block;
  width: 36%;
  margin: 3% 7% 0 5%;
  font-size: 15px;
  height: 48px;
  padding: 17px 15px;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  background: transparent;
  border: 1px solid #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 121, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner .watch-type-select-btn.active {
  background-color: #464646;
  border-color: #464646;
  color: #fff;
}
/* line 130, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap {
  margin-top: 30px;
  width: 100%;
  display: inline-block;
}
/* line 135, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .header-wrap,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .header-wrap {
  text-align: center;
  margin-bottom: 20px;
}
/* line 270, ../src/partials/base/_mixins.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .header-wrap:after,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .header-wrap:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  border-bottom: 1px solid white;
  margin: 0.3em auto 0 auto;
}
/* line 279, ../src/partials/base/_mixins.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .header-wrap:after,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .header-wrap:after {
  border-color: #c8c8c8;
}
/* line 283, ../src/partials/base/_mixins.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .header-wrap.dark:after,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .header-wrap.dark:after {
  border-color: #c8c8c8;
}
/* line 140, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .btn-wrap,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .btn-wrap {
  text-align: center;
}
/* line 143, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  width: 50%;
  min-width: 160px;
}
/* line 150, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn .inner,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn .inner {
  display: block;
  margin: 0 5px;
  font-size: 15px;
  height: 56px;
  padding: 20px 15px;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  background: transparent;
  border: 1px solid #aaa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
/* line 163, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner.active,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn .inner.active,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner.active,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn .inner.active {
  background-color: #464646;
  color: #fff;
  border: 1px solid #464646;
}
/* line 168, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner .color-swatch,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn .inner .color-swatch,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner .color-swatch,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn .inner .color-swatch {
  width: 22px;
  height: 22px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
/* line 177, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner .color-swatch.swatch-39,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn .inner .color-swatch.swatch-39,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner .color-swatch.swatch-39,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn .inner .color-swatch.swatch-39 {
  background-color: #D8CBA1;
}
/* line 181, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner .color-swatch.swatch-38,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn .inner .color-swatch.swatch-38,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner .color-swatch.swatch-38,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn .inner .color-swatch.swatch-38 {
  background-color: #D0D0D0;
}
/* line 188, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner,
body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner {
  text-transform: uppercase;
}
/* line 195, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 52px;
}
/* line 199, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results .instructions {
  margin: 20px auto 0 auto;
}
/* line 202, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-header {
  text-align: center;
}
/* line 270, ../src/partials/base/_mixins.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-header:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  border-bottom: 1px solid white;
  margin: 0.3em auto 0 auto;
}
/* line 279, ../src/partials/base/_mixins.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-header:after {
  border-color: #c8c8c8;
}
/* line 283, ../src/partials/base/_mixins.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-header.dark:after {
  border-color: #c8c8c8;
}
/* line 205, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-header h3 {
  margin-top: 24px;
}
/* line 210, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner {
  margin: -5px;
  padding-top: 36px;
  position: relative;
}
/* line 214, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 217, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item .item-inner {
  margin: 5px;
  background-color: #f4f4f4;
  position: relative;
  height: auto;
  text-align: center;
  padding: 30px 15px;
  font-weight: 300;
}
/* line 225, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item .item-inner .click-target {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  opacity: 0.5;
  cursor: pointer;
}
/* line 235, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item .item-inner img {
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
  width: 90%;
}
/* line 241, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item .item-inner h4,
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item .item-inner span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 6px;
  display: inline-block;
  font-size: 18px;
}
/* line 248, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item .item-inner span {
  color: #929292;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
}
/* line 258, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target {
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
/* line 260, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target.fade-out {
  opacity: 0;
}
/* line 263, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target.fade-in {
  opacity: 1;
}
/* line 266, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap {
  position: relative;
}
/* line 268, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left,
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: pointer;
  top: 40px;
  text-align: center;
}
/* line 280, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left .icon-arrow-right,
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left .icon-arrow-left,
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right .icon-arrow-right,
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right .icon-arrow-left {
  display: inline-block;
  margin-top: 6px;
}
/* line 285, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left:hover,
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right:hover {
  background-color: #464646;
  border: 1px solid #464646;
}
/* line 288, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left:hover .icon-arrow-right,
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left:hover .icon-arrow-left,
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right:hover .icon-arrow-right,
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right:hover .icon-arrow-left {
  color: white;
}
/* line 294, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left {
  left: 10px;
}
/* line 297, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right {
  right: 10px;
}
/* line 302, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .main-image {
  margin: 40px auto;
  max-width: 570px;
}
/* line 307, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .product-title .icon-ribbon {
  display: none !important;
}
/* line 311, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .product-title .inner h1 {
  padding: 0 55px;
}
/* line 316, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .mobile-zoom-btn {
  display: none;
}
/* line 319, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .mobile-img {
  display: block !important;
}
/* line 321, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .mobile-img canvas {
  display: none !important;
}
/* line 324, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .mobile-img img {
  display: block !important;
  max-width: 100% !important;
}
/* line 329, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .quick-specs {
  width: 100%;
  float: none;
  background: #f4f4f4;
  margin: 30px -10px;
  padding: 25px 25px 15px 25px;
  position: relative;
}
/* line 336, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .quick-specs .quick-spec-wrap {
  display: inline-block;
  width: calc(100% - 30px);
  border-bottom: 1px solid #dadada;
  font-size: 14px;
  height: 19px;
  padding: 0 25px 3px 25px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #787878;
}
/* line 349, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .quick-specs .quick-spec-wrap h5 {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  font-family: "futura-pt", sans-serif;
  padding-bottom: 2px;
}
/* line 357, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .quick-specs .quick-spec-wrap span {
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  padding-bottom: 2px;
}
/* line 365, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .quick-specs div:last-child {
  border: 0;
}
/* line 369, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .product-view-target .product-view .widget--bigpromo,
body.dw-catalog-wristband-selector .product-view-target .product-view .widget--smallpromo,
body.dw-catalog-wristband-selector .product-view-target .product-view .grid .details,
body.dw-catalog-wristband-selector .product-view-target .product-view .gallery,
body.dw-catalog-wristband-selector .product-view-target .product-view .oddnypic {
  display: none;
}
/* line 379, ../src/partials/pages/_wristbandselector.scss */
body.dw-catalog-wristband-selector .widget--oddnypic {
  margin: 60px auto 0 auto;
}

@media (min-width: 640px) {
  /* line 386, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .instructions {
    font-size: 20px;
  }
  /* line 389, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool {
    background: #f4f4f4;
    padding-bottom: 50px;
  }
  /* line 392, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h1 {
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    color: #4f4f4f;
  }
  /* line 188, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h1 span {
    display: block;
    line-height: 1.1;
    margin-top: 16px;
    font-size: 20px;
    color: #aaa;
    padding-top: 26px;
    font-style: italic;
    text-transform: none;
    font-family: "adobe-caslon-pro", serif;
    padding-bottom: 10px;
    position: relative;
  }
  /* line 200, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h1 span:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    left: 50%;
    margin-left: -45px;
    top: 0;
    background-color: #4f4f4f;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  /* line 392, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h1 {
    position: relative;
    font-size: 44px;
  }
  /* line 215, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h1 span {
    margin-top: 12px;
    padding-bottom: 30px;
    font-size: 22px;
    position: relative;
  }
  /* line 220, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h1 span:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    left: 50%;
    margin-left: -45px;
    top: 0;
    background-color: #4f4f4f;
  }
}
@media (min-width: 640px) {
  /* line 394, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h1 span {
    color: #aaa !important;
  }
  /* line 398, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h3 {
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    color: #4f4f4f;
    letter-spacing: 0.1em;
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
  }
  /* line 303, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool h3:after {
    width: 55px;
    content: '';
    display: block;
    border-bottom: 1px solid #c8c8c8;
    margin: 20px auto 0 auto;
  }
  /* line 402, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .click-target {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    opacity: 0.5;
    cursor: pointer;
  }
  /* line 412, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap {
    margin: 0 -13px;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 415, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item {
    width: 33.33333%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 418, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner {
    margin: 0 13px;
    position: relative;
    border: 2px solid #f4f4f4;
    background-color: #fff;
    padding-bottom: 30px;
  }
  /* line 424, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner.active {
    border: 2px solid #464646;
  }
  /* line 426, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner.active .watch-type-select-btn {
    background-color: #464646 !important;
    border-color: #464646 !important;
    color: #fff !important;
  }
  /* line 432, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner .watch-type-header {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    display: block;
    float: none;
    margin: 0;
  }
  /* line 441, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner .watch-type-image {
    width: 60%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 80px;
    margin-bottom: 102px;
    float: none;
  }
  /* line 450, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner .watch-type-select-btn {
    display: block;
    width: 180px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 15px;
    height: 56px;
    padding: 20px 15px;
    font-family: "futura-pt", sans-serif;
    text-align: center;
    background: transparent;
    border: 1px solid #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 466, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-type-wrap .watch-type-item .inner .watch-type-select-btn.active {
    background-color: #464646;
    border-color: #464646;
    color: #fff;
  }
  /* line 475, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
  }
  /* line 480, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .header-wrap,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .header-wrap {
    text-align: center;
    margin-bottom: 26px;
  }
  /* line 270, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .header-wrap:after,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .header-wrap:after {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    border-bottom: 1px solid white;
    margin: 0.3em auto 0 auto;
  }
  /* line 279, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .header-wrap:after,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .header-wrap:after {
    border-color: #c8c8c8;
  }
  /* line 283, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .header-wrap.dark:after,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .header-wrap.dark:after {
    border-color: #c8c8c8;
  }
  /* line 485, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .btn-wrap,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .btn-wrap {
    text-align: center;
  }
  /* line 488, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn {
    display: inline-block;
    margin: 0;
    width: 190px;
  }
  /* line 493, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn .inner,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn .inner {
    display: block;
    margin: 0 13px;
    font-size: 15px;
    height: 56px;
    padding: 20px 15px;
    font-family: "futura-pt", sans-serif;
    text-align: center;
    background: transparent;
    border: 1px solid #aaa;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  /* line 505, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner.active,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn .inner.active,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner.active,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn .inner.active {
    background-color: #464646;
    border-color: #464646;
    color: #fff;
  }
  /* line 510, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner .color-swatch,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn .inner .color-swatch,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner .color-swatch,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn .inner .color-swatch {
    width: 22px;
    height: 22px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
  }
  /* line 519, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner .color-swatch.swatch-39,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn .inner .color-swatch.swatch-39,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner .color-swatch.swatch-39,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn .inner .color-swatch.swatch-39 {
    background-color: #D8CBA1;
  }
  /* line 523, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-color-btn .inner .color-swatch.swatch-38,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap .watch-size-btn .inner .color-swatch.swatch-38,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-color-btn .inner .color-swatch.swatch-38,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap .watch-size-btn .inner .color-swatch.swatch-38 {
    background-color: #D0D0D0;
  }
  /* line 530, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap {
    margin-top: 60px;
  }
  /* line 536, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-results {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 52px;
  }
  /* line 539, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-header {
    text-align: center;
  }
  /* line 270, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-header:after {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    border-bottom: 1px solid white;
    margin: 0.3em auto 0 auto;
  }
  /* line 279, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-header:after {
    border-color: #c8c8c8;
  }
  /* line 283, ../src/partials/base/_mixins.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-header.dark:after {
    border-color: #c8c8c8;
  }
  /* line 542, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-header h3 {
    margin-top: 70px;
  }
  /* line 547, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner {
    margin: -13px;
    padding-top: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 552, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item {
    width: calc(50% - 20px);
    background-color: #f4f4f4;
    margin: 10px;
    border: 2px solid #fff;
  }
  /* line 557, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item.selected {
    border: 2px solid #aaa;
  }
  /* line 561, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item .item-inner img {
    margin: 0 auto;
    display: block;
  }
  /* line 565, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item .item-inner h4,
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item .item-inner span {
    margin: 0 8px;
    font-size: 15px;
  }
  /* line 577, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left,
  body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right {
    height: 50px;
    width: 50px;
    top: 70px;
  }
  /* line 582, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left .icon-arrow-right,
  body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left .icon-arrow-left,
  body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right .icon-arrow-right,
  body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right .icon-arrow-left {
    display: inline-block;
    margin-top: 17px;
  }
  /* line 589, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .product-view-target .product-view {
    *zoom: 1;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 50px;
  }
  /* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  body.dw-catalog-wristband-selector .product-view-target .product-view:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 595, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .product-view-target .product-view .atc .atc-button .inner {
    margin: 5px !important;
  }
  /* line 600, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .product-view-target .product-view .quick-specs {
    width: 50%;
    float: left;
    background: transparent;
    margin: 0;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 607, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .product-view-target .product-view .quick-specs .quick-spec-wrap {
    border: 0;
    width: calc(33.33333% - 6px);
    float: left;
    margin: 0 3px;
    padding: 0;
    font-size: 14px;
    height: 70px;
    font-family: "futura-pt", sans-serif;
    text-align: center;
    background: #f4f4f4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  /* line 620, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .product-view-target .product-view .quick-specs .quick-spec-wrap h5 {
    color: #aaa;
    text-align: center;
    display: block;
    padding: 16px 0 0;
    position: relative;
    bottom: auto;
    left: auto;
  }
  /* line 629, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .product-view-target .product-view .quick-specs .quick-spec-wrap span {
    color: #464646;
    text-align: center;
    display: block;
    margin: 8px 0 0;
    letter-spacing: 1px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  /* line 643, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-instagram {
    height: 600px;
  }
  /* line 645, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-instagram h1 {
    color: white;
    font-size: 40px;
    text-align: center;
    line-height: 560px;
  }
}
@media (min-width: 1000px) {
  /* line 659, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-color-wrap,
  body.dw-catalog-wristband-selector .strap-filter-tool .filter-tool-app .watch-size-wrap {
    width: 50%;
    float: left;
  }
  /* line 668, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .strap-filter-results .strap-filter-results-ajaxtarget .inner .strap-filter-results-item {
    width: calc(33.33333% - 20px);
  }
  /* line 676, ../src/partials/pages/_wristbandselector.scss */
  body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-left,
  body.dw-catalog-wristband-selector .product-view-target .arrow-wrap .arrow-right {
    top: 80px;
  }
}
/* line 2, ../src/partials/pages/_journal.scss */
body.blog-cat-view .latest-post.journal, .blog-index-list .latest-post.journal {
  border-bottom: 1px #c8c8c8 solid;
}
/* line 4, ../src/partials/pages/_journal.scss */
body.blog-cat-view .latest-post.journal .inner, .blog-index-list .latest-post.journal .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}
/* line 8, ../src/partials/pages/_journal.scss */
body.blog-cat-view .latest-post.journal .inner *, .blog-index-list .latest-post.journal .inner * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 12, ../src/partials/pages/_journal.scss */
body.blog-cat-view .latest-post.journal .post-header, .blog-index-list .latest-post.journal .post-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 0.8em;
  width: 100%;
}
/* line 19, ../src/partials/pages/_journal.scss */
body.blog-cat-view .latest-post.journal .post-header .post-title, .blog-index-list .latest-post.journal .post-header .post-title {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #4f4f4f;
  letter-spacing: 0.1em;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.25em;
  max-width: 450px;
}
/* line 303, ../src/partials/base/_mixins.scss */
body.blog-cat-view .latest-post.journal .post-header .post-title:after, .blog-index-list .latest-post.journal .post-header .post-title:after {
  width: 55px;
  content: '';
  display: block;
  border-bottom: 1px solid #c8c8c8;
  margin: 20px auto 0 auto;
}
/* line 24, ../src/partials/pages/_journal.scss */
body.blog-cat-view .latest-post.journal .post-header .posted-at, .blog-index-list .latest-post.journal .post-header .posted-at {
  margin-bottom: 12px;
}
/* line 28, ../src/partials/pages/_journal.scss */
body.blog-cat-view .latest-post.journal .post-meta, .blog-index-list .latest-post.journal .post-meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 30px;
  width: 100%;
}
/* line 33, ../src/partials/pages/_journal.scss */
body.blog-cat-view .latest-post.journal .post-meta img, .blog-index-list .latest-post.journal .post-meta img {
  width: 100%;
  height: auto;
}
/* line 38, ../src/partials/pages/_journal.scss */
body.blog-cat-view .latest-post.journal .post-content, .blog-index-list .latest-post.journal .post-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 18px;
}
/* line 42, ../src/partials/pages/_journal.scss */
body.blog-cat-view .latest-post.journal .post-content .read-more, .blog-index-list .latest-post.journal .post-content .read-more {
  padding-top: 20px;
  margin-bottom: 40px;
  display: block;
}

@media (min-width: 1000px) {
  /* line 55, ../src/partials/pages/_journal.scss */
  body.blog-cat-view .latest-post.journal, .blog-index-list .latest-post.journal {
    margin-bottom: 50px;
  }
  /* line 59, ../src/partials/pages/_journal.scss */
  body.blog-cat-view .latest-post.journal .post-meta, .blog-index-list .latest-post.journal .post-meta {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 62, ../src/partials/pages/_journal.scss */
  body.blog-cat-view .latest-post.journal .post-header, .blog-index-list .latest-post.journal .post-header {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }
  /* line 65, ../src/partials/pages/_journal.scss */
  body.blog-cat-view .latest-post.journal .post-header .posted-at, .blog-index-list .latest-post.journal .post-header .posted-at {
    padding: 0;
    margin-bottom: 8px;
    font-size: 1.2em;
  }
  /* line 71, ../src/partials/pages/_journal.scss */
  body.blog-cat-view .latest-post.journal .post-content, .blog-index-list .latest-post.journal .post-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 13px;
    padding-right: 13px;
    width: 50%;
  }
}
/* line 2, ../src/partials/pages/_styleguide.scss */
.blog-cat-view .latest-post.styleguide {
  background: #f4f4f4;
  padding-top: 30px;
}
/* line 6, ../src/partials/pages/_styleguide.scss */
.blog-cat-view .latest-post.styleguide .post-title {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #4f4f4f;
  letter-spacing: 0.1em;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
}
/* line 303, ../src/partials/base/_mixins.scss */
.blog-cat-view .latest-post.styleguide .post-title:after {
  width: 55px;
  content: '';
  display: block;
  border-bottom: 1px solid #c8c8c8;
  margin: 20px auto 0 auto;
}
/* line 9, ../src/partials/pages/_styleguide.scss */
.blog-cat-view .latest-post.styleguide .primary-image {
  margin-bottom: 30px;
}
/* line 11, ../src/partials/pages/_styleguide.scss */
.blog-cat-view .latest-post.styleguide .primary-image img {
  width: 100%;
}
/* line 15, ../src/partials/pages/_styleguide.scss */
.blog-cat-view .latest-post.styleguide .content, .blog-cat-view .latest-post.styleguide .read-more {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  line-height: 1.6em;
}
/* line 21, ../src/partials/pages/_styleguide.scss */
.blog-cat-view .latest-post.styleguide .content p {
  margin-top: 0;
}
@media (min-width: 1000px) {
  /* line 26, ../src/partials/pages/_styleguide.scss */
  .blog-cat-view .latest-post.styleguide .read-more {
    text-align: center;
  }
  /* line 29, ../src/partials/pages/_styleguide.scss */
  .blog-cat-view .latest-post.styleguide .content {
    max-width: 1070px;
    margin: 0 auto;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    -moz-columns: auto 2;
    -webkit-columns: auto 2;
    columns: auto 2;
  }
  /* line 359, ../src/partials/base/_mixins.scss */
  .blog-cat-view .latest-post.styleguide .content > .inner {
    margin: 5px;
  }
}
@media (min-width: 1000px) and (min-width: 640px) {
  /* line 359, ../src/partials/base/_mixins.scss */
  .blog-cat-view .latest-post.styleguide .content > .inner {
    margin: 13px;
  }
}
@media (min-width: 1000px) {
  /* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .blog-cat-view .latest-post.styleguide .content:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1000px) and (min-width: 640px) {
  /* line 29, ../src/partials/pages/_styleguide.scss */
  .blog-cat-view .latest-post.styleguide .content {
    max-width: 1102px;
    padding: 13px;
  }
}
@media (min-width: 1000px) {
  /* line 33, ../src/partials/pages/_styleguide.scss */
  .blog-cat-view .latest-post.styleguide .primary-image {
    margin: 10px -26px 35px;
  }
}

/* line 18, ../src/partials/pages/_blog.scss */
.blog-post .posted-at {
  font-size: 0.8em;
  color: #888;
}
/* line 21, ../src/partials/pages/_blog.scss */
.blog-post .posted-at .icon-watch {
  font-size: 1.1em;
  vertical-align: middle;
  color: #707070;
}
/* line 25, ../src/partials/pages/_blog.scss */
.blog-post .posted-at .icon-watch:before {
  vertical-align: middle;
}
/* line 31, ../src/partials/pages/_blog.scss */
.blog-post .read-more a {
  font-style: italic;
  font-size: 1.2em;
}
/* line 36, ../src/partials/pages/_blog.scss */
.blog-post .post-intro {
  text-align: center;
  padding: 0 30px;
  font-style: italic;
  margin: 0 auto;
  max-width: 500px;
}
/* line 42, ../src/partials/pages/_blog.scss */
.blog-post .post-intro p {
  font-size: 1.1em;
}
/* line 46, ../src/partials/pages/_blog.scss */
.blog-post .post-content {
  line-height: 1.6em;
}

/* line 52, ../src/partials/pages/_blog.scss */
.blog-post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}
/* line 57, ../src/partials/pages/_blog.scss */
.blog-post-list .blog-post {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 10px;
  background: #f4f4f4;
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 57, ../src/partials/pages/_blog.scss */
  .blog-post-list .blog-post {
    width: calc(50% - 26px);
    margin: 0 13px 26px;
  }
}
@media (min-width: 1000px) {
  /* line 57, ../src/partials/pages/_blog.scss */
  .blog-post-list .blog-post {
    width: calc(33.33333% - 26px);
    margin: 0 13px 26px;
  }
}
/* line 63, ../src/partials/pages/_blog.scss */
.blog-post-list .post-image {
  height: 180px;
  width: 100%;
  overflow: hidden;
}
/* line 67, ../src/partials/pages/_blog.scss */
.blog-post-list .post-image img {
  width: 100%;
  max-height: none;
}
/* line 72, ../src/partials/pages/_blog.scss */
.blog-post-list .posted-at {
  padding: 30px 25px 16px;
}
/* line 76, ../src/partials/pages/_blog.scss */
.blog-post-list .post-title a {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #4f4f4f;
  letter-spacing: 0.1em;
  margin: auto;
  margin-bottom: 25px;
  text-align: left;
  font-size: 24px;
  word-break: break-word;
  text-decoration: none;
  color: #4f4f4f;
}
/* line 303, ../src/partials/base/_mixins.scss */
.blog-post-list .post-title a:after {
  width: 55px;
  content: '';
  display: block;
  border-bottom: 1px solid #c8c8c8;
  margin: 20px auto 0 0;
}
/* line 82, ../src/partials/pages/_blog.scss */
.blog-post-list .post-title a:hover {
  opacity: .7;
}
/* line 87, ../src/partials/pages/_blog.scss */
.blog-post-list .posted-at, .blog-post-list .post-title, .blog-post-list .post-content, .blog-post-list .read-more {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 92, ../src/partials/pages/_blog.scss */
.blog-post-list .post-content {
  margin-bottom: 20px;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  max-height: 6.3em;
}
/* line 97, ../src/partials/pages/_blog.scss */
.blog-post-list .read-more {
  padding-bottom: 35px;
}

/* line 109, ../src/partials/pages/_blog.scss */
.blog-cat-view .older-entries, .blog-index-list .older-entries {
  font-family: "futura-pt", sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 50px;
}
/* line 322, ../src/partials/base/_mixins.scss */
.blog-cat-view .older-entries span, .blog-index-list .older-entries span {
  display: inline-block;
  vertical-align: middle;
}
/* line 326, ../src/partials/base/_mixins.scss */
.blog-cat-view .older-entries span:before,
.blog-cat-view .older-entries span:after, .blog-index-list .older-entries span:before,
.blog-index-list .older-entries span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background: #c8c8c8;
  width: 30px;
}
/* line 335, ../src/partials/base/_mixins.scss */
.blog-cat-view .older-entries span:before, .blog-index-list .older-entries span:before {
  margin-right: 20px;
}
/* line 338, ../src/partials/base/_mixins.scss */
.blog-cat-view .older-entries span:after, .blog-index-list .older-entries span:after {
  margin-left: 20px;
}
/* line 114, ../src/partials/pages/_blog.scss */
.blog-cat-view .latest-post, .blog-index-list .latest-post {
  margin-bottom: 30px;
}
/* line 116, ../src/partials/pages/_blog.scss */
.blog-cat-view .latest-post h3.post-title a, .blog-index-list .latest-post h3.post-title a {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.18em;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 300;
  text-decoration: none;
  color: #4f4f4f;
}
@media (min-width: 1000px) {
  /* line 116, ../src/partials/pages/_blog.scss */
  .blog-cat-view .latest-post h3.post-title a, .blog-index-list .latest-post h3.post-title a {
    font-size: 38px;
  }
}
/* line 120, ../src/partials/pages/_blog.scss */
.blog-cat-view .latest-post h3.post-title a:hover, .blog-index-list .latest-post h3.post-title a:hover {
  opacity: .7;
}
/* line 127, ../src/partials/pages/_blog.scss */
.blog-cat-view .button .loader--spin svg path, .blog-cat-view .button .loader--spin svg rect, .blog-index-list .button .loader--spin svg path, .blog-index-list .button .loader--spin svg rect {
  fill: white;
}
/* line 132, ../src/partials/pages/_blog.scss */
.blog-cat-view .toolbar, .blog-index-list .toolbar {
  text-align: center;
}
@media (min-width: 640px) {
  /* line 137, ../src/partials/pages/_blog.scss */
  .blog-cat-view .older-entries, .blog-index-list .older-entries {
    font-size: 1.7em;
  }
  /* line 139, ../src/partials/pages/_blog.scss */
  .blog-cat-view .older-entries span:before, .blog-cat-view .older-entries span:after, .blog-index-list .older-entries span:before, .blog-index-list .older-entries span:after {
    display: none;
  }
}
@media (min-width: 1000px) {
  /* line 146, ../src/partials/pages/_blog.scss */
  .blog-cat-view .older-entries, .blog-index-list .older-entries {
    font-size: 1.7em;
  }
  /* line 149, ../src/partials/pages/_blog.scss */
  .blog-cat-view .latest-post, .blog-index-list .latest-post {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1000px) {
  /* line 160, ../src/partials/pages/_blog.scss */
  .page-1 .blog-post-list .blog-post .post-title {
    font-size: 20px;
  }
  /* line 163, ../src/partials/pages/_blog.scss */
  .page-1 .blog-post-list .blog-post:nth-child(-n+2) {
    width: calc(50% - 26px);
  }
  /* line 165, ../src/partials/pages/_blog.scss */
  .page-1 .blog-post-list .blog-post:nth-child(-n+2) .post-title {
    font-size: 24px;
  }
}
/* line 174, ../src/partials/pages/_blog.scss */
.blog-post-view .blog-post {
  padding-top: 10px;
}
/* line 176, ../src/partials/pages/_blog.scss */
.blog-post-view .blog-post header {
  text-align: center;
}
/* line 180, ../src/partials/pages/_blog.scss */
.blog-post-view .blog-post .post-title h1 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.18em;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 1000px) {
  /* line 180, ../src/partials/pages/_blog.scss */
  .blog-post-view .blog-post .post-title h1 {
    font-size: 38px;
  }
}
/* line 185, ../src/partials/pages/_blog.scss */
.blog-post-view .blog-post .post-meta {
  margin-bottom: 60px;
  text-align: center;
}
/* line 189, ../src/partials/pages/_blog.scss */
.blog-post-view .blog-post .post-intro {
  margin-bottom: 30px;
}
/* line 192, ../src/partials/pages/_blog.scss */
.blog-post-view .blog-post .post-image {
  text-align: center;
}
/* line 195, ../src/partials/pages/_blog.scss */
.blog-post-view .blog-post .content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 630px;
}
/* line 199, ../src/partials/pages/_blog.scss */
.blog-post-view .blog-post .content img {
  height: auto;
}
@media screen and (max-width: 640px) {
  /* line 203, ../src/partials/pages/_blog.scss */
  .blog-post-view .blog-post .content img {
    width: auto;
  }
}

/* line 5, ../src/partials/pages/_checkout.scss */
body.checkout-onepage-success .checkout-success h3 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #4f4f4f;
  padding-top: 3px;
  margin-bottom: 13px;
  font-size: 44px;
}
/* line 125, ../src/partials/base/_mixins.scss */
body.checkout-onepage-success .checkout-success h3 span {
  display: block;
  line-height: 1.1;
  margin-top: 5px;
}
/* line 141, ../src/partials/base/_mixins.scss */
body.checkout-onepage-success .checkout-success h3 span {
  font-size: 16px;
  color: #aaa;
}
@media (min-width: 640px) {
  /* line 5, ../src/partials/pages/_checkout.scss */
  body.checkout-onepage-success .checkout-success h3 {
    position: relative;
    font-size: 55px;
  }
  /* line 148, ../src/partials/base/_mixins.scss */
  body.checkout-onepage-success .checkout-success h3:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    margin-left: -45px;
    bottom: 15px;
  }
  /* line 156, ../src/partials/base/_mixins.scss */
  body.checkout-onepage-success .checkout-success h3 span {
    margin-top: 2px;
    padding-bottom: 30px;
  }
  /* line 171, ../src/partials/base/_mixins.scss */
  body.checkout-onepage-success .checkout-success h3:after {
    background-color: #4f4f4f;
  }
  /* line 174, ../src/partials/base/_mixins.scss */
  body.checkout-onepage-success .checkout-success h3 span {
    font-size: 26px;
  }
}
/* line 10, ../src/partials/pages/_checkout.scss */
body.checkout-onepage-success .checkout-success h3 span {
  font-size: 25px;
  margin-top: 9px;
  padding-bottom: 43px;
}
/* line 16, ../src/partials/pages/_checkout.scss */
body.checkout-onepage-success .checkout-success p {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
}
/* line 23, ../src/partials/pages/_checkout.scss */
body.checkout-onepage-success .success-bg-wrapper {
  background: #f4f4f4;
}

/* line 29, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .cart-item {
  transition: opacity 0.3s;
}
/* line 31, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .cart-item.ajax-loading {
  opacity: 0.3;
  position: relative;
}
/* line 36, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .cart-item.ajax-loading:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
/* line 48, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .checkout-menu ul {
  -webkit-transform: translateZ(0px);
  -webkit-overflow-scrolling: touch;
  text-align: left;
  width: 100%;
  max-width: 1050px;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 auto;
}
/* line 57, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .checkout-menu ul li {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 15px;
  height: 40px;
}
/* line 64, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .checkout-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1px;
}
/* line 69, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .checkout-menu ul li a:before {
  content: "«";
}
/* line 75, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #page-wrapper {
  padding-top: 20px;
}
/* line 79, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .login {
  display: none;
}
/* line 82, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard h1 {
  text-align: center;
  font-size: 20px;
}
/* line 270, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard h1:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  border-bottom: 1px solid white;
  margin: 0.3em auto 0 auto;
}
/* line 279, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard h1:after {
  border-color: #c8c8c8;
}
/* line 283, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard h1.dark:after {
  border-color: #c8c8c8;
}
/* line 87, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .checkout-form {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
/* line 92, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner {
  overflow: hidden;
  *zoom: 1;
}
/* line 94, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner h2 {
  text-align: center;
  font-size: 20px;
  margin: 1.5em 0 1.5em 0;
}
/* line 270, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner h2:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  border-bottom: 1px solid white;
  margin: 0.3em auto 0 auto;
}
/* line 279, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner h2:after {
  border-color: #c8c8c8;
}
/* line 283, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner h2.dark:after {
  border-color: #c8c8c8;
}
/* line 100, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner li.control {
  margin: 15px 0 !important;
}
/* line 102, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner li.control label {
  font-family: "adobe-caslon-pro", serif;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 0;
}
/* line 108, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner li.control label a {
  font-style: italic;
}
/* line 113, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner label.required em {
  display: none;
}
/* line 117, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .selectboxit-container .selectboxit-option-icon-container {
  display: none;
}
/* line 120, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .selectboxit-container .selectboxit-text {
  font-size: 16px;
  text-indent: 15px;
}
/* line 125, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .selectboxit-container .selectboxit-list a {
  padding-left: 10px;
  font-size: 16px;
}
/* line 131, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .input-box.filter-select {
  position: relative;
}
/* line 133, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .input-box.filter-select .spinner {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  display: none;
  z-index: 2;
}
/* line 143, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .input-box.filter-select.loading .spinner {
  display: block;
}
/* line 146, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .input-box.filter-select.loading select:disabled ~ .selectboxit-container {
  opacity: 0.2;
}
/* line 151, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods {
  border: 1px solid #ddd;
}
/* line 153, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods > li {
  border-bottom: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
  *zoom: 1;
  position: relative;
}
/* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods > li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 159, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods > li .jcf-radio {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
}
/* line 165, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods > li > label {
  cursor: pointer;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 20px 10px 14px 35px;
  font-family: "adobe-caslon-pro", serif;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0;
}
/* line 177, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods > li > label img {
  display: inline-block;
  margin-top: -6px;
  margin-right: 0;
  max-height: 20px;
  width: auto;
  background: none !important;
}
/* line 185, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods > li > label:after {
  clear: both;
}
/* line 189, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods > li:last-of-type {
  border-bottom: 0;
}
/* line 192, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods > li.stream-payment-selected, body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods > li.stream-shipping-selected {
  background: #f4f4f4;
  padding: 10px;
}
/* line 198, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods div[id^="streamcheckout_payment_method_"] {
  clear: both;
}
/* line 200, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods div[id^="streamcheckout_payment_method_"] > ul {
  border-top: 1px solid #ddd;
  padding: 15px 10px 10px 10px;
  margin: 0;
}
/* line 204, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods div[id^="streamcheckout_payment_method_"] > ul li {
  margin-top: 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods div[id^="streamcheckout_payment_method_"] > ul li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 209, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods div[id^="streamcheckout_payment_method_"] input[type="text"] {
  background-color: white !important;
}
/* line 211, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner ul.sp-methods div[id^="streamcheckout_payment_method_"] input[type="text"].validation-failed {
  border: 1px solid #FF8989 !important;
  background-color: rgba(255, 137, 137, 0.2) !important;
}
/* line 218, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .create-account-checkbox {
  display: none;
}
/* line 221, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
/* line 224, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review table#checkout-review-table {
  width: 100%;
}
/* line 228, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review table#checkout-review-table th *,
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review table#checkout-review-table td * {
  font-size: 16px;
}
/* line 232, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review table#checkout-review-table td.product-info {
  padding: 5px 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review table#checkout-review-table td.product-info:after {
  content: "";
  display: table;
  clear: both;
}
/* line 235, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review table#checkout-review-table td.product-info .cart-price {
  float: right;
}
/* line 240, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals {
  margin: 0;
  padding: 0;
}
/* line 243, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals {
  width: 100%;
}
/* line 246, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr td {
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
}
/* line 250, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr td * {
  font-size: inherit;
}
/* line 253, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr td:last-of-type {
  text-align: right;
}
/* line 256, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr td .price {
  font-weight: normal !important;
}
/* line 261, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr:last-of-type td {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  padding: 10px 0;
}
/* line 265, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr:last-of-type td * {
  font-weight: normal !important;
  font-size: 20px;
}
/* line 269, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr:last-of-type td strong {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}
/* line 281, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner #coupon-wrapper {
  background-color: #f4f4f4;
  text-align: center;
  padding: 17px 10px 12px 10px;
  margin-bottom: 35px;
}
/* line 287, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner #coupon-wrapper .coupon-expand span {
  text-decoration: underline;
  color: #aaa;
  font-size: 16px;
  cursor: pointer;
  font-style: italic;
}
/* line 293, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner #coupon-wrapper .coupon-expand span:hover {
  color: #4f4f4f;
}
/* line 300, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .place-order {
  clear: both;
}
/* line 302, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .place-order .open-popup {
  outline: 0 !important;
}
/* line 305, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .place-order .button {
  width: 290px;
  margin: 15px 0;
}
/* line 308, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .place-order .button > span,
body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .place-order .button > span span {
  height: auto;
  padding: 0;
  line-height: 54px;
}
/* line 318, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .agreements .validation-advice {
  box-sizing: border-box;
  border: 1px solid #FF8989;
  background-color: white;
  padding: 18px 15px 12px 15px;
  margin-top: 10px;
  color: #D46666;
  line-height: 1.2;
  width: 100%;
}
/* line 327, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard .agreements .validation-advice:after {
  display: none;
}
/* line 336, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard.placing-order .grid .inner .place-order .button .btn-label {
  display: none;
}
/* line 339, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout.layout-standard.placing-order .grid .inner .place-order .button .loader--spin {
  display: block;
}
/* line 347, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .white-coupon-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
/* line 356, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .white-coupon-popup input {
  margin-top: 20px;
  width: 100%;
}
/* line 360, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .white-coupon-popup button.blue {
  width: 100%;
  height: 50px;
}
@media (min-width: 640px) {
  /* line 366, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index .white-coupon-popup input {
    float: left;
    width: 60%;
  }
  /* line 370, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index .white-coupon-popup button.blue {
    margin-top: 20px;
    float: left;
    width: 40%;
  }
}
/* line 377, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .coupon-popup-link {
  outline: 0;
}
/* line 379, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .coupon-popup-link span {
  color: #aaa;
  text-decoration: underline;
  font-size: 18px;
  font-style: italic;
}
/* line 384, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .coupon-popup-link span:hover {
  color: #4f4f4f;
}
/* line 389, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .coupon-expand span {
  color: #aaa;
  font-size: 18px;
  font-style: italic;
}
/* line 395, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #terms .close-link {
  margin-right: 20px;
  font-size: 18px;
  cursor: pointer;
}
/* line 400, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #terms a {
  word-break: break-all;
}
/* line 404, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .mfp-wrap {
  top: 1px !important;
  overflow: auto;
  position: fixed !important;
}

/* line 414, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #streamcheckout .form-list select {
  width: 100% !important;
}
/* line 421, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul {
  margin-top: 0;
  padding: 0;
}
/* line 424, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 428, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px 10px 20px 35px;
}
/* line 435, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-sfexpress,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpress,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpressglobal,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpressblogg,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpresseu,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsstandard,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsstandardch,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-posten,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-postenregistrert {
  display: block !important;
}
/* line 446, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpress,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpressglobal,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpressblogg,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpresseu,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsstandard,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsstandardch {
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-position: 0 -155px;
  width: 60px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 446, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpress,
  body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpressglobal,
  body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpressblogg,
  body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsexpresseu,
  body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsstandard,
  body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-upsstandardch {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: 0 -155px;
    width: 60px;
    height: 60px;
  }
}
/* line 454, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-posten,
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-postenregistrert {
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-position: 0 0;
  width: 60px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 454, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-posten,
  body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-postenregistrert {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: 0 0;
    width: 60px;
    height: 60px;
  }
}
/* line 458, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-sfexpress {
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-position: 0 -95px;
  width: 60px;
  height: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 458, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-icon-sfexpress {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: 0 -95px;
    width: 60px;
    height: 60px;
  }
}
/* line 461, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-method-title {
  margin: 0;
}
/* line 464, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index #shipping-method-block #checkout-shipping-method-load ul li label .shipping-description {
  width: 100%;
  padding-top: 10px;
  font-size: 13px;
  display: block;
}

/* line 480, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc {
  margin-top: 10px;
}
/* line 482, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc a {
  outline: 0 !important;
  font-style: italic;
}
/* line 486, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li.adyen_payment_input_fields {
  margin-bottom: 8px;
}
/* line 488, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li.adyen_payment_input_fields .input-box {
  margin: 0 0 10px 0;
}
/* line 490, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li.adyen_payment_input_fields .input-box .month-wrap,
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li.adyen_payment_input_fields .input-box .year-wrap {
  width: 49%;
  display: inline-block;
  margin-right: 0;
}
/* line 495, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li.adyen_payment_input_fields .input-box .month-wrap select,
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li.adyen_payment_input_fields .input-box .year-wrap select {
  width: 100% !important;
  margin-bottom: 0;
  min-width: 0;
}
/* line 506, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li.adyen_payment_input_fields.cid .input-box {
  width: 49%;
}
/* line 511, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li.adyen_payment_creditcard_labels {
  display: none;
  text-align: center;
  margin-bottom: 20px !important;
  margin-top: -5px !important;
  padding: 2px;
}
/* line 518, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li.adyen_payment_creditcard_labels img {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 521, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li.adyen_payment_creditcard_labels .grey {
  background-color: transparent !important;
}
/* line 526, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul.form-list#payment_form_adyen_cc li#adyen-remember-these-details label {
  margin-bottom: 0;
  font-family: "adobe-caslon-pro", serif;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5px;
}
/* line 536, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_adyen_hpp {
  *zoom: 1;
  margin-top: 10px;
}
/* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
body.streamcheckout-index-index ul#payment_form_adyen_hpp:after {
  content: "";
  display: table;
  clear: both;
}
/* line 539, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_adyen_hpp table {
  display: block;
  float: left;
  width: auto;
  max-width: calc(25% - 5px);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  margin: 0 5px 5px 0;
}
/* line 549, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_adyen_hpp table td.col_radio {
  width: auto !important;
  padding: 5px 2px 5px 7px;
}
/* line 552, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_adyen_hpp table td.col_radio input {
  margin: 0 !important;
}
/* line 556, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_adyen_hpp table td.col_img {
  width: auto !important;
  padding: 5px;
}
/* line 559, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_adyen_hpp table td.col_img label {
  display: block;
  overflow: hidden;
  width: 38px;
  height: 24px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 565, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_adyen_hpp table td.col_img label img {
  display: block;
  margin: -1px !important;
  width: 40px !important;
  height: 26px !important;
  max-height: 26px !important;
  max-width: 40px !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 576, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_adyen_hpp table td.col_name {
  display: none;
}
/* line 581, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .adyen_payment_creditcard_labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
/* line 585, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .adyen_payment_creditcard_labels div {
  width: 120px;
}
/* line 588, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .adyen_payment_creditcard_labels .credit_card_span {
  display: block;
}
/* line 591, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index .adyen_payment_creditcard_labels .adyen-payment-method-icon {
  height: 20px;
  padding: 5px 2px;
}

/* line 602, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .payment_plan_info_wrapper,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .payment_plan_info_wrapper {
  line-height: 1.5;
  background: white;
  border: 0;
}
/* line 607, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account input[type="text"],
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice input[type="text"] {
  padding: 5px 15px 0 15px;
  line-height: 43px;
  margin-bottom: 10px;
}
/* line 612, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account li,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice li {
  margin: 10px 0 !important;
}
/* line 614, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account li:last-child,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice li:last-child {
  margin-bottom: 0 !important;
}
/* line 618, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account #vaimo_klarna_account_pno,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account #vaimo_klarna_account_phonenumber,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account #vaimo_klarna_invoice_pno,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account #vaimo_klarna_invoice_phonenumber,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice #vaimo_klarna_account_pno,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice #vaimo_klarna_account_phonenumber,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice #vaimo_klarna_invoice_pno,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice #vaimo_klarna_invoice_phonenumber {
  text-align: left;
  background-color: white;
  min-width: 200px;
}
/* line 627, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account #vaimo_klarna_account_update_address_button,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account #vaimo_klarna_invoice_update_address_button,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account #vaimo_klarna_special_update_address_button,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice #vaimo_klarna_account_update_address_button,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice #vaimo_klarna_invoice_update_address_button,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice #vaimo_klarna_special_update_address_button {
  padding: 0 20px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px;
  border-radius: 0px !important;
  margin-left: 0;
  float: left;
  height: 50px;
}
/* line 637, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account #vaimo_klarna_account_pno,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account #vaimo_klarna_invoice_pno,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice #vaimo_klarna_account_pno,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice #vaimo_klarna_invoice_pno {
  float: left;
}
/* line 641, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account li.klarna_readme,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice li.klarna_readme {
  float: none;
  padding-top: 5px;
}
/* line 644, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account li.klarna_readme span,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice li.klarna_readme span {
  display: inline;
  text-align: left;
}
/* line 650, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .gender-input-box label,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .gender-input-box label {
  margin-right: 10px;
}
/* line 653, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .gender-input-box .jcf-radio,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .gender-input-box .jcf-radio {
  position: relative !important;
  margin: -4px 5px 0 0 !important;
  left: 0 !important;
}
/* line 657, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .gender-input-box .jcf-radio:last-child,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .gender-input-box .jcf-radio:last-child {
  display: none;
}
/* line 662, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .klarna_msg_txt,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .klarna_msg_txt {
  padding: 10px 0;
}
/* line 665, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .klarna_notification,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .klarna_notification {
  background: #4e5874;
  color: white;
  padding-top: 15px;
}
/* line 669, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .klarna_notification:before,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .klarna_notification:before {
  margin: -4px 5px 0 -21px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iWW91cl9JY29uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMCwyMEM0LjUsMjAsMCwxNS41LDAsMTBTNC41LDAsMTAsMHMxMCw0LjUsMTAsMTBTMTUuNSwyMCwxMCwyMHogTTEwLDAuOUM1LDAuOSwwLjksNSwwLjksMTANCgkJCVM1LDE5LjEsMTAsMTkuMXM5LjEtNC4xLDkuMS05LjFTMTUuMSwwLjksMTAsMC45eiIvPg0KCTwvZz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAsMTMuN2MwLjYsMCwxLjEsMC41LDEuMSwxLjFzLTAuNSwxLjEtMS4xLDEuMXMtMS4xLTAuNS0xLjEtMS4xUzkuNCwxMy43LDEwLDEzLjd6Ii8+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMCwxMi4xYy0wLjYsMC0xLjEtMC41LTEuMS0xLjFWNS4zYzAtMC42LDAuNS0xLjEsMS4xLTEuMXMxLjEsMC41LDEuMSwxLjFWMTFDMTEuMSwxMS42LDEwLjYsMTIuMSwxMCwxMi4xeg0KCQkJIi8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+);
}
/* line 675, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .klarna_dob input[type="text"],
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .klarna_dob input[type="text"] {
  width: 70px !important;
  float: left;
  margin-right: 10px;
}
/* line 681, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .input_combo,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .input_combo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  overflow: hidden;
}
/* line 685, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .input_combo .jcf-checkbox,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .input_combo .jcf-checkbox {
  border: 1px solid rgba(151, 151, 151, 0.6);
  background: #fff;
  min-width: 16px;
}
/* line 690, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .input_combo label,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .input_combo label {
  line-height: 1.3;
  padding: 0 20px 0 0;
}
/* line 696, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .update-address-indicator,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .update-address-indicator {
  width: 30px;
  height: 30px;
  background: white;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  display: block;
  text-align: center;
}
/* line 705, ../src/partials/pages/_checkout.scss */
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_account .update-address-indicator img,
body.streamcheckout-index-index ul#payment_form_vaimo_klarna_invoice .update-address-indicator img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 !important;
}

@media (min-width: 640px) {
  /* line 718, ../src/partials/pages/_checkout.scss */
  body.checkout-onepage-success .checkout-success p {
    max-width: 55%;
    text-align: center;
  }

  /* line 726, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard h1 {
    font-size: 50px;
  }
  /* line 730, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner h2 {
    font-size: 28px;
  }
  /* line 734, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner li.control label {
    font-size: 18px;
  }
  /* line 738, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review {
    padding-top: 20px;
  }
  /* line 742, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review table#checkout-review-table td.product-info * {
    font-size: 18px;
  }
  /* line 749, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr td {
    font-size: 18px;
  }
  /* line 753, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr:last-of-type td {
    padding: 20px 0;
  }
  /* line 755, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr:last-of-type td * {
    font-size: 20px;
  }
  /* line 758, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner .order-review .totals table#totals tr:last-of-type td strong {
    padding: 30px 0;
  }
  /* line 768, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .grid .inner #coupon-wrapper .coupon-expand span {
    font-size: 18px;
  }
  /* line 775, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index .adyen_payment_creditcard_labels div {
    width: auto;
  }
  /* line 777, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index .adyen_payment_creditcard_labels div .adyen-payment-method-icon {
    padding: 0;
    margin: 0 5px;
  }
}
@media (min-width: 1000px) {
  /* line 788, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .streamcheckout-left {
    width: 50%;
    float: left;
    width: calc(50% - 20px);
    margin: 0;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 795, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .streamcheckout-right {
    width: 50%;
    float: left;
    margin: 0;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 800, ../src/partials/pages/_checkout.scss */
  body.streamcheckout-index-index #streamcheckout.layout-standard .streamcheckout-right .order-review {
    margin-top: 75px;
  }
}
/* line 5, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .confirm-popup {
  max-width: 400px;
}
/* line 7, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .confirm-popup p {
  margin: 0 20px 35px 20px;
}
/* line 10, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .confirm-popup button:not(.mfp-close) {
  width: 100%;
}
/* line 17, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item {
  position: relative;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  padding: 10px;
}
/* line 22, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-remove {
  position: absolute;
  right: 15px;
  top: 15px;
}
/* line 26, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-remove span {
  cursor: pointer;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #aaa;
  text-decoration: none;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 34, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-remove span:hover {
  color: #4f4f4f;
}
/* line 39, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-image {
  overflow: hidden;
  *zoom: 1;
}
/* line 41, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-image .product-image {
  width: 50%;
  float: left;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 46, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-image .name {
  width: 50%;
  float: left;
  padding: 25px 10px 10px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 50, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-image .name * {
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #4f4f4f !important;
  text-decoration: none !important;
  font-weight: 300;
  letter-spacing: 0.2em;
}
/* line 62, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info * {
  color: #787878;
}
/* line 65, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .product-name {
  display: none;
}
/* line 69, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .gift-wrapping-container {
  padding: 13px 0;
  border-top: 1px solid #c8c8c8;
}
/* line 72, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .gift-wrapping-container label {
  font-style: normal;
  font-size: 14px;
  margin: 0;
}
/* line 78, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details {
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
}
/* line 83, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-options {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 22px;
  display: inline-block;
  width: 66.66667%;
  float: left;
  min-height: 1px;
}
/* line 92, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-options .item-options dt {
  display: none;
}
/* line 95, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-options .item-options dd {
  float: left;
  width: 50%;
  float: left;
}
/* line 98, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-options .item-options dd .swatch-39,
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-options .item-options dd .swatch-38 {
  width: 16px;
  height: 16px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
/* line 109, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-options .item-options dd .swatch-39 {
  background-color: #D8CBA1;
}
/* line 113, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-options .item-options dd .swatch-38 {
  background-color: #D0D0D0;
}
/* line 119, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-actions {
  width: 33.33333%;
  float: left;
  text-align: right;
}
/* line 122, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-actions .qty-modifier {
  display: inline-block;
  height: 22px;
  width: 22px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #aaa;
  border: 0;
  padding: 0;
  line-height: 1;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 132, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-actions .qty-modifier span {
  color: white;
  font-size: 12px;
  vertical-align: middle;
}
/* line 137, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-actions .qty-modifier:hover {
  background: #4f4f4f;
}
/* line 141, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-actions .qty {
  display: inline-block;
  width: 30px;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  margin: 0;
  height: 22px;
  line-height: 22px;
  color: #4f4f4f;
}
/* line 154, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-actions .btn-update {
  display: none;
}
/* line 159, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .product-cart-total {
  margin: 10px 0;
  padding: 15px 0 10px 0;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  color: #4f4f4f;
}
/* line 172, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .buy-strap {
  text-align: center;
  padding: 10px 10px 30px 10px;
}
/* line 175, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .buy-strap .button#add-watchband {
  display: none;
}
/* line 177, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .buy-strap .button#add-watchband.show {
  display: inline-block;
}
/* line 506, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap {
  visibility: hidden;
  pointer-events: none;
  height: 0;
  opacity: 0;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 513, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap.show {
  opacity: 1;
  height: auto;
  pointer-events: all;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 520, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-text {
  padding: 10px;
}
/* line 522, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-text h2 {
  margin: 0 !important;
}
/* line 524, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-text h2:after {
  display: none !important;
}
/* line 529, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items {
  margin: 0 50px 30px 50px;
}
/* line 531, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .slick-arrow {
  z-index: 1;
  border: 1px solid #9b9b9b;
  width: 34px;
  height: 34px;
  background: white;
  top: 50%;
  margin-top: -27px;
}
/* line 539, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .slick-arrow:before {
  display: none;
}
/* line 542, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .slick-arrow.slick-prev {
  left: -50px;
}
/* line 545, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .slick-arrow.slick-next {
  right: -50px;
}
/* line 548, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .slick-arrow span {
  font-size: 12px;
  color: #4f4f4f;
  line-height: 42px;
}
/* line 554, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .strap-item {
  text-align: center;
  position: relative;
}
/* line 557, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .strap-item:focus {
  outline: none !important;
}
/* line 560, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .strap-item img {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 567, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .strap-item h4 span {
  color: #aaa;
  text-decoration: line-through;
}
/* line 573, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .strap-item h4.product-name {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 640px) {
  /* line 578, ../src/partials/base/_mixins.scss */
  body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .slick-arrow {
    margin-top: -17px;
  }
}
/* line 584, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .watchband-btn .button.add-to-cart {
  background: white;
  border: 1px solid #4f4f4f;
  margin: 20px auto;
  width: auto;
  min-width: 0;
  max-width: 300px;
}
/* line 591, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .watchband-btn .button.add-to-cart * {
  color: #4f4f4f !important;
}
/* line 594, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .watchband-btn .button.add-to-cart .btn-label,
body.streamcheckout-index-index .cart .buy-strap .select-strap .watchband-btn .button.add-to-cart .btn-price {
  font-size: 16px !important;
}
/* line 598, ../src/partials/base/_mixins.scss */
body.streamcheckout-index-index .cart .buy-strap .select-strap .watchband-btn .button.add-to-cart .btn-price::after {
  background-color: #4f4f4f;
  height: 20px;
  margin-top: -10px;
}
/* line 183, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-totals-wrapper {
  background: #f4f4f4;
  padding: 25px 10px;
}
/* line 186, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-totals-wrapper table {
  width: 100%;
}
/* line 188, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-totals-wrapper table * {
  font-weight: normal;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 194, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-totals-wrapper table tbody {
  display: none;
}
/* line 197, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-totals-wrapper table .price {
  float: right;
}
/* line 200, ../src/partials/pages/_cart.scss */
body.streamcheckout-index-index .cart .cart-totals-wrapper table tr:last-of-type * {
  font-size: 16px;
  padding: 0;
}

@media (min-width: 640px) {
  /* line 212, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .confirm-popup button:not(.mfp-close) {
    width: auto;
  }
}
@media (min-width: 1000px) {
  /* line 221, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .wrap-cart {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 30px;
  }
  /* line 228, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item {
    overflow: hidden;
    *zoom: 1;
    padding: 10px 30px;
  }
  /* line 231, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-remove {
    top: 30px;
    right: 30px;
  }
  /* line 234, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-remove a {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
  /* line 240, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-image {
    width: 20%;
    float: left;
  }
  /* line 242, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-image .product-image {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  /* line 245, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-image .product-image img {
    display: block;
  }
  /* line 249, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-image .name {
    display: none;
    color: #4f4f4f;
  }
  /* line 254, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info {
    width: 80%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
  }
  /* line 258, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .name {
    border-bottom: 1px solid #c8c8c8;
    padding: 20px 0 20px 0;
  }
  /* line 261, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .name * {
    font-family: "futura-pt", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #4f4f4f !important;
    text-decoration: none !important;
  }
  /* line 268, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .name .product-name {
    padding: 0;
    display: block;
    font-weight: 300;
    letter-spacing: 0.2em;
  }
  /* line 274, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .name .gift-wrapping-container {
    padding: 0;
    border-top: 0;
  }
  /* line 277, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .name .gift-wrapping-container label {
    padding: 0;
    padding-top: 0 !important;
    margin: 5px 0  0 0;
  }
  /* line 281, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .name .gift-wrapping-container label span:first-child {
    font-size: 10px !important;
  }
  /* line 287, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details {
    padding: 10px;
    border-top: 0;
    padding: 10px 0;
    border-bottom: 0;
    width: 75%;
    float: left;
  }
  /* line 293, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-options {
    width: 66.66667%;
    float: left;
    font-size: 16px;
  }
  /* line 297, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-options .item-options dd .swatch-39,
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-options .item-options dd .swatch-38 {
    margin-right: 10px;
    width: 22px;
    height: 22px;
  }
  /* line 305, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .details .product-cart-actions {
    width: 33.33333%;
    float: left;
  }
  /* line 309, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-wrapper #shopping-cart-table .cart-item .product-cart-info .product-cart-total {
    width: 25%;
    float: left;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
  }
  /* line 320, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .buy-strap {
    padding: 30px 0;
  }
  /* line 322, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .buy-strap .select-strap {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 324, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-text {
    padding: 0 90px;
    float: right;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 329, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-text p {
    margin: 15px 0;
  }
  /* line 333, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items {
    margin: 0;
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 338, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .slick-arrow {
    width: 46px;
    height: 46px;
    margin-top: -20px;
  }
  /* line 342, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .slick-arrow.slick-prev {
    left: 0;
  }
  /* line 345, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .slick-arrow.slick-next {
    right: 0;
  }
  /* line 348, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .buy-strap .select-strap .strap-items .slick-arrow span {
    font-size: 15px;
    line-height: 56px;
  }
  /* line 354, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .buy-strap .select-strap .watchband-btn {
    float: right;
    clear: right;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 362, ../src/partials/pages/_cart.scss */
  body.streamcheckout-index-index .cart .cart-totals-wrapper {
    display: none;
  }
}
/* line 1, ../src/partials/pages/_cms.scss */
.social-share {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  color: #c8c8c8;
  font-size: 2em;
}
/* line 241, ../src/partials/base/_mixins.scss */
.social-share > span {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
}
/* line 245, ../src/partials/base/_mixins.scss */
.social-share > span:before, .social-share > span:after {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 45%;
  width: 400%;
}
/* line 256, ../src/partials/base/_mixins.scss */
.social-share > span:before {
  right: 100%;
}
/* line 259, ../src/partials/base/_mixins.scss */
.social-share > span:after {
  left: 100%;
}
@media (min-width: 640px) {
  /* line 1, ../src/partials/pages/_cms.scss */
  .social-share {
    padding: 0 60px;
  }
}
/* line 5, ../src/partials/pages/_cms.scss */
.social-share a {
  color: #c8c8c8;
  text-decoration: none;
}
/* line 8, ../src/partials/pages/_cms.scss */
.social-share a span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* line 11, ../src/partials/pages/_cms.scss */
.social-share a.icon-facebook:hover {
  color: #3b5998;
}
/* line 14, ../src/partials/pages/_cms.scss */
.social-share a.icon-twitter:hover {
  color: #55acee;
}

/* line 21, ../src/partials/pages/_cms.scss */
body.cms-no-route .no-route-wrap {
  max-width: 1070px;
  margin: 0 auto;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  margin-top: 30px;
}
/* line 359, ../src/partials/base/_mixins.scss */
body.cms-no-route .no-route-wrap > .inner {
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 359, ../src/partials/base/_mixins.scss */
  body.cms-no-route .no-route-wrap > .inner {
    margin: 13px;
  }
}
/* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
body.cms-no-route .no-route-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 640px) {
  /* line 21, ../src/partials/pages/_cms.scss */
  body.cms-no-route .no-route-wrap {
    max-width: 1102px;
    padding: 13px;
  }
}
/* line 24, ../src/partials/pages/_cms.scss */
body.cms-no-route .no-route-wrap .border {
  margin: 5px;
  text-align: center;
}
@media (min-width: 640px) {
  /* line 24, ../src/partials/pages/_cms.scss */
  body.cms-no-route .no-route-wrap .border {
    margin: 13px;
  }
}
/* line 27, ../src/partials/pages/_cms.scss */
body.cms-no-route .no-route-wrap .border h2 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 31px;
  line-height: 1.18em;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 300;
}
@media (min-width: 1000px) {
  /* line 27, ../src/partials/pages/_cms.scss */
  body.cms-no-route .no-route-wrap .border h2 {
    font-size: 54px;
  }
}

@media (min-width: 1000px) {
  /* line 40, ../src/partials/pages/_cms.scss */
  body.cms-no-route .no-route-wrap {
    margin-top: 50px;
  }
  /* line 42, ../src/partials/pages/_cms.scss */
  body.cms-no-route .no-route-wrap .border {
    max-width: 70%;
    margin: 0 auto;
  }
}
/* line 20, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-content {
  text-align: center;
}
/* line 22, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-content .inner {
  max-width: 650px;
  display: inline-block;
  padding: 5px 20px;
}
/* line 26, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-content .inner h1 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.18em;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 300;
}
@media (min-width: 1000px) {
  /* line 26, ../src/partials/pages/_dw-world.scss */
  .dw-world-index-index .dw-world-content .inner h1 {
    font-size: 38px;
  }
}
/* line 29, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-content .inner p {
  font-style: italic;
}
/* line 32, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-content .inner .button {
  margin: 0 10px;
}
/* line 34, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-content .inner .button.active {
  background: #464646;
  color: #f4f4f4;
}
/* line 44, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-gallery .dw-lightbox-wrapper {
  background: rgba(0, 0, 0, 0.3);
}
/* line 47, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-gallery .dw-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
}
/* line 51, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-gallery .dw-gallery .gallery-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 320px) {
  /* line 51, ../src/partials/pages/_dw-world.scss */
  .dw-world-index-index .dw-world-gallery .dw-gallery .gallery-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
@media (min-width: 640px) {
  /* line 51, ../src/partials/pages/_dw-world.scss */
  .dw-world-index-index .dw-world-gallery .dw-gallery .gallery-item {
    width: calc(33.33333% - 26px);
    margin: 0 13px 26px;
  }
}
/* line 672, ../src/partials/base/_mixins.scss */
.dw-world-index-index .dw-world-gallery .dw-gallery .gallery-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
/* line 678, ../src/partials/base/_mixins.scss */
.dw-world-index-index .dw-world-gallery .dw-gallery .gallery-item > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 55, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-gallery .dw-gallery .gallery-item .inner {
  cursor: pointer;
  width: 100%;
  display: block;
  -moz-transition: -webkit-filter 0.3s;
  -o-transition: -webkit-filter 0.3s;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  background-color: #f4f4f4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 64, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-gallery .dw-gallery .gallery-item .inner:hover {
  -webkit-filter: brightness(120%);
}
/* line 71, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-gallery .load-more-btn-wrapper {
  text-align: center;
  margin: 25px 0;
}
/* line 78, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-map {
  padding: 8px 13px;
}
/* line 80, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-map .map-wrapper {
  margin-bottom: 0;
}
/* line 83, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-map .dw-lightbox-wrapper {
  z-index: 10000;
}
/* line 86, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .dw-world-map #map .spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 95, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .connected-products .product {
  text-align: center;
}
/* line 97, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .connected-products .product .product-image {
  max-width: 50%;
  margin-right: 0;
  margin: 0 auto;
  float: none;
}
/* line 104, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .connected-products .product .product-info .collection {
  color: #9b9b9b;
  font-style: italic;
}
/* line 107, ../src/partials/pages/_dw-world.scss */
.dw-world-index-index .connected-products .product .product-info .collection .icon-ribbon {
  margin-right: 4px;
}

@media (min-width: 640px) {
  /* line 120, ../src/partials/pages/_dw-world.scss */
  .dw-world-index-index .dw-world-content .inner p {
    font-size: 20px;
  }
  /* line 125, ../src/partials/pages/_dw-world.scss */
  .dw-world-index-index .dw-world-gallery .load-more-btn-wrapper {
    height: 130px;
    background: white;
    margin-top: -130px;
    padding-top: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
}
@media (min-width: 1000px) {
  /* line 145, ../src/partials/pages/_dw-world.scss */
  .dw-world-index-index .dw-world-content .inner p {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  /* line 155, ../src/partials/pages/_dw-world.scss */
  .dw-world-index-index .dw-world-map .dw-lightbox {
    height: 65%;
  }
}
/* line 2, ../src/partials/pages/_customer.scss */
.account-login .page-title h1, .account-login .legend, .account-login .box-head h2, .account-login .box-title h3, .account-login .sub-title, .account-login .table-caption, .account-create .page-title h1, .account-create .legend, .account-create .box-head h2, .account-create .box-title h3, .account-create .sub-title, .account-create .table-caption, .forgotpassword .page-title h1, .forgotpassword .legend, .forgotpassword .box-head h2, .forgotpassword .box-title h3, .forgotpassword .sub-title, .forgotpassword .table-caption, .my-account .page-title h1, .my-account .legend, .my-account .box-head h2, .my-account .box-title h3, .my-account .sub-title, .my-account .table-caption, .customer-account .page-title h1, .customer-account .legend, .customer-account .box-head h2, .customer-account .box-title h3, .customer-account .sub-title, .customer-account .table-caption, .customer-account-logoutsuccess .page-title h1, .customer-account-logoutsuccess .legend, .customer-account-logoutsuccess .box-head h2, .customer-account-logoutsuccess .box-title h3, .customer-account-logoutsuccess .sub-title, .customer-account-logoutsuccess .table-caption, .customer-account-confirmation .page-title h1, .customer-account-confirmation .legend, .customer-account-confirmation .box-head h2, .customer-account-confirmation .box-title h3, .customer-account-confirmation .sub-title, .customer-account-confirmation .table-caption, .shipping-tracking-popup .page-title h1, .shipping-tracking-popup .legend, .shipping-tracking-popup .box-head h2, .shipping-tracking-popup .box-title h3, .shipping-tracking-popup .sub-title, .shipping-tracking-popup .table-caption {
  text-align: center;
  font-size: 22px;
  padding-top: 20px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #4f4f4f;
  letter-spacing: 0.1em;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
}
/* line 303, ../src/partials/base/_mixins.scss */
.account-login .page-title h1:after, .account-login .legend:after, .account-login .box-head h2:after, .account-login .box-title h3:after, .account-login .sub-title:after, .account-login .table-caption:after, .account-create .page-title h1:after, .account-create .legend:after, .account-create .box-head h2:after, .account-create .box-title h3:after, .account-create .sub-title:after, .account-create .table-caption:after, .forgotpassword .page-title h1:after, .forgotpassword .legend:after, .forgotpassword .box-head h2:after, .forgotpassword .box-title h3:after, .forgotpassword .sub-title:after, .forgotpassword .table-caption:after, .my-account .page-title h1:after, .my-account .legend:after, .my-account .box-head h2:after, .my-account .box-title h3:after, .my-account .sub-title:after, .my-account .table-caption:after, .customer-account .page-title h1:after, .customer-account .legend:after, .customer-account .box-head h2:after, .customer-account .box-title h3:after, .customer-account .sub-title:after, .customer-account .table-caption:after, .customer-account-logoutsuccess .page-title h1:after, .customer-account-logoutsuccess .legend:after, .customer-account-logoutsuccess .box-head h2:after, .customer-account-logoutsuccess .box-title h3:after, .customer-account-logoutsuccess .sub-title:after, .customer-account-logoutsuccess .table-caption:after, .customer-account-confirmation .page-title h1:after, .customer-account-confirmation .legend:after, .customer-account-confirmation .box-head h2:after, .customer-account-confirmation .box-title h3:after, .customer-account-confirmation .sub-title:after, .customer-account-confirmation .table-caption:after, .shipping-tracking-popup .page-title h1:after, .shipping-tracking-popup .legend:after, .shipping-tracking-popup .box-head h2:after, .shipping-tracking-popup .box-title h3:after, .shipping-tracking-popup .sub-title:after, .shipping-tracking-popup .table-caption:after {
  width: 55px;
  content: '';
  display: block;
  border-bottom: 1px solid #c8c8c8;
  margin: 20px auto 0 auto;
}
@media (min-width: 640px) {
  /* line 2, ../src/partials/pages/_customer.scss */
  .account-login .page-title h1, .account-login .legend, .account-login .box-head h2, .account-login .box-title h3, .account-login .sub-title, .account-login .table-caption, .account-create .page-title h1, .account-create .legend, .account-create .box-head h2, .account-create .box-title h3, .account-create .sub-title, .account-create .table-caption, .forgotpassword .page-title h1, .forgotpassword .legend, .forgotpassword .box-head h2, .forgotpassword .box-title h3, .forgotpassword .sub-title, .forgotpassword .table-caption, .my-account .page-title h1, .my-account .legend, .my-account .box-head h2, .my-account .box-title h3, .my-account .sub-title, .my-account .table-caption, .customer-account .page-title h1, .customer-account .legend, .customer-account .box-head h2, .customer-account .box-title h3, .customer-account .sub-title, .customer-account .table-caption, .customer-account-logoutsuccess .page-title h1, .customer-account-logoutsuccess .legend, .customer-account-logoutsuccess .box-head h2, .customer-account-logoutsuccess .box-title h3, .customer-account-logoutsuccess .sub-title, .customer-account-logoutsuccess .table-caption, .customer-account-confirmation .page-title h1, .customer-account-confirmation .legend, .customer-account-confirmation .box-head h2, .customer-account-confirmation .box-title h3, .customer-account-confirmation .sub-title, .customer-account-confirmation .table-caption, .shipping-tracking-popup .page-title h1, .shipping-tracking-popup .legend, .shipping-tracking-popup .box-head h2, .shipping-tracking-popup .box-title h3, .shipping-tracking-popup .sub-title, .shipping-tracking-popup .table-caption {
    font-size: 28px;
    padding-top: 30px;
  }
}
/* line 12, ../src/partials/pages/_customer.scss */
.account-login label, .account-create label, .forgotpassword label, .my-account label, .customer-account label, .customer-account-logoutsuccess label, .customer-account-confirmation label, .shipping-tracking-popup label {
  padding-top: 10px;
}
/* line 15, ../src/partials/pages/_customer.scss */
.account-login .buttons-set, .account-create .buttons-set, .forgotpassword .buttons-set, .my-account .buttons-set, .customer-account .buttons-set, .customer-account-logoutsuccess .buttons-set, .customer-account-confirmation .buttons-set, .shipping-tracking-popup .buttons-set {
  margin: 25px 0;
  text-align: center;
}
/* line 18, ../src/partials/pages/_customer.scss */
.account-login .buttons-set button, .account-login .buttons-set .button, .account-create .buttons-set button, .account-create .buttons-set .button, .forgotpassword .buttons-set button, .forgotpassword .buttons-set .button, .my-account .buttons-set button, .my-account .buttons-set .button, .customer-account .buttons-set button, .customer-account .buttons-set .button, .customer-account-logoutsuccess .buttons-set button, .customer-account-logoutsuccess .buttons-set .button, .customer-account-confirmation .buttons-set button, .customer-account-confirmation .buttons-set .button, .shipping-tracking-popup .buttons-set button, .shipping-tracking-popup .buttons-set .button {
  width: 100%;
  margin: 5px 0;
}
/* line 21, ../src/partials/pages/_customer.scss */
.account-login .buttons-set button a, .account-login .buttons-set .button a, .account-create .buttons-set button a, .account-create .buttons-set .button a, .forgotpassword .buttons-set button a, .forgotpassword .buttons-set .button a, .my-account .buttons-set button a, .my-account .buttons-set .button a, .customer-account .buttons-set button a, .customer-account .buttons-set .button a, .customer-account-logoutsuccess .buttons-set button a, .customer-account-logoutsuccess .buttons-set .button a, .customer-account-confirmation .buttons-set button a, .customer-account-confirmation .buttons-set .button a, .shipping-tracking-popup .buttons-set button a, .shipping-tracking-popup .buttons-set .button a {
  text-decoration: none;
}
@media (min-width: 640px) {
  /* line 15, ../src/partials/pages/_customer.scss */
  .account-login .buttons-set, .account-create .buttons-set, .forgotpassword .buttons-set, .my-account .buttons-set, .customer-account .buttons-set, .customer-account-logoutsuccess .buttons-set, .customer-account-confirmation .buttons-set, .shipping-tracking-popup .buttons-set {
    text-align: left;
  }
  /* line 27, ../src/partials/pages/_customer.scss */
  .account-login .buttons-set button, .account-login .buttons-set .button, .account-create .buttons-set button, .account-create .buttons-set .button, .forgotpassword .buttons-set button, .forgotpassword .buttons-set .button, .my-account .buttons-set button, .my-account .buttons-set .button, .customer-account .buttons-set button, .customer-account .buttons-set .button, .customer-account-logoutsuccess .buttons-set button, .customer-account-logoutsuccess .buttons-set .button, .customer-account-confirmation .buttons-set button, .customer-account-confirmation .buttons-set .button, .shipping-tracking-popup .buttons-set button, .shipping-tracking-popup .buttons-set .button {
    width: auto;
  }
}
/* line 32, ../src/partials/pages/_customer.scss */
.account-login .form-instructions, .account-create .form-instructions, .forgotpassword .form-instructions, .my-account .form-instructions, .customer-account .form-instructions, .customer-account-logoutsuccess .form-instructions, .customer-account-confirmation .form-instructions, .shipping-tracking-popup .form-instructions {
  text-align: center;
}
/* line 35, ../src/partials/pages/_customer.scss */
.account-login .subscription, .account-create .subscription, .forgotpassword .subscription, .my-account .subscription, .customer-account .subscription, .customer-account-logoutsuccess .subscription, .customer-account-confirmation .subscription, .shipping-tracking-popup .subscription {
  text-align: center;
}
/* line 38, ../src/partials/pages/_customer.scss */
.account-login .subscription form .fieldset, .account-create .subscription form .fieldset, .forgotpassword .subscription form .fieldset, .my-account .subscription form .fieldset, .customer-account .subscription form .fieldset, .customer-account-logoutsuccess .subscription form .fieldset, .customer-account-confirmation .subscription form .fieldset, .shipping-tracking-popup .subscription form .fieldset {
  border: 1px solid #c8c8c8;
  display: inline-block;
  margin: 30px auto;
  padding: 10px 40px;
}
/* line 45, ../src/partials/pages/_customer.scss */
.account-login .subscription .buttons-set, .account-create .subscription .buttons-set, .forgotpassword .subscription .buttons-set, .my-account .subscription .buttons-set, .customer-account .subscription .buttons-set, .customer-account-logoutsuccess .subscription .buttons-set, .customer-account-confirmation .subscription .buttons-set, .shipping-tracking-popup .subscription .buttons-set {
  text-align: center;
}
/* line 49, ../src/partials/pages/_customer.scss */
.account-login ul.messages, .account-create ul.messages, .forgotpassword ul.messages, .my-account ul.messages, .customer-account ul.messages, .customer-account-logoutsuccess ul.messages, .customer-account-confirmation ul.messages, .shipping-tracking-popup ul.messages {
  padding: 15px 0;
}

/* line 54, ../src/partials/pages/_customer.scss */
.customer-account-logoutsuccess #main {
  padding: 30px;
}
/* line 56, ../src/partials/pages/_customer.scss */
.customer-account-logoutsuccess #main p {
  text-align: center;
}

/* line 61, ../src/partials/pages/_customer.scss */
.account-login {
  padding: 20px 30px;
}
/* line 63, ../src/partials/pages/_customer.scss */
.account-login .registered-users, .account-login .new-users {
  padding-bottom: 40px;
}
/* line 67, ../src/partials/pages/_customer.scss */
.account-login .benefits li {
  padding-bottom: 30px;
}
/* line 638, ../src/partials/base/_mixins.scss */
.account-login .benefits li span {
  width: 16px;
  height: 16px;
  position: relative;
  padding-right: 25px;
}
/* line 644, ../src/partials/base/_mixins.scss */
.account-login .benefits li span:after, .account-login .benefits li span:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: #4f4f4f;
}
/* line 654, ../src/partials/base/_mixins.scss */
.account-login .benefits li span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 661, ../src/partials/base/_mixins.scss */
.account-login .benefits li span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 70, ../src/partials/pages/_customer.scss */
.account-login .benefits li:last-child {
  padding-bottom: 0;
}
/* line 75, ../src/partials/pages/_customer.scss */
.account-login h2 {
  font-size: 22px;
  text-align: center;
}

/* line 81, ../src/partials/pages/_customer.scss */
.account-create, .forgotpassword, .confirmation {
  padding: 20px 30px;
}
/* line 83, ../src/partials/pages/_customer.scss */
.account-create .newsletter, .forgotpassword .newsletter, .confirmation .newsletter {
  padding-top: 25px;
}
/* line 85, ../src/partials/pages/_customer.scss */
.account-create .newsletter label, .forgotpassword .newsletter label, .confirmation .newsletter label {
  font-family: "adobe-caslon-pro", serif;
  font-size: 18px;
  text-transform: none;
}

/* line 93, ../src/partials/pages/_customer.scss */
.error-msg {
  border: 1px solid #FF8989 !important;
  background-color: rgba(255, 137, 137, 0.2) !important;
  position: relative;
  padding: 18px 15px 12px 15px;
  margin-top: -11px;
  color: #D46666;
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
}
/* line 103, ../src/partials/pages/_customer.scss */
.error-msg:after {
  content: "";
  position: absolute;
  display: block;
  right: 15px;
  top: 18px;
  background-color: #D46666;
  width: 10px;
  height: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 118, ../src/partials/pages/_customer.scss */
.customer-account #main {
  padding: 0 !important;
  max-width: 1070px;
  margin: 0 auto;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
/* line 359, ../src/partials/base/_mixins.scss */
.customer-account #main > .inner {
  margin: 5px;
}
@media (min-width: 640px) {
  /* line 359, ../src/partials/base/_mixins.scss */
  .customer-account #main > .inner {
    margin: 13px;
  }
}
/* line 38, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.customer-account #main:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 640px) {
  /* line 118, ../src/partials/pages/_customer.scss */
  .customer-account #main {
    max-width: 1102px;
    padding: 13px;
  }
}
/* line 122, ../src/partials/pages/_customer.scss */
.customer-account .col-main {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
/* line 127, ../src/partials/pages/_customer.scss */
.customer-account .block-account {
  border-top: 1px solid #c8c8c8;
  font-weight: 300;
}
/* line 130, ../src/partials/pages/_customer.scss */
.customer-account .block-account ul {
  margin: 0 0 20px 0;
  background: #f4f4f4;
  padding: 40px 30px;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  min-width: 200px;
}
/* line 137, ../src/partials/pages/_customer.scss */
.customer-account .block-account ul .block-title {
  font-size: 24px;
}
/* line 140, ../src/partials/pages/_customer.scss */
.customer-account .block-account ul li {
  padding-top: 25px;
}
/* line 142, ../src/partials/pages/_customer.scss */
.customer-account .block-account ul li a {
  text-decoration: none;
  color: #4f4f4f;
}
/* line 147, ../src/partials/pages/_customer.scss */
.customer-account .block-account ul .current {
  text-decoration: underline;
}
/* line 152, ../src/partials/pages/_customer.scss */
.customer-account .my-account {
  flex-grow: 1;
  padding: 0 10px;
}
/* line 155, ../src/partials/pages/_customer.scss */
.customer-account .my-account .content {
  margin: 0 auto;
  max-width: 500px;
}
/* line 159, ../src/partials/pages/_customer.scss */
.customer-account .my-account .welcome-msg {
  text-align: center;
}
/* line 163, ../src/partials/pages/_customer.scss */
.customer-account .my-account .box-info .account-info, .customer-account .my-account .box-info .address-info, .customer-account .my-account .box-info .addresses-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
/* line 166, ../src/partials/pages/_customer.scss */
.customer-account .my-account .box-info .account-info h2, .customer-account .my-account .box-info .address-info h2, .customer-account .my-account .box-info .addresses-list h2 {
  font-size: 14px;
  padding-bottom: 10px;
}
/* line 170, ../src/partials/pages/_customer.scss */
.customer-account .my-account .box-info .account-info .box, .customer-account .my-account .box-info .address-info .box, .customer-account .my-account .box-info .addresses-list .box {
  background: #f4f4f4;
  padding: 20px 30px;
  margin: 5px 0;
}
/* line 174, ../src/partials/pages/_customer.scss */
.customer-account .my-account .box-info .account-info .box address, .customer-account .my-account .box-info .account-info .box p, .customer-account .my-account .box-info .account-info .box a, .customer-account .my-account .box-info .address-info .box address, .customer-account .my-account .box-info .address-info .box p, .customer-account .my-account .box-info .address-info .box a, .customer-account .my-account .box-info .addresses-list .box address, .customer-account .my-account .box-info .addresses-list .box p, .customer-account .my-account .box-info .addresses-list .box a {
  line-height: 22px;
}
/* line 177, ../src/partials/pages/_customer.scss */
.customer-account .my-account .box-info .account-info .box address, .customer-account .my-account .box-info .address-info .box address, .customer-account .my-account .box-info .addresses-list .box address {
  padding-bottom: 20px;
}
/* line 183, ../src/partials/pages/_customer.scss */
.customer-account .my-account .links {
  margin-bottom: 0;
  font-style: italic;
}
/* line 187, ../src/partials/pages/_customer.scss */
.customer-account .my-account .manage, .customer-account .my-account .all {
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
/* line 192, ../src/partials/pages/_customer.scss */
.customer-account .my-account .recent {
  padding-top: 10px;
}
/* line 195, ../src/partials/pages/_customer.scss */
.customer-account .my-account .add-address {
  margin: 20px 0 40px 0;
}
/* line 199, ../src/partials/pages/_customer.scss */
.customer-account .my-account .addresses-additional li {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
/* line 202, ../src/partials/pages/_customer.scss */
.customer-account .my-account .addresses-additional li:last-child {
  margin-bottom: 0;
  border: 0;
}
/* line 209, ../src/partials/pages/_customer.scss */
.customer-account .pass {
  cursor: pointer;
}
/* line 212, ../src/partials/pages/_customer.scss */
.customer-account .half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 216, ../src/partials/pages/_customer.scss */
.customer-account .half .field {
  width: 49%;
}

/* line 222, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup {
  background: #f4f4f4;
  text-align: center;
  padding: 30px;
}
/* line 226, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup .tracking-table-popup {
  line-height: 26px;
  position: relative;
  margin-top: 20px;
}
/* line 230, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup .tracking-table-popup li {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}
/* line 234, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup .tracking-table-popup li:first-child {
  border-top: 1px solid #c8c8c8;
}
/* line 237, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup .tracking-table-popup li:before, .shipping-tracking-popup .tracking-table-popup li:after {
  content: " ";
  display: table;
}
/* line 241, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup .tracking-table-popup li:after {
  clear: both;
}
/* line 244, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup .tracking-table-popup dt {
  font-family: "futura-pt", sans-serif;
  float: left;
  width: 40%;
}
/* line 249, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup .tracking-table-popup dd {
  float: left;
  width: 60%;
  text-align: right;
  padding-top: 6px;
  line-height: 20px;
}
/* line 256, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup .tracking-table-popup .label {
  text-align: left;
}
/* line 259, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup .tracking-table-popup .error {
  width: 100%;
  text-align: left;
  padding: 10px 0 0 0;
}
/* line 265, ../src/partials/pages/_customer.scss */
.shipping-tracking-popup .buttons-set {
  text-align: center;
}

/* line 271, ../src/partials/pages/_customer.scss */
.sales-order-history h3, .sales-order-view h3, .my-account h3 {
  font-size: 28px;
  text-align: center;
  padding-top: 40px;
}
/* line 276, ../src/partials/pages/_customer.scss */
.sales-order-history .count-container, .sales-order-view .count-container, .my-account .count-container {
  border-bottom: 1px solid #c8c8c8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
}
/* line 282, ../src/partials/pages/_customer.scss */
.sales-order-history .count-container .amount, .sales-order-view .count-container .amount, .my-account .count-container .amount {
  font-family: "futura-pt", sans-serif;
  margin: 35px 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 288, ../src/partials/pages/_customer.scss */
.sales-order-history .count-container .limiter, .sales-order-view .count-container .limiter, .my-account .count-container .limiter {
  width: 80px !important;
}
/* line 290, ../src/partials/pages/_customer.scss */
.sales-order-history .count-container .limiter label, .sales-order-view .count-container .limiter label, .my-account .count-container .limiter label {
  font-family: "adobe-caslon-pro", serif;
  margin-bottom: 5px;
  text-transform: none;
}
/* line 295, ../src/partials/pages/_customer.scss */
.sales-order-history .count-container .limiter .selectboxit, .sales-order-history .count-container .limiter .selectboxit-container, .sales-order-history .count-container .limiter i, .sales-order-view .count-container .limiter .selectboxit, .sales-order-view .count-container .limiter .selectboxit-container, .sales-order-view .count-container .limiter i, .my-account .count-container .limiter .selectboxit, .my-account .count-container .limiter .selectboxit-container, .my-account .count-container .limiter i {
  height: 30px;
  line-height: 30px !important;
}
/* line 298, ../src/partials/pages/_customer.scss */
.sales-order-history .count-container .limiter .selectboxit .selectboxit-text, .sales-order-history .count-container .limiter .selectboxit-container .selectboxit-text, .sales-order-history .count-container .limiter i .selectboxit-text, .sales-order-view .count-container .limiter .selectboxit .selectboxit-text, .sales-order-view .count-container .limiter .selectboxit-container .selectboxit-text, .sales-order-view .count-container .limiter i .selectboxit-text, .my-account .count-container .limiter .selectboxit .selectboxit-text, .my-account .count-container .limiter .selectboxit-container .selectboxit-text, .my-account .count-container .limiter i .selectboxit-text {
  line-height: 35px !important;
}
/* line 304, ../src/partials/pages/_customer.scss */
.sales-order-history .title-buttons, .sales-order-view .title-buttons, .my-account .title-buttons {
  text-align: center;
}
/* line 306, ../src/partials/pages/_customer.scss */
.sales-order-history .title-buttons p, .sales-order-view .title-buttons p, .my-account .title-buttons p {
  margin: 0;
  line-height: 24px;
  font-size: 18px;
}
/* line 311, ../src/partials/pages/_customer.scss */
.sales-order-history .title-buttons .order-links, .sales-order-view .title-buttons .order-links, .my-account .title-buttons .order-links {
  padding-top: 20px;
}
/* line 313, ../src/partials/pages/_customer.scss */
.sales-order-history .title-buttons .order-links a, .sales-order-view .title-buttons .order-links a, .my-account .title-buttons .order-links a {
  font-size: 18px;
  font-style: italic;
}
/* line 319, ../src/partials/pages/_customer.scss */
.sales-order-history .order-info-box, .sales-order-view .order-info-box, .my-account .order-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
/* line 322, ../src/partials/pages/_customer.scss */
.sales-order-history .order-info-box h2, .sales-order-view .order-info-box h2, .my-account .order-info-box h2 {
  font-size: 14px;
  padding-bottom: 10px;
}
/* line 326, ../src/partials/pages/_customer.scss */
.sales-order-history .order-info-box .box, .sales-order-view .order-info-box .box, .my-account .order-info-box .box {
  font-size: 14px;
  background: #f4f4f4;
  padding: 20px 30px;
  margin: 10px 0;
}
/* line 331, ../src/partials/pages/_customer.scss */
.sales-order-history .order-info-box .box address, .sales-order-view .order-info-box .box address, .my-account .order-info-box .box address {
  line-height: 22px;
}
/* line 336, ../src/partials/pages/_customer.scss */
.sales-order-history #order-info-tabs, .sales-order-view #order-info-tabs, .my-account #order-info-tabs {
  margin: 50px 0 10px 0;
}
/* line 338, ../src/partials/pages/_customer.scss */
.sales-order-history #order-info-tabs li, .sales-order-view #order-info-tabs li, .my-account #order-info-tabs li {
  padding: 7px 0 4px 0;
  font-style: italic;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #c8c8c8;
}
/* line 346, ../src/partials/pages/_customer.scss */
.sales-order-history .order-links, .sales-order-view .order-links, .my-account .order-links {
  text-align: center;
}
/* line 348, ../src/partials/pages/_customer.scss */
.sales-order-history .order-links a, .sales-order-view .order-links a, .my-account .order-links a {
  font-size: 18px;
  font-style: italic;
}
/* line 354, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details ul, .sales-order-history .orders ul, .sales-order-history .box-recent ul, .sales-order-view .order-details ul, .sales-order-view .orders ul, .sales-order-view .box-recent ul, .my-account .order-details ul, .my-account .orders ul, .my-account .box-recent ul {
  line-height: 26px;
  position: relative;
}
/* line 358, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details li, .sales-order-history .orders li, .sales-order-history .box-recent li, .sales-order-view .order-details li, .sales-order-view .orders li, .sales-order-view .box-recent li, .my-account .order-details li, .my-account .orders li, .my-account .box-recent li {
  border-bottom: 1px solid #c8c8c8;
  padding: 20px 0;
}
/* line 361, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details li:first-child, .sales-order-history .orders li:first-child, .sales-order-history .box-recent li:first-child, .sales-order-view .order-details li:first-child, .sales-order-view .orders li:first-child, .sales-order-view .box-recent li:first-child, .my-account .order-details li:first-child, .my-account .orders li:first-child, .my-account .box-recent li:first-child {
  border-top: 1px solid #c8c8c8;
}
/* line 364, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details li:last-child, .sales-order-history .orders li:last-child, .sales-order-history .box-recent li:last-child, .sales-order-view .order-details li:last-child, .sales-order-view .orders li:last-child, .sales-order-view .box-recent li:last-child, .my-account .order-details li:last-child, .my-account .orders li:last-child, .my-account .box-recent li:last-child {
  border: 0;
}
/* line 367, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details li dl, .sales-order-history .orders li dl, .sales-order-history .box-recent li dl, .sales-order-view .order-details li dl, .sales-order-view .orders li dl, .sales-order-view .box-recent li dl, .my-account .order-details li dl, .my-account .orders li dl, .my-account .box-recent li dl {
  padding-top: 5px;
  width: 100%;
}
/* line 370, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details li dl dt, .sales-order-history .orders li dl dt, .sales-order-history .box-recent li dl dt, .sales-order-view .order-details li dl dt, .sales-order-view .orders li dl dt, .sales-order-view .box-recent li dl dt, .my-account .order-details li dl dt, .my-account .orders li dl dt, .my-account .box-recent li dl dt {
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  float: left;
  width: 40%;
}
/* line 377, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details li dl dd, .sales-order-history .orders li dl dd, .sales-order-history .box-recent li dl dd, .sales-order-view .order-details li dl dd, .sales-order-view .orders li dl dd, .sales-order-view .box-recent li dl dd, .my-account .order-details li dl dd, .my-account .orders li dl dd, .my-account .box-recent li dl dd {
  float: left;
  width: 60%;
  text-align: right;
  padding-top: 6px;
  line-height: 20px;
}
/* line 384, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details li dl .view, .sales-order-history .orders li dl .view, .sales-order-history .box-recent li dl .view, .sales-order-view .order-details li dl .view, .sales-order-view .orders li dl .view, .sales-order-view .box-recent li dl .view, .my-account .order-details li dl .view, .my-account .orders li dl .view, .my-account .box-recent li dl .view {
  width: 100%;
  text-align: left;
}
/* line 390, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .totals, .sales-order-history .orders .totals, .sales-order-history .box-recent .totals, .sales-order-view .order-details .totals, .sales-order-view .orders .totals, .sales-order-view .box-recent .totals, .my-account .order-details .totals, .my-account .orders .totals, .my-account .box-recent .totals {
  padding: 20px 0 10px 0;
}
/* line 393, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .totals dl dt, .sales-order-history .order-details .totals dl dd, .sales-order-history .orders .totals dl dt, .sales-order-history .orders .totals dl dd, .sales-order-history .box-recent .totals dl dt, .sales-order-history .box-recent .totals dl dd, .sales-order-view .order-details .totals dl dt, .sales-order-view .order-details .totals dl dd, .sales-order-view .orders .totals dl dt, .sales-order-view .orders .totals dl dd, .sales-order-view .box-recent .totals dl dt, .sales-order-view .box-recent .totals dl dd, .my-account .order-details .totals dl dt, .my-account .order-details .totals dl dd, .my-account .orders .totals dl dt, .my-account .orders .totals dl dd, .my-account .box-recent .totals dl dt, .my-account .box-recent .totals dl dd {
  font-family: "futura-pt", sans-serif;
  display: block;
  width: 50%;
  font-size: 14px;
}
/* line 398, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .totals dl dt span, .sales-order-history .order-details .totals dl dd span, .sales-order-history .orders .totals dl dt span, .sales-order-history .orders .totals dl dd span, .sales-order-history .box-recent .totals dl dt span, .sales-order-history .box-recent .totals dl dd span, .sales-order-view .order-details .totals dl dt span, .sales-order-view .order-details .totals dl dd span, .sales-order-view .orders .totals dl dt span, .sales-order-view .orders .totals dl dd span, .sales-order-view .box-recent .totals dl dt span, .sales-order-view .box-recent .totals dl dd span, .my-account .order-details .totals dl dt span, .my-account .order-details .totals dl dd span, .my-account .orders .totals dl dt span, .my-account .orders .totals dl dd span, .my-account .box-recent .totals dl dt span, .my-account .box-recent .totals dl dd span {
  float: right;
  text-align: right;
}
/* line 403, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .totals dl dd, .sales-order-history .orders .totals dl dd, .sales-order-history .box-recent .totals dl dd, .sales-order-view .order-details .totals dl dd, .sales-order-view .orders .totals dl dd, .sales-order-view .box-recent .totals dl dd, .my-account .order-details .totals dl dd, .my-account .orders .totals dl dd, .my-account .box-recent .totals dl dd {
  text-align: right;
}
/* line 406, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .totals dl:last-child, .sales-order-history .orders .totals dl:last-child, .sales-order-history .box-recent .totals dl:last-child, .sales-order-view .order-details .totals dl:last-child, .sales-order-view .orders .totals dl:last-child, .sales-order-view .box-recent .totals dl:last-child, .my-account .order-details .totals dl:last-child, .my-account .orders .totals dl:last-child, .my-account .box-recent .totals dl:last-child {
  border-top: 1px solid #c8c8c8;
  padding-top: 10px;
  margin-top: 10px;
}
/* line 410, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .totals dl:last-child dt, .sales-order-history .order-details .totals dl:last-child dd, .sales-order-history .orders .totals dl:last-child dt, .sales-order-history .orders .totals dl:last-child dd, .sales-order-history .box-recent .totals dl:last-child dt, .sales-order-history .box-recent .totals dl:last-child dd, .sales-order-view .order-details .totals dl:last-child dt, .sales-order-view .order-details .totals dl:last-child dd, .sales-order-view .orders .totals dl:last-child dt, .sales-order-view .orders .totals dl:last-child dd, .sales-order-view .box-recent .totals dl:last-child dt, .sales-order-view .box-recent .totals dl:last-child dd, .my-account .order-details .totals dl:last-child dt, .my-account .order-details .totals dl:last-child dd, .my-account .orders .totals dl:last-child dt, .my-account .orders .totals dl:last-child dd, .my-account .box-recent .totals dl:last-child dt, .my-account .box-recent .totals dl:last-child dd {
  font-size: 20px;
}
/* line 415, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .totals .tax dt, .sales-order-history .orders .totals .tax dt, .sales-order-history .box-recent .totals .tax dt, .sales-order-view .order-details .totals .tax dt, .sales-order-view .orders .totals .tax dt, .sales-order-view .box-recent .totals .tax dt, .my-account .order-details .totals .tax dt, .my-account .orders .totals .tax dt, .my-account .box-recent .totals .tax dt {
  width: 100%;
}
/* line 418, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .totals .tax:before, .sales-order-history .order-details .totals .tax:after, .sales-order-history .orders .totals .tax:before, .sales-order-history .orders .totals .tax:after, .sales-order-history .box-recent .totals .tax:before, .sales-order-history .box-recent .totals .tax:after, .sales-order-view .order-details .totals .tax:before, .sales-order-view .order-details .totals .tax:after, .sales-order-view .orders .totals .tax:before, .sales-order-view .orders .totals .tax:after, .sales-order-view .box-recent .totals .tax:before, .sales-order-view .box-recent .totals .tax:after, .my-account .order-details .totals .tax:before, .my-account .order-details .totals .tax:after, .my-account .orders .totals .tax:before, .my-account .orders .totals .tax:after, .my-account .box-recent .totals .tax:before, .my-account .box-recent .totals .tax:after {
  content: " ";
  display: table;
}
/* line 422, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .totals .tax:after, .sales-order-history .orders .totals .tax:after, .sales-order-history .box-recent .totals .tax:after, .sales-order-view .order-details .totals .tax:after, .sales-order-view .orders .totals .tax:after, .sales-order-view .box-recent .totals .tax:after, .my-account .order-details .totals .tax:after, .my-account .orders .totals .tax:after, .my-account .box-recent .totals .tax:after {
  clear: both;
}
/* line 426, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details li:before, .sales-order-history .order-details li:after, .sales-order-history .orders li:before, .sales-order-history .orders li:after, .sales-order-history .box-recent li:before, .sales-order-history .box-recent li:after, .sales-order-view .order-details li:before, .sales-order-view .order-details li:after, .sales-order-view .orders li:before, .sales-order-view .orders li:after, .sales-order-view .box-recent li:before, .sales-order-view .box-recent li:after, .my-account .order-details li:before, .my-account .order-details li:after, .my-account .orders li:before, .my-account .orders li:after, .my-account .box-recent li:before, .my-account .box-recent li:after {
  content: " ";
  display: table;
}
/* line 430, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details li:after, .sales-order-history .orders li:after, .sales-order-history .box-recent li:after, .sales-order-view .order-details li:after, .sales-order-view .orders li:after, .sales-order-view .box-recent li:after, .my-account .order-details li:after, .my-account .orders li:after, .my-account .box-recent li:after {
  clear: both;
}
/* line 433, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .tracking-table, .sales-order-history .orders .tracking-table, .sales-order-history .box-recent .tracking-table, .sales-order-view .order-details .tracking-table, .sales-order-view .orders .tracking-table, .sales-order-view .box-recent .tracking-table, .my-account .order-details .tracking-table, .my-account .orders .tracking-table, .my-account .box-recent .tracking-table {
  padding-top: 20px;
  border-top: 1px solid #c8c8c8;
}
/* line 436, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .tracking-table dt, .sales-order-history .orders .tracking-table dt, .sales-order-history .box-recent .tracking-table dt, .sales-order-view .order-details .tracking-table dt, .sales-order-view .orders .tracking-table dt, .sales-order-view .box-recent .tracking-table dt, .my-account .order-details .tracking-table dt, .my-account .orders .tracking-table dt, .my-account .box-recent .tracking-table dt {
  width: 100%;
  display: block;
}
/* line 440, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .tracking-table dd, .sales-order-history .orders .tracking-table dd, .sales-order-history .box-recent .tracking-table dd, .sales-order-view .order-details .tracking-table dd, .sales-order-view .orders .tracking-table dd, .sales-order-view .box-recent .tracking-table dd, .my-account .order-details .tracking-table dd, .my-account .orders .tracking-table dd, .my-account .box-recent .tracking-table dd {
  width: 100%;
  text-align: left;
  padding-top: 6px;
  line-height: 20px;
}
/* line 448, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .shipment-table li:last-child, .sales-order-history .orders .shipment-table li:last-child, .sales-order-history .box-recent .shipment-table li:last-child, .sales-order-view .order-details .shipment-table li:last-child, .sales-order-view .orders .shipment-table li:last-child, .sales-order-view .box-recent .shipment-table li:last-child, .my-account .order-details .shipment-table li:last-child, .my-account .orders .shipment-table li:last-child, .my-account .box-recent .shipment-table li:last-child {
  border-bottom: 1px solid #c8c8c8;
}
/* line 453, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .additional li, .sales-order-history .orders .additional li, .sales-order-history .box-recent .additional li, .sales-order-view .order-details .additional li, .sales-order-view .orders .additional li, .sales-order-view .box-recent .additional li, .my-account .order-details .additional li, .my-account .orders .additional li, .my-account .box-recent .additional li {
  font-size: 13px;
  padding: 0;
}
/* line 457, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .additional li:first-child, .sales-order-history .orders .additional li:first-child, .sales-order-history .box-recent .additional li:first-child, .sales-order-view .order-details .additional li:first-child, .sales-order-view .orders .additional li:first-child, .sales-order-view .box-recent .additional li:first-child, .my-account .order-details .additional li:first-child, .my-account .orders .additional li:first-child, .my-account .box-recent .additional li:first-child {
  margin-top: 0;
  border: 0;
}
/* line 462, ../src/partials/pages/_customer.scss */
.sales-order-history .order-details .additional li:last-child, .sales-order-history .orders .additional li:last-child, .sales-order-history .box-recent .additional li:last-child, .sales-order-view .order-details .additional li:last-child, .sales-order-view .orders .additional li:last-child, .sales-order-view .box-recent .additional li:last-child, .my-account .order-details .additional li:last-child, .my-account .orders .additional li:last-child, .my-account .box-recent .additional li:last-child {
  border: 0;
}
/* line 471, ../src/partials/pages/_customer.scss */
.sales-order-history .orders li:first-child, .sales-order-view .orders li:first-child, .my-account .orders li:first-child {
  border-top: 0;
}
/* line 476, ../src/partials/pages/_customer.scss */
.sales-order-history .orders li:last-child, .sales-order-history .box-recent li:last-child, .sales-order-history .tracking-table-popup li:last-child, .sales-order-view .orders li:last-child, .sales-order-view .box-recent li:last-child, .sales-order-view .tracking-table-popup li:last-child, .my-account .orders li:last-child, .my-account .box-recent li:last-child, .my-account .tracking-table-popup li:last-child {
  border-bottom: 1px solid #c8c8c8;
}
/* line 480, ../src/partials/pages/_customer.scss */
.sales-order-history .print, .sales-order-view .print, .my-account .print {
  text-align: center;
}
/* line 483, ../src/partials/pages/_customer.scss */
.sales-order-history .order-about, .sales-order-view .order-about, .my-account .order-about {
  width: auto;
  padding: 20px 30px;
  background: #f4f4f4;
  font-size: 14px;
}
/* line 488, ../src/partials/pages/_customer.scss */
.sales-order-history .order-about dt, .sales-order-view .order-about dt, .my-account .order-about dt {
  font-family: "futura-pt", sans-serif;
  display: block;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #c8c8c8;
}
/* line 494, ../src/partials/pages/_customer.scss */
.sales-order-history .order-about dt:first-child, .sales-order-view .order-about dt:first-child, .my-account .order-about dt:first-child {
  border-top: 0;
  padding-top: 0;
}
/* line 499, ../src/partials/pages/_customer.scss */
.sales-order-history .order-about dd, .sales-order-view .order-about dd, .my-account .order-about dd {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: left !important;
  padding-top: 6px;
  line-height: 20px;
}
/* line 506, ../src/partials/pages/_customer.scss */
.sales-order-history .order-about dd:last-child, .sales-order-view .order-about dd:last-child, .my-account .order-about dd:last-child {
  padding-bottom: 0;
}
/* line 511, ../src/partials/pages/_customer.scss */
.sales-order-history .order-about:before, .sales-order-history .order-about:after, .sales-order-view .order-about:before, .sales-order-view .order-about:after, .my-account .order-about:before, .my-account .order-about:after {
  content: " ";
  display: table;
}
/* line 515, ../src/partials/pages/_customer.scss */
.sales-order-history .order-about:after, .sales-order-view .order-about:after, .my-account .order-about:after {
  clear: both;
}

@media (min-width: 640px) {
  /* line 522, ../src/partials/pages/_customer.scss */
  .account-login ul.messages, .account-create ul.messages, .forgotpassword ul.messages, .my-account ul.messages, .customer-account ul.messages, .customer-account-logoutsuccess ul.messages, .customer-account-confirmation ul.messages, .shipping-tracking-popup ul.messages {
    padding: 15px 0;
  }
  /* line 525, ../src/partials/pages/_customer.scss */
  .account-login .page-title h1, .account-login .legend, .account-login .box-head h2, .account-login .box-title h3, .account-login .sub-title, .account-login .table-caption, .account-create .page-title h1, .account-create .legend, .account-create .box-head h2, .account-create .box-title h3, .account-create .sub-title, .account-create .table-caption, .forgotpassword .page-title h1, .forgotpassword .legend, .forgotpassword .box-head h2, .forgotpassword .box-title h3, .forgotpassword .sub-title, .forgotpassword .table-caption, .my-account .page-title h1, .my-account .legend, .my-account .box-head h2, .my-account .box-title h3, .my-account .sub-title, .my-account .table-caption, .customer-account .page-title h1, .customer-account .legend, .customer-account .box-head h2, .customer-account .box-title h3, .customer-account .sub-title, .customer-account .table-caption, .customer-account-logoutsuccess .page-title h1, .customer-account-logoutsuccess .legend, .customer-account-logoutsuccess .box-head h2, .customer-account-logoutsuccess .box-title h3, .customer-account-logoutsuccess .sub-title, .customer-account-logoutsuccess .table-caption, .customer-account-confirmation .page-title h1, .customer-account-confirmation .legend, .customer-account-confirmation .box-head h2, .customer-account-confirmation .box-title h3, .customer-account-confirmation .sub-title, .customer-account-confirmation .table-caption, .shipping-tracking-popup .page-title h1, .shipping-tracking-popup .legend, .shipping-tracking-popup .box-head h2, .shipping-tracking-popup .box-title h3, .shipping-tracking-popup .sub-title, .shipping-tracking-popup .table-caption {
    font-size: 28px;
    padding-top: 30px;
  }
  /* line 529, ../src/partials/pages/_customer.scss */
  .account-login label, .account-create label, .forgotpassword label, .my-account label, .customer-account label, .customer-account-logoutsuccess label, .customer-account-confirmation label, .shipping-tracking-popup label {
    padding-top: 10px;
  }
  /* line 533, ../src/partials/pages/_customer.scss */
  .account-login .buttons-set button, .account-create .buttons-set button, .forgotpassword .buttons-set button, .my-account .buttons-set button, .customer-account .buttons-set button, .customer-account-logoutsuccess .buttons-set button, .customer-account-confirmation .buttons-set button, .shipping-tracking-popup .buttons-set button {
    width: auto;
  }

  /* line 538, ../src/partials/pages/_customer.scss */
  .account-login {
    text-align: left;
  }
  /* line 540, ../src/partials/pages/_customer.scss */
  .account-login .registered-users, .account-login .new-users {
    padding-bottom: 60px;
    float: left;
  }
  /* line 544, ../src/partials/pages/_customer.scss */
  .account-login .new-users {
    width: 45%;
    padding-left: 5%;
  }
  /* line 548, ../src/partials/pages/_customer.scss */
  .account-login .registered-users {
    width: 45%;
    padding-left: calc(5% - 30px);
  }
  /* line 552, ../src/partials/pages/_customer.scss */
  .account-login .form-instructions {
    text-align: left;
  }

  /* line 559, ../src/partials/pages/_customer.scss */
  .customer-account .my-account .box-info .account-info, .customer-account .my-account .box-info .address-info, .customer-account .my-account .box-info .addresses-list {
    flex-direction: row;
  }
  /* line 561, ../src/partials/pages/_customer.scss */
  .customer-account .my-account .box-info .account-info .box, .customer-account .my-account .box-info .address-info .box, .customer-account .my-account .box-info .addresses-list .box {
    width: 50%;
  }
  /* line 563, ../src/partials/pages/_customer.scss */
  .customer-account .my-account .box-info .account-info .box:first-child, .customer-account .my-account .box-info .address-info .box:first-child, .customer-account .my-account .box-info .addresses-list .box:first-child {
    margin: 10px 10px 10px 0;
  }
  /* line 566, ../src/partials/pages/_customer.scss */
  .customer-account .my-account .box-info .account-info .box:last-child, .customer-account .my-account .box-info .address-info .box:last-child, .customer-account .my-account .box-info .addresses-list .box:last-child {
    margin: 10px 0 10px 10px;
  }
  /* line 569, ../src/partials/pages/_customer.scss */
  .customer-account .my-account .box-info .account-info .box address, .customer-account .my-account .box-info .account-info .box p, .customer-account .my-account .box-info .account-info .box a, .customer-account .my-account .box-info .address-info .box address, .customer-account .my-account .box-info .address-info .box p, .customer-account .my-account .box-info .address-info .box a, .customer-account .my-account .box-info .addresses-list .box address, .customer-account .my-account .box-info .addresses-list .box p, .customer-account .my-account .box-info .addresses-list .box a {
    font-size: 14px;
  }
  /* line 573, ../src/partials/pages/_customer.scss */
  .customer-account .my-account .box-info .account-info .addresses-additional:first-child, .customer-account .my-account .box-info .address-info .addresses-additional:first-child, .customer-account .my-account .box-info .addresses-list .addresses-additional:first-child {
    width: 100%;
    margin: 10px 0 10px 0;
  }

  /* line 585, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-details li dl dt, .sales-order-history .orders li dl dt, .sales-order-history .box-recent li dl dt, .sales-order-view .order-details li dl dt, .sales-order-view .orders li dl dt, .sales-order-view .box-recent li dl dt, .my-account .order-details li dl dt, .my-account .orders li dl dt, .my-account .box-recent li dl dt {
    display: none;
    font-size: 14px;
  }
  /* line 589, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-details li dl dd, .sales-order-history .orders li dl dd, .sales-order-history .box-recent li dl dd, .sales-order-view .order-details li dl dd, .sales-order-view .orders li dl dd, .sales-order-view .box-recent li dl dd, .my-account .order-details li dl dd, .my-account .orders li dl dd, .my-account .box-recent li dl dd {
    text-align: left;
    width: 17%;
  }
  /* line 592, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-details li dl dd:last-child, .sales-order-history .orders li dl dd:last-child, .sales-order-history .box-recent li dl dd:last-child, .sales-order-view .order-details li dl dd:last-child, .sales-order-view .orders li dl dd:last-child, .sales-order-view .box-recent li dl dd:last-child, .my-account .order-details li dl dd:last-child, .my-account .orders li dl dd:last-child, .my-account .box-recent li dl dd:last-child {
    text-align: right;
  }
  /* line 600, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-details li:first-child, .sales-order-view .order-details li:first-child, .my-account .order-details li:first-child {
    margin-top: 60px;
  }
  /* line 602, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-details li:first-child dt, .sales-order-view .order-details li:first-child dt, .my-account .order-details li:first-child dt {
    display: block;
    position: absolute;
    margin-top: -60px;
  }
  /* line 608, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-details .product, .sales-order-view .order-details .product, .my-account .order-details .product {
    width: 32%;
  }
  /* line 611, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-details .sku, .sales-order-view .order-details .sku, .my-account .order-details .sku {
    width: 17%;
    left: 32%;
  }
  /* line 615, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-details .unitprice, .sales-order-view .order-details .unitprice, .my-account .order-details .unitprice {
    width: 17%;
    left: 49%;
  }
  /* line 619, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-details .qty, .sales-order-view .order-details .qty, .my-account .order-details .qty {
    width: 17%;
    left: 66%;
  }
  /* line 623, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-details .subtotal, .sales-order-view .order-details .subtotal, .my-account .order-details .subtotal {
    width: 17%;
    left: 83%;
    text-align: right;
  }
  /* line 629, ../src/partials/pages/_customer.scss */
  .sales-order-history #order-info-tabs, .sales-order-view #order-info-tabs, .my-account #order-info-tabs {
    border-bottom: 1px solid #c8c8c8;
  }
  /* line 631, ../src/partials/pages/_customer.scss */
  .sales-order-history #order-info-tabs li, .sales-order-view #order-info-tabs li, .my-account #order-info-tabs li {
    padding: 10px 15px 7px 15px;
    display: inline;
    margin: 0;
    border: 0;
  }
  /* line 637, ../src/partials/pages/_customer.scss */
  .sales-order-history #order-info-tabs .current, .sales-order-view #order-info-tabs .current, .my-account #order-info-tabs .current {
    border: 1px solid #c8c8c8;
    border-bottom: 1px solid #fff;
  }
  /* line 642, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-info-box, .sales-order-view .order-info-box, .my-account .order-info-box {
    flex-direction: row;
  }
  /* line 644, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-info-box .box, .sales-order-view .order-info-box .box, .my-account .order-info-box .box {
    width: 50%;
  }
  /* line 646, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-info-box .box:first-child, .sales-order-view .order-info-box .box:first-child, .my-account .order-info-box .box:first-child {
    margin: 10px 10px 10px 0;
  }
  /* line 649, ../src/partials/pages/_customer.scss */
  .sales-order-history .order-info-box .box:last-child, .sales-order-view .order-info-box .box:last-child, .my-account .order-info-box .box:last-child {
    margin: 10px 0 10px 10px;
  }
  /* line 654, ../src/partials/pages/_customer.scss */
  .sales-order-history .orders, .sales-order-history .box-recent, .sales-order-view .orders, .sales-order-view .box-recent, .my-account .orders, .my-account .box-recent {
    font-size: 13px;
  }
  /* line 656, ../src/partials/pages/_customer.scss */
  .sales-order-history .orders li:first-child, .sales-order-history .box-recent li:first-child, .sales-order-view .orders li:first-child, .sales-order-view .box-recent li:first-child, .my-account .orders li:first-child, .my-account .box-recent li:first-child {
    border-top: 1px solid #c8c8c8;
    margin-top: 40px;
  }
  /* line 659, ../src/partials/pages/_customer.scss */
  .sales-order-history .orders li:first-child dt, .sales-order-history .box-recent li:first-child dt, .sales-order-view .orders li:first-child dt, .sales-order-view .box-recent li:first-child dt, .my-account .orders li:first-child dt, .my-account .box-recent li:first-child dt {
    display: block;
    position: absolute;
    margin-top: -60px;
  }
  /* line 665, ../src/partials/pages/_customer.scss */
  .sales-order-history .orders .product, .sales-order-history .box-recent .product, .sales-order-view .orders .product, .sales-order-view .box-recent .product, .my-account .orders .product, .my-account .box-recent .product {
    width: 16%;
  }
  /* line 668, ../src/partials/pages/_customer.scss */
  .sales-order-history .orders .date, .sales-order-history .box-recent .date, .sales-order-view .orders .date, .sales-order-view .box-recent .date, .my-account .orders .date, .my-account .box-recent .date {
    width: 16%;
    left: 16%;
  }
  /* line 672, ../src/partials/pages/_customer.scss */
  .sales-order-history .orders .ship, .sales-order-history .box-recent .ship, .sales-order-view .orders .ship, .sales-order-view .box-recent .ship, .my-account .orders .ship, .my-account .box-recent .ship {
    width: 16%;
    left: 32%;
  }
  /* line 676, ../src/partials/pages/_customer.scss */
  .sales-order-history .orders .total, .sales-order-history .box-recent .total, .sales-order-view .orders .total, .sales-order-view .box-recent .total, .my-account .orders .total, .my-account .box-recent .total {
    width: 16%;
    left: 48%;
  }
  /* line 680, ../src/partials/pages/_customer.scss */
  .sales-order-history .orders .status, .sales-order-history .box-recent .status, .sales-order-view .orders .status, .sales-order-view .box-recent .status, .my-account .orders .status, .my-account .box-recent .status {
    width: 15%;
    left: 64%;
  }
  /* line 684, ../src/partials/pages/_customer.scss */
  .sales-order-history .orders .view, .sales-order-history .box-recent .view, .sales-order-view .orders .view, .sales-order-view .box-recent .view, .my-account .orders .view, .my-account .box-recent .view {
    width: 21% !important;
    left: 81%;
    text-align: right;
    font-style: italic;
  }
  /* line 692, ../src/partials/pages/_customer.scss */
  .sales-order-history .shipment-table li:first-child, .sales-order-view .shipment-table li:first-child, .my-account .shipment-table li:first-child {
    border-top: 1px solid #c8c8c8;
    margin-top: 60px;
  }
  /* line 695, ../src/partials/pages/_customer.scss */
  .sales-order-history .shipment-table li:first-child dt, .sales-order-view .shipment-table li:first-child dt, .my-account .shipment-table li:first-child dt {
    display: block;
    position: absolute;
    margin-top: -60px;
  }
  /* line 701, ../src/partials/pages/_customer.scss */
  .sales-order-history .shipment-table .sku, .sales-order-view .shipment-table .sku, .my-account .shipment-table .sku {
    width: 25%;
    left: 50%;
  }
  /* line 705, ../src/partials/pages/_customer.scss */
  .sales-order-history .shipment-table .product, .sales-order-view .shipment-table .product, .my-account .shipment-table .product {
    width: 50%;
    left: 0%;
  }
  /* line 709, ../src/partials/pages/_customer.scss */
  .sales-order-history .shipment-table .qty, .sales-order-view .shipment-table .qty, .my-account .shipment-table .qty {
    width: 25%;
    left: 75%;
    text-align: right;
  }

  /* line 717, ../src/partials/pages/_customer.scss */
  .tracking-table dd {
    text-align: left !important;
  }
}
@media (min-width: 1000px) {
  /* line 725, ../src/partials/pages/_customer.scss */
  .account-login .new-users {
    width: 35%;
    padding-left: 15%;
  }
  /* line 729, ../src/partials/pages/_customer.scss */
  .account-login h2 {
    font-size: 28px;
    text-align: left;
  }

  /* line 735, ../src/partials/pages/_customer.scss */
  .account-create form, .forgotpassword form, .confirmation form {
    width: 50%;
    margin: 0 auto;
  }

  /* line 741, ../src/partials/pages/_customer.scss */
  .customer-account .my-account {
    padding: 0 30px;
  }
  /* line 744, ../src/partials/pages/_customer.scss */
  .customer-account .col-main {
    flex-direction: row;
  }
  /* line 747, ../src/partials/pages/_customer.scss */
  .customer-account .block-account {
    border-top: 0;
    flex: 0 0 290px;
    margin-top: 30px;
  }
  /* line 751, ../src/partials/pages/_customer.scss */
  .customer-account .block-account ul {
    margin-left: 30px;
    max-width: 290px;
  }
  /* line 756, ../src/partials/pages/_customer.scss */
  .customer-account #main {
    padding: 30px 0 !important;
  }
}
@media (min-width: 640px) {
  /* line 6, ../src/partials/pages/_search.scss */
  #search-overlay #top-search {
    max-width: 600px;
    margin: 0 auto;
  }
  /* line 9, ../src/partials/pages/_search.scss */
  #search-overlay #top-search input {
    height: 70px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 30px;
    font-family: "futura-pt", sans-serif;
    width: 529px;
    float: left;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
  }
  /* line 20, ../src/partials/pages/_search.scss */
  #search-overlay #top-search .search-icon {
    height: 70px;
    width: 70px;
    background: white;
    display: block;
    float: left;
    border: none;
    padding: 0;
    margin-left: 1px;
    text-align: center;
  }
  /* line 30, ../src/partials/pages/_search.scss */
  #search-overlay #top-search .search-icon .icon-search {
    font-size: 35px;
    margin-top: 16px;
    display: inline-block;
  }
  /* line 37, ../src/partials/pages/_search.scss */
  #search-overlay .mfp-close {
    display: none;
  }
}
/* line 1, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
}
/* line 2, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper {
  background: rgba(0, 0, 0, 0.3);
}
/* line 5, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .strap-filter-results-header {
  padding: 0 20px;
}
/* line 7, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .strap-filter-results-header:after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  border-bottom: 1px solid #c8c8c8;
  margin: 0.3em auto 40px auto;
}
/* line 22, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic h3.widget--oddnypic-header {
  padding: 0 30px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.18em;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 300;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #4f4f4f;
  text-align: center;
}
@media (min-width: 1000px) {
  /* line 22, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic h3.widget--oddnypic-header {
    font-size: 24px;
  }
}
/* line 125, ../src/partials/base/_mixins.scss */
.widget--oddnypic h3.widget--oddnypic-header span {
  display: block;
  line-height: 1.1;
  margin-top: 5px;
}
/* line 141, ../src/partials/base/_mixins.scss */
.widget--oddnypic h3.widget--oddnypic-header span {
  font-size: 16px;
  color: #aaa;
}
@media (min-width: 640px) {
  /* line 22, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic h3.widget--oddnypic-header {
    position: relative;
    font-size: 55px;
  }
  /* line 148, ../src/partials/base/_mixins.scss */
  .widget--oddnypic h3.widget--oddnypic-header:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    margin-left: -45px;
    bottom: 15px;
  }
  /* line 156, ../src/partials/base/_mixins.scss */
  .widget--oddnypic h3.widget--oddnypic-header span {
    margin-top: 2px;
    padding-bottom: 30px;
  }
  /* line 171, ../src/partials/base/_mixins.scss */
  .widget--oddnypic h3.widget--oddnypic-header:after {
    background-color: #4f4f4f;
  }
  /* line 174, ../src/partials/base/_mixins.scss */
  .widget--oddnypic h3.widget--oddnypic-header span {
    font-size: 26px;
  }
}
/* line 27, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic h3.widget--oddnypic-header span {
  padding-bottom: 15px;
}
/* line 30, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic h3.widget--oddnypic-header:after {
  left: 50%;
}
/* line 34, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-items {
  position: relative;
  transition: opacity 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-bottom: 20px;
}
/* line 41, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .slick-slide {
  height: auto;
}
/* line 44, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .slick-track {
  margin: 0 auto;
}
/* line 47, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-item {
  cursor: pointer;
  color: #464646;
  margin: 0 2px;
  position: relative;
  outline: 0;
  position: relative;
}
/* line 672, ../src/partials/base/_mixins.scss */
.widget--oddnypic .widget--oddnypic-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
/* line 678, ../src/partials/base/_mixins.scss */
.widget--oddnypic .widget--oddnypic-item > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 54, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-item .inner {
  background-color: #f4f4f4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 61, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-item:hover .widget--oddnypic-info {
  opacity: 1;
}
/* line 65, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-item:focus {
  outline: 0;
}
/* line 68, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-item img {
  cursor: pointer;
  height: auto;
  width: 100%;
}
/* line 74, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .slick-arrow {
  display: none;
  overflow: hidden;
}
/* line 78, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-info {
  opacity: 0;
  transition: opacity 0.3s;
  font-family: "futura-pt", sans-serif;
  position: absolute;
  background: rgba(248, 248, 248, 0.9);
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 50px;
  max-width: 100%;
  text-align: left;
  padding-left: 10px;
}
/* line 92, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-info .widget--oddnypic-username {
  margin-left: 40px;
  font-size: 20px;
  line-height: 50px;
}
/* line 97, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-info .icon-camera {
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  top: 12px;
  left: 12px;
}
/* line 105, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-caption {
  max-width: 500px;
  padding: 0 20px 50px 20px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
}
/* line 113, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-items.with-caption .widget--oddnypic-caption.pictures {
  background: #f4f4f4;
  padding: 30px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}
/* line 123, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-items.with-caption .widget--oddnypic-caption.pictures a {
  display: block;
  padding-top: 10px;
  font-style: italic;
}
/* line 128, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-items.with-caption .widget--oddnypic-caption.pictures p {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
/* line 133, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .widget--oddnypic-items .widget--oddnypic-caption.pictures {
  display: none;
}
/* line 138, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper ::-webkit-scrollbar {
  background-color: transparent;
  display: block;
  width: 3px;
  height: 50px !important;
}
/* line 145, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper ::-webkit-scrollbar-thumb {
  background-color: #464646;
}
/* line 149, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .pagination button {
  margin: 20px;
}
/* line 153, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .dw-lightbox {
  max-width: 600px;
}
/* line 156, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .image-view {
  display: block;
  margin-bottom: 20px;
  height: auto;
  position: relative;
}
/* line 161, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .image-view img {
  width: auto;
  height: auto;
}
/* line 167, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .image-info {
  overflow: visible;
}
/* line 169, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .image-info .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
/* line 172, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .image-info .author .profile-picture {
  padding-right: 20px;
}
/* line 175, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .image-info .author .user-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 1px;
  margin-left: 0;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
/* line 180, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .image-info .author .user-info .username {
  text-align: left;
  padding-bottom: 5px;
}
/* line 187, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .image-info .title {
  margin: 20px 0 30px 0;
}
/* line 190, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .image-info .description {
  padding-right: 10px;
  text-align: left;
  line-height: 20px;
}
/* line 196, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: visible;
}
/* line 199, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product {
  padding: 30px 30px 20px 20px;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: inset -10px 0px 0px 0px white;
  -moz-box-shadow: inset -10px 0px 0px 0px white;
  box-shadow: inset -10px 0px 0px 0px white;
  position: relative;
}
/* line 207, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product:last-child {
  margin-bottom: 0;
}
/* line 210, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info {
  width: 100%;
  text-align: left;
}
/* line 213, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info .collection {
  padding-top: 10px;
  color: #747474;
  font-style: italic;
  font-size: 18px;
  display: block;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
/* line 224, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info .collection .icon-ribbon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}
/* line 233, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info .collection .collection-name {
  font-size: 16px;
}
/* line 237, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info .additional {
  font-family: "futura-pt", sans-serif;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  margin-top: 0;
}
/* line 244, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info h3 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.18em;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 1000px) {
  /* line 244, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info h3 {
    font-size: 24px;
  }
}
/* line 249, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-image {
  width: 100%;
  margin-top: 10px;
  max-width: 100%;
}
/* line 253, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-image img {
  width: 100%;
  height: auto;
}
/* line 258, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .connected-products .product .button {
  width: 100%;
}
/* line 263, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .report {
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  background: rgba(248, 248, 248, 0.98);
  padding: 50px 30px;
  text-align: left;
  z-index: 11;
  overflow: auto;
}
/* line 278, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .report .desc {
  font-size: 14px;
  margin: 20px 0;
}
/* line 282, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .report .header {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  line-height: 20px;
}
/* line 289, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .report .submit {
  float: left;
  width: 100%;
}
/* line 293, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .report .cancel {
  line-height: 45px;
  font-style: italic;
  text-align: center;
  display: block;
  cursor: pointer;
}
/* line 300, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .report .report-close {
  top: 10px;
  right: 10px;
  background: transparent;
}
/* line 305, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .report .report-success {
  display: none;
}
/* line 308, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .report label {
  display: none;
}
/* line 312, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .report-button {
  position: absolute;
  bottom: 10px;
  right: 17px;
  background: rgba(70, 70, 70, 0.7);
  color: #fff;
  font-size: 13px;
  padding: 8px 10px;
  font-style: italic;
  cursor: pointer;
  text-decoration: underline;
}
/* line 323, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .dw-lightbox-wrapper .report-button:hover {
  text-decoration: none;
}
@media (min-width: 640px) {
  /* line 329, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .widget--oddnypic-item {
    margin: 0 5px;
  }
  /* line 333, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic h3.widget--oddnypic-header span {
    padding-bottom: 30px;
  }
  /* line 337, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper {
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  /* line 339, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .pagination {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 341, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .pagination.prev {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 345, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .dw-lightbox {
    min-height: 300px;
    margin: 0;
  }
  /* line 349, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .connected-products {
    text-align: left;
  }
  /* line 351, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .connected-products .product {
    padding: 20px 30px 20px 20px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 357, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    max-width: 60%;
    padding-left: 20px;
  }
  /* line 362, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info .collection {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    padding-top: 0;
  }
  /* line 368, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info .additional {
    margin-top: 2px;
    font-size: 16px;
    text-align: left;
  }
  /* line 373, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-info h3 {
    text-align: left;
  }
  /* line 377, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .connected-products .product .product-image {
    width: 45%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0;
  }
  /* line 382, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .connected-products .product .button {
    width: auto;
  }
  /* line 387, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .report {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    height: 100%;
  }
  /* line 394, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .report .submit {
    margin-top: 20px;
    width: auto;
  }
  /* line 398, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .report .cancel {
    margin-left: 30px;
    margin-top: 20px;
    font-style: italic;
    display: inline-block;
  }
  /* line 404, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .report label {
    display: block;
  }
  /* line 407, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .report .header {
    font-size: 18px;
  }
}
@media (min-width: 1000px) and (orientation: landscape) {
  /* line 414, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .widget--oddnypic {
    margin: 0 auto;
    padding: 13px;
  }
  /* line 418, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .slick-arrow {
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    background: rgba(248, 248, 248, 0.9);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  /* line 428, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .slick-arrow:hover {
    opacity: 1;
  }
  /* line 431, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .slick-arrow:before {
    display: none;
  }
  /* line 434, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .slick-arrow.slick-next, .widget--oddnypic .slick-arrow.slick-prev {
    bottom: 0;
    width: 225px;
    height: 100%;
  }
  /* line 439, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .slick-arrow.slick-prev {
    left: 0;
  }
  /* line 442, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .slick-arrow.slick-next {
    right: 0;
  }
  /* line 445, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .slick-arrow span {
    font-size: 36px;
    color: #4f4f4f;
  }
  /* line 451, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .dw-lightbox {
    margin: 0;
    max-width: 1200px;
  }
  /* line 455, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .dw-lightbox .connected-products .product {
    padding: 20px 30px 20px 20px;
  }
  /* line 460, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .instagram-image {
    height: 100%;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    overflow: hidden;
  }
  /* line 465, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .image-view {
    display: block;
    margin-bottom: 0;
    height: 100%;
    padding-right: 0;
    position: relative;
  }
  /* line 472, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .image-info {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
  /* line 477, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .image-info .connected-products {
    overflow: auto;
  }
  /* line 482, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .report {
    right: 0;
  }
  /* line 484, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .report label {
    display: none;
  }
  /* line 488, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .report-button {
    right: 10px;
  }
}
@media (min-width: 1100px) {
  /* line 496, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .report label {
    display: block;
  }
}
@media (min-width: 1400px) {
  /* line 505, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .dw-lightbox .report {
    padding: 50px;
  }
  /* line 507, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .dw-lightbox .report .desc {
    font-size: 18px;
  }
  /* line 510, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .dw-lightbox .report .header {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 516, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .dw-lightbox .connected-products .product {
    padding: 20px 30px 20px 20px;
  }
  /* line 518, ../src/partials/pages/_oddny-social.scss */
  .widget--oddnypic .dw-lightbox-wrapper .dw-lightbox .connected-products .product .product-info {
    padding-left: 20px;
  }
}
/* line 526, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center;
  transform: inherit !important;
  left: 0 !important;
}
/* line 532, ../src/partials/pages/_oddny-social.scss */
.widget--oddnypic .slick-no-slide .slick-slide {
  margin: 0 auto !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 480px;
}

/* line 539, ../src/partials/pages/_oddny-social.scss */
.oddny-instagram-icon.large {
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-position: 0 -215px;
  width: 76px;
  height: 76px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 539, ../src/partials/pages/_oddny-social.scss */
  .oddny-instagram-icon.large {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: 0 -215px;
    width: 76px;
    height: 76px;
  }
}

/* line 543, ../src/partials/pages/_oddny-social.scss */
.icon-oddny-left {
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-position: 0 -391px;
  width: 100px;
  height: 100px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 543, ../src/partials/pages/_oddny-social.scss */
  .icon-oddny-left {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: 0 -391px;
    width: 100px;
    height: 100px;
  }
}

/* line 547, ../src/partials/pages/_oddny-social.scss */
.icon-oddny-right {
  background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-s9227fdee5a.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  background-position: 0 -291px;
  width: 100px;
  height: 100px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 547, ../src/partials/pages/_oddny-social.scss */
  .icon-oddny-right {
    background-image: url('/web/20160816072329/https://asset1.danielwellington.com/skin/frontend/rwd/marvel/css/css/build/images/sprite-2x-sf35242cf2e.png');
    background-size: 100px 491px;
    background-position: 0 -291px;
    width: 100px;
    height: 100px;
  }
}

/* line 2, ../src/partials/pages/_survey.scss */
.survey .mfp-content {
  max-width: 98% !important;
  margin: 0 auto;
}
/* line 6, ../src/partials/pages/_survey.scss */
.survey .survey-popup {
  margin: 20px auto;
  text-align: center;
  background: #fff;
  padding: 20px 20px 40px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #e4e2dc;
  max-width: 600px;
  position: relative;
}
/* line 17, ../src/partials/pages/_survey.scss */
.survey .survey-popup p {
  font-size: 14px;
}
/* line 20, ../src/partials/pages/_survey.scss */
.survey .survey-popup .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
/* line 25, ../src/partials/pages/_survey.scss */
.survey .survey-popup .buttons button {
  font-size: 20px;
  float: right;
  margin: 5px 0;
  color: #fff;
  width: 100%;
}
@media (min-width: 640px) {
  /* line 34, ../src/partials/pages/_survey.scss */
  .survey .survey-popup p {
    font-size: 16px;
  }
  /* line 37, ../src/partials/pages/_survey.scss */
  .survey .survey-popup .buttons {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 39, ../src/partials/pages/_survey.scss */
  .survey .survey-popup .buttons button {
    width: auto;
    margin: 0 5px;
  }
}

/* line 1, ../src/partials/pages/_zendesk.scss */
.zendesk {
  max-width: 700px;
  margin: 30px auto;
  padding: 0 20px;
}
/* line 5, ../src/partials/pages/_zendesk.scss */
.zendesk h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  cursor: pointer;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
/* line 12, ../src/partials/pages/_zendesk.scss */
.zendesk h2:before {
  font-weight: 700;
  content: '+ ';
  width: 15px;
  float: left;
}
/* line 19, ../src/partials/pages/_zendesk.scss */
.zendesk h2.open:before {
  content: '- ';
}
/* line 24, ../src/partials/pages/_zendesk.scss */
.zendesk .articles {
  display: none;
}
/* line 28, ../src/partials/pages/_zendesk.scss */
.zendesk .article-title {
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 10px 25px;
  cursor: pointer;
}
/* line 33, ../src/partials/pages/_zendesk.scss */
.zendesk .article-title h4 {
  font-size: 16px;
  margin: 0;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}
/* line 39, ../src/partials/pages/_zendesk.scss */
.zendesk .article-title h4 span {
  float: left;
}
/* line 42, ../src/partials/pages/_zendesk.scss */
.zendesk .article-title h4 span:first-child:before {
  font-weight: 700;
  content: '+ ';
  width: 15px;
  float: left;
}
/* line 49, ../src/partials/pages/_zendesk.scss */
.zendesk .article-title h4 span:first-child.open:before {
  content: '- ';
}
/* line 58, ../src/partials/pages/_zendesk.scss */
.zendesk .article-title .article-body {
  display: none;
  font-size: 18px;
  word-wrap: break-word;
}

/* line 66, ../src/partials/pages/_zendesk.scss */
h1.zendesk-header {
  text-align: center;
  font-size: 40px;
  padding-top: 20px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #4f4f4f;
  letter-spacing: 0.1em;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
}
/* line 303, ../src/partials/base/_mixins.scss */
h1.zendesk-header:after {
  width: 55px;
  content: '';
  display: block;
  border-bottom: 1px solid #c8c8c8;
  margin: 20px auto 0 auto;
}

@media (min-width: 640px) {
  /* line 75, ../src/partials/pages/_zendesk.scss */
  .zendesk h2 {
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
  }
  /* line 78, ../src/partials/pages/_zendesk.scss */
  .zendesk h2:before {
    width: 25px;
  }
  /* line 83, ../src/partials/pages/_zendesk.scss */
  .zendesk .article-title h4 {
    font-size: 18px;
  }
  /* line 85, ../src/partials/pages/_zendesk.scss */
  .zendesk .article-title h4:before {
    width: 25px;
  }
}
/* line 2, ../src/partials/pages/_contacts.scss */
.contacts-index-index .grid.zendesk-contacts, .sales-guest-form .grid.zendesk-contacts {
  max-width: 535px;
}
/* line 5, ../src/partials/pages/_contacts.scss */
.contacts-index-index textarea, .sales-guest-form textarea {
  max-height: 300px;
}
/* line 8, ../src/partials/pages/_contacts.scss */
.contacts-index-index .selectboxit-container, .sales-guest-form .selectboxit-container {
  margin-bottom: 10px;
}
/* line 11, ../src/partials/pages/_contacts.scss */
.contacts-index-index button, .sales-guest-form button {
  width: 100%;
  margin-bottom: 20px;
}
/* line 15, ../src/partials/pages/_contacts.scss */
.contacts-index-index h2, .sales-guest-form h2 {
  font-size: 24px;
}
/* line 18, ../src/partials/pages/_contacts.scss */
.contacts-index-index .grid.contact-info > .inner, .sales-guest-form .grid.contact-info > .inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 30px 0 30px;
}

@media (min-width: 640px) {
  /* line 27, ../src/partials/pages/_contacts.scss */
  .contacts-index-index button, .sales-guest-form button {
    width: auto;
    margin-bottom: 20px;
  }
  /* line 31, ../src/partials/pages/_contacts.scss */
  .contacts-index-index .grid.contact-info > .inner, .sales-guest-form .grid.contact-info > .inner {
    padding: 0;
  }
}
/* line 1, ../src/partials/pages/_career.scss */
.text-center {
  text-align: center;
}

/* line 5, ../src/partials/pages/_career.scss */
.career-header {
  padding-top: 25px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

/* line 12, ../src/partials/pages/_career.scss */
.career-apply-container {
  padding-top: 25px;
}

@media screen and (max-width: 559px) {
  /* line 17, ../src/partials/pages/_career.scss */
  #jobFrameContainer > .career-apply-frame {
    height: 1700px;
  }
}
/* line 22, ../src/partials/pages/_career.scss */
.career-apply-frame {
  width: 100%;
  height: 1400px;
}

/* line 27, ../src/partials/pages/_career.scss */
.career-inline-style ul {
  list-style: disc;
  padding-left: 25px;
}

/* line 32, ../src/partials/pages/_career.scss */
.career-inline-style li {
  list-style-position: outside;
  padding: 0 0 6px 5px;
}

/* line 41, ../src/partials/pages/_career.scss */
.career-inline-style + h1 + p, .career-inline-style h2 + p, .career-inline-style h3 + p, .career-inline-style h4 + p, .career-inline-style h5 + p, .career-inline-style h6 + p {
  margin-top: 0px;
}

@media (min-width: 1000px) {
  /* line 49, ../src/partials/pages/_career.scss */
  .career-inline-style ul li {
    font-size: 18px;
  }
}

/*# sourceMappingURL=global-default.css.map */
