<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**!
 * Turenki 2.0 theme
 * Copyright (c) 2017 Pulse247 Oy
 */
/* Insert your custom CSS here */
/*!
 *  Font Awesome 4.5.0 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("../vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.5.0") format("embedded-opentype"), url("../vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.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 */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.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); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

h1, h2, .LogoLink, h3, table caption, h4, h5, .LiveSearchTitle, #OrderProductsTable .ProductName, .SearchFilterTitle, h6, p, form, table,
hr, dl, ol, ul, .GroupLabel, .FormItem, .Notification, .GroupErrorMessage,
.FormNotification, #OrderStatus, .Banner-Body, .Banner-Side, .MiniCart-Checkout, .SimpleNavigation, .SideNavigation, #CurrentProductImage, .SearchFilter {
  margin: 0 0 20px; }

html {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

input[type='search'] {
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

fieldset {
  border: 0;
  padding: 0; }

fieldset &gt; :last-child {
  margin-bottom: 0; }

a, button {
  cursor: pointer; }

[disabled] {
  opacity: 0.5; }

select::-ms-expand {
  display: none; }

body {
  background-color: #f0f0ed; }

audio, canvas, img, progress, video {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

a {
  color: #5a5a5a; }

a:hover {
  color: #77aa00; }

a {
  transition-duration: 0.15s; }

ul, ol {
  list-style-position: inside;
  padding: 0; }

a {
line-height: 2.7;
}




.CompactDl dd + dt:before, #OrderStatus dd + dt:before {
  clear: both;
  content: '';
  display: block;
  height: 5px; }

table {
  border: 1px solid #e4e4df;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }

table caption {
  text-align: left; }

table th,
table td {
  background-color: #fafafa;
  border-bottom: 1px solid #e4e4df;
  padding: 10px 15px;
  vertical-align: top; }

table th &gt; :last-child,
table td &gt; :last-child {
  margin-bottom: 0; }

table tbody th,
table tbody td {
  background-color: #ffffff; }

hr {
  background-color: #e4e4df;
  border: 0;
  display: block;
  height: 1px;
  margin: 40px 0; }

body {
  color: #5a5a5a;
  font: 18px/24px "Lato", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

button, input, select, textarea {
  color: inherit;
  font: inherit; }

blockquote {
  border-left: 5px solid #e11d5b;
  font-size: 25px;
  margin-left: 0;
  padding-left: 15px; }

strong {
  font-weight: 600; }

h1, .H1, h2, .LogoLink, .H2, h3, table caption, .H3, h4, .H4, h5, .LiveSearchTitle, #OrderProductsTable .ProductName, .SearchFilterTitle, .H5,
h6, .H6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin: 40px 0 20px;
  color: #222222; }
  h1:first-child, .H1:first-child, h2:first-child, .LogoLink:first-child, .H2:first-child, h3:first-child, table caption:first-child, .H3:first-child, h4:first-child, .H4:first-child, h5:first-child, .LiveSearchTitle:first-child, #OrderProductsTable .ProductName:first-child, .SearchFilterTitle:first-child, .H5:first-child,
  h6:first-child, .H6:first-child {
    margin-top: 0; }

h1, .H1 {
  font-size: 35px;
  line-height: 35px; }

h2, .LogoLink, .H2 {
  font-size: 21px;
  line-height: 25px; }

h3, table caption, .H3 {
  font-size: 18px;
  line-height: 25px; }

h4, .H4 {
  font-size: 16px;
  line-height: 25px; }

h5, .LiveSearchTitle, #OrderProductsTable .ProductName, .SearchFilterTitle, .H5,
h6, .H6 {
  font-size: 14px;
  line-height: 25px; }

.Text-Left {
  text-align: left; }

.Text-Center {
  text-align: center; }

.Text-Right {
  text-align: right; }

.Text-Small {
  font-size: 12px; }

.Text-Large {
  font-size: 25px; }

.Text-Accent {
  color: #e11d5b; }

.Text-Truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

input, select, textarea {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fefefe;
  border: 1px solid #e4e4df;
  border-radius: 3px;
  color: #5a5a5a;
  display: inline-block;
  height: 38px;
  max-width: 400px;
  padding: 6px 12px;
  transition-duration: 0.3s;
  vertical-align: middle; }

[type='checkbox'], [type='radio'] {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  display: inline-block !important;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 500px;
  width: auto; }

[type='checkbox'], [type='radio'] {
  all: revert;
  margin: 0 5px 0 0;
  vertical-align: middle; }

textarea {
  height: auto;
	min-height: 200px;
  resize: none;
width: 100%;
max-width: 500px;}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fefefe url("../images/angle-down-dark.png") top 50% right 14px no-repeat;
  background-size: 12px 12px;
  color: #5a5a5a;
  cursor: pointer;
  height: 38px;
  padding-right: 35px; }

select::-ms-expand {
  display: none; }

@media screen and (max-width: 800px) {
  input, select, textarea {
    display: block;
    margin: 0;
    width: 100%;
	max-width: 400px} }

label, .label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px; }

label {
  cursor: pointer; }

.GroupLabel {
  border-bottom: 1px solid #e4e4df;
  display: block;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px; }

.Button, form button, #OrderDocuments a {
  background: #f5f5f5;
  border: none;
  border-radius: 200px;
  color: #5a5a5a !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  padding: 6px 15px;
  height: 38px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.15s;
  vertical-align: middle; }

.Button:hover, form button:hover, #OrderDocuments a:hover {
  background-color: #fbfbfb;
  color: #5a5a5a !important; }

.Button:active, form button:active, #OrderDocuments a:active,
.Button.Active,
form button.Active,
#OrderDocuments a.Active {
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #efefef; }

.Button-Primary, form [type='submit'],
.SubmitButton, #OrderDocuments a {
  background-color: #77aa00;
  border-color: #537700;
  color: #fefefe !important; }

.Button-Primary:hover, form [type='submit']:hover,
.SubmitButton:hover, #OrderDocuments a:hover {
  background-color: #80b700;
  color: #fefefe !important; }

.Button-Primary:active, form [type='submit']:active,
.SubmitButton:active, #OrderDocuments a:active,
.Button-Primary.Active,
form .Active[type='submit'],
.Active.SubmitButton,
#OrderDocuments a.Active {
  background-color: #6e9d00; }

.Button-Block, .Buttons-Block .Button, .Buttons-Block form button, form .Buttons-Block button, .Buttons-Block #OrderDocuments a, #OrderDocuments .Buttons-Block a {
  display: block;
  text-align: center;
  width: 100%; }

.Buttons-Block .Button + .Button, .Buttons-Block form button + .Button, form .Buttons-Block button + .Button, .Buttons-Block #OrderDocuments a + .Button, #OrderDocuments .Buttons-Block a + .Button, .Buttons-Block form .Button + button, form .Buttons-Block .Button + button, .Buttons-Block form button + button, form .Buttons-Block button + button, .Buttons-Block #OrderDocuments form a + button, form .Buttons-Block #OrderDocuments a + button, #OrderDocuments .Buttons-Block form a + button, form #OrderDocuments .Buttons-Block a + button, .Buttons-Block #OrderDocuments .Button + a, #OrderDocuments .Buttons-Block .Button + a, .Buttons-Block form #OrderDocuments button + a, #OrderDocuments .Buttons-Block form button + a, form .Buttons-Block #OrderDocuments button + a, #OrderDocuments form .Buttons-Block button + a, .Buttons-Block #OrderDocuments a + a, #OrderDocuments .Buttons-Block a + a {
  margin-top: 5px; }

.ShippingMethodWrapper,
.PaymentMethodWrapper {
  background-color: #fafafa;
  border: 1px solid #e4e4df;
  padding: 10px 15px; }

.ShippingMethodWrapper + .ShippingMethodWrapper,
.PaymentMethodWrapper + .PaymentMethodWrapper {
  margin-top: -1px; }

.ShippingMethodWrapper:first-child,
.PaymentMethodWrapper:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.ShippingMethodWrapper:last-child,
.PaymentMethodWrapper:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.ShippingMethodWrapper &gt; label,
.PaymentMethodWrapper &gt; label {
  margin-bottom: 0; }

.DefineShippingMethod {
  margin-top: 10px; }

.FormError {
  color: #dd3333;
  position: relative; }

.FormError &gt; input,
.FormError &gt; select,
.FormError &gt; textarea {
 
  border-color: #5a5a5a !important; }

.FormErrorMessage {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  color: #dd3333;
  display: block;
  margin: 0;
  opacity: 1;
  position: absolute;
  width: 100%; }

@media screen and (max-width: 600px) {
  .FormErrorMessage {
    font-size: 12px;
    opacity: 1;
    position: static; } }

.FormItem:last-child {
  margin-bottom: 0; }

.FormItem .InlineCheck {
  display: inline-block;
  font-weight: normal;
  margin: 0 0 0 10px; }

.FormItem .Checks:last-child {
  margin-bottom: 0; }

.FormSubmit {
  margin-top: 20px; }

.GroupItem {
  margin-bottom: 0; }

.GroupItem &gt; div {
  display: inline-block;
  margin: 0 10px 20px 0;
  vertical-align: bottom; }

.GroupItem.required &gt; label:after {
  content: ' *'; }

@media screen and (max-width: 800px) {
  .FormItem .InlineCheck {
    display: block;
    margin: 10px 0 0; }
  .GroupItem &gt; div {
    display: block;
    margin-right: 0; } }

.Checks {
  margin-bottom: 20px; }

.Checks label {
  font-weight: normal;
  margin: 0; }

.Checks &gt; label {
  margin-top: 5px; }

.Checks &gt; label:first-child {
  margin-top: 0; }

.CheckWrap .FormHelp {
  margin: 0 0 0 25px; }

.FormHelp {
  font-size: 12px;
  margin: 5px 0 0; }

.FormAltAction {
  display: inline-block;
  margin-left: 5px; }

.InputGroup, .CompactForm .FormItem, .CampaignCodeForm .FormItem, #SearchForm .FormItem {
  width: 100%; }
  .InputGroup:before, .CompactForm .FormItem:before, .CampaignCodeForm .FormItem:before, #SearchForm .FormItem:before, .InputGroup:after, .CompactForm .FormItem:after, .CampaignCodeForm .FormItem:after, #SearchForm .FormItem:after {
    content: ' ';
    display: table; }
  .InputGroup:after, .CompactForm .FormItem:after, .CampaignCodeForm .FormItem:after, #SearchForm .FormItem:after {
    clear: both; }

.InputGroup &gt; input, .CompactForm .FormItem &gt; input, .CampaignCodeForm .FormItem &gt; input, #SearchForm .FormItem &gt; input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  float: left;
  margin-right: 0;
  width: 70%; }

.InputGroup &gt; button, .CompactForm .FormItem &gt; button, .CampaignCodeForm .FormItem &gt; button, #SearchForm .FormItem &gt; button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  float: left;
  width: 30%; }

