@charset "UTF-8";

/**
 * MyCashflow Default Theme
 * Copyright (c) 2016 Pulse247 Oy
 * MIT License <http://opensource.org/licenses/MIT>
 */

/* Teeman väriasetukset*/
:root {
  --primary-color: #5E7F1F;
}

/* Insert your custom CSS here */

.Donate {
    padding: 1rem;
}

.Button-Donate {
    margin-top: 1rem;
}

.SinglePageCheckout #email_subscription,
.SinglePageCheckout #sms_subscription,
.SinglePageCheckout .maksupalveluntarjoaja {
    display: none !important;
}


/*!
 *  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&v=4.5.0") format("embedded-opentype"), url("../vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), 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;
}

@font-face {
    font-family: 'Yatra One', 'Roboto Condensed', sans-serif;
    ;
    src: url("../vendor/cronos-pro/Cronos-Pro-Semibold_12456.woff") format('woff');
    font-weight: bold;
}

.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>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,
.Breadcrumb,
.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> :last-child {
    margin-bottom: 0;
}

a,
button {
    cursor: pointer;
}

[disabled] {
    opacity: 0.5;
}

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

body {
    background-color: var(--primary-color);
}

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

a {
    color: #12283A;
}

a:hover {
    color: var(--primary-color);
}

a {
    transition-duration: 0.15s;
}

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

dl dt {
    font-weight: bold;
    margin-top: 10px;
}

dl dt:first-child {
    margin-top: 0;
}

dl dd {
    margin-left: 0;
}

.CompactDl dt,
#OrderStatus dt {
    display: inline;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.CompactDl dt:first-child,
#OrderStatus dt:first-child {
    margin-top: 0;
}

.CompactDl dd,
#OrderStatus dd {
    display: inline;
    margin: 0;
}

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

table {
    border: 1px solid #dadada;
    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 #dadada;
    padding: 10px 15px;
    vertical-align: top;
}

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

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

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

body {
    color: #12283A;
    font: 16px/24px "Roboto Condensed", sans-serif;
    font-weight: 300;
}

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

blockquote {
    border-left: 5px solid var(--primary-color);
    font-size: 18px;
    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: 'Yatra One', 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin: 40px 0 20px;
    line-height: 1.2em;
    letter-spacing: -0.5px;
}

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: 40px;
}

h2,
.LogoLink,
.H2 {
    font-size: 32px;
}

h3,
table caption,
.H3 {
    font-size: 28px;
}

h4,
.H4 {
    font-size: 24px;
}

h5,
.LiveSearchTitle,
#OrderProductsTable .ProductName,
.SearchFilterTitle,
.H5,
h6,
.H6 {
    font-size: 20px;
}

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

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

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

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

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

.Text-Accent {
    color: var(--primary-color);
}

.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 #dadada;
    border-radius: 2px;
    color: #12283A;
    display: inline-block;
    height: 38px;
    max-width: 100%;
    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: none;
    width: auto;
}

textarea {
    height: auto;
    resize: none;
}

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: #12283A;
    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%;
    }
}

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

label {
    cursor: pointer;
}

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

.Button,
form button,
#OrderDocuments a {
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    color: #12283A !important;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    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: #12283A !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'],
#OrderDocuments a {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
}

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

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

.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 #dadada;
    padding: 10px 15px;
}

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

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

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

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

.DefineShippingMethod {
    margin-top: 10px;
}

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

.FormError>input,
.FormError>select,
.FormError>textarea {
    background-color: #fcf4f4 !important;
    border-color: #dd3333 !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: 14px;
        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>div {
    display: inline-block;
    margin: 0 10px 20px 0;
    vertical-align: bottom;
}

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

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

.Checks {
    margin-bottom: 20px;
}

.Checks label {
    font-weight: normal;
}

.Checks>label {
    margin-top: 10px;
}

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

.FormHelp {
    font-size: 14px;
    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>input,
.CompactForm .FormItem>input,
.CampaignCodeForm .FormItem>input,
#SearchForm .FormItem>input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
    margin-right: 0;
    width: 70%;
}

.InputGroup>button,
.CompactForm .FormItem>button,
.CampaignCodeForm .FormItem>button,
#SearchForm .FormItem>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 [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;
}

#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: 16px;
    vertical-align: middle;
}

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

.CampaignCodeForm {
    background-color: #fafafa;
    border: 1px solid #dadada;
    border-radius: 2px;
    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%;
}

.Footer .Col-3-12 {
    width: 33%;
}

@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>.ListItem {
    float: left;
    padding: 10px;
    position: relative;
    width: 20%;
    min-height: 370px;
}

.GridList-Wide>.ListItem {
    width: 16.66%;
}

.GridList-Narrow>.ListItem {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .GridList>.ListItem {
        width: 25%;
        min-height: 330px;
    }
}

@media screen and (max-width: 800px) {
    .GridList>.ListItem {
        width: 33.33%;
    }
}

@media screen and (max-width: 600px) {
    .GridList>.ListItem {
        width: 50%;
    }
    .GridList-Wide>.ListItem {
        width: 50%;
    }
}

.GridList.slick-slider .slick-slide {
    padding: 10px;
}

.GridList.slick-slider .slick-prev {
    right: 50px;
}

.GridList.slick-slider .slick-next {
    right: 10px;
}

.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> :first-child {
    margin-top: 0;
}

.FlexItem> :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,
.GroupErrorMessage,
.FormNotification,
#OrderStatus {
    background-color: #ffeecc;
    border: 1px solid #ffcc66;
    border-radius: 2px;
    color: #12283A;
    padding: 10px 15px;
    position: relative;
}

.Notification.Success,
.Success.GroupErrorMessage,
.Success.FormNotification,
.Success#OrderStatus {
    background-color: #f3f8eb;
    border-color: #88bb33;
    color: #12283A;
}

.Notification.Error,
.GroupErrorMessage,
.FormNotification,
.Error#OrderStatus {
    background-color: #fcebeb;
    border-color: #dd3333;
    color: #12283A;
}

.Notification> :last-child,
.GroupErrorMessage> :last-child,
.FormNotification> :last-child,
#OrderStatus> :last-child {
    margin-bottom: 0;
}

.NotificationCenter {
    left: 50%;
    margin-left: -240px;
    position: fixed;
    top: 20px;
    width: 480px;
    z-index: 10000;
}

.NotificationCenter>.Notification,
.NotificationCenter>.GroupErrorMessage,
.NotificationCenter>.FormNotification,
.NotificationCenter>#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>.Notification,
    .NotificationCenter>.GroupErrorMessage,
    .NotificationCenter>.FormNotification,
    .NotificationCenter>#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>.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>.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>.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>.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>.ExtShareButtonCount {
    display: none;
}

#AdminTools {
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    #AdminTools {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .Hide-Desktop {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .Hide-Tablet {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .Hide-Mobile {
        display: none;
    }
}

.Banner {
    position: relative;
}

.Banner a {
    text-decoration: none;
}

.BannerLink {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.BannerText>* {
    margin: 10px 0 !important;
}

.Banner-Body {
    background-color: #fafafa;
    border: 1px solid #dadada;
    border-radius: 2px;
    display: block;
}

.Banner-Body img {
    width: 100%;
}

.Banners-Side {
    text-align: center;
}

.Banner-Side {
    background-color: #fafafa;
    border: 1px solid #dadada;
    border-radius: 2px;
    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 #dadada;
    padding: 10px;
    text-align: center;
}

.Banners-Wide {
    border: 1px solid #dadada;
    border-radius: 0;
    border-width: 0 0 1px;
    font-size: 18px;
    height: 480px;
    overflow: hidden;
}

.Banner-Wide {
    background-position: 50%;
    background-size: cover;
    height: 480px;
    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: 480px;
    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: 340px;
    }
}

@media screen and (max-width: 600px) {
    .Banners-Wide,
    .Banner-Wide,
    .Banner-Wide .BannerContentWrap {
        height: 240px;
    }
}

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

.Breadcrumb ul,
.Breadcrumb li {
    display: inline;
}

.Breadcrumb ul li: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: 0 10px;
}

.BreadcrumbStart {
    display: none;
}

.BreadcrumbSeparator {
    display: none;
}

.Path {
    padding-top: 20px;
}

.Path .Breadcrumb {
    margin-bottom: 0;
}

.FullCartSection {
    border-bottom: 1px solid #dadada;
    padding: 20px 0;
}

.FullCartHeader {
    padding: 0;
}

.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 #dadada;
    display: table-cell;
    padding: 20px 20px;
    vertical-align: middle;
    white-space: nowrap;
}

.FullCartCol:first-child {
    padding-left: 0;
}

.FullCartCol:last-child {
    padding-right: 0;
}

.FullCartColDetails {
    width: 100%;
}

.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 #dadada;
    border-radius: 2px;
    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;
}

@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 #dadada;
        display: block;
        padding: 40px 0;
        position: relative;
    }
    .FullCartProduct .ProductImage,
    .FullCartProduct #ProductThumbnails .ProductThumbnail,
    #ProductThumbnails .FullCartProduct .ProductThumbnail {
        margin: 0 auto;
    }
    .FullCartProduct .ProductRemove {
        position: absolute;
        right: 0;
        top: 40px;
    }
    .FullCartProduct .Spinner {
        margin: 0 auto;
    }
}

.MiniCartTitle {
    margin-bottom: 0;
}

.MiniCartHeader,
.MiniCartTotal,
.MiniCartActions {
    border-bottom: 1px solid #dadada;
    padding: 15px;
}

.MiniCartProduct {
    border-bottom: 1px solid #dadada;
    padding: 15px 15px 15px 75px;
    position: relative;
}

.MiniCartProduct .ProductImage,
.MiniCartProduct #ProductThumbnails .ProductThumbnail,
#ProductThumbnails .MiniCartProduct .ProductThumbnail {
    height: 50px;
    left: 15px;
    padding: 5px;
    position: absolute;
    width: 50px;
}

.MiniCartProduct .ProductName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    text-decoration: none;
}

.MiniCartProduct .ProductQuantity {
    bottom: 2px;
    font-size: 14px;
    line-height: 15px;
    right: 2px;
    top: auto;
}

.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);
    background-color: #fafafa;
    border: 1px solid #dadada;
    border-radius: 2px;
    z-index: 1;
}

.MiniCart-Checkout .MiniCartActions {
    border-bottom-width: 0;
}

.MiniCart-Checkout .OrderProducts {
    display: none !important;
}

.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: #dadada;
    color: #12283A !important;
    display: block;
    height: 140px;
    width: 100%;
}

.CheckoutTransferToPayment [type='submit']:hover {
    background-color: #ffffff;
    border-color: var(--primary-color);
    color: #12283A !important;
}

@media screen and (max-width: 600px) {
    .CheckoutTransferToPaymentForm {
        margin-right: 0;
        width: 100%;
    }
}

#CheckoutMarketingPermissions .Checks label {
    background-color: #f5f5f5;
    border: 1px solid #dadada;
    border-radius: 2px;
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
}

#CheckoutMarketingPermissions .Checks input {
    margin-right: 10px;
}

@media screen and (max-width: 800px) {
    #CheckoutMarketingPermissions .Checks>label {
        display: block;
    }
}

#KlarnaCheckoutWrap {
    max-width: 640px;
}

#KlarnaCheckoutWrap> :last-child {
    margin-bottom: 0;
}

#klarna-checkout-container {
    margin: -12px;
}

#KlarnaCheckoutThanks {
    border: 1px solid #dadada;
    border-radius: 2px;
    padding: 20px;
}

.Drawer {
    background-color: #fafafa;
    color: #12283A;
    position: fixed;
    transition-duration: 0.3s;
}

.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%);
    border-bottom: 1px solid #dadada;
    top: 0;
}

.Drawer[data-drawer-side='bottom'] {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-top: 1px solid #dadada;
    bottom: 0;
}

.Drawer[data-drawer-side='left'] {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-right: 1px solid #dadada;
    left: 0;
}

.Drawer[data-drawer-side='right'] {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    border-left: 1px solid #dadada;
    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> :last-child {
    margin-bottom: 0;
}

.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 {
    color: #fff;
    font-size: 14px;
    padding: 40px 0;
}

.Footer a {
    color: #fff;
}

.FooterCopy .Copyright {
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #dadada;
    padding: 20px 0;
}

.Footer #NewsletterSubscribeForm label {
    display: none;
}

.Footer #NewsletterSubscribeForm input {
    width: 65%;
}

.Footer #NewsletterSubscribeForm button {
    width: 35%;
}

.BrandHeader {
    padding: 30px 0;
    border-top: 10px solid var(--primary-color);
}

.BrandHeader .LogoLink>img {
    max-height: 80px;
    max-width: 320px;
}

.BrandHeader h2,
.BrandHeader .LogoLink {
    display: inline-block;
    font-size: 1.25rem;
    letter-spacing: .5px;
    padding-right: 1rem;
    margin: .625rem 0;
    vertical-align: middle;
}

.BrandHeader #LiveSearch {
    display: inline-block;
    min-width: 280px;
    vertical-align: middle;
}

.LiveSearch {
    position: relative;
}

.LiveSearch.Active .LiveSearchResults {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    padding: 10px 0;
    visibility: visible;
}

.LiveSearchTitle {
    margin: 0 0 5px;
    padding: 0 15px;
}

.LiveSearchSeparator {
    border-top: 1px solid #dadada;
    margin: 15px 0;
}

.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;
    border-radius: 2px;
    margin-top: 5px;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}

.LiveSearchResults ul {
    list-style: none;
    margin: 0;
}

.LiveSearchResults a {
    display: block;
    padding: 5px 15px;
}

.LiveSearchResults a:hover,
.LiveSearchResults .Active>a {
    background-color: #f2fbfd;
    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: 10;
}

.Loader>.Notification,
.Loader>.GroupErrorMessage,
.Loader>.FormNotification,
.Loader>#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>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: var(--primary-color);
    border-radius: 2px;
    color: #12283A;
    display: block;
    font-size: 14px;
    padding: 0 0.5em;
    position: absolute;
    right: 5px;
    top: 5px;
}

.LogoLink {
    display: inline-block;
    margin: 0 !important;
    text-decoration: none;
    vertical-align: middle;
}

.ContentTitle {
    line-height: 40px;
    color: var(--primary-color);
}

.CategoryDescription {
    margin-bottom: 2rem;
    font-size: 1.25rem;
}

.ContentSection+.ContentSection {
    border-top: 1px solid #dadada;
    margin-top: 40px;
    padding-top: 40px;
}

.fb-like {
    max-width: 100%;
    overflow: hidden;
}

.ExtShareButtons+.fb-like {
    margin-top: 24px;
}

.mfp-ajax-content {
    background-color: #ffffff;
    border-radius: 2px;
    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: #fafafa;
    border: 1px solid #dadada;
    border-width: 1px 0;
    font-size: 16px;
    position: relative;
    z-index: 100;
}

.NavigationBar .LogoLink>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>a {
    color: var(--primary-color);
}

.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>a {
    color: white;
    font-weight: bold;
}

.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>ul,
.MainNavigation li:hover>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 #dadada;
    border-radius: 2px 2px 0 0;
    color: #12283A;
    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>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 #dadada;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.MainNavigation li li a {
    background-color: #fafafa;
    border: 1px solid #dadada;
    border-width: 1px 0 0;
}

.MainNavigation li li:first-child a {
    border-width: 0;
}

.MainNavigation .Current>a {
    color: var(--primary-color);
}

.MainNavigation .HasSubCategories>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 li .HasSubCategories>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 #dadada;
    border-radius: 2px;
}

.SideNavigation a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fafafa;
    border-top: 1px solid #dadada;
    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>ul> :first-child>a {
    border-width: 0;
}

.SideNavigation .Current>a {
    color: var(--primary-color);
}

.DrawerNavigation {
    margin-top: -1px;
}

.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>a {
    color: var(--primary-color);
}

.DrawerNavigation .HasSubCategories>ul {
    display: none;
}

.DrawerNavigation .HasSubCategories>a {
    padding-right: 60px;
}

.DrawerNavigation .Open>ul {
    display: block;
}

#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>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 #dadada;
    float: left;
    margin-left: -1px;
    text-align: center;
    width: 40px;
}

.Pagination li:first-child {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    margin-left: 0;
}

.Pagination li:last-child {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.Pagination .CurrentPage,
.Pagination .DisabledPageLink,
.Pagination .PagesBetween {
    padding: 6px 12px;
}

.Pagination .CurrentPage {
    color: var(--primary-color);
}

.Pagination .PreviousPageLink>a,
.Pagination .PreviousPageLink.DisabledPageLink {
    font-size: 0;
}

.Pagination .PreviousPageLink>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: 16px;
    vertical-align: middle;
}

.Pagination .NextPageLink>a,
.Pagination .NextPageLink.DisabledPageLink {
    font-size: 0;
}

.Pagination .NextPageLink>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: 16px;
    vertical-align: middle;
}

.ProductImage,
#ProductThumbnails .ProductThumbnail {
    background-color: #ffffff;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    transition-duration: 0.15s;
}

.ProductImage:hover,
#ProductThumbnails .ProductThumbnail:hover {
    -moz-box-shadow: 0 1px 6px var(--primary-color);
    -ms-box-shadow: 0 1px 6px var(--primary-color);
    -webkit-box-shadow: 0 1px 6px var(--primary-color);
    box-shadow: 0 1px 6px var(--primary-color);
    border-color: var(--primary-color);
}

.ProductDiscountPrice {
    color: var(--primary-color);
}

.ProductComparePrice {
    text-decoration: line-through;
}

.ListProduct {
    position: relative;
}

.ListProduct .ProductImage,
.ListProduct #ProductThumbnails .ProductThumbnail,
#ProductThumbnails .ListProduct .ProductThumbnail {
    height: 160px;
    line-height: 138px;
    vertical-align: middle;
}

.ListProduct .ProductName {
    font-size: 0.8rem;
    display: block;
    margin: 0 0 0.5rem 0;
}

.ListProduct .ProductName a {
    text-decoration: none;
}

.ListProduct .ProductPrices {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#CurrentProductImage {
    border-radius: 2px;
    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 1px 6px var(--primary-color);
    -ms-box-shadow: 0 1px 6px var(--primary-color);
    -webkit-box-shadow: 0 1px 6px var(--primary-color);
    box-shadow: 0 1px 6px var(--primary-color);
    border-color: var(--primary-color);
}

@media screen and (max-width: 1024px) {
    #ProductThumbnails li {
        width: 12.5%;
    }
}

@media screen and (max-width: 800px) {
    #ProductThumbnails li {
        width: 25%;
    }
}

.SearchFilter {
    border: 1px solid #dadada;
    border-radius: 2px;
}

.SearchFilter a {
    float: right;
}

.SearchFilter li,
.SearchFilterTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fafafa;
    border: 1px solid #dadada;
    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: var(--primary-color);
    border-radius: 2px;
    color: #12283A;
    display: block;
    padding: 0 10px;
}

.FullSearchSuggestions a:hover,
.FullSearchSuggestions .Active a {
    background-color: #02d2ff;
    color: #12283A;
}

.FullSearchSuggestionsTitle {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
}

#MobileSearchForm {
    margin-bottom: 0;
}

#MobileSearchForm label {
    display: none;
}

.slick-arrow {
    line-height: 20px;
    padding: 4px;
    position: absolute;
    width: 40px;
    z-index: 1;
}

.slick-arrow>.fa {
    margin: 0;
}

.slick-prev,
.slick-next {
    bottom: 15px;
}

.slick-prev {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    right: 55px;
}

.slick-next {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    right: 15px;
}

.slick-slide:focus {
    outline: 0;
}

.slick-slide img {
    display: inline-block;
}

.Spinner {
    display: table;
    width: 130px;
}

.SpinnerInput {
    display: table-cell;
    width: 60%;
}

.SpinnerInput>input {
    border-radius: 0;
    border-width: 1px 0;
    display: block;
    margin: 0;
    min-width: 0;
    text-align: center;
    width: 100%;
}

.SpinnerControl {
    display: table-cell;
}

.SpinnerButton {
    display: block;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 35px;
}

.SpinnerButtonDec {
    border-bottom-right-radius: 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-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: #fff;
    color: #12283A;
}

.SiteHeader a {
    color: #12283A;
}

.SiteHeader a:hover {
    color: var(--primary-color);
}

.SiteBody {
    background-color: #ffffff;
    color: #12283A;
}

.SiteContent {
    padding: 40px 0 60px;
}
@media screen and (max-width: 1600px) {
	h3{
		font-size: 14px;
	}
}

.SiteFooter {
    border-top: 1px solid #dadada;
    color: #12283A;
    .Tab {
        display: none;
    }
    .Tab> :last-child {
        margin-bottom: 0;
    }
    .Tab.Current {
        display: block;
    }
    .Tabs {
        background-color: #ffffff;
        border: 1px solid #dadada;
        border-radius: 0 2px 2px 2px;
        padding: 20px;
    }
    @media screen and (max-width: 1024px) {
        .Tabs {
            border-width: 1px 0 0;
            margin: 0 -15px;
            padding: 20px 15px 0;
        }
    }
}
