@charset "UTF-8";
@font-face {
  font-family: 'Fontawesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/plugin/fontawesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../sass/plugin/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../sass/plugin/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../sass/plugin/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../sass/plugin/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../sass/plugin/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../sass/plugin/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../sass/plugin/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../sass/plugin/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../sass/plugin/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../sass/plugin/fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../sass/plugin/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../sass/plugin/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../sass/plugin/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../sass/plugin/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../sass/plugin/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../sass/plugin/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../sass/plugin/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../sass/plugin/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../sass/plugin/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/plugin/fontawesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../sass/plugin/fontawesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../sass/plugin/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../sass/plugin/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../sass/plugin/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../sass/plugin/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../sass/plugin/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../sass/plugin/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../sass/plugin/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../sass/plugin/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../sass/plugin/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../sass/plugin/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../sass/plugin/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../sass/plugin/fontawesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../sass/plugin/fontawesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../sass/plugin/fontawesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../sass/plugin/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../sass/plugin/fontawesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../sass/plugin/fontawesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../sass/plugin/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../sass/plugin/fontawesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../sass/plugin/fontawesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../sass/plugin/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../sass/plugin/fontawesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../sass/plugin/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../sass/plugin/fontawesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../sass/plugin/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../sass/plugin/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../sass/plugin/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../sass/plugin/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../sass/plugin/fontawesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../sass/plugin/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../sass/plugin/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../sass/plugin/fontawesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../sass/plugin/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../sass/plugin/fontawesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../sass/plugin/fontawesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../sass/plugin/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../sass/plugin/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../sass/plugin/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../sass/plugin/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../sass/plugin/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../sass/plugin/fontawesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../sass/plugin/fontawesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../sass/plugin/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../sass/plugin/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../sass/plugin/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../sass/plugin/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../sass/plugin/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../sass/plugin/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../sass/plugin/fontawesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../sass/plugin/fontawesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../sass/plugin/fontawesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../sass/plugin/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../sass/plugin/fontawesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../sass/plugin/fontawesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../sass/plugin/fontawesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../sass/plugin/fontawesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../sass/plugin/fontawesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../sass/plugin/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../sass/plugin/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../sass/plugin/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../sass/plugin/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../sass/plugin/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../sass/plugin/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../sass/plugin/fontawesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../sass/plugin/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../sass/plugin/fontawesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../sass/plugin/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../sass/plugin/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../sass/plugin/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../sass/plugin/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../sass/plugin/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../sass/plugin/fontawesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../sass/plugin/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../sass/plugin/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../sass/plugin/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../sass/plugin/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../sass/plugin/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../sass/plugin/fontawesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../sass/plugin/fontawesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../sass/plugin/fontawesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../sass/plugin/fontawesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../sass/plugin/fontawesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../sass/plugin/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../sass/plugin/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../sass/plugin/fontawesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../sass/plugin/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../sass/plugin/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../sass/plugin/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../sass/plugin/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../sass/plugin/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../sass/plugin/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../sass/plugin/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../sass/plugin/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../sass/plugin/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../sass/plugin/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../sass/plugin/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../sass/plugin/fontawesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../sass/plugin/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../sass/plugin/fontawesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../sass/plugin/fontawesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../sass/plugin/fontawesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../sass/plugin/fontawesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../sass/plugin/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../sass/plugin/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../sass/plugin/fontawesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../sass/plugin/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../sass/plugin/fontawesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../sass/plugin/fontawesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../sass/plugin/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../sass/plugin/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../sass/plugin/fontawesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../sass/plugin/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../sass/plugin/fontawesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../sass/plugin/fontawesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../sass/plugin/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../sass/plugin/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../sass/plugin/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../sass/plugin/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../sass/plugin/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../sass/plugin/fontawesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../sass/plugin/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../sass/plugin/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../sass/plugin/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../sass/plugin/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../sass/plugin/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../sass/plugin/fontawesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../sass/plugin/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../sass/plugin/fontawesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../sass/plugin/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../sass/plugin/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../sass/plugin/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../sass/plugin/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../sass/plugin/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../sass/plugin/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../sass/plugin/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../sass/plugin/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../sass/plugin/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../sass/plugin/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../sass/plugin/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../sass/plugin/fontawesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../sass/plugin/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../sass/plugin/fontawesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../sass/plugin/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../sass/plugin/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../sass/plugin/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../sass/plugin/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../sass/plugin/fontawesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../sass/plugin/fontawesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../sass/plugin/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../sass/plugin/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../sass/plugin/fontawesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, ../sass/plugin/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, ../sass/plugin/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, ../sass/plugin/fontawesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, ../sass/plugin/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, ../sass/plugin/fontawesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, ../sass/plugin/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, ../sass/plugin/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, ../sass/plugin/fontawesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, ../sass/plugin/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, ../sass/plugin/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, ../sass/plugin/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, ../sass/plugin/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, ../sass/plugin/fontawesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, ../sass/plugin/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, ../sass/plugin/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, ../sass/plugin/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, ../sass/plugin/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, ../sass/plugin/fontawesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, ../sass/plugin/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, ../sass/plugin/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, ../sass/plugin/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, ../sass/plugin/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, ../sass/plugin/fontawesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, ../sass/plugin/fontawesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, ../sass/plugin/fontawesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, ../sass/plugin/fontawesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, ../sass/plugin/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, ../sass/plugin/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, ../sass/plugin/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, ../sass/plugin/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, ../sass/plugin/fontawesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, ../sass/plugin/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, ../sass/plugin/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, ../sass/plugin/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, ../sass/plugin/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, ../sass/plugin/fontawesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, ../sass/plugin/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, ../sass/plugin/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, ../sass/plugin/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, ../sass/plugin/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, ../sass/plugin/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, ../sass/plugin/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, ../sass/plugin/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, ../sass/plugin/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, ../sass/plugin/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, ../sass/plugin/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, ../sass/plugin/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, ../sass/plugin/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, ../sass/plugin/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, ../sass/plugin/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, ../sass/plugin/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, ../sass/plugin/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, ../sass/plugin/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, ../sass/plugin/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, ../sass/plugin/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, ../sass/plugin/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, ../sass/plugin/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, ../sass/plugin/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, ../sass/plugin/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, ../sass/plugin/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, ../sass/plugin/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, ../sass/plugin/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, ../sass/plugin/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, ../sass/plugin/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, ../sass/plugin/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, ../sass/plugin/fontawesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, ../sass/plugin/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, ../sass/plugin/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, ../sass/plugin/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, ../sass/plugin/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, ../sass/plugin/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, ../sass/plugin/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, ../sass/plugin/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, ../sass/plugin/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, ../sass/plugin/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, ../sass/plugin/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, ../sass/plugin/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, ../sass/plugin/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, ../sass/plugin/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, ../sass/plugin/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, ../sass/plugin/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, ../sass/plugin/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, ../sass/plugin/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, ../sass/plugin/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, ../sass/plugin/fontawesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, ../sass/plugin/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, ../sass/plugin/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, ../sass/plugin/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, ../sass/plugin/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, ../sass/plugin/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, ../sass/plugin/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, ../sass/plugin/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, ../sass/plugin/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, ../sass/plugin/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, ../sass/plugin/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, ../sass/plugin/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, ../sass/plugin/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, ../sass/plugin/fontawesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, ../sass/plugin/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, ../sass/plugin/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, ../sass/plugin/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, ../sass/plugin/fontawesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, ../sass/plugin/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, ../sass/plugin/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, ../sass/plugin/fontawesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, ../sass/plugin/fontawesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, ../sass/plugin/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, ../sass/plugin/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, ../sass/plugin/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, ../sass/plugin/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, ../sass/plugin/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, ../sass/plugin/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, ../sass/plugin/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, ../sass/plugin/fontawesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, ../sass/plugin/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, ../sass/plugin/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, ../sass/plugin/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, ../sass/plugin/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, ../sass/plugin/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, ../sass/plugin/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, ../sass/plugin/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, ../sass/plugin/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, ../sass/plugin/fontawesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, ../sass/plugin/fontawesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, ../sass/plugin/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, ../sass/plugin/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, ../sass/plugin/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, ../sass/plugin/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, ../sass/plugin/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, ../sass/plugin/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, ../sass/plugin/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, ../sass/plugin/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, ../sass/plugin/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, ../sass/plugin/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, ../sass/plugin/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, ../sass/plugin/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, ../sass/plugin/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, ../sass/plugin/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, ../sass/plugin/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, ../sass/plugin/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, ../sass/plugin/fontawesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, ../sass/plugin/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, ../sass/plugin/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, ../sass/plugin/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, ../sass/plugin/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, ../sass/plugin/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, ../sass/plugin/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, ../sass/plugin/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, ../sass/plugin/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, ../sass/plugin/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, ../sass/plugin/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, ../sass/plugin/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, ../sass/plugin/fontawesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, ../sass/plugin/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, ../sass/plugin/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, ../sass/plugin/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, ../sass/plugin/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, ../sass/plugin/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, ../sass/plugin/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, ../sass/plugin/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, ../sass/plugin/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, ../sass/plugin/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, ../sass/plugin/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, ../sass/plugin/fontawesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, ../sass/plugin/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, ../sass/plugin/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, ../sass/plugin/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, ../sass/plugin/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, ../sass/plugin/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, ../sass/plugin/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, ../sass/plugin/fontawesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, ../sass/plugin/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, ../sass/plugin/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, ../sass/plugin/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, ../sass/plugin/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, ../sass/plugin/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, ../sass/plugin/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, ../sass/plugin/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, ../sass/plugin/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, ../sass/plugin/fontawesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, ../sass/plugin/fontawesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, ../sass/plugin/fontawesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, ../sass/plugin/fontawesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, ../sass/plugin/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, ../sass/plugin/fontawesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, ../sass/plugin/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, ../sass/plugin/fontawesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, ../sass/plugin/fontawesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, ../sass/plugin/fontawesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, ../sass/plugin/fontawesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, ../sass/plugin/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, ../sass/plugin/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, ../sass/plugin/fontawesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, ../sass/plugin/fontawesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, ../sass/plugin/fontawesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, ../sass/plugin/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, ../sass/plugin/fontawesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, ../sass/plugin/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, ../sass/plugin/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, ../sass/plugin/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, ../sass/plugin/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, ../sass/plugin/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, ../sass/plugin/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, ../sass/plugin/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, ../sass/plugin/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, ../sass/plugin/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, ../sass/plugin/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, ../sass/plugin/fontawesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, ../sass/plugin/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, ../sass/plugin/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, ../sass/plugin/fontawesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, ../sass/plugin/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, ../sass/plugin/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, ../sass/plugin/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, ../sass/plugin/fontawesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, ../sass/plugin/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, ../sass/plugin/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, ../sass/plugin/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, ../sass/plugin/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, ../sass/plugin/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, ../sass/plugin/fontawesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, ../sass/plugin/fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, ../sass/plugin/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, ../sass/plugin/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, ../sass/plugin/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, ../sass/plugin/fontawesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, ../sass/plugin/fontawesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, ../sass/plugin/fontawesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, ../sass/plugin/fontawesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, ../sass/plugin/fontawesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, ../sass/plugin/fontawesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, ../sass/plugin/fontawesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, ../sass/plugin/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, ../sass/plugin/fontawesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, ../sass/plugin/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, ../sass/plugin/fontawesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, ../sass/plugin/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, ../sass/plugin/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, ../sass/plugin/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, ../sass/plugin/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, ../sass/plugin/fontawesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, ../sass/plugin/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, ../sass/plugin/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, ../sass/plugin/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, ../sass/plugin/fontawesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, ../sass/plugin/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, ../sass/plugin/fontawesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, ../sass/plugin/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, ../sass/plugin/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, ../sass/plugin/fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, ../sass/plugin/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, ../sass/plugin/fontawesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, ../sass/plugin/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, ../sass/plugin/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 496, ../sass/plugin/fontawesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 497, ../sass/plugin/fontawesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, ../sass/plugin/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 501, ../sass/plugin/fontawesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 502, ../sass/plugin/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, ../sass/plugin/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, ../sass/plugin/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, ../sass/plugin/fontawesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 509, ../sass/plugin/fontawesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 510, ../sass/plugin/fontawesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 511, ../sass/plugin/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 512, ../sass/plugin/fontawesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 513, ../sass/plugin/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 514, ../sass/plugin/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 515, ../sass/plugin/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 516, ../sass/plugin/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, ../sass/plugin/fontawesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 519, ../sass/plugin/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 520, ../sass/plugin/fontawesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 521, ../sass/plugin/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 522, ../sass/plugin/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 523, ../sass/plugin/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 524, ../sass/plugin/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 525, ../sass/plugin/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 526, ../sass/plugin/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 527, ../sass/plugin/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 528, ../sass/plugin/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 529, ../sass/plugin/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 530, ../sass/plugin/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 531, ../sass/plugin/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 532, ../sass/plugin/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 533, ../sass/plugin/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 534, ../sass/plugin/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 535, ../sass/plugin/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 536, ../sass/plugin/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 537, ../sass/plugin/fontawesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 538, ../sass/plugin/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 539, ../sass/plugin/fontawesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 540, ../sass/plugin/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 541, ../sass/plugin/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 542, ../sass/plugin/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 543, ../sass/plugin/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 544, ../sass/plugin/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 545, ../sass/plugin/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 546, ../sass/plugin/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 547, ../sass/plugin/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 548, ../sass/plugin/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 549, ../sass/plugin/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 550, ../sass/plugin/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 551, ../sass/plugin/fontawesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 552, ../sass/plugin/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 553, ../sass/plugin/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 554, ../sass/plugin/fontawesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 555, ../sass/plugin/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, ../sass/plugin/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 559, ../sass/plugin/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 560, ../sass/plugin/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 561, ../sass/plugin/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 562, ../sass/plugin/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 563, ../sass/plugin/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 564, ../sass/plugin/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 565, ../sass/plugin/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, ../sass/plugin/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 567, ../sass/plugin/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 568, ../sass/plugin/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 569, ../sass/plugin/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, ../sass/plugin/fontawesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 571, ../sass/plugin/fontawesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 572, ../sass/plugin/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 573, ../sass/plugin/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 574, ../sass/plugin/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 575, ../sass/plugin/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 576, ../sass/plugin/fontawesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 577, ../sass/plugin/fontawesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 578, ../sass/plugin/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 579, ../sass/plugin/fontawesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, ../sass/plugin/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 582, ../sass/plugin/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 583, ../sass/plugin/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 584, ../sass/plugin/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 585, ../sass/plugin/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 586, ../sass/plugin/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, ../sass/plugin/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, ../sass/plugin/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 589, ../sass/plugin/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 590, ../sass/plugin/fontawesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 591, ../sass/plugin/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 592, ../sass/plugin/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 593, ../sass/plugin/fontawesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 594, ../sass/plugin/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 595, ../sass/plugin/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 596, ../sass/plugin/fontawesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, ../sass/plugin/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 599, ../sass/plugin/fontawesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 600, ../sass/plugin/fontawesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 601, ../sass/plugin/fontawesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 602, ../sass/plugin/fontawesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, ../sass/plugin/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 605, ../sass/plugin/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 606, ../sass/plugin/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 607, ../sass/plugin/fontawesome/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

/* line 609, ../sass/plugin/fontawesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 611, ../sass/plugin/fontawesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 613, ../sass/plugin/fontawesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 615, ../sass/plugin/fontawesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 617, ../sass/plugin/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 618, ../sass/plugin/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 619, ../sass/plugin/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 620, ../sass/plugin/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 621, ../sass/plugin/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 622, ../sass/plugin/fontawesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 623, ../sass/plugin/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 624, ../sass/plugin/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 625, ../sass/plugin/fontawesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 626, ../sass/plugin/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 627, ../sass/plugin/fontawesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 628, ../sass/plugin/fontawesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 630, ../sass/plugin/fontawesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 632, ../sass/plugin/fontawesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 634, ../sass/plugin/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 635, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 637, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 639, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 640, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 641, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 642, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 643, ../sass/plugin/fontawesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 644, ../sass/plugin/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 645, ../sass/plugin/fontawesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 646, ../sass/plugin/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 647, ../sass/plugin/fontawesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 648, ../sass/plugin/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 649, ../sass/plugin/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 650, ../sass/plugin/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 651, ../sass/plugin/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 652, ../sass/plugin/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 653, ../sass/plugin/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 654, ../sass/plugin/fontawesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 655, ../sass/plugin/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 656, ../sass/plugin/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 657, ../sass/plugin/fontawesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 658, ../sass/plugin/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 659, ../sass/plugin/fontawesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 661, ../sass/plugin/fontawesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 662, ../sass/plugin/fontawesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 663, ../sass/plugin/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 664, ../sass/plugin/fontawesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 665, ../sass/plugin/fontawesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 666, ../sass/plugin/fontawesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 667, ../sass/plugin/fontawesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 668, ../sass/plugin/fontawesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 669, ../sass/plugin/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 670, ../sass/plugin/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 671, ../sass/plugin/fontawesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 672, ../sass/plugin/fontawesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 673, ../sass/plugin/fontawesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 674, ../sass/plugin/fontawesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 675, ../sass/plugin/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 676, ../sass/plugin/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 677, ../sass/plugin/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 678, ../sass/plugin/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 679, ../sass/plugin/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 680, ../sass/plugin/fontawesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 681, ../sass/plugin/fontawesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 682, ../sass/plugin/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 683, ../sass/plugin/fontawesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 684, ../sass/plugin/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 685, ../sass/plugin/fontawesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 686, ../sass/plugin/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 687, ../sass/plugin/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 688, ../sass/plugin/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 689, ../sass/plugin/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 690, ../sass/plugin/fontawesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 691, ../sass/plugin/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 692, ../sass/plugin/fontawesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 693, ../sass/plugin/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 694, ../sass/plugin/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 695, ../sass/plugin/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 696, ../sass/plugin/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 697, ../sass/plugin/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 698, ../sass/plugin/fontawesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 699, ../sass/plugin/fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 700, ../sass/plugin/fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 701, ../sass/plugin/fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 702, ../sass/plugin/fontawesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 703, ../sass/plugin/fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 704, ../sass/plugin/fontawesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 705, ../sass/plugin/fontawesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 706, ../sass/plugin/fontawesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 707, ../sass/plugin/fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 708, ../sass/plugin/fontawesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 709, ../sass/plugin/fontawesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 710, ../sass/plugin/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 711, ../sass/plugin/fontawesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 713, ../sass/plugin/fontawesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 716, ../sass/plugin/fontawesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 717, ../sass/plugin/fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 718, ../sass/plugin/fontawesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 720, ../sass/plugin/fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 721, ../sass/plugin/fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 722, ../sass/plugin/fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 723, ../sass/plugin/fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 724, ../sass/plugin/fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 725, ../sass/plugin/fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 726, ../sass/plugin/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 727, ../sass/plugin/fontawesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 728, ../sass/plugin/fontawesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 729, ../sass/plugin/fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 730, ../sass/plugin/fontawesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 732, ../sass/plugin/fontawesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 4, ../sass/plugin/fontawesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, ../sass/plugin/fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../sass/plugin/fancybox/_jquery.fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

/* line 82, ../sass/plugin/fancybox/_jquery.fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, ../sass/plugin/fancybox/_jquery.fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

/* line 190, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, ../sass/plugin/fancybox/_jquery.fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, ../sass/plugin/fancybox/_jquery.fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, ../sass/plugin/fancybox/_jquery.fancybox.scss */
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 1, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe {
  position: relative;
  max-width: 884px;
  height: 400px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/plugin/touchswipe/_touchnswipe.scss */
  .touchswipe {
    height: 350px;
  }
}
@media (max-width: 450px) {
  /* line 1, ../sass/plugin/touchswipe/_touchnswipe.scss */
  .touchswipe {
    height: 250px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  /* line 1, ../sass/plugin/touchswipe/_touchnswipe.scss */
  .touchswipe {
    height: 400px !important;
    width: 420px;
  }
}
/* line 18, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .next, .touchswipe .prev {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
/* line 28, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .next {
  right: 40px;
}
/* line 31, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .prev {
  left: 40px;
}
/* line 35, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .sliderHolder {
  width: 100%;
  min-height: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
/* line 46, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .slider {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  background: #EEE;
  opacity: .99;
}
/* line 58, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .sliderBg {
  width: 100%;
  min-height: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
/* line 68, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .slides, .touchswipe .thumbs {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
/* line 83, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .thumbs {
  min-height: 0%;
  bottom: 25px;
}
/* line 89, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .thumbsHolder {
  width: 100%;
  height: 104px;
  bottom: 30px;
  position: absolute;
  overflow: hidden;
}
/* line 98, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .captionHolder {
  width: 100%;
  min-height: 20px;
  position: absolute;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 108, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .caption {
  width: 100%;
  min-height: 20px;
  color: #EEE;
  top: 0px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 122, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .touchColor {
  color: #414042;
}
/* line 127, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .touchLightColor {
  color: #CCCCCC;
}
/* line 133, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .nColor {
  color: #2AACE3;
}
/* line 138, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .swipeColor {
  color: #939598;
}
/* line 143, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .headerColor {
  color: #58595B;
}
/* line 148, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .footerLink, .touchswipe .footerLink a {
  font-size: 12px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  font-weight: bold;
}
/* line 157, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .footerLink:hover {
  color: #414042;
  text-decoration: none;
}
/* line 163, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .footerCopyright {
  font-size: 10px;
}
/* line 168, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .infobox {
  background: #EEE;
  border: 1px solid #AAA;
  margin: 15px auto 10px auto;
  padding: 10px;
}
/* line 176, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .blackBg {
  background: #000000;
}
/* line 181, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .darkGray {
  background: #101010;
}
/* line 186, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .blackBgAlpha60 {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
/* line 194, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .blackBgAlpha90 {
  background: black;
  background: rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE000000, endColorstr=#EE000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE000000, endColorstr=#EE000000)";
}
/* line 202, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .lightGrayBg {
  background: #CCC;
}
/* line 207, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .controlHolder {
  width: 100%;
  height: 30px;
  background: url(../assets/control_bg.png) repeat-x;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
}
/* line 217, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .autoPlayIcon, .touchswipe .nextIcon, .touchswipe .prevIcon, .touchswipe .zoomInIcon, .touchswipe .zoomOutIcon, .touchswipe .captionOnIcon, .touchswipe .captionOffIcon, .touchswipe .thumbsOnIcon, .touchswipe .thumbsOffIcon, .touchswipe .closeIcon {
  width: 21px;
  height: 30px;
  cursor: pointer;
  cursor: hand;
  margin-left: -10px;
  background: url(../assets/control_sheet.png) 0px 0px no-repeat;
}
/* line 227, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .autoPlayIcon {
  background-position: 0px 0px;
}
/* line 232, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .prevIcon {
  background-position: -50px 0px;
}
/* line 237, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .nextIcon {
  background-position: -75px 0px;
}
/* line 242, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .zoomOutIcon {
  background-position: -100px 0px;
}
/* line 247, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .zoomInIcon {
  background-position: -125px 0px;
}
/* line 252, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .captionOnIcon {
  background-position: -150px 0px;
}
/* line 257, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .captionOffIcon {
  background-position: -175px 0px;
}
/* line 262, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .thumbsOnIcon {
  background-position: -200px 0px;
}
/* line 267, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .thumbsOffIcon {
  background-position: -225px 0px;
}
/* line 272, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .closeIcon {
  background-position: -250px 0px;
}
/* line 277, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .controlPos1, .touchswipe .controlPos2, .touchswipe .controlPos3, .touchswipe .controlPos4, .touchswipe .controlPos5, .touchswipe .controlPos6, .touchswipe .controlPos7 {
  position: absolute;
}
/* line 281, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .controlPos1 {
  left: 12.5%;
}
/* line 286, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .controlPos2 {
  left: 25%;
}
/* line 291, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .controlPos3 {
  left: 37.5%;
}
/* line 296, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .controlPos4 {
  left: 50%;
}
/* line 301, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .controlPos5 {
  left: 62.5%;
}
/* line 306, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .controlPos6 {
  left: 75%;
}
/* line 311, ../sass/plugin/touchswipe/_touchnswipe.scss */
.touchswipe .controlPos7 {
  left: 87.5%;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica/helveticaneue-webfont.eot");
  src: local("Helvetica Neue"), url("../fonts/helvetica/helveticaneue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helveticaneue-webfont.woff") format("woff"), url("../fonts/helvetica/helveticaneue-webfont.ttf") format("truetype"), url("../fonts/helvetica/helveticaneue-webfont.svg#helveticaneuecyrroman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue Italic';
  src: url("../fonts/helvetica/helveticaneue-italic-webfont.eot");
  src: local("Helvetica Neue Italic"), url("../fonts/helvetica/helveticaneue-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helveticaneue-italic-webfont.woff") format("woff"), url("../fonts/helvetica/helveticaneue-italic-webfont.ttf") format("truetype"), url("../fonts/helvetica/helveticaneue-italic-webfont.svg#helveticaneuecyritalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue Bold Italic';
  src: url("../fonts/helvetica/helveticaneue-bolditalic-webfont.eot");
  src: local("Helvetica Neue Bold Italic"), url("../fonts/helvetica/helveticaneue-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helveticaneue-bolditalic-webfont.woff") format("woff"), url("../fonts/helvetica/helveticaneue-bolditalic-webfont.ttf") format("truetype"), url("../fonts/helvetica/helveticaneue-bolditalic-webfont.svg#helveticaneuecyrbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue Light';
  src: url("../fonts/helvetica/helveticaneue-light-webfont.eot");
  src: local("Helvetica Neue Light"), url("../fonts/helvetica/helveticaneue-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helveticaneue-light-webfont.woff") format("woff"), url("../fonts/helvetica/helveticaneue-light-webfont.ttf") format("truetype"), url("../fonts/helvetica/helveticaneue-light-webfont.svg#helveticaneuecyrlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url("../fonts/helvetica/helveticaneue-bold-webfont.eot");
  src: local("Helvetica Neue Bold"), url("../fonts/helvetica/helveticaneue-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helveticaneue-bold-webfont.woff") format("woff"), url("../fonts/helvetica/helveticaneue-bold-webfont.ttf") format("truetype"), url("../fonts/helvetica/helveticaneue-bold-webfont.svg#helveticaneuecyrbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Bold';
  src: url("../fonts/helvetica/helvetica-bold/Helvetica-Bold.eot");
  src: local("Helvetica Bold"), url("../fonts/helvetica/helvetica-bold/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helvetica-bold/Helvetica-Bold.woff") format("woff"), url("../fonts/helvetica/helvetica-bold/Helvetica-Bold.ttf") format("truetype"), url("../fonts/helvetica/helvetica-bold/Helvetica-Bold.svg#helveticabold") format("svg");
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
@font-face {
  font-family: 'Helvetica Regular';
  src: url("../fonts/helvetica/helvetica-webfont.eot");
  src: local("Helvetica Regular"), url("../fonts/helvetica/helvetica-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helvetica-webfont.woff") format("woff"), url("../fonts/helvetica/helvetica-webfont.ttf") format("truetype"), url("../fonts/helvetica/helvetica-webfont.svg#helveticaregular") format("svg");
}
/* line 1, ../sass/_mixin.scss */
.block, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .discount, .cms-magazine-page .masonry-wrapper .block-video, .blog-index-list .masonry-wrapper .block-video, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span, .blog-index-list .masonry-wrapper .grid-item-wrapper span, .onestepcheckout-index-index .shipping_address_block,
.onestepcheckout-index-index #billing_address_list, .onestepcheckout-index-index .login-li .continue-guest,
.onestepcheckout-index-index .login-li .sign-in-guest,
.onestepcheckout-index-index .register-li .continue-guest,
.onestepcheckout-index-index .register-li .sign-in-guest, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper #onestepcheckout-login-form, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .v-fix {
  display: inline-block;
  width: 100%;
}

/* line 6, ../sass/_mixin.scss */
.margin-reset-lr, .checkout-cart-index .layout, .checkout-cart-index .cart .cart-collaterals, .cms-magazine-page .layout.layout-1-col, .blog-index-list .layout.layout-1-col, .onestepcheckout-index-index .shipping_address_block,
.onestepcheckout-index-index #billing_address_list {
  margin-left: 0;
  margin-right: 0;
}

/* line 11, ../sass/_mixin.scss */
.padding-reset-lr, .checkout-cart-index .layout.layout-1-col div[role=main] {
  padding-left: 0;
  padding-right: 0;
}

/* line 17, ../sass/_mixin.scss */
.hover-element:hover, .checkout-cart-index .data-table > tbody .backet-product-qty .qty-link:hover, .hover-element:focus, .checkout-cart-index .data-table > tbody .backet-product-qty .qty-link:focus, .hover-element:active, .checkout-cart-index .data-table > tbody .backet-product-qty .qty-link:active {
  text-decoration: none;
  color: #b6b5b5;
}

/* reset styles */
/* line 1, ../sass/general/_common.scss */
html {
  height: 100%;
}
/* line 3, ../sass/general/_common.scss */
html body {
  height: 100%;
  max-width: 100%;
  color: #000;
}
/* line 7, ../sass/general/_common.scss */
html body .wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  /* line 7, ../sass/general/_common.scss */
  html body .wrapper {
    overflow: hidden;
  }
}
/* line 12, ../sass/general/_common.scss */
html body .wrapper .wrapper-wide {
  min-height: 100%;
}
/* line 16, ../sass/general/_common.scss */
html body .main-footer {
  margin: -160px auto 0;
}
/* line 19, ../sass/general/_common.scss */
html body .hFooter {
  min-height: 181px;
}
/* line 23, ../sass/general/_common.scss */
html body a {
  color: #000;
}
/* line 25, ../sass/general/_common.scss */
html body a:hover, html body a:focus {
  color: #b6b5b5;
  text-decoration: none;
}
/* line 30, ../sass/general/_common.scss */
html body label {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}
/* line 34, ../sass/general/_common.scss */
html body b, html body strong {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 37, ../sass/general/_common.scss */
html body input, html body .form-control, html body .input-text, html body textarea, html body .form-list textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: 1px solid #d5d5d5;
}
/* line 43, ../sass/general/_common.scss */
html body input:hover, html body input:focus, html body .form-control:hover, html body .form-control:focus, html body .input-text:hover, html body .input-text:focus, html body textarea:hover, html body textarea:focus, html body .form-list textarea:hover, html body .form-list textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 49, ../sass/general/_common.scss */
html body button.button, html body .btn-cart, html body .btn.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: 1px solid #444;
  color: #000;
  text-transform: uppercase;
}
/* line 58, ../sass/general/_common.scss */
html body .btn.active.focus, html body .btn.active:focus, html body .btn.focus, html body .btn:active.focus, html body .btn:active:focus, html body .btn:focus, html body .btn.active, html body .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  z-index: 0;
}
/* line 64, ../sass/general/_common.scss */
html body .input-group-btn > .btn:active, html body .input-group-btn > .btn:focus, html body .input-group-btn > .btn:hover {
  z-index: 0;
}
/* line 68, ../sass/general/_common.scss */
html body img {
  max-width: 100%;
}
/* line 72, ../sass/general/_common.scss */
html body .mobile-menu .mobile-menu-icon-image {
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -38px -104px;
  width: 18px;
  height: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 72, ../sass/general/_common.scss */
  html body .mobile-menu .mobile-menu-icon-image {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 78, ../sass/general/_common.scss */
html body .mobile-cart .mobile-cart-icon {
  display: inline-block;
  background-image: url("../images/icons/bascket.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 22px;
}
/* line 87, ../sass/general/_common.scss */
html body .mobile-back-link {
  display: none;
}
/* line 91, ../sass/general/_common.scss */
html body .configurable-swatch-list li {
  display: inline-block;
}
/* line 96, ../sass/general/_common.scss */
html .note-msg {
  background-color: #fff;
  border-color: #000;
  color: #000;
  border-radius: 0;
}
/* line 102, ../sass/general/_common.scss */
html .no-padding {
  padding: 0;
}
/* line 105, ../sass/general/_common.scss */
html .no-border {
  border: 0;
}
/* line 108, ../sass/general/_common.scss */
html .container {
  width: 100%;
  max-width: 1300px;
  padding: 0 0px;
  clear: both;
}
/* line 113, ../sass/general/_common.scss */
html .container.main-footer {
  max-width: 1200px;
}
/* line 117, ../sass/general/_common.scss */
html .products-grid {
  list-style: none;
  padding: 0;
}
/* line 120, ../sass/general/_common.scss */
html .products-grid .item {
  width: 25%;
}
/* line 124, ../sass/general/_common.scss */
html .products-grid .item .product-image .rotate-img {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}
/* line 129, ../sass/general/_common.scss */
html .products-grid .item .product-image img {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 133, ../sass/general/_common.scss */
html .products-grid .item .product-image img.home-prod-img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 146, ../sass/general/_common.scss */
html .products-grid .item:hover .rotate-img, html .products-grid .item:focus .rotate-img {
  display: block;
  opacity: 0.2;
}
/* line 156, ../sass/general/_common.scss */
html .std ul {
  list-style: none;
}

/* product list */
/* line 164, ../sass/general/_common.scss */
.add-to-wishlist-new {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 10px;
}

/* line 172, ../sass/general/_common.scss */
.add-to-wishlist-new a span {
  font-size: 14px !important;
  color: #000 !important;
  margin-left: 5px;
  text-transform: uppercase;
}

/* line 178, ../sass/general/_common.scss */
.btn-wishlist {
  background: none;
  width: auto;
  margin-left: 64px;
  background-color: #fff !important;
  border-radius: 0;
  outline: none;
  border: 1px solid #444;
  padding: 7px 32px;
}

/* line 190, ../sass/general/_common.scss */
.btn-continue-shopping {
  background: none;
  width: auto;
  margin: 0;
  background-color: #fff !important;
  border-radius: 0;
  outline: none;
  border: 1px solid #444;
  padding: 7px 32px;
}

/* line 201, ../sass/general/_common.scss */
.news-image {
  max-width: 100%;
  width: 100%;
}

/* line 206, ../sass/general/_common.scss */
.fix-blog-content {
  height: 80px;
  overflow: hidden;
}

/* line 215, ../sass/general/_common.scss */
.products-grid.products-block li {
  position: relative;
  padding-bottom: 0;
  min-height: 100%;
  padding: 0 1px;
}
/* line 221, ../sass/general/_common.scss */
.products-grid.products-block li .actions {
  display: none;
}
/* line 225, ../sass/general/_common.scss */
.products-grid.products-block li .product-info {
  display: none;
  position: absolute;
  top: initial;
  bottom: 85px;
  left: 15px;
  right: 15px;
  text-align: center;
}
/* line 230, ../sass/general/_common.scss */
.products-grid.products-block li .product-info .product-name {
  min-height: initial;
  padding: 0 0 4px 0;
}
/* line 234, ../sass/general/_common.scss */
.products-grid.products-block li .product-info .product-name a {
  font: 13px "Helvetica Neue", Arial, sans-serif;
  color: #000000;
}
/* line 241, ../sass/general/_common.scss */
.products-grid.products-block li .product-info * {
  font: 14px "Helvetica Neue", Arial, sans-serif;
  color: #000000;
}
/* line 246, ../sass/general/_common.scss */
.products-grid.products-block li .product-info .price-label {
  display: none;
}
/* line 252, ../sass/general/_common.scss */
.products-grid.products-block li .product-info .price-box p {
  display: inline-block;
  vertical-align: top;
}
/* line 256, ../sass/general/_common.scss */
.products-grid.products-block li .product-info .price-box .old-price:after {
  content: "/";
  margin: 0 0 0 4px;
}
/* line 264, ../sass/general/_common.scss */
.products-grid.products-block li .product-info .special-price span {
  color: #e10668;
}
/* line 270, ../sass/general/_common.scss */
.products-grid.products-block li .product-info .sold-out {
  font-family: "Helvetica Bold", Arial, sans-serif;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
/* line 280, ../sass/general/_common.scss */
.products-grid.products-block li:hover .product-info, .products-grid.products-block li:focus .product-info {
  display: block;
}

/* back-link on backet and checkout page */
/* line 292, ../sass/general/_common.scss */
.onestepcheckout-index-index .back-link-block, .back-link-block {
  position: absolute;
  top: 32%;
  bottom: initial;
  left: 30px;
  right: initial;
  font: 17px "Helvetica Bold", Arial, sans-serif;
  padding-top: 66px;
  color: #625f5f;
  text-decoration: underline;
  z-index: 205;
}
/* line 300, ../sass/general/_common.scss */
.onestepcheckout-index-index .back-link-block:hover, .onestepcheckout-index-index .back-link-block:focus, .onestepcheckout-index-index .back-link-block:active, .back-link-block:hover, .back-link-block:focus, .back-link-block:active {
  outline: none;
}
/* line 304, ../sass/general/_common.scss */
.onestepcheckout-index-index .back-link-block:before, .back-link-block:before {
  background-image: url(../images/spritesheet.png);
  background-position: -104px -76px;
  width: 24px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: initial;
  left: 0;
  right: initial;
  width: 90px;
  height: 45px;
  content: ' ';
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 304, ../sass/general/_common.scss */
  .onestepcheckout-index-index .back-link-block:before, .back-link-block:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 311, ../sass/general/_common.scss */
.onestepcheckout-index-index .back-link-block span, .back-link-block span {
  font: 17px "Helvetica Bold", Arial, sans-serif;
  letter-spacing: -1px;
}

/* line 319, ../sass/general/_common.scss */
.top-back-link {
  display: none;
}
/* line 322, ../sass/general/_common.scss */
.top-back-link .back-link-block {
  position: static;
  font: 23px "Helvetica Bold", Arial, sans-serif;
  padding-top: 0;
  display: inline-block;
}
/* line 328, ../sass/general/_common.scss */
.top-back-link .back-link-block:hover, .top-back-link .back-link-block:focus, .top-back-link .back-link-block:active {
  text-decoration: underline;
  outline: none;
  color: #b6b5b5;
}
/* line 334, ../sass/general/_common.scss */
.top-back-link .back-link-block:before {
  content: none;
}
/* line 338, ../sass/general/_common.scss */
.top-back-link .back-link-block span {
  position: relative;
  padding: 10px 15px 10px 40px;
  background: #000;
  color: #fff;
  display: block;
  border: 1px solid #000;
  font: 17px "Helvetica Neue", Arial, sans-serif;
}
/* line 347, ../sass/general/_common.scss */
.top-back-link .back-link-block span:before {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: absolute;
  top: 50%;
  bottom: initial;
  left: 10px;
  right: initial;
  font: 19px "Glyphicons Halflings", Arial, sans-serif;
  content: "\e072";
  margin: -11px 0 0 0;
}
/* line 357, ../sass/general/_common.scss */
.top-back-link .back-link-block:hover, .top-back-link .back-link-block:focus {
  text-decoration: none;
}
/* line 360, ../sass/general/_common.scss */
.top-back-link .back-link-block:hover span, .top-back-link .back-link-block:focus span {
  background: #fff;
  color: #000;
}
/* line 364, ../sass/general/_common.scss */
.top-back-link .back-link-block:hover span:before, .top-back-link .back-link-block:focus span:before {
  color: #000;
}

/* style checkbox field and radio field */
/* line 378, ../sass/general/_common.scss */
.checkbox-field label {
  cursor: pointer;
}
/* line 382, ../sass/general/_common.scss */
.checkbox-field input[type="checkbox"] {
  display: none !important;
}
/* line 385, ../sass/general/_common.scss */
.checkbox-field input[type="checkbox"] + label span {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background-image: url(../images/spritesheet.png);
  background-position: -13px -134px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 385, ../sass/general/_common.scss */
  .checkbox-field input[type="checkbox"] + label span {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 393, ../sass/general/_common.scss */
.checkbox-field input[type="checkbox"]:checked + label span {
  background-image: url(../images/spritesheet.png);
  background-position: -76px -104px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 393, ../sass/general/_common.scss */
  .checkbox-field input[type="checkbox"]:checked + label span {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 396, ../sass/general/_common.scss */
.checkbox-field + .default-address {
  background-image: url(../images/spritesheet.png);
  background-position: -76px -104px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 396, ../sass/general/_common.scss */
  .checkbox-field + .default-address {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 402, ../sass/general/_common.scss */
.onestep-checkbox-field {
  margin: 0 0 12px 0;
}
/* line 405, ../sass/general/_common.scss */
.onestep-checkbox-field input[type="checkbox"] {
  display: none !important;
}
/* line 409, ../sass/general/_common.scss */
.onestep-checkbox-field label {
  position: relative;
  padding: 0 0 0 34px;
  font-size: 17px;
  line-height: 23px !important;
}
/* line 415, ../sass/general/_common.scss */
.onestep-checkbox-field label:before {
  content: '';
  vertical-align: middle;
  position: absolute;
  top: 3px;
  bottom: initial;
  left: 0;
  right: initial;
  width: 19px;
  height: 19px;
  background-image: url(../images/spritesheet.png);
  background-position: -106px -104px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 415, ../sass/general/_common.scss */
  .onestep-checkbox-field label:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 425, ../sass/general/_common.scss */
.onestep-checkbox-field input[type="checkbox"]:checked + label:before {
  background-image: url(../images/spritesheet.png);
  background-position: -91px -104px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 425, ../sass/general/_common.scss */
  .onestep-checkbox-field input[type="checkbox"]:checked + label:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 435, ../sass/general/_common.scss */
.active-aside-nav .checkbox-field label {
  cursor: pointer;
}
/* line 439, ../sass/general/_common.scss */
.active-aside-nav .checkbox-field input[type="checkbox"] {
  display: none !important;
}
/* line 443, ../sass/general/_common.scss */
.active-aside-nav .checkbox-field input[type="checkbox"] + label span {
  width: 39px;
  height: 38px;
  display: inline-block;
  margin: -4px 18px 0 0;
  vertical-align: middle;
  background-image: url(../images/spritesheet.png);
  background-position: -56px -76px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 443, ../sass/general/_common.scss */
  .active-aside-nav .checkbox-field input[type="checkbox"] + label span {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 451, ../sass/general/_common.scss */
.active-aside-nav .checkbox-field input[type="checkbox"]:checked + label span {
  background-image: url(../images/spritesheet.png);
  background-position: -109px -38px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 451, ../sass/general/_common.scss */
  .active-aside-nav .checkbox-field input[type="checkbox"]:checked + label span {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 458, ../sass/general/_common.scss */
.active-aside-nav .radio-field label {
  cursor: pointer;
}
/* line 461, ../sass/general/_common.scss */
.active-aside-nav .radio-field input[type="radio"] {
  display: none;
}
/* line 464, ../sass/general/_common.scss */
.active-aside-nav .radio-field input[type="radio"] + label > span {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: -4px 31px 0 0;
  vertical-align: middle;
  background-image: url(../images/spritesheet.png);
  background-position: 0px -76px;
  width: 23px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 464, ../sass/general/_common.scss */
  .active-aside-nav .radio-field input[type="radio"] + label > span {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 472, ../sass/general/_common.scss */
.active-aside-nav .radio-field input[type="radio"]:checked + label > span {
  background-image: url(../images/spritesheet.png);
  background-position: -28px -76px;
  width: 23px;
  height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 472, ../sass/general/_common.scss */
  .active-aside-nav .radio-field input[type="radio"]:checked + label > span {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 479, ../sass/general/_common.scss */
.radio-field label {
  cursor: pointer;
}
/* line 482, ../sass/general/_common.scss */
.radio-field input[type="radio"] {
  display: none;
}
/* line 485, ../sass/general/_common.scss */
.radio-field input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 20px;
}
/* line 489, ../sass/general/_common.scss */
.radio-field input[type="radio"] + label > span:first-child:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(../images/spritesheet.png);
  background-position: -106px -104px;
  width: 10px;
  height: 10px;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 489, ../sass/general/_common.scss */
  .radio-field input[type="radio"] + label > span:first-child:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 500, ../sass/general/_common.scss */
.radio-field input[type="radio"]:checked + label > span:first-child:before {
  background-image: url(../images/spritesheet.png);
  background-position: -91px -104px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 500, ../sass/general/_common.scss */
  .radio-field input[type="radio"]:checked + label > span:first-child:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* style button */
/* line 507, ../sass/general/_common.scss */
.united-btn {
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
/* line 514, ../sass/general/_common.scss */
.united-btn span {
  text-transform: uppercase;
  font: 15px "Helvetica Neue Light", Arial, sans-serif;
  color: #000;
  padding: 10px 20px;
  display: block;
}
/* line 520, ../sass/general/_common.scss */
.united-btn.btn-proceed-checkout {
  width: 100%;
}
/* line 523, ../sass/general/_common.scss */
.united-btn.btn-proceed-checkout span span {
  padding: 0;
}

/* line 530, ../sass/general/_common.scss */
.breadcrumb {
  display: inline-block;
  background-color: #ffffff !important;
}

/* line 535, ../sass/general/_common.scss */
.container {
  width: 1200px;
}
/* line 538, ../sass/general/_common.scss */
.container.head {
  width: 100%;
}

/* line 546, ../sass/general/_common.scss */
html .alert-danger, html .error-msg, html div.onestepcheckout-error {
  background-color: transparent;
  border-color: #fd0100;
  color: #fd0100;
}
/* line 552, ../sass/general/_common.scss */
html div.onestepcheckout-error {
  background: none;
  font-size: initial;
}
/* line 557, ../sass/general/_common.scss */
html label.required, html span.required {
  color: #000;
}
/* line 561, ../sass/general/_common.scss */
html .validation-advice, html .validation-input-failed, html .validation-input-failed span.required {
  color: #fd0100;
  font-weight: normal;
}
/* line 566, ../sass/general/_common.scss */
html .validation-failed {
  border-color: #444444 !important;
}
/* line 569, ../sass/general/_common.scss */
html .validation-failed:hover, html .validation-failed:focus {
  border-color: #444444 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 577, ../sass/general/_common.scss */
html span.required, html p.required, html .required, html .required *, html .form-list label.required em {
  color: initial;
}
/* line 583, ../sass/general/_common.scss */
html .validation-error label, html .validation-error span, html .validation-error em, html .validation-error .required *, html .validation-error span.required, html .validation-error .validation-wrapper, html .validation-error .validation-wrapper * {
  color: #fd0100 !important;
}
/* line 589, ../sass/general/_common.scss */
html a:focus, html a:hover {
  color: #b6b5b5;
}
/* line 595, ../sass/general/_common.scss */
html .messages .success-msg {
  background: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #000;
}
/* line 601, ../sass/general/_common.scss */
html .messages .success-msg ul li {
  color: #000;
  font-size: 18px;
}
/* line 606, ../sass/general/_common.scss */
html .messages .success-msg:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: 0px -38px;
  width: 33px;
  height: 33px;
  display: block;
  margin: 0 auto 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 606, ../sass/general/_common.scss */
  html .messages .success-msg:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 613, ../sass/general/_common.scss */
html .messages .error-msg, html .messages .notice-msg {
  background: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #000;
}
/* line 619, ../sass/general/_common.scss */
html .messages .error-msg ul li, html .messages .notice-msg ul li {
  color: #000;
  font-size: 18px;
}
/* line 624, ../sass/general/_common.scss */
html .messages .error-msg:before, html .messages .notice-msg:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -38px -38px;
  width: 33px;
  height: 33px;
  display: block;
  margin: 0 auto 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 624, ../sass/general/_common.scss */
  html .messages .error-msg:before, html .messages .notice-msg:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 632, ../sass/general/_common.scss */
html .genderbox {
  float: left;
  margin: 0 20px 0 0;
}
/* line 635, ../sass/general/_common.scss */
html .genderbox em {
  float: right;
}
/* line 639, ../sass/general/_common.scss */
html .genderbox-inputs {
  float: left;
}
/* line 641, ../sass/general/_common.scss */
html .genderbox-inputs .radio-field {
  display: inline-block;
  vertical-align: top;
}
/* line 647, ../sass/general/_common.scss */
html .select-wrapper {
  position: relative;
}
/* line 650, ../sass/general/_common.scss */
html .select-wrapper ::-ms-expand {
  display: none;
}
/* line 654, ../sass/general/_common.scss */
html .select-wrapper:after {
  content: '';
  position: absolute;
  top: 19px;
  bottom: initial;
  left: initial;
  right: 10px;
  background-image: url(../images/spritesheet.png);
  background-position: -70px -122px;
  width: 10px;
  height: 5px;
  margin: -4px 0 0;
  pointer-events: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 654, ../sass/general/_common.scss */
  html .select-wrapper:after {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 662, ../sass/general/_common.scss */
html .select-wrapper.selected:before {
  content: none;
}
/* line 668, ../sass/general/_common.scss */
html select, html .form-language select, html .form-list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  float: none;
  border: 1px solid #000;
  width: 100%;
  height: 34px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  font: 14px "Helvetica Neue", Arial, sans-serif;
  padding: 0 52px 0 10px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #000;
  background-color: #fff;
}
/* line 689, ../sass/general/_common.scss */
html input, html body .input-text {
  border: 1px solid #444444;
  font: 17px "Helvetica Neue", Arial, sans-serif;
  color: #000;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 697, ../sass/general/_common.scss */
html ::-webkit-input-placeholder {
  color: #5f5f5f;
}
/* line 700, ../sass/general/_common.scss */
html :-moz-placeholder {
  color: #5f5f5f;
  opacity: 1;
}
/* line 704, ../sass/general/_common.scss */
html ::-moz-placeholder {
  color: #5f5f5f;
  opacity: 1;
}
/* line 708, ../sass/general/_common.scss */
html :-ms-input-placeholder {
  color: #5f5f5f;
}
/* line 711, ../sass/general/_common.scss */
html :placeholder-shown {
  color: #5f5f5f;
}
/* line 717, ../sass/general/_common.scss */
html .pager .limiter {
  width: 190px;
  float: right;
  text-align: right;
}
/* line 722, ../sass/general/_common.scss */
html .pager .limiter * {
  vertical-align: top;
  display: inline-block;
}
/* line 727, ../sass/general/_common.scss */
html .pager .limiter select {
  padding: 0 0 0 5px;
}
/* line 735, ../sass/general/_common.scss */
html .ajaxcartpro-box-show .united-btn, html .ajaxcartpro-box-show .aw-acp-checkout {
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 7px;
  margin: 0;
  text-transform: uppercase;
  font: 15px "Helvetica Neue Light", Arial, sans-serif;
  color: #000;
  display: block;
  width: auto;
  height: auto;
}

/* line 751, ../sass/general/_common.scss */
.salelabel {
  position: absolute;
  background-color: transparent !important;
}

/* line 755, ../sass/general/_common.scss */
.salelabel img {
  background-color: transparent !important;
}

/* line 758, ../sass/general/_common.scss */
.salelabel.tl {
  top: 0;
  left: 0;
}

/* line 762, ../sass/general/_common.scss */
.salelabel.bl {
  bottom: 0;
  left: 0;
}

/* line 766, ../sass/general/_common.scss */
.salelabel.tr {
  top: 0;
  right: 0;
}

/* line 770, ../sass/general/_common.scss */
.salelabel.br {
  bottom: 0;
  right: 0;
}

/* line 775, ../sass/general/_common.scss */
.left-cell {
  text-align: left;
  float: left;
  font: 13px "Helvetica Bold", Arial, sans-serif;
  width: 50%;
}

/* line 781, ../sass/general/_common.scss */
.right-cell {
  text-align: right;
  float: right;
  width: 50%;
  text-decoration: underline;
}

/* line 787, ../sass/general/_common.scss */
.left-cell, .right-cell {
  display: inline-block;
  font: 13px "Helvetica Bold", Arial, sans-serif;
  text-transform: uppercase;
}

/* line 794, ../sass/general/_common.scss */
.toolbar .select-wrapper {
  display: inline-block;
}

/* line 798, ../sass/general/_common.scss */
.toolbar select {
  border-width: 0px;
  text-transform: uppercase;
  padding: 0 25px 0 5px !important;
  font-size: 14px;
}

/* line 805, ../sass/general/_common.scss */
.about-section img {
  max-width: 100%;
  height: auto;
}

/* line 810, ../sass/general/_common.scss */
.caret-wview {
  width: 20px;
}

/* line 814, ../sass/general/_common.scss */
.caret-wsort {
  width: 20px;
}

/* line 818, ../sass/general/_common.scss */
.un-flowbox {
  padding: 0 0 30px 0;
}

/* line 822, ../sass/general/_common.scss */
.js .slider-single > div:nth-child(1n+2) {
  display: none;
}

/* line 824, ../sass/general/_common.scss */
.js .slider-single.slick-initialized > div:nth-child(1n+2) {
  display: block;
}

/* line 826, ../sass/general/_common.scss */
.slider-nav {
  cursor: pointer;
}

/* line 828, ../sass/general/_common.scss */
.slick-slide.is-active h3 {
  color: #c00;
  background-color: #fff;
}

/* line 833, ../sass/general/_common.scss */
.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 5px;
  border: 1px solid #000;
  background: #fff;
  display: inline-block;
  cursor: pointer;
}

/* line 843, ../sass/general/_common.scss */
.slick-dots li.slick-active, .slick-dots li:hover {
  background: #000;
}

/* line 847, ../sass/general/_common.scss */
.slick-list {
  outline: none !important;
}

/* line 851, ../sass/general/_common.scss */
.slick-slide {
  outline: none !important;
}

/* line 855, ../sass/general/_common.scss */
.slick-slide:focus {
  outline: none;
}

/* line 857, ../sass/general/_common.scss */
.slider-single:focus {
  outline: none;
}

/* line 859, ../sass/general/_common.scss */
.wishlist-category {
  margin-top: 5px;
  display: block !important;
}

/* line 864, ../sass/general/_common.scss */
.home-footer-line, .pages-footer-line {
  border-bottom: 2px solid #dedede;
}

/* line 868, ../sass/general/_common.scss */
.pages-footer-line {
  margin-bottom: 60px;
}

/* line 872, ../sass/general/_common.scss */
.pager .amount {
  float: right;
}

/* line 876, ../sass/general/_common.scss */
hr.brcmbs {
  border-top: 1px solid #dedede;
  padding: 0;
  margin: 0;
}

/* line 882, ../sass/general/_common.scss */
ul.breadcrumb {
  margin: 0;
}

/* line 3, ../sass/general/_login.scss */
html .customer-account-login div[role=main] .account-login #login-form .content {
  min-height: 246px;
}
/* line 7, ../sass/general/_login.scss */
html .customer-account-login .layout.layout-1-col div[role=main] {
  margin: 0 0 40px;
}
/* line 10, ../sass/general/_login.scss */
html .customer-account-login .layout.layout-1-col div[role=main] .buttons-set a {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: 1px solid #444;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 12px;
  line-height: 18px;
}
/* line 18, ../sass/general/_login.scss */
html .customer-account-login .layout.layout-1-col div[role=main] .buttons-set a span {
  background: none;
}
/* line 20, ../sass/general/_login.scss */
html .customer-account-login .layout.layout-1-col div[role=main] .buttons-set a span span {
  color: #000;
}
/* line 25, ../sass/general/_login.scss */
html .customer-account-login .layout.layout-1-col div[role=main] .buttons-set a {
  text-decoration: none;
}
/* line 39, ../sass/general/_login.scss */
html .customer-account-changeforgotten .layout.layout-1-col div[role=main] {
  margin: 0 0 40px;
}

/* line 7, ../sass/general/_register.scss */
html .customer-account-create .layout.layout-1-col div[role=main] {
  margin: 0 0 40px;
}
/* line 12, ../sass/general/_register.scss */
html .customer-account-create .buttons-set a {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: 1px solid #444;
  padding: 7px 12px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
}
/* line 20, ../sass/general/_register.scss */
html .customer-account-create .buttons-set a span {
  background: none;
}
/* line 22, ../sass/general/_register.scss */
html .customer-account-create .buttons-set a span span {
  color: #000;
}

/* line 4, ../sass/general/_forgot-password.scss */
html .customer-account-forgotpassword .layout.layout-1-col div[role=main] {
  margin: 0 0 40px;
}
/* line 9, ../sass/general/_forgot-password.scss */
html .customer-account-forgotpassword .buttons-set a {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: 1px solid #444;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 12px;
  line-height: 18px;
}
/* line 17, ../sass/general/_forgot-password.scss */
html .customer-account-forgotpassword .buttons-set a span {
  background: none;
}
/* line 19, ../sass/general/_forgot-password.scss */
html .customer-account-forgotpassword .buttons-set a span span {
  color: #000;
}

/* line 2, ../sass/general/_account.scss */
.block.block-account, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount, .cms-magazine-page .masonry-wrapper .block-account.block-video, .blog-index-list .masonry-wrapper .block-account.block-video, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account, .onestepcheckout-index-index .block-account.shipping_address_block,
.onestepcheckout-index-index .block-account#billing_address_list, .onestepcheckout-index-index .login-li .block-account.continue-guest,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest,
.onestepcheckout-index-index .register-li .block-account.continue-guest,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix {
  margin-top: 50px !important;
  box-shadow: none !important;
  border: 0px;
}
/* line 6, ../sass/general/_account.scss */
.block.block-account .tab-block-title, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-title, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-title, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-title, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-title, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-title, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-title, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-title, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-title,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-title, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-title,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-title,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-title,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-title, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-title, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-title {
  border: none;
  background: none;
  color: #000;
  padding: 8px 0 9px 10px;
  text-transform: uppercase;
}
/* line 12, ../sass/general/_account.scss */
.block.block-account .tab-block-title > strong, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-title > strong, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-title > strong, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-title > strong, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-title > strong, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-title > strong, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-title > strong, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-title > strong, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-title > strong,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-title > strong, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-title > strong,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-title > strong,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-title > strong,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-title > strong, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-title > strong, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-title > strong {
  font-weight: bold;
  font-size: 22px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 19, ../sass/general/_account.scss */
.block.block-account .tab-block-content, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content {
  padding: 15px;
}
/* line 24, ../sass/general/_account.scss */
.block.block-account .tab-block-content > ul > li > a, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content > ul > li > a, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content > ul > li > a, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content > ul > li > a, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content > ul > li > a, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content > ul > li > a, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content > ul > li > a, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content > ul > li > a, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content > ul > li > a,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content > ul > li > a, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content > ul > li > a,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content > ul > li > a,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content > ul > li > a,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content > ul > li > a, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content > ul > li > a, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content > ul > li > a {
  color: #000;
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #444444;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
}
/* line 35, ../sass/general/_account.scss */
.block.block-account .tab-block-content > ul > li > a:hover, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content > ul > li > a:hover, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content > ul > li > a:hover, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content > ul > li > a:hover, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content > ul > li > a:hover, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content > ul > li > a:hover, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content > ul > li > a:hover, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content > ul > li > a:hover, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content > ul > li > a:hover,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content > ul > li > a:hover, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content > ul > li > a:hover,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content > ul > li > a:hover,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content > ul > li > a:hover,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content > ul > li > a:hover, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content > ul > li > a:hover, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content > ul > li > a:hover {
  color: #5b5b5b;
}
/* line 39, ../sass/general/_account.scss */
.block.block-account .tab-block-content > ul > li > a:before, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content > ul > li > a:before, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content > ul > li > a:before, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content > ul > li > a:before, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content > ul > li > a:before, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content > ul > li > a:before, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content > ul > li > a:before, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content > ul > li > a:before, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content > ul > li > a:before,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content > ul > li > a:before, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content > ul > li > a:before,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content > ul > li > a:before,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content > ul > li > a:before,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content > ul > li > a:before, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content > ul > li > a:before, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content > ul > li > a:before {
  content: '+ ';
  width: 10px;
  font-weight: bold;
  line-height: 41px;
  font-size: 16px;
  height: 10px;
}
/* line 49, ../sass/general/_account.scss */
.block.block-account .tab-block-content > ul > li.last > a, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content > ul > li.last > a, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content > ul > li.last > a, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content > ul > li.last > a, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content > ul > li.last > a, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content > ul > li.last > a, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content > ul > li.last > a, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content > ul > li.last > a, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content > ul > li.last > a,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content > ul > li.last > a, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content > ul > li.last > a,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content > ul > li.last > a,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content > ul > li.last > a,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content > ul > li.last > a, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content > ul > li.last > a, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content > ul > li.last > a {
  border-bottom: 0;
}
/* line 53, ../sass/general/_account.scss */
.block.block-account .tab-block-content > ul > li > strong, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content > ul > li > strong, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content > ul > li > strong, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content > ul > li > strong, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content > ul > li > strong, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content > ul > li > strong, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content > ul > li > strong, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content > ul > li > strong, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content > ul > li > strong,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content > ul > li > strong, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content > ul > li > strong,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content > ul > li > strong,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content > ul > li > strong,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content > ul > li > strong, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content > ul > li > strong, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content > ul > li > strong {
  font-size: 17px;
}
/* line 58, ../sass/general/_account.scss */
.block.block-account .tab-block-content .current, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content .current, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content .current, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content .current, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content .current, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content .current, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content .current,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content .current, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content .current,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content .current,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content .current,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content .current, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content .current, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content .current {
  padding: 5px 0;
}
/* line 61, ../sass/general/_account.scss */
.block.block-account .tab-block-content .current > strong, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content .current > strong, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content .current > strong, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content .current > strong, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content .current > strong, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content .current > strong, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current > strong, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current > strong, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content .current > strong,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content .current > strong, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content .current > strong,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content .current > strong,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content .current > strong,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content .current > strong, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content .current > strong, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content .current > strong, .block.block-account .tab-block-content .current > a, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content .current > a, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content .current > a, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content .current > a, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content .current > a, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content .current > a, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current > a, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current > a, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content .current > a,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content .current > a, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content .current > a,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content .current > a,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content .current > a,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content .current > a, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content .current > a, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content .current > a {
  display: block;
  border-bottom: 1px solid #000;
}
/* line 65, ../sass/general/_account.scss */
.block.block-account .tab-block-content .current > strong:before, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content .current > strong:before, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content .current > strong:before, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content .current > strong:before, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content .current > strong:before, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content .current > strong:before, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current > strong:before, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current > strong:before, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content .current > strong:before,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content .current > strong:before, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content .current > strong:before,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content .current > strong:before,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content .current > strong:before,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content .current > strong:before, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content .current > strong:before, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content .current > strong:before, .block.block-account .tab-block-content .current > a:before, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content .current > a:before, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content .current > a:before, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content .current > a:before, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content .current > a:before, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content .current > a:before, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current > a:before, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current > a:before, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content .current > a:before,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content .current > a:before, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content .current > a:before,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content .current > a:before,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content .current > a:before,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content .current > a:before, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content .current > a:before, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content .current > a:before {
  content: '- ';
  width: 10px;
  font-weight: bold;
  line-height: 41px;
  font-size: 16px;
  height: 10px;
}
/* line 76, ../sass/general/_account.scss */
.block.block-account .tab-block-content .current::before, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content .current::before, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content .current::before, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content .current::before, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content .current::before, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content .current::before, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current::before, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .current::before, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content .current::before,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content .current::before, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content .current::before,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content .current::before,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content .current::before,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content .current::before, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content .current::before, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content .current::before {
  display: none;
}
/* line 80, ../sass/general/_account.scss */
.block.block-account .tab-block-content .buttons-set, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content .buttons-set, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content .buttons-set, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content .buttons-set, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content .buttons-set, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content .buttons-set, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .buttons-set, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .buttons-set, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content .buttons-set,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content .buttons-set, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content .buttons-set,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content .buttons-set,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content .buttons-set,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content .buttons-set, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content .buttons-set, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content .buttons-set {
  border: 0px;
  margin: 0px;
}
/* line 83, ../sass/general/_account.scss */
.block.block-account .tab-block-content .buttons-set .back-link, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .tab-block-content .buttons-set .back-link, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .tab-block-content .buttons-set .back-link, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .tab-block-content .buttons-set .back-link, .cms-magazine-page .masonry-wrapper .block-account.block-video .tab-block-content .buttons-set .back-link, .blog-index-list .masonry-wrapper .block-account.block-video .tab-block-content .buttons-set .back-link, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .buttons-set .back-link, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .tab-block-content .buttons-set .back-link, .onestepcheckout-index-index .block-account.shipping_address_block .tab-block-content .buttons-set .back-link,
.onestepcheckout-index-index .block-account#billing_address_list .tab-block-content .buttons-set .back-link, .onestepcheckout-index-index .login-li .block-account.continue-guest .tab-block-content .buttons-set .back-link,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .tab-block-content .buttons-set .back-link,
.onestepcheckout-index-index .register-li .block-account.continue-guest .tab-block-content .buttons-set .back-link,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .tab-block-content .buttons-set .back-link, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .tab-block-content .buttons-set .back-link, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .tab-block-content .buttons-set .back-link {
  display: none;
}
/* line 90, ../sass/general/_account.scss */
.block.block-account .genderbox-inputs .radio-field, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .genderbox-inputs .radio-field, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .genderbox-inputs .radio-field, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .genderbox-inputs .radio-field, .cms-magazine-page .masonry-wrapper .block-account.block-video .genderbox-inputs .radio-field, .blog-index-list .masonry-wrapper .block-account.block-video .genderbox-inputs .radio-field, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .genderbox-inputs .radio-field, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .genderbox-inputs .radio-field, .onestepcheckout-index-index .block-account.shipping_address_block .genderbox-inputs .radio-field,
.onestepcheckout-index-index .block-account#billing_address_list .genderbox-inputs .radio-field, .onestepcheckout-index-index .login-li .block-account.continue-guest .genderbox-inputs .radio-field,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .genderbox-inputs .radio-field,
.onestepcheckout-index-index .register-li .block-account.continue-guest .genderbox-inputs .radio-field,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .genderbox-inputs .radio-field, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .genderbox-inputs .radio-field, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .genderbox-inputs .radio-field {
  margin-right: 15px;
}
/* line 92, ../sass/general/_account.scss */
.block.block-account .genderbox-inputs .radio-field label, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .genderbox-inputs .radio-field label, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .genderbox-inputs .radio-field label, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .genderbox-inputs .radio-field label, .cms-magazine-page .masonry-wrapper .block-account.block-video .genderbox-inputs .radio-field label, .blog-index-list .masonry-wrapper .block-account.block-video .genderbox-inputs .radio-field label, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .genderbox-inputs .radio-field label, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .genderbox-inputs .radio-field label, .onestepcheckout-index-index .block-account.shipping_address_block .genderbox-inputs .radio-field label,
.onestepcheckout-index-index .block-account#billing_address_list .genderbox-inputs .radio-field label, .onestepcheckout-index-index .login-li .block-account.continue-guest .genderbox-inputs .radio-field label,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .genderbox-inputs .radio-field label,
.onestepcheckout-index-index .register-li .block-account.continue-guest .genderbox-inputs .radio-field label,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .genderbox-inputs .radio-field label, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .genderbox-inputs .radio-field label, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .genderbox-inputs .radio-field label {
  padding: 0 0 0 15px;
}
/* line 94, ../sass/general/_account.scss */
.block.block-account .genderbox-inputs .radio-field label > span:first-child:before, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .genderbox-inputs .radio-field label > span:first-child:before, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .genderbox-inputs .radio-field label > span:first-child:before, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .genderbox-inputs .radio-field label > span:first-child:before, .cms-magazine-page .masonry-wrapper .block-account.block-video .genderbox-inputs .radio-field label > span:first-child:before, .blog-index-list .masonry-wrapper .block-account.block-video .genderbox-inputs .radio-field label > span:first-child:before, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .genderbox-inputs .radio-field label > span:first-child:before, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .genderbox-inputs .radio-field label > span:first-child:before, .onestepcheckout-index-index .block-account.shipping_address_block .genderbox-inputs .radio-field label > span:first-child:before,
.onestepcheckout-index-index .block-account#billing_address_list .genderbox-inputs .radio-field label > span:first-child:before, .onestepcheckout-index-index .login-li .block-account.continue-guest .genderbox-inputs .radio-field label > span:first-child:before,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .genderbox-inputs .radio-field label > span:first-child:before,
.onestepcheckout-index-index .register-li .block-account.continue-guest .genderbox-inputs .radio-field label > span:first-child:before,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .genderbox-inputs .radio-field label > span:first-child:before, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .genderbox-inputs .radio-field label > span:first-child:before, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .genderbox-inputs .radio-field label > span:first-child:before {
  top: 4px;
}
/* line 99, ../sass/general/_account.scss */
.block.block-account .addresses-list, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .addresses-list, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .addresses-list, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .addresses-list, .cms-magazine-page .masonry-wrapper .block-account.block-video .addresses-list, .blog-index-list .masonry-wrapper .block-account.block-video .addresses-list, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list, .onestepcheckout-index-index .block-account.shipping_address_block .addresses-list,
.onestepcheckout-index-index .block-account#billing_address_list .addresses-list, .onestepcheckout-index-index .login-li .block-account.continue-guest .addresses-list,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .addresses-list,
.onestepcheckout-index-index .register-li .block-account.continue-guest .addresses-list,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .addresses-list, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .addresses-list, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .addresses-list {
  padding-left: 20px;
}
/* line 101, ../sass/general/_account.scss */
.block.block-account .addresses-list .item, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .addresses-list .item, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .addresses-list .item, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .addresses-list .item, .cms-magazine-page .masonry-wrapper .block-account.block-video .addresses-list .item, .blog-index-list .masonry-wrapper .block-account.block-video .addresses-list .item, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list .item, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list .item, .onestepcheckout-index-index .block-account.shipping_address_block .addresses-list .item,
.onestepcheckout-index-index .block-account#billing_address_list .addresses-list .item, .onestepcheckout-index-index .login-li .block-account.continue-guest .addresses-list .item,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .addresses-list .item,
.onestepcheckout-index-index .register-li .block-account.continue-guest .addresses-list .item,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .addresses-list .item, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .addresses-list .item, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .addresses-list .item {
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 10px;
}
/* line 105, ../sass/general/_account.scss */
.block.block-account .addresses-list .item address, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .addresses-list .item address, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .addresses-list .item address, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .addresses-list .item address, .cms-magazine-page .masonry-wrapper .block-account.block-video .addresses-list .item address, .blog-index-list .masonry-wrapper .block-account.block-video .addresses-list .item address, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list .item address, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list .item address, .onestepcheckout-index-index .block-account.shipping_address_block .addresses-list .item address,
.onestepcheckout-index-index .block-account#billing_address_list .addresses-list .item address, .onestepcheckout-index-index .login-li .block-account.continue-guest .addresses-list .item address,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .addresses-list .item address,
.onestepcheckout-index-index .register-li .block-account.continue-guest .addresses-list .item address,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .addresses-list .item address, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .addresses-list .item address, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .addresses-list .item address {
  isplay: block;
}
/* line 106, ../sass/general/_account.scss */
.block.block-account .addresses-list .item .address-actions, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .addresses-list .item .address-actions, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .addresses-list .item .address-actions, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .addresses-list .item .address-actions, .cms-magazine-page .masonry-wrapper .block-account.block-video .addresses-list .item .address-actions, .blog-index-list .masonry-wrapper .block-account.block-video .addresses-list .item .address-actions, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list .item .address-actions, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list .item .address-actions, .onestepcheckout-index-index .block-account.shipping_address_block .addresses-list .item .address-actions,
.onestepcheckout-index-index .block-account#billing_address_list .addresses-list .item .address-actions, .onestepcheckout-index-index .login-li .block-account.continue-guest .addresses-list .item .address-actions,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .addresses-list .item .address-actions,
.onestepcheckout-index-index .register-li .block-account.continue-guest .addresses-list .item .address-actions,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .addresses-list .item .address-actions, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .addresses-list .item .address-actions, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .addresses-list .item .address-actions {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-style: italic;
}
/* line 113, ../sass/general/_account.scss */
.block.block-account .addresses-list .item .address-actions a, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .addresses-list .item .address-actions a, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .addresses-list .item .address-actions a, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .addresses-list .item .address-actions a, .cms-magazine-page .masonry-wrapper .block-account.block-video .addresses-list .item .address-actions a, .blog-index-list .masonry-wrapper .block-account.block-video .addresses-list .item .address-actions a, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list .item .address-actions a, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list .item .address-actions a, .onestepcheckout-index-index .block-account.shipping_address_block .addresses-list .item .address-actions a,
.onestepcheckout-index-index .block-account#billing_address_list .addresses-list .item .address-actions a, .onestepcheckout-index-index .login-li .block-account.continue-guest .addresses-list .item .address-actions a,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .addresses-list .item .address-actions a,
.onestepcheckout-index-index .register-li .block-account.continue-guest .addresses-list .item .address-actions a,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .addresses-list .item .address-actions a, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .addresses-list .item .address-actions a, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .addresses-list .item .address-actions a {
  color: #b6b5b5;
}
/* line 115, ../sass/general/_account.scss */
.block.block-account .addresses-list .item .address-actions a:hover, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account .addresses-list .item .address-actions a:hover, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account .addresses-list .item .address-actions a:hover, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount .addresses-list .item .address-actions a:hover, .cms-magazine-page .masonry-wrapper .block-account.block-video .addresses-list .item .address-actions a:hover, .blog-index-list .masonry-wrapper .block-account.block-video .addresses-list .item .address-actions a:hover, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list .item .address-actions a:hover, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account .addresses-list .item .address-actions a:hover, .onestepcheckout-index-index .block-account.shipping_address_block .addresses-list .item .address-actions a:hover,
.onestepcheckout-index-index .block-account#billing_address_list .addresses-list .item .address-actions a:hover, .onestepcheckout-index-index .login-li .block-account.continue-guest .addresses-list .item .address-actions a:hover,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest .addresses-list .item .address-actions a:hover,
.onestepcheckout-index-index .register-li .block-account.continue-guest .addresses-list .item .address-actions a:hover,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest .addresses-list .item .address-actions a:hover, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form .addresses-list .item .address-actions a:hover, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix .addresses-list .item .address-actions a:hover {
  color: #000;
}
/* line 120, ../sass/general/_account.scss */
.block.block-account #addressform-toggle, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account #addressform-toggle, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account #addressform-toggle, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount #addressform-toggle, .cms-magazine-page .masonry-wrapper .block-account.block-video #addressform-toggle, .blog-index-list .masonry-wrapper .block-account.block-video #addressform-toggle, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account #addressform-toggle, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account #addressform-toggle, .onestepcheckout-index-index .block-account.shipping_address_block #addressform-toggle,
.onestepcheckout-index-index .block-account#billing_address_list #addressform-toggle, .onestepcheckout-index-index .login-li .block-account.continue-guest #addressform-toggle,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest #addressform-toggle,
.onestepcheckout-index-index .register-li .block-account.continue-guest #addressform-toggle,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest #addressform-toggle, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form #addressform-toggle, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix #addressform-toggle {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-left: 18px;
}
/* line 125, ../sass/general/_account.scss */
.block.block-account #addressform-toggle:before, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account #addressform-toggle:before, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account #addressform-toggle:before, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount #addressform-toggle:before, .cms-magazine-page .masonry-wrapper .block-account.block-video #addressform-toggle:before, .blog-index-list .masonry-wrapper .block-account.block-video #addressform-toggle:before, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account #addressform-toggle:before, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account #addressform-toggle:before, .onestepcheckout-index-index .block-account.shipping_address_block #addressform-toggle:before,
.onestepcheckout-index-index .block-account#billing_address_list #addressform-toggle:before, .onestepcheckout-index-index .login-li .block-account.continue-guest #addressform-toggle:before,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest #addressform-toggle:before,
.onestepcheckout-index-index .register-li .block-account.continue-guest #addressform-toggle:before,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest #addressform-toggle:before, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form #addressform-toggle:before, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix #addressform-toggle:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../images/spritesheet.png);
  background-position: -106px -104px;
  width: 10px;
  height: 10px;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 125, ../sass/general/_account.scss */
  .block.block-account #addressform-toggle:before, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account #addressform-toggle:before, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account #addressform-toggle:before, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount #addressform-toggle:before, .cms-magazine-page .masonry-wrapper .block-account.block-video #addressform-toggle:before, .blog-index-list .masonry-wrapper .block-account.block-video #addressform-toggle:before, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account #addressform-toggle:before, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account #addressform-toggle:before, .onestepcheckout-index-index .block-account.shipping_address_block #addressform-toggle:before,
  .onestepcheckout-index-index .block-account#billing_address_list #addressform-toggle:before, .onestepcheckout-index-index .login-li .block-account.continue-guest #addressform-toggle:before,
  .onestepcheckout-index-index .login-li .block-account.sign-in-guest #addressform-toggle:before,
  .onestepcheckout-index-index .register-li .block-account.continue-guest #addressform-toggle:before,
  .onestepcheckout-index-index .register-li .block-account.sign-in-guest #addressform-toggle:before, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form #addressform-toggle:before, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix #addressform-toggle:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 133, ../sass/general/_account.scss */
.block.block-account #addressform-toggle.active:before, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account #addressform-toggle.active:before, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account #addressform-toggle.active:before, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount #addressform-toggle.active:before, .cms-magazine-page .masonry-wrapper .block-account.block-video #addressform-toggle.active:before, .blog-index-list .masonry-wrapper .block-account.block-video #addressform-toggle.active:before, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account #addressform-toggle.active:before, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account #addressform-toggle.active:before, .onestepcheckout-index-index .block-account.shipping_address_block #addressform-toggle.active:before,
.onestepcheckout-index-index .block-account#billing_address_list #addressform-toggle.active:before, .onestepcheckout-index-index .login-li .block-account.continue-guest #addressform-toggle.active:before,
.onestepcheckout-index-index .login-li .block-account.sign-in-guest #addressform-toggle.active:before,
.onestepcheckout-index-index .register-li .block-account.continue-guest #addressform-toggle.active:before,
.onestepcheckout-index-index .register-li .block-account.sign-in-guest #addressform-toggle.active:before, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form #addressform-toggle.active:before, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix #addressform-toggle.active:before {
  background-image: url(../images/spritesheet.png);
  background-position: -91px -104px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 133, ../sass/general/_account.scss */
  .block.block-account #addressform-toggle.active:before, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl.block-account #addressform-toggle.active:before, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl.block-account #addressform-toggle.active:before, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .block-account.discount #addressform-toggle.active:before, .cms-magazine-page .masonry-wrapper .block-account.block-video #addressform-toggle.active:before, .blog-index-list .masonry-wrapper .block-account.block-video #addressform-toggle.active:before, .cms-magazine-page .masonry-wrapper .grid-item-wrapper span.block-account #addressform-toggle.active:before, .blog-index-list .masonry-wrapper .grid-item-wrapper span.block-account #addressform-toggle.active:before, .onestepcheckout-index-index .block-account.shipping_address_block #addressform-toggle.active:before,
  .onestepcheckout-index-index .block-account#billing_address_list #addressform-toggle.active:before, .onestepcheckout-index-index .login-li .block-account.continue-guest #addressform-toggle.active:before,
  .onestepcheckout-index-index .login-li .block-account.sign-in-guest #addressform-toggle.active:before,
  .onestepcheckout-index-index .register-li .block-account.continue-guest #addressform-toggle.active:before,
  .onestepcheckout-index-index .register-li .block-account.sign-in-guest #addressform-toggle.active:before, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper .block-account#onestepcheckout-login-form #addressform-toggle.active:before, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .block-account.v-fix #addressform-toggle.active:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 140, ../sass/general/_account.scss */
.account-pages .data-table {
  border: none;
}
/* line 144, ../sass/general/_account.scss */
.account-pages .data-table > tbody > tr > td, .account-pages .data-table > tbody > tr > th {
  background: none;
  border: none;
}
/* line 152, ../sass/general/_account.scss */
.account-pages .data-table > thead > tr > th {
  border-right: none;
  border-left: none;
  border-color: #000;
}
/* line 164, ../sass/general/_account.scss */
.account-pages #wishlist-view-form .buttons-set.buttons-set2 {
  margin: 0;
  border-top: 0;
}
/* line 173, ../sass/general/_account.scss */
.account-pages .addresses-list h2 {
  margin-top: 0;
}
/* line 177, ../sass/general/_account.scss */
.account-pages .addresses-list h3 {
  font: 17px "Helvetica Neue", Arial, sans-serif;
}
/* line 184, ../sass/general/_account.scss */
.account-pages .cart-table .qty, .account-pages .input-sm {
  padding: 5px 2px;
}
/* line 188, ../sass/general/_account.scss */
.account-pages .back-link a {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: 1px solid #444;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  padding: 7px 12px;
  line-height: 18px;
}
/* line 196, ../sass/general/_account.scss */
.account-pages .back-link a span {
  background: none;
}
/* line 198, ../sass/general/_account.scss */
.account-pages .back-link a span span {
  color: #000;
}
/* line 207, ../sass/general/_account.scss */
.account-pages aside[role=complementary] {
  display: none;
}
/* line 210, ../sass/general/_account.scss */
.account-pages div[role=main] {
  margin-top: 20px;
  width: 100%;
}
/* line 213, ../sass/general/_account.scss */
.account-pages div[role=main] .page-title {
  display: none;
}
/* line 218, ../sass/general/_account.scss */
.account-pages div[role=main] .page-title h1 {
  margin: 2px 0;
  font-size: 22px;
}
/* line 224, ../sass/general/_account.scss */
.account-pages div[role=main] .my-account {
  padding: 15px 0;
}
/* line 228, ../sass/general/_account.scss */
.account-pages div[role=main] .legend {
  display: none;
}
/* line 232, ../sass/general/_account.scss */
.account-pages div[role=main] .pager {
  border-top: 0;
}
/* line 237, ../sass/general/_account.scss */
.account-pages div[role=main] .pager .limiter .select-wrapper.selected:before {
  display: none;
}
/* line 241, ../sass/general/_account.scss */
.account-pages div[role=main] .pager .limiter .select-wrapper:after {
  top: 16px;
}
/* line 249, ../sass/general/_account.scss */
.account-pages .data-table th {
  font-weight: normal;
}
/* line 253, ../sass/general/_account.scss */
.account-pages .data-table thead th {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 258, ../sass/general/_account.scss */
.account-pages .link-cart, .account-pages .link-compare, .account-pages .link-print, .account-pages .link-reorder, .account-pages .link-wishlist {
  font-weight: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 262, ../sass/general/_account.scss */
.account-pages .order-info .current, .account-pages dt {
  font-weight: normal;
}
/* line 265, ../sass/general/_account.scss */
.account-pages .box-account, .account-pages .order-info-box, .account-pages .addresses-list li.item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 270, ../sass/general/_account.scss */
.account-pages #form-validate input {
  outline: none;
}
/* line 276, ../sass/general/_account.scss */
.account-pages.customer-address-index div[role=main] .page-title {
  padding: 10px 0 4px;
}
/* line 281, ../sass/general/_account.scss */
.account-pages .addresses-list .link-remove {
  color: #b6b5b5;
}
/* line 283, ../sass/general/_account.scss */
.account-pages .addresses-list .link-remove:hover {
  color: #000;
}
/* line 287, ../sass/general/_account.scss */
.account-pages .availability-only-details > caption + thead > tr:first-child > td, .account-pages .availability-only-details > caption + thead > tr:first-child > th, .account-pages .availability-only-details > colgroup + thead > tr:first-child > td, .account-pages .availability-only-details > colgroup + thead > tr:first-child > th, .account-pages .availability-only-details > thead:first-child > tr:first-child > td, .account-pages .availability-only-details > thead:first-child > tr:first-child > th, .account-pages .cart .totals table > caption + thead > tr:first-child > td, .account-pages .cart .totals table > caption + thead > tr:first-child > th, .account-pages .cart .totals table > colgroup + thead > tr:first-child > td, .account-pages .cart .totals table > colgroup + thead > tr:first-child > th, .account-pages .cart .totals table > thead:first-child > tr:first-child > td, .account-pages .cart .totals table > thead:first-child > tr:first-child > th, .account-pages .data-table > caption + thead > tr:first-child > td, .account-pages .data-table > caption + thead > tr:first-child > th, .account-pages .data-table > colgroup + thead > tr:first-child > td, .account-pages .data-table > colgroup + thead > tr:first-child > th, .account-pages .data-table > thead:first-child > tr:first-child > td, .account-pages .data-table > thead:first-child > tr:first-child > th, .account-pages .table > caption + thead > tr:first-child > td, .account-pages .table > caption + thead > tr:first-child > th, .account-pages .table > colgroup + thead > tr:first-child > td, .account-pages .table > colgroup + thead > tr:first-child > th, .account-pages .table > thead:first-child > tr:first-child > td, .account-pages .table > thead:first-child > tr:first-child > th {
  padding: 6px 4px;
}
/* line 295, ../sass/general/_account.scss */
.account-pages .my-wishlist #wishlist-table thead th:nth-child(1), .account-pages .my-wishlist #wishlist-table tbody td:nth-child(1) {
  width: 25%;
}
/* line 299, ../sass/general/_account.scss */
.account-pages .my-wishlist #wishlist-table thead th:nth-child(2), .account-pages .my-wishlist #wishlist-table tbody td:nth-child(2) {
  width: 35%;
}
/* line 303, ../sass/general/_account.scss */
.account-pages .my-wishlist #wishlist-table thead th:nth-child(3), .account-pages .my-wishlist #wishlist-table tbody td:nth-child(3) {
  width: 35%;
}
/* line 307, ../sass/general/_account.scss */
.account-pages .my-wishlist #wishlist-table thead th:nth-child(4), .account-pages .my-wishlist #wishlist-table tbody td:nth-child(4) {
  width: 5%;
  text-align: center;
}
/* line 311, ../sass/general/_account.scss */
.account-pages .my-wishlist #wishlist-table thead th:nth-child(4) .btn-remove, .account-pages .my-wishlist #wishlist-table tbody td:nth-child(4) .btn-remove {
  float: none;
  margin: 0;
}
/* line 321, ../sass/general/_account.scss */
.account-pages .my-wishlist .wishlist-item {
  float: none;
  width: 100%;
  border: 1px solid #000;
  padding: 20px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 225px;
  position: relative;
}
/* line 330, ../sass/general/_account.scss */
.account-pages .my-wishlist .wishlist-item h4, .account-pages .my-wishlist .wishlist-item h3, .account-pages .my-wishlist .wishlist-item h2 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
}
@media (min-width: 401px) {
  /* line 334, ../sass/general/_account.scss */
  .account-pages .my-wishlist .wishlist-item .product-image {
    float: left;
  }
}
/* line 339, ../sass/general/_account.scss */
.account-pages .my-wishlist .wishlist-item a {
  cursor: pointer;
}
/* line 343, ../sass/general/_account.scss */
.account-pages .my-wishlist .wishlist-item .item-info .price, .account-pages .my-wishlist .wishlist-item .item-info .add-to-cart {
  text-align: right;
}
@media (min-width: 401px) {
  /* line 346, ../sass/general/_account.scss */
  .account-pages .my-wishlist .wishlist-item .item-info h4 {
    text-align: right;
  }
}
@media (min-width: 401px) {
  /* line 352, ../sass/general/_account.scss */
  .account-pages .my-wishlist .wishlist-item .add-to-cart {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
/* line 360, ../sass/general/_account.scss */
.account-pages .my-wishlist .add-to-cart-alt,
.account-pages .my-wishlist .united-edit {
  display: inline-block;
  float: left;
}
/* line 365, ../sass/general/_account.scss */
.account-pages .my-wishlist .cart-cell {
  position: relative;
  float: left;
  width: 100%;
}
/* line 370, ../sass/general/_account.scss */
.account-pages .my-wishlist .truncated {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 374, ../sass/general/_account.scss */
.account-pages .my-wishlist .truncated .truncated_full_value {
  top: 20px;
  left: -26px;
  min-width: 112px;
}
/* line 381, ../sass/general/_account.scss */
.account-pages .my-wishlist .qty {
  width: 45px;
  text-align: center;
  float: left;
  padding: 6px 4px;
}
/* line 388, ../sass/general/_account.scss */
.account-pages .my-wishlist .add-to-cart-alt button {
  margin: 0 10px 0 0;
}
/* line 391, ../sass/general/_account.scss */
.account-pages .my-wishlist .add-to-cart-alt input.input-text {
  margin: 0 10px 5px 0;
}
/* line 394, ../sass/general/_account.scss */
.account-pages .my-wishlist .small-united-btn span {
  padding: 7px 20px;
}
/* line 397, ../sass/general/_account.scss */
.account-pages .my-wishlist p.availability {
  float: left;
}
/* line 400, ../sass/general/_account.scss */
.account-pages .my-wishlist .united-btn span span {
  padding: 0;
}
/* line 406, ../sass/general/_account.scss */
.account-pages .my-wishlist .price-box > span {
  display: none;
}
/* line 410, ../sass/general/_account.scss */
.account-pages .my-wishlist .price-box .regular-price, .account-pages .my-wishlist .price-box .regular-price * {
  display: block;
  font-weight: normal;
}
/* line 415, ../sass/general/_account.scss */
.account-pages .my-wishlist .price-box .product-name a, .account-pages .my-wishlist .price-box * {
  color: #000;
}
/* line 419, ../sass/general/_account.scss */
.account-pages .my-wishlist .price-box .special-price span {
  color: #e10668;
  font-weight: normal;
}
/* line 426, ../sass/general/_account.scss */
.account-pages .my-wishlist .price-label {
  display: none;
}
/* line 430, ../sass/general/_account.scss */
.account-pages .my-wishlist textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  color: #000;
  border: 1px solid #d5d5d5;
}
/* line 437, ../sass/general/_account.scss */
.account-pages .my-wishlist textarea:hover, .account-pages .my-wishlist textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 449, ../sass/general/_account.scss */
.account-pages.wishlist-index-index #ajaxcartpro-add-confirm a {
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font: 15px "Helvetica Neue Light", Arial, sans-serif;
  color: #000;
  padding: 10px 20px;
  display: block;
  width: 100%;
  height: initial;
}
/* line 467, ../sass/general/_account.scss */
.account-pages .billing-agreements .form-list .select-wrapper {
  float: left;
}

/* line 1, ../sass/general/_sprite-icons.scss */
.sprite-mobile-next {
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: 0px -104px;
  width: 14px;
  height: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1, ../sass/general/_sprite-icons.scss */
  .sprite-mobile-next {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 6, ../sass/general/_sprite-icons.scss */
.sprite-mobile-login-back {
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -19px -104px;
  width: 14px;
  height: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 6, ../sass/general/_sprite-icons.scss */
  .sprite-mobile-login-back {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 1, ../sass/general/_bx-slider-theme.scss */
.bx-wrapper {
  position: relative;
}
/* line 3, ../sass/general/_bx-slider-theme.scss */
.bx-wrapper .bx-controls {
  opacity: 0;
  transition: opacity .3s ease;
}
/* line 6, ../sass/general/_bx-slider-theme.scss */
.bx-wrapper .bx-controls .bx-prev, .bx-wrapper .bx-controls .bx-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 10, ../sass/general/_bx-slider-theme.scss */
.bx-wrapper .bx-controls .bx-prev {
  left: 20px;
}
/* line 13, ../sass/general/_bx-slider-theme.scss */
.bx-wrapper .bx-controls .bx-next {
  right: 20px;
}
/* line 18, ../sass/general/_bx-slider-theme.scss */
.bx-wrapper:hover .bx-controls, .bx-wrapper:focus .bx-controls {
  opacity: 1;
}

/* line 1, ../sass/general/_fancybox-theme.scss */
.fancy-fullscreen {
  right: 0;
  bottom: 0;
  position: fixed !important;
}
/* line 5, ../sass/general/_fancybox-theme.scss */
.fancy-fullscreen .fancybox-skin {
  height: 100% !important;
  width: 100% !important;
  border-radius: 0;
  background-color: #fff;
}
/* line 10, ../sass/general/_fancybox-theme.scss */
.fancy-fullscreen .fancybox-skin .fancybox-inner {
  height: 100% !important;
  width: 100% !important;
}
/* line 14, ../sass/general/_fancybox-theme.scss */
.fancy-fullscreen .fancybox-skin .fancybox-close {
  top: 18px;
  right: 18px;
  background-size: auto;
  background-image: url(../images/spritesheet.png);
  background-position: -76px -38px;
  width: 28px;
  height: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 14, ../sass/general/_fancybox-theme.scss */
  .fancy-fullscreen .fancybox-skin .fancybox-close {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 22, ../sass/general/_fancybox-theme.scss */
.fancy-fullscreen .bx-viewport {
  height: 100vh !important;
}
/* line 24, ../sass/general/_fancybox-theme.scss */
.fancy-fullscreen .bx-viewport ul {
  height: 100%;
}
/* line 26, ../sass/general/_fancybox-theme.scss */
.fancy-fullscreen .bx-viewport ul > li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* line 31, ../sass/general/_fancybox-theme.scss */
.fancy-fullscreen .bx-viewport ul > li img {
  max-height: 100vh;
}

/* line 1, ../sass/resolution/1920x1024/_account.scss */
.wishlist-item {
  width: 430px !important;
  float: left !important;
  margin-bottom: 22px !important;
  border: 1px solid #aaa !important;
}
/* line 6, ../sass/resolution/1920x1024/_account.scss */
.wishlist-item.col-left {
  margin-right: 22px;
}
/* line 9, ../sass/resolution/1920x1024/_account.scss */
.wishlist-item a.addtobag {
  font-weight: bold;
}
/* line 10, ../sass/resolution/1920x1024/_account.scss */
.wishlist-item div.attribute, .wishlist-item ul.options li {
  text-align: right;
}

/* line 15, ../sass/resolution/1920x1024/_account.scss */
.customer-address-form form li.address-1 label.translated, .customer-address-form form li.address-2 label, .customer-address-form form li.address-3 label, .customer-account-create form li.address-1 label.translated, .customer-account-create form li.address-2 label, .customer-account-create form li.address-3 label {
  display: none;
}

/* line 20, ../sass/resolution/1920x1024/_account.scss */
.customer-address-form form[rel=nl] label.generic,
.customer-account-create form[rel=nl] label.generic {
  display: none;
}
/* line 21, ../sass/resolution/1920x1024/_account.scss */
.customer-address-form form[rel=nl] label.translated,
.customer-account-create form[rel=nl] label.translated {
  display: block !important;
}
/* line 22, ../sass/resolution/1920x1024/_account.scss */
.customer-address-form form[rel=nl] li.address-1,
.customer-account-create form[rel=nl] li.address-1 {
  float: left;
  width: 50%;
  padding-right: 15px;
  margin-right: 15px;
}
/* line 23, ../sass/resolution/1920x1024/_account.scss */
.customer-address-form form[rel=nl] li.address-2,
.customer-account-create form[rel=nl] li.address-2 {
  float: left;
  width: 24%;
  padding-right: 17px;
}
/* line 24, ../sass/resolution/1920x1024/_account.scss */
.customer-address-form form[rel=nl] li.address-3,
.customer-account-create form[rel=nl] li.address-3 {
  float: right;
  width: 24%;
}

/* line 27, ../sass/resolution/1920x1024/_account.scss */
.account-pages .messages {
  padding: 0 15px;
}

/* line 1, ../sass/resolution/1920x1024/_common.scss */
.faq-section {
  margin: 0;
}

/* line 5, ../sass/resolution/1920x1024/_common.scss */
button.button,
.buttons-set a.f-left,
html .product-view .btn-cart,
.aw-acp-btn-container a.aw-acp-continue,
.aw-acp-btn-container a.aw-acp-checkout,
.minicart a.checkout-button,
.united-btn.btn-proceed-checkout,
.buttons-set a.back-link,
.buttons-set p.back-link a {
  background-color: #000000 !important;
  color: #ffffff !important;
}
/* line 17, ../sass/resolution/1920x1024/_common.scss */
button.button span,
.buttons-set a.f-left span,
html .product-view .btn-cart span,
.aw-acp-btn-container a.aw-acp-continue span,
.aw-acp-btn-container a.aw-acp-checkout span,
.minicart a.checkout-button span,
.united-btn.btn-proceed-checkout span,
.buttons-set a.back-link span,
.buttons-set p.back-link a span {
  color: #ffffff !important;
}

/* line 23, ../sass/resolution/1920x1024/_common.scss */
body.catalogsearch-result-index .layout {
  margin: 206px 0 0 0 !important;
}

/* line 26, ../sass/resolution/1920x1024/_common.scss */
.container.head #search_mini_form .form-search {
  padding-top: 0 !important;
  background: white;
}

/* line 31, ../sass/resolution/1920x1024/_common.scss */
.layout.layout-1-col div[role=main] {
  margin-top: 0 !important;
}

/* line 35, ../sass/resolution/1920x1024/_common.scss */
.product-view, .product-essential {
  margin: 0 !important;
}

/* line 38, ../sass/resolution/1920x1024/_common.scss */
.desktop-fix, .layout.layout-2-cols, .layout.layout-1-col {
  margin: 206px 0 0 0 !important;
}

/* line 41, ../sass/resolution/1920x1024/_common.scss */
.block-account {
  margin-top: 0 !important;
}

@media (max-width: 1454px) {
  /* line 47, ../sass/resolution/1920x1024/_common.scss */
  .back-link-block {
    top: 10%;
    padding-top: 50px;
  }
}
@media (max-width: 1240px) {
  /* line 57, ../sass/resolution/1920x1024/_common.scss */
  .container {
    width: 980px;
  }

  /* line 61, ../sass/resolution/1920x1024/_common.scss */
  .onestepcheckout-index-index .back-link-block {
    display: none;
  }
}
@media (max-width: 1020px) {
  /* line 70, ../sass/resolution/1920x1024/_common.scss */
  .container {
    width: 960px;
  }
}
/* line 1, ../sass/resolution/1920x1024/_header.scss */
ul.links li a:hover, a.link-wishlist:hover {
  opacity: .3;
}

/* line 6, ../sass/resolution/1920x1024/_header.scss */
ul.links li {
  display: inline !important;
  margin-left: 10px;
}

/* line 11, ../sass/resolution/1920x1024/_header.scss */
ul.links li.first {
  position: relative !important;
  right: 0 !important;
}

/* line 16, ../sass/resolution/1920x1024/_header.scss */
ul.links li.first a {
  padding-right: 0 !important;
  border-right: 0 !important;
}

/* line 20, ../sass/resolution/1920x1024/_header.scss */
ul.links li a.sign-out-link {
  color: grey;
  font-size: 9px;
  line-height: 18px;
  display: inline-block;
  margin-top: 5px;
}

/* line 30, ../sass/resolution/1920x1024/_header.scss */
.container.head {
  max-width: 100%;
  padding: 0 20px;
  position: fixed;
  height: auto;
  z-index: 201;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 39, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form {
  margin: 0 auto;
  max-width: 1300px;
  color: #ccc !important;
  width: 74%;
  display: none;
}
/* line 45, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form .form-search {
  padding-top: 39px;
}
/* line 47, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form .form-search .fa-close {
  float: right;
  margin-right: 0px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  left: 1px;
  color: #ccc;
}
/* line 56, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form .form-search .form-search-input {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 60px;
}
/* line 60, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form .form-search .form-search-input .fa-search {
  float: left;
  margin-right: 10px;
  margin-top: -12px;
  position: relative;
  z-index: 2;
  left: 1px;
  color: #000;
}
/* line 69, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form .form-search .form-search-input input {
  background-color: transparent;
}
/* line 74, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form .form-search .search-autocomplete li {
  border: 1px solid #000;
}
/* line 76, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form .form-search .search-autocomplete li.first {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 79, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form .form-search .search-autocomplete li.selected {
  background: #f6f6f6;
  color: #000;
  border: 1px solid #000;
}
/* line 83, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form .form-search .search-autocomplete li.selected:focus, .container.head #search_mini_form .form-search .search-autocomplete li.selected:hover {
  background: #f6f6f6;
  color: #000;
  border: 1px solid #000;
}
/* line 92, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form input#search {
  border: 0px;
  font-size: 15px;
  padding-left: 22px;
  position: relative;
  top: 13px;
}
/* line 98, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form input#search:focus, .container.head #search_mini_form input#search:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form input#search :before {
  content: "";
}
/* line 106, ../sass/resolution/1920x1024/_header.scss */
.container.head #search_mini_form .input-group-btn .btn-default {
  border: 1px solid #000;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 117, ../sass/resolution/1920x1024/_header.scss */
html desktop-fix {
  margin-top: 80px !important;
}
/* line 120, ../sass/resolution/1920x1024/_header.scss */
html .free-shipping-fix-nobg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  text-align: center;
  line-height: 15px;
  text-transform: uppercase !important;
  background: transparent;
  margin: 0;
  padding: 10px 0;
  z-index: 321;
}
/* line 134, ../sass/resolution/1920x1024/_header.scss */
html .grey-fix {
  background-color: #f0f0f0 !important;
}
/* line 137, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] {
  margin: 55px 0 10px 0;
}
/* line 142, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .header-links .right-links {
  float: right;
  text-align: right;
}
/* line 145, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .header-links .right-links ul {
  width: 100%;
}
/* line 150, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .header-links .right-links.login-cust .links .first {
  position: absolute;
  right: 65px;
}
/* line 153, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .header-links .right-links.login-cust .links .first a {
  border-right: 1px solid #000;
  padding-right: 10px;
}
/* line 161, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .header-links ul {
  margin: 0 0 10px;
}
/* line 163, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .header-links ul li {
  display: block;
  clear: both;
  font-size: 9px;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 172, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .logo-block {
  text-align: center;
}
/* line 174, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .logo-block .mobile-menu, html header[role=banner] .logo-block .mobile-cart {
  display: none;
}
/* line 177, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .logo-block .logo {
  display: block;
  margin: -35px auto 0 auto;
  width: 80%;
}
/* line 181, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .logo-block .logo img {
  width: 270px;
}
/* line 185, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .logo-block .logo-fix {
  margin: -35px auto 0 auto !important;
}
/* line 188, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .logo-block .back-to-top {
  display: none;
}
/* line 193, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart {
  position: absolute;
  width: 350px;
  right: 20px;
  top: 60px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #aaa;
  webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.19);
  padding: 10px 20px;
  z-index: 99999;
}
/* line 207, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart .info-wrapper .item-options {
  margin-top: 0;
}
/* line 210, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart .info-wrapper td {
  vertical-align: top;
}
/* line 215, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart .mini-products-list .item {
  margin-bottom: 4px;
}
/* line 217, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart .product-details {
  margin-left: 100px;
}
/* line 219, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart .product-details .item-options {
  margin: 2px 0 8px 0;
}
/* line 223, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart .minicart-actions {
  border-top: 1px solid #bbb;
  padding: 20px 0 10px 0;
}
/* line 227, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart div.totals {
  border-top: 1px solid #bbb;
  padding: 20px 0;
}
/* line 230, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart div.totals table {
  width: 100%;
  border-collapse: collapse;
}
/* line 233, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart div.totals table td {
  text-transform: uppercase;
  padding: 3px 0;
}
/* line 236, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart div.totals table td.label {
  text-align: left;
  width: 50%;
}
/* line 240, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart div.totals table td.value {
  text-align: right;
}
/* line 246, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart .checkout-button {
  display: block;
  border-radius: 0;
  width: 80%;
  margin: 0 auto;
  text-transform: uppercase;
  border: 1px solid #000;
}
/* line 254, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart .cart-link {
  display: block;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 10px;
}
/* line 262, ../sass/resolution/1920x1024/_header.scss */
html header[role=banner] .top-container .block-cart .close {
  display: block;
  float: right;
  background-image: url(../images/spritesheet.png);
  background-position: -121px -104px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 0;
  text-indent: -9999px;
  opacity: 1 !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 262, ../sass/resolution/1920x1024/_header.scss */
  html header[role=banner] .top-container .block-cart .close {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 276, ../sass/resolution/1920x1024/_header.scss */
.fix-main-header {
  height: 56px !important;
  background-color: #fff !important;
}

@media (min-width: 1031px) {
  /* line 281, ../sass/resolution/1920x1024/_header.scss */
  .fix-main-header .logo {
    display: none !important;
  }
}

/* line 287, ../sass/resolution/1920x1024/_header.scss */
.fix-main-header nav.navbar {
  position: absolute;
  top: 0px;
}

/* line 292, ../sass/resolution/1920x1024/_header.scss */
.fix-main-header header[role=banner] {
  margin: 0px;
}

/* line 296, ../sass/resolution/1920x1024/_header.scss */
.fix-main-header .header-links {
  margin-top: 10px;
}

@media (min-width: 1031px) {
  /* line 300, ../sass/resolution/1920x1024/_header.scss */
  .fix-main-header .free-shipping {
    display: none !important;
  }
}

/* line 306, ../sass/resolution/1920x1024/_header.scss */
.navbar-nav li.mid-season-sale a,
.navbar-nav li.cyber-monday a,
.navbar-nav li.blackout--off a {
  color: #e50061 !important;
}

/* line 313, ../sass/resolution/1920x1024/_header.scss */
#nav-color-16 a {
  color: #e50061;
}

/* line 1, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] {
  width: 74%;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: none;
  border: none;
  padding: 0 20px;
}
/* line 10, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .close-menu {
  display: none;
}
/* line 12, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .close-menu .fa-close-menu {
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -76px -38px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 12, ../sass/resolution/1920x1024/_topmenu.scss */
  nav[role=navigation] .close-menu .fa-close-menu {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 18, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 10px;
}
/* line 23, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav:before, nav[role=navigation] .navbar-nav:after {
  display: none;
}
/* line 26, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 28, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li.search-icon {
  top: 4px;
}
/* line 31, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li a {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 0;
}
/* line 36, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li a:hover {
  text-decoration: underline;
}
/* line 39, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li a span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}
/* line 44, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li.search-icon span {
  padding: 14px 0;
  display: block;
  cursor: pointer;
}
/* line 48, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li.search-icon span .fa-search {
  font-size: 20px;
}
/* line 53, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li.active a, nav[role=navigation] .navbar-nav li.active a:focus, nav[role=navigation] .navbar-nav li.active a:hover {
  background: none;
}
/* line 57, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li.last.mobile {
  display: none;
}
/* line 60, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li.level0 ul {
  display: none;
  z-index: 9999;
}
/* line 64, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li.level0 ul {
  position: absolute;
  background-color: #ffffff;
  min-width: 175px;
  margin-left: -20px;
  padding: 20px;
}
/* line 71, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li.level0 ul li a {
  font-weight: normal;
  padding: 0px;
}
/* line 75, ../sass/resolution/1920x1024/_topmenu.scss */
nav[role=navigation] .navbar-nav li.level0:hover ul {
  display: block;
}

/* line 81, ../sass/resolution/1920x1024/_topmenu.scss */
.nav-mobile-menu {
  display: none;
}
/* line 83, ../sass/resolution/1920x1024/_topmenu.scss */
.nav-mobile-menu .footer {
  display: none;
}

/* line 89, ../sass/resolution/1920x1024/_topmenu.scss */
.active-aside-nav .header-login-block .close-header-login {
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -76px -38px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  right: 51px;
  top: 45px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 89, ../sass/resolution/1920x1024/_topmenu.scss */
  .active-aside-nav .header-login-block .close-header-login {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 98, ../sass/resolution/1920x1024/_topmenu.scss */
.active-aside-nav .header-login-block .page-title .back-link-login {
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -19px -104px;
  width: 14px;
  height: 25px;
  position: absolute;
  left: 46px;
  top: 52px;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 98, ../sass/resolution/1920x1024/_topmenu.scss */
  .active-aside-nav .header-login-block .page-title .back-link-login {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 112, ../sass/resolution/1920x1024/_topmenu.scss */
.small-mobile nav[role=navigation] .close-menu .fa-close-menu {
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -136px -76px;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 112, ../sass/resolution/1920x1024/_topmenu.scss */
  .small-mobile nav[role=navigation] .close-menu .fa-close-menu {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 121, ../sass/resolution/1920x1024/_topmenu.scss */
.small-mobile.active-aside-nav .header-login-block .close-header-login {
  background-image: url(../images/spritesheet.png);
  background-position: -136px -76px;
  width: 13px;
  height: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 121, ../sass/resolution/1920x1024/_topmenu.scss */
  .small-mobile.active-aside-nav .header-login-block .close-header-login {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 125, ../sass/resolution/1920x1024/_topmenu.scss */
.small-mobile.active-aside-nav .header-login-block .page-title .back-link-login {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -134px;
  width: 8px;
  height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 125, ../sass/resolution/1920x1024/_topmenu.scss */
  .small-mobile.active-aside-nav .header-login-block .page-title .back-link-login {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 3, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block, html footer[role=contentinfo] .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content html footer[role=contentinfo] dl, html footer[role=contentinfo] .checkout-cart-index .data-table > tbody .backet-product-name .item-options dl, .checkout-cart-index .data-table > tbody .backet-product-name .item-options html footer[role=contentinfo] dl, html footer[role=contentinfo] .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .discount, .checkout-cart-index .cart .cart-collaterals #discount-coupon-form html footer[role=contentinfo] .discount, html footer[role=contentinfo] .cms-magazine-page .masonry-wrapper .block-video, .cms-magazine-page .masonry-wrapper html footer[role=contentinfo] .block-video, html footer[role=contentinfo] .blog-index-list .masonry-wrapper .block-video, .blog-index-list .masonry-wrapper html footer[role=contentinfo] .block-video, html footer[role=contentinfo] .cms-magazine-page .masonry-wrapper .grid-item-wrapper span, .cms-magazine-page .masonry-wrapper .grid-item-wrapper html footer[role=contentinfo] span, html footer[role=contentinfo] .blog-index-list .masonry-wrapper .grid-item-wrapper span, .blog-index-list .masonry-wrapper .grid-item-wrapper html footer[role=contentinfo] span, html footer[role=contentinfo] .onestepcheckout-index-index .shipping_address_block, .onestepcheckout-index-index html footer[role=contentinfo] .shipping_address_block,
html footer[role=contentinfo] .onestepcheckout-index-index #billing_address_list,
.onestepcheckout-index-index html footer[role=contentinfo] #billing_address_list, html footer[role=contentinfo] .onestepcheckout-index-index .login-li .continue-guest, .onestepcheckout-index-index .login-li html footer[role=contentinfo] .continue-guest,
html footer[role=contentinfo] .onestepcheckout-index-index .login-li .sign-in-guest,
.onestepcheckout-index-index .login-li html footer[role=contentinfo] .sign-in-guest,
html footer[role=contentinfo] .onestepcheckout-index-index .register-li .continue-guest,
.onestepcheckout-index-index .register-li html footer[role=contentinfo] .continue-guest,
html footer[role=contentinfo] .onestepcheckout-index-index .register-li .sign-in-guest,
.onestepcheckout-index-index .register-li html footer[role=contentinfo] .sign-in-guest, html footer[role=contentinfo] .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper #onestepcheckout-login-form, .onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper html footer[role=contentinfo] #onestepcheckout-login-form, html footer[role=contentinfo] .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div .v-fix, .onestepcheckout-index-index #paypal_direct_cc_type_cvv_div html footer[role=contentinfo] .v-fix {
  border: 0 !important;
  webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
/* line 9, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .privacy-links {
  text-align: center;
}
/* line 12, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .privacy-links a {
  font-size: 10px;
  padding-left: 15px;
  color: #b6b5b5;
  font-family: "Helvetica Neue Bold", Arial, sans-serif;
}
/* line 18, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .privacy-links a:hover {
  color: #000;
}
/* line 21, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .payment-logo-icons {
  margin-top: 60px;
  margin-bottom: 20px;
}
/* line 25, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .footer-block {
  margin-bottom: 90px;
}
/* line 28, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .social-block-icons p {
  font-size: 12px;
  font-family: "Helvetica Neue Bold", Arial, sans-serif;
  text-align: center;
  margin: 0 0 15px 0;
}
/* line 34, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .social-block-icons p strong {
  font-family: "Helvetica Neue Bold", Arial, sans-serif;
}
/* line 37, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .footer-un-header h2 {
  margin: 0;
  padding: 0 0 10px 0 !important;
  line-height: 15px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Helvetica Neue Bold", Arial, sans-serif;
}
/* line 46, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .footer-un-header p {
  font-size: 12px;
}
/* line 50, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe {
  display: block !important;
  width: auto;
  background-color: #fff;
  border: 0;
}
/* line 55, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe .block-content {
  padding: 0;
}
/* line 58, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe .block-title {
  display: none;
}
/* line 64, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe .form-subscribe-header h2 {
  margin: 0;
  padding: 0 !important;
  line-height: 15px;
}
/* line 69, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe .subscribe-input {
  display: inline-block !important;
  width: 75%;
  margin-right: 5px;
}
/* line 74, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe .close {
  display: none;
  background-image: url(../images/spritesheet.png);
  background-position: -121px -104px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 0;
  text-indent: -9999px;
  position: absolute;
  opacity: 1;
  right: 10px;
  top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 74, ../sass/resolution/1920x1024/_footer.scss */
  html footer[role=contentinfo] .block-subscribe .close {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 85, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe .actions {
  display: inline-block !important;
  margin: 0 0 20px 0;
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 93, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe .actions button.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  padding: 6px 5px;
  margin: 0;
  border-width: 1px;
  text-emphasis: none;
  margin-top: -4px;
}
/* line 104, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe .form-subscribe-header {
  text-align: left;
  font-size: 14px;
  margin: 0 0 5px;
}
/* line 108, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe .form-subscribe-header h2 {
  font-family: "Helvetica Neue Bold", Arial, sans-serif;
  font-size: 12px;
}
/* line 112, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe .form-subscribe-header p {
  font-size: 15px;
}
/* line 114, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe input#newsletter {
  font-size: 14px;
}
/* line 116, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .block-subscribe input#newsletter:hover {
  border-color: #000;
}
/* line 121, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* line 126, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] > ul li a {
  color: #b6b5b5;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 132, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] > ul li a:hover {
  color: #000;
}
/* line 138, ../sass/resolution/1920x1024/_footer.scss */
html footer[role=contentinfo] .mobile-footer-link {
  display: none;
}
/* line 142, ../sass/resolution/1920x1024/_footer.scss */
html .social_block {
  margin: 0 0 0 0;
}
/* line 145, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}
/* line 151, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li {
  display: inline-block;
  font-family: "Fontawesome", Arial, sans-serif;
  margin: 0 8px;
  font-size: 18px;
  position: relative;
  color: #000;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 161, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li a {
  display: inline-block;
}
/* line 163, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li a:before {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 175, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li.fb a:before {
  content: "\f09a";
}
/* line 182, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li.ig a:before {
  content: "\f16d";
}
/* line 189, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li.pi a:before {
  content: "";
  background-image: url(../images/spritesheet.png);
  background-position: -61px -104px;
  width: 10px;
  height: 13px;
  width: 21px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 189, ../sass/resolution/1920x1024/_footer.scss */
  html .social_block .social-icons ul li.pi a:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 201, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li.pi a:hover {
  opacity: 0.3;
}
/* line 208, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li.tu a:before {
  content: "\f173";
}
/* line 214, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li.sc a {
  width: 38px;
}
/* line 216, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li.sc a:before {
  content: "\f1be";
}
/* line 223, ../sass/resolution/1920x1024/_footer.scss */
html .social_block .social-icons ul li.tw a:before {
  content: "\f099";
}

/* line 2, ../sass/resolution/1920x1024/_product-view.scss */
html .block-sizeguide {
  width: 700px;
  background-color: #fff;
  border: 0px solid #777;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
/* line 14, ../sass/resolution/1920x1024/_product-view.scss */
html .block-sizeguide .close {
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -121px -104px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 0;
  text-indent: -9999px;
  position: relative;
  opacity: 1;
  right: 10px;
  top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 14, ../sass/resolution/1920x1024/_product-view.scss */
  html .block-sizeguide .close {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 27, ../sass/resolution/1920x1024/_product-view.scss */
html .sizeIMGContentBottom {
  display: none;
}
/* line 31, ../sass/resolution/1920x1024/_product-view.scss */
html #size-guide-select {
  width: 62%;
  padding: 0 0 5px 0;
  font-size: 14px;
}
/* line 36, ../sass/resolution/1920x1024/_product-view.scss */
html .sizePopUpContent {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}
/* line 43, ../sass/resolution/1920x1024/_product-view.scss */
html .sizePopUpContent .sizePopUpCMSBlock {
  float: left;
  width: 340px;
  height: auto;
  padding: 0px;
  margin: 30px 0 0 40px;
}
/* line 50, ../sass/resolution/1920x1024/_product-view.scss */
html .sizePopUpContent .sizePopUpCMSBlock h3 {
  text-align: center;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "Helvetica Bold", Arial, sans-serif;
  font-size: 14px;
}
/* line 58, ../sass/resolution/1920x1024/_product-view.scss */
html .sizePopUpContent .sizePopUpCMSBlock p {
  text-align: center;
  padding: 0 50px 15px 50px;
  font-size: 12px;
}
/* line 64, ../sass/resolution/1920x1024/_product-view.scss */
html .sizePopUpContent .tableSize {
  float: left;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  border-spacing: 1px;
  border-collapse: separate;
}
/* line 72, ../sass/resolution/1920x1024/_product-view.scss */
html .sizePopUpContent .tableSize thead tr td {
  background: #58585b;
}
/* line 75, ../sass/resolution/1920x1024/_product-view.scss */
html .sizePopUpContent .tableSize td {
  width: 30px;
  height: 10px;
  padding: 4px;
  text-align: center;
  color: #c8c8c8;
  font-size: 11px;
  line-height: 14px;
  text-decoration: none;
  font-weight: normal;
  background: #818285;
  white-space: nowrap;
}
/* line 87, ../sass/resolution/1920x1024/_product-view.scss */
html .sizePopUpContent .tableSize td .tableTitle {
  background: #58585b;
  color: #fff;
}
/* line 94, ../sass/resolution/1920x1024/_product-view.scss */
html .sizePopUpContent .sizeIMGContent img {
  float: left;
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px;
}
/* line 103, ../sass/resolution/1920x1024/_product-view.scss */
html .img-thumbnail, html .product-essential .product-img-box img, html .products-grid .product-image img, html .products-list .product-image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
}
@media (min-width: 1030px) {
  /* line 110, ../sass/resolution/1920x1024/_product-view.scss */
  html .product-images.bxslider .bx-wrapper {
    /*&:hover {
      .bx-viewport {
        > ul {
          opacity: .5;
        }
        &:before {
          opacity: 1;
        }
      }
    }*/
  }
  /* line 112, ../sass/resolution/1920x1024/_product-view.scss */
  html .product-images.bxslider .bx-wrapper .bx-viewport:before {
    content: '';
    display: block;
    opacity: 0;
    user-select: none;
    transition: opacify .3s ease;
    background-image: url(../images/spritesheet.png);
    background-position: -76px -38px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
  }
}
@media (min-width: 1030px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1030px) and (min-resolution: 192dpi) {
  /* line 112, ../sass/resolution/1920x1024/_product-view.scss */
  html .product-images.bxslider .bx-wrapper .bx-viewport:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 139, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .layout {
  margin: 0;
}
/* line 141, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .layout div[role=main] {
  margin: 0;
  padding: 0;
}
/* line 146, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .products-grid {
  display: block;
  clear: both;
  margin: 40px 0;
}
/* line 150, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .products-grid.products-block li .product-info {
  position: static;
  display: block;
  opacity: 0;
}
/* line 155, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .products-grid .item {
  padding: 0;
}
/* line 158, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .products-grid .item:hover .product-info, html .catalog-product-view .products-grid .item:focus .product-info {
  opacity: 1;
}
/* line 164, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .products-grid .product-image {
  margin-bottom: 30px;
  position: relative;
  min-height: 180px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 172, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .products-grid .product-image .default-image {
  display: block;
  align-self: flex-end;
}
/* line 177, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .products-grid .product-image .hover-image {
  display: none;
  align-self: flex-end;
}
/* line 184, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .products-grid .product-image:hover .default-image, html .catalog-product-view .products-grid .product-image:focus .default-image {
  display: none;
}
/* line 187, ../sass/resolution/1920x1024/_product-view.scss */
html .catalog-product-view .products-grid .product-image:hover .hover-image, html .catalog-product-view .products-grid .product-image:focus .hover-image {
  display: block;
}
/* line 197, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view {
  margin: 110px 0 0 0;
}
/* line 199, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-essential {
  margin: 50px 0 0;
  padding: 0;
}
/* line 203, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-img-box {
  width: 65%;
  padding: 15px 15px 15px 0;
}
/* line 207, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-img-box .product-image-gallery .gallery-image {
  display: none;
}
/* line 209, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-img-box .product-image-gallery .gallery-image.visible {
  display: block;
}
/* line 215, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop {
  border: none;
  padding: 15px 0 15px 15px;
  margin: 0;
  width: 35%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 221, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-name {
  border: none;
  background: none;
  margin: 0;
  padding: 0 0 17px;
}
/* line 226, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-name h1 {
  color: #000;
  font-family: "Helvetica Bold", Arial, sans-serif;
  font-size: 17px;
}
/* line 233, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .availability {
  display: none;
}
/* line 236, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .price-box {
  margin: 0 0 10px;
}
/* line 238, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .price-box .regular-price, html .product-view .product-shop .price-box .price {
  color: #000;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
/* line 244, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .price-box .price-label {
  display: none;
}
/* line 249, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .price-box .special-price span {
  color: #e10668;
}
/* line 255, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options, html .product-view .product-shop .related-configurables {
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  padding: 10px 0 0 0;
  display: inline-block;
  width: 100%;
}
/* line 266, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options .input-box .select-wrapper, html .product-view .product-shop .product-options .input-box select, html .product-view .product-shop .related-configurables .input-box .select-wrapper, html .product-view .product-shop .related-configurables .input-box select {
  display: none;
}
/* line 270, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options select option.swatched, html .product-view .product-shop .related-configurables select option.swatched {
  padding-left: 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
/* line 275, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl, html .product-view .product-shop .related-configurables dl {
  margin: 0;
  overflow: hidden;
}
/* line 278, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dt, html .product-view .product-shop .related-configurables dl dt {
  float: left;
  clear: both;
  width: 55px;
}
/* line 282, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dt label, html .product-view .product-shop .related-configurables dl dt label {
  font-family: "Helvetica Bold", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
/* line 287, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dt span.select-label, html .product-view .product-shop .related-configurables dl dt span.select-label {
  display: none;
}
/* line 291, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd, html .product-view .product-shop .related-configurables dl dd {
  float: left;
  border-bottom: none;
  padding: 5px 0 10px 9px;
  position: relative;
}
/* line 296, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd.color, html .product-view .product-shop .related-configurables dl dd.color {
  min-width: 50%;
}
/* line 299, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .configurable-swatch-list, html .product-view .product-shop .related-configurables dl dd .configurable-swatch-list {
  width: 100%;
}
/* line 301, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .configurable-swatch-list li, html .product-view .product-shop .related-configurables dl dd .configurable-swatch-list li {
  font-family: "Helvetica Neue Light", Arial, sans-serif;
  display: inline-block;
  padding: 0 3px;
  border: 1px solid #fff;
}
/* line 306, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .configurable-swatch-list li span.swatch-label, html .product-view .product-shop .related-configurables dl dd .configurable-swatch-list li span.swatch-label {
  font-size: 14px;
}
/* line 309, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .configurable-swatch-list li:hover, html .product-view .product-shop .related-configurables dl dd .configurable-swatch-list li:hover {
  border: 1px solid #000;
}
/* line 311, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .configurable-swatch-list li:hover a, html .product-view .product-shop .related-configurables dl dd .configurable-swatch-list li:hover a {
  color: #000;
}
/* line 315, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .configurable-swatch-list li.selected, html .product-view .product-shop .related-configurables dl dd .configurable-swatch-list li.selected {
  background-color: #000;
}
/* line 317, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .configurable-swatch-list li.selected a, html .product-view .product-shop .related-configurables dl dd .configurable-swatch-list li.selected a {
  color: #fff;
}
/* line 321, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .configurable-swatch-list li.not-available, html .product-view .product-shop .related-configurables dl dd .configurable-swatch-list li.not-available {
  background-color: white;
}
/* line 323, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .configurable-swatch-list li.not-available:hover, html .product-view .product-shop .related-configurables dl dd .configurable-swatch-list li.not-available:hover {
  border: 1px solid #fff;
}
/* line 326, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .configurable-swatch-list li.not-available a, html .product-view .product-shop .related-configurables dl dd .configurable-swatch-list li.not-available a {
  color: #b6b5b5;
  pointer-events: none;
  cursor: default;
}
/* line 334, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd .validation-advice, html .product-view .product-shop .related-configurables dl dd .validation-advice {
  position: absolute;
  bottom: -5px;
}
/* line 339, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd.size .validation-advice, html .product-view .product-shop .related-configurables dl dd.size .validation-advice {
  bottom: 27px !important;
  left: 14px;
  width: 200px;
}
/* line 347, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd #configurable_swatch_color li, html .product-view .product-shop .related-configurables dl dd #configurable_swatch_color li {
  padding: 2px 2px 1px;
}
/* line 353, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options p.required, html .product-view .product-shop .related-configurables p.required {
  display: none;
}
/* line 357, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options-bottom {
  margin: 0 0 40px;
}
/* line 361, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options-bottom .add-to-cart .btn-cart span {
  font-size: 14px;
}
/* line 367, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .box-collateral {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 371, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .box-collateral.box-description {
  display: none;
}
/* line 374, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .box-collateral h2 {
  background: none;
  border: none;
  font-size: 24px;
  font-family: "Helvetica Neue Light", Arial, sans-serif;
  padding: 10px 0 10px 22px;
}
/* line 384, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .box-collateral .data-table > tbody tr td, html .product-view .product-shop .box-collateral .data-table > tbody tr th {
  padding: 5px 0 0 22px;
  background: none;
  border: none;
  font-size: 18px;
  color: #737373;
  font-family: "Helvetica Neue Light", Arial, sans-serif;
  font-weight: normal;
}
/* line 398, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .btn-cart {
  background: none;
  width: 100%;
  margin-left: 64px;
}
/* line 402, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .btn-cart > span {
  text-transform: uppercase;
  font: 19px "Helvetica Neue Light", Arial, sans-serif;
  color: #000;
  padding: 5px 20px;
  display: block;
}
/* line 409, ../sass/resolution/1920x1024/_product-view.scss */
html .product-big-image {
  overflow: hidden;
}
/* line 411, ../sass/resolution/1920x1024/_product-view.scss */
html .product-big-image img {
  width: 100%;
}
/* line 416, ../sass/resolution/1920x1024/_product-view.scss */
html .product-page-info .panel-group {
  margin-bottom: 5px;
}
/* line 419, ../sass/resolution/1920x1024/_product-view.scss */
html .product-page-info .panel-default {
  border: none;
  font-family: "Helvetica Neue Light", Arial, sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 423, ../sass/resolution/1920x1024/_product-view.scss */
html .product-page-info .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0;
}
/* line 428, ../sass/resolution/1920x1024/_product-view.scss */
html .product-page-info .panel-default > .panel-heading .panel-title a {
  color: #000;
  font-size: 14px;
  display: block;
  padding: 0 0 10px;
}
/* line 433, ../sass/resolution/1920x1024/_product-view.scss */
html .product-page-info .panel-default > .panel-heading .panel-title a:before {
  content: "+";
  font-size: 14px;
  float: left;
  margin: -2px 4px 0 0;
  width: 14px;
  text-align: center;
}
/* line 446, ../sass/resolution/1920x1024/_product-view.scss */
html .product-page-info .panel-default > .panel-heading.active-tab .panel-title a:before {
  content: "-";
}
/* line 454, ../sass/resolution/1920x1024/_product-view.scss */
html .product-page-info .panel-default .panel-collapse .panel-body {
  border: none;
  color: #000000;
  padding: 0 0 10px 19px;
  font-family: "Helvetica Neue Light", Arial, sans-serif;
  font-size: 12px;
  line-height: 19px;
  margin: -4px 0 0;
}
/* line 462, ../sass/resolution/1920x1024/_product-view.scss */
html .product-page-info .panel-default .panel-collapse .panel-body .link-wishlist {
  font-weight: normal;
}
/* line 471, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
/* line 476, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper .product-name {
  color: #000;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
}
/* line 482, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper dl {
  padding: 0;
}
/* line 485, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper dl dt label {
  font-family: "Helvetica Neue Light", Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
}
/* line 489, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper dl dt label em {
  margin: 0 5px 0 0;
  color: initial;
}
/* line 495, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper dl dd {
  padding: 5px 0 10px 0;
  position: relative;
}
/* line 498, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper dl dd select {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: 1px solid #444;
  color: #000;
  font-size: 17px;
}
/* line 506, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper dl dd:after {
  content: '';
  position: absolute;
  top: 22px;
  bottom: initial;
  left: initial;
  right: 10px;
  background-image: url(../images/spritesheet.png);
  background-position: -70px -122px;
  width: 10px;
  height: 5px;
  width: 17px;
  height: 9px;
  margin: -4px 0 0;
  pointer-events: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 506, ../sass/resolution/1920x1024/_product-view.scss */
  html #acp-product-options #product-options-wrapper dl dd:after {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 516, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper label {
  font-family: "Helvetica Neue Light", Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
}
/* line 522, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper input#qty:hover {
  border: 1px solid #444;
}
/* line 526, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper .aw-acp-btn-container {
  margin: 15px auto 0;
  padding: 0;
}
/* line 529, ../sass/resolution/1920x1024/_product-view.scss */
html #acp-product-options #product-options-wrapper .aw-acp-btn-container a.aw-acp-continue, html #acp-product-options #product-options-wrapper .aw-acp-btn-container a.aw-acp-checkout {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: 1px solid #444;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  background: none;
  font: 16px "Helvetica Neue Light", Arial, sans-serif;
  font-weight: normal;
  padding: 8px 5px;
  height: 34px;
  margin: 0 0 5px;
}
/* line 546, ../sass/resolution/1920x1024/_product-view.scss */
html #ajaxcartpro-progress {
  border: none;
}
/* line 548, ../sass/resolution/1920x1024/_product-view.scss */
html #ajaxcartpro-progress img {
  width: 60px;
  margin: 0 0 20px;
}

/* Color swatcher default styles */
/* line 560, ../sass/resolution/1920x1024/_product-view.scss */
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* line 566, ../sass/resolution/1920x1024/_product-view.scss */
.product-view .product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

/* line 571, ../sass/resolution/1920x1024/_product-view.scss */
.product-view .product-img-box .product-image-zoom {
  z-index: 0;
}

/* line 574, ../sass/resolution/1920x1024/_product-view.scss */
.product-view .product-image-thumbs img {
  max-width: 100%;
  max-height: 100%;
}

/* EasySlider Styles */
/* line 581, ../sass/resolution/1920x1024/_product-view.scss */
.zoom-container {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

/* line 588, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container {
  position: relative;
  overflow: hidden;
}

/* line 593, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container .zoom-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

/* line 600, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container .zoom-overlay:hover {
  background-color: #fff !important;
  background-color: white !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  cursor: pointer;
}

/* line 607, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container .zoom-overlay:hover .zoom-icon {
  height: 55px;
  width: 55px;
  background-image: url("/skin/frontend/jaagers/unitednude/images/icons-s09c5f59f8e.png");
  background-position: 0 -631px;
  left: 47%;
  top: 40%;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 622, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container .prev,
.jm-product-lemmon-container .next {
  position: absolute;
  height: 100%;
  width: 20%;
  top: 0px;
  cursor: pointer;
  z-index: 2;
}

/* line 632, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container .prev:hover,
.jm-product-lemmon-container .next:hover {
  /*background-color:#fff;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.6);*/
  padding-bottom: 2px;
}

/* line 640, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container .prev:hover .left-arrow,
.jm-product-lemmon-container .next:hover .right-arrow {
  height: 50px;
  width: 30px;
  background-image: url("/skin/frontend/jaagers/unitednude/images/icons-s09c5f59f8e.png");
  top: 40%;
  position: relative;
  margin: auto;
}

/* line 650, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container .prev:hover .left-arrow {
  background-position: 0 -687px;
}

/* line 654, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container .next:hover .right-arrow {
  background-position: 0 -737px;
}

/* line 658, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container .prev {
  left: 0px;
}

/* line 662, ../sass/resolution/1920x1024/_product-view.scss */
.jm-product-lemmon-container .next {
  right: 0px;
}

/* line 666, ../sass/resolution/1920x1024/_product-view.scss */
.product-options dt {
  padding-top: 6px;
  font-weight: 400;
}

@media (min-width: 992px) {
  /* line 672, ../sass/resolution/1920x1024/_product-view.scss */
  .product-view .product-shop .product-options-bottom .add-to-cart, .product-view .product-shop .product-options-bottom .price-box {
    float: left;
  }
}
/* line 677, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl,
html .product-view .product-shop .related-configurables dl {
  overflow: visible;
}

/* line 682, ../sass/resolution/1920x1024/_product-view.scss */
html .product-view .product-shop .product-options dl dd.size .validation-advice,
html .product-view .product-shop .related-configurables dl dd.size .validation-advice {
  bottom: 0px;
}

/* line 687, ../sass/resolution/1920x1024/_product-view.scss */
.chosen-container-single .chosen-single {
  border: 0px;
}

/* line 691, ../sass/resolution/1920x1024/_product-view.scss */
.color-select a {
  height: 33px !important;
  border: 1px solid black !important;
  border-radius: 0px !important;
  background: none !important;
}

/* line 698, ../sass/resolution/1920x1024/_product-view.scss */
.color-select a span {
  height: 32px !important;
  line-height: 32px !important;
  background-size: 25px 25px !important;
  background-repeat: no-repeat !important;
  background-position: 1px 3px !important;
  padding-left: 35px !important;
}

/* line 707, ../sass/resolution/1920x1024/_product-view.scss */
dd.swatch-attr.size {
  padding-bottom: 0px !important;
}

/* line 711, ../sass/resolution/1920x1024/_product-view.scss */
dd.swatch-attr {
  padding-bottom: 20px !important;
}

/* line 715, ../sass/resolution/1920x1024/_product-view.scss */
.swatch-attr .select-wrapper.selected:before,
.swatch-attr .select-wrapper.selected:after {
  top: 16px;
}

/* line 720, ../sass/resolution/1920x1024/_product-view.scss */
.chosen-container-single {
  width: 100% !important;
}

/* line 724, ../sass/resolution/1920x1024/_product-view.scss */
.chosen-container-single .chosen-drop {
  border-radius: 0px !important;
}

/* line 728, ../sass/resolution/1920x1024/_product-view.scss */
.chosen-container .chosen-drop {
  border: 1px solid black !important;
}

/* line 732, ../sass/resolution/1920x1024/_product-view.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #ccc !important;
}

/*.chosenImage-container .chosen-results li, .chosenImage-container .chosen-single span*/
/* line 739, ../sass/resolution/1920x1024/_product-view.scss */
.addthis_toolbox .share-social {
  padding: 0 10px 0 17px;
  font-family: "Helvetica Neue Light", Arial, sans-serif;
}
/* line 743, ../sass/resolution/1920x1024/_product-view.scss */
.addthis_toolbox a {
  font-size: 16px;
}

/* line 4, ../sass/resolution/1920x1024/_home-page.scss */
html .cms-home .container.head {
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
/* line 9, ../sass/resolution/1920x1024/_home-page.scss */
html .cms-home .container.head:hover, html .cms-home .container.head:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: opacity ease .1s;
  transition: opacity ease .1s;
  background: #fff;
}
/* line 16, ../sass/resolution/1920x1024/_home-page.scss */
html .cms-home .container .products-grid {
  padding: 0;
  margin: 40px 0 80px;
  clear: both;
  float: left;
  width: 100%;
}
/* line 24, ../sass/resolution/1920x1024/_home-page.scss */
html .cms-home .container .products-grid .item .product-image .rotate-img {
  display: block;
  opacity: 0;
}
/* line 30, ../sass/resolution/1920x1024/_home-page.scss */
html .cms-home .container .products-grid .item .product-info {
  position: static;
  display: block;
  opacity: 0;
}
/* line 36, ../sass/resolution/1920x1024/_home-page.scss */
html .cms-home .container .products-grid .item:hover .product-info, html .cms-home .container .products-grid .item:focus .product-info {
  opacity: 1;
}
/* line 41, ../sass/resolution/1920x1024/_home-page.scss */
html .cms-home .container .products-grid .product-image {
  margin-bottom: 30px;
  position: relative;
  min-height: 180px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/* line 48, ../sass/resolution/1920x1024/_home-page.scss */
html .cms-home .container .products-grid .product-image img {
  display: block;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
/* line 60, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper {
  position: relative;
}
/* line 62, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper .slider-titile {
  display: none;
}
/* line 65, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
}
/* line 70, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
/* line 72, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper .bx-pager .bx-pager-item a {
  background: #000;
  text-indent: -9999px;
  display: block;
  border: 2px solid #000;
  margin: 0 5px;
  outline: 0;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 81, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper .bx-pager .bx-pager-item a:hover, html .home-slider .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: none;
}
/* line 87, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper .bx-controls-direction {
  display: none;
}
/* line 89, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  outline: 0;
  text-indent: -9999px;
  z-index: 100;
}
/* line 96, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 10px;
  background-image: url(../images/spritesheet.png);
  background-position: -19px -104px;
  width: 14px;
  height: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 96, ../sass/resolution/1920x1024/_home-page.scss */
  html .home-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 100, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 10px;
  background-image: url(../images/spritesheet.png);
  background-position: 0px -104px;
  width: 14px;
  height: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 100, ../sass/resolution/1920x1024/_home-page.scss */
  html .home-slider .bx-wrapper .bx-controls-direction a.bx-next {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 108, ../sass/resolution/1920x1024/_home-page.scss */
html .home-slider .bx-wrapper .bxslider li img {
  width: 100%;
}
/* line 115, ../sass/resolution/1920x1024/_home-page.scss */
html .home-images-block, html .home-image-large-block {
  padding: 0;
}
/* line 117, ../sass/resolution/1920x1024/_home-page.scss */
html .home-images-block .row, html .home-image-large-block .row {
  margin: 0;
  padding: 0;
}
/* line 120, ../sass/resolution/1920x1024/_home-page.scss */
html .home-images-block .row > div, html .home-image-large-block .row > div {
  padding: 0;
  position: relative;
}
/* line 124, ../sass/resolution/1920x1024/_home-page.scss */
html .home-images-block .row > div:hover .home-image-info, html .home-images-block .row > div:focus .home-image-info, html .home-image-large-block .row > div:hover .home-image-info, html .home-image-large-block .row > div:focus .home-image-info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
/* line 129, ../sass/resolution/1920x1024/_home-page.scss */
html .home-images-block .row > div:hover a.home-image-link, html .home-images-block .row > div:focus a.home-image-link, html .home-image-large-block .row > div:hover a.home-image-link, html .home-image-large-block .row > div:focus a.home-image-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
/* line 137, ../sass/resolution/1920x1024/_home-page.scss */
html .home-images-block .home-image-info, html .home-image-large-block .home-image-info {
  position: absolute;
  width: 100%;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  color: #fff;
  height: 100%;
  cursor: pointer;
}
/* line 146, ../sass/resolution/1920x1024/_home-page.scss */
html .home-images-block a.home-image-link, html .home-image-large-block a.home-image-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 156, ../sass/resolution/1920x1024/_home-page.scss */
html .home-images-block a.home-image-link.black, html .home-image-large-block a.home-image-link.black {
  color: #000;
}
/* line 160, ../sass/resolution/1920x1024/_home-page.scss */
html .home-images-block img, html .home-image-large-block img {
  max-width: 100%;
  width: 100%;
}
/* line 167, ../sass/resolution/1920x1024/_home-page.scss */
html .home-image-large-block:hover .home-image-info, html .home-image-large-block:focus .home-image-info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
/* line 172, ../sass/resolution/1920x1024/_home-page.scss */
html .home-image-large-block:hover a.home-image-link, html .home-image-large-block:focus a.home-image-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
/* line 183, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
/* line 187, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog {
  margin: 0px !important;
  background: url(/media/wysiwyg/newsletter-box-pop-up.png) no-repeat #ffffff;
  position: absolute;
  /*bottom: -30px;*/
  /*right: 149px;*/
  bottom: 10px;
  right: 10px;
  opacity: 1 !important;
  z-index: 99991;
  width: 771px;
  height: 396px;
}
/* line 200, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-close {
  float: right;
  top: 20px;
  right: 19px;
  position: relative;
  cursor: pointer;
}
/* line 208, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-left,
html #newsletterpopup .modal-dialog .newsletter-right {
  float: left;
  width: 50%;
}
/* line 213, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right {
  padding: 60px 24px 0px 76px;
}
/* line 216, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right .newsletter-header {
  height: 123px;
  font-size: 23px;
}
/* line 221, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right input[type='text'],
html #newsletterpopup .modal-dialog .newsletter-right select {
  color: #000000;
  background-color: #e1e1e1;
  border: 1px solid #000;
  width: 285px;
  height: 25px;
  padding-left: 5px;
  font-size: 14px;
}
/* line 232, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right input[type="radio"] {
  display: none;
}
/* line 235, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(/media/wysiwyg/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}
/* line 244, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right input[type="radio"]:checked + label span {
  background: url(/media/wysiwyg/check_radio_sheet.png) -29px top no-repeat;
}
/* line 247, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right label span {
  padding-left: 19px;
  font-size: 14px;
}
/* line 253, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right .newsletter-country .select-wrapper::after {
  margin: -8px 0 0;
  top: 18px;
}
/* line 259, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right .newsletter-button {
  text-align: right;
}
/* line 263, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right ul li {
  height: 41px;
}
/* line 265, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right ul li ul.newsletter-gender li {
  float: left;
}
/* line 267, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right ul li ul.newsletter-gender li:nth-child(1) {
  width: 40%;
}
/* line 270, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right ul li ul.newsletter-gender li:nth-child(2) {
  width: 40%;
}
/* line 273, ../sass/resolution/1920x1024/_home-page.scss */
html #newsletterpopup .modal-dialog .newsletter-right ul li ul.newsletter-gender li:nth-child(3) {
  width: 20%;
}

@media (max-width: 1900px) {
  /* line 288, ../sass/resolution/1920x1024/_home-page.scss */
  html #newsletterpopup .newsletter-left {
    display: none;
  }
  /* line 292, ../sass/resolution/1920x1024/_home-page.scss */
  html #newsletterpopup .modal-dialog {
    background: none;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 1 !important;
    z-index: 99991;
    width: 300px;
    height: 340px;
    /* 240 */
    margin: 10px;
  }
  /* line 304, ../sass/resolution/1920x1024/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-left,
  html #newsletterpopup .modal-dialog .newsletter-right {
    float: left;
    width: 100%;
  }
  /* line 310, ../sass/resolution/1920x1024/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right {
    padding: 32px 24px 0px 34px;
  }
  /* line 313, ../sass/resolution/1920x1024/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right .newsletter-header {
    /*display:none;*/
    height: 80px;
  }
  /* line 316, ../sass/resolution/1920x1024/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right .newsletter-header h1 {
    font-size: 20px;
  }
  /* line 322, ../sass/resolution/1920x1024/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right input[type='text'],
  html #newsletterpopup .modal-dialog .newsletter-right select {
    width: 240px;
  }
}
@media (min-width: 1024px) {
  /* line 3, ../sass/resolution/1920x1024/_pages.scss */
  .account-pages .block-account {
    margin: auto;
    width: 80%;
    display: block;
  }
  /* line 7, ../sass/resolution/1920x1024/_pages.scss */
  .account-pages .block-account .tab-block-title {
    text-align: center;
  }
}
/* line 2, ../sass/resolution/1920x1024/_cart.scss */
.mini-products-list li {
  overflow: hidden;
}

/* line 1, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index {
  position: relative;
}
/* line 4, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .container.shop-cart-container {
  position: relative;
  padding: 60px 20px 0;
}
/* line 7, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .container.shop-cart-container #shoppingcart-backlink {
  display: none;
}
@media (min-width: 1400px) {
  /* line 7, ../sass/resolution/1920x1024/_backet.scss */
  .checkout-cart-index .container.shop-cart-container #shoppingcart-backlink {
    display: none;
    position: absolute;
    left: 0px;
    top: 200px;
  }
}
/* line 15, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .container.shop-cart-container #shoppingcart-backlink a {
  display: inline-block;
  padding: 5px;
  text-decoration: underline;
}
/* line 19, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .container.shop-cart-container #shoppingcart-backlink a:hover {
  background-position: 0 0;
}
/* line 22, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .container.shop-cart-container #shoppingcart-backlink a:before {
  content: '';
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -68px 0px;
  width: 63px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 22, ../sass/resolution/1920x1024/_backet.scss */
  .checkout-cart-index .container.shop-cart-container #shoppingcart-backlink a:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 29, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .container.shop-cart-container #shoppingcart-backlink-mobile {
  display: none;
  position: absolute;
  left: 0;
  top: -60px;
}
@media (min-width: 1400px) {
  /* line 29, ../sass/resolution/1920x1024/_backet.scss */
  .checkout-cart-index .container.shop-cart-container #shoppingcart-backlink-mobile {
    display: none;
  }
}
/* line 37, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .container.shop-cart-container #shoppingcart-backlink-mobile a {
  display: inline-block;
  padding: 5px;
  text-decoration: underline;
}
/* line 41, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .container.shop-cart-container #shoppingcart-backlink-mobile a:hover {
  background-position: 0 0;
}
/* line 44, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .container.shop-cart-container #shoppingcart-backlink-mobile a:before {
  content: '';
  display: block;
  background-image: url(../images/spritesheet.png);
  background-position: -68px 0px;
  width: 63px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 44, ../sass/resolution/1920x1024/_backet.scss */
  .checkout-cart-index .container.shop-cart-container #shoppingcart-backlink-mobile a:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 53, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index h1,
.checkout-cart-index h2,
.checkout-cart-index h3,
.checkout-cart-index h4,
.checkout-cart-index h5,
.checkout-cart-index h6 {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 71, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .btn-update {
  display: inline-block !important;
}
/* line 75, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .navbar {
  display: none;
}
/* line 79, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table,
.checkout-cart-index .data-table > tbody > tr > td,
.checkout-cart-index .data-table > tbody > tr > th,
.checkout-cart-index .data-table > tfoot > tr > td,
.checkout-cart-index .data-table > tfoot > tr > th,
.checkout-cart-index .data-table > thead > tr > td,
.checkout-cart-index .data-table > thead > tr > th,
.checkout-cart-index .table-bordered,
.checkout-cart-index .table-bordered > tbody > tr > td,
.checkout-cart-index .table-bordered > tbody > tr > th,
.checkout-cart-index .table-bordered > tfoot > tr > td,
.checkout-cart-index .table-bordered > tfoot > tr > th,
.checkout-cart-index .table-bordered > thead > tr > td,
.checkout-cart-index .table-bordered > thead > tr > th {
  border: 0;
}
/* line 96, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .page-header, .checkout-cart-index .page-title {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
}
/* line 104, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .page-title.title-buttons h1 {
  text-transform: uppercase;
  font: 14px "Helvetica Regular", Arial;
  color: #000;
  position: relative;
  margin: 10px 0 48px 4px;
}
/* line 110, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .page-title.title-buttons .checkout-types {
  display: none;
}
/* line 116, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart > form {
  margin-bottom: 0;
  border: 0;
}
/* line 125, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > thead > tr > th {
  background-color: transparent;
  border: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  border-bottom: 2px solid #000;
}
/* line 133, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > thead > tr > th span {
  text-transform: uppercase;
  font: 13px "Helvetica Bold", Arial, sans-serif;
  color: #000;
  display: block;
  padding: 5px 0 16px;
}
/* line 138, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > thead > tr > th span.mobile-name {
  display: none;
}
/* line 148, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table .backet-th-img,
.checkout-cart-index .data-table .backet-product-img {
  width: 8.5%;
}
/* line 153, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table .backet-th-name,
.checkout-cart-index .data-table .backet-product-name {
  width: 34%;
}
/* line 158, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table .backet-th-qty,
.checkout-cart-index .data-table .backet-product-qty {
  width: 14%;
  padding-right: 32px;
}
/* line 164, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table .backet-th-tax,
.checkout-cart-index .data-table .backet-product-tax {
  width: 17%;
}
/* line 169, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table .backet-th-price,
.checkout-cart-index .data-table .backet-product-price {
  width: 10%;
  text-align: right !important;
}
/* line 175, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table .backet-th-remove,
.checkout-cart-index .data-table .backet-product-remove {
  width: 13%;
  text-align: left !important;
}
/* line 181, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody {
  border-bottom: 2px solid #000;
}
/* line 186, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr {
  display: none;
}
/* line 189, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr.last td {
  border-bottom: 0;
  padding: 48px 0 66px 0;
}
/* line 194, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr > td {
  padding: 48px 0 66px 0;
  font-size: 0;
  border-bottom: 1px solid #000;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
/* line 202, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-product-img {
  width: 40%;
  float: left;
}
/* line 206, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-product-img img {
  width: 100%;
}
/* line 212, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content {
  float: right;
  width: 60%;
  padding-left: 0;
  text-align: right;
}
/* line 218, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content h2 {
  padding: 0 0 7px 0;
}
/* line 221, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content h2 a {
  font: 36px "Helvetica Neue", Arial, sans-serif;
}
/* line 227, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .cart-price {
  font: 27px "Helvetica Neue", Arial, sans-serif;
}
/* line 230, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .cart-price span {
  font: 27px "Helvetica Neue", Arial, sans-serif;
}
/* line 236, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .qty-remove-block {
  margin: 140px 0 0 0;
  display: block;
}
/* line 240, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .qty-remove-block a, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .qty-remove-block .separate-line {
  font-size: 27px;
  line-height: 54px;
}
/* line 245, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .qty-remove-block .separate-line {
  padding: 0 5px;
}
/* line 249, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .qty-remove-block .qty {
  float: right;
  border: 1px solid #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 26px;
  padding: 10px;
  margin: 0 0 0 40px;
  width: 57px;
  height: 54px;
}
/* line 260, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl {
  margin: 8px 0 0 0;
}
/* line 265, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dt, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dd {
  float: right;
  font: 27px "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  font-weight: normal;
}
/* line 272, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dt {
  margin-right: 6px;
}
/* line 280, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr .product-name {
  padding: 1px 3px;
}
/* line 284, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr > td {
  padding: 28px 0 2px 0;
  vertical-align: middle;
}
/* line 288, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr > td.backet-product-name {
  vertical-align: top;
}
/* line 296, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.last-desktop-li > td {
  padding: 28px 0 15px 0;
}
/* line 299, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr.last-desktop-li > td.backet-product-qty {
  padding-right: 32px;
}
/* line 309, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody > tr:nth-child(odd) > td,
.checkout-cart-index .data-table > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
  border: 0;
}
/* line 317, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-name h2 a {
  text-transform: uppercase;
  font: 13px "Helvetica Bold", Arial, sans-serif;
  color: #000;
}
/* line 321, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-name .item-options {
  margin: 5px 0 0 3px;
}
/* line 324, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-name .item-options dl {
  margin: 0;
}
/* line 329, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-name .item-options dt, .checkout-cart-index .data-table > tbody .backet-product-name .item-options dd {
  float: left;
  font-size: 9px;
  margin: 0;
  font-weight: 400;
}
/* line 336, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-name .item-options dt {
  margin-right: 3px;
}
/* line 344, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody td, .checkout-cart-index .data-table > tbody td a {
  font: 12px "Helvetica Regular", Arial;
}
/* line 348, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-tax {
  text-align: center;
}
/* line 351, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-tax span {
  display: block;
  text-align: center !important;
}
/* line 356, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-tax * {
  text-transform: uppercase;
  font: 14px "Helvetica Regular", Arial;
  color: #000;
}
/* line 362, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-price {
  text-align: right;
}
/* line 365, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-price span {
  display: block;
  text-align: right !important;
}
/* line 370, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-price * {
  text-transform: uppercase;
  font: 14px "Helvetica Regular", Arial;
  color: #000;
}
/* line 378, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-qty a, .checkout-cart-index .data-table > tbody .backet-product-qty input {
  display: inline-block;
  vertical-align: middle;
}
/* line 383, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-qty a.increment {
  top: -1px;
}
/* line 387, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-qty .qty-link {
  display: none;
  position: relative;
  font: 19px "Glyphicons Halflings", Arial, sans-serif;
}
/* line 393, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-qty .qty-link:before {
  color: #000;
}
/* line 401, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-qty .decrement:before {
  content: "\e079";
}
/* line 409, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-qty .increment:before {
  content: "\e080";
}
/* line 415, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tbody .backet-product-qty .input-text.qty {
  text-transform: uppercase;
  font: 16px "Helvetica Neue Light", Arial, sans-serif;
  color: #000;
  border: 0;
  outline: none;
  height: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 3px;
  margin: 0;
}
/* line 428, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tfoot {
  display: none;
}
/* line 433, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .data-table > tfoot > tr > td {
  padding: 15px 0;
}
/* line 443, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals {
  margin-bottom: 60px;
}
/* line 447, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals .hide-tax {
  display: none;
}
/* line 452, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals .backet-notice-wrapper h2 {
  text-transform: uppercase;
  font: 12px "Helvetica Neue", Arial, sans-serif;
  color: #000;
  color: #b6b5b5;
  margin: 13px 0 3px 0;
}
/* line 458, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals .backet-notice-wrapper p {
  color: #b6b5b5;
  font-size: 12px;
  line-height: 28px;
}
/* line 464, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals .backet-notice-wrapper a,
.checkout-cart-index .cart .cart-collaterals .backet-notice-wrapper .separate-line {
  text-transform: uppercase;
  font: 12px "Helvetica Neue Light", Arial, sans-serif;
  color: #000;
  line-height: 28px;
  padding: 0 3px 0 0;
}
/* line 473, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals .notice-wrapper {
  margin: 0 0 30px 0;
}
/* line 479, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #discount-coupon-form .discount {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin: 28px 0 10px 0;
}
/* line 486, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #discount-coupon-form .discount label {
  font: 12px "Helvetica Neue Light", Arial, sans-serif;
  margin-bottom: 7px;
  display: block;
}
/* line 494, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #discount-coupon-form .input-box {
  width: 45%;
  margin-right: 2%;
  float: left;
}
/* line 500, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #discount-coupon-form .input-text {
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
}
/* line 506, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #discount-coupon-form .discount-form {
  padding: 0;
}
/* line 510, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set {
  width: 52%;
  float: right;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
}
/* line 517, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set button {
  width: 47.5%;
  margin: 0 1%;
  float: left;
  outline: none;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #000000;
}
/* line 526, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set button span {
  text-transform: uppercase;
  font: 12px "Helvetica Neue Light", Arial, sans-serif;
  color: #000;
  color: #ffffff;
}
/* line 537, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals .totals {
  width: 100%;
  float: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
/* line 547, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table {
  margin: 17px 0 21px;
}
/* line 550, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table thead th, .checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table tbody td, .checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table tfoot td {
  border: 0;
  padding: 7px 0;
  width: 50%;
  font: 14px "Helvetica Regular", Arial;
}
/* line 556, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table thead th:nth-child(1n), .checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table tbody td:nth-child(1n), .checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table tfoot td:nth-child(1n) {
  text-align: left !important;
}
/* line 560, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table thead th:nth-child(2n), .checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table tbody td:nth-child(2n), .checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table tfoot td:nth-child(2n) {
  text-align: right !important;
}
/* line 566, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals #shopping-cart-totals-table tfoot td {
  font: 14px "Helvetica Bold", Arial, sans-serif;
}
/* line 574, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals .checkout-types .paypal-or {
  padding: 8px 0 0 0;
}
/* line 578, ../sass/resolution/1920x1024/_backet.scss */
.checkout-cart-index .cart .cart-collaterals .checkout-types .paypal-logo a {
  display: block;
}

@media (max-width: 1240px) {
  /* line 592, ../sass/resolution/1920x1024/_backet.scss */
  .checkout-cart-index .data-table .backet-product-remove a {
    display: inline;
  }
  /* line 595, ../sass/resolution/1920x1024/_backet.scss */
  .checkout-cart-index .data-table .backet-product-remove .separate-line {
    padding: 0 2px;
  }
}
/* line 1, ../sass/resolution/1920x1024/_magazine-page.scss */
.image-container {
  position: relative;
}

/* line 4, ../sass/resolution/1920x1024/_magazine-page.scss */
.image-container .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #000;
}

/* line 13, ../sass/resolution/1920x1024/_magazine-page.scss */
.image-container:hover .text {
  display: block;
  background-color: rgba(232, 232, 232, 0.75);
}

/* line 18, ../sass/resolution/1920x1024/_magazine-page.scss */
.text {
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 28px;
  padding: 0 30px;
}

/* line 29, ../sass/resolution/1920x1024/_magazine-page.scss */
.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 38, ../sass/resolution/1920x1024/_magazine-page.scss */
.cms-magazine-page .container.shop-cart-container, .blog-index-list .container.shop-cart-container {
  padding: 0 3px;
}
/* line 44, ../sass/resolution/1920x1024/_magazine-page.scss */
.cms-magazine-page .layout.layout-1-col div[role=main], .blog-index-list .layout.layout-1-col div[role=main] {
  padding: 0;
}
/* line 49, ../sass/resolution/1920x1024/_magazine-page.scss */
.cms-magazine-page .masonry-wrapper, .blog-index-list .masonry-wrapper {
  padding: 0;
}
/* line 51, ../sass/resolution/1920x1024/_magazine-page.scss */
.cms-magazine-page .masonry-wrapper .grid-sizer, .blog-index-list .masonry-wrapper .grid-sizer {
  width: 33.33%;
  padding: 0;
  margin: 0;
}
/* line 60, ../sass/resolution/1920x1024/_magazine-page.scss */
.cms-magazine-page .masonry-wrapper .grid-item-wrapper, .blog-index-list .masonry-wrapper .grid-item-wrapper {
  display: inline-block;
  width: 32.5%;
}
/* line 68, ../sass/resolution/1920x1024/_magazine-page.scss */
.cms-magazine-page .masonry-wrapper .grid-item-wrapper img, .blog-index-list .masonry-wrapper .grid-item-wrapper img {
  width: 100%;
}
/* line 71, ../sass/resolution/1920x1024/_magazine-page.scss */
.cms-magazine-page .masonry-wrapper .grid-item-wrapper a, .blog-index-list .masonry-wrapper .grid-item-wrapper a {
  display: block;
}
/* line 73, ../sass/resolution/1920x1024/_magazine-page.scss */
.cms-magazine-page .masonry-wrapper .grid-item-wrapper a .title, .blog-index-list .masonry-wrapper .grid-item-wrapper a .title {
  width: 90%;
  display: none;
  font-size: 23px;
  position: absolute;
  top: 8px;
  left: 15px;
}
/* line 82, ../sass/resolution/1920x1024/_magazine-page.scss */
.cms-magazine-page .masonry-wrapper .grid-item-wrapper a:hover .title, .blog-index-list .masonry-wrapper .grid-item-wrapper a:hover .title {
  display: block;
  color: #000 !important;
}

/* line 92, ../sass/resolution/1920x1024/_magazine-page.scss */
.blog-post-view .postWrapper {
  position: relative;
}
/* line 94, ../sass/resolution/1920x1024/_magazine-page.scss */
.blog-post-view .postWrapper a.closepost {
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  background-image: url(../images/spritesheet.png);
  background-position: -121px -104px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 94, ../sass/resolution/1920x1024/_magazine-page.scss */
  .blog-post-view .postWrapper a.closepost {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 105, ../sass/resolution/1920x1024/_magazine-page.scss */
.blog-post-view .postTitle {
  display: inline-block;
  border-bottom: 1px solid #000;
}
/* line 108, ../sass/resolution/1920x1024/_magazine-page.scss */
.blog-post-view .postTitle h2 {
  font-size: 30px;
  font-weight: bold;
}
/* line 113, ../sass/resolution/1920x1024/_magazine-page.scss */
.blog-post-view .postDate {
  margin-bottom: 10px;
}
/* line 116, ../sass/resolution/1920x1024/_magazine-page.scss */
.blog-post-view .postContent {
  margin-top: 30px;
  min-height: 350px;
}
/* line 120, ../sass/resolution/1920x1024/_magazine-page.scss */
.blog-post-view .prevnext-links {
  margin-top: 50px;
  text-align: center;
}
/* line 123, ../sass/resolution/1920x1024/_magazine-page.scss */
.blog-post-view .prevnext-links a {
  margin: 0 30px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 128, ../sass/resolution/1920x1024/_magazine-page.scss */
.blog-post-view .prevnext-links a.previous {
  background-image: url(../images/spritesheet.png);
  background-position: -68px 0px;
  width: 63px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 128, ../sass/resolution/1920x1024/_magazine-page.scss */
  .blog-post-view .prevnext-links a.previous {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 132, ../sass/resolution/1920x1024/_magazine-page.scss */
.blog-post-view .prevnext-links a.next {
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 63px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 132, ../sass/resolution/1920x1024/_magazine-page.scss */
  .blog-post-view .prevnext-links a.next {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

@media (max-width: 1900px) {
  /* line 5, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-coupons .onestepcheckout-coupon-buttons {
    width: 100%;
  }
}
/* line 12, ../sass/resolution/1920x1024/_checkout.scss */
.hide-tax {
  display: none;
}

/* line 18, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-coupons {
  margin-bottom: 68px;
}
/* line 21, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-coupons .onestepcheckout-coupon-input {
  float: left;
  width: 72%;
}
/* line 26, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-coupons .onestepcheckout-coupon-buttons {
  float: right;
  width: 26%;
}
/* line 29, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-coupons .onestepcheckout-coupon-buttons button:focus,
.onestepcheckout-index-index .onestepcheckout-coupons .onestepcheckout-coupon-buttons button:active {
  color: #ffffff;
}
/* line 36, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-coupons .onestepcheckout-coupon-add {
  display: inline;
}
/* line 40, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-coupons #id_couponcode {
  width: 100%;
}
/* line 43, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-coupons button {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
}
/* line 49, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-coupons #onestepcheckout-coupon-remove {
  margin-top: 7px;
}
/* line 55, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address .address-line-3 {
  display: none;
}
/* line 56, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address .address-line-1 label.translated, .onestepcheckout-index-index .input-address .address-line-2 label, .onestepcheckout-index-index .input-address .address-line-3 label {
  display: none;
}
/* line 59, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address[rel='address-nl'] {
  height: 70px;
}
/* line 61, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-1 {
  width: 50%;
  float: left;
  margin-right: 7px;
}
/* line 65, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-1 label.generic {
  display: none;
}
/* line 66, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-1 input {
  width: 94% !important;
}
/* line 68, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-2 {
  width: 21%;
  float: left;
  margin-right: 7px;
}
/* line 72, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-2 label.generic {
  display: none;
}
/* line 74, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-3 {
  width: 21%;
  float: right;
  display: block;
}
/* line 78, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-3 label.generic {
  display: none;
}
/* line 81, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-1 label, .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-2 label, .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-3 label {
  display: block;
}
/* line 85, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-address .address-line-2 input, .onestepcheckout-index-index .input-address .address-line-3 input {
  margin-top: 10px;
}
/* line 90, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .layout.layout-1-col div[role=main] {
  padding: 0;
  margin: 0 10% 0 15%;
  width: 75%;
  float: left;
}
/* line 96, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index div.checkoutcontainer {
  overflow: initial;
}
/* line 99, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index div.checkoutcontainer div.input-address, .onestepcheckout-index-index div.checkoutcontainer div.input-city, .onestepcheckout-index-index div.checkoutcontainer li.taxvat div.input-box, .onestepcheckout-index-index div.checkoutcontainer div.input-country,
.onestepcheckout-index-index div.checkoutcontainer div.input-region, .onestepcheckout-index-index div.checkoutcontainer .input-city, .onestepcheckout-index-index div.checkoutcontainer div.input-postcode, .onestepcheckout-index-index div.checkoutcontainer div.input-address-short, .onestepcheckout-index-index div.checkoutcontainer div.input-firstname,
.onestepcheckout-index-index div.checkoutcontainer div.input-lastname, .onestepcheckout-index-index div.checkoutcontainer div.input-email, .onestepcheckout-index-index div.checkoutcontainer div.input-telephone, .onestepcheckout-index-index div.checkoutcontainer div.input-company,
.onestepcheckout-index-index div.checkoutcontainer div.input-fax, .onestepcheckout-index-index div.checkoutcontainer div.input-password {
  width: 100%;
  margin: 0 0 18px 0;
}
/* line 107, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index div.checkoutcontainer div.input-address .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-city .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-postcode .input-text,
.onestepcheckout-index-index div.checkoutcontainer div.input-address-short .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-firstname .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-lastname .input-text,
.onestepcheckout-index-index div.checkoutcontainer div.input-email .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-telephone .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-company .input-text,
.onestepcheckout-index-index div.checkoutcontainer div.input-fax .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-password .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-region .input-text,
.onestepcheckout-index-index div.checkoutcontainer div.input-country select {
  width: 100%;
  float: none;
  height: 36px;
}
/* line 117, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index div.checkoutcontainer div.input-address-short .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-firstname .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-lastname .input-text,
.onestepcheckout-index-index div.checkoutcontainer div.input-email .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-telephone .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-company .input-text,
.onestepcheckout-index-index div.checkoutcontainer div.input-fax .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-password .input-text, .onestepcheckout-index-index div.checkoutcontainer div.input-region,
.onestepcheckout-index-index div.checkoutcontainer .payment-methods .input-box select.year,
.onestepcheckout-index-index div.checkoutcontainer .payment-methods .input-box select#protxDirect_expiration_yr,
.onestepcheckout-index-index div.checkoutcontainer .payment-methods .input-box select#protxDirect_start_yr,
.onestepcheckout-index-index div.checkoutcontainer .payment-methods .input-box select.month, .onestepcheckout-index-index div.checkoutcontainer .payment-methods .input-box select#protxDirect_start,
.onestepcheckout-index-index div.checkoutcontainer .payment-methods .input-box select#protxDirect_expiration,
.onestepcheckout-index-index div.checkoutcontainer div.input-region select, .onestepcheckout-index-index div.checkoutcontainer div.input-country select,
.onestepcheckout-index-index div.checkoutcontainer select.address-select {
  width: 100% !important;
}
/* line 131, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #billing_address,
.onestepcheckout-index-index #shipping_address {
  margin: 0 0 18px 0;
}
/* line 144, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .billing-address-list li {
  padding: 0;
  margin: 5px 0 33px;
}
/* line 147, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .billing-address-list li a {
  position: relative;
  padding: 0 0 0 34px;
  font-size: 17px;
  line-height: 22px;
  display: block;
  cursor: pointer;
}
/* line 155, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .billing-address-list li a:before {
  content: '';
  width: 19px;
  height: 17px;
  position: absolute;
  top: 1px;
  bottom: initial;
  left: 0;
  right: initial;
  background-image: url(../images/spritesheet.png);
  background-position: -106px -104px;
  width: 10px;
  height: 10px;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 155, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .billing-address-list li a:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 165, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .billing-address-list li a.choosed-address:before {
  background-image: url(../images/spritesheet.png);
  background-position: -91px -104px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 165, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .billing-address-list li a.choosed-address:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 179, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .welcome-msg strong {
  font-weight: normal;
  font: 14px "Helvetica Regular", Arial;
}
/* line 184, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .welcome-msg p {
  display: none;
  margin: 0;
}
/* line 188, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .welcome-msg p.hello {
  display: block;
}
/* line 196, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #ccsave_cc_type, .onestepcheckout-index-index #ccsave_expiration, .onestepcheckout-index-index #ccsave_expiration_yr {
  font-size: 14px;
}
/* line 200, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .select-title {
  margin-bottom: 15px;
  font-size: 18px;
}
/* line 205, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .customer-info-li > a {
  text-align: right;
  display: block;
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #b6b5b5;
}
/* line 215, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .select-address-li .select-wrapper {
  display: none;
}
/* line 219, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .select-address-li .input-box {
  width: 100%;
}
/* line 225, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #base_url {
  display: none;
}
/* line 229, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input {
  outline: none;
}
/* line 233, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-box label {
  margin-bottom: 15px;
}
/* line 239, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-remark.checkbox-field .input-box label {
  margin: 8px 0 13px;
}
/* line 245, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-different-shipping.checkbox-field {
  margin-top: 0;
}
/* line 247, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .input-different-shipping.checkbox-field label {
  font-size: 14px !important;
}
/* line 254, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index div[role=main] .checkbox-field label {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 22px;
}
/* line 259, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index div[role=main] .checkbox-field label:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url(../images/spritesheet.png);
  background-position: -13px -134px;
  width: 10px;
  height: 10px;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 259, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index div[role=main] .checkbox-field label:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 268, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index div[role=main] .checkbox-field input[type="checkbox"]:checked + label:before {
  background-image: url(../images/spritesheet.png);
  background-position: -76px -104px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 268, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index div[role=main] .checkbox-field input[type="checkbox"]:checked + label:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 274, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .form-list label, .onestepcheckout-index-index .form-list span, .onestepcheckout-index-index label, .onestepcheckout-index-index span {
  font: 13px "Helvetica Regular", Arial;
}
/* line 277, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .form-list labelspan.required, .onestepcheckout-index-index .form-list label.required em, .onestepcheckout-index-index .form-list spanspan.required, .onestepcheckout-index-index .form-list span.required em, .onestepcheckout-index-index labelspan.required, .onestepcheckout-index-index label.required em, .onestepcheckout-index-index spanspan.required, .onestepcheckout-index-index span.required em {
  color: #000;
  margin-left: -4px;
}
/* line 286, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #onestepcheckout-form .group-select {
  padding: 0 !important;
}
/* line 289, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #onestepcheckout-form .input-region label {
  color: #000;
}
/* line 292, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #onestepcheckout-form .validation-error.input-region label {
  color: #fd0100;
}
/* line 297, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #onestepcheckout-form .input-region .select-wrapper:after {
  content: none;
}
/* line 300, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #onestepcheckout-form .input-region .select-wrapper select {
  background-image: url("../images/icons/md-dropdown.svg");
  background-repeat: no-repeat;
  background-position: center right 3px;
}
/* line 309, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-comments {
  margin: 0;
}
/* line 313, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #id_comments {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  margin: 0 0 10px 0;
  display: block;
  font: 17px "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  outline: none;
  resize: none;
  border: 1px solid #000;
  width: 100%;
  height: 115px;
}
/* line 324, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #id_comments:focus {
  border-color: #d5d5d5;
}
/* line 330, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .checkout-container {
  max-width: 100%;
}
/* line 334, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index div.checkoutcontainer {
  border: 0;
  margin: 0;
}
/* line 339, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-title {
  text-transform: uppercase;
  font: 14px "Helvetica Regular", Arial;
  color: #000;
  margin: 38px 0 50px;
}
/* line 344, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index p.onestepcheckout-numbers {
  padding: 0;
  margin: 0 0 10px;
  background: none;
  height: initial;
  text-transform: uppercase;
  font: 17px "Helvetica Neue", Arial, sans-serif;
  color: #000;
  position: relative;
}
/* line 351, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index p.onestepcheckout-numbers span, .onestepcheckout-index-index p.onestepcheckout-numbers .backet-step-link {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 13px 0 0;
}
/* line 358, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index p.onestepcheckout-numbers .backet-step-link {
  padding: 0 0 0 13px;
  margin: -3px;
  float: right;
  font: 20px "Helvetica Neue Italic", Arial, sans-serif;
  color: #b6b5b5;
}
/* line 365, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index p.onestepcheckout-numbers:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  bottom: initial;
  left: 0;
  right: initial;
  margin: -2px 0 0 0;
}
/* line 376, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .payment-methods .buckaroo-method ul:empty {
  margin-bottom: 0;
}
/* line 384, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-left,
.onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-middle,
.onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-right {
  width: 29.5%;
  margin-right: 4.5%;
  background: none;
  float: left;
  padding: 0;
}
/* line 394, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-left .onestepcheckout-error {
  width: 100% !important;
}
/* line 398, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-middle {
  width: 28.5%;
}
/* line 402, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-right {
  margin: 0;
}
/* line 405, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-right .checkbox-field input[type="checkbox"] + label span {
  margin: 1px 11px 0 0;
  vertical-align: top;
}
/* line 414, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-shipping-method,
.onestepcheckout-index-index .onestepcheckout-address-line {
  margin: 0;
}
/* line 419, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .group-select li {
  padding: 0;
}
/* line 422, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .group-select li.half-block {
  width: 47.5%;
  float: left;
}
/* line 426, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .group-select li.half-block.first {
  margin-right: 5%;
}
/* line 429, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .group-select li.half-block.first.half-name-info {
  margin-right: 0;
}
/* line 434, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .group-select li.half-block.half-name-info {
  width: 100%;
}
/* line 442, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li,
.onestepcheckout-index-index .register-li {
  display: none;
  margin: 11px 0 25px 0;
}
/* line 447, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .block-content,
.onestepcheckout-index-index .register-li .block-content {
  padding: 0 35px 18px;
  border: 1px solid #444444;
}
/* line 452, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li h3,
.onestepcheckout-index-index .register-li h3 {
  font: 16px "Helvetica Neue", Arial, sans-serif;
  line-height: 23px;
  margin-bottom: 8px;
}
/* line 458, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with,
.onestepcheckout-index-index .register-li .login-with {
  position: relative;
  float: left;
  margin: 13px 0 5px 0;
  text-align: left;
  display: block;
  width: 100%;
  height: 28px;
}
/* line 466, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with p,
.onestepcheckout-index-index .register-li .login-with p {
  float: none;
  margin: 0;
  font-size: 14px;
  line-height: 28px;
}
/* line 473, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with ul,
.onestepcheckout-index-index .register-li .login-with ul {
  margin: 0;
  position: static;
}
/* line 476, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with ul li,
.onestepcheckout-index-index .register-li .login-with ul li {
  float: left;
  margin: 0 6px;
}
/* line 479, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with ul li i.fa,
.onestepcheckout-index-index .register-li .login-with ul li i.fa {
  color: #fff;
  background: #000;
  height: 28px;
}
/* line 484, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with ul li a,
.onestepcheckout-index-index .register-li .login-with ul li a {
  display: block;
}
/* line 488, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with ul li.fb-login i.fa,
.onestepcheckout-index-index .register-li .login-with ul li.fb-login i.fa {
  font-size: 25px;
  padding: 2px 5px 0;
}
/* line 491, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with ul li.fb-login i.fa:before,
.onestepcheckout-index-index .register-li .login-with ul li.fb-login i.fa:before {
  margin: 4px 0 0 2px;
  display: block;
}
/* line 498, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with ul li.tw-login i.fa,
.onestepcheckout-index-index .register-li .login-with ul li.tw-login i.fa {
  font-size: 18px;
  padding: 6px 5px;
}
/* line 504, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with ul li.google-login i.fa,
.onestepcheckout-index-index .register-li .login-with ul li.google-login i.fa {
  padding: 4px 5px;
  font-size: 18px;
}
/* line 507, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with ul li.google-login i.fa:before,
.onestepcheckout-index-index .register-li .login-with ul li.google-login i.fa:before {
  margin: 4px 0 0;
  display: block;
}
/* line 516, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .login-with p, .onestepcheckout-index-index .login-li .login-with ul,
.onestepcheckout-index-index .register-li .login-with p,
.onestepcheckout-index-index .register-li .login-with ul {
  display: inline-block;
  vertical-align: middle;
}
/* line 523, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .buttons-set,
.onestepcheckout-index-index .register-li .buttons-set {
  padding: 0;
  margin: 39px 0 0 0;
  border: 0;
}
/* line 527, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .buttons-set .btn-register-customer,
.onestepcheckout-index-index .register-li .buttons-set .btn-register-customer {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 2px solid #000;
}
/* line 532, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .buttons-set .btn-register-customer span,
.onestepcheckout-index-index .register-li .buttons-set .btn-register-customer span {
  padding: 3px 20px;
}
/* line 539, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .form-list label,
.onestepcheckout-index-index .register-li .form-list label {
  display: none;
}
/* line 543, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .checkout-forgot,
.onestepcheckout-index-index .register-li .checkout-forgot {
  font-size: 10px;
  text-decoration: underline;
  margin: 0 0 7px 0;
}
/* line 549, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .continue-guest,
.onestepcheckout-index-index .login-li .sign-in-guest,
.onestepcheckout-index-index .register-li .continue-guest,
.onestepcheckout-index-index .register-li .sign-in-guest {
  margin: 15px 0 0 0;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
/* line 563, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li #onestepcheckout-login-popup {
  width: 100% !important;
  position: static !important;
  display: block !important;
}
/* line 569, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .onestepcheckout-popup-wrapper {
  background: none;
}
/* line 578, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .email-popup-block,
.onestepcheckout-index-index .login-li #id_onestepcheckout_username {
  display: none;
}
/* line 583, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li #id_onestepcheckout_password {
  width: 100% !important;
}
/* line 587, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .login-li .onestepcheckout-popup-contents {
  margin: 0 0 18px 0;
}
/* line 595, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .register-li #onestepcheckout-li-password {
  display: block !important;
}
/* line 599, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .register-li h3 {
  margin-bottom: 20px;
}
/* line 603, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .register-li .check-create-new-user {
  display: none;
}
/* line 611, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .shipment-methods .error-msg {
  padding: 10px;
  font-weight: normal !important;
}
/* line 616, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .shipment-methods dd {
  font: 17px "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 10px !important;
}
/* line 621, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .shipment-methods dt {
  margin-bottom: 0 !important;
}
/* line 627, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .cvv-what-is-this {
  display: none;
  margin: 0;
  clear: both;
}
/* line 635, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-summary th {
  border: 0;
}
/* line 639, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-summary thead {
  display: none;
}
/* line 643, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-summary tbody {
  font: 18px "Helvetica Neue", Arial, sans-serif;
}
/* line 646, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-summary tbody .name,
.onestepcheckout-index-index .onestepcheckout-summary tbody .grand-total td, .onestepcheckout-index-index .onestepcheckout-summary tbody .grand-total td .price {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.42857143;
}
/* line 653, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-summary tbody .onestepcheckout-custom-options {
  list-style-type: none;
  margin: 11px 0 0 0;
}
/* line 656, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-summary tbody .onestepcheckout-custom-options * {
  font-weight: normal;
  font-size: 12px "Helvetica Regular", Arial;
}
/* line 666, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-summary {
  border-bottom: 2px solid #b6b6b6;
}
/* line 668, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-summary td {
  padding: 0;
  border: 0;
}
/* line 672, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-summary td.name {
  width: 73%;
}
/* line 675, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-summary td.qty {
  width: 12%;
  font-size: 14px;
  vertical-align: top;
}
/* line 680, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-summary td.total {
  width: 15%;
  vertical-align: top;
}
/* line 683, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-summary td.total span {
  font-size: 14px !important;
  position: relative;
  bottom: 3px;
}
/* line 690, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-summary tr:last-child td {
  padding-bottom: 23px;
}
/* line 695, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .payment-block-li {
  position: relative;
}
/* line 698, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .payment-block-li .close-li {
  position: absolute;
  top: 0;
  bottom: initial;
  left: initial;
  right: 0;
}
/* line 702, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .payment-block-li .close-block {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/close-popup-icon1.png") no-repeat 0 0;
  width: 25px;
  height: 25px;
  margin: -12px;
  z-index: 100;
  cursor: pointer;
  background-color: #fff;
}
/* line 717, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #checkout-payment-method-load .radio-field {
  margin: 0 0 15px 0;
}
/* line 719, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #checkout-payment-method-load .radio-field input[type="radio"] + label > span {
  margin-right: 0;
}
/* line 724, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #checkout-payment-method-load label {
  color: #000;
  margin: 0;
}
/* line 731, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #checkout-payment-method-load .validation-error .validation-wrapper, .onestepcheckout-index-index #checkout-payment-method-load .validation-error .validation-wrapper * {
  color: #fd0100;
}
/* line 737, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #checkout-payment-method-load em {
  float: none;
  position: static;
}
/* line 742, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #checkout-payment-method-load #payment_form_paypal_direct,
.onestepcheckout-index-index #checkout-payment-method-load #payment_form_ccsave {
  border: 1px solid #444444;
  padding: 22px 28px 11px;
  margin: 24px 0 44px 13px;
  max-width: 375px;
}
/* line 748, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #checkout-payment-method-load #payment_form_paypal_direct li,
.onestepcheckout-index-index #checkout-payment-method-load #payment_form_ccsave li {
  margin-bottom: 10px;
}
/* line 752, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index #checkout-payment-method-load #payment_form_paypal_direct .validation-wrapper,
.onestepcheckout-index-index #checkout-payment-method-load #payment_form_ccsave .validation-wrapper {
  display: block;
}
/* line 762, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .date-block .v-fix {
  float: right;
  width: 47.5%;
}
/* line 767, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .date-block .month-block {
  margin: 0 5% 0 0;
  float: left;
}
/* line 778, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-totals {
  margin: 23px 0 40px;
}
/* line 781, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-totals td {
  border: 0;
}
/* line 783, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-totals td span.price {
  font-size: 14px;
}
/* line 787, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-totals tr td:nth-child(odd) {
  text-align: left;
}
/* line 791, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index table.onestepcheckout-totals tr.grand-total td, .onestepcheckout-index-index table.onestepcheckout-totals tr td {
  padding: 3px 0 11px;
  font-size: 14px;
}
/* line 802, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .checkoutcontainer .payment-methods .input-box .input-text,
.onestepcheckout-index-index .checkoutcontainer .payment-methods .input-box textarea,
.onestepcheckout-index-index .checkoutcontainer .payment-methods .input-box select {
  width: 100% !important;
  height: 36px;
}
/* line 808, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .checkoutcontainer .payment-methods .input-box .input-text.validate-cc-cvn {
  width: 75% !important;
}
/* line 812, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .checkoutcontainer .payment-methods .input-box .v-fix .validation-advice {
  width: 100%;
}
/* line 818, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-enable-newsletter {
  margin: 0;
}
/* line 820, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-enable-newsletter label {
  font-size: 21px;
}
/* line 825, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .checkout-agreements {
  margin: 0;
}
/* line 827, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .checkout-agreements label {
  font-size: 21px;
  margin: 0 0 1px 0;
}
/* line 830, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .checkout-agreements label a {
  text-decoration: underline;
}
/* line 835, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .checkout-agreements .agreement-title {
  text-decoration: underline;
  font-style: normal;
}
/* line 840, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .checkout-agreements i {
  font-style: normal;
}
/* line 844, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .checkout-agreements .agreement-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #444444;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  font-size: 16px;
  padding: 10px 15px;
  margin: 10px 0;
  display: none;
}
/* line 856, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-place-order-wrapper {
  margin-top: 15px;
}
/* line 858, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-place-order-wrapper .united-btn {
  border-width: 2px;
}
/* line 861, ../sass/resolution/1920x1024/_checkout.scss */
.onestepcheckout-index-index .onestepcheckout-place-order-wrapper .united-btn.btn-proceed-checkout span span {
  padding: 3px 0 4px;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 1600px) {
  /* line 875, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-coupons {
    margin-bottom: 26px;
  }
  /* line 877, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-coupons .onestepcheckout-coupon-input {
    float: none;
    width: 100%;
  }
  /* line 880, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-coupons .onestepcheckout-coupon-input input#id_couponcode {
    width: 100% !important;
  }
  /* line 885, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-coupons .onestepcheckout-coupon-buttons {
    float: none;
    width: auto;
  }
  /* line 890, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-coupons button {
    width: 100%;
  }
  /* line 894, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-coupons #onestepcheckout-coupon-remove {
    margin-top: 6px;
  }
}
@media (max-width: 1400px) {
  /* line 906, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .login-li .block-content, .onestepcheckout-index-index .register-li .block-content {
    padding: 0 10px 18px;
  }
  /* line 912, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index p.onestepcheckout-numbers span {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
  }
  /* line 918, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index p.onestepcheckout-numbers .backet-step-link {
    display: inline-block;
    vertical-align: top;
    margin: -4px 0 0 0;
  }
  /* line 928, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index #checkout-payment-method-load #payment_form_paypal_direct,
  .onestepcheckout-index-index #checkout-payment-method-load #payment_form_ccsave {
    padding: 22px 10px 11px;
    margin: 24px 10px 44px;
  }
  /* line 933, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index #checkout-payment-method-load dd {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1240px) {
  /* line 947, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .layout.layout-1-col div[role=main] {
    margin: 0 3%;
    width: 96%;
  }
  /* line 954, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-left,
  .onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-middle,
  .onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-right {
    width: 31%;
    margin: 0 2% 0 0 !important;
  }
  /* line 963, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .v-fix {
    margin-right: 0;
  }
  /* line 967, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .login-li .block-content,
  .onestepcheckout-index-index .register-li .block-content {
    padding: 0 15px 18px;
  }
  /* line 971, ../sass/resolution/1920x1024/_checkout.scss */
  .onestepcheckout-index-index .login-li .block-content .login-with ul,
  .onestepcheckout-index-index .register-li .block-content .login-with ul {
    display: inline-block;
    position: static;
  }
}
/* line 1, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view, .catalogsearch-result-index {
  	/*.toolbar, .category-title {
  		//display: none;
  	}
  	.toolbar-top{
  		.sorter{
  			display: none;
  		}
  		.pager{
  			border:0px;
  			.limiter{
  				display: none;
  			}
  			.pages{
  				display: none;
  			}
  		}
  
  	}
  	.toolbar-bottom {
  		.toolbar {
  			display: block;
  			font-size: 16px;
  			.pager {
  				border:0px;
  				.amount,
  				.limiter {
  					display: none;
  				}
  				.pages {
  					text-align: right;
  					strong {
  						display:none;
  					}
  					.current.active {
  						font-weight: bold;
  					}
  				}
  			}
  		}
  		.sorter {
  			display: none;
  		}
  	}*/
}
/* line 4, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .category-products .toolbar, .catalogsearch-result-index .category-products .toolbar {
  margin-bottom: 0;
}
/* line 9, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .container-category, .catalogsearch-result-index .container-category {
  position: relative;
}
/* line 12, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .layout, .catalogsearch-result-index .layout {
  margin: 206px 0 0 0;
}
/* line 15, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary], .catalogsearch-result-index aside[role=complementary] {
  overflow: hidden;
  width: 100%;
  display: block;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  padding: 0;
  margin: 0 auto;
  z-index: 100;
}
/* line 26, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary].js-approved .narrow-wrapper, .catalogsearch-result-index aside[role=complementary].js-approved .narrow-wrapper {
  border-top: 0;
}
/* line 30, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary].js-approved.active-aside, .catalogsearch-result-index aside[role=complementary].js-approved.active-aside {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
/* line 33, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary].js-approved.active-aside .narrow-wrapper, .catalogsearch-result-index aside[role=complementary].js-approved.active-aside .narrow-wrapper {
  border-top: 1px solid #D1D3D2;
}
/* line 38, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .filter-control-block, .catalogsearch-result-index aside[role=complementary] .filter-control-block {
  display: none;
}
/* line 41, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .filter-header, .catalogsearch-result-index aside[role=complementary] .filter-header {
  position: relative;
  display: flex;
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
/* line 47, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .filter-header .filter-title, .catalogsearch-result-index aside[role=complementary] .filter-header .filter-title {
  display: none;
}
/* line 50, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .filter-header .close-icon, .catalogsearch-result-index aside[role=complementary] .filter-header .close-icon {
  cursor: pointer;
  background-image: url(../images/spritesheet.png);
  background-position: -136px -94px;
  width: 13px;
  height: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 50, ../sass/resolution/1920x1024/_category.scss */
  .catalog-category-view aside[role=complementary] .filter-header .close-icon, .catalogsearch-result-index aside[role=complementary] .filter-header .close-icon {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 55, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .block-currency, .catalogsearch-result-index aside[role=complementary] .block-currency {
  display: none;
}
/* line 58, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .desktop-filter-close, .catalogsearch-result-index aside[role=complementary] .desktop-filter-close {
  display: none;
  position: absolute;
  top: 15px;
  bottom: initial;
  left: initial;
  right: 5px;
  text-transform: uppercase;
  font: 15px "Helvetica Neue Light", Arial, sans-serif;
  color: #000;
  color: #2e2e2e;
  text-decoration: underline;
  cursor: pointer;
  padding-right: 35px;
}
/* line 66, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .desktop-filter-close:after, .catalogsearch-result-index aside[role=complementary] .desktop-filter-close:after {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -45px -134px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  bottom: initial;
  left: initial;
  right: 7px;
  width: 13px;
  height: 10px;
  margin: -7px 0 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 66, ../sass/resolution/1920x1024/_category.scss */
  .catalog-category-view aside[role=complementary] .desktop-filter-close:after, .catalogsearch-result-index aside[role=complementary] .desktop-filter-close:after {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 74, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .mobile-close-icon, .catalogsearch-result-index aside[role=complementary] .mobile-close-icon {
  display: none;
  background-image: url(../images/spritesheet.png);
  background-position: -76px -38px;
  width: 28px;
  height: 28px;
  float: right;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 74, ../sass/resolution/1920x1024/_category.scss */
  .catalog-category-view aside[role=complementary] .mobile-close-icon, .catalogsearch-result-index aside[role=complementary] .mobile-close-icon {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 80, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .block-layered-nav, .catalogsearch-result-index aside[role=complementary] .block-layered-nav {
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.97);
}
/* line 89, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .block-layered-nav dd a, .catalogsearch-result-index aside[role=complementary] .block-layered-nav dd a {
  position: relative;
  cursor: pointer;
}
/* line 93, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .block-layered-nav dd a:before, .catalogsearch-result-index aside[role=complementary] .block-layered-nav dd a:before {
  content: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
  background-image: url(../images/spritesheet.png);
  background-position: -56px -76px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 93, ../sass/resolution/1920x1024/_category.scss */
  .catalog-category-view aside[role=complementary] .block-layered-nav dd a:before, .catalogsearch-result-index aside[role=complementary] .block-layered-nav dd a:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 101, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .block-layered-nav dd a.amshopby-attr-selected:before, .catalogsearch-result-index aside[role=complementary] .block-layered-nav dd a.amshopby-attr-selected:before {
  background-image: url(../images/spritesheet.png);
  background-position: -109px -38px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 101, ../sass/resolution/1920x1024/_category.scss */
  .catalog-category-view aside[role=complementary] .block-layered-nav dd a.amshopby-attr-selected:before, .catalogsearch-result-index aside[role=complementary] .block-layered-nav dd a.amshopby-attr-selected:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 106, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .block-layered-nav dd label, .catalogsearch-result-index aside[role=complementary] .block-layered-nav dd label {
  padding-left: 3px;
  cursor: pointer;
}
/* line 109, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .block-layered-nav dd label:before, .catalogsearch-result-index aside[role=complementary] .block-layered-nav dd label:before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: initial;
  left: 0;
  right: initial;
  background-image: url(../images/spritesheet.png);
  background-position: -56px -76px;
  width: 20px;
  height: 20px;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 109, ../sass/resolution/1920x1024/_category.scss */
  .catalog-category-view aside[role=complementary] .block-layered-nav dd label:before, .catalogsearch-result-index aside[role=complementary] .block-layered-nav dd label:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 116, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .block-layered-nav input[type="checkbox"]:checked + label:before, .catalogsearch-result-index aside[role=complementary] .block-layered-nav input[type="checkbox"]:checked + label:before {
  background-image: url(../images/spritesheet.png);
  background-position: -109px -38px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 116, ../sass/resolution/1920x1024/_category.scss */
  .catalog-category-view aside[role=complementary] .block-layered-nav input[type="checkbox"]:checked + label:before, .catalogsearch-result-index aside[role=complementary] .block-layered-nav input[type="checkbox"]:checked + label:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 119, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .block-layered-nav input[type="checkbox"], .catalogsearch-result-index aside[role=complementary] .block-layered-nav input[type="checkbox"] {
  visibility: hidden;
}
/* line 124, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] #narrow-by-list .count, .catalogsearch-result-index aside[role=complementary] #narrow-by-list .count {
  display: block;
}
/* line 128, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .currently, .catalogsearch-result-index aside[role=complementary] .currently {
  display: none;
  max-width: calc(100% / 5);
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
/* line 135, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .currently > ol, .catalog-category-view aside[role=complementary] .currently > ul, .catalogsearch-result-index aside[role=complementary] .currently > ol, .catalogsearch-result-index aside[role=complementary] .currently > ul {
  list-style: none;
  margin: 0 -5px 30px;
  padding: 0;
}
/* line 139, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .currently > ol > li, .catalog-category-view aside[role=complementary] .currently > ul > li, .catalogsearch-result-index aside[role=complementary] .currently > ol > li, .catalogsearch-result-index aside[role=complementary] .currently > ul > li {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 10px;
  padding: 0 5px;
}
/* line 144, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .currently > ol > li span.label, .catalog-category-view aside[role=complementary] .currently > ul > li span.label, .catalogsearch-result-index aside[role=complementary] .currently > ol > li span.label, .catalogsearch-result-index aside[role=complementary] .currently > ul > li span.label {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  font: 14px "Helvetica Neue Bold", Arial, sans-serif;
}
/* line 150, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .currently > ol > li span.value, .catalog-category-view aside[role=complementary] .currently > ul > li span.value, .catalogsearch-result-index aside[role=complementary] .currently > ol > li span.value, .catalogsearch-result-index aside[role=complementary] .currently > ul > li span.value {
  order: 2;
}
/* line 153, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .currently > ol > li .btn-remove, .catalog-category-view aside[role=complementary] .currently > ul > li .btn-remove, .catalogsearch-result-index aside[role=complementary] .currently > ol > li .btn-remove, .catalogsearch-result-index aside[role=complementary] .currently > ul > li .btn-remove {
  order: 1;
  position: relative;
  top: auto;
  right: auto;
  padding-right: 10px;
}
/* line 159, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .currently > ol > li .btn-remove:after, .catalog-category-view aside[role=complementary] .currently > ul > li .btn-remove:after, .catalogsearch-result-index aside[role=complementary] .currently > ol > li .btn-remove:after, .catalogsearch-result-index aside[role=complementary] .currently > ul > li .btn-remove:after {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -109px -38px;
  width: 20px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 159, ../sass/resolution/1920x1024/_category.scss */
  .catalog-category-view aside[role=complementary] .currently > ol > li .btn-remove:after, .catalog-category-view aside[role=complementary] .currently > ul > li .btn-remove:after, .catalogsearch-result-index aside[role=complementary] .currently > ol > li .btn-remove:after, .catalogsearch-result-index aside[role=complementary] .currently > ul > li .btn-remove:after {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 168, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper {
  max-width: 1300px;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
/* line 174, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  margin: 0;
  text-align: left;
  font: 14px "Helvetica Neue", Arial, sans-serif;
}
/* line 181, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl dt, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dt {
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
  font: 14px "Helvetica Bold", Arial, sans-serif;
}
/* line 187, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl dd, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd {
  padding: 0;
}
/* line 189, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 193, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 33%;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
}
/* line 202, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link {
  height: 20px;
}
/* line 204, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link label, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link label, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link label, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link label {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
}
/* line 210, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"] + label:before {
  background-image: url(../images/spritesheet.png);
  background-position: -13px -134px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 210, ../sass/resolution/1920x1024/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"] + label:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 213, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before {
  background-image: url(../images/spritesheet.png);
  background-position: -76px -104px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 213, ../sass/resolution/1920x1024/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 223, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl.color dd > ol > li, .catalog-category-view aside[role=complementary] .narrow-wrapper dl.color dd > ul > li, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.color dd > ol > li, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.color dd > ul > li {
  display: block;
}
/* line 230, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd {
  width: 100%;
  margin-right: 0;
  padding: 0 5px;
  position: relative;
}
/* line 235, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider {
  width: 50%;
}
/* line 237, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider .validate-button, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider .validate-button {
  position: absolute;
  right: 0;
  top: -28px;
}
/* line 241, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider .validate-button .button, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider .validate-button .button {
  width: 65px;
  height: 65px;
  font-weight: bold;
}
/* line 249, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd .clear-filter a, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd .clear-filter a {
  float: right;
}
/* line 255, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl.color, .catalog-category-view aside[role=complementary] .narrow-wrapper dl.size, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.color, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.size {
  width: 35%;
}
/* line 259, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .narrow-wrapper dl.price, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price {
  width: 29%;
}
/* line 264, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .currently, .catalog-category-view aside[role=complementary] .narrow-wrapper, .catalogsearch-result-index aside[role=complementary] .currently, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper {
  border-top: 0px solid #D1D3D2;
  border-bottom: 1px solid #D1D3D2;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 8px;
  padding-right: 4px;
}
/* line 273, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .currently + .narrow-wrapper, .catalogsearch-result-index aside[role=complementary] .currently + .narrow-wrapper {
  padding-left: 0;
}
/* line 276, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .clear-filter, .catalogsearch-result-index aside[role=complementary] .clear-filter {
  display: block;
  clear: both;
  margin: 0 0 10px;
  padding: 0;
  background-color: initial;
  line-height: normal;
  border: none;
  text-align: initial;
}
/* line 285, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view aside[role=complementary] .clear-filter > a, .catalogsearch-result-index aside[role=complementary] .clear-filter > a {
  text-align: initial;
  font: 12px "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
/* line 292, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view div[role=main], .catalogsearch-result-index div[role=main] {
  width: 100%;
  padding: 0;
}
/* line 297, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .category-title, .catalogsearch-result-index .category-title {
  display: none;
}
/* line 301, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-top .pager, .catalogsearch-result-index .toolbar-top .pager {
  border: 0px;
}
/* line 303, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-top .pager .amount, .catalogsearch-result-index .toolbar-top .pager .amount {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 307, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-top .pager .pages, .catalogsearch-result-index .toolbar-top .pager .pages {
  display: none;
}
/* line 314, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-bottom .pager, .catalogsearch-result-index .toolbar-bottom .pager {
  border: 0px;
}
/* line 316, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-bottom .pager .pages, .catalogsearch-result-index .toolbar-bottom .pager .pages {
  font-size: 16px;
  text-align: right;
}
/* line 323, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-bottom .pager .pages ol li a, .catalogsearch-result-index .toolbar-bottom .pager .pages ol li a {
  color: #909496;
}
/* line 326, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-bottom .pager .pages ol li a:hover, .catalogsearch-result-index .toolbar-bottom .pager .pages ol li a:hover {
  color: black;
}
/* line 331, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-bottom .pager .pages ol li .next, .catalogsearch-result-index .toolbar-bottom .pager .pages ol li .next {
  color: #909496;
}
/* line 334, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-bottom .pager .pages ol li .previous, .catalogsearch-result-index .toolbar-bottom .pager .pages ol li .previous {
  color: #909496;
}
/* line 338, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-bottom .pager .pages ol li.current, .catalogsearch-result-index .toolbar-bottom .pager .pages ol li.current {
  font-family: "Helvetica Bold", Arial, sans-serif;
}
/* line 343, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-bottom .pager .amount, .catalogsearch-result-index .toolbar-bottom .pager .amount {
  display: none;
}
/* line 346, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-bottom .pager strong, .catalogsearch-result-index .toolbar-bottom .pager strong {
  display: none;
}
/* line 349, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .toolbar-bottom .pager .current.active, .catalogsearch-result-index .toolbar-bottom .pager .current.active {
  font-weight: bold;
}
/* line 400, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .block-filter, .catalogsearch-result-index .block-filter {
  position: relative;
  padding: 3px 20px 0 0;
  margin: 10px 0 0 0;
  float: right;
  cursor: pointer;
  text-transform: uppercase;
  font: 14px "Helvetica Neue", Arial, sans-serif;
  color: #000;
  text-align: right;
}
/* line 407, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .block-filter .mobile-hide-line, .catalogsearch-result-index .block-filter .mobile-hide-line {
  padding: 0;
  margin: 0;
}
/* line 410, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .block-filter span, .catalogsearch-result-index .block-filter span {
  display: inline-block;
  padding-left: 10px;
}
/* line 413, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .block-filter span:after, .catalogsearch-result-index .block-filter span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  width: 25px;
  height: 25px;
  background-image: url("../images/icons/md-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 426, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .block-filter.open-filter-block, .catalogsearch-result-index .block-filter.open-filter-block {
  color: #D1D3D2;
}
/* line 429, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .block-filter.open-filter-block span:after, .catalogsearch-result-index .block-filter.open-filter-block span:after {
  background-image: url("../images/icons/close1-icon.png");
  right: 10px;
  width: 10px;
  height: 10px;
}
/* line 438, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid, .catalogsearch-result-index .products-grid {
  display: block;
  clear: both;
  margin: 0;
  font-size: 0;
}
/* line 443, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid.products-block li .product-info, .catalogsearch-result-index .products-grid.products-block li .product-info {
  position: static;
  display: block;
}
/* line 447, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .item, .catalogsearch-result-index .products-grid .item {
  padding: 0 10px;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
/* line 452, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .item .product-name, .catalog-category-view .products-grid .item .price-box, .catalog-category-view .products-grid .item .configurable-swatch-list, .catalog-category-view .products-grid .item .actions, .catalog-category-view .products-grid .item .sold-out, .catalogsearch-result-index .products-grid .item .product-name, .catalogsearch-result-index .products-grid .item .price-box, .catalogsearch-result-index .products-grid .item .configurable-swatch-list, .catalogsearch-result-index .products-grid .item .actions, .catalogsearch-result-index .products-grid .item .sold-out {
  opacity: 0;
}
/* line 455, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .item .price-box.special, .catalogsearch-result-index .products-grid .item .price-box.special {
  opacity: 1;
}
/* line 459, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .item:hover .product-info, .catalog-category-view .products-grid .item:hover .product-name, .catalog-category-view .products-grid .item:hover .price-box, .catalog-category-view .products-grid .item:hover .configurable-swatch-list, .catalog-category-view .products-grid .item:hover .actions, .catalog-category-view .products-grid .item:hover .sold-out, .catalog-category-view .products-grid .item:focus .product-info, .catalog-category-view .products-grid .item:focus .product-name, .catalog-category-view .products-grid .item:focus .price-box, .catalog-category-view .products-grid .item:focus .configurable-swatch-list, .catalog-category-view .products-grid .item:focus .actions, .catalog-category-view .products-grid .item:focus .sold-out, .catalogsearch-result-index .products-grid .item:hover .product-info, .catalogsearch-result-index .products-grid .item:hover .product-name, .catalogsearch-result-index .products-grid .item:hover .price-box, .catalogsearch-result-index .products-grid .item:hover .configurable-swatch-list, .catalogsearch-result-index .products-grid .item:hover .actions, .catalogsearch-result-index .products-grid .item:hover .sold-out, .catalogsearch-result-index .products-grid .item:focus .product-info, .catalogsearch-result-index .products-grid .item:focus .product-name, .catalogsearch-result-index .products-grid .item:focus .price-box, .catalogsearch-result-index .products-grid .item:focus .configurable-swatch-list, .catalogsearch-result-index .products-grid .item:focus .actions, .catalogsearch-result-index .products-grid .item:focus .sold-out {
  opacity: 1;
}
/* line 461, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .item:hover .product-info .product-name a, .catalog-category-view .products-grid .item:hover .product-info *, .catalog-category-view .products-grid .item:hover .product-name .product-name a, .catalog-category-view .products-grid .item:hover .product-name *, .catalog-category-view .products-grid .item:hover .price-box .product-name a, .catalog-category-view .products-grid .item:hover .price-box *, .catalog-category-view .products-grid .item:hover .configurable-swatch-list .product-name a, .catalog-category-view .products-grid .item:hover .configurable-swatch-list *, .catalog-category-view .products-grid .item:hover .actions .product-name a, .catalog-category-view .products-grid .item:hover .actions *, .catalog-category-view .products-grid .item:hover .sold-out .product-name a, .catalog-category-view .products-grid .item:hover .sold-out *, .catalog-category-view .products-grid .item:focus .product-info .product-name a, .catalog-category-view .products-grid .item:focus .product-info *, .catalog-category-view .products-grid .item:focus .product-name .product-name a, .catalog-category-view .products-grid .item:focus .product-name *, .catalog-category-view .products-grid .item:focus .price-box .product-name a, .catalog-category-view .products-grid .item:focus .price-box *, .catalog-category-view .products-grid .item:focus .configurable-swatch-list .product-name a, .catalog-category-view .products-grid .item:focus .configurable-swatch-list *, .catalog-category-view .products-grid .item:focus .actions .product-name a, .catalog-category-view .products-grid .item:focus .actions *, .catalog-category-view .products-grid .item:focus .sold-out .product-name a, .catalog-category-view .products-grid .item:focus .sold-out *, .catalogsearch-result-index .products-grid .item:hover .product-info .product-name a, .catalogsearch-result-index .products-grid .item:hover .product-info *, .catalogsearch-result-index .products-grid .item:hover .product-name .product-name a, .catalogsearch-result-index .products-grid .item:hover .product-name *, .catalogsearch-result-index .products-grid .item:hover .price-box .product-name a, .catalogsearch-result-index .products-grid .item:hover .price-box *, .catalogsearch-result-index .products-grid .item:hover .configurable-swatch-list .product-name a, .catalogsearch-result-index .products-grid .item:hover .configurable-swatch-list *, .catalogsearch-result-index .products-grid .item:hover .actions .product-name a, .catalogsearch-result-index .products-grid .item:hover .actions *, .catalogsearch-result-index .products-grid .item:hover .sold-out .product-name a, .catalogsearch-result-index .products-grid .item:hover .sold-out *, .catalogsearch-result-index .products-grid .item:focus .product-info .product-name a, .catalogsearch-result-index .products-grid .item:focus .product-info *, .catalogsearch-result-index .products-grid .item:focus .product-name .product-name a, .catalogsearch-result-index .products-grid .item:focus .product-name *, .catalogsearch-result-index .products-grid .item:focus .price-box .product-name a, .catalogsearch-result-index .products-grid .item:focus .price-box *, .catalogsearch-result-index .products-grid .item:focus .configurable-swatch-list .product-name a, .catalogsearch-result-index .products-grid .item:focus .configurable-swatch-list *, .catalogsearch-result-index .products-grid .item:focus .actions .product-name a, .catalogsearch-result-index .products-grid .item:focus .actions *, .catalogsearch-result-index .products-grid .item:focus .sold-out .product-name a, .catalogsearch-result-index .products-grid .item:focus .sold-out * {
  color: #000;
}
/* line 464, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .item:hover .product-info .special-price span, .catalog-category-view .products-grid .item:hover .product-name .special-price span, .catalog-category-view .products-grid .item:hover .price-box .special-price span, .catalog-category-view .products-grid .item:hover .configurable-swatch-list .special-price span, .catalog-category-view .products-grid .item:hover .actions .special-price span, .catalog-category-view .products-grid .item:hover .sold-out .special-price span, .catalog-category-view .products-grid .item:focus .product-info .special-price span, .catalog-category-view .products-grid .item:focus .product-name .special-price span, .catalog-category-view .products-grid .item:focus .price-box .special-price span, .catalog-category-view .products-grid .item:focus .configurable-swatch-list .special-price span, .catalog-category-view .products-grid .item:focus .actions .special-price span, .catalog-category-view .products-grid .item:focus .sold-out .special-price span, .catalogsearch-result-index .products-grid .item:hover .product-info .special-price span, .catalogsearch-result-index .products-grid .item:hover .product-name .special-price span, .catalogsearch-result-index .products-grid .item:hover .price-box .special-price span, .catalogsearch-result-index .products-grid .item:hover .configurable-swatch-list .special-price span, .catalogsearch-result-index .products-grid .item:hover .actions .special-price span, .catalogsearch-result-index .products-grid .item:hover .sold-out .special-price span, .catalogsearch-result-index .products-grid .item:focus .product-info .special-price span, .catalogsearch-result-index .products-grid .item:focus .product-name .special-price span, .catalogsearch-result-index .products-grid .item:focus .price-box .special-price span, .catalogsearch-result-index .products-grid .item:focus .configurable-swatch-list .special-price span, .catalogsearch-result-index .products-grid .item:focus .actions .special-price span, .catalogsearch-result-index .products-grid .item:focus .sold-out .special-price span {
  color: #e10668;
}
/* line 470, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .product-image, .catalogsearch-result-index .products-grid .product-image {
  margin-bottom: 30px;
  position: relative;
  min-height: 180px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 477, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .product-image .default-image, .catalogsearch-result-index .products-grid .product-image .default-image {
  display: block;
  align-self: flex-end;
}
/* line 481, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .product-image .hover-image, .catalogsearch-result-index .products-grid .product-image .hover-image {
  display: none;
  align-self: flex-end;
}
/* line 486, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .product-image:hover .default-image, .catalog-category-view .products-grid .product-image:focus .default-image, .catalogsearch-result-index .products-grid .product-image:hover .default-image, .catalogsearch-result-index .products-grid .product-image:focus .default-image {
  display: none;
}
/* line 489, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .products-grid .product-image:hover .hover-image, .catalog-category-view .products-grid .product-image:focus .hover-image, .catalogsearch-result-index .products-grid .product-image:hover .hover-image, .catalogsearch-result-index .products-grid .product-image:focus .hover-image {
  display: block;
}
/* line 496, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .configurable-swatch-list .swatch-link, .catalog-category-view .configurable-swatch-list .swatch-label, .catalogsearch-result-index .configurable-swatch-list .swatch-link, .catalogsearch-result-index .configurable-swatch-list .swatch-label {
  border: 0;
  background: transparent;
}
/* line 502, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .range-slider .slider-bkg, .catalogsearch-result-index .range-slider .slider-bkg {
  background-color: #D1D2D4;
  height: 6px;
  margin: 10px 0 20px;
}
/* line 507, ../sass/resolution/1920x1024/_category.scss */
.catalog-category-view .range-slider .handle, .catalogsearch-result-index .range-slider .handle {
  z-index: 1000;
  width: 6px;
  height: 12px;
  margin: -3px 2px 2px 2px;
}

/* line 517, ../sass/resolution/1920x1024/_category.scss */
.catalogsearch-result-index .layout,
.catalogsearch-result-index .page-title h1 {
  margin: 0;
}

/* line 1, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block {
  overflow: hidden;
  position: fixed;
  top: 42px;
  width: 362px;
  background: #fff;
  border: 1px solid #a5a5a5;
  padding: 22px 24px 20px;
  display: none;
  z-index: 950;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate3d(400px, 0, 0);
  -moz-transform: translate3d(400px, 0, 0);
  -ms-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
  right: 26px;
}
/* line 14, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .close-header-login {
  display: block;
  float: right;
  background-image: url(../images/spritesheet.png);
  background-position: -121px -104px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 14, ../sass/resolution/1920x1024/_popup-login-logout.scss */
  .header-login-block .close-header-login {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 21, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .page-title {
  border: none;
  margin: 0 0 5px;
}
/* line 24, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .page-title .back-link-login {
  display: none;
}
/* line 29, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-title {
  float: left;
  margin: 2px 0;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 35, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block.active-login, .header-login-block.active-forgot, .header-login-block.active-create {
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 39, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block.less-height {
  overflow: auto;
  height: 100%;
}
/* line 43, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block.load-page {
  display: block;
}
/* line 47, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content {
  padding: 2px 3px;
}
/* line 50, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .form-list label {
  font-weight: normal;
  font-size: 13px;
  margin: 4px 0 5px;
}
/* line 56, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .form-list li {
  margin: 11px 0 0;
}
/* line 58, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .form-list li .input-text {
  height: 27px;
  font-size: 13px;
  padding: 6px 12px 6px 5px;
}
/* line 63, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .form-list li select#country {
  height: 27px;
  font-size: 13px;
  padding: 3px 12px 2px 5px;
}
/* line 70, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .form-list li.fields.newsletter {
  margin: 28px 0 12px;
}
/* line 72, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .form-list li.fields.newsletter label {
  font-family: "Helvetica Bold", Arial, sans-serif;
  color: #625f5f;
  font-size: 13px;
}
/* line 78, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .form-list li.fields .genderbox-inputs {
  clear: both;
}
/* line 80, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .form-list li.fields .genderbox-inputs .radio-field {
  margin: 0 27px 0 0;
}
/* line 83, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .form-list li.fields .genderbox-inputs .radio-field label > span {
  margin: -2px 8px 0 0;
}
/* line 91, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .form-list input {
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  font: 17px "Helvetica Neue", Arial, sans-serif;
}
/* line 99, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .fieldset > p {
  font-weight: normal;
  font-size: 14px;
  width: 85%;
  border: none;
}
/* line 105, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .block-content .fieldset .legend {
  font-size: 12px;
  border: none;
  font-weight: normal;
  margin: 9px 0 7px;
}
/* line 113, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .buttons-set {
  border: none;
  margin: 0;
  padding: 2px 0 0;
}
/* line 117, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .buttons-set .btn-login {
  clear: both;
  width: 100%;
  margin: 4px 0 22px;
  padding: 14px 10px 12px;
  font-size: 12px;
  font-weight: normal;
}
/* line 125, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .buttons-set .popup-forgot {
  font-size: 13px;
  text-decoration: underline;
  text-transform: none;
  border: none;
  padding: 0;
  line-height: 34px;
}
/* line 134, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .remember {
  float: left;
}
/* line 137, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .remember.checked input[type="checkbox"] + label span {
  background-image: url(../images/spritesheet.png);
  background-position: -76px -104px;
  width: 10px;
  height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 137, ../sass/resolution/1920x1024/_popup-login-logout.scss */
  .header-login-block form .remember.checked input[type="checkbox"] + label span {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 141, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .remember input[type="checkbox"] + label span {
  margin: -1px 10px 0 0;
}
/* line 144, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .remember label {
  font-size: 13px;
}
/* line 148, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block form .input-text {
  border: 1px solid #444;
}
/* line 152, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with {
  position: relative;
  width: 100%;
  float: left;
  height: 35px;
  margin: 15px 0 9px;
}
/* line 158, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with p {
  float: left;
  margin: 2px 20px 0 5px;
  font-size: 13px;
}
/* line 163, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with ul {
  width: 110px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/* line 169, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with ul li {
  float: left;
  margin: 0 4px;
}
/* line 172, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with ul li i.fa {
  color: #fff;
  background: #000;
  height: 25px;
}
/* line 177, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with ul li a {
  display: block;
}
/* line 181, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with ul li.fb-login i.fa {
  font-size: 23px;
  padding: 2px 5px 0;
}
/* line 184, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with ul li.fb-login i.fa:before {
  margin: 4px 0 0 2px;
  display: block;
}
/* line 191, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with ul li.tw-login i.fa {
  font-size: 16px;
  padding: 6px 5px;
}
/* line 197, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with ul li.google-login i.fa {
  padding: 2px 3.5px;
  font-size: 14px;
}
/* line 200, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .login-with ul li.google-login i.fa:before {
  margin: 4px 0 0;
  display: block;
}
/* line 209, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .create-account, .header-login-block .back-link-login {
  clear: both;
  width: 100%;
  float: left;
  margin: 14px 0 0;
  text-align: center;
  font-size: 11px;
}
/* line 216, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .create-account p, .header-login-block .back-link-login p {
  margin: 0;
}
/* line 219, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .create-account a, .header-login-block .back-link-login a {
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 225, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .account-login .content {
  min-height: 0;
}
/* line 230, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block.account-create .back-link-login, .header-login-block.account-forgot .back-link-login {
  margin: 21px 0 -7px;
}
/* line 232, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block.account-create .back-link-login a, .header-login-block.account-forgot .back-link-login a {
  text-decoration: none;
  color: #625f5f;
  font-size: 11px;
}
/* line 236, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block.account-create .back-link-login a small, .header-login-block.account-forgot .back-link-login a small {
  display: none;
}
/* line 244, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block.account-create form .buttons-set {
  margin: 27px 0 10px;
}
/* line 250, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block.account-forgot .page-title.mobile {
  display: none;
}
/* line 256, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block.account-forgot form .block-content .fieldset > p {
  font-weight: normal;
  font-size: 14px;
  width: 85%;
  border: none;
  margin: 1px 0 5px;
  line-height: 14px;
}
/* line 264, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block.account-forgot form .block-content .fieldset .form-list {
  margin: 0 0 17px;
}
/* line 272, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .select-wrapper:after {
  top: 15px;
}
/* line 276, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.header-login-block .select-wrapper.selected:before {
  top: 14px;
}

/* line 284, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.login-socialconnect div {
  text-align: center;
  margin-top: 10px;
  width: 175px;
  float: left;
}
/* line 289, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.login-socialconnect div p {
  text-transform: uppercase;
}
/* line 293, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.login-socialconnect div ul li {
  float: left;
  border: 1px solid #000;
  height: 33px;
  width: 85px;
  line-height: 22px;
}
/* line 299, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.login-socialconnect div ul li:first-child {
  margin-right: 5px;
}
/* line 302, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.login-socialconnect div ul li a {
  width: 100%;
  display: inline-block;
  height: 100%;
}
/* line 308, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.login-socialconnect div ul li i.fa {
  color: #fff;
  background: #000;
  width: 25px;
  height: 25px;
}
/* line 317, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.login-socialconnect div ul li.fb-login i.fa {
  font-size: 23px;
  padding: 5px 5px 0;
  margin-top: 3px;
}
/* line 326, ../sass/resolution/1920x1024/_popup-login-logout.scss */
.login-socialconnect div ul li.tw-login i.fa {
  font-size: 16px;
  padding: 6px 5px;
  margin-top: 3px;
}

/* line 338, ../sass/resolution/1920x1024/_popup-login-logout.scss */
body {
  overflow-x: hidden;
  position: relative;
}
/* line 349, ../sass/resolution/1920x1024/_popup-login-logout.scss */
body.active-aside-nav .header-login-block .select-wrapper:after {
  content: '';
  position: absolute;
  top: 22px;
  bottom: initial;
  left: initial;
  right: 11px;
  background-image: url(../images/spritesheet.png);
  background-position: -38px -122px;
  width: 13px;
  height: 7px;
  margin: -4px 0 0;
  pointer-events: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 349, ../sass/resolution/1920x1024/_popup-login-logout.scss */
  body.active-aside-nav .header-login-block .select-wrapper:after {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
/* line 357, ../sass/resolution/1920x1024/_popup-login-logout.scss */
body.active-aside-nav .header-login-block .select-wrapper.selected:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -28px -134px;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 50px;
  top: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 357, ../sass/resolution/1920x1024/_popup-login-logout.scss */
  body.active-aside-nav .header-login-block .select-wrapper.selected:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

/* line 5, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete .products-list {
  margin: 0px !important;
}

/* line 9, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete dl {
  border-top: 1px solid #ccc !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.19);
}

/* line 19, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete dl dt {
  display: none !important;
}

/* line 23, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete dl dd {
  color: #000;
}

/* line 27, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete dl dd.showmore {
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
}

/* line 33, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete dl dd.selected {
  background-color: #fff !important;
  color: #777 !important;
}

/* line 38, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete dl dd .product-image-box {
  margin-right: 10px !important;
  width: 95px !important;
}

/* line 43, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete .products-list .product-shop {
  line-height: 45px !important;
  padding: 32px 0 0 9px !important;
}

/* line 48, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete .products-list .product-shop .product-primary {
  float: left;
  line-height: 45px !important;
  height: 45px !important;
}

/* line 54, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete .products-list .product-shop .product-primary .product-name {
  line-height: 45px !important;
  height: 45px !important;
  margin-right: 10px;
}

/* line 60, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete .products-list .product-shop .product-secondary {
  float: left;
  line-height: 45px !important;
}

/* line 65, ../sass/resolution/1920x1024/_catalogsearch.scss */
#search_autocomplete .products-list .product-shop .product-secondary .price {
  color: #000 !important;
}

/* line 2, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator a {
  cursor: pointer;
}
/* line 3, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator div[role=main] {
  padding: 0 !important;
}
/* line 4, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .unstore-container {
  background-color: #eee;
  position: relative;
  min-height: 450px;
  max-height: 450px;
  overflow: hidden;
}
/* line 5, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .storenames {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
/* line 7, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .storenames ul {
  padding-left: 0px;
  float: left;
  margin-right: 100px;
}
/* line 8, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .storenames li {
  text-transform: uppercase;
}
/* line 10, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .storeimage {
  overflow: hidden;
}
/* line 11, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .container {
  max-width: 100%;
}
/* line 12, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator footer[role=contentinfo] {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 13, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator #storelocator-directory {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
}
/* line 14, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator h3.page-title {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
  border: 0;
}
/* line 15, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator h4 {
  text-transform: uppercase;
}
/* line 16, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 17, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .col-lg-12, .cms-store-locator .col-md-12, .cms-store-locator .col-lg-4, .cms-store-locator .col-md-4, .cms-store-locator .countries, .cms-store-locator ul.cities, .cms-store-locator ul.storelocations, .cms-store-locator div.storenames {
  padding-left: 0px;
}
/* line 19, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .col-lg-12 .naw, .cms-store-locator .col-lg-12 .description, .cms-store-locator .col-md-12 .naw, .cms-store-locator .col-md-12 .description, .cms-store-locator .col-lg-4 .naw, .cms-store-locator .col-lg-4 .description, .cms-store-locator .col-md-4 .naw, .cms-store-locator .col-md-4 .description, .cms-store-locator .countries .naw, .cms-store-locator .countries .description, .cms-store-locator ul.cities .naw, .cms-store-locator ul.cities .description, .cms-store-locator ul.storelocations .naw, .cms-store-locator ul.storelocations .description, .cms-store-locator div.storenames .naw, .cms-store-locator div.storenames .description {
  margin-bottom: 15px;
}
/* line 20, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .col-lg-12 .googlelink, .cms-store-locator .col-md-12 .googlelink, .cms-store-locator .col-lg-4 .googlelink, .cms-store-locator .col-md-4 .googlelink, .cms-store-locator .countries .googlelink, .cms-store-locator ul.cities .googlelink, .cms-store-locator ul.storelocations .googlelink, .cms-store-locator div.storenames .googlelink {
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 21, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .col-lg-12 li.selected, .cms-store-locator .col-md-12 li.selected, .cms-store-locator .col-lg-4 li.selected, .cms-store-locator .col-md-4 li.selected, .cms-store-locator .countries li.selected, .cms-store-locator ul.cities li.selected, .cms-store-locator ul.storelocations li.selected, .cms-store-locator div.storenames li.selected {
  font-weight: bold;
}
/* line 24, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator #unstore-details {
  min-height: 450px;
  position: relative;
  top: -58px;
  background: #fff url("/media/wysiwyg/un_flagstore.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 0;
}
/* line 31, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator #unstore-details .content {
  padding: 28px;
  color: #fff;
  width: 100%;
  min-height: 450px;
  max-height: 450px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
/* line 40, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator #unstore-details .content .naw, .cms-store-locator #unstore-details .content .description {
  margin-bottom: 15px;
}
/* line 43, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator #unstore-details .content a {
  color: #fff !important;
  text-decoration: underline;
}
/* line 48, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator #unitednude_gmap_canvas {
  height: 450px;
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 57, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .loading ul, .cms-store-locator .loading > div {
  opacity: 0.3;
}
/* line 58, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .loading h4 span:after {
  content: " ";
  padding: 20px;
  background: transparent url("../images/ajax-sq-loader.gif") 50% 50% no-repeat;
}
/* line 64, ../sass/resolution/1920x1024/_storelocator.scss */
.cms-store-locator .gm-style-iw a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: underline;
}

@media (max-width: 1030px) {
  /* line 6, ../sass/resolution/1030x768/_footer.scss */
  html footer[role=contentinfo] > ul li a {
    color: #000;
    font-size: 12px;
  }
  /* line 12, ../sass/resolution/1030x768/_footer.scss */
  html footer[role=contentinfo] .mobile-footer-link {
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 18, ../sass/resolution/1030x768/_footer.scss */
  html footer[role=contentinfo] .mobile-footer-link a {
    color: #b6b5b5;
    text-transform: uppercase;
  }
  /* line 21, ../sass/resolution/1030x768/_footer.scss */
  html footer[role=contentinfo] .mobile-footer-link a:hover {
    color: #000;
  }
}
@media (max-width: 1030px) {
  /* line 4, ../sass/resolution/1030x768/_home-page.scss */
  html .cms-home .main-content {
    margin-top: 44px;
  }
  /* line 9, ../sass/resolution/1030x768/_home-page.scss */
  html .cms-home .container.head {
    position: fixed;
    top: 33px;
    left: 0;
    z-index: 110;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    padding: 0;
    background-color: #fff;
  }
  /* line 22, ../sass/resolution/1030x768/_home-page.scss */
  html .cms-home .bxslider li img {
    max-width: none;
    width: auto;
  }
  @supports not ((object-fit: cover) or (webkit-object-fit: cover)) {
    /* line 28, ../sass/resolution/1030x768/_home-page.scss */
    html .cms-home .bxslider li {
      overflow: hidden;
      max-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @supports (object-fit: cover) or (webkit-object-fit: cover) {
    /* line 38, ../sass/resolution/1030x768/_home-page.scss */
    html .cms-home .bxslider li img {
      width: 100%;
      height: 80vh;
      object-fit: cover;
      object-position: center;
    }
  }
  /* line 49, ../sass/resolution/1030x768/_home-page.scss */
  html .home-images-block a.home-image-link, html .home-image-large-block a.home-image-link {
    font-size: 56px;
  }
  /* line 55, ../sass/resolution/1030x768/_home-page.scss */
  html #newsletterpopup .newsletter-left {
    display: none;
  }
  /* line 59, ../sass/resolution/1030x768/_home-page.scss */
  html #newsletterpopup .modal-dialog {
    background: none;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 1 !important;
    z-index: 99991;
    width: 300px;
    height: 340px;
    /* 240 */
    margin: 10px;
  }
  /* line 71, ../sass/resolution/1030x768/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-left,
  html #newsletterpopup .modal-dialog .newsletter-right {
    float: left;
    width: 100%;
  }
  /* line 77, ../sass/resolution/1030x768/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right {
    padding: 32px 24px 0px 34px;
  }
  /* line 80, ../sass/resolution/1030x768/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right .newsletter-header {
    height: 80px;
  }
  /* line 82, ../sass/resolution/1030x768/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right .newsletter-header h1 {
    font-size: 20px;
  }
  /* line 88, ../sass/resolution/1030x768/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right input[type='text'],
  html #newsletterpopup .modal-dialog .newsletter-right select {
    width: 240px;
  }
}
@media (max-width: 1030px) {
  /* line 4, ../sass/resolution/1030x768/_header.scss */
  html .container.head {
    max-width: 100%;
    padding: 0px;
    position: fixed;
    left: 0;
    top: 0px;
  }
  /* line 13, ../sass/resolution/1030x768/_header.scss */
  html .free-shipping-fix-nobg {
    position: relative;
    left: 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase !important;
    background: #f0f0f0;
    margin: 0;
    padding: 0;
    z-index: 321;
  }
  /* line 28, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] {
    margin: 0;
  }
  /* line 30, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] .header-links {
    display: none;
  }
  /* line 33, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] .logo-block {
    padding: 0;
    position: relative;
  }
  /* line 36, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] .logo-block .logo, html header[role=banner] .logo-block .back-to-top {
    width: 80%;
    margin: 12px auto;
    float: none;
    display: block;
  }
  /* line 42, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] .logo-block .logo-fix {
    margin: 15px auto 0 auto !important;
  }
  /* line 45, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] .logo-block .back-to-top {
    display: none;
    color: #000;
  }
  /* line 49, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] .logo-block .mobile-menu {
    position: absolute;
    left: 10px;
    top: 15px;
  }
  /* line 55, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] .logo-block .mobile-menu:hover .mobile-menu-icon .fa, html header[role=banner] .logo-block .mobile-menu:focus .mobile-menu-icon .fa {
    color: #b6b5b5;
  }
  /* line 61, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] .logo-block .mobile-cart {
    position: absolute;
    right: 10px;
    top: 13px;
  }
  /* line 66, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] .logo-block .mobile-menu, html header[role=banner] .logo-block .mobile-cart {
    display: block;
    cursor: pointer;
  }
  /* line 70, ../sass/resolution/1030x768/_header.scss */
  html header[role=banner] .logo-block .mobile-menu .fa:before, html header[role=banner] .logo-block .mobile-cart .fa:before {
    font-size: 33px;
  }
  /* line 80, ../sass/resolution/1030x768/_header.scss */
  html .head.fix-main-header header[role=banner] .logo-block .logo {
    display: none;
  }
  /* line 83, ../sass/resolution/1030x768/_header.scss */
  html .head.fix-main-header header[role=banner] .logo-block .back-to-top {
    display: block;
  }
}
@media (max-width: 1030px) {
  /* line 4, ../sass/resolution/1030x768/_common.scss */
  html body[class*="checkout-cart"] .mobile-cart-link, html body[class*="onestepcheckout"] .mobile-cart-link {
    display: none;
  }
  /* line 7, ../sass/resolution/1030x768/_common.scss */
  html body[class*="checkout-cart"] .mobile-back-link, html body[class*="onestepcheckout"] .mobile-back-link {
    display: block;
  }
  /* line 9, ../sass/resolution/1030x768/_common.scss */
  html body[class*="checkout-cart"] .mobile-back-link .fa-close-menu, html body[class*="onestepcheckout"] .mobile-back-link .fa-close-menu {
    display: block;
    background-image: url(../images/spritesheet.png);
    background-position: -136px -76px;
    width: 13px;
    height: 13px;
    cursor: pointer;
  }
}
@media (max-width: 1030px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1030px) and (min-resolution: 192dpi) {
  /* line 9, ../sass/resolution/1030x768/_common.scss */
  html body[class*="checkout-cart"] .mobile-back-link .fa-close-menu, html body[class*="onestepcheckout"] .mobile-back-link .fa-close-menu {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}

@media (max-width: 992px) {
  /* line 20, ../sass/resolution/1030x768/_common.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 767px) and (max-width: 1030px) {
  /* line 25, ../sass/resolution/1030x768/_common.scss */
  .pull-sm-left {
    float: left;
  }

  /* line 28, ../sass/resolution/1030x768/_common.scss */
  .pull-sm-right {
    float: right;
  }
}
@media (max-width: 992px) {
  /* line 13, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .united-btn span {
    padding: 5px 8px;
    display: block;
    font-size: 12px;
  }
  /* line 19, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .united-btn.btn-proceed-checkout span span {
    padding: 7px 10px;
  }
  /* line 24, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index #shoppingcart-backlink {
    display: none;
  }
  /* line 31, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .data-table .backet-th-img,
  .checkout-cart-index .data-table .backet-product-img {
    width: 10%;
  }
  /* line 36, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .data-table .backet-th-name,
  .checkout-cart-index .data-table .backet-product-name {
    width: 25%;
  }
  /* line 41, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .data-table .backet-th-qty,
  .checkout-cart-index .data-table .backet-product-qty {
    width: 18%;
  }
  /* line 46, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .data-table .backet-th-tax,
  .checkout-cart-index .data-table .backet-product-tax {
    width: 22%;
    padding-left: 10px;
  }
  /* line 52, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .data-table .backet-th-price,
  .checkout-cart-index .data-table .backet-product-price {
    width: 13%;
    text-align: center !important;
  }
  /* line 58, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .data-table > thead > tr > th span,
  .checkout-cart-index .data-table > tbody .backet-product-name h2 a,
  .checkout-cart-index .data-table > tbody .backet-product-tax *,
  .checkout-cart-index .data-table > tbody .backet-product-price *,
  .checkout-cart-index .data-table > tbody .backet-product-qty .input-text.qty {
    font-size: 13px;
  }
  /* line 68, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .data-table > tbody .backet-product-qty .qty-link {
    font-size: 13px;
  }
  /* line 72, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .data-table > tbody .backet-product-price span {
    text-align: center !important;
  }
  /* line 86, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set button {
    padding: 6px 5px;
    margin: 0 0 0 1%;
    width: 48.5%;
    float: left;
  }
  /* line 91, ../sass/resolution/1030x768/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set button span {
    font-size: 11px;
  }
}
@media (max-width: 1030px) {
  /* line 2, ../sass/resolution/1030x768/_category.scss */
  .pager .amount {
    display: none;
  }

  /* line 9, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view .toolbar-bottom .toolbar .pager .pages, .catalogsearch-result-index .toolbar-bottom .toolbar .pager .pages {
    text-align: center;
    font-size: 22px;
  }
  /* line 12, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view .toolbar-bottom .toolbar .pager .pages li, .catalogsearch-result-index .toolbar-bottom .toolbar .pager .pages li {
    padding: 10px;
  }
  /* line 21, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view .products-grid.products-block li .product-info, .catalogsearch-result-index .products-grid.products-block li .product-info {
    opacity: 1;
  }
  /* line 26, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view .block-filter, .catalogsearch-result-index .block-filter {
    border: 1px solid #000;
    min-width: 200px;
    padding: 12px 7px;
    padding-right: 20px;
  }
  /* line 31, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view .block-filter .mobile-hide-line, .catalogsearch-result-index .block-filter .mobile-hide-line {
    display: none;
  }
  /* line 36, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view aside[role=complementary] .filter-header, .catalogsearch-result-index aside[role=complementary] .filter-header {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
  /* line 43, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view aside[role=complementary] .filter-header .filter-title, .catalogsearch-result-index aside[role=complementary] .filter-header .filter-title {
    font-size: 24px;
    text-transform: uppercase;
  }
  /* line 47, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view aside[role=complementary] .filter-header .close-icon, .catalogsearch-result-index aside[role=complementary] .filter-header .close-icon {
    background-image: url(../images/spritesheet.png);
    background-position: -76px -38px;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 1030px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1030px) and (min-resolution: 192dpi) {
  /* line 47, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view aside[role=complementary] .filter-header .close-icon, .catalogsearch-result-index aside[role=complementary] .filter-header .close-icon {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
@media (max-width: 1030px) {
  /* line 53, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view aside[role=complementary] .block-layered-nav, .catalogsearch-result-index aside[role=complementary] .block-layered-nav {
    background-color: white;
  }
  /* line 56, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view aside[role=complementary] .currently, .catalog-category-view aside[role=complementary] .narrow-wrapper, .catalogsearch-result-index aside[role=complementary] .currently, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper {
    max-width: none;
    padding-left: 0;
    float: none;
  }
  /* line 60, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view aside[role=complementary] .currently dl, .catalog-category-view aside[role=complementary] .narrow-wrapper dl, .catalogsearch-result-index aside[role=complementary] .currently dl, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl {
    max-width: 49%;
  }
  /* line 62, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view aside[role=complementary] .currently dl .price, .catalog-category-view aside[role=complementary] .narrow-wrapper dl .price, .catalogsearch-result-index aside[role=complementary] .currently dl .price, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl .price {
    max-width: none;
  }
  /* line 68, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view aside[role=complementary] .clear-filter > a, .catalogsearch-result-index aside[role=complementary] .clear-filter > a {
    border: 1px solid #444444;
    padding: 12px 7px;
    display: block;
    text-align: center;
    width: 100%;
    font: 18px "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
  }
  /* line 76, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view aside[role=complementary] .clear-filter > a:hover, .catalog-category-view aside[role=complementary] .clear-filter > a:focus, .catalogsearch-result-index aside[role=complementary] .clear-filter > a:hover, .catalogsearch-result-index aside[role=complementary] .clear-filter > a:focus {
    color: #a5a5a5;
  }
}
@media (max-width: 992px) {
  /* line 87, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view .products-grid, .catalogsearch-result-index .products-grid {
    margin: 0 0 30px 0;
  }
  /* line 90, ../sass/resolution/1030x768/_category.scss */
  .catalog-category-view .block-filter, .catalogsearch-result-index .block-filter {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1030px) {
  /* line 3, ../sass/resolution/1030x768/_topmenu.scss */
  html nav[role=navigation] {
    display: none;
  }
  /* line 6, ../sass/resolution/1030x768/_topmenu.scss */
  html body.active-aside-nav {
    overflow: hidden;
  }
  /* line 9, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu {
    overflow: auto;
    display: block;
    position: fixed;
    background: #fff;
    width: 50%;
    top: 0;
    height: 100%;
    z-index: 900;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 20, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] {
    display: block;
    width: 100%;
    margin-bottom: 120px;
    padding: 0;
  }
  /* line 25, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] .navbar-nav {
    display: block;
    text-align: center;
  }
  /* line 28, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] .navbar-nav li {
    display: inline-block;
    width: 100%;
    clear: both;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 33, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] .navbar-nav li a {
    font-size: 14px;
    padding: 12px 0;
    color: #000;
  }
  /* line 37, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] .navbar-nav li a:hover {
    color: #b6b5b5;
  }
  /* line 40, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] .navbar-nav li a span {
    font-size: inherit;
  }
  /* line 45, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] .navbar-nav li.search-icon span .fa-search {
    font-size: 26px;
  }
  /* line 49, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] .navbar-nav li.last.mobile {
    display: block;
  }
  /* line 51, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] .navbar-nav li.last.mobile a {
    color: #ff00a2;
  }
  /* line 55, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] .navbar-nav li.level0:hover ul {
    display: none;
  }
  /* line 61, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu.open {
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 65, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .nav-mobile-content {
    min-height: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  /* line 71, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .nav-mobile-main {
    display: block;
    height: 100%;
  }
  /* line 75, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .close-menu {
    display: block;
    float: right;
    padding: 20px 25px 0 0;
    cursor: pointer;
  }
  /* line 80, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .close-menu i.fa.fa-times {
    font-size: 24px;
  }
  /* line 84, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .mobile-footer-menu {
    width: 100%;
  }
  /* line 87, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks {
    padding: 0 10px;
    margin: 40px 0;
    width: 100%;
  }
  /* line 91, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks > ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    text-align: center;
  }
  /* line 97, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks > ul li {
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 99, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks > ul li a {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    color: #b6b5b5;
  }
  /* line 104, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks > ul li a:hover {
    color: #000;
  }
  /* line 108, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks > ul li.privacy {
    display: none;
  }
  /* line 113, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks .mobile-footer-link {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 120, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks .mobile-footer-link a {
    color: #b6b5b5;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
  }
  /* line 123, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks .mobile-footer-link a:hover {
    color: #000;
  }
  /* line 129, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .after-menu-links {
    margin: 50px 0;
    width: 100%;
  }
  /* line 132, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .after-menu-links ul {
    display: block;
    text-align: center;
  }
  /* line 135, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .after-menu-links ul li {
    display: inline-block;
    margin: 0 0 5px;
    width: 100%;
    clear: both;
    font-size: 11px;
    text-transform: uppercase;
  }
  /* line 142, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .after-menu-links ul li a {
    color: #000;
    font-size: 14;
    text-transform: uppercase;
  }
  /* line 144, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .after-menu-links ul li a:hover {
    color: #b6b5b5;
  }
}
@media (max-width: 1025px) {
  /* line 158, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .close-menu {
    padding: 25px 25px 0 0;
  }
  /* line 166, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu nav[role=navigation] .navbar-nav li.search-icon span {
    padding: 6px;
  }
  /* line 173, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .after-menu-links {
    margin: 20px 0;
  }
}
@media (max-width: 992px) {
  /* line 181, ../sass/resolution/1030x768/_topmenu.scss */
  ul.sub-mobile-menu {
    display: none;
  }

  /* line 183, ../sass/resolution/1030x768/_topmenu.scss */
  #nav-responsive {
    display: block;
    z-index: 99;
    margin: 0 auto;
    width: 95%;
  }

  /* line 190, ../sass/resolution/1030x768/_topmenu.scss */
  #nav-responsive li {
    list-style: none;
    margin: 0 auto;
    padding-top: 2px;
  }

  /* line 196, ../sass/resolution/1030x768/_topmenu.scss */
  #nav-responsive ul.mobile-menu {
    margin: 20% 0 0 0;
    padding: 0px;
    height: auto;
    z-index: 10000;
  }

  /* line 204, ../sass/resolution/1030x768/_topmenu.scss */
  #nav-responsive ul.mobile-menu li a {
    display: block;
    color: #231f20;
    text-decoration: none;
    font: normal 20px "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding: 10px;
  }

  /* line 216, ../sass/resolution/1030x768/_topmenu.scss */
  #nav-responsive ul.level1 li a {
    display: block;
    color: #231f20;
    text-decoration: none;
    font: normal 14px "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding: 10px;
  }

  /* line 228, ../sass/resolution/1030x768/_topmenu.scss */
  nav[role=navigation] .navbar-nav li.level0 ul {
    padding: 0;
    margin: 0;
  }

  /* line 233, ../sass/resolution/1030x768/_topmenu.scss */
  ul.sub-mobile-menu {
    margin: 10px 0;
  }

  /* line 237, ../sass/resolution/1030x768/_topmenu.scss */
  ul.sub-mobile-menu li a {
    font-size: 15px !important;
    color: #808285 !important;
  }

  /* line 244, ../sass/resolution/1030x768/_topmenu.scss */
  .navbar-nav .level0 ul {
    position: static !important;
  }
  /* line 248, ../sass/resolution/1030x768/_topmenu.scss */
  .navbar-nav.level0:hover ul {
    display: none;
  }
  /* line 252, ../sass/resolution/1030x768/_topmenu.scss */
  .navbar-nav ul.level1 {
    margin: 0;
    padding: 0;
    font-size: 15px !important;
    color: #808285 !important;
  }
  /* line 259, ../sass/resolution/1030x768/_topmenu.scss */
  .navbar-nav .search-icon span .fa-search {
    font-size: 26px;
  }
  /* line 263, ../sass/resolution/1030x768/_topmenu.scss */
  .navbar-nav.last.mobile {
    display: block;
  }
  /* line 265, ../sass/resolution/1030x768/_topmenu.scss */
  .navbar-nav.last.mobile a {
    color: #ff00a2;
  }

  /* line 272, ../sass/resolution/1030x768/_topmenu.scss */
  .nav-mobile-menu {
    width: 60%;
  }
  /* line 274, ../sass/resolution/1030x768/_topmenu.scss */
  .nav-mobile-menu .close-menu {
    padding: 45px 51px 0 0;
  }

  /* line 288, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu {
    overflow: auto;
    display: block;
    position: fixed;
    background: #fff;
    width: 40%;
  }
  /* line 294, ../sass/resolution/1030x768/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 2, ../sass/resolution/1030x768/_checkout.scss */
  .checkout-container {
    margin: 50px 0 0 0;
  }

  /* line 7, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index #onestepcheckout-place-order {
    width: 100% !important;
  }
  /* line 10, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .checkout-container {
    padding: 0;
  }
  /* line 13, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .layout.layout-1-col {
    margin: 0;
  }
  /* line 16, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .layout.layout-1-col div[role=main] {
    width: 100%;
    margin: 0;
  }
  /* line 24, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-title {
    display: none;
  }
  /* line 28, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-numbers-li {
    width: 100%;
    clear: both;
  }
  /* line 33, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index p.onestepcheckout-numbers, .onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-2 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    padding: 20px 25px;
    margin: 0 0 26px;
  }
  /* line 39, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index p.onestepcheckout-numbers span, .onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-2 span {
    font-size: 16px;
  }
  /* line 43, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index p.onestepcheckout-numbers:after, .onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-2:after {
    content: none;
  }
  /* line 47, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index p.onestepcheckout-numbers span, .onestepcheckout-index-index p.onestepcheckout-numbers a, .onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-2 span, .onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-2 a {
    vertical-align: middle;
  }
  /* line 51, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index p.onestepcheckout-numbers .backet-step-link, .onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-2 .backet-step-link {
    margin: 0;
  }
  /* line 57, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index #billing_address_list,
  .onestepcheckout-index-index #shipping_address_list {
    padding: 0;
  }
  /* line 62, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index #billing_address {
    font-size: 0;
  }
  /* line 69, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .group-select li.col-sm-6 {
    width: 50%;
  }
  /* line 73, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .group-select li.customer-info-li, .onestepcheckout-index-index .group-select li.select-address-li, .onestepcheckout-index-index .group-select li.select-ship-address-li {
    padding: 0 25px;
    width: 100%;
  }
  /* line 80, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .group-select li.customer-info-li {
    margin-bottom: 15px;
  }
  /* line 88, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .group-select li.select-address-li .sbOptions li {
    display: block;
    margin: 5px 0 15px;
  }
  /* line 97, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .group-select li.clearfix {
    width: 100%;
    float: left;
    padding: 0 25px;
    margin: 0;
  }
  /* line 102, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .group-select li.clearfix.login-li, .onestepcheckout-index-index .group-select li.clearfix.register-li {
    display: none;
    margin-bottom: 18px;
  }
  /* line 107, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .group-select li.clearfix.half-block {
    width: 50%;
  }
  /* line 110, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .group-select li.clearfix.half-block.first {
    margin-right: 0;
  }
  /* line 120, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index #payment_form_ccsave {
    width: 100%;
    max-width: 370px;
  }
  /* line 124, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index #payment_form_ccsave li {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
  /* line 132, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .customer-info-li > a {
    margin: 0;
    float: right;
  }
  /* line 137, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index div.input-different-shipping {
    margin: 10px 25px 0;
  }
  /* line 141, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index div.checkoutcontainer div.input-address {
    margin: 0;
    font-size: 0;
  }
  /* line 145, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index div.checkoutcontainer div.input-address .onestepcheckout-address-line {
    margin: 0 0 18px 0;
  }
  /* line 151, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-enable-newsletter,
  .onestepcheckout-index-index .checkout-agreements {
    padding: 5px 15px;
    margin: 0;
    text-align: right;
    width: 100%;
  }
  /* line 156, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-enable-newsletter label,
  .onestepcheckout-index-index .checkout-agreements label {
    margin-bottom: 0;
  }
  /* line 161, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-enable-newsletter {
    width: 100% !important;
  }
  /* line 167, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-left,
  .onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-middle,
  .onestepcheckout-index-index .onestepcheckout-threecolumns .onestepcheckout-column-right {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 179, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index #checkout-payment-method-load #payment_form_paypal_direct, .onestepcheckout-index-index #checkout-payment-method-load #payment_form_ccsave {
    padding: 22px 10px 11px;
    margin: 24px 0 44px;
  }
  /* line 182, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index #checkout-payment-method-load #payment_form_paypal_direct li, .onestepcheckout-index-index #checkout-payment-method-load #payment_form_ccsave li {
    width: 100%;
  }
  /* line 185, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index #checkout-payment-method-load #payment_form_paypal_direct li.close-li, .onestepcheckout-index-index #checkout-payment-method-load #payment_form_ccsave li.close-li {
    width: auto;
  }
  /* line 195, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index #checkout-payment-method-load,
  .onestepcheckout-index-index .onestepcheckout-summary,
  .onestepcheckout-index-index .onestepcheckout-place-order-wrapper,
  .onestepcheckout-index-index .onestepcheckout-coupons {
    padding: 0 25px;
  }
  /* line 202, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-summary .onestepcheckout-custom-options li {
    display: block;
  }
  /* line 206, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-shipping-method-block {
    padding: 0 25px;
  }
  /* line 210, ../sass/resolution/1030x768/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-coupons {
    margin-bottom: 26px;
  }
}
@media (max-width: 992px) {
  /* line 3, ../sass/resolution/1030x768/_account.scss */
  .account-pages .layout {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  /* line 12, ../sass/resolution/1030x768/_account.scss */
  .account-pages .layout aside[role=complementary] {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: block;
  }
  /* line 17, ../sass/resolution/1030x768/_account.scss */
  .account-pages .layout div[role=main] {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 100%;
  }
  /* line 23, ../sass/resolution/1030x768/_account.scss */
  .account-pages .box-account {
    overflow-y: auto;
    overflow-x: auto;
  }
  /* line 28, ../sass/resolution/1030x768/_account.scss */
  .account-pages .tab-block-title {
    text-align: center;
  }
}
@media (max-width: 1030px) {
  /* line 4, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block {
    position: fixed;
    top: 0;
    width: 100%;
    border: none;
    padding: 48px 42px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    min-height: 100%;
  }
  /* line 14, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .page-title .login-title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-family: "Helvetica Neue Light", Arial, sans-serif;
  }
  /* line 23, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block form .block-content .registered-users {
    margin: 0 0 30px;
    padding: 0 5px 0 0;
  }
  /* line 28, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block form .block-content .form-list li {
    margin: 20px 0 0;
  }
  /* line 30, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block form .block-content .form-list li .input-text, html body .header-login-block form .block-content .form-list li select#country {
    height: 40px;
    margin: 0;
    font-size: 22px;
  }
  /* line 37, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block form .block-content .form-list li.fields .genderbox-inputs .radio-field {
    margin: 0 25px 0 0;
  }
  /* line 43, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block form .block-content .form-list label {
    font-size: 18px;
    margin-bottom: 9px;
  }
  /* line 49, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block form .buttons-set {
    padding: 15px 0 0;
  }
  /* line 51, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block form .buttons-set .popup-forgot {
    font-size: 18px;
  }
  /* line 54, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block form .buttons-set .btn-login {
    margin: 20px 0 20px;
    padding: 20px 12px;
    font-size: 20px;
  }
  /* line 61, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block form .remember label {
    font-size: 18px;
    line-height: 35px;
  }
  /* line 67, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.active-login, html body .header-login-block.active-forgot, html body .header-login-block.active-create {
    position: fixed;
    overflow: auto;
    height: 100%;
  }
  /* line 72, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .login-with {
    height: 50px;
    margin: 9px 0;
  }
  /* line 75, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .login-with p {
    margin: 3px 20px 0 5px;
    font-size: 18px;
  }
  /* line 79, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .login-with ul {
    width: 240px;
  }
  /* line 81, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .login-with ul li {
    margin: 0 12px;
  }
  /* line 84, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .login-with ul li.fb-login i.fa {
    font-size: 48px;
    padding: 8px 5px 0 16px;
  }
  /* line 89, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .login-with ul li i.fa {
    height: 50px;
  }
  /* line 93, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .login-with ul li.tw-login i.fa {
    font-size: 35px;
    padding: 9px;
  }
  /* line 99, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .login-with ul li.google-login i.fa {
    padding: 10px 7.5px;
    font-size: 28px;
  }
  /* line 107, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .create-account, html body .header-login-block .back-link-login {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 36px;
  }
  /* line 111, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .create-account a, html body .header-login-block .back-link-login a {
    font-size: inherit;
    line-height: 36px;
    color: #000;
  }
  /* line 115, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block .create-account a:hover, html body .header-login-block .back-link-login a:hover {
    color: #b6b5b5;
  }
  /* line 122, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-create .back-link-login a, html body .header-login-block.account-forgot .back-link-login a {
    font-size: 18px;
    line-height: 36px;
    color: #000;
  }
  /* line 126, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-create .back-link-login a:hover, html body .header-login-block.account-forgot .back-link-login a:hover {
    color: #b6b5b5;
  }
  /* line 133, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-forgot .page-title.mobile {
    display: block;
  }
  /* line 135, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-forgot .page-title.mobile .login-title {
    width: 72%;
    margin: -8px auto 0;
    float: none;
    font-size: 32px;
    line-height: 72px;
  }
  /* line 144, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-forgot form .block-content {
    margin: 20px 0 0;
    padding: 2px 9px;
  }
  /* line 148, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-forgot form .block-content .fieldset > p {
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    line-height: 32px;
  }
  /* line 157, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-forgot .back-link-login {
    margin: 40px 0 0;
  }
  /* line 164, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-forgot .page-title.mobile .login-title {
    width: 68%;
  }
  /* line 172, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-forgot form .block-content .form-list li {
    margin: 20px 0 0;
  }
  /* line 184, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-create form .block-content .fieldset .legend {
    font-size: 18px;
    margin: 20px 0 0;
  }
  /* line 190, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-create form .block-content .form-list li {
    margin: 20px 0 0;
  }
  /* line 194, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-create form .block-content .form-list li.fields.newsletter label {
    font-size: 18px;
    color: #000;
  }
  /* line 197, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-create form .block-content .form-list li.fields.newsletter label span {
    margin: -5px 16px 0 0;
  }
  /* line 202, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-create form .block-content .form-list li.fields .genderbox-inputs {
    clear: both;
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 207, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-create form .block-content .form-list li.fields .genderbox-inputs .radio-field {
    margin: 0;
    float: left;
  }
  /* line 210, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-create form .block-content .form-list li.fields .genderbox-inputs .radio-field label {
    font-size: 18px;
  }
  /* line 220, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.account-create form .buttons-set .btn-login {
    margin: 10px 0 20px;
  }
  /* line 229, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.search-mobile .page-title .login-title .fa-search {
    font-size: 32px;
    margin: -5px 0 0;
  }
  /* line 235, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.search-mobile #search_mini_form_mobile {
    margin: 72px 0;
    padding: 0 9px 0 3px;
  }
  /* line 238, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.search-mobile #search_mini_form_mobile #search_mobile {
    height: 50px;
    margin: 0;
    font-size: 30px;
    padding: 0 0 0 26px;
  }
  /* line 243, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.search-mobile #search_mini_form_mobile #search_mobile:focus, html body .header-login-block.search-mobile #search_mini_form_mobile #search_mobile:active, html body .header-login-block.search-mobile #search_mini_form_mobile #search_mobile:hover {
    border: 1px solid #000;
  }
  /* line 247, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.search-mobile #search_mini_form_mobile .form-search {
    /*#search_autocomplete_mobile {
      position: relative !important;
      float: left;
      width: 100% !important;
      text-align: center;
      top: auto !important;
      ul{
        li {
          font-size: 38px;
          text-transform: uppercase;
          line-height: 30px;
          margin: 0 0 45px;
          .amount {
            display: none;
          }
        }
      }
    }*/
  }
  /* line 249, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.search-mobile #search_mini_form_mobile .form-search span.input-group-btn .btn-default {
    padding: 7px 16px;
    font-size: 24px;
    border: 1px solid #000;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  /* line 257, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.search-mobile #search_mini_form_mobile .form-search .suggestion {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0 34px;
  }
  /* line 262, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .header-login-block.search-mobile #search_mini_form_mobile .form-search .suggestion h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Helvetica Neue Light", Arial, sans-serif;
  }
  /* line 292, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block .close-header-login {
    top: 45px;
  }
  /* line 295, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block .validation-advice {
    font-size: 16px;
  }
  /* line 302, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .login-socialconnect div {
    text-align: center;
    margin-top: 10px;
    width: 175px;
    float: left;
  }
  /* line 307, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .login-socialconnect div p {
    text-transform: uppercase;
  }
  /* line 311, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .login-socialconnect div ul li {
    float: left;
    border: 1px solid #000;
    height: 33px;
    width: 85px;
    line-height: 22px;
  }
  /* line 317, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .login-socialconnect div ul li:first-child {
    margin-right: 5px;
  }
  /* line 320, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .login-socialconnect div ul li a {
    width: 100%;
    display: inline-block;
    height: 100%;
  }
  /* line 326, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .login-socialconnect div ul li i.fa {
    color: #fff;
    background: #000;
    width: 25px;
    height: 25px;
  }
  /* line 335, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .login-socialconnect div ul li.fb-login i.fa {
    font-size: 21px;
    padding: 6px 5px 0;
    margin-top: 3px;
  }
  /* line 344, ../sass/resolution/1030x768/_popup-login-logout.scss */
  html body .login-socialconnect div ul li.tw-login i.fa {
    font-size: 16px;
    padding: 6px 5px;
    margin-top: 3px;
  }
}
@media (max-width: 1030px) {
  /* line 3, ../sass/resolution/1030x768/_product-view.scss */
  html #size-guide-select {
    width: 66%;
    padding: 0 0 25px 0;
    font-size: 13px;
  }
  /* line 9, ../sass/resolution/1030x768/_product-view.scss */
  html .product-view .btn-cart {
    margin: 0;
    width: 90%;
  }
}
@media (max-width: 992px) {
  /* line 23, ../sass/resolution/1030x768/_product-view.scss */
  html .product-view .product-img-box {
    padding: 15px 0 15px 0;
  }
  /* line 26, ../sass/resolution/1030x768/_product-view.scss */
  html .product-view .product-shop {
    padding: 15px 0 15px 0;
  }
  /* line 30, ../sass/resolution/1030x768/_product-view.scss */
  html .product-view .product-shop .product-options dl dt, html .product-view .product-shop .related-configurables dl dt {
    width: auto;
  }
}
@media (max-width: 992px) {
  /* line 3, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile {
    position: relative !important;
    float: left;
    width: 100% !important;
    text-align: center;
    top: auto !important;
    border: none;
  }
  /* line 11, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile ul li {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0 0 45px;
  }
  /* line 16, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile ul li .amount {
    display: none;
  }

  /* line 23, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile dt {
    text-align: left;
    font-size: 24px;
    padding: 10px;
    background: #000;
    color: #fff;
  }

  /* line 32, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile dd {
    text-align: left !important;
    font-size: 24px !important;
    padding: 10px !important;
  }

  /* line 38, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile dd.products-list {
    clear: both !important;
    overflow: hidden;
    margin: 0px !important;
  }

    /*#search_autocomplete_mobile dd.products-list .product-image-box {
      float:left !important;
      margin-right:10px !important;
    }

    #search_autocomplete_mobile dd.products-list .product-shop {
      float:left !important;
      font-size:24px !important;
      margin-left:0px !important;
    }

      #search_autocomplete_mobile dd.products-list .product-shop .product-primary {
        float:left !important;
      }

      #search_autocomplete_mobile dd.products-list .product-shop .product-secondary {
        float:left !important;
      }*/
  /* line 63, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile dl dd .product-image-box {
    margin-right: 10px !important;
    float: left !important;
  }

  /* line 68, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile .products-list .product-shop {
    line-height: 45px !important;
    margin-left: 0px !important;
    float: left !important;
  }

  /* line 74, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile .products-list .product-shop .product-primary {
    float: left;
    line-height: 45px !important;
    height: 45px !important;
    font-size: 24px !important;
  }

  /* line 81, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile .products-list .product-shop .product-primary .product-name {
    line-height: 45px !important;
    height: 45px !important;
    margin-right: 10px;
    font-size: 24px !important;
  }

  /* line 88, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile .products-list .product-shop .product-secondary {
    float: left;
    line-height: 45px !important;
  }

  /* line 93, ../sass/resolution/1030x768/_catalogsearch.scss */
  #search_autocomplete_mobile .products-list .product-shop .product-secondary .price {
    color: #000 !important;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/resolution/768x320/_common.scss */
  html body.catalogsearch-result-index .layout {
    margin: 86px 0 0 0 !important;
  }
  /* line 8, ../sass/resolution/768x320/_common.scss */
  html .postWrapper {
    margin-top: 60px !important;
  }
  /* line 11, ../sass/resolution/768x320/_common.scss */
  html .layout.layout-1-col div[role=main] {
    margin-top: 0 !important;
  }
  /* line 15, ../sass/resolution/768x320/_common.scss */
  html .product-view, html .product-essential {
    margin: 0 !important;
  }
  /* line 18, ../sass/resolution/768x320/_common.scss */
  html .desktop-fix, html .layout.layout-2-cols, html .layout.layout-1-col {
    margin: 86px 0 0 0 !important;
  }
  /* line 21, ../sass/resolution/768x320/_common.scss */
  html .block-account {
    margin-top: 0 !important;
  }
  /* line 24, ../sass/resolution/768x320/_common.scss */
  html .mobile-top-margin {
    margin: 80px 0 0 0;
  }
  /* line 27, ../sass/resolution/768x320/_common.scss */
  html .faq-section {
    margin: 0;
  }
  /* line 30, ../sass/resolution/768x320/_common.scss */
  html .container {
    width: 100%;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 35, ../sass/resolution/768x320/_common.scss */
  html .container .layout {
    margin: 0;
  }
  /* line 41, ../sass/resolution/768x320/_common.scss */
  html body .wrapper {
    height: auto;
  }
  /* line 43, ../sass/resolution/768x320/_common.scss */
  html body .wrapper .wrapper-wide {
    min-height: 0;
  }
  /* line 47, ../sass/resolution/768x320/_common.scss */
  html body .main-footer {
    min-height: 0;
    margin: 0 auto;
  }
  /* line 51, ../sass/resolution/768x320/_common.scss */
  html body .hFooter {
    min-height: 0;
  }

  /* line 58, ../sass/resolution/768x320/_common.scss */
  footer .back-link-block {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 5, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .back-link-block {
    display: none;
  }
  /* line 9, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals .notice-wrapper {
    max-width: 100%;
    margin: 20px 0;
  }
  /* line 14, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .container.shop-cart-container {
    padding: 0 50px;
  }
  /* line 16, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .container.shop-cart-container #shoppingcart-backlink-mobile {
    top: 0;
    left: -10px;
  }
  /* line 22, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .layout-1-col {
    margin: 0;
  }
  /* line 26, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index #shoppingcart-backlink {
    display: none;
  }
  /* line 30, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .page-title.title-buttons h1 {
    font-size: 49px;
    margin: 10px 0 54px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  /* line 40, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart > form {
    border: 0;
    padding: 15px 0;
    overflow-x: auto;
  }
  /* line 46, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals {
    text-align: right;
  }
  /* line 49, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals .totals, .checkout-cart-index .cart .cart-collaterals .backet-notice-wrapper {
    margin: 0 0 15px 0;
  }
  /* line 55, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tr {
    width: 100%;
  }
  /* line 61, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tbody td, .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot td {
    font-size: 25px;
    text-align: right !important;
  }
  /* line 65, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tbody td:nth-child(1n), .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot td:nth-child(1n) {
    width: 78%;
    padding-right: 1%;
  }
  /* line 70, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tbody td:nth-child(2n), .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot td:nth-child(2n) {
    width: 22%;
    padding-right: 0;
  }
  /* line 83, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .input-box {
    margin: 0 0 15px 0;
    width: 100%;
  }
  /* line 90, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .discount label {
    font: 25px "Helvetica Neue Light", Arial, sans-serif;
    text-align: left;
  }
  /* line 97, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .input-text {
    font-size: 25px;
    height: 57px;
  }
  /* line 102, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set {
    width: 100%;
  }
  /* line 105, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set button {
    padding: 16px 5px;
    margin: 0;
    width: 47.5%;
    float: left;
  }
  /* line 110, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set button:first-child {
    margin-right: 5%;
    float: left;
  }
  /* line 115, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set button span {
    font-size: 20px;
  }
  /* line 130, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > thead {
    display: none;
  }
  /* line 134, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr {
    display: none;
  }
  /* line 136, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr {
    display: block;
  }
  /* line 139, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content h2.product-name {
    padding: 0;
  }
  /* line 141, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content h2.product-name > a {
    font-size: 22px;
  }
  /* line 146, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .cart-price span {
    font-size: 20px;
  }
  /* line 150, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl {
    margin: 0;
  }
  /* line 152, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content dl dd {
    font-size: 20px;
  }
  /* line 156, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .qty-remove-block {
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
  }
  /* line 163, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .qty-remove-block > a, .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .qty-remove-block > .separate-line {
    font-size: inherit;
    line-height: initial;
  }
  /* line 167, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr .backet-content .qty-remove-block .separate-line {
    padding: 0 10px;
  }
  /* line 176, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .totals .checkout-types .paypal-or {
    padding: 8px 0 0 0;
  }
  /* line 179, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .paypal-logo a {
    display: block;
    width: 100%;
  }
  /* line 183, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .united-btn.btn-proceed-checkout {
    padding: 16px 5px;
    margin: 28px 0 0;
    border-width: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  /* line 187, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .united-btn.btn-proceed-checkout span {
    font-size: 22px;
    padding: 0;
  }
  /* line 190, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .united-btn.btn-proceed-checkout span span {
    padding: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 196, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index footer[role=contentinfo] {
    padding: 0 50px;
  }
  /* line 199, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .block-subscribe .block-content {
    padding: 15px 0 0 0;
  }
}
@media (max-width: 700px) {
  /* line 207, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .qty-wrapper {
    display: inline-block;
    width: 100%;
  }
  /* line 213, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr > td,
  .checkout-cart-index .data-table > tbody > tr.mobile-tr.last > td {
    padding: 15px 0 30px 0;
  }
  /* line 219, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tbody td, .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot td {
    font-size: 20px;
  }
  /* line 221, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tbody td:nth-child(1n), .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot td:nth-child(1n) {
    padding-right: 4%;
  }
}
@media (max-width: 480px) {
  /* line 232, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .layout-1-col {
    margin: 0;
  }
  /* line 235, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .container.shop-cart-container {
    padding: 0 15px;
  }
  /* line 238, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .page-title.title-buttons h1 {
    font-size: 29px;
    margin: 10px 0;
  }
  /* line 244, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr.last > td {
    padding: 15px 0;
  }
  /* line 250, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr > td .backet-content dt, .checkout-cart-index .data-table > tbody > tr.mobile-tr > td .backet-content dd {
    font-size: 15px;
  }
  /* line 253, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr > td .backet-content .cart-price {
    font: 15px "Helvetica Neue", Arial, sans-serif;
  }
  /* line 255, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr > td .backet-content .cart-price span {
    font: 15px "Helvetica Neue", Arial, sans-serif;
  }
  /* line 261, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr > td .backet-content .qty-remove-block .qty-wrapper .qty {
    font-size: 15px;
    padding: 5px;
    margin: 10px 0;
    width: 40px;
    height: 30px;
  }
  /* line 267, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr > td .backet-content .qty-remove-block a {
    font-size: 15px;
    line-height: 18px;
  }
  /* line 272, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .data-table > tbody > tr.mobile-tr > td .backet-content h2 a {
    font-size: 21px;
  }
  /* line 281, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart > form {
    padding: 0;
  }
  /* line 289, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .discount label {
    font: 15px "Helvetica Neue Light", Arial, sans-serif;
  }
  /* line 293, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .input-text {
    font-size: 15px;
    width: 100%;
    height: 40px;
  }
  /* line 298, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set {
    width: 100%;
  }
  /* line 301, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set button {
    padding: 10px 5px;
    margin: 0;
    width: 47.5%;
    float: left;
  }
  /* line 306, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form .buttons-set button span {
    font-size: 16px;
  }
  /* line 318, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tbody td, .checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot td {
    font-size: 20px;
  }
  /* line 328, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index .united-btn.btn-proceed-checkout span {
    font-size: 16px;
  }
  /* line 332, ../sass/resolution/768x320/_backet.scss */
  .checkout-cart-index footer[role=contentinfo] {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .block-filter, .catalogsearch-result-index .block-filter {
    min-width: 150px;
    padding: 12px 7px;
    padding-right: 20px;
    margin: 40px 0 0 0;
    border: 0;
  }
  /* line 10, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view p.amount, .catalogsearch-result-index p.amount {
    margin: 20px 0 0 0;
  }
  /* line 16, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .toolbar-bottom .toolbar .pager .pages, .catalogsearch-result-index .toolbar-bottom .toolbar .pager .pages {
    text-align: center;
    font-size: 16px;
  }
  /* line 19, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .toolbar-bottom .toolbar .pager .pages li, .catalogsearch-result-index .toolbar-bottom .toolbar .pager .pages li {
    padding: 5px;
  }
  /* line 27, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .container .layout, .catalogsearch-result-index .container .layout {
    margin: 114px 0 0 0;
  }
  /* line 30, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view div[role=main], .catalogsearch-result-index div[role=main] {
    padding: 0 15px;
  }
  /* line 33, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid, .catalogsearch-result-index .products-grid {
    margin: 0 0 15px 0;
  }
  /* line 35, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid .product-image, .catalogsearch-result-index .products-grid .product-image {
    margin-bottom: 73px;
  }
  /* line 38, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid .item, .catalogsearch-result-index .products-grid .item {
    width: 50%;
    margin-bottom: 95px;
  }
  /* line 41, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid .item a, .catalogsearch-result-index .products-grid .item a {
    min-height: 0;
  }
  /* line 42, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid .item .product-name, .catalog-category-view .products-grid .item .price-box, .catalogsearch-result-index .products-grid .item .product-name, .catalogsearch-result-index .products-grid .item .price-box {
    opacity: 1;
  }
  /* line 45, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid.products-block li .product-info, .catalogsearch-result-index .products-grid.products-block li .product-info {
    min-height: 110px !important;
    padding-bottom: 10px !important;
    opacity: 1;
  }
  /* line 49, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid.products-block li .product-info .product-name, .catalogsearch-result-index .products-grid.products-block li .product-info .product-name {
    padding: 0 0 8px 0;
  }
  /* line 51, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid.products-block li .product-info .product-name a, .catalogsearch-result-index .products-grid.products-block li .product-info .product-name a {
    font-size: 11px;
  }
  /* line 55, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid.products-block li .product-info *, .catalogsearch-result-index .products-grid.products-block li .product-info * {
    font-size: 11px;
  }
  /* line 60, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary], .catalogsearch-result-index aside[role=complementary] {
    transition: none;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
    position: absolute;
    top: 106px;
    bottom: initial;
    left: 0;
    right: 0;
  }
  /* line 70, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .filter-header, .catalogsearch-result-index aside[role=complementary] .filter-header {
    margin-bottom: 10px;
  }
  /* line 72, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .filter-header .close-icon, .catalogsearch-result-index aside[role=complementary] .filter-header .close-icon {
    margin-right: 10px;
    margin-top: 15px;
  }
  /* line 78, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary].js-approved, .catalogsearch-result-index aside[role=complementary].js-approved {
    top: 45px;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: translate3d(101%, 0, 0);
    -moz-transform: translate3d(101%, 0, 0);
    -ms-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
  }
  /* line 87, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary].js-approved.active-aside, .catalogsearch-result-index aside[role=complementary].js-approved.active-aside {
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 96, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .desktop-filter-close, .catalogsearch-result-index aside[role=complementary] .desktop-filter-close {
    display: none;
  }
  /* line 99, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .mobile-close-icon, .catalogsearch-result-index aside[role=complementary] .mobile-close-icon {
    display: block;
  }
  /* line 102, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .amshopby-slider-price, .catalogsearch-result-index aside[role=complementary] .amshopby-slider-price {
    font-size: 21px;
  }
  /* line 105, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary].active-aside, .catalogsearch-result-index aside[role=complementary].active-aside {
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 109, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary].js-approved.active-aside, .catalogsearch-result-index aside[role=complementary].js-approved.active-aside {
    max-height: 100%;
  }
  /* line 112, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper {
    padding-left: 12px;
    padding-right: 10px;
  }
  /* line 115, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl {
    margin-bottom: 10px;
  }
  /* line 119, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter {
    margin-bottom: 10px;
  }
  /* line 122, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link label, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link label, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link label, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link label {
    line-height: 20px;
    font-size: 14px;
  }
  /* line 126, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"] + label:before {
    background-image: url(../images/spritesheet.png);
    background-position: -136px -19px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
  /* line 126, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"] + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"] + label:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
@media (max-width: 767px) {
  /* line 129, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before {
    background-image: url(../images/spritesheet.png);
    background-position: -136px -38px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
  /* line 129, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ul > li.attr-filter .filter-link input[type="checkbox"]:checked + label:before {
    background-image: url(../images/spritesheet-ret2x.png);
    background-size: 150px 148px;
  }
}
@media (max-width: 767px) {
  /* line 136, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl dd > ol > li.attr-filter {
    width: 33.3%;
  }
  /* line 140, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd {
    padding: 0;
  }
  /* line 142, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd .limits-container,
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd .slider-bkg, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd .limits-container,
  .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd .slider-bkg {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 147, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider {
    width: 100%;
  }
  /* line 149, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider .validate-button, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider .validate-button {
    position: static;
    width: 100%;
  }
  /* line 153, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider .validate-button button.button, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price dd #price_filter-slider .validate-button button.button {
    width: 100%;
    height: auto;
    padding: 12px 7px;
    margin-bottom: 10px;
  }
  /* line 163, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .narrow-wrapper dl.color, .catalog-category-view aside[role=complementary] .narrow-wrapper dl.size, .catalog-category-view aside[role=complementary] .narrow-wrapper dl.price, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.color, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.size, .catalogsearch-result-index aside[role=complementary] .narrow-wrapper dl.price {
    width: 100%;
    max-width: 100%;
  }
  /* line 173, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .range-slider .handle, .catalogsearch-result-index .range-slider .handle {
    z-index: 1000;
    width: 15px;
    height: 15px;
    margin: -6px 2px 2px 2px;
  }
}
@media (max-width: 543px) {
  /* line 186, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view aside[role=complementary] .block-layered-nav, .catalogsearch-result-index aside[role=complementary] .block-layered-nav {
    max-width: none;
  }
  /* line 191, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .block-filter span, .catalogsearch-result-index .block-filter span {
    min-width: 0;
  }
  /* line 196, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .range-slider .handle, .catalogsearch-result-index .range-slider .handle {
    z-index: 1000;
    width: 15px;
    height: 15px;
    margin: -6px 2px 2px 2px;
  }
}
@media (max-width: 480px) {
  /* line 209, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .container .layout, .catalogsearch-result-index .container .layout {
    margin: 30px 0 0 0;
  }
  /* line 213, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid .item, .catalogsearch-result-index .products-grid .item {
    margin-bottom: 10px;
    width: 50%;
  }
  /* line 217, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .products-grid .product-image, .catalogsearch-result-index .products-grid .product-image {
    margin-bottom: 10px;
  }
  /* line 222, ../sass/resolution/768x320/_category.scss */
  .catalog-category-view .range-slider .handle, .catalogsearch-result-index .range-slider .handle {
    z-index: 1000;
    width: 15px;
    height: 15px;
    margin: -6px 2px 2px 2px;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/resolution/768x320/_checkout.scss */
  .checkout-cart-index div.page-title {
    margin: 50px 0 0 0;
  }

  /* line 10, ../sass/resolution/768x320/_checkout.scss */
  .checkout-container {
    margin: 50px 0 0 0;
  }

  /* line 22, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .fa-close-menu {
    display: none !important;
  }
  /* line 30, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .group-select li.clearfix {
    width: 100%;
    float: left;
    margin: 0;
  }
  /* line 36, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .group-select li.col-xs-12 {
    width: 100%;
  }
  /* line 43, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address .address-line-3 {
    display: none;
  }
  /* line 44, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address .address-line-1 label.translated, .onestepcheckout-index-index .input-address .address-line-2 label, .onestepcheckout-index-index .input-address .address-line-3 label {
    display: none;
  }
  /* line 48, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-1 {
    width: 100%;
  }
  /* line 50, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-1 label.generic {
    display: none;
  }
  /* line 51, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-1 input {
    width: 100% !important;
  }
  /* line 53, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-2 {
    width: 40%;
    float: left;
  }
  /* line 56, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-2 label.generic {
    display: none;
  }
  /* line 58, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-3 {
    width: 40%;
    float: right;
    display: block;
  }
  /* line 62, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-3 label.generic {
    display: none;
  }
  /* line 65, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-1 label, .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-2 label, .onestepcheckout-index-index .input-address[rel='address-nl'] .address-line-3 label {
    display: block;
  }
  /* line 69, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .input-address .address-line-2 input, .onestepcheckout-index-index .input-address .address-line-3 input {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  /* line 82, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index p.onestepcheckout-numbers {
    padding: 15px;
  }
  /* line 85, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index p.onestepcheckout-numbers span {
    font-size: 14px;
  }
  /* line 93, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index #checkout-payment-method-load #payment_form_paypal_direct,
  .onestepcheckout-index-index #checkout-payment-method-load #payment_form_ccsave {
    margin: 24px 0 44px;
  }
  /* line 98, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index #checkout-payment-method-load .payment-method {
    padding: 0;
  }
  /* line 104, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index #onestepcheckout-place-order {
    width: 100% !important;
  }
  /* line 108, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-enable-newsletter,
  .onestepcheckout-index-index .checkout-agreements {
    padding: 0 25px;
    margin: 10px 0 0 0;
    text-align: right;
    width: 100%;
  }
  /* line 114, ../sass/resolution/768x320/_checkout.scss */
  .onestepcheckout-index-index .onestepcheckout-enable-newsletter label,
  .onestepcheckout-index-index .checkout-agreements label {
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
  }

  /* line 124, ../sass/resolution/768x320/_checkout.scss */
  div.checkoutcontainer div.onestepcheckout-place-order-wrapper {
    text-align: center;
  }
  /* line 127, ../sass/resolution/768x320/_checkout.scss */
  div.checkoutcontainer div.onestepcheckout-place-order-wrapper .united-btn.btn-proceed-checkout span span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  /* line 4, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .main-content {
    margin-top: 80px;
  }
  /* line 8, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .container {
    z-index: 110;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    padding: 0;
    background-color: #fff;
  }
  /* line 9, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .container.head {
    positiona: fixed !important;
  }
  /* line 20, ../sass/resolution/768x320/_home-page.scss */
  html .home-images-block .row > div, html .home-image-large-block .row > div {
    height: auto !important;
  }
  /* line 23, ../sass/resolution/768x320/_home-page.scss */
  html .home-images-block .row > div:hover .home-image-info, html .home-image-large-block .row > div:hover .home-image-info {
    display: none;
  }
  /* line 28, ../sass/resolution/768x320/_home-page.scss */
  html .home-images-block .row:first-child, html .home-image-large-block .row:first-child {
    display: block;
  }
  /* line 32, ../sass/resolution/768x320/_home-page.scss */
  html .home-images-block a.home-image-link, html .home-image-large-block a.home-image-link {
    display: block;
    font-size: 84px;
    opacity: 1;
  }
  /* line 36, ../sass/resolution/768x320/_home-page.scss */
  html .home-images-block a.home-image-link.black, html .home-image-large-block a.home-image-link.black {
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    padding: 30px 0;
    opacity: .5;
    height: 40px !important;
    line-height: 18px;
  }
  /* line 48, ../sass/resolution/768x320/_home-page.scss */
  html .home-images-block:hover .home-image-info, html .home-image-large-block:hover .home-image-info {
    display: none;
  }
  /* line 54, ../sass/resolution/768x320/_home-page.scss */
  html .home-slider .bx-wrapper {
    position: relative;
  }
  /* line 56, ../sass/resolution/768x320/_home-page.scss */
  html .home-slider .bx-wrapper .slider-titile {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  /* line 66, ../sass/resolution/768x320/_home-page.scss */
  html .home-slider .bx-wrapper .slider-titile a {
    display: block;
    padding: 17px 20px;
    font-size: 16px;
    font-family: "Helvetica Neue Light", Arial, sans-serif;
  }
  /* line 73, ../sass/resolution/768x320/_home-page.scss */
  html .home-slider .bx-wrapper .bx-controls-direction {
    display: block;
  }
  /* line 76, ../sass/resolution/768x320/_home-page.scss */
  html .home-slider .bx-wrapper .bx-pager {
    bottom: auto;
    top: 28px;
  }
  /* line 86, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .container .products-grid.products-block li {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  /* line 90, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .container .products-grid.products-block li .product-info {
    bottom: 50px;
    opacity: 1;
  }
  /* line 93, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .container .products-grid.products-block li .product-info .product-name {
    padding: 0 0 8px 0;
  }
  /* line 96, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .container .products-grid.products-block li .product-info .product-name a {
    font-size: 21px;
  }
  /* line 102, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .container .products-grid.products-block li .product-info * {
    font-size: 21px;
  }
  /* line 107, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .container .products-grid.products-block li .product-image .rotate-img {
    visibility: hidden;
    display: block;
  }
}
@media (max-width: 415px) {
  /* line 129, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .container {
    z-index: 110;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    padding: 0;
    background-color: #fff;
  }
  /* line 130, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .container.head {
    position: fixed;
    top: 38px;
    left: 0;
    padding: 0 0px 0 0px;
  }
  /* line 147, ../sass/resolution/768x320/_home-page.scss */
  html .cms-home .products-grid.products-block li .product-info {
    bottom: 20px;
  }
  /* line 155, ../sass/resolution/768x320/_home-page.scss */
  html .home-images-block a.home-image-link, html .home-image-large-block a.home-image-link {
    font-size: 50px;
    height: 62px;
  }
  /* line 158, ../sass/resolution/768x320/_home-page.scss */
  html .home-images-block a.home-image-link.black, html .home-image-large-block a.home-image-link.black {
    font-size: 18px;
    padding: 14px 0;
    height: 60px;
  }
  /* line 167, ../sass/resolution/768x320/_home-page.scss */
  html #newsletterpopup .newsletter-left {
    display: none;
  }
  /* line 171, ../sass/resolution/768x320/_home-page.scss */
  html #newsletterpopup .modal-dialog {
    background: none;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 1 !important;
    z-index: 99991;
    width: 300px;
    height: 340px;
    /* 240 */
  }
  /* line 182, ../sass/resolution/768x320/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-left,
  html #newsletterpopup .modal-dialog .newsletter-right {
    float: left;
    width: 100%;
  }
  /* line 188, ../sass/resolution/768x320/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right {
    padding: 32px 24px 0px 34px;
  }
  /* line 191, ../sass/resolution/768x320/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right .newsletter-header {
    height: 80px;
  }
  /* line 193, ../sass/resolution/768x320/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right .newsletter-header h1 {
    font-size: 20px;
  }
  /* line 199, ../sass/resolution/768x320/_home-page.scss */
  html #newsletterpopup .modal-dialog .newsletter-right input[type='text'],
  html #newsletterpopup .modal-dialog .newsletter-right select {
    width: 240px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../sass/resolution/768x320/_topmenu.scss */
  html #nav-responsive {
    display: block;
    z-index: 99;
    margin: 0 auto;
    width: 95%;
  }
  /* line 10, ../sass/resolution/768x320/_topmenu.scss */
  html #nav-responsive li {
    list-style: none;
    margin: 0 auto;
    padding-top: 2px;
  }
  /* line 16, ../sass/resolution/768x320/_topmenu.scss */
  html #nav-responsive ul.mobile-menu {
    margin: 20% 0 0 0;
    padding: 0px;
    height: auto;
    z-index: 10000;
  }
  /* line 24, ../sass/resolution/768x320/_topmenu.scss */
  html #nav-responsive ul.mobile-menu li a {
    display: block;
    color: #231f20;
    text-decoration: none;
    font: normal 20px "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding: 10px;
  }
  /* line 36, ../sass/resolution/768x320/_topmenu.scss */
  html #nav-responsive ul.level1 li a {
    display: block;
    color: #231f20;
    text-decoration: none;
    font: normal 16px "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding: 10px;
  }
  /* line 48, ../sass/resolution/768x320/_topmenu.scss */
  html nav[role=navigation] .navbar-nav li.level0 ul {
    padding: 0;
    margin: 0;
  }
  /* line 53, ../sass/resolution/768x320/_topmenu.scss */
  html ul.sub-mobile-menu {
    margin: 10px 0;
  }
  /* line 57, ../sass/resolution/768x320/_topmenu.scss */
  html ul.sub-mobile-menu li a {
    font-size: 15px !important;
    color: #808285 !important;
  }
  /* line 64, ../sass/resolution/768x320/_topmenu.scss */
  html .navbar-nav .level0 ul {
    position: static !important;
  }
  /* line 68, ../sass/resolution/768x320/_topmenu.scss */
  html .navbar-nav.level0:hover ul {
    display: none;
  }
  /* line 72, ../sass/resolution/768x320/_topmenu.scss */
  html .navbar-nav ul.level1 {
    margin: 0;
    padding: 0;
    font-size: 15px !important;
    color: #808285 !important;
  }
  /* line 79, ../sass/resolution/768x320/_topmenu.scss */
  html .navbar-nav .search-icon span .fa-search {
    font-size: 26px;
  }
  /* line 83, ../sass/resolution/768x320/_topmenu.scss */
  html .navbar-nav.last.mobile {
    display: block;
  }
  /* line 85, ../sass/resolution/768x320/_topmenu.scss */
  html .navbar-nav.last.mobile a {
    color: #ff00a2;
  }
  /* line 92, ../sass/resolution/768x320/_topmenu.scss */
  html .nav-mobile-menu {
    width: 60%;
  }
  /* line 94, ../sass/resolution/768x320/_topmenu.scss */
  html .nav-mobile-menu .close-menu {
    padding: 45px 51px 0 0;
  }
  /* line 98, ../sass/resolution/768x320/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks {
    position: relative;
    height: auto;
  }
  /* line 101, ../sass/resolution/768x320/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks > ul {
    display: block;
  }
  /* line 104, ../sass/resolution/768x320/_topmenu.scss */
  html .nav-mobile-menu .footer-blocks > ul li a {
    line-height: 45px;
  }
  /* line 114, ../sass/resolution/768x320/_topmenu.scss */
  html .nav-mobile-menu .after-menu-links ul li a {
    color: #000000;
    font-size: 11px;
  }
  /* line 125, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block .close-header-login {
    top: 45px;
  }
  /* line 130, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block form .block-content .registered-users {
    margin: 117px 0 98px;
  }
  /* line 134, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block form .block-content .form-list li {
    margin: 48px 0 0;
  }
  /* line 143, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block.account-forgot .page-title.mobile .login-title {
    width: 68%;
  }
  /* line 150, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block.account-forgot form .buttons-set .btn-login {
    margin: 33px 0 95px;
    padding: 15px 12px;
  }
  /* line 157, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block.account-forgot form .block-content .form-list li {
    margin: 86px 0 0;
  }
  /* line 169, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block.account-create form .block-content .fieldset .legend {
    font-size: 27px;
    margin: 64px 0 0;
  }
  /* line 175, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block.account-create form .block-content .form-list li {
    margin: 15px 0 0;
  }
  /* line 178, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block.account-create form .block-content .form-list li.fields.newsletter {
    margin: 90px 0 12px;
  }
  /* line 180, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block.account-create form .block-content .form-list li.fields.newsletter label {
    font-size: 32px;
  }
  /* line 182, ../sass/resolution/768x320/_topmenu.scss */
  html .active-aside-nav .header-login-block.account-create form .block-content .form-list li.fields.newsletter label span {
    margin: -5px 16px 0 0;
  }
}
@media (max-width: 544px) {
  /* line 199, ../sass/resolution/768x320/_topmenu.scss */
  html .level1 {
    display: none;
  }
  /* line 202, ../sass/resolution/768x320/_topmenu.scss */
  html .nav-mobile-menu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 3, ../sass/resolution/768x320/_header.scss */
  html .mobile-fix {
    margin-top: 80px !important;
  }
  /* line 6, ../sass/resolution/768x320/_header.scss */
  html #newsletter-popup {
    display: none;
  }
  /* line 9, ../sass/resolution/768x320/_header.scss */
  html home-slider {
    margin-top: 50px;
    width: 100%;
  }
  /* line 13, ../sass/resolution/768x320/_header.scss */
  html .home-slider img {
    max-width: 100%;
    height: 60vh !important;
  }
  /* line 18, ../sass/resolution/768x320/_header.scss */
  html .free-shipping-fix-nobg {
    position: relative;
    width: 100%;
    font-size: 10px;
    text-align: center;
    line-height: 11px;
    text-transform: uppercase !important;
    background: #f0f0f0;
    margin: 0;
    padding: 7px 0;
    z-index: 321;
  }
  /* line 33, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .mobile-menu {
    top: 21px;
    left: 35px;
  }
  /* line 37, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .mobile-cart {
    top: 20px;
    right: 35px;
  }
  /* line 41, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .logo {
    width: 70%;
    margin: 15px auto 20px auto;
  }
  /* line 44, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .logo img {
    max-width: 100%;
  }
  /* line 48, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .logo-fix {
    margin: 10px auto 0 auto !important;
  }
  /* line 51, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .back-to-top {
    font-size: 18px;
    margin: 16px auto;
  }
  /* line 56, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .top-container .block-cart {
    right: 3px;
    width: 314px;
  }
  /* line 62, ../sass/resolution/768x320/_header.scss */
  html .container.head {
    padding: 0;
    position: fixed !important;
    top: 0px !important;
    height: auto;
    border: 0px solid red;
  }
}
@media (max-width: 485px) {
  /* line 76, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .logo {
    width: 60%;
    margin: 0px auto 0px auto !important;
  }
  /* line 79, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .logo img {
    max-width: 100%;
  }
  /* line 83, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .mobile-menu {
    top: 22px;
    left: 10px;
  }
  /* line 87, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .mobile-cart {
    top: 18px;
    right: 10px;
  }
}
@media (max-width: 415px) {
  /* line 99, ../sass/resolution/768x320/_header.scss */
  html .free-shipping-fix-nobg {
    position: relative;
    width: 100%;
    font-size: 10px;
    text-align: center;
    line-height: 11px;
    text-transform: uppercase !important;
    background: #f0f0f0;
    margin: 0;
    padding: 7px 15px;
    z-index: 321;
  }
  /* line 114, ../sass/resolution/768x320/_header.scss */
  html header[role=banner] .logo-block .logo {
    width: 60%;
  }
}
@media (max-width: 767px) {
  /* line 3, ../sass/resolution/768x320/_footer.scss */
  html .fa {
    font-size: 18px;
  }
  /* line 6, ../sass/resolution/768x320/_footer.scss */
  html .new-space {
    margin-top: 30px;
  }
  /* line 10, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] {
    padding: 0 20px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 19, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .footer-block {
    margin-bottom: 5px;
  }
  /* line 22, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .payment-logo-icons {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  /* line 26, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .block-subscribe {
    display: block !important;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    max-width: 458px;
    position: relative;
    left: 0;
    width: auto;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 36, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .block-subscribe .validation-advice {
    font-size: 16px;
  }
  /* line 39, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .block-subscribe .newsletter-close {
    display: none;
  }
  /* line 42, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] > ul {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: block;
    text-align: center;
    margin: 30px 0;
  }
  /* line 47, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] > ul li {
    margin: 0 0 16px;
    display: block;
  }
  /* line 50, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] > ul li a {
    line-height: 20px;
    font-size: 12px;
    color: #000;
  }
  /* line 55, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] > ul li.privacy {
    display: none;
  }
  /* line 60, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .mobile-footer-link {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    display: block;
  }
  /* line 63, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .mobile-footer-link a {
    line-height: 50px;
    font-size: 14px;
    color: #000;
  }
  /* line 69, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .social_block {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
  }
  /* line 75, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .social_block .social-icons ul li {
    margin: 0 12px;
    font-size: 35px;
  }
  /* line 84, ../sass/resolution/768x320/_footer.scss */
  html .form-subscribe-header h2 {
    font-size: 20px;
    font-weight: bold;
  }
  /* line 85, ../sass/resolution/768x320/_footer.scss */
  html .form-subscribe-header p {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  /* line 95, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .social_block .social-icons ul li {
    margin: 0 6px;
  }
  /* line 102, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .mobile-footer-link a {
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  /* line 113, ../sass/resolution/768x320/_footer.scss */
  html footer[role=contentinfo] .block-subscribe {
    max-width: none;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/resolution/768x320/_account.scss */
  .account-pages.customer-account-edit .form-list .customer-name-middlename .name-firstname, .account-pages.customer-account-edit .form-list .customer-name-middlename .name-lastname, .account-pages.customer-account-edit .form-list .customer-name-middlename .name-middlename, .account-pages.customer-address-form .form-list .customer-name-middlename .name-firstname, .account-pages.customer-address-form .form-list .customer-name-middlename .name-lastname, .account-pages.customer-address-form .form-list .customer-name-middlename .name-middlename {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  /* line 16, ../sass/resolution/768x320/_account.scss */
  .account-pages.customer-account-edit #form-validate .form-list .fields .field, .account-pages.customer-address-form #form-validate .form-list .fields .field {
    width: 100%;
    padding: 0 0 10px;
  }
  /* line 25, ../sass/resolution/768x320/_account.scss */
  .account-pages div[role=main] .page-title {
    text-align: center;
  }
  /* line 27, ../sass/resolution/768x320/_account.scss */
  .account-pages div[role=main] .page-title h1, .account-pages div[role=main] .page-title.title-buttons h1 {
    float: none;
    margin: 5px 0 10px;
  }
  /* line 33, ../sass/resolution/768x320/_account.scss */
  .account-pages .order-history-wrapper {
    overflow: auto;
  }
  /* line 36, ../sass/resolution/768x320/_account.scss */
  .account-pages .box-account {
    overflow-y: auto;
    overflow-x: auto;
  }
  /* line 44, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist #wishlist-table {
    border: 0;
  }
  /* line 47, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist #wishlist-table td, .account-pages .my-wishlist #wishlist-table thead, .account-pages .my-wishlist #wishlist-table tbody {
    border: 0;
    background: none;
  }
  /* line 52, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist #wishlist-table thead {
    display: none;
  }
  /* line 60, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist #wishlist-table tbody tr td, .account-pages .my-wishlist #wishlist-table tbody tr td:nth-child(odd), .account-pages .my-wishlist #wishlist-table tbody tr td:nth-child(even) {
    width: 100%;
    float: left;
    text-align: center;
  }
  /* line 70, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist #wishlist-table tr {
    border: 1px solid #000;
    float: left;
    margin: 0 0 10px 0;
  }
  /* line 78, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist .wishlist-item {
    width: 216px !important;
  }
  /* line 82, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist .add-to-cart-alt {
    float: left;
    width: 100%;
  }
  /* line 86, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist .add-to-cart-alt input {
    width: 20%;
  }
  /* line 90, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist .add-to-cart-alt button {
    margin: 0 0 15px;
    float: left;
    clear: both;
    width: 100%;
  }
  /* line 99, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist .united-edit {
    float: left;
    clear: both;
    width: 100%;
  }
  /* line 105, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist p.availability {
    bottom: auto;
    right: 0;
    width: auto;
  }
  /* line 111, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist .small-united-btn span {
    padding: 7px 10px;
  }
  /* line 115, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist .buttons-set {
    text-align: center;
  }
  /* line 118, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist .buttons-set button.button {
    float: none;
    margin: 0 0 10px 0;
  }
  /* line 125, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist .btn-remove.btn-remove2 {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font: 15px "Helvetica Neue Light", Arial, sans-serif;
    color: #000;
    padding: 7px 10px;
    display: block;
  }
  /* line 135, ../sass/resolution/768x320/_account.scss */
  .account-pages .my-wishlist .btn-remove.btn-remove2:after {
    content: none;
  }
  /* line 143, ../sass/resolution/768x320/_account.scss */
  .account-pages #acp-product-options {
    width: 80% !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0;
    margin: auto;
  }

  /* line 154, ../sass/resolution/768x320/_account.scss */
  .customer-address-form form li.address-1 label.translated, .customer-address-form form li.address-2 label, .customer-address-form form li.address-3 label, .customer-account-create form li.address-1 label.translated, .customer-account-create form li.address-2 label, .customer-account-create form li.address-3 label {
    display: none;
  }

  /* line 159, ../sass/resolution/768x320/_account.scss */
  .customer-address-form form[rel=nl] label.generic,
  .customer-account-create form[rel=nl] label.generic {
    display: none;
  }
  /* line 160, ../sass/resolution/768x320/_account.scss */
  .customer-address-form form[rel=nl] label.translated,
  .customer-account-create form[rel=nl] label.translated {
    display: block !important;
  }
  /* line 161, ../sass/resolution/768x320/_account.scss */
  .customer-address-form form[rel=nl] li.address-1,
  .customer-account-create form[rel=nl] li.address-1 {
    float: left;
    width: 50%;
    padding-right: 7px;
    margin-right: 3px;
  }
  /* line 162, ../sass/resolution/768x320/_account.scss */
  .customer-address-form form[rel=nl] li.address-2,
  .customer-account-create form[rel=nl] li.address-2 {
    float: left;
    width: 24%;
    padding-right: 7px;
  }
  /* line 163, ../sass/resolution/768x320/_account.scss */
  .customer-address-form form[rel=nl] li.address-3,
  .customer-account-create form[rel=nl] li.address-3 {
    float: right;
    width: 24%;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/resolution/768x320/_login.scss */
  .customer-account-login .layout.layout-1-col div[role=main] .account-login .content {
    min-height: 0;
  }
  /* line 10, ../sass/resolution/768x320/_login.scss */
  .customer-account-login .layout.layout-1-col div[role=main] .registered-users {
    padding-top: 15px;
  }
}
@media (max-width: 440px) {
  /* line 22, ../sass/resolution/768x320/_login.scss */
  .customer-account-changeforgotten .layout.layout-1-col div[role=main] .form-list .field {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 400px) {
  /* line 35, ../sass/resolution/768x320/_login.scss */
  html .customer-account-login .layout.layout-1-col div[role=main] {
    margin: 0 0 40px;
  }
  /* line 38, ../sass/resolution/768x320/_login.scss */
  html .customer-account-login .layout.layout-1-col div[role=main] .buttons-set button.button, html .customer-account-login .layout.layout-1-col div[role=main] .buttons-set a {
    padding: 4px;
  }
  /* line 44, ../sass/resolution/768x320/_login.scss */
  html .customer-account-login .layout.layout-1-col div[role=main] .registered-users .buttons-set button.button {
    padding: 3px;
    margin: 0;
  }
}
@media (max-width: 400px) {
  /* line 5, ../sass/resolution/768x320/_forgot-password.scss */
  html .customer-account-forgotpassword .layout.layout-1-col div[role=main] {
    margin: 0 0 40px;
  }
  /* line 8, ../sass/resolution/768x320/_forgot-password.scss */
  html .customer-account-forgotpassword .layout.layout-1-col div[role=main] .buttons-set a {
    padding: 4px;
  }
  /* line 11, ../sass/resolution/768x320/_forgot-password.scss */
  html .customer-account-forgotpassword .layout.layout-1-col div[role=main] .buttons-set button.button {
    padding: 5px 5px 5px;
  }
}
@media (max-width: 600px) {
  /* line 8, ../sass/resolution/768x320/_register.scss */
  html .customer-account-create .layout.layout-1-col div[role=main] .form-list li .field {
    width: 100%;
    padding: 0;
  }
  /* line 12, ../sass/resolution/768x320/_register.scss */
  html .customer-account-create .layout.layout-1-col div[role=main] .form-list li .field .input-box input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 3, ../sass/resolution/768x320/_magazine-page.scss */
  .cms-magazine-page .container, .blog-index-list .container {
    padding: 0;
  }
  /* line 7, ../sass/resolution/768x320/_magazine-page.scss */
  .cms-magazine-page .masonry-wrapper .grid-sizer, .blog-index-list .masonry-wrapper .grid-sizer {
    width: 100%;
    padding: 20px 0;
    margin: 0.5% 0 5%;
  }
  /* line 11, ../sass/resolution/768x320/_magazine-page.scss */
  .cms-magazine-page .masonry-wrapper .grid-item-wrapper, .blog-index-list .masonry-wrapper .grid-item-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1.5%;
    margin-left: 0;
  }

  /* line 18, ../sass/resolution/768x320/_magazine-page.scss */
  .blog-post-view .postContent {
    min-height: 150px;
  }
  /* line 20, ../sass/resolution/768x320/_magazine-page.scss */
  .blog-post-view .postContent img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 666px) {
  /* line 4, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block {
    padding: 30px 15px;
  }
  /* line 7, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block .page-title .login-title {
    font-size: 26px;
  }
  /* line 14, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block form .block-content .form-list label {
    font-size: 18px;
    margin-bottom: 6px;
  }
  /* line 19, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block form .block-content .registered-users {
    margin: 62px 0 30px !important;
  }
  /* line 24, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block form .remember label {
    font-size: 18px;
  }
  /* line 29, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block form .buttons-set .popup-forgot {
    font-size: 18px;
  }
  /* line 32, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block form .buttons-set .btn-login {
    margin: 20px 0 0;
    padding: 15px 12px;
    font-size: 20px;
  }
  /* line 39, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block .login-with {
    height: auto;
  }
  /* line 41, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block .login-with p {
    margin: 3px 0 10px;
    font-size: 26px;
    float: left;
    width: 100%;
    text-align: center;
  }
  /* line 48, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block .login-with ul {
    width: 240px;
    position: relative;
  }
  /* line 53, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block .create-account, html body .header-login-block .back-link-login {
    margin: 15px 0 0;
  }
  /* line 55, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block .create-account a, html body .header-login-block .back-link-login a {
    font-size: inherit;
  }
  /* line 62, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block.search-mobile .page-title .login-title .fa-search {
    font-size: 35px;
  }
  /* line 71, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block.search-mobile #search_mini_form_mobile .form-search #search_autocomplete_mobile ul li {
    font-size: 25px;
  }
  /* line 85, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block form .block-content .form-list li {
    margin: 18px 0 0;
  }
  /* line 92, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block .page-title .back-link-login {
    top: 26px;
    left: 15px;
  }
  /* line 97, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block .close-header-login {
    top: 26px;
    right: 15px;
  }
  /* line 105, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-create form .block-content .fieldset .legend {
    font-size: 19px;
    margin: 50px 0 0;
  }
  /* line 113, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-create form .block-content .form-list li.fields.newsletter {
    margin: 45px 0 12px;
  }
  /* line 115, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-create form .block-content .form-list li.fields.newsletter label {
    font-size: 14px;
  }
  /* line 122, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-create form .block-content .form-list li.fields .genderbox-inputs .radio-field label span {
    margin: -4px 4px 0 0;
  }
  /* line 137, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-forgot .page-title.mobile .login-title {
    width: 68%;
    font-size: 26px;
    line-height: 35px;
  }
  /* line 145, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-forgot form .block-content {
    margin: 60px 0 0;
  }
  /* line 148, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-forgot form .block-content .fieldset > p {
    font-size: 18px;
  }
  /* line 153, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-forgot form .block-content .form-list li {
    margin: 26px 0 0;
  }
  /* line 159, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-forgot form .buttons-set .btn-login {
    margin: 20px 0;
  }
  /* line 164, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-forgot .back-link-login {
    margin: 20px 0 0;
  }
  /* line 168, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-forgot .page-title .back-link-login {
    margin: 0;
  }
  /* line 176, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-create .back-link-login a, html body.active-aside-nav .header-login-block.account-forgot .back-link-login a {
    font-size: 18px;
    line-height: 36px;
  }
  /* line 185, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .login-socialconnect {
    width: 100%;
    display: inline-block;
  }
  /* line 188, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .login-socialconnect div {
    text-align: center;
    margin-top: 10px;
    width: 161px;
    float: left;
    clear: both;
  }
  /* line 194, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .login-socialconnect div p {
    text-transform: uppercase;
  }
  /* line 198, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .login-socialconnect div ul li {
    float: left;
    border: 1px solid #000;
    height: 30px;
    width: 78px;
    line-height: 22px;
  }
  /* line 204, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .login-socialconnect div ul li:first-child {
    margin-right: 5px;
  }
  /* line 207, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .login-socialconnect div ul li a {
    width: 100%;
    display: inline-block;
    height: 100%;
  }
  /* line 213, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .login-socialconnect div ul li i.fa {
    color: #fff;
    background: #000;
    width: 22px;
    height: 22px;
  }
  /* line 222, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .login-socialconnect div ul li.fb-login i.fa {
    font-size: 19px;
    padding: 5px 5px 0;
    margin-top: 3px;
  }
  /* line 231, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .login-socialconnect div ul li.tw-login i.fa {
    font-size: 15px;
    padding: 4px 5px;
    margin-top: 3px;
  }
}
@media (max-width: 600px) {
  /* line 252, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block .page-title .back-link-login {
    top: 37px;
  }
  /* line 256, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block .close-header-login {
    top: 37px;
  }
  /* line 264, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body.active-aside-nav .header-login-block.account-create form .block-content .form-list li.fields.newsletter label {
    font-size: 14px;
  }
  /* line 278, ../sass/resolution/768x320/_popup-login-logout.scss */
  html body .header-login-block.search-mobile .page-title .login-title .fa-search {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../sass/resolution/768x320/_product-view.scss */
  html #size-guide-select {
    width: 65%;
    padding: 0 0 15px 0;
    font-size: 16px;
  }
  /* line 10, ../sass/resolution/768x320/_product-view.scss */
  html .sizePopUpCMSBlock {
    width: 320px !important;
    margin: 0 !important;
  }
  /* line 15, ../sass/resolution/768x320/_product-view.scss */
  html .sizeIMGContent {
    display: none;
  }
  /* line 19, ../sass/resolution/768x320/_product-view.scss */
  html .sizeIMGContentBottom {
    display: block;
  }
  /* line 22, ../sass/resolution/768x320/_product-view.scss */
  html .tableSize {
    margin: 0px !important;
  }
  /* line 26, ../sass/resolution/768x320/_product-view.scss */
  html .block-sizeguide {
    width: 320px;
  }
  /* line 31, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .btn-cart {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 41, ../sass/resolution/768x320/_product-view.scss */
  html .left-cell, html .right-cell {
    font-size: 12px;
    text-transform: uppercase;
  }
  /* line 46, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-essential {
    padding: 0 0 20px;
    margin-top: 0;
  }
  /* line 50, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-img-box {
    width: 100%;
  }
  /* line 53, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop {
    padding: 30px 15px;
    width: 100%;
  }
  /* line 56, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-name {
    padding: 0 0 18px;
  }
  /* line 58, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-name h1 {
    font-size: 16px;
    text-transform: uppercase;
  }
  /* line 63, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .price-box {
    margin: 0 0 33px;
  }
  /* line 65, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .price-box .price, html .product-view .product-shop .price-box .regular-price {
    font-size: 16px;
    text-transform: uppercase;
  }
  /* line 70, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-options {
    padding: 8px 0 27px;
  }
  /* line 74, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-options dl dt label {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Helvetica Regular", Arial;
  }
  /* line 80, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-options dl dd {
    padding: 1px 0 69px 15px;
  }
  /* line 83, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-options dl dd .configurable-swatch-list li {
    padding: 5px;
    margin: 0 5px 0 0;
  }
  /* line 86, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-options dl dd .configurable-swatch-list li span.swatch-label {
    font-size: 14px;
    text-transform: uppercase;
  }
  /* line 89, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-options dl dd .configurable-swatch-list li span.swatch-label img {
    width: 100px !important;
    height: 25px !important;
  }
  /* line 96, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-options dl dd .validation-advice {
    font-size: 16px;
  }
  /* line 100, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-options dl dd.size .validation-advice {
    position: relative;
    top: -10px !important;
    left: 80px;
    width: 200px;
  }
  /* line 110, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-options-bottom {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
  }
  /* line 116, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop .product-options-bottom .add-to-cart .btn-cart span {
    font-size: 13px;
    padding: 8px;
  }
  /* line 126, ../sass/resolution/768x320/_product-view.scss */
  html .product-page-info .panel-group {
    margin-bottom: 5px;
  }
  /* line 130, ../sass/resolution/768x320/_product-view.scss */
  html .product-page-info .panel-default > .panel-heading {
    margin: 0 0 14px;
  }
  /* line 133, ../sass/resolution/768x320/_product-view.scss */
  html .product-page-info .panel-default > .panel-heading .panel-title a {
    font-size: 18px;
  }
  /* line 135, ../sass/resolution/768x320/_product-view.scss */
  html .product-page-info .panel-default > .panel-heading .panel-title a:before {
    font-size: 18px;
    width: 20px;
  }
  /* line 152, ../sass/resolution/768x320/_product-view.scss */
  html .product-page-info .panel-default .panel-collapse .panel-body {
    padding: 0 0 24px 25px;
    font-size: 13px;
    line-height: 17px;
  }
  /* line 157, ../sass/resolution/768x320/_product-view.scss */
  html .product-page-info .panel-default .panel-collapse .panel-body .addthis_toolbox .addthis_button_facebook_like {
    margin: -4px 0 0 0;
  }
  /* line 167, ../sass/resolution/768x320/_product-view.scss */
  html .catalog-product-view .products-grid {
    padding: 0 40px;
  }
  /* line 169, ../sass/resolution/768x320/_product-view.scss */
  html .catalog-product-view .products-grid .item {
    width: 50%;
    margin: 0 0 30px;
  }
  /* line 175, ../sass/resolution/768x320/_product-view.scss */
  html .catalog-product-view .products-grid.products-block li .product-info {
    bottom: 50px;
    opacity: 1;
  }
  /* line 178, ../sass/resolution/768x320/_product-view.scss */
  html .catalog-product-view .products-grid.products-block li .product-info .product-name {
    padding: 0 0 8px 0;
  }
  /* line 181, ../sass/resolution/768x320/_product-view.scss */
  html .catalog-product-view .products-grid.products-block li .product-info .product-name a {
    font-size: 21px;
  }
  /* line 187, ../sass/resolution/768x320/_product-view.scss */
  html .catalog-product-view .products-grid.products-block li .product-info * {
    font-size: 21px;
  }
  /* line 194, ../sass/resolution/768x320/_product-view.scss */
  html .catalog-product-view #acp-product-options, html .catalog-product-view #ajaxcartpro-add-confirm, html .catalog-product-view #ajaxcartpro-remove-confirm, html .catalog-product-view #ajaxcartpro-progress {
    min-width: 0;
  }
}
@media (max-width: 435px) {
  /* line 203, ../sass/resolution/768x320/_product-view.scss */
  html .product-view .product-shop {
    padding: 30px 15px;
  }
  /* line 211, ../sass/resolution/768x320/_product-view.scss */
  html .product-page-info .panel-default > .panel-heading .panel-title a {
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
  }
  /* line 215, ../sass/resolution/768x320/_product-view.scss */
  html .product-page-info .panel-default > .panel-heading .panel-title a:before {
    font-size: 11px;
  }
  /* line 233, ../sass/resolution/768x320/_product-view.scss */
  html .catalog-product-view .products-grid {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 6, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile ul li {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0 0 45px;
  }
  /* line 11, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile ul li .amount {
    display: none;
  }

  /* line 18, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile dt {
    display: none !important;
  }

  /* line 23, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile dd {
    text-align: left !important;
    font-size: 14px !important;
    padding: 10px !important;
  }

  /* line 29, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile dd.products-list {
    clear: both !important;
    overflow: hidden;
    margin: 0px !important;
  }

  /* line 34, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile dd.showmore {
    text-align: center !important;
    padding: 30px 0 0 0 !important;
  }

  /* line 39, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile dl dd .product-image-box {
    margin-right: 10px !important;
    float: left !important;
  }

  /* line 44, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile .products-list .product-shop {
    line-height: 45px !important;
    margin-left: 0px !important;
    float: left !important;
    padding: 29px 0 0 1px;
  }

  /* line 51, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile .products-list .product-shop .product-primary {
    float: left;
    line-height: 45px !important;
    height: 45px !important;
    font-size: 14px !important;
  }

  /* line 58, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile .products-list .product-shop .product-primary .product-name {
    line-height: 45px !important;
    height: 45px !important;
    margin-right: 10px;
    font-size: 14px !important;
  }

  /* line 65, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile .products-list .product-shop .product-secondary {
    float: left;
    line-height: 45px !important;
  }

  /* line 70, ../sass/resolution/768x320/_catalogsearch.scss */
  #search_autocomplete_mobile .products-list .product-shop .product-secondary .price {
    color: #000 !important;
  }
}
@media (max-width: 600px) {
  /* line 3, ../sass/resolution/768x320/_countryswitcher.scss */
  body #cs-dialog {
    width: auto;
    height: auto;
    min-width: 310px;
    margin: 0 auto;
    transform: translateY(-50%) translateX(-50%);
  }
  /* line 9, ../sass/resolution/768x320/_countryswitcher.scss */
  body #cs-dialog label {
    float: none;
  }
  /* line 12, ../sass/resolution/768x320/_countryswitcher.scss */
  body #cs-dialog .select-wrapper.selected {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 17, ../sass/resolution/768x320/_countryswitcher.scss */
  body #cs-dialog button#setCountryBttn {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 22, ../sass/resolution/768x320/_countryswitcher.scss */
  body #cs-dialog .note {
    position: relative;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  /* line 2, ../sass/resolution/768x320/_storelocator.scss */
  .unstore-container {
    display: none;
  }

  /* line 4, ../sass/resolution/768x320/_storelocator.scss */
  .cms-store-locator .page-title {
    display: none !important;
  }
  /* line 5, ../sass/resolution/768x320/_storelocator.scss */
  .cms-store-locator .layout-1-col {
    padding: 0 0 0 10px;
  }
  /* line 7, ../sass/resolution/768x320/_storelocator.scss */
  .cms-store-locator .loading h4 span:after {
    position: absolute;
    top: -5px;
  }

  /* line 14, ../sass/resolution/768x320/_storelocator.scss */
  #storelocator-directory {
    font-size: 18px;
  }
  /* line 16, ../sass/resolution/768x320/_storelocator.scss */
  #storelocator-directory h4, #storelocator-directory li, #storelocator-directory #locationdetails {
    text-align: center;
  }
  /* line 17, ../sass/resolution/768x320/_storelocator.scss */
  #storelocator-directory .col-lg-4, #storelocator-directory .col-md-4, #storelocator-directory .col-sm-12, #storelocator-directory .col-xs-12 {
    margin-bottom: 15px;
  }
  /* line 20, ../sass/resolution/768x320/_storelocator.scss */
  #storelocator-directory .openingtimes {
    margin: 0 auto;
  }
}
/* extension */

/*# sourceMappingURL=main.css.map */