@media screen and (max-width: 800px) {
  .CompactForm, .CampaignCodeForm {
    display: block; } }

.BuyForm {
  margin: 0; }

.BuyForm [type='submit']:before {
  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;
  content: "";
  margin-right: 0.5em; }

.BuyForm .BuyFormQuantity {
  float: left;
  margin: 0 15px 0 0; }

.BuyForm .BuyFormQuantity label {
  display: none; }

.BuyForm .FormSubmit {
  margin: 0; }

#SearchForm {
  margin-bottom: 0; }

#SearchForm label {
  display: none; }

#SearchForm #SearchInput {
  width: calc(100% - 50px); }

#SearchForm #SearchButton {
  font-size: 0;
  width: 50px; }
  #SearchForm #SearchButton:before {
    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;
    content: "";
    font-size: 18px;
    vertical-align: middle; }

.PaginationForm label {
  display: inline-block;
  margin-right: 5px; }

.CampaignCodeForm {
  background-color: #fafafa;
  border: 1px solid #e4e4df;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 15px; }

.CampaignCodeForm form {
  margin-bottom: 0; }

.CampaignCodeForm input[type='hidden'] + button {
  float: none;
  width: 100%; }

.CampaignCodeForm .label {
  margin-bottom: 10px;
  text-align: center; }

.CampaignCodeForm-InModal {
  background: none;
  border: 0;
  padding: 0; }

.JS .JS-Hide {
  display: none !important; }

.JS #CheckoutMarketingPermissions button {
  display: none; }

.JS-Loading [type='number'] {
  visibility: hidden; }

.JS-Loading .ProductList [data-slider] {
  height: 240px;
  overflow: hidden; }

.JS-Loading #LiveSearchResults {
  display: none; }

.Container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px; }

.Grid {
  margin: 0 -15px; }
  .Grid:before, .Grid:after {
    content: ' ';
    display: table; }
  .Grid:after {
    clear: both; }

.Col, [class^=Col-] {
  float: left;
  padding: 0 15px;
  position: relative; }

.Col-1-5 {
  width: 20%; }

@media screen and (min-width: 1200px) {
  .Col-Push-1-5 {
    left: 20%; }
  .Col-Pull-1-5 {
    left: -20%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-1-5 {
    width: 20%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-1-5 {
    width: 20%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-1-5 {
    left: 20%; }
  .Col-Tablet-Pull-1-5 {
    left: -20%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-1-5 {
    width: 20%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-1-5 {
    left: 20%; }
  .Col-Mobile-Pull-1-5 {
    left: -20%; } }

.Col-2-5 {
  width: 40%; }

@media screen and (min-width: 1200px) {
  .Col-Push-2-5 {
    left: 40%; }
  .Col-Pull-2-5 {
    left: -40%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-2-5 {
    width: 40%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-2-5 {
    width: 40%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-2-5 {
    left: 40%; }
  .Col-Tablet-Pull-2-5 {
    left: -40%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-2-5 {
    width: 40%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-2-5 {
    left: 40%; }
  .Col-Mobile-Pull-2-5 {
    left: -40%; } }

.Col-3-5 {
  width: 60%; }

@media screen and (min-width: 1200px) {
  .Col-Push-3-5 {
    left: 60%; }
  .Col-Pull-3-5 {
    left: -60%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-3-5 {
    width: 60%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-3-5 {
    width: 60%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-3-5 {
    left: 60%; }
  .Col-Tablet-Pull-3-5 {
    left: -60%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-3-5 {
    width: 60%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-3-5 {
    left: 60%; }
  .Col-Mobile-Pull-3-5 {
    left: -60%; } }

.Col-4-5 {
  width: 80%; }

@media screen and (min-width: 1200px) {
  .Col-Push-4-5 {
    left: 80%; }
  .Col-Pull-4-5 {
    left: -80%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-4-5 {
    width: 80%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-4-5 {
    width: 80%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-4-5 {
    left: 80%; }
  .Col-Tablet-Pull-4-5 {
    left: -80%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-4-5 {
    width: 80%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-4-5 {
    left: 80%; }
  .Col-Mobile-Pull-4-5 {
    left: -80%; } }

.Col-5-5 {
  width: 100%; }

@media screen and (min-width: 1200px) {
  .Col-Push-5-5 {
    left: 100%; }
  .Col-Pull-5-5 {
    left: -100%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-5-5 {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-5-5 {
    width: 100%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-5-5 {
    left: 100%; }
  .Col-Tablet-Pull-5-5 {
    left: -100%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-5-5 {
    width: 100%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-5-5 {
    left: 100%; }
  .Col-Mobile-Pull-5-5 {
    left: -100%; } }

.Col-1-12 {
  width: 8.33333%; }

@media screen and (min-width: 1200px) {
  .Col-Push-1-12 {
    left: 8.33333%; }
  .Col-Pull-1-12 {
    left: -8.33333%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-1-12 {
    width: 8.33333%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-1-12 {
    width: 8.33333%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-1-12 {
    left: 8.33333%; }
  .Col-Tablet-Pull-1-12 {
    left: -8.33333%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-1-12 {
    width: 8.33333%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-1-12 {
    left: 8.33333%; }
  .Col-Mobile-Pull-1-12 {
    left: -8.33333%; } }

.Col-2-12 {
  width: 16.66667%; }

@media screen and (min-width: 1200px) {
  .Col-Push-2-12 {
    left: 16.66667%; }
  .Col-Pull-2-12 {
    left: -16.66667%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-2-12 {
    width: 16.66667%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-2-12 {
    width: 16.66667%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-2-12 {
    left: 16.66667%; }
  .Col-Tablet-Pull-2-12 {
    left: -16.66667%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-2-12 {
    width: 16.66667%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-2-12 {
    left: 16.66667%; }
  .Col-Mobile-Pull-2-12 {
    left: -16.66667%; } }

.Col-3-12 {
  width: 25%; }

@media screen and (min-width: 1200px) {
  .Col-Push-3-12 {
    left: 25%; }
  .Col-Pull-3-12 {
    left: -25%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-3-12 {
    width: 25%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-3-12 {
    width: 25%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-3-12 {
    left: 25%; }
  .Col-Tablet-Pull-3-12 {
    left: -25%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-3-12 {
    width: 25%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-3-12 {
    left: 25%; }
  .Col-Mobile-Pull-3-12 {
    left: -25%; } }

.Col-4-12 {
  width: 33.33333%; }

@media screen and (min-width: 1200px) {
  .Col-Push-4-12 {
    left: 33.33333%; }
  .Col-Pull-4-12 {
    left: -33.33333%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-4-12 {
    width: 33.33333%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-4-12 {
    width: 33.33333%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-4-12 {
    left: 33.33333%; }
  .Col-Tablet-Pull-4-12 {
    left: -33.33333%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-4-12 {
    width: 33.33333%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-4-12 {
    left: 33.33333%; }
  .Col-Mobile-Pull-4-12 {
    left: -33.33333%; } }

.Col-5-12 {
  width: 41.66667%; }

@media screen and (min-width: 1200px) {
  .Col-Push-5-12 {
    left: 41.66667%; }
  .Col-Pull-5-12 {
    left: -41.66667%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-5-12 {
    width: 41.66667%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-5-12 {
    width: 41.66667%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-5-12 {
    left: 41.66667%; }
  .Col-Tablet-Pull-5-12 {
    left: -41.66667%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-5-12 {
    width: 41.66667%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-5-12 {
    left: 41.66667%; }
  .Col-Mobile-Pull-5-12 {
    left: -41.66667%; } }

.Col-6-12 {
  width: 50%; }

@media screen and (min-width: 1200px) {
  .Col-Push-6-12 {
    left: 50%; }
  .Col-Pull-6-12 {
    left: -50%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-6-12 {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-6-12 {
    width: 50%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-6-12 {
    left: 50%; }
  .Col-Tablet-Pull-6-12 {
    left: -50%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-6-12 {
    width: 50%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-6-12 {
    left: 50%; }
  .Col-Mobile-Pull-6-12 {
    left: -50%; } }

.Col-7-12 {
  width: 58.33333%; }

@media screen and (min-width: 1200px) {
  .Col-Push-7-12 {
    left: 58.33333%; }
  .Col-Pull-7-12 {
    left: -58.33333%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-7-12 {
    width: 58.33333%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-7-12 {
    width: 58.33333%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-7-12 {
    left: 58.33333%; }
  .Col-Tablet-Pull-7-12 {
    left: -58.33333%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-7-12 {
    width: 58.33333%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-7-12 {
    left: 58.33333%; }
  .Col-Mobile-Pull-7-12 {
    left: -58.33333%; } }

.Col-8-12 {
  width: 66.66667%; }

@media screen and (min-width: 1200px) {
  .Col-Push-8-12 {
    left: 66.66667%; }
  .Col-Pull-8-12 {
    left: -66.66667%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-8-12 {
    width: 66.66667%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-8-12 {
    width: 66.66667%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-8-12 {
    left: 66.66667%; }
  .Col-Tablet-Pull-8-12 {
    left: -66.66667%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-8-12 {
    width: 66.66667%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-8-12 {
    left: 66.66667%; }
  .Col-Mobile-Pull-8-12 {
    left: -66.66667%; } }

.Col-9-12 {
  width: 75%; }

@media screen and (min-width: 1200px) {
  .Col-Push-9-12 {
    left: 75%; }
  .Col-Pull-9-12 {
    left: -75%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-9-12 {
    width: 75%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-9-12 {
    width: 75%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-9-12 {
    left: 75%; }
  .Col-Tablet-Pull-9-12 {
    left: -75%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-9-12 {
    width: 75%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-9-12 {
    left: 75%; }
  .Col-Mobile-Pull-9-12 {
    left: -75%; } }

.Col-10-12 {
  width: 83.33333%; }

@media screen and (min-width: 1200px) {
  .Col-Push-10-12 {
    left: 83.33333%; }
  .Col-Pull-10-12 {
    left: -83.33333%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-10-12 {
    width: 83.33333%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-10-12 {
    width: 83.33333%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-10-12 {
    left: 83.33333%; }
  .Col-Tablet-Pull-10-12 {
    left: -83.33333%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-10-12 {
    width: 83.33333%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-10-12 {
    left: 83.33333%; }
  .Col-Mobile-Pull-10-12 {
    left: -83.33333%; } }

.Col-11-12 {
  width: 91.66667%; }

@media screen and (min-width: 1200px) {
  .Col-Push-11-12 {
    left: 91.66667%; }
  .Col-Pull-11-12 {
    left: -91.66667%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-11-12 {
    width: 91.66667%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-11-12 {
    width: 91.66667%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-11-12 {
    left: 91.66667%; }
  .Col-Tablet-Pull-11-12 {
    left: -91.66667%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-11-12 {
    width: 91.66667%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-11-12 {
    left: 91.66667%; }
  .Col-Mobile-Pull-11-12 {
    left: -91.66667%; } }

.Col-12-12 {
  width: 100%; }

@media screen and (min-width: 1200px) {
  .Col-Push-12-12 {
    left: 100%; }
  .Col-Pull-12-12 {
    left: -100%; } }

@media screen and (max-width: 1200px) {
  .Col-Desktop-12-12 {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .Col-Tablet-12-12 {
    width: 100%; } }

@media screen and (min-width: 1025px) {
  .Col-Tablet-Push-12-12 {
    left: 100%; }
  .Col-Tablet-Pull-12-12 {
    left: -100%; } }

@media screen and (max-width: 600px) {
  .Col-Mobile-12-12 {
    width: 100%; } }

@media screen and (min-width: 600px) {
  .Col-Mobile-Push-12-12 {
    left: 100%; }
  .Col-Mobile-Pull-12-12 {
    left: -100%; } }

.GridList {
  margin: -10px; }
  .GridList:before, .GridList:after {
    content: ' ';
    display: table; }
  .GridList:after {
    clear: both; }

.GridList:not(.slick-slider) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .GridList:not(.slick-slider)::before {
    display: none; }

.GridList &gt; .ListItem {
  float: left;
  padding: 10px;
  position: relative;
  width: 20%; }

.GridList-Wide &gt; .ListItem {
  width: 16.66%; }

.GridList-Narrow &gt; .ListItem {
  width: 25%; }

.GridList-One &gt; .ListItem {
  width: 100%; }

.GridList-Two &gt; .ListItem {
  width: 50%; }

.GridList-Three &gt; .ListItem {
  width: 33.33%; }

.GridList-Four &gt; .ListItem {
  width: 25%; }

@media screen and (max-width: 1200px) {
  .GridList &gt; .ListItem {
    width: 25%; }
  .GridList-One &gt; .ListItem {
    width: 100%; }
  .GridList-Two &gt; .ListItem,
  .GridList-Three &gt; .ListItem {
    width: 50%; } }

@media screen and (max-width: 800px) {
  .GridList &gt; .ListItem {
    width: 33.33%; }
  .GridList-One &gt; .ListItem {
    width: 100%; }
  .GridList-Two &gt; .ListItem,
  .GridList-Three &gt; .ListItem {
    width: 50%; } }

@media screen and (max-width: 600px) {
  .GridList &gt; .ListItem {
    width: 50%; }
  .GridList-Four &gt; .ListItem,
  .GridList-Wide &gt; .ListItem {
    width: 50%; }
  .GridList-One &gt; .ListItem,
  .GridList-Two &gt; .ListItem,
  .GridList-Three &gt; .ListItem {
    width: 100%; } }

.GridList.slick-slider .slick-slide {
  padding: 10px; }

.GridList.slick-slider .slick-prev {
  left: 25px; }

.GridList.slick-slider .slick-next {
  right: 25px; }

.GridList.slick-slider .slick-prev,
.GridList.slick-slider .slick-next {
  bottom: auto;
  top: -45px; }

.Flex {
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px; }

.FlexItem {
  padding-left: 15px;
  padding-right: 15px; }

.FlexItem &gt; :first-child {
  margin-top: 0; }

.FlexItem &gt; :last-child {
  margin-bottom: 0; }

.FlexItem-Grow {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.FlexSpacer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.Flex-NoMargin {
  margin-bottom: 0; }

@media screen and (max-width: 600px) {
  .Flex-Collapse {
    display: block; }
  .Flex-Collapse .Button, .Flex-Collapse form button, form .Flex-Collapse button, .Flex-Collapse #OrderDocuments a, #OrderDocuments .Flex-Collapse a {
    display: block;
    width: 100%; }
  .Flex-Collapse .FlexItem + .FlexItem {
    margin-top: 10px; }
  .Flex-Collapse .Button + .Button, .Flex-Collapse form button + .Button, form .Flex-Collapse button + .Button, .Flex-Collapse #OrderDocuments a + .Button, #OrderDocuments .Flex-Collapse a + .Button, .Flex-Collapse form .Button + button, form .Flex-Collapse .Button + button, .Flex-Collapse form button + button, form .Flex-Collapse button + button, .Flex-Collapse #OrderDocuments form a + button, form .Flex-Collapse #OrderDocuments a + button, #OrderDocuments .Flex-Collapse form a + button, form #OrderDocuments .Flex-Collapse a + button, .Flex-Collapse #OrderDocuments .Button + a, #OrderDocuments .Flex-Collapse .Button + a, .Flex-Collapse form #OrderDocuments button + a, #OrderDocuments .Flex-Collapse form button + a, form .Flex-Collapse #OrderDocuments button + a, #OrderDocuments form .Flex-Collapse button + a, .Flex-Collapse #OrderDocuments a + a, #OrderDocuments .Flex-Collapse a + a {
    margin-top: 10px; } }



.Notification.Success, .Success.GroupErrorMessage,
.Success.FormNotification, .Success#OrderStatus {
  background-color: #f3f8eb;
  border-color: #88bb33;
  color: #5a5a5a; }

.Notification.Error, .GroupErrorMessage,
.FormNotification, .Error#OrderStatus {
 color: #dd3333; }

.Notification &gt; :last-child, .GroupErrorMessage &gt; :last-child,
.FormNotification &gt; :last-child, #OrderStatus &gt; :last-child {
  margin-bottom: 0; }

.NotificationCenter {
  left: 50%;
  margin-left: -240px;
  position: fixed;
  top: 20px;
  width: 480px;
  z-index: 10000; }

.NotificationCenter &gt; .Notification, .NotificationCenter &gt; .GroupErrorMessage, .NotificationCenter &gt;
.FormNotification, .NotificationCenter &gt; #OrderStatus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px; }

@media screen and (max-width: 800px) {
  .NotificationCenter {
    bottom: 10px;
    left: 10px;
    margin: 0;
    right: 10px;
    top: auto;
    width: auto; }
  .NotificationCenter &gt; .Notification, .NotificationCenter &gt; .GroupErrorMessage, .NotificationCenter &gt;
  .FormNotification, .NotificationCenter &gt; #OrderStatus {
    margin: 5px 0 0; } }

.ExtShareButtons {
  padding: 0 !important; }

.ExtShareButton {
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }

.ExtShareButton:hover {
  color: #ffffff !important; }

.ExtShareButton.Facebook &gt; .ExtShareButtonText:before {
  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;
  content: "";
  margin-right: 0.5em; }

.ExtShareButton.GooglePlus &gt; .ExtShareButtonText:before {
  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;
  content: "";
  margin-right: 0.5em; }

.ExtShareButton.LinkedIn &gt; .ExtShareButtonText:before {
  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;
  content: "";
  margin-right: 0.5em; }

.ExtShareButton.Twitter &gt; .ExtShareButtonText:before {
  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;
  content: "";
  margin-right: 0.5em; }

.ExtShareButton.Twitter &gt; .ExtShareButtonCount {
  display: none; }

#AdminTools {
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  #AdminTools {
    display: none; } }

.Show-Desktop,
.Show-Tablet,
.Show-Mobile,
.Show-Mobile-Wide {
  display: none; }

@media screen and (min-width: 1025px) {
  .Hide-Desktop {
    display: none; }
  .Show-Desktop {
    display: block; } }

@media screen and (max-width: 1024px) {
  .Hide-Tablet {
    display: none; }
  .Show-Tablet {
    display: block; } }

@media screen and (max-width: 800px) {
  .Hide-Mobile-Wide {
    display: none; }
  .Show-Mobile-Wide {
    display: block; } }

@media screen and (max-width: 600px) {
  .Hide-Mobile {
    display: none; }
  .Show-Mobile {
    display: block; } }

.NoScroll {
  overflow: hidden; }

.Banner {
  position: relative; }

.Banner a {
  text-decoration: none; }

.BannerLink {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.BannerText {
  background: rgba(240, 240, 237, 0.85);
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 15px 20px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s; }

.BannerText &gt; * {
  margin: 5px 0 !important; }

.Banner:hover &gt; .BannerText {
  opacity: 1;
  visibility: visible; }

.Banner-Body {
  background-color: #fafafa;
  border: 1px solid #e4e4df;
  border-radius: 3px;
  display: block; }

.Banner-Body img {
  width: 100%; }

.Banners-Footer .BannerLink {
  position: relative; }

.Banners-Side {
  text-align: center; }

.Banner-Side {
  background-color: #fafafa;
  border: 1px solid #e4e4df;
  border-radius: 3px;
  display: inline-block;
  position: relative; }

.Banner-Side .BannerImage {
  background-color: #ffffff;
  display: block;
  text-align: center;
  overflow: hidden; }

.Banner-Side .BannerContent {
  border-top: 1px solid #e4e4df;
  padding: 10px;
  text-align: center; }

.Banners-Wide {
  font-size: 17.5px;
  height: 350px;
  overflow: hidden; }

.Banner-Wide {
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 350px;
  position: relative; }

.Banner-Wide:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block; }

.Banner-Wide .Container {
  position: relative; }

.Banner-Wide .BannerContentWrap {
  display: table;
  height: 350px;
  width: 100%; }

.Banner-Wide .BannerContent {
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 1024px) {
  .Banners-Wide,
  .Banner-Wide,
  .Banner-Wide .BannerContentWrap {
    height: 300px; } }

@media screen and (max-width: 600px) {
  .Banners-Wide,
  .Banner-Wide,
  .Banner-Wide .BannerContentWrap {
    height: 180px; } }

.Banners-Row {
  margin: 30px -15px;
  overflow: hidden; }

.Banners-Row.slick-initialized {
  margin: 30px 0 !important;
  width: 100% !important; }

.Banners-Row .slick-list {
  margin: 0 -15px !important; }

.Banner-Row {
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 250px; }

.Banner-Row .BannerText {
  background: #77aa00;
  border-radius: 3px;
  color: #fefefe;
  margin: 10px;
  opacity: 1;
  padding: 6.66667px;
  text-align: left;
  visibility: visible; }

.Banner-Row &gt; .BannerText &gt; * {
  margin: 5px 0 !important; }
  .Banner-Row &gt; .BannerText &gt; *:first-child {
    margin-top: 0 !important; }
  .Banner-Row &gt; .BannerText &gt; *:last-child {
    margin-bottom: 0 !important; }

.FooterBrands {
  border-top: 1px solid #e4e4df;
  margin-top: 60px;
  position: relative; }

.FooterBrands h3, .FooterBrands table caption, table .FooterBrands caption {
  background: #ffffff;
  display: inline-block;
  font-size: 31.5px;
  left: 50%;
  margin: 0;
  overflow: hidden;
  padding: 0 1em;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  top: -15.75px;
  transform: translate(-50%, 0);
  width: auto;
  white-space: nowrap; }

.FooterBrands .BrandList {
  list-style: none;
  margin: 0 auto;
  padding-top: 20px; }

.FooterBrands .Brand {
  display: inline-block;
  margin: 10px; }

.FooterBrands .Brand a {
  display: block;
  height: 50px;
  position: relative;
  width: 100px; }

.FooterBrands .Brand img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: auto; }

.FullCartSection {
  border-bottom: 1px solid #e4e4df;
  padding: 20px 0; }

.FullCartHeader {
  padding: auto; }

.FullCartTitle {
  margin-bottom: 0; }

.FullCartActions {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: right; }

.FullCartProducts {
  border-bottom: 0;
  display: table;
  padding: 0;
  width: 100%; }

.FullCartCol {
  border-bottom: 1px solid #e4e4df;
  display: table-cell;
  padding: 20px 20px;
  vertical-align: middle;
  white-space: nowrap;
line-height: 1.5em;
  margin: 0 0.2em 0.5em 0;
  float: left;
  color: #127AAA;
white-space: pre-line;
margin-left: 30px;
font-size: 1.2em;}
}


.FullCartCol:first-child {
  padding-left: 0; }

.FullCartCol:last-child {
  padding-right: 0; }

.FullCartColDetails {
  width: 100%;
line-height: 1.5em;
  margin: 0 0.2em 0.5em 0;
  float: left;
  color: #127AAA;
white-space: pre-line;
margin-left: 30px;
font-size: 1.2em;}
}

.FullCartColImage {
  text-align: center; }

.FullCartColPrice {
  text-align: right; }

.FullCartTotal {
  text-align: right; }

.FullCartProduct {
  display: table-row; }

.FullCartProduct .ProductName {
  margin-bottom: 0; }

.FullCartProduct .ProductName a {
  text-decoration: none; }

.FullCartProduct .ProductName + * {
  margin-top: 10px; }

.FullCartProduct .ProductImage, .FullCartProduct #ProductThumbnails .ProductThumbnail, #ProductThumbnails .FullCartProduct .ProductThumbnail {
  background-color: #ffffff;
  border: 1px solid #e4e4df;
  border-radius: 3px;
  display: block;
  height: 160px;
  line-height: 138px;
  margin-bottom: 0;
  padding: 10px;
  width: 160px; }

.FullCartProduct .ProductRemove:before {
  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;
  content: "";
  margin-right: 0.5em;
}




/*Kassan Värssy, osanotto ja toimitusosoite OTSIKOT AAA*/
dt{color: #717171; font-weight: 500; font-size: 13px; font-weight: normal}

/*Ostoskorin Värssy, osanotto ja toimitusosoite tekstit*/
dd {color:#7BAD37; 
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    width: inherit;
    white-space: pre-line}	




@media screen and (max-width: 800px) {
  .FullCartSection {
    text-align: center; }
  .FullCartCol {
    border-bottom: 0;
    display: block;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    white-space: normal;
    width: 100%; }
  .FullCartProduct {
    border-bottom: 1px solid #e4e4df;
    display: block;
    padding: 40px 0;
    position: relative; }
  .FullCartProduct .ProductImage, .FullCartProduct #ProductThumbnails .ProductThumbnail, #ProductThumbnails .FullCartProduct .ProductThumbnail {
    background-color: #ffffff;
  border: 1px solid #e4e4df;
  border-radius: 3px;
  display: block;
  height: 160px;
  line-height: 138px;
  margin-bottom: 0;
  padding: 10px;
  width: 160px; }
  .FullCartProduct .ProductRemove {
    position: absolute;
    right: 0;
    top: 40px; }
  .FullCartProduct .Spinner {
    margin: 0 auto; } }

.MiniCart {
  background: #ffffff;
  font-weight: 400;
  position: relative; }

.MiniCart .MiniCartTitle {
  margin-bottom: 0; }

.MiniCart .CartContents {
  border-bottom: 1px solid #e4e4df; }

.MiniCart .MiniCartProduct:last-child {
  border: 0; }

.MiniCart .MiniCartTotal,
.MiniCart .MiniCartActions {
  border-bottom: 1px solid #e4e4df;
  padding: 15px; }

.MiniCart .MiniCartProduct {
  border-bottom: 1px solid #e4e4df;
  padding: 15px 15px 15px 75px;
  position: relative; }

.MiniCart .ProductImage, .MiniCart #ProductThumbnails .ProductThumbnail, #ProductThumbnails .MiniCart .ProductThumbnail {
  height: 50px;
  left: 15px;
  padding: 5px;
  position: absolute;
  width: 50px; }

.MiniCart .ProductName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
  text-decoration: none; }

.MiniCart .ProductQuantity {
  border-radius: 500px;
  bottom: 2px;
  font-size: 12px;
  line-height: 15px;
  padding: 1px 5px;
  right: 2px;
  top: auto; }

.MiniCart .CartProductDelete {
  bottom: 15px;
  opacity: 0;
  position: absolute;
  right: 5px;
  transition: all 0.15s ease; }

.MiniCart .CartProductDelete a:before {
  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;
  content: "";
  margin-right: 0.5em; }

.MiniCart .CartProductDelete a::before {
  background: #dd3333;
  border-radius: 3px;
  color: #fefefe;
  padding: 3px 5px; }

.MiniCart .CartProductDelete a span {
  display: none; }

.MiniCart .Product:hover .CartProductDelete {
  opacity: 1; }

.MiniCart .MiniCartTotals {
  font-size: 0.9em; }

.MiniCart .MiniCartTotal {
  border: 0;
  padding: 0px 15px; }

.MiniCart .MiniCartTotal:first-child {
  padding-top: 10px; }

.MiniCart .MiniCartTotal:last-child {
  padding-bottom: 10px; }

.MiniCart .Buttons {
  border: 0;
  padding: 0; }

.MiniCart .Buttons .Button, .MiniCart .Buttons form button, form .MiniCart .Buttons button, .MiniCart .Buttons #OrderDocuments a, #OrderDocuments .MiniCart .Buttons a {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
  padding: 8px 15px; }

.MiniCart .MiniCartEmpty {
  padding: 15px 20px;
  color: #fefefe; }

.MiniCart-Header {
  color: #fefefe;
  background-color: #77aa00; }

.MiniCart-Header .Container {
  padding: 0;
  position: relative;
  z-index: 100; }

.MiniCart-Header .Flex {
  margin: 0; }

.MiniCart-Header .FlexItem {
  margin: 0;
  padding: 0 !important; }

.MiniCart-Header .CartLink a {
  background-color: #77aa00;
  color: #ffffff;
  display: block;
  padding: 15px 25px 15px 20px;
  text-decoration: none; }

.MiniCart-Header .CartLink .MiniCartViewCart .fa {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.MiniCart-Header .CartLink .highlighted {
  background-color: #85be00;
  color: #fefefe !important; }

.MiniCart-Header .CartLink a:hover {
  background-color: #6c9b00;
  color: #fefefe !important; }

.MiniCart-Header .MiniCartHeader {
  display: none; }

.MiniCart-Header .MiniCartInnerFrame {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  color: #5a5a5a;
  display: none;
  padding-top: 55px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.MiniCart-Header .CartContents {
  max-height: 400px;
  overflow-y: scroll; }

.MiniCart-Header .EditCart {
  background-color: #77aa00;
  color: #fefefe !important; }

.MiniCart-Header .OrderProducts {
  display: none; }

.MiniCart-Header.open .MiniCartViewCart .fa {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.MiniCart-Header.open .MiniCartInnerFrame {
  display: block; }

.MiniCart-Drawer {
  background-color: #f0f0ed; }

.MiniCart-Drawer .MiniCartSummary {
  display: none; }

.MiniCart-Drawer .CartContents,
.MiniCart-Drawer .MiniCartTotals {
  background-color: #ffffff; }

.MiniCart-Drawer .Buttons {
  border-top: 1px solid #dadada; }

.MiniCart-Drawer .EditCart {
  background-color: #f5f5f5;
  color: #5a5a5a !important; }

.MiniCart-Drawer .OrderProducts {
  background-color: #77aa00;
  color: #fefefe !important; }

.MiniCart-Drawer .MiniCartEmpty {
  background-color: #ffeecc;
  box-shadow: 0px 0px 0px 1px #ffdd99;
  color: #5a5a5a;
  margin: 10px;
  padding: 15px 20px; }

.MiniCart-Checkout {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e4df;
  border-radius: 3px;
  z-index: 1; }

.MiniCart-Checkout .MiniCartHeader {
  background-color: #fafafa; }

.MiniCart-Checkout .MiniCartSummary {
  display: none; }

.MiniCart-Checkout .MiniCartInnerFrame {
  display: block;
  font-size: 15.3px; }

.MiniCart-Checkout .CartProductDelete {
  display: none; }

.MiniCart-Checkout .EditCart {
  background-color: #77aa00;
  color: #fefefe !important; }

.MiniCart-Checkout .OrderProducts {
  display: none; }

.CopyShareCartLink h3, .CopyShareCartLink table caption, table .CopyShareCartLink caption {
  margin-bottom: 3px; }

.CopyShareCartLink .Flex {
  margin: 0; }

.CopyShareCartLink .FlexItem {
  padding: 0; }

.CopyShareCartLink input[type=text] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: block;
  font-family: monospace;
  font-size: 12px;
  width: 100%; }

.CopyShareCartLink button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.CheckoutTransferToPaymentForm {
  display: inline-block;
  margin: 0 5px 10px 0;
  vertical-align: middle;
  width: 240px; }

.CheckoutTransferToPaymentLogo {
  display: block;
  line-height: 60px;
  margin-bottom: 10px; }

.CheckoutTransferToPayment [type='submit'] {
  background-color: #ffffff;
  border-color: #e4e4df;
  color: #5a5a5a !important;
  display: block;
  height: 140px;
  width: 100%; }

.CheckoutTransferToPayment [type='submit']:hover {
  background-color: #ffffff;
  border-color: #e11d5b;
  color: #5a5a5a !important; }

@media screen and (max-width: 600px) {
  .CheckoutTransferToPaymentForm {
    margin-right: 0;
    width: 100%; } }

#CheckoutMarketingPermissions .Checks label {
  background-color: #f5f5f5;
  border: 1px solid #e4e4df;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
  vertical-align: middle; }

#CheckoutMarketingPermissions .Checks input {
  margin-right: 10px; }

@media screen and (max-width: 800px) {
  #CheckoutMarketingPermissions .Checks &gt; label {
    display: block; } }

#KlarnaCheckoutWrap {
  max-width: 640px; }

#KlarnaCheckoutWrap &gt; :last-child {
  margin-bottom: 0; }

#klarna-checkout-container {
  margin: -12px; }

#KlarnaCheckoutThanks {
  border: 1px solid #e4e4df;
  border-radius: 3px;
  padding: 20px; }

.JS input#postal_code {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

input#postal_code + button.Submit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.ContentSection + .ContentSection {
  margin-top: 70px; }

.ContentHeader {
  margin: 0px 0px 0px; }

.ContentHeader .ContentDescription {
  font-size: 21px;
  line-height: 1.4em; }

@media screen and (max-width: 600px) {
  .ContentHeader {
    margin: 0px 0px 50px; } }

body[class*=CategoryID-] h2.ContentTitle, body[class*=CategoryID-] .ContentTitle.LogoLink {
  font-size: 35px;
  margin-bottom: 50px; }

body[class*=InfoPageID-] .InfoPage .ContentSection {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px; }

body[class*=InfoPageID-] .InfoPage .ContentSection.ContentHeader {
  margin-bottom: 30px; }

body[class*=InfoPageID-] .InfoPage .ContentSection.ContentHeader {
  margin-top: 30px; }

body[class*=NewsPageID-] .NewsPage .ContentSection {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px; }

body[class*=NewsPageID-] .NewsPage .ContentHeader {
  margin-bottom: 30px; }

body[class*=NewsPageID-] .NewsPage .ContentHeader .NewsDate::before,
body[class*=NewsPageID-] .NewsPage .ContentHeader .NewsDate::after {
  content: '\2014';
  padding: 0px 5px; }

body[class*=NewsPageID-] .NewsPage .NewsBanner {
  margin-bottom: 50px;
  margin-top: 50px; }

body[class*=NewsPageID-] .NewsPage .NewsContent {
  margin-top: 30px; }

body[class*=NewsPageID-] .NewsPage .NewsContent strong {
  font-weight: 400; }

.Drawer {
  background-color: #f0f0ed;
  color: #5a5a5a;
  position: fixed;
  transition-duration: 0.3s; }

.Drawer a:hover {
  color: #77aa00; }

.Drawer[data-drawer-side='top'],
.Drawer[data-drawer-side='bottom'] {
  height: 300px;
  left: 0;
  overflow-x: auto;
  width: 100%; }

.Drawer[data-drawer-side='left'],
.Drawer[data-drawer-side='right'] {
  bottom: 0;
  overflow-y: auto;
  top: 0;
  width: 300px; }

.Drawer[data-drawer-side='top'] {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 0; }

.Drawer[data-drawer-side='bottom'] {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  bottom: 0; }

.Drawer[data-drawer-side='left'] {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0; }

.Drawer[data-drawer-side='right'] {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0; }

.Drawer[data-drawer-side='top'].Open {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.Drawer[data-drawer-side='bottom'].Open {
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.Drawer[data-drawer-side='left'].Open {
  -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.Drawer[data-drawer-side='right'].Open {
  -moz-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.DrawerSection {
  padding: 15px; }

.DrawerSection &gt; :last-child {
  margin-bottom: 0; }

.DrawerTitle {
  border-bottom: 1px solid #dadada;
  font-weight: 400;
  margin: 0;
  padding: 15px; }

.DrawerNavigation .DrawerTitle {
  margin-bottom: -1px; }

.DrawerContainer {
  position: relative;
  transition-duration: 0.3s; }

.Drawers {
  position: relative;
  z-index: 10000; }

.DrawerOverlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #000;
  cursor: pointer;
  opacity: 0;
  transition-duration: 0.3s;
  visibility: hidden;
  z-index: 1000; }

.DrawerOverlay.Visible {
  opacity: 0.25;
  visibility: visible; }

.Footer {
  padding: 40px 0; }

.Footer h2, .Footer .LogoLink {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0 0 1em; }

.FooterCopy .Copyright {
  background-color: #ffffff;
  padding: 25px;
  text-align: center; }

.FooterBanner + .FooterBrands {
  margin-top: 90px; }

.Footer #NewsletterSubscribeForm label {
  display: none; }

.Footer #NewsletterSubscribeForm input {
  width: 65%; }

.Footer #NewsletterSubscribeForm button {
  width: 35%; }

@media screen and (max-width: 1024px) {
  .SiteFooter {
    text-align: center; }
  .SiteFooter .Col:not(:last-child) {
    margin-bottom: 30px; }
  .SiteFooter h2, .SiteFooter .LogoLink {
    margin-bottom: 0.5em; }
  .SiteFooter .SimpleNavigation a:before {
    display: none; } }

div#TopBar {
  background: #f0f0ed;
  border: 0;
  box-shadow: none;
  font-size: 0.8em;
  padding: 0px 7px; }

div#TopBar a:hover {
  color: #77aa00; }

div#TopBar .FlexItem {
  padding-left: 8px;
  padding-right: 8px; }

[data-drawer-toggle=cart] {
  background: #77aa00;
  color: #fefefe !important;
  margin-left: 15px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-decoration: none; }

[data-drawer-toggle=cart]:hover {
  color: rgba(255, 255, 255, 0); }

.Badge.CartItemCount {
  border-radius: 500px;
  display: block;
  font-size: 14.4px;
  min-width: 15px;
  padding: 0px 8px !important; }

.BrandHeader {
  padding: 0px 0; }

.BrandHeader .LogoLink &gt; img {
  max-height: 110px;
  max-width: 100%; }

.BrandHeader #LiveSearch {
  display: inline-block;
  min-width: 280px;
  vertical-align: middle; }

@media screen and (min-width: 1025px) {
  .BrandHeader .LogoLink &gt; img {
    max-height: 110px; } }

@media screen and (max-width: 1024px) {
  .BrandHeader .LogoLink &gt; img {
    max-height: 110px; } }

@media screen and (max-width: 600px) {
  .BrandHeader .LogoLink &gt; img {
    max-height: 90px; } }

.LiveSearch {
  position: relative; }

.LiveSearch.Active .LiveSearchResults {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

.LiveSearchTitle {
  margin: 0 0 5px;
  padding: 0 15px; }

.LiveSearchSeparator {
  border-top: 1px solid #e4e4df;
  margin: 0px 0px 15px 0px; }

#LiveSearchModal {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  overflow-y: scroll;
  padding: 20px;
  transition-duration: 0.3s;
  visibility: hidden;
  z-index: 1000; }

#LiveSearchModal.open {
  opacity: 1;
  visibility: visible; }

#LiveSearchModal .overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer; }

#LiveSearchModal #LiveSearch {
  max-width: 700px;
  margin: 15% auto;
  position: relative;
  z-index: 1100; }

#LiveSearchModal #SearchForm {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  height: 60px;
  padding: 0; }

#LiveSearchModal #SearchForm input,
#LiveSearchModal #SearchForm button {
  border: 0;
  border-radius: 0;
  outline: none; }

#LiveSearchModal #SearchInput {
  font-size: 1.2em;
  height: 60px;
  padding: 10px 20px;
  width: calc(100% - 60px); }

#LiveSearchModal #SearchButton {
  box-shadow: none;
  height: 60px;
  width: 60px; }

#LiveSearchModal #SearchButton::before {
  font-size: 25px; }

.LiveSearchResults {
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  background-color: #ffffff;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  width: calc(100% - 60px);
  z-index: 1000; }

.LiveSearchResults ul {
  list-style: none;
  margin: 0 0 15px 0; }

.LiveSearchResults a {
  display: block;
  padding: 5px 15px; }

.LiveSearchResults a:hover,
.LiveSearchResults .Active &gt; a {
  background-color: #fef4f7;
  display: block;
  padding: 5px 15px; }

@media screen and (max-width: 800px) {
  .LiveSearchResults .SearchFilter {
    display: block;
    margin: 0; } }

.Loader {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 10000; }

.Loader &gt; .Notification, .Loader &gt; .GroupErrorMessage, .Loader &gt;
.FormNotification, .Loader &gt; #OrderStatus {
  left: 10px;
  position: absolute;
  top: 10px; }

.LoaderSpinner {
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%; }

.LoaderSpinner:before {
  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;
  content: "";
  animation: fa-spin 1s linear infinite;
  font-size: 24px;
  opacity: 0.5;
  -webkit-transform-origin: calc(50% - 0.5px) calc(50% - 1px);
  transform-origin: calc(50% - 0.5px) calc(50% - 1px); }

.mz-expand .mz-expand-bg {
  background-color: #202020; }

.mz-expand .mz-expand-bg &gt; img {
  display: none; }

.fa:first-child {
  margin-right: 0.25em; }

.fa:last-child {
  margin-left: 0.25em; }

.fa:first-child:last-child {
  margin-left: 0; }

.Badge {
  background-color: #e11d5b;
  border-radius: 3px;
  color: #fefefe;
  display: block;
  font-size: 17.5px;
  padding: 0.3em 0.5em;
  position: absolute;
  right: 5px;
  top: 5px; }

.LogoLink {
  display: inline-block;
  margin: 0 !important;
  text-decoration: none;
  vertical-align: middle; }

.fb-like {
  max-width: 100%;
  overflow: hidden; }

.ExtShareButtons + .fb-like {
  margin-top: 24px; }

.mz-zoom-window.mz-inner {
  z-index: 40 !important; }

.mfp-ajax-content {
  background-color: #ffffff;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 640px;
  padding: 20px; }

.mfp-ajax-content :last-child {
  margin-bottom: 0; }

.NavigationBar {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #f0f0ed;
  border: 1px solid #dadada;
  border-width: 1px 0;
  font-size: 25px;
  position: relative;
  z-index: 100; }

.NavigationBar .LogoLink &gt; img {
  max-height: 40px; }

.NavigationBarToggle {
  display: inline-block;
  font-size: 24px;
  padding: 15px 10px; }

.NavigationBarToggle-Left {
  margin-left: -15px; }

.NavigationBarToggle-Right {
  margin-right: -15px; }

.NavigationExpander {
  display: inline-block;
  margin-left: 10px; }

.NavigationExpander:before {
  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;
  content: ""; }

.NavigationExpander.Open:before {
  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;
  content: ""; }

.InlineNavigation a {
  display: inline; }

.InlineNavigation ul {
  list-style: none;
  margin-bottom: 0; }

.InlineNavigation li {
  display: inline;
  margin: 0 10px; }

.InlineNavigation li:first-child {
  margin-left: 0; }

.InlineNavigation li:last-child {
  margin-right: 0; }

.InlineNavigation li.Current &gt; a {
  color: #e11d5b; }

.InlineNavigation a[href='/account/']:before {
  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;
  content: "";
  margin-right: 0.5em; }

.InlineNavigation a[href='/account/logout/']:before {
  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;
  content: "";
  margin-right: 0.5em; }

.InlineNavigation a[href='/orderstatus/']:before {
  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;
  content: "";
  margin-right: 0.5em; }

@media screen and (max-width: 600px) {
  .InlineNavigation li {
    display: block;
    margin: 0; }
  .InlineNavigation li + li {
    margin-top: 10px; }
  .InlineNavigation li + li:before {
    display: none; } }

.SimpleNavigation a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-decoration: none; }
  .SimpleNavigation a:before {
    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;
    content: "";
    margin-right: 0.5em; }

.SimpleNavigation ul {
  list-style: none; }

.SimpleNavigation ul ul a {
  padding-left: 20px; }

.SimpleNavigation ul ul ul a {
  padding-left: 40px; }

.SimpleNavigation ul,
.SimpleNavigation li {
  margin-top: 5px; }

.SimpleNavigation ul:first-child,
.SimpleNavigation li:first-child {
  margin-top: 0; }

.SimpleNavigation .Current &gt; a {
  color: #e11d5b; }

.DropNavigation a, .MainNavigation a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 15px;
  text-decoration: none;
  transition-duration: 0.15s; }

.DropNavigation ul, .MainNavigation ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0; }

.DropNavigation li, .MainNavigation li {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.DropNavigation li ul, .MainNavigation li ul {
  margin: 0;
  max-width: 300px;
  min-width: 200px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition-duration: 0.15s;
  visibility: hidden;
  z-index: 1000; }

.DropNavigation li li, .MainNavigation li li {
  display: block; }

.DropNavigation li li ul, .MainNavigation li li ul {
  left: 100%;
  position: absolute;
  top: 0; }

.DropNavigation li li a, .MainNavigation li li a {
  display: block; }

.DropNavigation li:hover &gt; ul, .MainNavigation li:hover &gt; ul {
  opacity: 1;
  visibility: visible; }

.DropNavigation-Right ul ul, .MainNavigation-Right ul ul {
  left: auto;
  right: 0; }

.TabsNavigation a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #e4e4df;
  border-radius: 3px 3px 0 0;
  color: #5a5a5a;
  display: block;
  font-weight: bold;
  margin-bottom: -1px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none; }

.TabsNavigation ul {
  list-style: none;
  margin-bottom: 0;
  position: relative;
  z-index: 10; }
  .TabsNavigation ul:before, .TabsNavigation ul:after {
    content: ' ';
    display: table; }
  .TabsNavigation ul:after {
    clear: both; }

.TabsNavigation li {
  float: left;
  margin-left: 5px; }

.TabsNavigation li:first-child {
  margin-left: 0; }

.TabsNavigation .Current &gt; a {
  background-color: #ffffff;
  border-bottom-color: #ffffff; }

@media screen and (max-width: 600px) {
  .TabsNavigation li {
    margin-left: 0;
    width: 50%; } }

.MainNavigation li ul {
  border: 1px solid #e4e4df;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.MainNavigation li li a {
  background-color: #f0f0ed;
  border: 1px solid #e4e4df;
  border-width: 1px 0 0; }

.MainNavigation li li:first-child a {
  border-width: 0; }

.MainNavigation .Current &gt; a {
  color: #e11d5b; }

.MainNavigation .HasSubCategories &gt; a:after {
  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;
  content: "";
  margin-left: 0.5em; }

.MainNavigation .HasSubCategories &gt; a.IconOnly {
  margin-left: 0.1em; }

.MainNavigation .HasSubCategories &gt; a.IconOnly::after {
  margin-left: -0.2em;
  margin-right: 0.2em; }

.MainNavigation li .HasSubCategories &gt; a:after {
  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;
  content: "";
  margin-left: 0.5em; }

.SideNavigation {
  border: 1px solid #e4e4df;
  border-radius: 3px; }

.SideNavigation a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border-top: 1px solid #e4e4df;
  display: block;
  padding: 10px 15px;
  position: relative;
  text-decoration: none; }
  .SideNavigation a:before {
    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;
    content: "";
    margin-right: 0.5em; }

.SideNavigation ul {
  list-style: none;
  margin-bottom: 0; }

.SideNavigation ul ul a {
  padding-left: 30px; }

.SideNavigation ul ul ul a {
  padding-left: 45px; }

.SideNavigation &gt; ul &gt; :first-child &gt; a {
  border-width: 0; }

.SideNavigation .Current &gt; a {
  color: #e11d5b; }

.DrawerNavigation {
  margin-top: -1px; }

.DrawerNavigation.Categories {
  margin-bottom: 50px; }

.DrawerNavigation:first-child {
  margin-top: 0; }

.DrawerNavigation a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #dadada;
  border-width: 1px 0;
  display: block;
  padding: 10px 15px;
  position: relative;
  text-decoration: none; }

.DrawerNavigation ul {
  list-style: none;
  margin-bottom: 0; }

.DrawerNavigation ul ul,
.DrawerNavigation li + li {
  margin-top: -1px; }

.DrawerNavigation ul ul a {
  padding-left: 30px; }

.DrawerNavigation ul ul ul a {
  padding-left: 45px; }

.DrawerNavigation .NavigationExpander {
  border-left: 1px solid #dadada;
  cursor: pointer;
  line-height: 45px;
  margin-left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px; }

.DrawerNavigation .Current &gt; a {
  color: #77aa00; }

.DrawerNavigation .HasSubCategories &gt; ul {
  display: none; }

.DrawerNavigation .HasSubCategories &gt; a {
  padding-right: 60px; }

.DrawerNavigation .Open &gt; ul {
  display: block; }

#TopBar .MainNavigation li ul {
  background-color: white;
  border: 1px solid #e4e4df;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: -1px 0 0 0;
  padding: 2px 10px; }

#TopBar .MainNavigation li li {
  border: 1px solid #e4e4df;
  border-width: 1px 0 0 0;
  margin: 2px 0px; }

#TopBar .MainNavigation li li:first-child {
  border-width: 0; }

#TopBar .MainNavigation li li a {
  background-color: white;
  border: 0;
  padding: 7px 10px; }

.LinkNavigation a {
  display: block;
  padding: 15px;
  text-decoration: none;
  transition-duration: 0.15s; }

#MainCategories {
  padding: 40px 15px 15px 15px; }

#MainCategories .CategoryMenu-opener {
  display: none; }

#MainCategories .Categories {
  list-style: none; }

#MainCategories .Categories li {
  display: inline-block;
  margin: 0px 3px; }

#MainCategories .Categories li a {
  border-radius: 500px;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 2px 15px;
  text-decoration: none; }

#MainCategories .Categories li a:hover {
  background: #fafafa;
  color: #77aa00; }

#MainCategories .Categories .Current a,
#MainCategories .Categories .Current a:hover {
  background-color: #77aa00;
  color: #fefefe; }

.SubCategories {
  border: 1px solid #e4e4df;
  border-width: 1px 0 0 0;
  padding: 12px; }

.SubCategories .Categories {
  list-style: none; }

.SubCategories .Categories li {
  display: inline-block;
  margin: 3px; }

.SubCategories .Categories li a {
  border-radius: 500px;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  padding: 2px 15px;
  text-decoration: none; }

.SubCategories .Categories li a:hover {
  background-color: #fafafa;
  color: #77aa00; }

.SubCategories .Categories .Current a,
.SubCategories .Categories .Current a:hover {
  background: #77aa00;
  color: #fefefe; }

@media screen and (max-width: 600px) {
  #MainCategories {
    padding: 20px 15px 10px 15px; }
  #MainCategories .CategoryMenu-opener {
    display: block;
    margin-bottom: 10px; }
  #MainCategories .CategoryMenu-opener a {
    border-radius: 500px;
    border: 0;
    box-shadow: none;
    display: block;
    font-weight: bold;
    margin: 0;
    margin-bottom: 25px;
    padding: 5px 20px; }
  #MainCategories .CategoryMenu-opener a .fa {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #MainCategories.open .Categories {
    display: block;
    opacity: 1; }
  #MainCategories.open .CategoryMenu-opener a .fa {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #MainCategories .Categories {
    display: none;
    opacity: 0; }
  #MainCategories .Categories li {
    border-bottom: 1px solid #dadada;
    display: block; }
  #MainCategories .Categories li:last-child {
    border: 0; }
  #MainCategories .Categories li a {
    background: transparent !important;
    border-radius: 0;
    color: #5a5a5a;
    display: block;
    padding: 4px 7px; }
  #MainCategories .Categories .Current a,
  #MainCategories .Categories .Current a:hover {
    color: #77aa00; } }

#OrderStatus #BackToAccountPage {
  font-weight: bold;
  margin-left: 5px;
  text-decoration: underline; }

.OrderInfo {
  background-color: #fafafa; }

#OrderProductsTable {
  clear: both;
  max-width: 800px; }

#OrderProductsTable th,
#OrderProductsTable td {
  vertical-align: middle; }

#OrderProductsTable img {
  max-width: none; }

#OrderProductsTable .CartProduct {
  width: 99%; }

#OrderProductsTable .ProductName {
  margin-bottom: 0; }

@media screen and (max-width: 800px) {
  #OrderProductsTable {
    max-width: 480px;
    table-layout: fixed;
    width: 100%; }
  #OrderProductsTable .CartTotal {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px; }
  #OrderProductsTable .CartPic {
    padding: 0;
    width: 1px; }
  #OrderProductsTable .CartPic &gt; a {
    display: none; }
  #OrderProductsTable .CartPrice,
  #OrderProductsTable .CartQuantity {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 0; } }

#OrderDocuments {
  list-style: none; }

#OrderDocuments li {
  display: inline-block;
  margin-left: 5px; }

#OrderDocuments li:first-child {
  margin-left: 0; }

#OrderDocuments .PDF-invoice:before {
  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;
  content: "";
  margin-right: 0.5em; }

#OrderCancel {
  margin-top: 40px; }

.Pagination {
  margin-top: 40px; }
  .Pagination:before, .Pagination:after {
    content: ' ';
    display: table; }
  .Pagination:after {
    clear: both; }

.Pagination a {
  display: block;
  padding: 6px 12px; }

.Pagination ul {
  display: inline-block;
  list-style: none;
  margin-bottom: 0; }

.Pagination li {
  background-color: #f5f5f5;
  border: 1px solid #e4e4df;
  float: left;
  margin-left: -1px;
  text-align: center;
  width: 40px; }

.Pagination li:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-left: 0; }

.Pagination li:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.Pagination .CurrentPage,
.Pagination .DisabledPageLink,
.Pagination .PagesBetween {
  padding: 6px 12px; }

.Pagination .CurrentPage {
  color: #e11d5b; }

.Pagination .PreviousPageLink &gt; a,
.Pagination .PreviousPageLink.DisabledPageLink {
  font-size: 0; }
  .Pagination .PreviousPageLink &gt; a:before,
  .Pagination .PreviousPageLink.DisabledPageLink:before {
    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;
    content: "";
    font-size: 18px;
    vertical-align: middle; }

.Pagination .NextPageLink &gt; a,
.Pagination .NextPageLink.DisabledPageLink {
  font-size: 0; }
  .Pagination .NextPageLink &gt; a:before,
  .Pagination .NextPageLink.DisabledPageLink:before {
    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;
    content: "";
    font-size: 18px;
    vertical-align: middle; }

.ProductList:not(:last-child) {
  margin-bottom: 100px; }

.ProductList .ProductImage, .ProductList #ProductThumbnails .ProductThumbnail, #ProductThumbnails .ProductList .ProductThumbnail {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  text-align: center; }

.ProductList .ProductImage img, .ProductList #ProductThumbnails .ProductThumbnail img, #ProductThumbnails .ProductList .ProductThumbnail img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

.ProductImage, #ProductThumbnails .ProductThumbnail {
  border: 1px solid #e4e4df;
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center; }

.ProductDiscountPrice {
  color: #e11d5b; }

.ProductComparePrice {
  text-decoration: line-through; }

.ProductCard .ProductImage, .ProductCard #ProductThumbnails .ProductThumbnail, #ProductThumbnails .ProductCard .ProductThumbnail {
  background-color: #ffffff;
  border: 1px solid #e4e4df;
  border-radius: 3px;
  transition-duration: 0.15s; }

.ProductCard .ProductImage:hover, .ProductCard #ProductThumbnails .ProductThumbnail:hover, #ProductThumbnails .ProductCard .ProductThumbnail:hover {
  -moz-box-shadow: 0 0 2px #e11d5b;
  -ms-box-shadow: 0 0 2px #e11d5b;
  -webkit-box-shadow: 0 0 2px #e11d5b;
  box-shadow: 0 0 2px #e11d5b;
  border-color: #e11d5b; }

.ListProduct {
  position: relative;
  text-align: center; }

.ListProduct .ProductImage, .ListProduct #ProductThumbnails .ProductThumbnail, #ProductThumbnails .ListProduct .ProductThumbnail {
  height: 160px;
  line-height: 138px;
  vertical-align: middle; }

.ListProduct .ProductName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 0;
  font-size: 17.5px; }

.ListProduct .ProductName a {
  color: #222222;
  text-decoration: none;
  transition-duration: 0.3s; }

.ListProduct .ProductName a:hover {
  color: #77aa00; }

.ListProduct .ProductPrices {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ListProduct .AddToCartForm .AddToCart {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
  width: 95%; }

.GridList-One .ListItem:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px; }

.GridList-One .ListProduct {
  text-align: left; }

.GridList-One .ProductImage, .GridList-One #ProductThumbnails .ProductThumbnail, #ProductThumbnails .GridList-One .ProductThumbnail {
  height: 200px;
  line-height: 150px; }

.GridList-One .ProductName {
  font-size: 25px;
  line-height: 1.3em;
  margin-bottom: 0.5em; }

.GridList-One .ProductDescription {
  line-height: 1.4em; }

.GridList-One .ProductDescription p {
  margin-bottom: 0.5em; }

.GridList-One .ListFooter {
  font-weight: 400;
  margin-top: 35px; }

.GridList-One .FormItem {
  margin: 0;
  padding: 0; }

.GridList-One .FormItem button {
  font-size: 0.9em;
  font-weight: 400; }

.GridList-One .Badge {
  font-size: 1em;
  left: 15px;
  line-height: 2em;
  right: auto;
  top: 15px; }

.GridList-Two .ProductImage, .GridList-Two #ProductThumbnails .ProductThumbnail, #ProductThumbnails .GridList-Two .ProductThumbnail {
  height: 300px;
  width: 100%; }

.GridList-Three .ProductImage, .GridList-Three #ProductThumbnails .ProductThumbnail, #ProductThumbnails .GridList-Three .ProductThumbnail {
  height: 250px;
  width: 100%; }

@media screen and (max-width: 600px) {
  .GridList-One .ListItem:not(:last-child),
  .GridList-Two .ListItem:not(:last-child),
  .GridList-Three .ListItem:not(:last-child) {
    border-bottom: 1px solid #e4e4df;
    margin-bottom: 50px;
    padding-bottom: 50px; }
  .GridList-One .ProductName,
  .GridList-One .ProductDescription,
  .GridList-One .ProductPrices,
  .GridList-Two .ProductName,
  .GridList-Two .ProductDescription,
  .GridList-Two .ProductPrices,
  .GridList-Three .ProductName,
  .GridList-Three .ProductDescription,
  .GridList-Three .ProductPrices {
    text-align: center; }
  .GridList-One .ProductPrices,
  .GridList-Two .ProductPrices,
  .GridList-Three .ProductPrices {
    margin-bottom: 15px; } }

.GridList-One.slick-initialized .ListItem {
  margin-bottom: 0;
  padding-bottom: 75px; }

.GridList-One.slick-initialized .ProductImage, .GridList-One.slick-initialized #ProductThumbnails .ProductThumbnail, #ProductThumbnails .GridList-One.slick-initialized .ProductThumbnail {
  height: 350px;
  line-height: 300px; }

.GridList-Two.slick-initialized .ProductImage, .GridList-Two.slick-initialized #ProductThumbnails .ProductThumbnail, #ProductThumbnails .GridList-Two.slick-initialized .ProductThumbnail {
  height: 350px;
  line-height: 300px; }

.GridList-Three.slick-initialized .ProductImage, .GridList-Three.slick-initialized #ProductThumbnails .ProductThumbnail, #ProductThumbnails .GridList-Three.slick-initialized .ProductThumbnail {
  height: 350px;
  line-height: 300px; }

.GridList-Four.slick-initialized .ProductImage, .GridList-Four.slick-initialized #ProductThumbnails .ProductThumbnail, #ProductThumbnails .GridList-Four.slick-initialized .ProductThumbnail {
  height: 250px;
  line-height: 200px; }

.GridList-Five.slick-initialized .ProductImage, .GridList-Five.slick-initialized #ProductThumbnails .ProductThumbnail, #ProductThumbnails .GridList-Five.slick-initialized .ProductThumbnail {
  height: 200px;
  line-height: 150px; }

#CurrentProductImage {
  border-radius: 3px;
  display: block;
  height: auto;
  padding: 10px;
  text-align: center; }

#ProductImageCaption {
  text-align: center; }

#ProductThumbnails {
  list-style: none;
  margin: -5px; }
  #ProductThumbnails:before, #ProductThumbnails:after {
    content: ' ';
    display: table; }
  #ProductThumbnails:after {
    clear: both; }

#ProductThumbnails li {
  float: left;
  padding: 5px;
  vertical-align: middle;
  width: 25%; }

#ProductThumbnails .ProductThumbnail {
  height: 80px;
  line-height: 68px;
  padding: 5px; }

#ProductThumbnails .mz-thumb {
  display: block; }

#ProductThumbnails .mz-thumb img {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-filter: none;
  -moz-filter: none;
  -webkit-filter: none;
  filter: none; }

#ProductThumbnails .mz-thumb-selected {
  -moz-box-shadow: 0 0 2px #e11d5b;
  -ms-box-shadow: 0 0 2px #e11d5b;
  -webkit-box-shadow: 0 0 2px #e11d5b;
  box-shadow: 0 0 2px #e11d5b;
  border-color: #e11d5b; }

@media screen and (max-width: 1024px) {
  #ProductThumbnails li {
    width: 12.5%; } }

@media screen and (max-width: 800px) {
  #ProductThumbnails li {
    width: 25%; } }

.ProductCard .ContentHeader h1 {
  margin-bottom: 7px; }

.ProductCard .ProductImages {
  position: relative; }

.ProductCard .ProductDiscountPercent {
  z-index: 50; }

.ProductCard .MoreProducts .ContentTitle {
  font-weight: 400; }

.ProductCard-Col-One .ProductImages,
.ProductCard-Col-One .ProductDescription,
.ProductCard-Col-One .ProductBuy,
.ProductCard-Col-One .ProductFullDescription {
  margin: 0 auto 50px auto;
  max-width: 650px; }

.ProductCard-Col-One .ContentSection:last-child {
  margin-bottom: 0; }

.ProductCard-Col-One .ProductImages {
  position: relative; }

.ProductCard-Col-One .ProductPrices {
  font-size: 24.5px;
  margin-bottom: 20px; }

.ProductCard-Col-One .ProductBuy {
  border: 1px solid #e4e4df;
  border-width: 1px 0;
  padding: 40px 0px; }

.ProductCard-Col-Two .ContentSection {
  margin-bottom: 40px; }

.ProductCard-Col-Two .ContentHeader {
  margin-bottom: 60px;
  margin-top: 0px; }

.ProductCard-Col-Two .ProductDescription {
  padding-top: 20px; }

.ProductCard-Col-Two .ProductDescription p {
  margin-bottom: 0.5em; }

.ProductCard-Col-Two .ProductPrices {
 border-width: 1px 0;
  font-size: 21px;}

.ProductCard-Col-Two .ProductBuy {
  border-bottom: 1px solid #e4e4df;
  margin: 0 0 40px;
  padding-bottom: 55px; }

.ProductCard-Col-Two .ProductFullDescription {
  margin: 0 0 100px; }

@media screen and (max-width: 1024px) {
  .ProductCard-Col-Two .ProductDescription {
    padding-top: 0px; } }

.SearchFilter {
  border: 1px solid #e4e4df;
  border-radius: 3px; }

.SearchFilter a {
  float: right; }

.SearchFilter li,
.SearchFilterTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border: 1px solid #e4e4df;
  border-width: 1px 0 0;
  display: block;
  margin: 0;
  padding: 10px 15px;
  position: relative; }

.SearchFilterTitle {
  border-width: 0; }

.SearchFilter ul {
  list-style: none;
  margin-bottom: 0; }

.SearchFilter .ApplyFilter {
  float: left;
  margin-right: 5px; }

.FullSearchSuggestions {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin: -3px; }

.FullSearchSuggestions li {
  display: inline-block;
  margin: 3px;
  vertical-align: middle; }

.FullSearchSuggestions a {
  background-color: #e11d5b;
  border-radius: 3px;
  color: #fefefe;
  display: block;
  padding: 0 10px; }

.FullSearchSuggestions a:hover,
.FullSearchSuggestions .Active a {
  background-color: #e8497b;
  color: #fefefe; }

.FullSearchSuggestionsTitle {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle; }

#MobileSearchForm {
  margin-bottom: 0; }

#MobileSearchForm label {
  display: none; }

#SearchResults .SearchResults {
  margin-bottom: 100px; }

#SearchResults .MoreProducts {
  border-top: 1px solid #e4e4df;
  margin-top: 70px;
  padding-top: 20px; }

#SearchResults .ContentTitle {
  font-weight: 400;
  margin-bottom: 40px; }

.slick-slider .slick-arrow {
  background-color: #7a0;
  border: 1px solid #d9d9d1;
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 25px;
  height: 75px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  visibility: hidden;
  z-index: 1;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s; }

.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slick-arrow &gt; .fa {
  margin: 0; }

.slick-prev {
  left: 25px; }

.slick-next {
  right: 25px; }

.slick-slide:focus {
  outline: 0; }

.slick-slide img {
  display: inline-block; }

.ProductList .slick-arrow {
  top: 35% !important; }

.GridList-Two .slick-arrow {
  top: 36% !important; }

.GridList-Three .slick-arrow {
  top: 38% !important; }

.GridList-Four .slick-arrow {
  top: 34% !important; }

.GridList-Five .slick-arrow {
  top: 32% !important; }

@media screen and (min-width: 1201px) {
  .GridList-One .slick-prev {
    left: -25px !important; }
  .GridList-One .slick-next {
    right: -25px !important; } }

.Spinner {
  display: table;
  width: 130px; }

.SpinnerInput {
  display: table-cell;
  width: 60%; }

.SpinnerInput &gt; input {
  border-radius: 0;
  border-width: 1px;
  box-shadow: none;
  display: block;
  margin: 0;
  min-width: 0;
  text-align: center;
  width: 100%; }

.SpinnerControl {
  display: table-cell; }

.SpinnerButton {
  border: 1px solid #e4e4df;
  border-width: 1px 1px 1px 1px;
  display: block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 35px; }

.SpinnerButtonDec {
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-right-radius: 0; }

.SpinnerButtonDec:before {
  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;
  content: ""; }

.SpinnerButtonInc {
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-left-radius: 0; }

.SpinnerButtonInc:before {
  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;
  content: ""; }

.SiteHeader {
  background-color: #ffffff;
  color: #5a5a5a; }
  .SiteHeader a {
    color: #5a5a5a; }
  .SiteHeader a:hover {
    color: #77aa00; }

.SiteBody {
  background-color: #ffffff;
  color: #5a5a5a;
  padding-bottom: 60px; }

.SiteContent {
  padding: 30px 0 60px; }

.SiteFooter {
  font-size: 0.8em;
  font-weight: 400;
  color: #5a5a5a; }

.Tab {
  display: none; }

.Tab &gt; :last-child {
  margin-bottom: 0; }

.Tab.Current {
  display: block; }

.Tabs {
  background-color: #ffffff;
  border: 1px solid #e4e4df;
  border-radius: 0 3px 3px 3px;
  padding: 20px; }

@media screen and (max-width: 1024px) {
  .Tabs {
    border-width: 1px 0 0;
    margin: 0 -15px;
    padding: 20px 15px 0; } }

#NewCustomerPassword { display:none; }
#OrderNewsletter { display:none; } 
label[for=sms_subscription], label[for=email_subscription],
label[for=shipping_email], input[id=shipping_email] {display: none !important;}
input[name=ContactPhone], label[for=ContactPhone] {display: none !important;}
label[class=GroupLabel] {display: none !important;}
.GroupErrorMessage {display: none !important;}

#LoginEmail { display:none; }
.MiniCartTotal { display:none; }
.Button Button-Block {display: none !important;}
form#NewCustomerForm fieldset p,
form#NewCustomerForm fieldset .InlineCheck { display: none; }
.EditCustomerInformation { display:none; }
.TermsLink { display:none; }
label[for=Terms]{display: none !important;}


/* Popup
-------------------------------------------------------------- */

.popup-overlay{
  display:none;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,.5);
  width:100%;
  height:100%;
  text-align:center;
  align-items:center;
  justify-content:center;
}

.popup{
	display:inline-block;
  width:300px;
  min-height:200px;
  background-color:white;
  border-radius: 5px;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content:center;
	padding: 20px 40px;
}

.popup a {
	text-transform: uppercase;
	font-size: 15px;
}

.popup a:hover {
	border-bottom: none !important;
}

.popupheader a {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}</pre></body></html>