@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,hebrew,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Montserrat:400,500,600,700|Roboto:400,400i,500,500i,700,700i|Roboto+Condensed:400,400i,700,700i|Open+Sans:400,400i,600,700,700i|Oswald:400,700|Source+Sans+Pro:400,400i");
/*!
 *  Font Awesome 4.7.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("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > 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 {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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-pp: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-resistance: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: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: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s; }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%, 43% {
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes pulse {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scaleX(1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  0% {
    transform: scaleX(1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scaleX(1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  0%, to {
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    transform: scaleX(1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    transform: scaleX(1); } }

.tada {
  animation-name: tada; }

@keyframes wobble {
  0% {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  0%, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    animation-timing-function: ease-in; }
  40% {
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    animation-timing-function: ease-in; }
  40% {
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateY(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg); }
  60%, 80% {
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%, to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left; }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * gemini-scrollbar
 * @version 1.5.1
 * @link http://noeldelgado.github.io/gemini-scrollbar/
 * @license MIT
 */
/* disable selection while dragging */
.gm-scrollbar-disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* fallback for native floating scrollbars */
.gm-prevented {
  -webkit-overflow-scrolling: touch; }

.gm-prevented > .gm-scrollbar {
  display: none; }

/* actual gemini-scrollbar styles */
.gm-scrollbar-container {
  position: relative;
  overflow: hidden !important;
  width: 100%;
  height: 100%; }

.gm-scrollbar {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 0px; }

.gm-scrollbar.-vertical {
  width: 12px;
  top: 0px;
  padding: 0 3px;
  background-color: #fff;
  border-left: 1px solid #e5e5e5; }

.gm-scrollbar.-horizontal {
  height: 6px;
  left: 2px; }

.gm-scrollbar .thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: #6b6b6b;
  transform: translate3d(0, 0, 0); }

.gm-scrollbar .thumb:hover,
.gm-scrollbar .thumb:active {
  background-color: rgba(0, 0, 0, 0.7); }

.gm-scrollbar.-vertical .thumb {
  width: 100%; }

.gm-scrollbar.-horizontal .thumb {
  height: 100%; }

.gm-scrollbar-container .gm-scroll-view {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch; }

/* @option: autoshow */
.gm-scrollbar-container.gm-autoshow .gm-scrollbar {
  opacity: 0;
  transition: opacity 120ms ease-out; }

.gm-scrollbar-container.gm-autoshow:hover > .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:active > .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:focus > .gm-scrollbar {
  opacity: 1;
  transition: opacity 340ms ease-out; }

.gm-resize-trigger {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  opacity: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 480px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:480px)/";
  width: 480px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:480px) and (max-width:768px)/";
  width: 480px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:768px) and (max-width:1200px)/";
  width: 768px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1200px)/";
  width: 1200px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1200px) and (max-width:1681px)/";
  width: 1200px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 11px 20px 10px;
  padding-bottom: 11px 20px 10px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-color: #e5e5e5 !important; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 11px 20px 10px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #e8e8e8; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px !important; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #e8e8e8; }
  .table .table {
    background-color: #f9f9f9; }
  .table tr > td:first-child {
    font-weight: 700; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #e8e8e8; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #e8e8e8; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #e8e8e8; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.alert {
  padding: 10px 30px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-width: 0 0 1px;
  border-radius: 4px;
  border-radius: 1px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 10px 30px20; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: #2d2d2d;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 480px) {
    html {
      font-size: 14px; } }
  @media (min-width: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: black;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #548f31; }

p {
  margin-bottom: 2rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #548f31;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #464646;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 11px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e8e8e8;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  color: #c7254e; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #dfdfdf;
  color: #2d2d2d;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 1rem;
  line-height: 1.5; }

cite {
  color: #a5a5a5;
  display: block;
  font-size: 1rem; }

.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #4f4f4f;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  background: transparent;
  border: solid 1px #e8e8e8;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f2; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e8e8e8; }

.table-tfoot {
  border: 1px solid #e8e8e8; }

.table-tbody tr {
  border-bottom: 1px solid #e8e8e8; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 0px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent; }
  .button:active {
    background-color: transparent;
    border: 1px solid; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: black;
  border-color: black;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: white;
    border-color: white;
    color: black; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 13px; }

.button--small {
  font-size: 11px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #2d2d2d; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 0px;
      border-right-width: 1px;
      border-top-right-radius: 0px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #454545;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: black;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #464646;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border-color: #dedede;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  color: #454545;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #454545;
    color: #989898;
    cursor: text; }
  .form-input:focus {
    border-color: #989898;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder {
    color: #a5a5a5; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: whitesmoke;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  color: #454545;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 0px; }
  .form-select:focus {
    border-color: #989898; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #989898; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #454545;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -15px;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 480px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #dfdfdf;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 0px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(79, 79, 79, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #454545;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #2d2d2d;
    box-shadow: 0 0 4px rgba(45, 45, 45, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #989898; }

.switch-label--icon.icon {
  width: 26px;
  height: 26px; }
  .switch-label--icon.icon svg {
    width: 26px;
    height: 26px;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #454545;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #69d66f; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #69d66f; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #e82b1a; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #e82b1a; }

.form-field--error .form-input-indicator > svg {
  fill: #e82b1a; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #d4cb49; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #d4cb49; }

.form-field--warning .form-input-indicator > svg {
  fill: #d4cb49; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #f2f2f2;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #f2f2f2; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #464646;
  float: left;
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #464646; }
  .breadcrumb.current {
    color: #464646;
    cursor: default; }
    .breadcrumb.current a {
      color: #464646;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #464646;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #2d2d2d;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #464646;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e8e8e8;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 480px) {
    .tab {
      float: left; } }

.tab-title {
  color: #464646;
  display: block;
  font-size: 13px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #2d2d2d; }

.tab.is-active .tab-title {
  color: #2d2d2d;
  font-weight: 700; }

@media (min-width: 480px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 480px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 480px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: #2d2d2d;
  font-size: 13px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: black;
  font-size: 13px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #464646;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 0px;
      transition: background-color, 300ms, ease-out;
      background: none;
      color: #464646;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: black; }

li.pagination-item--current a, li.pagination-item--current button {
  color: black;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity, 300ms, ease-out;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: white; }
  .alertBox .icon {
    width: 20px;
    height: 20px; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #4f4f4f; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #69d66f; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #d4cb49; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #e82b1a; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    width: 20px;
    height: 20px; }
  .alertBox-close svg {
    fill: #4f4f4f; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e8e8e8 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e8e8e8 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #2d2d2d;
    padding: 1.85714rem;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2f2f2; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e8e8e8 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #69d66f; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #e82b1a; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #d4cb49; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e8e8e8;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 480px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 480px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 480px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 480px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1024px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e8e8e8;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e8e8e8;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    width: 20px;
    height: 20px; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 0px;
  color: white;
  display: inline-block;
  font-size: 13px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(45, 45, 45, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    width: 40px;
    height: 40px;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #989898 #989898;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 480px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 480px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 480px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #454545;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #464646; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #2d2d2d; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #2d2d2d; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #464646; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #989898;
  height: 0.35714rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 768px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #a5a5a5;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 2.28571rem;
  letter-spacing: 0.08em; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: all 0.2s ease; }

body {
  line-height: 20px;
  padding: 0;
  margin: 0; }

.body {
  margin: 0;
  padding: 0px;
  min-height: 400px; }

* {
  outline: none; }

button,
input[type="button"],
input[type="submit"] {
  transition: all 0.3s ease 0s; }

a,
img {
  text-decoration: none;
  transition: all .3s ease 0s; }
  a:hover,
  img:hover {
    text-decoration: none;
    transition: all .3s ease 0s; }
  a:focus, a:active,
  img:focus,
  img:active {
    text-decoration: none; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  font-size: 28px;
  margin: 0 0 3rem;
  text-align: center; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #464646;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0;
  padding: 3px 0; }

.definitionList-value {
  margin: 0;
  padding: 3px 0;
  font-weight: 700; }

.form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222222; }

.form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222222; }

.form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #222222; }

.form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #222222; }

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/select-arr.png");
  border-radius: 0px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border-color: #dedede; }
  .form-select:focus {
    background-image: url("../img/select-arr-focus.png"); }

.form-label small {
  float: right;
  font-style: italic;
  text-transform: none;
  color: #a0a0a0;
  font-weight: 400; }

.form-label--inlineSmall small {
  color: red;
  float: none;
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e8e8e8; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 480px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 480px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e8e8e8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e8e8e8;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 480px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e8e8e8; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 480px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.dropdown-menu {
  border-radius: 0;
  background: #ffffff;
  padding: 0;
  border: 1px solid #d0d0d0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }

@media (min-width: 1200px) {
  .modal--large {
    width: 1024px; } }

.modal-header {
  background: #f5f5f5;
  border-bottom: 0;
  padding: 1.5rem 0;
  padding-left: 2.25rem;
  padding-right: 3.10714rem; }

.modal-header-title {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.popup-close,
.modal-close {
  width: 33px;
  height: 33px;
  color: white;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  text-decoration: none !important;
  z-index: 50;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center; }
  .popup-close svg,
  .modal-close svg {
    width: 33px;
    height: 33px;
    padding: 5px;
    fill: white; }
  .popup-close:hover,
  .modal-close:hover {
    color: white;
    text-decoration: none;
    background: #e82b1a; }
    .popup-close:hover svg,
    .modal-close:hover svg {
      fill: white; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.panel-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.product-pagination {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .product-pagination.top {
      justify-content: space-between; } }
  .product-pagination.top .pagination {
    width: calc(100% - 300px);
    text-align: center; }
    @media (max-width: 991px) {
      .product-pagination.top .pagination {
        order: 3;
        width: 100%;
        padding-top: 15px; } }
  .product-pagination.bottom {
    padding-top: 20px;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 767px) {
      .product-pagination.bottom {
        justify-content: center; } }
  @media (max-width: 768px) {
    .product-pagination.bottom .pagination {
      width: 100%;
      padding-bottom: 20px;
      text-align: center; } }
  @media (max-width: 991px) {
    .product-pagination {
      flex-wrap: wrap; } }

.page-type-account_recentitems .product-pagination.bottom {
  justify-content: flex-end;
  margin-top: 10px; }

.pagination-list {
  display: inline-block;
  font-size: 0;
  margin-bottom: 0;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block;
    margin: 0;
    padding: 5px 7px;
    cursor: default; }
    .pagination-list .pagination-item a {
      display: inline;
      font-size: 12px;
      color: black;
      font-weight: 400;
      border-radius: 0;
      padding: 5px; }
      .pagination-list .pagination-item a:hover {
        text-decoration: none;
        color: #548f31; }
    .pagination-list .pagination-item.pagination-item--previous a,
    .pagination-list .pagination-item.pagination-item--next a {
      color: black;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700; }
      .pagination-list .pagination-item.pagination-item--previous a span,
      .pagination-list .pagination-item.pagination-item--next a span {
        border-bottom: 1px solid black; }
      .pagination-list .pagination-item.pagination-item--previous a:hover,
      .pagination-list .pagination-item.pagination-item--next a:hover {
        color: #548f31; }
        .pagination-list .pagination-item.pagination-item--previous a:hover span,
        .pagination-list .pagination-item.pagination-item--next a:hover span {
          border-bottom-color: #548f31; }
      .pagination-list .pagination-item.pagination-item--previous a i.fa,
      .pagination-list .pagination-item.pagination-item--next a i.fa {
        font-size: 14px;
        vertical-align: -1px;
        padding: 0 8px; }
    .pagination-list .pagination-item.pagination-item--current a {
      color: black;
      border-bottom: 1px solid black;
      font-weight: 700;
      margin: 5px;
      padding: 0; }

.compare-link-top {
  width: 150px;
  text-align: right; }
  @media (max-width: 1024px) {
    .compare-link-top {
      display: none; } }
  .compare-link-top a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase; }

.compare-link {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  min-width: 200px; }
  @media (max-width: 600px) {
    .compare-link {
      width: 100%;
      height: 50px;
      border-width: 1px 0 0 0; } }
  .compare-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    letter-spacing: 0.08em;
    width: 100%;
    font-size: 12px;
    background: #548f31 !important;
    color: #fff !important;
    border-color: #548f31 !important; }
    .compare-link a .countPill {
      display: none; }
    .compare-link a:hover {
      text-decoration: none;
      background: #000 !important;
      color: #fff !important;
      border-color: #000 !important; }
  .compare-link.link-show .countPill {
    display: inline-block; }

.compare-link .countPill {
  display: inline-block;
  min-width: 24px;
  margin-left: 10px;
  padding: 0 4px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #548f31 !important;
  line-height: 24px;
  font-size: 11px;
  font-weight: 700; }

/*Buttons*/
.btn {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  letter-spacing: 0.08em;
  line-height: initial;
  padding: 9px 25px 8px;
  text-transform: uppercase;
  border-radius: 0px;
  background: #fff;
  text-align: center; }

.btn.btn-sm {
  font-size: 11px;
  line-height: 25px;
  height: 28px;
  padding: 0 15px;
  border-width: 1px !important; }

.btn.btn-lg {
  line-height: 43px;
  height: 46px;
  padding: 1px 27px;
  font-size: 13px; }

/*btn-primary*/
.btn.btn-primary {
  color: white;
  border: 2px solid black;
  background: black; }

.btn.btn-primary:hover {
  color: black;
  background: white; }

.btn.btn-primary[disabled],
.btn.btn-primary[disabled]:hover,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary[disabled]:active {
  color: white;
  border: 2px solid black;
  background: black; }

.btn-sm.btn-primary {
  line-height: 24px; }

.btn > i.fa.fa-caret-right {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-left: 9px; }

/*btn alternate*/
.btn.btn-alt {
  color: black;
  border: 2px solid black;
  background: white; }

.btn.btn-alt:hover {
  color: #548f31;
  background: black;
  border-color: black; }

.btn.btn-alt-white {
  color: #fff;
  border: 1px solid #fff;
  background: #000; }

.btn.btn-alt-white:hover {
  color: #000;
  background: #fff; }

.btn.btn-alt[disabled],
.btn.btn-alt[disabled]:hover,
.btn.btn-alt[disabled]:focus,
.btn.btn-alt[disabled]:active {
  color: black;
  border: 2px solid black;
  background: white; }

/*btn-default*/
.btn.btn-default {
  border-color: #cbcbcb; }

.btn.btn-default:hover {
  background: #f5f5f5; }

/*btn-checkout*/
.btn.btn-checkout {
  max-width: 270px;
  padding-top: 10px;
  color: white;
  border-color: #e82b1a;
  background: #e82b1a; }

.btn.btn-checkout:hover {
  border-color: black;
  background: black; }

.btn.btn-checkout.btn-lg {
  padding: 1px 27px; }

/*btn disabled*/
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  opacity: .5;
  filter: alpha(opacity=50); }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 768px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #4f4f4f; }

.tab {
  border-top: 1px solid #e8e8e8;
  float: none; }
  @media (min-width: 768px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 480px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 768px) {
      .tab.is-active {
        border: 1px solid #e8e8e8;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 480px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

.accordion {
  border-radius: 0px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

@media (min-width: 768px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 768px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 768px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 768px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.78571rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 0px 0px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 0px 0px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #464646;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #2d2d2d; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 0px;
  color: #4f4f4f; }

.alertBox-icon .icon {
  width: 25px;
  height: 25px; }

.alertBox--info {
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-label {
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
  font-size: 12px;
  margin-bottom: 10px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(232, 43, 26, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 2px; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 1px; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 480px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 480px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 480px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-weight: 700;
  margin-bottom: 0.78571rem;
  color: #000000; }

.form-select--date {
  width: initial;
  margin-right: 0.35714rem;
  margin-bottom: 0.35714rem; }
  .form-select--date:last-of-type {
    margin-right: 0; }

.form-select--small,
.form-select--date {
  background-position: right;
  background-size: auto;
  font-size: 1rem;
  height: 3rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem;
  min-width: 90px; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #a5a5a5;
  font-size: 11px; }

.form-field-group {
  border: 1px solid #dedede;
  border-radius: 0px;
  padding: 1.5rem; }

.form-column {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }
  @media (min-width: 480px) {
    .form-column {
      padding-left: 15px;
      padding-right: 15px;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1200px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 768px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1200px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1200px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem;
  width: 36px;
  height: 36px;
  border-color: #dedede;
  font-size: 16px;
  color: #000;
  padding-top: 2px; }
  .form-increment .button[data-action="dec"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form-increment .button[data-action="inc"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form-increment .button:hover {
    border-color: #000; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 3.71429rem;
  min-width: 52px;
  height: 36px;
  border: 1px solid #dedede;
  border-width: 1px 0;
  border-radius: 0; }
  .form-input--incrementTotal:disabled {
    border: transparent; }

/*[data-product-attribute="swatch"],
[data-product-attribute="set-rectangle"] {
    margin-bottom: 0 !important;
}*/
[data-product-attribute="swatch"] .form-option {
  width: 36px;
  height: 36px; }
  [data-product-attribute="swatch"] .form-option > span {
    position: relative;
    background-size: cover; }

[data-product-attribute="set-rectangle"] .form-option {
  min-width: 36px;
  height: 36px;
  text-align: center;
  /*padding: 8px 7px 7px;*/ }

.form-option {
  border: 0 !important;
  box-shadow: inset 0px 0px 0px 1px #e4e4e4;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 9px;
  margin-right: 9px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #000; }

.form-radio:checked + .form-option > span {
  box-shadow: inset 0px 0px 0px 3px black; }

.form-option-variant {
  display: inline-block;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  padding: 0 8px;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  width: 100%;
  height: 100%;
  min-width: initial;
  padding: 0; }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 11px;
  height: 3rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 480px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable:before {
    background-color: #f00;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 18px;
    transform: rotate(-45deg);
    width: 50px; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card-figure {
  margin-top: 0;
  height: 100%;
  width: 100%; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 768px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

.card-title {
  font-size: 13px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: black;
    text-decoration: none; }
    .card-title > a:hover {
      color: #548f31; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 480px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 480px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #2d2d2d; }
    .card--alternate:hover .card-body {
      background-color: #2d2d2d; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none;
  font-size: 1rem; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #dfdfdf;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 0px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #f2f2f2;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    width: 13px;
    height: 13px;
    fill: black; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

nav.navBar--sub {
  display: block; }

nav.navBar--sub ul.navBar-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
  border: 0;
  width: 100%; }
  nav.navBar--sub ul.navBar-section::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #d0d0d0; }
  nav.navBar--sub ul.navBar-section li.navBar-item {
    position: relative;
    z-index: 1;
    display: table;
    float: left;
    height: 42px;
    margin-left: -1px;
    border: 0; }
    nav.navBar--sub ul.navBar-section li.navBar-item:first-child {
      margin-left: 0; }
    nav.navBar--sub ul.navBar-section li.navBar-item a {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 700;
      display: block;
      display: table-cell;
      padding: 7px 25px 5px;
      transition: background .3s ease 0s;
      vertical-align: middle;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #000;
      border: 1px solid #e5e5e5;
      background: #f9f9f9;
      text-decoration: none !important; }
    nav.navBar--sub ul.navBar-section li.navBar-item.is-active a {
      border-bottom-color: #fff;
      background: #fff; }

nav.navBar--sub ~ main h3 {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: uppercase; }

nav.navBar--sub ~ main h2 {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: uppercase; }

@media (max-width: 991px) {
  nav.navBar--sub ul.navBar-section.account-navigation {
    display: flex;
    flex-wrap: wrap; }
    nav.navBar--sub ul.navBar-section.account-navigation li.navBar-item {
      width: 100%;
      margin-left: 0;
      margin-bottom: -1px; }
      nav.navBar--sub ul.navBar-section.account-navigation li.navBar-item:last-child {
        margin-bottom: 0; } }

@media (max-width: 991px) {
  nav.navBar--sub.navBar--account ul.navBar-section {
    display: flex;
    flex-wrap: wrap; }
    nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item {
      width: 33.33%;
      margin-bottom: -1px; }
      nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(4) {
        margin-left: 0; }
      nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(4), nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(5), nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(6) {
        margin-bottom: 0; } }
    @media (max-width: 991px) and (max-width: 767px) {
      nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item {
        width: 100%;
        margin-left: 0; }
        nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(4), nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(5) {
          margin-bottom: -1px; } }

.form.gift-certificate-form .form-row {
  margin-left: -10px;
  margin-right: -10px; }
  .form.gift-certificate-form .form-row .form-field {
    padding-left: 10px;
    padding-right: 10px; }
  .form.gift-certificate-form .form-row .form-column {
    padding-left: 10px;
    padding-right: 10px; }

.form-row .form-field.certificate_theme {
  padding: 20px !important; }

[name="certificate_theme"] + .form-label {
  margin-bottom: 11px; }

[name="certificate_theme"] + .form-label:last-of-type {
  margin-bottom: 0px; }

input#gift-certificate-preview {
  min-width: 152px; }

input#gift-certificate-submit {
  min-width: 296px; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

/*
.actionBar-section {

    .form-field {
        background-color: $input-bg-color;
        border: $actionBar-form-field-border;
        border-radius: $actionBar-form-field-radius;
        overflow: hidden;

        // scss-lint:disable NestingDepth
        &:hover {
            border-color: stencilColor("input-border-color-active");
        }
        // scss-lint:enable NestingDepth
    }

    .form-label {
        color: $actionBar-form-label-color;
        font-size: $actionBar-form-label-fontSize;
        line-height: $actionBar-form-label-lineHeight;
        margin-bottom: 0;
        padding-left: $actionBar-form-label-padding;
    }

    .form-input,
    .form-select {
        border: 0;
        padding-left: $actionBar-form-input-padding;
        width: auto;
    }

    .form-label,
    .form-input,
    .form-select {
        display: inline-block;
    }

    .form-select {
        color: stencilColor("color-textLink");
        height: $input-small-height - remCalc($input-border-width * 2);
    }
}
*/
.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navPages-container {
  background: #548f31; }
  @media (max-width: 1024px) {
    .navPages-container {
      display: none; } }
  .navPages-container .navPages-quickSearch {
    display: none; }
  .navPages-container nav ul.navPages-list {
    margin: 0; }
  .navPages-container nav ul.navPages-list.navPages-list--user {
    display: none; }
  .navPages-container nav ul.navPages-list a:hover {
    text-decoration: none; }
  .navPages-container nav ul.navPages-list > li {
    display: inline-block;
    position: relative; }
    .navPages-container nav ul.navPages-list > li.fullWidth {
      position: inherit; }
    .navPages-container nav ul.navPages-list > li.leftEdge {
      position: inherit; }
    .navPages-container nav ul.navPages-list > li.rightEdge {
      position: inherit; }
    .navPages-container nav ul.navPages-list > li > a {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 700;
      display: block;
      padding: 12px 15px 10px;
      text-decoration: none !important;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: white;
      transition: none; }
      @media (min-width: 1025px) and (max-width: 1199px) {
        .navPages-container nav ul.navPages-list > li > a {
          padding: 12px 10px 10px; } }
      .navPages-container nav ul.navPages-list > li > a.has-subMenu {
        position: relative;
        padding-right: 22px; }
        @media (min-width: 1025px) and (max-width: 1199px) {
          .navPages-container nav ul.navPages-list > li > a.has-subMenu {
            padding-right: 20px; } }
        .navPages-container nav ul.navPages-list > li > a.has-subMenu::after {
          font-family: 'FontAwesome';
          font-size: 14px;
          position: absolute;
          top: 50%;
          right: 6px;
          content: '\f107';
          color: white;
          transform: translateY(-50%); }
        .navPages-container nav ul.navPages-list > li > a.has-subMenu .triangle-with-shadow {
          z-index: 999;
          top: 100%;
          left: 20px;
          width: 16px;
          margin-top: -15px;
          display: none; }
          .navPages-container nav ul.navPages-list > li > a.has-subMenu .triangle-with-shadow::before {
            background-color: white;
            border: 0;
            box-shadow: none; }
    .navPages-container nav ul.navPages-list > li:hover > a {
      color: white; }
      .navPages-container nav ul.navPages-list > li:hover > a.has-subMenu::after {
        color: white; }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu {
      position: absolute;
      z-index: 102;
      top: auto;
      display: none;
      min-width: 210px;
      border: 1px solid white;
      background-color: white;
      max-height: 75vh;
      overflow: auto; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul {
        margin: 0;
        padding: 14px 0 14px;
        list-style: none;
        width: 100%;
        /*& > li + li {
               border-top: 1px solid stencilColor('mainNav-dropdown-sub-parent-border-color');
            }*/ }
        .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul > li {
          position: relative;
          padding: 4px 20px 5px;
          width: 100%; }
        .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li > a {
          display: inline;
          color: #464646; }
        .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li:hover > a {
          color: black;
          border-bottom: 1px solid black; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-childList {
        position: absolute;
        z-index: 1;
        top: -14px;
        left: 100%;
        display: none;
        width: 100%;
        min-width: 210px;
        margin-left: -7px;
        background: white; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu li:hover > .navPage-childList {
        display: block;
        animation: fadeIn .3s; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-subMenu {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 100%;
        display: none;
        width: 100%;
        min-width: 210px;
        margin-left: 6px;
        border: 1px solid #d0d0d0;
        background: white;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu li:hover > .navPage-subMenu {
        display: block;
        animation: fadeIn .3s; }
    .navPages-container nav ul.navPages-list > li:hover > a > span.triangle-with-shadow {
      display: block;
      animation: fadeIn .3s; }
    .navPages-container nav ul.navPages-list > li:hover > .navPage-subMenu {
      display: flex;
      animation: fadeIn .3s; }
    .navPages-container nav ul.navPages-list > li:not(.hasMegamenu) .navPage-subMenu-list li a.has-subMenu::after {
      font-family: 'FontAwesome';
      font-size: 14px;
      position: absolute;
      top: 5px;
      right: 20px;
      content: '\f105';
      color: white; }

.navPages-container li.hasMegamenu > .subMegaMenu {
  padding: 10px 10px 10px; }
  @media (min-width: 1200px) {
    .navPages-container li.hasMegamenu > .subMegaMenu {
      width: 100%; } }
  @media (max-width: 1199px) {
    .navPages-container li.hasMegamenu > .subMegaMenu {
      max-width: 100%; } }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu {
  padding: 10px 10px 10px; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea {
  float: left;
  min-height: 1px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea {
  float: left;
  min-height: 1px;
  margin-top: -10px; }

.navPages-container li.hasMegamenu > .subMegaMenu.imageLeft .cateArea {
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu.imageRight .cateArea {
  padding-right: 20px; }

.navPages-container li.hasMegamenu.alignLeft > .subMegaMenu {
  left: 0; }

.navPages-container li.hasMegamenu.alignRight > .subMegaMenu {
  right: 0;
  left: auto; }

.navPages-container li.hasMegamenu.rightEdge > .subMegaMenu {
  right: 0;
  left: auto; }

.navPages-container li.hasMegamenu.alignCenter > .subMegaMenu {
  left: 50%;
  transform: translateX(-50%); }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu {
  left: 0;
  width: 100% !important; }

.navPages-container li.hasMegamenu.leftEdge > .subMegaMenu {
  left: 0; }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu .container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.navPages-container li.hasMegamenu > .subMegaMenu {
  position: absolute;
  z-index: 102;
  top: auto;
  display: none;
  min-width: 210px;
  background-color: white;
  left: 0; }

.navPages-container li.hasMegamenu:hover > .subMegaMenu {
  display: flex;
  animation: fadeIn .3s; }

.navPages-container li.hasMegamenu > .subMegaMenu ul {
  padding: 0;
  list-style: none; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li {
  padding-right: 0;
  padding-left: 0;
  border: 0; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li a {
  position: relative;
  display: inline; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > ul {
  position: inherit;
  top: 0;
  left: 0;
  display: block;
  margin: 10px 0 0;
  padding: 10px 0 24px;
  animation: none;
  border-top: 1px solid #e3e3e3;
  background: transparent;
  box-shadow: none;
  min-width: 100%; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li:hover > ul {
  animation: none; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a {
  text-decoration: none;
  background: transparent; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colLeft {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colRight {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 100%; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li {
  padding-right: 20px;
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > ul > li {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > ul > li {
  width: 33.33%;
  padding-right: 20px;
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > ul > li {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > ul > li {
  width: 20%;
  padding-right: 20px;
  padding-left: 20px; }

/*Megamenu Col-left-right image*/
.imageArea .col-left {
  width: 50%;
  padding-right: 10px;
  display: flex; }

.imageArea a {
  display: block; }

.imageArea .col-left a + a {
  margin-top: 20px; }

.imageArea .col-right {
  flex-direction: column;
  width: 50%;
  padding-left: 10px;
  display: flex;
  justify-content: space-between; }

.subMegaMenu.imageLeft .imageArea .col-left {
  float: left; }

.bottomCate {
  width: 100%;
  max-width: 100% !important; }

.subMegaMenu .shop-by-brands {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px; }
  .subMegaMenu .shop-by-brands label {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #464646; }
  .subMegaMenu .shop-by-brands a.show-all-brands {
    color: #464646; }
    .subMegaMenu .shop-by-brands a.show-all-brands i.fa {
      margin-left: 5px; }
    .subMegaMenu .shop-by-brands a.show-all-brands:hover {
      color: black; }
      .subMegaMenu .shop-by-brands a.show-all-brands:hover span {
        border-bottom: 1px solid black; }
  .subMegaMenu .shop-by-brands ul {
    width: 100%;
    padding: 10px 0 0 !important;
    margin-top: 5px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    border-top: 1px solid #e3e3e3; }
    .subMegaMenu .shop-by-brands ul li {
      width: 33.33%;
      height: 60px;
      padding-right: 0 !important;
      padding-left: 0 !important;
      border: 0 !important; }
      .subMegaMenu .shop-by-brands ul li a {
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex !important;
        overflow: hidden;
        height: 100%;
        padding: 0 !important;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: 0 !important; }

.subMegaMenu .imageArea .shop-the-latest {
  width: 100%; }
  @media (max-width: 1024px) {
    .subMegaMenu .imageArea .shop-the-latest {
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-top: 20px;
      border-top: 1px solid #e3e3e3;
      border-left: 0; } }
  .subMegaMenu .imageArea .shop-the-latest h4 {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 0px 0 15px;
    text-transform: uppercase;
    text-align: center;
    color: #464646; }
  .subMegaMenu .imageArea .shop-the-latest .owl-carousel.owl-hidden {
    opacity: 0; }
  .subMegaMenu .imageArea .shop-the-latest .owl-carousel .owl-stage {
    display: flex;
    flex-wrap: nowrap; }
  .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item {
    text-align: center; }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item a {
      background: transparent !important;
      display: flex;
      justify-content: center;
      border: 0 !important; }
      .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item a:hover {
        border: 0 !important; }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item .cate-img {
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item .cate-img img {
          width: auto !important; } }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item .cate-name {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 3px; }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item .cate-desc {
      font-style: italic;
      margin: 0px;
      padding: 0px;
      font-family: 'Georgia', Times New Roman, serif;
      font-size: 12px;
      opacity: 0.7;
      letter-spacing: 0.02em; }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item .cate-shop-now {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: #f4590d; }
  .subMegaMenu .imageArea .shop-the-latest .owl-carousel .owl-nav > div {
    position: absolute;
    transform: none;
    border: 0; }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .owl-nav > div.owl-prev {
      left: -15px;
      top: 40%;
      transform: translateY(-50%); }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .owl-nav > div.owl-next {
      right: -15px;
      top: 40%;
      transform: translateY(-50%); }

.subMegaMenu.imageLeft .imageArea .shop-the-latest {
  width: 100%;
  padding-right: 30px;
  border-right: 1px solid #e3e3e3; }

.subMegaMenu.imageRight .imageArea .shop-the-latest {
  width: 100%;
  padding-left: 30px;
  border-left: 1px solid #e3e3e3; }

/*Megamenu four-images*/
.imageArea .four-images {
  text-align: center; }

.imageArea .four-images a {
  display: inline-block;
  max-width: 49%;
  padding: 2.5px 1px; }

#menu .cateArea > ul {
  margin-right: -10px !important;
  margin-left: -10px !important;
  display: flex;
  flex-wrap: wrap;
  width: auto; }

li.hasMegamenu.fullWidth .cateArea .navPage-childList {
  min-width: auto !important; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  margin-bottom: 10px; }
  .tag a {
    font-style: italic;
    color: rgba(72, 72, 72, 0.6);
    display: inline-block;
    padding: 0.35714rem 1rem;
    text-decoration: none;
    background: #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0; }
    .tag a:hover {
      color: #000000;
      border-bottom-color: #ccc;
      background: #ccc; }

.social-icons {
  margin: 0;
  margin-top: 2px;
  padding-right: 36px; }

.social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px; }
  .social-icons li:last-child {
    margin-right: 0; }

.social-icons a {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  text-align: center; }
  .social-icons a svg {
    width: 14px;
    fill: #000; }
  .social-icons a:hover svg {
    fill: #fff; }
  .social-icons a.icon--facebook:hover {
    background: #4a73bd; }
  .social-icons a.icon--twitter:hover {
    background: #46b0e2; }
  .social-icons a.icon--google:hover {
    background: #ea3b02; }
  .social-icons a.icon--instagram:hover {
    background: #fb3358; }
  .social-icons a.icon--rss:hover {
    background: #f9bc2e; }
  .social-icons a.icon--pinterest:hover {
    background: #cc2127; }
  .social-icons a.icon--tumblr:hover {
    background: #33465d; }
  .social-icons a.icon--youtube:hover {
    background: #cf3427; }
  .social-icons a.icon--linkedin:hover {
    background: #0077b5; }
  .social-icons a.icon--stumbleupon:hover {
    background: #eb4924; }

.black-icons .social-icons a {
  background-color: #2a2a2e; }
  .black-icons .social-icons a svg {
    fill: #fff; }

.owl-nav > div {
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  font-family: "FontAwesome";
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000; }
  .owl-nav > div::before {
    font-size: 25px;
    position: relative; }
  .owl-nav > div.owl-prev {
    left: -52px; }
    .owl-nav > div.owl-prev::before {
      content: '\f104';
      left: -1px; }
    @media (max-width: 991px) {
      .owl-nav > div.owl-prev {
        left: 0px; } }
  .owl-nav > div.owl-next {
    right: -52px; }
    .owl-nav > div.owl-next::before {
      content: '\f105';
      left: 1px; }
    @media (max-width: 991px) {
      .owl-nav > div.owl-next {
        right: 0px; } }
  .owl-nav > div:hover {
    color: #548f31; }

.owl-nav > div.disabled {
  opacity: 0.2;
  cursor: default !important; }

.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  transform-style: unset; }
  @media (max-width: 767px) {
    .owl-carousel .owl-item img {
      width: 100%; } }

.heroCarousel {
  margin-bottom: 30px;
  min-height: 100px;
  min-width: 300px;
  z-index: 0; }
  @media (max-width: 767px) {
    .heroCarousel {
      margin-bottom: 57px; } }
  .heroCarousel .owl-nav {
    max-width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1024px) {
      .heroCarousel .owl-nav {
        display: none; } }
  .heroCarousel .owl-nav > div {
    width: 60px;
    height: 60px;
    border: 0;
    color: #fff;
    background: transparent;
    box-shadow: 0px 0px 0px 2px white;
    opacity: 0;
    visibility: hidden; }
    .heroCarousel .owl-nav > div.owl-prev {
      left: 0px; }
      .heroCarousel .owl-nav > div.owl-prev::before {
        content: '\f104';
        font-family: "FontAwesome";
        font-size: 33px;
        top: -1px; }
    .heroCarousel .owl-nav > div.owl-next {
      right: 0px; }
      .heroCarousel .owl-nav > div.owl-next::before {
        content: '\f105';
        font-family: "FontAwesome";
        font-size: 33px;
        top: -1px; }
  .heroCarousel .heroCarousel-image {
    width: auto;
    max-width: 100%;
    margin: 0 auto; }
  .heroCarousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .heroCarousel .owl-dots {
        bottom: -40px; } }
  .heroCarousel .owl-dots > div {
    position: relative;
    display: inline-block;
    margin: 0 5px !important;
    width: 12px;
    height: 12px;
    /* Dots Puff Style  */ }
    @media (max-width: 767px) {
      .heroCarousel .owl-dots > div {
        width: 10px;
        height: 10px;
        padding: 0; } }
    .heroCarousel .owl-dots > div span {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none;
      border-radius: 50%;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.5);
      text-indent: -999em;
      /* make the text accessible to screen readers */
      cursor: pointer;
      position: absolute; }
      @media (max-width: 767px) {
        .heroCarousel .owl-dots > div span {
          background: gray;
          border: 1px solid gray; } }
    .heroCarousel .owl-dots > div span:focus {
      outline: none; }
    .heroCarousel .owl-dots > div span {
      border: 3px solid transparent;
      transition: border-color 0.3s ease; }
    .heroCarousel .owl-dots > div span::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      opacity: 0;
      transform: scale(3);
      transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; }
      @media (max-width: 767px) {
        .heroCarousel .owl-dots > div span::after {
          background-color: rgba(0, 0, 0, 0.5); } }
    .heroCarousel .owl-dots > div span:hover,
    .heroCarousel .owl-dots > div span:focus,
    .heroCarousel .owl-dots > div.active span {
      border-color: #fff; }
      @media (max-width: 767px) {
        .heroCarousel .owl-dots > div span:hover,
        .heroCarousel .owl-dots > div span:focus,
        .heroCarousel .owl-dots > div.active span {
          border: 1px solid gray;
          background: transparent; } }
    .heroCarousel .owl-dots > div.active span::after {
      visibility: visible;
      opacity: 1;
      transform: scale(1);
      transition: opacity 0.3s ease, transform 0.3s ease; }
      @media (max-width: 767px) {
        .heroCarousel .owl-dots > div.active span::after {
          display: none; } }
  .heroCarousel:hover .owl-nav > div {
    opacity: 1;
    visibility: visible; }
    .heroCarousel:hover .owl-nav > div.owl-prev {
      left: 50px; }
    .heroCarousel:hover .owl-nav > div.owl-next {
      right: 50px; }

.heroCarousel-content {
  text-align: left; }
  @media (min-width: 768px) {
    .heroCarousel-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 1170px;
      padding: 0 58px 30px; } }
  @media (max-width: 767px) {
    .heroCarousel-content {
      text-align: center !important;
      padding: 20px 0 0px 0; } }
  .heroCarousel-content .heroCarousel-title {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white; }
    @media (max-width: 767px) {
      .heroCarousel-content .heroCarousel-title {
        margin: 0;
        color: #548f31; } }
    @media (max-width: 480px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 22px;
        margin: 0; } }
  .heroCarousel-content .heroCarousel-description p {
    display: inline-block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 30px;
    max-width: 400px;
    color: white; }
    @media (max-width: 767px) {
      .heroCarousel-content .heroCarousel-description p {
        color: #2d2d2d;
        padding-top: 12px;
        margin-bottom: 20px; } }
  .heroCarousel-content .heroCarousel-action {
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 147px;
    height: 40px;
    padding-top: 11px;
    color: white;
    border-color: white; }
    .heroCarousel-content .heroCarousel-action:hover {
      background: #000 !important;
      color: #fff !important;
      border-color: #000 !important; }
    @media (max-width: 767px) {
      .heroCarousel-content .heroCarousel-action {
        color: #000 !important;
        border-color: #000 !important; } }

@media (min-width: 768px) {
  .slide-item-0 .heroCarousel-content {
    text-align: center; }
    .slide-item-0 .heroCarousel-content .heroCarousel-title {
      color: white; }
    .slide-item-0 .heroCarousel-content .heroCarousel-description p {
      color: white; }
    .slide-item-0 .heroCarousel-content .heroCarousel-action {
      color: white;
      border-color: white; }
  .slide-item-1 .heroCarousel-content {
    text-align: left; }
    .slide-item-1 .heroCarousel-content .heroCarousel-title {
      color: white; }
    .slide-item-1 .heroCarousel-content .heroCarousel-description p {
      color: white; }
    .slide-item-1 .heroCarousel-content .heroCarousel-action {
      color: white;
      border-color: white; }
  .slide-item-2 .heroCarousel-content {
    text-align: left; }
    .slide-item-2 .heroCarousel-content .heroCarousel-title {
      color: white; }
    .slide-item-2 .heroCarousel-content .heroCarousel-description p {
      color: white; }
    .slide-item-2 .heroCarousel-content .heroCarousel-action {
      color: white;
      border-color: white; }
  .slide-item-3 .heroCarousel-content {
    text-align: left; }
    .slide-item-3 .heroCarousel-content .heroCarousel-title {
      color: white; }
    .slide-item-3 .heroCarousel-content .heroCarousel-description p {
      color: white; }
    .slide-item-3 .heroCarousel-content .heroCarousel-action {
      color: white;
      border-color: white; }
  .slide-item-4 .heroCarousel-content {
    text-align: center; }
    .slide-item-4 .heroCarousel-content .heroCarousel-title {
      color: #f4f4f4; }
    .slide-item-4 .heroCarousel-content .heroCarousel-description p {
      color: white; }
    .slide-item-4 .heroCarousel-content .heroCarousel-action {
      color: white;
      border-color: white; } }

.heroCarousel.owl-carousel:not(.owl-loaded) {
  display: block !important; }

.heroCarousel.owl-carousel:not(.owl-loaded) > .heroCarousel-slide:not(:first-child) {
  display: none; }

.heroCarousel .owl-item .heroCarousel-action, .heroCarousel .owl-item .heroCarousel-description, .heroCarousel .owl-item .heroCarousel-title {
  visibility: hidden;
  animation-delay: 0s;
  animation-name: fadeOutDown; }

.heroCarousel .owl-item.active .heroCarousel-title {
  visibility: visible;
  animation-delay: .1s;
  animation-name: fadeInUp; }

.heroCarousel .owl-item.active .heroCarousel-description {
  visibility: visible;
  animation-delay: .3s;
  animation-name: fadeInUp; }

.heroCarousel .owl-item.active .heroCarousel-action {
  visibility: visible;
  animation-delay: .5s;
  animation-name: fadeInUp; }

@media (min-width: 768px) {
  .writeReview-productDetails {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left; } }

@media (max-width: 767px) {
  .writeReview-productDetails {
    text-align: center; } }

.writeReview-productDetails img {
  margin-bottom: 23px;
  border: 1px solid #e5e5e5; }
  @media (max-width: 767px) {
    .writeReview-productDetails img {
      max-width: 200px; } }

.writeReview-productDetails .product-brand {
  color: #a0a0a0;
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center; }

.writeReview-productDetails .product-title {
  margin-top: 0;
  text-transform: none;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

@media (min-width: 768px) {
  .writeReview-form {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left; } }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 480px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 480px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 480px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 480px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 480px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 480px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 480px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 13px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 480px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 13px;
  font-weight: 700; }
  @media (min-width: 480px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #a5a5a5;
  margin-bottom: 0.35714rem; }
  @media (min-width: 480px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 480px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -15px;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 480px) {
    .account--addReturn-column {
      width: 50%; } }

/*
.productCarousel { // 1
    @include grid-row(
        $behavior: nest
    );
}

.productCarousel-slide { // 1
    @include grid-column(6);

    @include breakpoint("small") {
        width: grid-calc(4, $total-columns);
    }

    @include breakpoint("medium") {
        width: grid-calc(3, $total-columns);
    }

    @include breakpoint("large") {
        width: grid-calc(2, $total-columns);
    }

    .card {
        margin-bottom: 0;
    }
}
*/
.quickView {
  padding: 40px; }
  .quickView:before, .quickView:after {
    content: " ";
    display: table; }
  .quickView:after {
    clear: both; }
  .quickView article.responsive-tabs,
  .quickView article.productView-description {
    display: none; }
  .quickView .productView-images {
    margin-bottom: 0; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }

.productReview {
  display: block;
  float: none;
  font-size: 1rem;
  vertical-align: top;
  margin-bottom: 27px;
  width: 100%;
  border-top: 1px dotted #dedddd;
  padding-top: 27px; }

.productReview-title {
  margin: 0;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-right: 20px; }

.productReview-author {
  color: #797979;
  margin-bottom: 8px; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }
  @media (max-width: 480px) {
    .productReview-rating {
      display: block;
      margin-top: 7px; } }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productReview-body {
  margin-bottom: 1.4em; }

#productReviews-content .pagination-list {
  margin-bottom: 30px; }
  #productReviews-content .pagination-list li {
    padding-left: 0;
    padding-right: 0; }
    #productReviews-content .pagination-list li a {
      padding-left: 0;
      padding-right: 0; }
    #productReviews-content .pagination-list li + li {
      margin-left: 20px; }

[data-product-reviews] .alert {
  margin-bottom: 30px; }

[data-product-reviews] a.btn {
  margin-bottom: 30px; }

.price--rrp,
.price--discounted {
  text-decoration: line-through;
  color: #778fbb; }

.price-section--minor {
  color: #a5a5a5; }

.compareTable {
  border-top: 1px solid #e8e8e8;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e8e8e8; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 25px 1rem 25px;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 768px) {
    .compareTable-heading {
      width: 25%; } }
  @media (max-width: 767px) {
    .compareTable-heading {
      padding-left: 0;
      padding-right: 0; } }

.compareTable-headingText {
  white-space: nowrap; }
  @media (min-width: 768px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 25px 1rem 25px; }
  @media (max-width: 767px) {
    .compareTable-item {
      padding-top: 55px; } }

.compareTable-removeProduct {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem;
  text-align: center; }
  .compareTable-removeProduct .icon {
    fill: #4f4f4f;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card-text a {
    color: #848484;
    display: inline-block;
    margin-bottom: 5px; }
  .compareTable-product .card-title {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 13px; }
    .compareTable-product .card-title a {
      color: #000; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .price-section {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #bf0000; }
    .compareTable-product .price-section .price--rrp {
      font-size: 12px;
      margin-right: 10px;
      color: #778fbb; }
      .compareTable-product .price-section .price--rrp ~ .price--withoutTax {
        font-weight: 700;
        color: #bf0000; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  @media (max-width: 767px) {
    .compareTable-action .btn {
      width: 100%;
      white-space: normal;
      padding: 6px 15px 7px;
      height: auto; } }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #464646; }
  .toggleLink:hover {
    color: #2d2d2d; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 1rem;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e8e8e8 solid;
  border-radius: 0px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 768px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 15px;
  padding-right: 15px;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 768px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 768px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  .facetedSearch-navList .accordion--navList .accordion-navigation-actions {
    top: 6px; }
  @media (max-width: 767px) {
    .facetedSearch-navList h5.side-module-heading {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 12px;
      font-size: 12px; }
    .facetedSearch-navList .accordion--navList .accordion-navigation-actions {
      top: 7px; } }
  .facetedSearch-navList .accordion--navList .accordion-indicator {
    visibility: visible; }
  .facetedSearch-navList a.toggleLink {
    display: inline-block;
    margin-top: 10px; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 768px) {
    .facetedSearch-refineFilters {
      display: block; } }
  .facetedSearch-refineFilters ul.inlineList {
    margin-bottom: 10px; }

#facetedSearch-navList .accordion-content {
  padding-bottom: 30px; }

#facetedSearch-navList .accordion-content > ul.navList li a {
  border: 0 !important;
  color: black; }
  #facetedSearch-navList .accordion-content > ul.navList li a:hover {
    color: #548f31; }

#facetedSearch-navList .accordion-content > ul.navList li a::before {
  position: static;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 3px; }

#facetedSearch-navList .accordion-content > ul.navList li a:hover span:not(.navList-action-close) {
  border-bottom: 1px solid #548f31; }

#facetedSearch-navList .accordion--navList .accordion-block {
  margin: 0px;
  clear: both; }
  #facetedSearch-navList .accordion--navList .accordion-block:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #facetedSearch-navList .accordion--navList .accordion-block {
      margin-bottom: 0; } }
  #facetedSearch-navList .accordion--navList .accordion-block .accordion-title {
    line-height: 1.1; }

#facetedSearch-navList .form-minMaxRow {
  margin-bottom: 15px; }
  #facetedSearch-navList .form-minMaxRow .form-field {
    width: 50%; }
  #facetedSearch-navList .form-minMaxRow ~ .form-inlineMessage {
    padding-bottom: 15px; }

#facetedSearch-navList .rating--small {
  display: inline; }

.fluid-grid {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 767px) {
    .fluid-grid {
      margin: 0 -10px; } }

.banner-item {
  padding: 0 15px 30px; }
  @media (max-width: 767px) {
    .banner-item {
      padding: 0 10px 30px; } }
  .banner-item a {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden; }
    .banner-item a img:not(.overlay) {
      transition: 1s ease 0s; }
    .banner-item a img.overlay {
      position: absolute;
      top: 0;
      left: 0;
      transition: none !important;
      transform: none !important; }
      @media (min-width: 1025px) {
        .banner-item a img.overlay {
          left: 50%;
          transform: translateX(-50%) !important; } }
    .banner-item a:hover img:not(.overlay) {
      transform: scale(1.1); }

/*Home Top Banners*/
#homeTopBanners {
  padding-bottom: 5px; }
  #homeTopBanners .banner-item {
    width: 50%; }
    @media (max-width: 480px) {
      #homeTopBanners .banner-item {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; } }

/*Home Bottom Banners*/
#homeBottomBanners {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    #homeBottomBanners .fluid-grid {
      margin: 0 -10px; } }
  @media (max-width: 480px) {
    #homeBottomBanners .fluid-grid {
      margin: 0; } }
  @media (max-width: 767px) {
    #homeBottomBanners .fluid-grid.three-banner {
      margin: 0 0 50px 0; } }
  @media (max-width: 767px) {
    #homeBottomBanners .fluid-grid.three-banner .banner-item {
      width: 100%;
      padding: 0; } }
  #homeBottomBanners .banner-item {
    width: 33.33%;
    padding: 0 15px 30px; }
    @media (max-width: 767px) {
      #homeBottomBanners .banner-item {
        padding: 0 10px 15px; } }
    @media (max-width: 480px) {
      #homeBottomBanners .banner-item {
        width: 100%;
        padding: 0 0 22px 0;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto; } }
    #homeBottomBanners .banner-item.wide {
      width: 66.67%; }
      @media (max-width: 480px) {
        #homeBottomBanners .banner-item.wide {
          width: 100%;
          max-width: 370px;
          margin-left: auto;
          margin-right: auto; } }

@media (max-width: 1024px) {
  .owl-dots {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%); }
  .owl-dots > div {
    display: inline-block;
    padding: 7px; }
    .owl-dots > div span {
      display: block;
      width: 10px;
      height: 10px;
      box-shadow: none;
      transition: all 0.3s ease 0s;
      border-radius: 50%;
      border: 1px solid gray;
      background: gray; }
    .owl-dots > div.active span {
      background-color: transparent;
      border-color: #2b2f35; } }

.facetLabel {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    fill: #464646;
    position: relative;
    top: -1px; }

[data-cart-page-title] span {
  font-weight: 400;
  color: #a0a0a0; }

.cart {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .cart {
      display: table; } }

[data-cart-content] {
  border: 1px solid #e5e5e5; }
  @media (max-width: 767px) {
    [data-cart-content] {
      border: 0; } }

.cart-header {
  display: none; }
  @media (min-width: 768px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  min-height: 41px;
  padding: 10px 30px 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  display: block;
  border-top: 1px solid #e8e8e8; }
  @media (min-width: 768px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  display: block;
  clear: both;
  padding: 1.5rem 0;
  position: relative;
  border-bottom: 1px solid #e5e5e5; }
  @media (min-width: 480px) {
    .cart-item {
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 768px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }
  .cart-item:last-of-type {
    border: 0; }
  @media (max-width: 767px) {
    .cart-item {
      border-bottom: 1px solid #e5e5e5;
      overflow: hidden; } }

.cart-item-block {
  display: block; }
  @media (min-width: 768px) {
    .cart-item-block {
      display: table-cell;
      padding: 40px 30px;
      vertical-align: top; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

.cart-item-figure {
  float: left;
  width: 33.33333%;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  padding-right: 0;
  padding-left: 30px;
  text-align: right; }
  @media (min-width: 480px) {
    .cart-item-figure {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .cart-item-figure {
      float: none;
      width: 14.58333%;
      text-align: left; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  width: auto;
  border: 1px solid #e5e5e5; }
  @media (max-width: 767px) {
    .cart-item-image {
      border: 0; } }

.cart-item-title {
  padding-top: 48px;
  display: table-cell;
  padding-left: 25px; }
  @media (min-width: 480px) {
    .cart-item-title {
      display: block;
      overflow: hidden;
      height: auto;
      margin-bottom: 1.5rem; } }
  @media (min-width: 768px) {
    .cart-item-title {
      display: table-cell; } }
  .cart-item-title a[data-item-edit] {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
    color: #548f31; }
    .cart-item-title a[data-item-edit]:hover {
      color: black;
      border-bottom: 1px solid black; }
  @media (max-width: 767px) {
    .cart-item-title {
      padding-top: 0; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 480px) {
    .cart-item-info {
      float: left;
      clear: none;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.78571rem; }
  .cart-item-info:not(.cart-item-quantity) {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 48px; }
    .cart-item-info:not(.cart-item-quantity):last-of-type strong {
      font-weight: 700; }

@media (min-width: 992px) {
  .cart-item-info.cart-item-quantity {
    width: 20%; } }

@media (max-width: 991px) {
  .cart-item-info.cart-item-quantity {
    width: 25%;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  .cart-item-figure {
    height: auto; }
  .cart-item-info {
    display: block;
    width: 100% !important;
    padding-top: 5px !important;
    text-align: right; }
    .cart-item-info .cart-item-label {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      float: left;
      width: 33.33%;
      text-align: left; }
    .cart-item-info.cart-item-quantity .cart-item-label {
      padding-top: 7px; } }

@media (min-width: 768px) {
  .cart-header-itemprice,
  .cart-item-itemprice {
    text-align: center; } }

@media (min-width: 768px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: flex;
  justify-content: center;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .cart-item-quantity .form-increment {
      justify-content: flex-end;
      margin: 0; } }
  .cart-item-quantity .form-increment input.form-input--incrementTotal {
    width: 76px; }

.cart-item-label {
  display: block;
  float: left;
  width: 33.33333%;
  width: 100%;
  margin-bottom: 0.35714rem;
  text-align: right;
  text-align: left; }
  @media (min-width: 768px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .cart-item-value {
      padding-left: 0; } }
  .cart-item-value.price--discounted {
    margin-right: 5px; }

.cart-item-brand {
  line-height: 1em;
  margin-bottom: 12px;
  min-height: 12px;
  color: #778fbb;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: -8px; }

.cart-item-name {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px;
  letter-spacing: 0; }
  .cart-item-name a {
    line-height: 1.5em; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-title i.icon-gift-wrap {
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url("../img/GiftWrapIcon.png") center no-repeat;
    margin-right: 10px;
    position: relative;
    top: 1px; }
  .cart-item-options--giftWrapping .cart-item-option-title > span {
    font-weight: 400; }
  .cart-item-options--giftWrapping .cart-item-option-title > a {
    color: #548f31;
    border-bottom: 1px solid #548f31; }
    .cart-item-options--giftWrapping .cart-item-option-title > a:hover {
      color: black;
      border-bottom: 1px solid black; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #2d2d2d; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-style: italic;
      color: #548f31; }
      .cart-item-options--giftWrapping .cart-item-option-description a:hover {
        color: black;
        border-bottom: 1px solid black; }
    .cart-item-options--giftWrapping .cart-item-option-description .cart-item-option-actions {
      margin-left: 10px; }

.cart-remove-button {
  display: block;
  clear: both;
  padding: 11px 0 0; }

.cart-remove {
  width: auto;
  height: auto;
  padding: 0.21429rem;
  padding: 0;
  cursor: pointer;
  transition: background-color .15s ease;
  text-align: center;
  color: #f14d48; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove svg {
    position: relative;
    top: -1px;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    fill: #fff;
    background: #f14d48;
    border-radius: 1px;
    padding: 0px 1px; }
  .cart-remove span {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-left: 10px;
    letter-spacing: .02em;
    color: #f14d48; }
  .cart-remove:hover span {
    border-bottom: 1px solid #f14d48; }

[data-cart-totals] {
  overflow: hidden;
  padding: 10px 0px 5px; }
  @media (max-width: 767px) {
    [data-cart-totals] {
      border: 0;
      padding-left: 0;
      padding-right: 0; } }

.cart-totals {
  float: right;
  width: 100%;
  width: 58.33333%;
  margin-bottom: 0;
  text-align: right;
  list-style: none;
  margin-left: 0; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .cart-totals {
      width: 41.66667%; } }
  @media (max-width: 767px) {
    .cart-totals {
      width: 100%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total + .cart-total {
    border-top: 1px solid #e8e8e8; }
  .cart-total .form-input {
    display: inline-block;
    width: 75%;
    vertical-align: top; }
  .cart-total .form-select {
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total:first-child .cart-total-value {
    font-size: 1.14286rem;
    font-weight: 700; }

.cart-total-label {
  display: block;
  width: 33.33333%;
  width: 50%;
  padding-left: 0;
  text-align: left; }

.cart-total-value {
  width: 50%;
  text-align: right; }

.cart-total-label,
.cart-total-value {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  float: left;
  padding: 15px 0;
  color: #000; }

.cart-total-grandTotal {
  font-size: 1.57143rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.02em; }
  @media (min-width: 768px) {
    .cart-total-grandTotal {
      padding: 1rem 0; } }

.cart-total:last-child > .cart-total-label {
  font-size: 1.28571rem;
  letter-spacing: 0.02em; }

.cart-total:last-child > div {
  padding-top: 20px; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  padding: 0;
  transition: color .15s ease;
  color: #548f31;
  font-weight: 700;
  font-size: 12px; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    text-decoration: none; }
    .coupon-code-add:hover span,
    .coupon-code-cancel:hover span,
    .shipping-estimate-show:hover span,
    .shipping-estimate-hide:hover span,
    .gift-certificate-add:hover span,
    .gift-certificate-cancel:hover span {
      border-bottom: 1px solid #548f31; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-weight: 700;
  font-size: 12px; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .btn,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .btn {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
    @media (max-width: 320px) {
      .coupon-form .form-input,
      .cart-gift-certificate-form .form-input {
        width: 100%; } }
  .coupon-form .btn,
  .cart-gift-certificate-form .btn {
    width: 20%;
    margin: 0 0 0 2%;
    padding-right: 0.78571rem;
    padding-left: 0.78571rem; }
    @media (max-width: 320px) {
      .coupon-form .btn,
      .cart-gift-certificate-form .btn {
        width: 100%;
        margin: 10px 0 0 0; } }

.estimator-form {
  margin-bottom: 20px; }
  .estimator-form .form-input {
    width: 100%;
    margin-bottom: 0.78571rem; }
  .estimator-form .btn-primary {
    width: 60%; }
    @media (max-width: 320px) {
      .estimator-form .btn-primary {
        width: 100%; } }
  .estimator-form ~ .shipping-quotes {
    padding-bottom: 20px; }

.estimator-form-label {
  font-weight: 400;
  float: left;
  clear: both;
  margin-bottom: 0; }
  .estimator-form-label .form-label:not(.estimator-form-label-text) {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 2.28571rem;
    margin-top: 2px;
    margin-bottom: 0; }

.estimator-form-input {
  float: right;
  width: 60%;
  margin-bottom: 1em; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }
  @media (max-width: 320px) {
    .estimator-form-input {
      width: 100%;
      float: none;
      clear: both; } }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.shipping-quotes .btn.select-shipping-quote {
  margin-bottom: 15px; }

.cart-actions {
  clear: both;
  width: 100%;
  max-width: 41.66667%;
  float: right; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  @media (max-width: 767px) {
    .cart-actions {
      padding-top: 0;
      max-width: 60%; } }
  @media (max-width: 480px) {
    .cart-actions {
      max-width: 100%; } }
  .cart-actions .btn-lg {
    font-size: 13px;
    width: 100%;
    max-width: 100%; }
    @media (max-width: 480px) {
      .cart-actions .btn-lg {
        max-width: 100%; } }
  .cart-actions .checkoutMultiple {
    display: inline-block;
    float: none;
    clear: right;
    padding-top: 15px;
    margin-bottom: 5px; }
    .cart-actions .checkoutMultiple > span {
      border-bottom: 1px dotted #000; }
    .cart-actions .checkoutMultiple:hover > span {
      border-bottom-color: #548f31; }

.cart-additionalCheckoutButtons {
  text-align: right;
  clear: both; }
  .cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons:after {
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons .FloatRight:after {
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight p {
    float: none !important;
    margin: 0.5rem 0; }
  .cart-additionalCheckoutButtons .FloatRight > p {
    font-style: italic; }
  .cart-additionalCheckoutButtons > div {
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 41.66667%; }
    @media (max-width: 767px) {
      .cart-additionalCheckoutButtons > div {
        max-width: 60%; } }
    @media (max-width: 480px) {
      .cart-additionalCheckoutButtons > div {
        max-width: 100%; } }

.triangle-with-shadow {
  position: absolute;
  top: -15px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 15px; }

.triangle-with-shadow::before {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  content: '';
  transform: rotate(45deg);
  border: 1px solid #d0d0d0;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }

.triangle-with-shadow.triangle-grey::before {
  background: #f5f5f5; }
  @media (max-width: 480px) {
    .triangle-with-shadow.triangle-grey::before {
      background: #fff; } }

#cart-preview-dropdown {
  position: absolute;
  z-index: 111;
  top: auto;
  right: -20px;
  left: auto;
  display: none;
  width: 100%;
  width: 580px;
  min-height: 81px;
  margin-top: 5px;
  padding: 0;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background: white;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1024px) {
    #cart-preview-dropdown {
      top: 100%;
      right: 0;
      margin-top: 0; } }
  @media (max-width: 767px) {
    #cart-preview-dropdown {
      max-width: 100%;
      min-width: 380px; } }
  @media (max-width: 480px) {
    #cart-preview-dropdown {
      border-radius: 0; } }
  #cart-preview-dropdown .triangle-with-shadow {
    margin-left: -20px; }
    @media (max-width: 1024px) {
      #cart-preview-dropdown .triangle-with-shadow {
        margin-left: -8px; } }
  #cart-preview-dropdown .triangle-with-shadow::before {
    right: 0px;
    left: auto;
    margin: 0; }
    @media (max-width: 1024px) {
      #cart-preview-dropdown .triangle-with-shadow::before {
        right: 15px; } }
  #cart-preview-dropdown .cart-preview-inner {
    overflow: hidden;
    width: 100%;
    border-radius: 3px; }
    @media (max-width: 480px) {
      #cart-preview-dropdown .cart-preview-inner {
        border-radius: 0; } }
  #cart-preview-dropdown .cart-total-label {
    width: 67%;
    text-align: right;
    color: #000;
    letter-spacing: 0.02em;
    font-size: 12px; }
    @media (max-width: 480px) {
      #cart-preview-dropdown .cart-total-label {
        text-align: left; } }
  #cart-preview-dropdown .cart-total-value {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    width: 33%;
    text-align: right;
    font-weight: 700; }
  #cart-preview-dropdown .preview-cart-grand-total .cart-total-value {
    font-size: 18px; }
  #cart-preview-dropdown .preview-cart-titles {
    min-height: 36px;
    padding: 8px 20px 6px;
    background: #f5f5f5; }
    #cart-preview-dropdown .preview-cart-titles > div {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 700;
      float: left;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #000; }
      #cart-preview-dropdown .preview-cart-titles > div.item-info {
        width: 53%;
        text-align: left; }
      #cart-preview-dropdown .preview-cart-titles > div.item-price {
        width: 17%;
        text-align: center; }
      #cart-preview-dropdown .preview-cart-titles > div.item-qty {
        width: 13%;
        text-align: center;
        padding-left: 15px; }
      #cart-preview-dropdown .preview-cart-titles > div.item-total {
        width: 17%;
        text-align: right; }
    @media (max-width: 480px) {
      #cart-preview-dropdown .preview-cart-titles {
        display: none; } }
  @media (max-width: 480px) {
    #cart-preview-dropdown .previewCartItem-name {
      width: 100%; } }
  #cart-preview-dropdown .cart-additionalCheckoutButtons > div {
    text-align: center;
    display: block;
    max-width: 100%; }
  @media (max-width: 480px) {
    #cart-preview-dropdown .previewCartAction-checkoutMultiple {
      width: 100%;
      text-align: center;
      max-width: 100%; }
    #cart-preview-dropdown .cart-additionalCheckoutButtons > div {
      text-align: center; } }

#top-cart.is-open #cart-preview-dropdown {
  display: block; }

.previewCartList {
  overflow: hidden;
  width: 100%;
  max-height: 215px;
  margin: 0; }
  @media (max-width: 320px) {
    .previewCartList {
      max-height: 160px; } }
  .previewCartList.gm-scrollbar-container .gm-scroll-view {
    max-height: 215px; }
    @media (max-width: 320px) {
      .previewCartList.gm-scrollbar-container .gm-scroll-view {
        max-height: 160px; } }

.previewCartItem {
  overflow: hidden;
  padding: 20px 20px; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }
  .previewCartItem > div {
    float: left;
    letter-spacing: 0; }
    .previewCartItem > div.item-info {
      width: 53%; }
    .previewCartItem > div.item-price {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      width: 17%;
      text-align: center;
      font-weight: 700;
      padding-top: 12px; }
    .previewCartItem > div.item-qty {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      width: 13%;
      font-size: 12px;
      text-align: center;
      padding-left: 15px;
      padding-top: 13px; }
    .previewCartItem > div.item-total {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      width: 17%;
      text-align: right;
      padding-top: 12px; }
  @media (max-width: 480px) {
    .previewCartItem > div {
      display: block;
      padding-top: 4px;
      padding-bottom: 4px;
      text-align: left;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
      .previewCartItem > div.item-info {
        width: 100%; }
      .previewCartItem > div.item-qty {
        font-weight: 700;
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-top: 5px; }
        .previewCartItem > div.item-qty::before {
          content: 'Quantity';
          font-weight: 400; }
      .previewCartItem > div.item-price {
        width: 100%;
        text-align: left; }
        .previewCartItem > div.item-price::before {
          content: 'Price';
          font-weight: 400; }
      .previewCartItem > div.item-total {
        width: 100%;
        text-align: left;
        padding-top: 5px; }
        .previewCartItem > div.item-total::before {
          content: 'Total';
          font-weight: 400; }
        .previewCartItem > div.item-total strong {
          padding-left: 0; } }
  .previewCartItem .price--discounted {
    margin-right: 0 !important; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: top; }

.previewCartItem-image {
  float: left;
  border: 1px solid #e5e5e5;
  padding: 5px; }
  .previewCartItem-image img {
    max-width: 55px; }

.previewCartItem-name {
  float: left;
  width: 68%;
  text-align: left;
  padding-left: 20px; }
  .previewCartItem-name h6 {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 0;
    text-transform: none;
    color: black; }
  .previewCartItem-name a:hover {
    color: #548f31; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand {
  display: none; }

.preview-cart-total {
  display: block;
  clear: both;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #eaeaea; }

.preview-cart-total > div,
.preview-cart-grand-total > div {
  padding-top: 11px;
  padding-bottom: 11px; }

.preview-cart-grand-total {
  display: block;
  clear: both;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #eaeaea; }
  .preview-cart-grand-total > div {
    padding-top: 17px; }
  .preview-cart-grand-total > .cart-total-label {
    padding-top: 20px;
    padding-bottom: 8px; }

.previewCartAction {
  display: block;
  clear: both;
  padding: 8px 20px 35px;
  text-align: right; }
  @media (max-width: 480px) {
    .previewCartAction {
      padding: 8px 20px 15px; } }
  @media (max-width: 320px) {
    .previewCartAction {
      padding: 8px 20px 8px; } }
  .previewCartAction .previewCartAction-viewCart {
    width: 100%;
    max-width: 145px;
    margin-right: 16px; }
    .previewCartAction .previewCartAction-viewCart .btn {
      width: 100%;
      margin-right: 0; }
    @media (max-width: 480px) {
      .previewCartAction .previewCartAction-viewCart {
        width: calc(40% - 8px);
        margin-right: 0;
        max-width: 100%;
        float: left; } }
    @media (max-width: 400px) {
      .previewCartAction .previewCartAction-viewCart {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
  .previewCartAction .previewCartAction-checkout {
    width: 100%;
    max-width: 255px; }
    .previewCartAction .previewCartAction-checkout .btn {
      width: 100%;
      max-width: 100%; }
    @media (max-width: 480px) {
      .previewCartAction .previewCartAction-checkout {
        width: calc(60% - 8px);
        max-width: 100%;
        float: right; } }
    @media (max-width: 400px) {
      .previewCartAction .previewCartAction-checkout {
        width: 100%;
        float: none; } }
  .previewCartAction .previewCartAction-checkoutMultiple {
    clear: both;
    padding-top: 15px;
    padding-bottom: 5px;
    max-width: 255px;
    display: inline-block;
    width: 100%;
    text-align: center; }
    .previewCartAction .previewCartAction-checkoutMultiple > a {
      border-bottom: 1px dotted #000; }
      .previewCartAction .previewCartAction-checkoutMultiple > a:hover {
        border-color: #548f31; }
  .previewCartAction .cart-additionalCheckoutButtons {
    max-width: 255px;
    display: inline-block;
    width: 100%;
    text-align: center; }
    @media (max-width: 480px) {
      .previewCartAction .cart-additionalCheckoutButtons {
        max-width: 100%; } }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  display: inline-block; }

.previewCart-emptyBody {
  padding: 20px; }
  .previewCart-emptyBody > .alert {
    margin-bottom: 0; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 480px) {
    .address {
      width: 50%; } }
  @media (min-width: 1200px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 480px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 480px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 480px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 1rem; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #464646;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #548f31; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 768px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 768px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
  line-height: 20px;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  #previewModal {
    max-width: 768px; } }

#mayAlsoLike {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  margin-top: 30px;
  text-align: center; }
  #mayAlsoLike h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    top: 1px;
    margin-top: 6px;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 700; }
  #mayAlsoLike .productCarousel {
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      #mayAlsoLike .productCarousel {
        margin-bottom: 25px; } }
  @media (min-width: 1025px) {
    #mayAlsoLike .owl-nav {
      position: absolute;
      top: -34px;
      right: 0px;
      display: flex;
      border: 1px solid #d4d4d4;
      box-shadow: 0px 2px 0px 0px #f2f2f2; }
      #mayAlsoLike .owl-nav > div {
        position: static;
        transform: none;
        border: 0;
        width: 32px;
        height: 32px;
        border-radius: 0; }
        #mayAlsoLike .owl-nav > div.owl-next {
          border-left: 1px solid #e5e5e5; }
        #mayAlsoLike .owl-nav > div:hover {
          background: #f5f5f5; }
        #mayAlsoLike .owl-nav > div.disabled {
          opacity: 1;
          color: #ccc; }
        #mayAlsoLike .owl-nav > div::before {
          font-size: 20px;
          top: -1px; } }

#previewModal .previewCart {
  display: flex; }
  @media (max-width: 600px) {
    #previewModal .previewCart {
      flex-wrap: wrap;
      flex-direction: column-reverse; } }
  #previewModal .previewCart .productView {
    width: calc(100% - 270px);
    padding-right: 50px;
    display: flex; }
    @media (max-width: 767px) {
      #previewModal .previewCart .productView {
        flex-wrap: wrap; } }
    @media (max-width: 600px) {
      #previewModal .previewCart .productView {
        width: 100%;
        padding-right: 0; } }
    #previewModal .previewCart .productView .productView-image {
      width: 270px;
      max-height: 270px;
      border: 1px solid #e5e5e5;
      padding: 5px; }
      #previewModal .previewCart .productView .productView-image img:hover {
        cursor: default; }
      @media (max-width: 991px) {
        #previewModal .previewCart .productView .productView-image {
          width: 120px;
          max-height: 120px; } }
      @media (max-width: 767px) {
        #previewModal .previewCart .productView .productView-image {
          width: 100%;
          max-height: 100%; } }
      @media (max-width: 600px) {
        #previewModal .previewCart .productView .productView-image img {
          width: auto;
          max-height: 150px; } }
    #previewModal .previewCart .productView .productView-details {
      width: calc(100% - 270px);
      padding-left: 30px; }
      #previewModal .previewCart .productView .productView-details .productView-brand {
        text-transform: none;
        font-size: 12px;
        padding-top: 15px;
        margin-bottom: 6px; }
      #previewModal .previewCart .productView .productView-details .productView-title {
        margin: 0;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0em;
        padding-bottom: 12px;
        font-family: "Arimo", Arial, Helvetica, sans-serif; }
      #previewModal .previewCart .productView .productView-details .productView-price {
        font-size: 16px;
        letter-spacing: 0.02;
        padding-bottom: 20px; }
      #previewModal .previewCart .productView .productView-details .productView-info {
        padding-bottom: 0; }
        #previewModal .previewCart .productView .productView-details .productView-info .productView-info-name {
          width: 50px; }
        #previewModal .previewCart .productView .productView-details .productView-info .productView-info-value {
          margin-bottom: 0.5rem;
          padding-top: 0; }
      @media (max-width: 991px) {
        #previewModal .previewCart .productView .productView-details {
          width: calc(100% - 120px); } }
      @media (max-width: 767px) {
        #previewModal .previewCart .productView .productView-details {
          width: 100%;
          padding-left: 0;
          padding-top: 15px; } }
  #previewModal .previewCart .previewCartCheckout {
    width: 270px;
    text-align: center; }
    @media (max-width: 600px) {
      #previewModal .previewCart .previewCartCheckout {
        width: 100%;
        padding-bottom: 30px; } }
    #previewModal .previewCart .previewCartCheckout .btn {
      width: 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 13px; }
    #previewModal .previewCart .previewCartCheckout .RemoteCheckout > p {
      margin-bottom: 5px;
      font-style: italic; }
    #previewModal .previewCart .previewCartCheckout p[data-cart-quantity] {
      font-style: italic;
      padding-top: 2px;
      margin-bottom: 15px; }
    #previewModal .previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons {
      padding-bottom: 10px; }
    #previewModal .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
      font-weight: 700;
      color: #000;
      padding-top: 15px;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc; }
      #previewModal .previewCart .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
        display: block;
        font-size: 22px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 700;
        padding: 13px 0 15px; }
    #previewModal .previewCart .previewCartCheckout .previewCartAction-checkoutMultiple {
      padding-top: 0;
      padding-bottom: 15px; }
      #previewModal .previewCart .previewCartCheckout .previewCartAction-checkoutMultiple a {
        border-bottom: 1px dotted #000; }
        #previewModal .previewCart .previewCartCheckout .previewCartAction-checkoutMultiple a:hover {
          border-color: #548f31; }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "Roboto";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 768px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 768px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1200px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1200px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 768px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login-form {
  padding-top: 10px; }
  .login-form .form-label {
    margin-bottom: 10px; }
  .login-form .form-input {
    max-width: 480px; }
  .login-form .form-actions {
    text-align: left; }
    .login-form .form-actions input.btn {
      min-width: 135px; }
      @media (max-width: 480px) {
        .login-form .form-actions input.btn {
          width: 100%;
          display: block;
          margin-bottom: 1rem; } }
    .login-form .form-actions input.btn, .login-form .form-actions a.forgot-password {
      display: inline-block;
      vertical-align: middle; }
    .login-form .form-actions a.forgot-password {
      margin-left: 36px;
      border-bottom: 1px dotted #000;
      display: inline; }
      .login-form .form-actions a.forgot-password:hover {
        border-color: #548f31; }
      @media (max-width: 480px) {
        .login-form .form-actions a.forgot-password {
          margin-left: 0; } }

@media (max-width: 767px) {
  .new-customer {
    padding-top: 20px; } }

.new-customer .panel-header {
  background: transparent;
  padding-top: 10px; }
  .new-customer .panel-header .panel-title {
    font-size: 13px;
    margin-bottom: 2px; }
  @media (max-width: 767px) {
    .new-customer .panel-header {
      padding-left: 0;
      padding-right: 0; } }

.new-customer .panel-body {
  background: transparent;
  padding: 1rem 2rem 2rem;
  color: #464646; }
  .new-customer .panel-body .btn-checkout {
    min-width: 205px; }
    @media (max-width: 480px) {
      .new-customer .panel-body .btn-checkout {
        max-width: 100%;
        width: 100%; } }
  @media (max-width: 767px) {
    .new-customer .panel-body {
      padding-left: 0;
      padding-right: 0; } }

.new-customer-intro {
  margin-bottom: 0;
  line-height: 30px; }

.new-customer-fact-list {
  margin-left: 1rem;
  margin-bottom: 2.5rem; }

.new-customer-fact {
  padding-left: 0.78571rem;
  line-height: 30px; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 480px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 480px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -15px;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
  float: left;
  font-size: 13px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

#quickSearch > .search-toggle svg {
  width: 15px;
  height: 14px;
  padding: 1px;
  margin-right: 10px;
  position: relative;
  fill: black; }

#quickSearch > .search-toggle svg:first-child {
  display: none; }

#quickSearch > .search-toggle:hover svg {
  fill: #548f31;
  transition: all 0.3s ease 0s; }

#quickSearch.is-open > .search-toggle svg:first-of-type {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0; }

#quickSearch.is-open > .search-toggle svg:last-of-type {
  display: none; }

#quickSearch {
  display: inline-block;
  width: 100%;
  position: relative; }
  @media (min-width: 1025px) {
    #quickSearch .search-toggle {
      display: none; } }
  #quickSearch > form {
    width: 100%;
    z-index: 10;
    margin: 0; }
    #quickSearch > form .form-fieldset {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
    #quickSearch > form .form-field {
      margin: 0;
      position: relative;
      width: 100%;
      max-width: 100%;
      height: 40px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-flow: row nowrap;
      align-items: stretch;
      background-color: #548f31;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px; }
      #quickSearch > form .form-field input#search_query {
        width: calc(100% - 145px);
        height: 100%;
        padding: 0 38px 0 15px;
        background-color: white;
        color: black;
        font-size: 12px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        border-radius: 3px;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        -o-border-radius: 0 3px 3px 0; }
        #quickSearch > form .form-field input#search_query::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: black; }
        #quickSearch > form .form-field input#search_query::-moz-placeholder {
          /* Firefox 19+ */
          color: black; }
        #quickSearch > form .form-field input#search_query:-ms-input-placeholder {
          /* IE 10+ */
          color: black; }
        #quickSearch > form .form-field input#search_query:-moz-placeholder {
          /* Firefox 18- */
          color: black; }
        @media (min-width: 1025px) {
          #quickSearch > form .form-field input#search_query {
            width: calc(100% - 115px); } }
        @media (max-width: 767px) {
          #quickSearch > form .form-field input#search_query {
            width: calc(100% - 130px); } }
        #quickSearch > form .form-field input#search_query:focus {
          border: none; }
      #quickSearch > form .form-field button {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 36px;
        height: 38px;
        padding: 0;
        border: 0;
        transition: none;
        background: rgba(15, 255, 255, 0); }
        #quickSearch > form .form-field button:hover {
          background: rgba(15, 255, 255, 0); }
        #quickSearch > form .form-field button svg {
          width: 20px;
          padding: 1px;
          height: 100%;
          fill: #548f31; }
          @media (max-width: 1024px) {
            #quickSearch > form .form-field button svg {
              width: 20px;
              height: 38px; } }
        #quickSearch > form .form-field button:hover svg {
          fill: #548f31; }
      #quickSearch > form .form-field #search_category {
        min-width: 70px;
        width: 145px;
        height: 100%;
        font-weight: 500;
        overflow: hidden;
        transition: all .3s ease;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        position: relative; }
        @media (min-width: 1025px) {
          #quickSearch > form .form-field #search_category {
            width: 115px; } }
        @media (max-width: 767px) {
          #quickSearch > form .form-field #search_category {
            max-width: 130px; } }
        #quickSearch > form .form-field #search_category .select_category {
          z-index: 2;
          height: 100%;
          line-height: 16px;
          border: none;
          cursor: pointer;
          position: relative;
          -moz-appearance: none;
          appearance: none;
          -webkit-appearance: none;
          padding: 5px 20px 5px 5px;
          outline: none;
          background-color: transparent;
          font-size: 12px;
          font-weight: 400;
          color: white; }
          @media (min-width: 1025px) {
            #quickSearch > form .form-field #search_category .select_category {
              padding: 5px 25px 5px 5px; } }
          #quickSearch > form .form-field #search_category .select_category::-ms-expand {
            display: none; }
          #quickSearch > form .form-field #search_category .select_category option {
            color: #2d2d2d; }
        #quickSearch > form .form-field #search_category .icon {
          fill: #505050;
          stroke: #505050;
          top: 50%;
          right: 0px;
          height: 8px;
          width: 8px;
          position: absolute;
          transform: translateY(-50%); }
          @media (min-width: 1025px) {
            #quickSearch > form .form-field #search_category .icon {
              right: 10px;
              fill: white;
              stroke: white; } }

#quickSearch.is-open > form {
  display: block; }

#quickSearch .quickSearchResultsWrap {
  position: absolute;
  width: 100%;
  max-width: 590px;
  min-width: 320px;
  left: 0px;
  z-index: 99;
  top: 100%;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1024px) {
    #quickSearch .quickSearchResultsWrap {
      width: 100%;
      min-width: auto;
      max-width: unset;
      padding-left: 0;
      padding-right: 0;
      right: 0px;
      left: 0px;
      top: 125px;
      position: fixed; } }
  #quickSearch .quickSearchResultsWrap.hasResults {
    opacity: 1;
    visibility: visible; }
  #quickSearch .quickSearchResultsWrap.hasNoResults .quickSearchResults {
    padding: 15px; }
  #quickSearch .quickSearchResultsWrap.hasNoResults .alert {
    margin: 0; }
    #quickSearch .quickSearchResultsWrap.hasNoResults .alert .quickSearchMessage {
      margin: 0;
      font-size: 1rem; }

#quickSearch .quickSearchResults {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 0;
  overflow: hidden;
  max-height: 405px; }
  #quickSearch .quickSearchResults.gm-scrollbar-container .gm-scroll-view {
    max-height: 405px; }
  @media (max-width: 1024px) {
    #quickSearch .quickSearchResults {
      margin-top: 0;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
      border: 1px solid e2e2e2; } }
  #quickSearch .quickSearchResults .productItems {
    margin: 0; }
  #quickSearch .quickSearchResults .productItems > li {
    padding: 0;
    width: 100%;
    list-style: none;
    float: none;
    clear: both;
    padding: 15px;
    overflow: hidden; }
    #quickSearch .quickSearchResults .productItems > li + li {
      border-top: 1px solid #eaeaea; }
    #quickSearch .quickSearchResults .productItems > li:hover {
      background: #f5f5f5; }
    #quickSearch .quickSearchResults .productItems > li article {
      margin: 0;
      padding: 0;
      border: 0; }
      #quickSearch .quickSearchResults .productItems > li article figure {
        float: left;
        width: 20%;
        text-align: center;
        border-radius: 3px;
        margin: 0;
        background-color: #fff; }
        #quickSearch .quickSearchResults .productItems > li article figure a img {
          max-height: 70px; }
      #quickSearch .quickSearchResults .productItems > li article figcaption {
        float: left;
        margin: 0;
        text-align: left;
        width: 80%;
        padding-left: 15px; }
        #quickSearch .quickSearchResults .productItems > li article figcaption h4 {
          margin: 0 0 8px;
          letter-spacing: 0;
          font-size: 13px;
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          font-weight: 400; }
        #quickSearch .quickSearchResults .productItems > li article figcaption .item-price {
          margin-bottom: 5px;
          color: #bf0000;
          font-size: 14px;
          font-family: "Arimo"; }
          #quickSearch .quickSearchResults .productItems > li article figcaption .item-price .price--rrp {
            color: #778fbb;
            margin-right: 5px; }
            #quickSearch .quickSearchResults .productItems > li article figcaption .item-price .price--rrp ~ .price--withoutTax {
              color: #bf0000;
              font-weight: 700; }

.hasNoResults .gm-scrollbar-container .gm-scroll-view {
  height: 100% !important;
  width: 100% !important;
  overflow: hidden; }

@media (max-width: 1024px) {
  #quickSearch {
    position: absolute;
    top: 0;
    left: 62px;
    height: 62px;
    width: 62px; }
    #quickSearch .search-toggle {
      width: 62px;
      height: 62px;
      justify-content: center;
      align-items: center;
      display: flex; }
      #quickSearch .search-toggle svg {
        width: 26px;
        height: 26px;
        margin: 0; }
      #quickSearch .search-toggle span {
        display: none; }
    #quickSearch.is-open {
      right: 0; }
      #quickSearch.is-open .search-toggle svg:first-of-type {
        width: 28px;
        height: 100%;
        margin-top: 1px; }
    #quickSearch > form {
      left: 0;
      border-top: 1px solid #ebebeb;
      left: -62px;
      width: calc(100% + 62px);
      display: none; }
    #quickSearch.is-open > form {
      display: block;
      position: fixed;
      top: 62px;
      left: 0;
      right: 0;
      width: 100%; }
    #quickSearch > form .form-field {
      max-width: 100%;
      min-height: 62px;
      padding: 11px 15px;
      border-radius: 0px;
      background: #fff; }
      #quickSearch > form .form-field #search_category .select_category {
        color: #2d2d2d; }
      #quickSearch > form .form-field input#search_query {
        background-color: white;
        border: 0; }
      #quickSearch > form .form-field button {
        width: 40px;
        height: 40px;
        top: 11px;
        right: 15px; }
        #quickSearch > form .form-field button svg {
          height: 100%;
          padding: 3px; } }

@media (max-width: 767px) {
  #quickSearch .search-toggle {
    width: 32px; }
  #quickSearch > form .form-field {
    padding-left: 0;
    padding-right: 0; }
    #quickSearch > form .form-field button {
      right: 0; } }

@media (max-width: 380px) {
  #quickSearch {
    left: 48px; }
    #quickSearch > form {
      left: -50px;
      width: calc(100% + 50px); }
    #quickSearch .search-toggle {
      width: 24px; }
      #quickSearch .search-toggle svg {
        width: 20px;
        height: 20px; } }

.page-type-search .product-pagination.top {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .page-type-search .product-pagination.top .actionBar[data-sort-by] {
    padding-top: 20px; }

#search-results-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  #search-results-content .actionBar[data-sort-by] {
    width: 100%;
    text-align: left; }
    #search-results-content .actionBar[data-sort-by] ~ ul {
      margin-left: 0; }

.navBar--account,
.navBar--sub {
  display: none; }
  @media (min-width: 768px) {
    .navBar--account,
    .navBar--sub {
      display: block; } }
  .navBar--account ul,
  .navBar--sub ul {
    text-align: left; }
    .navBar--account ul li:first-child,
    .navBar--sub ul li:first-child {
      margin-left: 0; }
  .navBar--account ul li a:hover,
  .navBar--sub ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000; }

.account-heading {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding-bottom: 1rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e8e8e8;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }

.account-listShipping {
  border-bottom: 1px solid #e8e8e8;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 480px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 1rem;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 12px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #a5a5a5;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 13px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #a5a5a5;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -15px;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }
  @media (min-width: 480px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 480px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 480px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1200px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #464646;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1200px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1200px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1200px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 13px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #464646;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 18px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 480px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #bfbfbf;
  color: white;
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #464646;
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 480px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #2d2d2d; }

.account .pagination {
  color: #a5a5a5;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #a5a5a5; }

.account-sidebar-block {
  font-size: 1rem; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #2d2d2d;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #464646;
  font-size: 13px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #464646; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem;
  margin-top: 0; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.page-type-wishlist .prod-item {
  flex-wrap: wrap; }

@media (min-width: 992px) {
  .page-type-wishlist .prod-item {
    margin-bottom: 80px; }
  .page-type-wishlist .prod-item > form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    z-index: 99; } }

@media (max-width: 991px) {
  .page-type-wishlist .prod-item > form {
    margin-top: 10px; } }

.fa.fa-star {
  color: #e9e9e9; }

.fa.fa-star.color {
  color: #fabe0a; }

.rating--small {
  display: inline-block; }
  .rating--small i.fa {
    font-size: 14px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 9.57143rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 480px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.78571rem; }

header.header {
  padding-top: 10px;
  background-color: white;
  position: relative; }
  @media (min-width: 1025px) {
    header.header {
      border-radius: 10px; } }
  @media (max-width: 1024px) {
    header.header {
      padding-top: 0;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 106; } }
  header.header > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 1024px) {
      header.header > .container {
        padding: 0;
        align-items: stretch;
        flex-wrap: nowrap; } }
  header.header .navLabeltop {
    position: absolute;
    top: -17px;
    left: -25px;
    display: block; }
    header.header .navLabeltop img:nth-child(2) {
      display: none; }
    @media (max-width: 1024px) {
      header.header .navLabeltop {
        display: none; } }
  header.header .header-top {
    padding: 5px 0 5px;
    width: 100%; }
    @media (max-width: 1024px) {
      header.header .header-top {
        padding: 0;
        position: relative;
        height: 100%; }
        header.header .header-top #mobileAccountSidebar {
          z-index: 1;
          width: 62px;
          height: 62px;
          position: absolute;
          right: 62px;
          top: 0px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap; }
          header.header .header-top #mobileAccountSidebar a svg {
            width: 26px;
            height: 26px;
            fill: #000;
            margin-top: 3px; }
          header.header .header-top #mobileAccountSidebar a span {
            display: none; }
          header.header .header-top #mobileAccountSidebar a:before {
            display: none; }
          header.header .header-top #mobileAccountSidebar a:hover svg {
            fill: #ae895d; } }
    @media (max-width: 767px) {
      header.header .header-top #mobileAccountSidebar {
        width: 32px;
        padding: 0;
        right: 56px; } }
    @media (max-width: 380px) {
      header.header .header-top #mobileAccountSidebar {
        right: 38px;
        width: 30px; }
        header.header .header-top #mobileAccountSidebar a svg {
          width: 20px;
          height: 20px; } }
    header.header .header-top > .navUser > ul {
      margin: 0;
      list-style: none;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header.header .header-top > .navUser > ul > li {
        padding-right: 12px;
        padding-left: 12px; }
        header.header .header-top > .navUser > ul > li.last-child {
          padding-right: 0; }
        header.header .header-top > .navUser > ul > li > a {
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 11px;
          font-weight: 700;
          position: relative;
          letter-spacing: 0.08em;
          text-transform: uppercase; }
        header.header .header-top > .navUser > ul > li + li > a::before {
          position: absolute;
          top: 50%;
          left: -12px;
          display: inline-block;
          width: 1px;
          height: 10px;
          content: '';
          background: #5c5c5c;
          transform: translateY(-50%); }
        header.header .header-top > .navUser > ul > li.first-child > a::before {
          display: none; }
        header.header .header-top > .navUser > ul > li.header-banner img {
          max-width: 340px; }
      header.header .header-top > .navUser > ul > li#currency-converter > a img {
        margin-right: 5px;
        vertical-align: -1px; }
      header.header .header-top > .navUser > ul > li#currency-converter > a .fa {
        margin-left: 4px; }
      @media (max-width: 1024px) {
        header.header .header-top > .navUser > ul > li#currency-converter > a::before {
          display: none; } }
      header.header .header-top > .navUser > ul > li#currency-converter {
        position: relative;
        z-index: 11; }
        @media (max-width: 1024px) {
          header.header .header-top > .navUser > ul > li#currency-converter {
            display: none; } }
        header.header .header-top > .navUser > ul > li#currency-converter > a {
          font-weight: 700; }
          header.header .header-top > .navUser > ul > li#currency-converter > a img {
            margin-right: 5px;
            vertical-align: -1px; }
          header.header .header-top > .navUser > ul > li#currency-converter > a .fa {
            margin-left: 4px; }
          @media (max-width: 1024px) {
            header.header .header-top > .navUser > ul > li#currency-converter > a {
              font-weight: 500; } }
        header.header .header-top > .navUser > ul > li#currency-converter > ul {
          top: auto !important;
          left: 50% !important;
          min-width: 200px;
          margin-top: 7px;
          padding-top: 6px;
          padding-bottom: 6px;
          transform: translateX(-50%);
          border-radius: 3px; }
          header.header .header-top > .navUser > ul > li#currency-converter > ul > li {
            display: block;
            padding: 0; }
            header.header .header-top > .navUser > ul > li#currency-converter > ul > li > a {
              padding: 7px 15px; }
              header.header .header-top > .navUser > ul > li#currency-converter > ul > li > a:hover {
                text-decoration: none;
                background-color: #f5f5f5; }
              header.header .header-top > .navUser > ul > li#currency-converter > ul > li > a img {
                margin-right: 5px;
                vertical-align: -1px; }
          header.header .header-top > .navUser > ul > li#currency-converter > ul > li + li {
            border-top: 1px solid #f5f5f5; }
      header.header .header-top > .navUser > ul > li#accountDropdown {
        position: relative; }
        header.header .header-top > .navUser > ul > li#accountDropdown > a .fa {
          margin-left: 4px; }
        header.header .header-top > .navUser > ul > li#accountDropdown > ul {
          top: auto !important;
          left: 50% !important;
          min-width: 200px;
          margin-top: 9px;
          padding-top: 6px;
          padding-bottom: 6px;
          transform: translateX(-50%);
          text-align: left;
          border-radius: 3px; }
          header.header .header-top > .navUser > ul > li#accountDropdown > ul > li {
            display: block;
            padding: 0; }
            header.header .header-top > .navUser > ul > li#accountDropdown > ul > li > a {
              display: block;
              padding: 7px 15px; }
              header.header .header-top > .navUser > ul > li#accountDropdown > ul > li > a:hover {
                text-decoration: none;
                background-color: #f5f5f5; }
              header.header .header-top > .navUser > ul > li#accountDropdown > ul > li > a img {
                margin-right: 5px;
                vertical-align: -1px; }
          header.header .header-top > .navUser > ul > li#accountDropdown > ul > li + li {
            border-top: 1px solid #f3f3f3; }
          @media (max-width: 1024px) {
            header.header .header-top > .navUser > ul > li#accountDropdown > ul {
              right: 0;
              left: auto !important;
              transform: none; }
              header.header .header-top > .navUser > ul > li#accountDropdown > ul .triangle-with-shadow::before {
                right: 20px;
                left: auto; } }
      header.header .header-top > .navUser > ul #mobileAccountSidebar > a {
        font-weight: 700;
        text-transform: uppercase; }
        header.header .header-top > .navUser > ul #mobileAccountSidebar > a .fa {
          font-size: 14px;
          margin-right: 6px; }
        @media (max-width: 1024px) {
          header.header .header-top > .navUser > ul #mobileAccountSidebar > a {
            font-weight: 500; } }
      header.header .header-top > .navUser > ul > li.logged-in {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: 700;
        position: relative;
        letter-spacing: 0.08em;
        text-transform: uppercase; }
        header.header .header-top > .navUser > ul > li.logged-in::before {
          position: absolute;
          top: 50%;
          left: 0;
          display: inline-block;
          width: 1px;
          height: 10px;
          content: '';
          background: #5c5c5c;
          transform: translateY(-50%); }
      header.header .header-top > .navUser > ul > li.logged-in a::before {
        display: none; }

.header-left {
  width: 45%;
  padding-bottom: 16px; }
  .header-left .header-logo {
    margin: 0; }
    .header-left .header-logo a {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 32px;
      display: flex;
      color: black; }
      .header-left .header-logo a .header-logo-image {
        display: block;
        margin-left: 15px; }
        .header-left .header-logo a .header-logo-image.header-logo-image2 {
          display: none; }
    @media (max-width: 1024px) {
      .header-left .header-logo {
        width: auto;
        padding: 7px 10px;
        min-height: 62px;
        align-items: center;
        display: flex;
        justify-content: center; }
        .header-left .header-logo .header-logo-image {
          max-height: 36px; }
        .header-left .header-logo a {
          display: inline-block;
          font-size: 20px; } }
    @media (max-width: 320px) {
      .header-left .header-logo {
        padding: 7px 5px; } }
  @media (max-width: 1024px) {
    .header-left {
      width: calc(100% - 248px);
      padding-bottom: 0;
      margin-left: 62px;
      margin-right: 62px; } }
  @media (max-width: 767px) {
    .header-left {
      width: calc(100% - 198px);
      margin-left: 40px;
      margin-right: 40px; } }
  @media (max-width: 380px) {
    .header-left {
      margin-left: 35px;
      margin-right: 35px;
      width: calc(100% - 164px); } }

.header-right {
  width: 55%;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .header-right .header-search {
    max-width: 750px;
    width: 100%; }
  @media (min-width: 1025px) {
    .header-right {
      justify-content: flex-end;
      align-content: flex-end; } }
  @media (max-width: 1024px) {
    .header-right {
      width: 62px;
      min-height: 62px;
      padding-top: 0;
      padding-bottom: 0; }
      .header-right #top-cart {
        width: 100%;
        display: flex;
        align-self: stretch;
        padding: 0;
        background: #fff;
        height: 62px;
        align-items: center; }
        .header-right #top-cart > a {
          width: 100%;
          justify-content: center;
          font-size: 0px;
          position: relative;
          display: flex; } }
      @media (max-width: 1024px) and (max-width: 1024px) {
        .header-right #top-cart > a:before {
          display: none; } }
  @media (max-width: 1024px) {
          .header-right #top-cart > a i {
            font-size: 24px;
            display: none; }
          .header-right #top-cart > a svg {
            width: 27px;
            height: 27px;
            margin-top: -3px;
            fill: #000; }
          .header-right #top-cart > a span.cart-quantity {
            font-size: 12px;
            font-family: "Roboto", Arial, Helvetica, sans-serif;
            font-weight: 400;
            background-color: #f1432b;
            color: white;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            font-weight: 400;
            font-size: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: -9px;
            right: 9px; }
          .header-right #top-cart > a:hover svg {
            fill: #ae895d; } }
  @media (max-width: 767px) {
    .header-right {
      width: 56px; } }
  @media (max-width: 380px) {
    .header-right {
      width: 44px; } }
  .header-right > .right-bottom {
    position: relative;
    padding: 5px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%; }
    .header-right > .right-bottom > div + div {
      padding-left: 29px; }
    .header-right > .right-bottom > div > a {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      transition: none;
      display: flex;
      align-items: center; }
    .header-right > .right-bottom #top-cart a i {
      display: none; }
    @media (max-width: 1024px) {
      .header-right > .right-bottom {
        position: static;
        width: 100%;
        align-self: stretch;
        padding: 0; } }
    @media (max-width: 380px) {
      .header-right > .right-bottom #top-cart a svg {
        width: 21px;
        height: 21px; }
      .header-right > .right-bottom #top-cart a span.cart-quantity {
        width: 20px;
        height: 20px;
        top: 10px;
        right: 4px; } }

#modal-sign-in {
  right: auto;
  width: 370px;
  padding: 40px; }
  #modal-sign-in .btn {
    width: 100%; }

#storeCredit-toggle {
  position: relative; }

#storeCredit-dropdown {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  top: auto !important;
  left: 50% !important;
  min-width: 300px;
  margin-top: 9px;
  padding: 15px 20px;
  transform: translateX(-50%);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  border-radius: 3px; }
  @media (max-width: 1024px) {
    #storeCredit-dropdown {
      position: static;
      min-width: auto;
      padding: 0 10px;
      transform: none !important;
      border-bottom: 1px solid #e5e5e5; }
      #storeCredit-dropdown .alert {
        margin-bottom: 10px; } }

@media (max-width: 1024px) {
  .header-bottom > .container {
    padding-right: 0;
    padding-left: 0; }
  .bottom-page-promotion {
    position: absolute;
    z-index: 99; } }

body {
  background-color: #e7e7e7;
  letter-spacing: 0.02em;
  line-height: 20px; }
  body.has-activeNavPages, body.themevale_open-Account {
    overflow: hidden; }

.hide-desktop {
  display: none; }

/*Off-canvas Navigation*/
@media (max-width: 1024px) {
  .body {
    padding-top: 62px; }
  .hide-desktop {
    display: block; }
  .hide-mobile {
    display: none; }
  #st-trigger-effects {
    width: 62px;
    min-height: 62px;
    text-align: center;
    display: flex !important;
    align-content: stretch;
    align-items: stretch; }
    #st-trigger-effects a {
      width: 100%;
      height: auto;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      font-size: 22px; }
      #st-trigger-effects a svg {
        width: 26px;
        height: 26px;
        margin-top: 3px; }
    #st-trigger-effects:hover a svg {
      fill: #ae895d; } }

@media (max-width: 380px) {
  #st-trigger-effects {
    width: 50px; }
    #st-trigger-effects a svg {
      width: 20px;
      height: 20px; } }

body.st-off-canvas {
  overflow: hidden; }
  body.st-off-canvas #st-trigger-effects svg {
    width: 25px;
    height: 25px; }
  body.st-off-canvas #st-trigger-effects svg:first-child {
    display: none; }
  body.st-off-canvas #st-trigger-effects svg:last-child {
    display: inline-block; }

.st-container,
.st-pusher,
.st-content {
  height: 100%; }

.st-content {
  overflow-y: scroll;
  background: #f3efe0; }

.st-content,
.st-content-inner {
  position: relative; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-pusher {
  position: relative;
  left: 0;
  height: 100%;
  transition: transform .3s;
  max-width: 1480px;
  margin: 0 auto;
  background: #fff; }
  @media (min-width: 1025px) {
    .st-pusher {
      top: 10px;
      border-radius: 10px; } }

@media (max-width: 1024px) {
  .navPages-action {
    position: relative; } }

.navPages-action > span {
  position: relative;
  z-index: 20; }

@media (min-width: 1025px) {
  .navPages-action .navPages-action-moreIcon {
    display: none; } }

@media (max-width: 1024px) {
  .navPages-action .navPages-action-moreIcon {
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 42px;
    z-index: 10;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap; }
    .navPages-action .navPages-action-moreIcon svg {
      width: 12px;
      height: 12px;
      fill: #969696;
      stroke: #969696;
      transition: all .5s ease;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      margin-right: 15px; } }

.navPages-action.is-open > .navPages-action-moreIcon svg {
  transition: all .5s ease;
  transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -o-transform: rotate(-270deg); }

.navPages-action.is-open > .navPages-action-moreIcon:after {
  content: "Back";
  position: absolute;
  top: 12px;
  left: 32px;
  color: #969696;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.navPages-action.is-open.is-hidden {
  display: none; }

.st-menu {
  position: fixed;
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 380px;
  left: -100%;
  height: 100%;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  -webkit-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  -moz-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  -o-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  border-right: 1px solid #e5e5e5;
  background: #ffffff; }
  @media (max-width: 767px) {
    .st-menu {
      width: calc(100% - 44px);
      max-width: 380px; } }
  .st-menu .navPages-list li.is-hidden {
    display: none; }
  .st-menu .navPages-list li.is-open .navPages-action.is-open {
    text-align: right;
    background: #fafafa; }
    .st-menu .navPages-list li.is-open .navPages-action.is-open .navPages-action-moreIcon {
      left: 0;
      right: auto;
      width: 100%;
      justify-content: flex-start;
      left: 0px;
      z-index: 2;
      color: #969696;
      padding-left: 10px; }
    .st-menu .navPages-list li.is-open .navPages-action.is-open + .navPage-subMenu {
      display: block; }
  .st-menu .navPages-list li .navPage-subMenu .navPage-subMenu-list li a {
    position: relative; }
  .st-menu .navPages-list li .navPage-subMenu .navPage-subMenu-list li ul {
    display: none; }
  .st-menu .navPages-list li .navPage-subMenu .navPage-subMenu-list li.is-open > a {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .st-menu .navPages-list li .navPage-subMenu .navPage-subMenu-list li.is-open ul {
    display: block; }
  .st-menu .subMegaMenu .imageArea.is-hidden {
    display: none; }
  .st-menu .subMegaMenu .imageArea .col-right a:last-child {
    border-bottom: none; }

.bg-mobile {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1; }

.has-activeNavPages .st-menu.is-open {
  visibility: visible;
  left: 0; }

.has-activeNavPages .bg-mobile {
  z-index: 999;
  display: block;
  opacity: 1;
  visibility: visible; }

.themevale_open-Account .st-menu.is-open {
  visibility: visible;
  left: 0; }

.themevale_open-Account .bg-mobile {
  z-index: 999;
  display: block;
  opacity: 1;
  visibility: visible; }

.st-menu .themevale_close {
  top: 0;
  right: -44px;
  width: 43px;
  height: 43px;
  z-index: 10;
  line-height: 43px;
  position: absolute;
  text-align: center;
  background-color: #ae895d; }

.st-menu .themevale_close .close {
  opacity: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none; }

/* content style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.st-menu > ul {
  overflow-y: auto;
  height: 100%;
  min-height: 320px; }

.st-menu h2 {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.st-menu ul li a {
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none !important; }

nav#mobile-customer ul li {
  position: relative; }
  nav#mobile-customer ul li > span.toggle-expand ~ div {
    display: none; }
  nav#mobile-customer ul li > span.toggle-close ~ div {
    display: block;
    position: static !important; }
  nav#mobile-customer ul li#currency-converter.expanded > a {
    border-bottom: 1px solid #e5e5e5; }
  nav#mobile-customer ul li#currency-converter > a > img {
    display: inline-block;
    vertical-align: -1px;
    margin-left: 8px;
    margin-right: 3px; }
  nav#mobile-customer ul li#currency-converter ul li a strong {
    color: #e06868; }
  nav#mobile-customer ul li#currency-converter ul li a img {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 3px; }
  nav#mobile-customer ul li#side-account-menu ul {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px; }
  nav#mobile-customer ul li.mobile-call-us {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 20px 12px;
    display: none; }
    nav#mobile-customer ul li.mobile-call-us a {
      display: inline;
      padding: 0; }
      nav#mobile-customer ul li.mobile-call-us a:hover {
        background: transparent;
        color: #000;
        border-bottom: 1px solid #000; }

nav#mobile-customer ul li .not-logged {
  font-size: 0;
  line-height: normal !important;
  color: #969696;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

nav#mobile-customer ul li .not-logged a {
  display: block; }

nav#mobile-customer ul li .logged-in {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 13px;
  padding-bottom: 12px;
  letter-spacing: 0;
  text-transform: uppercase; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li > a {
  text-transform: none; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub > ul {
  display: none; }
  .st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub > ul > li > a {
    text-transform: none;
    font-weight: normal; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub.expanded > ul {
  display: block; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu ul > li.hasSub > span.toggle-expand::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f067';
  border: none; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu ul > li.hasSub > span.toggle-close::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f068';
  border: none; }

.st-menu ul li a {
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding: 11px 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  outline: none; }

.st-menu > ul > li > a {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase; }

.st-menu ul li ul li a {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  text-transform: none; }

.st-menu ul li:last-child > a {
  border-bottom: 0; }

.st-menu ul li.hasSub {
  position: relative; }

.st-menu ul li span.toggle-expand,
.st-menu ul li span.toggle-close {
  position: absolute;
  top: 1px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.st-menu ul li span.toggle-expand::before {
  position: absolute;
  top: 17px;
  right: 16px;
  content: '';
  border: 5px solid transparent;
  border-top: 5px solid #000; }

.st-menu > ul > li:hover > span.toggle-expand::before {
  border-top-color: #fff; }

.st-menu ul li span.toggle-close::before {
  position: absolute;
  top: 11px;
  right: 16px;
  content: '';
  border: 5px solid transparent;
  border-bottom: 5px solid #000; }

.st-menu > ul > li:hover > span.toggle-close::before {
  border-bottom-color: #fff; }

.st-menu ul li.expanded > a {
  color: #000; }

.st-menu > ul > li.expanded:hover > a {
  color: #fff;
  background: #000; }

.st-menu ul li .navPage-subMenu,
.st-menu ul li .subMegaMenu {
  display: none;
  border-bottom: 1px solid #e5e5e5; }
  .st-menu ul li .navPage-subMenu .container,
  .st-menu ul li .subMegaMenu .container {
    width: 100%; }

.st-menu ul li.hasSub.expanded .navPage-subMenu,
.st-menu ul li .subMegaMenu.sub-expand {
  display: block; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub > ul {
  display: none; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub.expanded > ul {
  display: block; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > ul > li > a {
  font-weight: 400;
  padding-left: 15px;
  text-transform: none; }

.st-menu ul li.hasSub > ul.navPage-childList > li > a {
  padding-left: 15px; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-expand::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f067';
  border: none; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-close::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f068';
  border: none; }

.st-menu > ul > li:last-child {
  margin-bottom: 100px; }

#mobile-categories .cateArea {
  width: 100% !important;
  height: auto !important; }

#mobile-categories .cateArea > ul {
  max-height: 100% !important; }

#mobile-categories .imageArea {
  width: 100% !important; }
  #mobile-categories .imageArea .col-left {
    float: none;
    clear: both;
    padding: 0;
    width: 100%; }
    #mobile-categories .imageArea .col-left a + a {
      margin-top: 0; }
  #mobile-categories .imageArea .col-right {
    float: none;
    clear: both;
    padding: 0;
    width: 100%; }
    #mobile-categories .imageArea .col-right:last-child {
      padding-bottom: 10px; }
  #mobile-categories .imageArea a {
    width: 100%;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0; }

#mobile-categories .container {
  min-width: auto;
  padding: 0; }

#mobile-categories .container .row {
  margin: 0; }

#mobile-categories .subMegaMenu {
  width: 100% !important;
  overflow: hidden; }

#mobile-categories .subMegaMenu > div,
#mobile-categories .subMegaMenu .container > div {
  max-width: 100% !important; }

#mobile-categories .bottomCate {
  display: none; }

#mobile-categories .triangle-with-shadow {
  display: none; }

#mobile-categories .subMegaMenu .imageArea .shop-by-brands label {
  padding-left: 20px; }

#mobile-categories .subMegaMenu .imageArea .shop-by-brands ul li {
  width: 100%;
  padding: 10px; }

/* Individual effects */
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 0; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.page-type-404 .form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

#footer-wrapper {
  padding-top: 40px;
  background: white;
  border-top: 1px solid #e7e7e7; }

/*Main Footer*/
@media (max-width: 991px) {
  #main-footer .container {
    padding-bottom: 0; } }

#main-footer .col-1,
#main-footer .col-2,
#main-footer .col-3 {
  float: left;
  width: 20%;
  padding: 0 15px; }
  @media (max-width: 991px) {
    #main-footer .col-1,
    #main-footer .col-2,
    #main-footer .col-3 {
      width: 33.33%;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    #main-footer .col-1,
    #main-footer .col-2,
    #main-footer .col-3 {
      width: 50%; } }
  @media (max-width: 320px) {
    #main-footer .col-1,
    #main-footer .col-2,
    #main-footer .col-3 {
      width: 100%; } }

@media (max-width: 480px) {
  #main-footer .col-3 {
    width: 100%; } }

#main-footer .col-4 {
  float: left;
  width: 40%;
  padding: 0 15px; }
  @media (max-width: 991px) {
    #main-footer .col-4 {
      width: 100%; } }

#main-footer h3 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: black; }
  #main-footer h3.social-heading {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: .02em;
    text-transform: none; }

.footer-columns {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap; }
  .footer-columns .column-item {
    width: 16.6667%;
    padding-right: 10px;
    padding-bottom: 35px;
    padding-left: 10px; }
    .footer-columns .column-item.last {
      width: 33.3333%; }
      @media (max-width: 1199px) {
        .footer-columns .column-item.last {
          width: 100%;
          max-width: 480px; } }
      @media (max-width: 767px) {
        .footer-columns .column-item.last {
          padding-bottom: 35px; } }
    @media (max-width: 1199px) {
      .footer-columns .column-item {
        width: 25%; } }
    @media (max-width: 767px) {
      .footer-columns .column-item {
        width: 100%;
        padding-bottom: 0; }
        .footer-columns .column-item.open-dropdown .footer-info-heading:before {
          content: "\f106"; } }
    @media (max-width: 767px) {
      .footer-columns .column-item .footer-info-heading {
        padding: 8px 0;
        border-bottom: 1px solid #e7e7e7;
        position: relative;
        cursor: pointer; }
        .footer-columns .column-item .footer-info-heading:before {
          right: 0;
          top: 6px;
          z-index: 2;
          content: "\f107";
          font-family: FontAwesome;
          color: #ccc;
          font-size: 20px;
          line-height: 1;
          font-weight: 500;
          position: absolute; } }
    .footer-columns .column-item ul {
      margin-left: 0;
      list-style: none; }
      @media (max-width: 767px) {
        .footer-columns .column-item ul {
          display: none; } }
      .footer-columns .column-item ul li {
        padding: 2px 0; }
        .footer-columns .column-item ul li a {
          color: black; }
          .footer-columns .column-item ul li a:hover {
            color: #548f31; }
        .footer-columns .column-item ul li.all-brands-link {
          padding-top: 8px; }
          .footer-columns .column-item ul li.all-brands-link a {
            font-family: "Roboto", Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: black; }
            .footer-columns .column-item ul li.all-brands-link a i.fa {
              font-size: 13px;
              margin-right: 5px;
              vertical-align: -1px; }
            .footer-columns .column-item ul li.all-brands-link a:hover {
              color: #548f31; }
    .footer-columns .column-item .social-icons {
      margin: 0 0 5px;
      padding: 0; }
      .footer-columns .column-item .social-icons a {
        width: 38px;
        height: 38px; }
        .footer-columns .column-item .social-icons a:not(:hover) {
          background: #2a2a2e; }
        .footer-columns .column-item .social-icons a svg {
          width: 16px;
          fill: #fff; }

.bottom-columns {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap; }
  .bottom-columns .column-item {
    width: 33.33%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    text-align: center; }
    @media (max-width: 767px) {
      .bottom-columns .column-item {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #e7e7e7; }
        .bottom-columns .column-item:last-child {
          border: 0; } }
    .bottom-columns .column-item ul {
      margin-left: 0;
      list-style: none;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      .bottom-columns .column-item ul li {
        display: inline-block; }
    .bottom-columns .column-item .social-icons {
      margin: 0;
      padding: 0; }
      .bottom-columns .column-item .social-icons a {
        width: 38px;
        height: 38px; }
        .bottom-columns .column-item .social-icons a:not(:hover) {
          background: #2a2a2e; }
        .bottom-columns .column-item .social-icons a svg {
          width: 16px;
          fill: #fff; }
    .bottom-columns .column-item.second ul li + li {
      margin-left: 10px; }
  .bottom-columns p {
    color: #464646; }

/*Mailist Box - Newsletter Sign Up*/
#footerSubcribeForm {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  #footerSubcribeForm > h3 {
    width: 100%; }
    @media (max-width: 767px) {
      #footerSubcribeForm > h3 {
        padding-top: 8px;
        margin-bottom: 10px; } }
  #footerSubcribeForm > form {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px; }
  #footerSubcribeForm > form .form-field {
    margin-bottom: 0; }
    #footerSubcribeForm > form .form-field .form-wrap {
      display: flex;
      flex-wrap: no-wrap; }
      @media (max-width: 480px) {
        #footerSubcribeForm > form .form-field .form-wrap {
          flex-wrap: wrap; } }

#footerSubcribeForm input[type='text'],
#footerSubcribeForm input[type='email'] {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0 10px;
  vertical-align: middle; }
  @media (max-width: 480px) {
    #footerSubcribeForm input[type='text'],
    #footerSubcribeForm input[type='email'] {
      width: 100%;
      margin-right: 0; } }

#footerSubcribeForm input[type='submit'] {
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 22px;
  padding-left: 22px;
  vertical-align: middle; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #footerSubcribeForm input[type='submit'] {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 480px) {
    #footerSubcribeForm input[type='submit'] {
      width: 100%; } }

/*Bottom Footer*/
#bottom-footer {
  padding: 35px 0 25px;
  color: #464646;
  background: whitesmoke; }
  #bottom-footer .container > div {
    display: flex;
    justify-content: space-between; }
    #bottom-footer .container > div > div {
      padding: 5px 0; }
    @media (max-width: 991px) {
      #bottom-footer .container > div {
        justify-content: flex-start;
        flex-wrap: wrap; }
        #bottom-footer .container > div .col-left {
          width: 100%; }
        #bottom-footer .container > div .col-right {
          width: 100%; }
        #bottom-footer .container > div > ul {
          padding: 5px 0; } }

#bottom-footer .footer-copyright,
#bottom-footer .powered-by {
  display: inline-block; }

#bottom-footer .footer-copyright p,
#bottom-footer .powered-by p,
#bottom-footer .template-by p {
  margin-bottom: 0; }

#bottom-footer .template-by a {
  border-bottom: 1px solid black; }
  #bottom-footer .template-by a:hover {
    border-color: #548f31; }

#bottom-footer ul.custom-links {
  margin: 0;
  list-style: none; }
  #bottom-footer ul.custom-links li {
    display: inline-block; }
    #bottom-footer ul.custom-links li + li::before {
      display: inline-block;
      position: relative;
      top: -1px;
      width: 1px;
      height: 16px;
      margin-right: 10px;
      margin-left: 8px;
      content: '';
      vertical-align: middle;
      background: #d0d0d0; }

#bottom-footer a {
  color: black; }

#bottom-footer a:hover {
  color: #548f31; }

.footer-payment-icons {
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .footer-payment-icons .ips {
    font-size: 0;
    padding: 0; }
    .footer-payment-icons .ips:hover {
      opacity: .5; }
  .footer-payment-icons .ips:before {
    display: inline-block;
    width: 90px;
    height: 30px;
    content: ' ';
    vertical-align: middle;
    background-image: url("../icons/payment-grey-sprite.svg");
    background-repeat: no-repeat;
    background-size: 90px; }
  .footer-payment-icons .ips.icon-card-paypal:before {
    width: 47px;
    background-position: center 1px; }
  .footer-payment-icons .ips.icon-card-visa:before {
    width: 70px;
    background-position: center -30px; }
  .footer-payment-icons .ips.icon-card-mastercard:before {
    width: 40px;
    background-position: center -60px; }
  .footer-payment-icons .ips.icon-card-amex-square:before {
    width: 60px;
    background-position: center -90px; }
  .footer-payment-icons .ips.icon-card-discover:before {
    width: 50px;
    background-position: center -120px; }
  .footer-payment-icons .ips.icon-card-maestro:before {
    width: 70px;
    background-position: center -150px; }
  .footer-payment-icons .ips.icon-card-google-wallet:before {
    background-position: center -180px; }

/*Accept Cookies*/
#accept-cookies {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 10px;
  width: 100%;
  min-width: 300px;
  max-width: 390px;
  min-height: 200px;
  padding: 30px 30px 20px 16px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #141414; }
  @media (max-width: 400px) {
    #accept-cookies {
      max-width: 354px; } }

#accept-cookies .cookies-inner {
  padding-left: 54px;
  background: url("../img/cookie-info.png") top left no-repeat; }

#accept-cookies p {
  font-style: italic;
  position: relative;
  top: -5px;
  letter-spacing: .02em;
  color: #fff; }

#accept-cookies button {
  font-size: 11px;
  padding: 0 16px;
  letter-spacing: .05em; }

/*Scroll To Top*/
#back-to-top {
  font-size: 36px;
  position: fixed;
  z-index: 10;
  bottom: 65px;
  right: 15px;
  visibility: hidden;
  /* image replacement properties */
  overflow: hidden;
  width: 36px;
  height: 36px;
  /* Opacity for IE8 and lower */
  transition: opacity .3s 0s, visibility 0s .3s;
  white-space: nowrap;
  opacity: 0;
  color: #000;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=0); }
  #back-to-top i.fa {
    position: relative;
    top: -4px; }
  @media (max-width: 991px) {
    #back-to-top {
      background: #000;
      color: #fff; } }

#back-to-top.is-visible,
#back-to-top.fade-out,
.no-touch #back-to-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s; }

#back-to-top.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=100);
  /* Opacity for IE8 and lower */ }

#back-to-top.fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=50);
  /* Opacity for IE8 and lower */ }
  #back-to-top.fade-out:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#bottom-page-promotion {
  background: #d54d4d; }
  #bottom-page-promotion .outer {
    position: relative;
    max-width: 1480px;
    margin: 0 auto; }
    #bottom-page-promotion .outer .container {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 700;
      min-height: 52px;
      letter-spacing: .2em;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 20px;
      text-align: center; }
      @media (max-width: 1024px) {
        #bottom-page-promotion .outer .container {
          font-size: 10px; }
          #bottom-page-promotion .outer .container .bottom-page-promotion {
            position: absolute;
            z-index: 99; } }
      #bottom-page-promotion .outer .container p {
        margin: 0;
        color: white; }
      #bottom-page-promotion .outer .container a {
        color: white; }
        #bottom-page-promotion .outer .container a:hover {
          border-bottom: 1px solid white; }
    #bottom-page-promotion .outer svg {
      position: absolute;
      top: 12px;
      right: -10px;
      width: 30px;
      height: 30px;
      padding: 5px;
      cursor: pointer;
      fill: white; }
      @media (max-width: 1480px) {
        #bottom-page-promotion .outer svg {
          right: 10px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px; }
  @media (min-width: 1025px) {
    .container {
      padding: 0 15px;
      width: 100%; } }
  @media (max-width: 1024px) {
    .container {
      width: 100%; } }

.container_page {
  margin: 0 auto;
  padding-bottom: 80px; }

.page-type-default .container_page {
  padding-bottom: 0; }

.page-type-product .container_page {
  padding-bottom: 70px; }

select > option {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff; }

.breadcrumbs {
  margin-top: 10px;
  margin-bottom: 25px; }
  .breadcrumbs .breadcrumb {
    display: inline-block;
    font-size: 1rem;
    padding-top: 5px;
    padding-right: 10px; }
    .breadcrumbs .breadcrumb::before {
      content: "/";
      color: #b4b4b4;
      position: relative;
      top: 0px;
      margin: 0 5px 0 0px; }
    .breadcrumbs .breadcrumb:first-child::before {
      display: none; }
    .breadcrumbs .breadcrumb a:hover {
      border-bottom: 1px solid #548f31; }
    .breadcrumbs .breadcrumb .breadcrumb-label {
      color: #a0a0a0; }
      .breadcrumbs .breadcrumb .breadcrumb-label:hover {
        color: #548f31; }
    .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
      color: #a0a0a0; }

.category-heading {
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .category-heading .page-heading {
    display: inline-block;
    padding: 0 0 20px;
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .category-heading .page-heading {
        padding-top: 10px; } }
  @media (max-width: 991px) {
    .category-heading {
      flex-wrap: wrap; } }

.page-heading {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 27px;
  text-align: left;
  text-transform: uppercase; }

.subcategories {
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%; }
  @media (min-width: 768px) {
    .subcategories {
      margin-bottom: 25px; } }
  .subcategories .category-sub-categories {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0; }
    @media (min-width: 480px) {
      .subcategories .category-sub-categories {
        margin-left: 5px;
        margin-right: 5px; } }
    @media (min-width: 1200px) {
      .subcategories .category-sub-categories {
        margin-left: 10px;
        margin-right: 10px; } }
    .subcategories .category-sub-categories .slick-track {
      margin-left: 0; }
    .subcategories .category-sub-categories .slick-dots {
      position: absolute;
      top: -51px;
      right: 9px;
      text-align: right; }
      @media (min-width: 480px) {
        .subcategories .category-sub-categories .slick-dots {
          right: 15px; } }
  .subcategories .jump {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    color: #202020; }
  .subcategories .sub-cate-item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    text-align: center;
    vertical-align: top; }
    @media (min-width: 361px) {
      .subcategories .sub-cate-item {
        width: 33.33%; } }
    @media (min-width: 480px) {
      .subcategories .sub-cate-item {
        width: 20%; } }
    @media (min-width: 992px) {
      .subcategories .sub-cate-item {
        width: 16.66%; } }
    @media (min-width: 768px) {
      .subcategories .sub-cate-item {
        width: 12.5%; } }
  .subcategories .sub-cate-img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    background: #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto; }
    @media (min-width: 480px) {
      .subcategories .sub-cate-img {
        width: 120px;
        height: 120px; } }
    @media (min-width: 480px) {
      .subcategories .sub-cate-img {
        width: 122px;
        height: 122px; } }
    .subcategories .sub-cate-img > a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .subcategories .sub-cate-img > a img {
        max-width: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: auto; }
  .subcategories .sub-cat-name {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    width: 100%; }

/*Account Created Heading Title Spacing - Fixed*/
[data-page-no-breadcrumb] .page-heading {
  margin-top: 27px; }

.category-image {
  padding-bottom: 26px;
  display: none; }

.category-description {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }

.view-mode-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 150px; }
  .view-mode-btn .btn-group {
    display: flex; }
  .view-mode-btn label {
    font-weight: 700;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    padding-right: 12px; }

.view-mode-btn a,
.view-mode-btn a:hover,
.view-mode-btn a:active,
.view-mode-btn a:focus {
  font-size: 11px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 36px;
  height: 36px;
  margin-right: 0;
  margin-left: 0;
  text-decoration: none;
  padding: 5px;
  border: 1px solid #e5e5e5; }

.view-mode-btn a > div {
  width: 30px; }

.view-mode-btn a > span {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.view-mode-btn a.current-view {
  cursor: default; }
  .view-mode-btn a.current-view::after {
    content: "";
    display: block;
    height: 2px;
    background: #232323;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px; }

.view-mode-btn a .icon-bar {
  position: relative;
  top: -1px;
  width: 14px;
  height: 4px;
  margin: 1px auto 0 auto;
  transition: all .15s ease;
  background: #e5e5e5;
  opacity: 1;
  filter: alpha(opacity=100); }

.view-mode-btn a#grid-view {
  border-bottom: 1px solid #dedede;
  margin-right: -1px; }

.view-mode-btn a#grid-view .icon-bar {
  width: 4px; }

.view-mode-btn a#grid-view .icon-bar:before,
.view-mode-btn a#grid-view .icon-bar:after {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  content: '';
  transition: all .15s ease;
  background: #e5e5e5; }

.view-mode-btn a#grid-view .icon-bar:before {
  left: -5px; }

.view-mode-btn a#grid-view .icon-bar:after {
  right: -5px; }

.view-mode-btn a.current-view .icon-bar {
  background: #232323; }

.view-mode-btn a#grid-view.current-view .icon-bar:before,
.view-mode-btn a#grid-view.current-view .icon-bar:after {
  background: #232323; }

.actionBar[data-sort-by] {
  width: 50%;
  text-align: right;
  padding: 0 0 20px 0;
  margin: 0; }
  .actionBar[data-sort-by] fieldset {
    float: none; }
  .actionBar[data-sort-by] .form-field {
    margin: 0; }
  .actionBar[data-sort-by] label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    position: relative;
    top: 0;
    margin-right: 11px; }
  .actionBar[data-sort-by] select {
    display: inline-block;
    max-width: 180px; }
    @media (max-width: 767px) {
      .actionBar[data-sort-by] select {
        max-width: 160px; } }
    @media (max-width: 600px) {
      .actionBar[data-sort-by] select {
        max-width: 180px; } }
    .actionBar[data-sort-by] select option {
      padding: 5px 10px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .actionBar[data-sort-by] {
      float: none;
      text-align: left;
      width: 100%;
      clear: both;
      padding-top: 10px; } }
  @media (max-width: 600px) {
    .actionBar[data-sort-by] {
      float: none;
      text-align: left;
      width: 100%;
      clear: both;
      padding-top: 10px; } }

.showMoreProduct a.btn {
  width: 100%;
  max-width: 344px;
  margin-bottom: 40px; }

#home-top-promotions {
  margin-top: -30px;
  padding: 0; }
  @media (max-width: 1024px) {
    #home-top-promotions {
      margin-top: 0; } }
  #home-top-promotions .promotion-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #home-top-promotions .promotion-wrap {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch; } }
    #home-top-promotions .promotion-wrap .promotion-item {
      width: 33.33%;
      text-align: center;
      padding: 0px 15px 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #home-top-promotions .promotion-wrap .promotion-item {
          width: auto;
          display: inline-block; } }
      @media (max-width: 767px) {
        #home-top-promotions .promotion-wrap .promotion-item {
          width: 100%; } }
      #home-top-promotions .promotion-wrap .promotion-item > a {
        padding: 10px 0;
        background: #3d3d3d;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        font-size: 11px;
        letter-spacing: 0.08em;
        line-height: 1.8em;
        min-height: 40px; }
        @media (min-width: 768px) and (max-width: 991px) {
          #home-top-promotions .promotion-wrap .promotion-item > a {
            padding: 10px 20px; } }
      #home-top-promotions .promotion-wrap .promotion-item.first > a {
        color: white;
        background: #548f31; }
      #home-top-promotions .promotion-wrap .promotion-item.second > a {
        color: white;
        background: #548f31; }
      #home-top-promotions .promotion-wrap .promotion-item.third > a {
        color: white;
        background: #548f31; }
  @media (max-width: 991px) {
    #home-top-promotions {
      margin-top: 0; } }

#homeBottomCustomBlock {
  background: #f5f5f5;
  padding-top: 57px;
  padding-bottom: 57px; }
  #homeBottomCustomBlock .column-item {
    width: 33.33%;
    padding: 30px 25px; }
    @media (max-width: 1024px) {
      #homeBottomCustomBlock .column-item {
        width: 100%;
        padding: 5px 15px; } }
    #homeBottomCustomBlock .column-item h2 {
      margin-bottom: 22px;
      font-size: 20px;
      text-align: center; }
      #homeBottomCustomBlock .column-item h2 i.fa {
        font-size: 23px; }
      #homeBottomCustomBlock .column-item h2 span {
        padding-left: 12px;
        padding-right: 12px; }
    #homeBottomCustomBlock .column-item p {
      color: #464646; }

#homeShopByCategory {
  padding-top: 40px; }
  #homeShopByCategory .container {
    border-bottom: 1px solid #dcdcdc; }
  #homeShopByCategory .cate-columns {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    #homeShopByCategory .cate-columns .column-item {
      width: 25%;
      margin-bottom: 40px; }
      @media (max-width: 600px) {
        #homeShopByCategory .cate-columns .column-item {
          width: 50%; } }
      @media (max-width: 320px) {
        #homeShopByCategory .cate-columns .column-item {
          width: 100%; } }
      #homeShopByCategory .cate-columns .column-item h3 {
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        margin-top: 0; }
      #homeShopByCategory .cate-columns .column-item ul {
        margin: 0;
        list-style: none; }
        #homeShopByCategory .cate-columns .column-item ul li a {
          color: #548f31;
          line-height: 25px; }
          #homeShopByCategory .cate-columns .column-item ul li a:hover {
            color: black;
            border-bottom: 1px solid black; }
        #homeShopByCategory .cate-columns .column-item ul li.more-link a {
          color: black;
          font-weight: 700;
          font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
          font-size: 14px; }
          #homeShopByCategory .cate-columns .column-item ul li.more-link a:hover {
            color: #548f31;
            border-bottom: 1px solid #548f31; }

#homeBrands {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    #homeBrands {
      padding-top: 40px;
      padding-bottom: 40px; } }
  #homeBrands h2 {
    text-align: center;
    min-height: 30px;
    line-height: 30px;
    display: inline-flex;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 17px;
    margin: 0 0 40px;
    background: #548F31;
    color: #fff; }

#homeBrands .owl-carousel {
  margin: 0;
  padding: 0;
  list-style: none; }

#homeBrands .owl-carousel .owl-item a {
  display: block;
  text-align: center; }

#homeBrands .owl-carousel .owl-item img {
  display: inline-block; }

#homeBrands .owl-nav > div {
  border: transparent; }
  #homeBrands .owl-nav > div.owl-prev {
    left: -15px; }
  #homeBrands .owl-nav > div.owl-next {
    right: -15px; }

#InstagramGallery {
  padding-top: 45px;
  padding-bottom: 60px;
  text-align: center;
  border-top: 1px solid #e5e5e5; }

#InstagramGallery .widget-title {
  padding-bottom: 47px; }

#InstagramGallery .widget-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center; }
  @media (max-width: 480px) {
    #InstagramGallery .widget-title h2 {
      font-size: 16px; } }
  @media (max-width: 400px) {
    #InstagramGallery .widget-title h2 {
      font-size: 13px; } }

#InstagramGallery .widget-title p.instagram-desc {
  line-height: 18px;
  position: relative;
  display: inline-block;
  letter-spacing: .05em; }
  #InstagramGallery .widget-title p.instagram-desc svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  #InstagramGallery .widget-title p.instagram-desc span {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 640px) {
      #InstagramGallery .widget-title p.instagram-desc span {
        width: 85%;
        vertical-align: top; } }

#InstagramGallery .owl-item > a {
  display: block; }

#InstagramGallery a.insta-btn {
  margin-top: 40px;
  min-width: 210px; }

#InstagramGallery .feed-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: all .3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #241d1c; }

#InstagramGallery .feed-item:hover::before {
  transition: all .3s ease 0s;
  opacity: 0.65;
  filter: alpha(opacity=65); }

#InstagramGallery .feed-item::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 1px solid #c5a172;
  transition: all .3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }

#InstagramGallery .feed-item:hover::after {
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  transition: all .3s ease 0s;
  opacity: 0.6;
  filter: alpha(opacity=60); }

#InstagramGallery .feed-item .feed-action {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1; }

#InstagramGallery .feed-item:hover .feed-action {
  visibility: visible;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100); }

#InstagramGallery .feed-item .feed-action .btn {
  font-size: 14px;
  width: 36px;
  margin: 3px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  background: #c5a172;
  border-color: #c5a172; }
  #InstagramGallery .feed-item .feed-action .btn:hover {
    background: #000;
    border-color: #000;
    color: #fff; }

.mfp-gallery figure > figcaption {
  margin: 0; }

.page-type-page_contact_form .storeLocation {
  padding-bottom: 30px;
  color: #464646; }
  .page-type-page_contact_form .storeLocation a {
    color: #464646; }
    .page-type-page_contact_form .storeLocation a:hover {
      color: #548f31; }

.page-type-page_contact_form .storeLocation h3 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0px;
  text-transform: uppercase;
  color: #000; }
  .page-type-page_contact_form .storeLocation h3 span {
    position: relative; }
    .page-type-page_contact_form .storeLocation h3 span::after {
      content: "";
      height: 2px;
      width: 32px;
      background: #ae895d;
      display: block;
      margin-top: 12px; }

.page-type-page_contact_form .storeLocation .store-address {
  padding-bottom: 20px; }

.page-type-page_contact_form .storeLocation .store-phone {
  padding-bottom: 15px; }

.page-type-page_contact_form .storeLocation .separated-line {
  border-top: 1px solid #dedede;
  display: block;
  margin-bottom: 15px; }

.page-type-page_contact_form .storeLocation label {
  padding-bottom: 10px; }

@media (min-width: 767px) {
  .page-type-page_contact_form .page-content > .row > .col-sm-8 {
    padding-right: 100px; } }

.page-type-page_contact_form [data-contact-form] .form-actions {
  margin-top: 0; }
  .page-type-page_contact_form [data-contact-form] .form-actions .btn {
    min-width: 172px; }

/*Halo Newsletter Popup*/
#halo-newsletter-popup {
  position: relative;
  z-index: 9999; }
  #halo-newsletter-popup .popup-close span {
    height: 100%; }

#halo-newsletter-popup .popup-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #2d2d32;
  filter: alpha(opacity=80); }

.newsletter-popup-container {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 16px;
  text-align: center; }

.newsletter-popup-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10000;
  top: 50%;
  width: 100%;
  min-width: 288px;
  max-width: 946px;
  /*height: 380px; RD*/
  height: 320px;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: left;
  vertical-align: middle;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  @media (max-width: 991px) {
    .newsletter-popup-inner {
      max-width: 600px;
      height: auto;
      display: flex;
      align-items: center; } }

.newsletter-popup-inner .newsletter-left {
  width: 100%;
  /*width: calc(100% - 420px);   RD */
  padding: 45px 60px 30px 60px;
  height: 100%;
  overflow: auto; }
  .newsletter-popup-inner .newsletter-left h5 {
    display: none; }
  @media (max-width: 991px) {
    .newsletter-popup-inner .newsletter-left {
      width: 100%;
      padding: 35px 35px 30px 35px; } }
  @media (max-width: 400px) {
    .newsletter-popup-inner .newsletter-left {
      padding: 25px; } }
  .newsletter-popup-inner .newsletter-left .social-icons {
    padding-right: 0;
    display: flex; }
  .newsletter-popup-inner .newsletter-left .facebook-like {
    padding-top: 8px; }
  .newsletter-popup-inner .newsletter-left .btn-dont-show-again {
    padding-top: 30px; }
    .newsletter-popup-inner .newsletter-left .btn-dont-show-again label {
      font-weight: 400;
      font-family: "Roboto";
      font-style: italic;
      text-align: left; }

.newsletter-left h2.newsletter-heading {
  margin: 0 0 5px;
  padding: 11px 0 5px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-size: 20px; }
  .newsletter-left h2.newsletter-heading::before {
    content: "";
    height: 3px;
    top: -8px;
    left: 0;
    width: 40px;
    background: #ae895d;
    position: absolute; }

.newsletter-left p.newsletter-sub-heading {
  font-size: 12px;
  margin-bottom: 25px;
  color: #464646; }

#popupSubcribeForm {
  margin-bottom: 5px; }
  #popupSubcribeForm form {
    margin-bottom: 2px; }
    #popupSubcribeForm form .form-field {
      margin-bottom: 0px;
      display: flex; }
      @media (max-width: 480px) {
        #popupSubcribeForm form .form-field {
          flex-wrap: wrap; } }
      #popupSubcribeForm form .form-field input[type='email'] {
        color: #000;
        width: calc(100% - 117px);
        margin-right: 10px; }
        @media (max-width: 480px) {
          #popupSubcribeForm form .form-field input[type='email'] {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px; } }
      #popupSubcribeForm form .form-field input[type='submit'] {
        width: 117px;
        padding-left: 20px;
        padding-right: 20px; }
        #popupSubcribeForm form .form-field input[type='submit']:hover {
          background: #fff; }
        @media (max-width: 480px) {
          #popupSubcribeForm form .form-field input[type='submit'] {
            width: 100%; } }

.newsletter-left #mailistBox {
  margin-top: 0; }

.newsletter-left .newsletter-message {
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  clear: both;
  margin-bottom: 0;
  padding: 4px 0 23px;
  color: #8d8d8d; }

.newsletter-popup-inner .newsletter-right {
  width: 420px;
  text-align: right;
  overflow: hidden; }
  @media (max-width: 991px) {
    .newsletter-popup-inner .newsletter-right {
      display: none;
      width: 100%;
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      text-align: center;
      height: 100%; }
      .newsletter-popup-inner .newsletter-right > img {
        transform: scale(2);
        opacity: 0.3;
        filter: alpha(opacity=30); } }

body.has-newsletter {
  overflow: hidden; }

.sticky-logo {
  display: none; }

body.is-sticky header.header .navLabeltop {
  display: none; }

body.is-sticky .navBanner {
  display: none; }

@media (min-width: 992px) {
  body.is-sticky header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    animation-name: fadeInDown;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    padding: 0; } }
  @media (min-width: 992px) and (min-width: 1025px) {
    body.is-sticky header.header .header-left {
      display: none; }
    body.is-sticky header.header .header-top {
      padding: 0; }
      body.is-sticky header.header .header-top li:not(.top-cart) {
        display: none; }
    body.is-sticky header.header .header-center {
      display: none; }
    body.is-sticky header.header .header-right {
      padding-bottom: 0; }
      body.is-sticky header.header .header-right #top-cart {
        padding: 0;
        width: auto;
        right: 0;
        position: fixed;
        bottom: 0;
        top: 0;
        max-height: 54px;
        border-left: 1px solid #595959; }
        body.is-sticky header.header .header-right #top-cart > a {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          min-width: 54px; }
          body.is-sticky header.header .header-right #top-cart > a:before {
            display: none; }
      body.is-sticky header.header .header-right #cart-preview-dropdown .triangle-with-shadow::before {
        right: 40px; }
      body.is-sticky header.header .header-right .header-search {
        display: none; }
      body.is-sticky header.header .header-right .right-bottom {
        padding: 0;
        height: 100%; }
        body.is-sticky header.header .header-right .right-bottom > div:not(.top-cart) {
          display: none; } }

@media (min-width: 992px) {
  body.is-sticky #menu.navPages-container {
    background: #548f31; }
    body.is-sticky #menu.navPages-container nav ul.navPages-list > li > a {
      padding-top: 17px;
      padding-bottom: 17px;
      color: white; }
      body.is-sticky #menu.navPages-container nav ul.navPages-list > li > a.has-subMenu::after {
        color: white; } }
    @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
      body.is-sticky #menu.navPages-container nav ul.navPages-list > li > a {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px; }
        body.is-sticky #menu.navPages-container nav ul.navPages-list > li > a.has-subMenu::after {
          right: -1px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    body.is-sticky #menu.navPages-container > .container {
      max-width: calc(100% - 200px); } }

@media (min-width: 992px) {
  body.is-sticky .sticky-logo {
    display: flex;
    position: absolute;
    margin-top: 6px;
    margin-left: 10px; } }

@media (min-width: 992px) and (min-width: 1025px) {
  body.is-sticky .top-cart {
    padding-left: 0 !important;
    height: 100%; }
    body.is-sticky .top-cart > a {
      color: black;
      height: 100%;
      justify-content: center; }
      body.is-sticky .top-cart > a i {
        display: inline-block !important;
        font-size: 16px; }
      body.is-sticky .top-cart > a span:not(.cart-quantity) {
        display: none; }
    body.is-sticky .top-cart #cart-preview-dropdown {
      display: none;
      right: 0;
      margin-top: 0; }
      body.is-sticky .top-cart #cart-preview-dropdown .triangle-with-shadow {
        margin-left: 28px; }
    body.is-sticky .top-cart:hover > a {
      color: black; } }

@media (min-width: 1025px) {
  body.is-sticky header.header .header-right #top-cart {
    border-left: 1px solid white; }
  body.is-sticky .top-cart > a {
    color: white;
    transition: none; }
    body.is-sticky .top-cart > a:hover {
      color: white; } }

@media (max-width: 1024px) {
  body.is-sticky .body {
    margin-top: 0 !important; } }

#CartEditProductFieldsForm {
  padding-bottom: 30px; }

.no-js .owl-carousel {
  display: none; }

.no-js .heroCarousel.owl-carousel:not(.owl-loaded) {
  display: block; }
  .no-js .heroCarousel.owl-carousel:not(.owl-loaded) .heroCarousel-slide:not(:first-child) {
    display: none; }

/*Halo Ask An Expert*/
button[data-reveal-id="halo-ask-an-expert-form"] {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  z-index: 99;
  transition: none; }
  button[data-reveal-id="halo-ask-an-expert-form"] span {
    display: none; }
  @media (max-width: 991px) {
    button[data-reveal-id="halo-ask-an-expert-form"] {
      top: auto;
      bottom: 150px;
      transform: none;
      background: rgba(241, 67, 43, 0.9);
      padding: 6px 13px 7px;
      font-weight: 700;
      color: #fff;
      font-family: Montserrat;
      font-size: 11px;
      letter-spacing: 0.08em;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      height: 32px; }
      button[data-reveal-id="halo-ask-an-expert-form"] img {
        display: none; }
      button[data-reveal-id="halo-ask-an-expert-form"] span {
        display: inline;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
        line-height: 1.5em; } }

#halo-ask-an-expert-form {
  min-height: 120px;
  max-width: 786px;
  width: 100%;
  right: auto; }
  @media (max-width: 991px) {
    #halo-ask-an-expert-form {
      max-width: 600px; } }
  #halo-ask-an-expert-form .modal-close {
    background: black; }
    #halo-ask-an-expert-form .modal-close:hover {
      background: #e82b1a; }
  #halo-ask-an-expert-form .modal-header {
    padding: 0;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-bottom: 0; }
    #halo-ask-an-expert-form .modal-header h2 {
      font-size: 22px;
      letter-spacing: 0.1em;
      color: #272e31; }
  #halo-ask-an-expert-form .alert {
    text-align: center;
    margin-bottom: 0; }
  #halo-ask-an-expert-form .form-inner {
    max-width: 500px;
    margin: 0 auto; }
    #halo-ask-an-expert-form .form-inner h3 {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      color: #548f31;
      text-align: center;
      line-height: 20px;
      margin: 0 0 20px;
      letter-spacing: 0.16em; }
    #halo-ask-an-expert-form .form-inner .sub-title {
      text-align: center;
      color: #464646;
      font-size: 12px;
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 25px;
      margin-bottom: 25px; }
    #halo-ask-an-expert-form .form-inner .sub-title-question {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      letter-spacing: 0.08em;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      color: #3c3c3c;
      text-align: center;
      line-height: 20px;
      margin: 0 0 25px; }
  #halo-ask-an-expert-form .form-field {
    margin-bottom: 20px; }
  #halo-ask-an-expert-form .form-label {
    display: inline-block !important;
    width: auto;
    margin-right: 25px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 12px; }
    #halo-ask-an-expert-form .form-label.label-last {
      display: block !important;
      margin-bottom: 20px; }
    @media (max-width: 400px) {
      #halo-ask-an-expert-form .form-label:first-child {
        display: block !important;
        margin-bottom: 20px; } }
  #halo-ask-an-expert-form .form-radio ~ .form-label {
    text-transform: none;
    font-size: 12px;
    color: #3c3c3c; }
  #halo-ask-an-expert-form .form-input {
    box-shadow: none; }
    #halo-ask-an-expert-form .form-input[name="phone"] {
      margin-bottom: 10px; }
    #halo-ask-an-expert-form .form-input[name="message"] {
      margin-bottom: 10px; }
  #halo-ask-an-expert-form button.fasubmit {
    width: 100%;
    max-width: 100%;
    height: 42px;
    background-color: #548f31;
    border-color: #548f31; }
    #halo-ask-an-expert-form button.fasubmit:hover {
      background-color: black;
      border-color: black;
      color: #fff; }

/*Purchase Gift Certificate Form Fields Spacing - Fixed*/
.page-type-giftcertificates .form-row .form-fieldset.form-column .form-field:not(.form-field-group) {
  padding-left: 0;
  padding-right: 0; }
  .page-type-giftcertificates .form-row .form-fieldset.form-column .form-field:not(.form-field-group) textarea {
    width: 100% !important; }

.wow {
  visibility: hidden; }

.panel-body {
  background: whitesmoke;
  border-radius: 3px; }

/*Halo Login Popup*/
#halo-login-popup {
  max-width: 400px;
  margin: 0; }
  #halo-login-popup .modal-body {
    padding: 40px; }
    #halo-login-popup .modal-body h3 {
      margin: 0 0 20px;
      padding: 5px 0;
      text-align: left;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      font-size: 20px; }
      #halo-login-popup .modal-body h3::before {
        content: "";
        height: 3px;
        top: -10px;
        left: 0;
        width: 40px;
        background: #ae895d;
        position: absolute; }
    #halo-login-popup .modal-body form .form-field {
      margin-bottom: 15px; }
      #halo-login-popup .modal-body form .form-field input {
        border-radius: 0; }
      #halo-login-popup .modal-body form .form-field .form-inlineMessage {
        line-height: 1.5em;
        margin: 0;
        font-size: 11px; }
    #halo-login-popup .modal-body form .form-actions input[type="submit"] {
      width: 100%;
      border-radius: 0;
      font-size: 11px;
      margin-bottom: 0; }
    #halo-login-popup .modal-body form .form-actions a.forgot-password {
      margin: 15px 0 10px;
      display: block; }
    #halo-login-popup .modal-body .separated-form > span {
      display: block;
      position: relative;
      font-weight: 700;
      font-size: 11px;
      font-style: italic;
      text-align: center; }
      #halo-login-popup .modal-body .separated-form > span::before {
        content: '';
        border-top: 1px solid #ddd;
        width: 40%;
        display: block;
        position: absolute;
        top: 50%;
        left: 0px; }
      #halo-login-popup .modal-body .separated-form > span::after {
        content: '';
        border-top: 1px solid #ddd;
        width: 40%;
        display: block;
        position: absolute;
        top: 50%;
        right: 0px; }
    #halo-login-popup .modal-body .separated-form a.btn {
      width: 100%;
      margin-top: 20px;
      border-radius: 0;
      background-color: #253951;
      color: #fff;
      font-size: 11px; }
      #halo-login-popup .modal-body .separated-form a.btn:hover {
        background-color: #fff;
        color: #000; }

@media (min-width: 1025px) {
  #homeNewProducts {
    margin-bottom: -55px;
    position: relative; }
    #homeNewProducts:not(:hover) {
      z-index: 0; }
  #homeFeaturedProducts {
    margin-bottom: -55px;
    position: relative; }
    #homeFeaturedProducts:not(:hover) {
      z-index: 0; }
  #relatedProducts {
    margin-bottom: -45px;
    position: relative; }
    #relatedProducts:not(:hover) {
      z-index: 0; } }

/*LookBook Styles*/
.lookbook .owl-carousel {
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px; }

.lookbook .slide-desc {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff; }

@media (max-width: 767px) {
  .lookbook .slide-desc.slide-desc-left {
    left: 20px;
    width: 40%; } }

.lookbook .slide-desc.slide-desc-right {
  right: 0;
  left: auto; }
  @media (max-width: 767px) {
    .lookbook .slide-desc.slide-desc-right {
      right: 20px;
      width: 40%; } }

.lookbook .slide-desc.slide-desc-center {
  right: 0;
  left: 0;
  width: 100%; }

.lookbook h2.slide-heading {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  position: relative;
  margin: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .lookbook h2.slide-heading {
      font-size: 30px; } }

.lookbook .social-icons {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right; }
  @media (max-width: 600px) {
    .lookbook .social-icons {
      text-align: center; } }

.lookbook .black-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .lookbook .black-icons {
      justify-content: center; } }
  @media (max-width: 320px) {
    .lookbook .black-icons {
      flex-direction: column; } }
  .lookbook .black-icons > span {
    margin-bottom: 12px;
    margin-right: 20px;
    color: #464646;
    opacity: 0.6; }
    @media (max-width: 320px) {
      .lookbook .black-icons > span {
        flex-direction: column;
        margin-right: 0; } }

.lookbook .black-icons h5 {
  display: none; }

.lookbook .lookbook-bottom {
  padding: 40px 0;
  text-align: center;
  border-top: 1px dotted #dedddd; }

.lookbook .lookbook-bottom a.btn-lookbook {
  min-width: 222px;
  height: 42px;
  padding-top: 12px;
  padding-bottom: 11px; }

.lookbook {
  padding-top: 10px;
  margin-bottom: 30px; }
  .lookbook .owl-nav > div {
    border: 0;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 767px) {
      .lookbook .owl-nav > div {
        display: none; } }
    .lookbook .owl-nav > div::before {
      font-size: 0px; }
    .lookbook .owl-nav > div.owl-prev {
      left: 0px;
      background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNy40MzYgNDA3LjQzNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMjhweCIgaGVpZ2h0PSIxMjhweCI+Cjxwb2x5Z29uIHBvaW50cz0iMzE1Ljg2OSwyMS4xNzggMjk0LjYyMSwwIDkxLjU2NiwyMDMuNzE4IDI5NC42MjEsNDA3LjQzNiAzMTUuODY5LDM4Ni4yNTggMTMzLjkyNCwyMDMuNzE4ICIgZmlsbD0iI0ZGRkZGRiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
      background-size: 57px 57px;
      width: 70px;
      height: 70px;
      background-position: center;
      background-repeat: no-repeat; }
    .lookbook .owl-nav > div.owl-next {
      right: 0px;
      background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDcuNDM2IDQwNy40MzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNy40MzYgNDA3LjQzNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+Cjxwb2x5Z29uIHBvaW50cz0iMTEyLjgxNCwwIDkxLjU2NiwyMS4xNzggMjczLjUxMiwyMDMuNzE4IDkxLjU2NiwzODYuMjU4IDExMi44MTQsNDA3LjQzNiAzMTUuODY5LDIwMy43MTggIiBmaWxsPSIjRkZGRkZGIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
      background-size: 57px 57px;
      width: 70px;
      height: 70px;
      background-position: center;
      background-repeat: no-repeat; }
  .lookbook:hover .owl-nav > div {
    opacity: 1;
    visibility: visible; }
    .lookbook:hover .owl-nav > div.owl-prev {
      left: 30px; }
    .lookbook:hover .owl-nav > div.owl-next {
      right: 30px; }
  .lookbook .owl-dots {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .lookbook .owl-dots {
        opacity: 1;
        visibility: visible; } }
  .lookbook .owl-dots > div {
    display: inline-block;
    padding: 7px; }
    .lookbook .owl-dots > div span {
      display: block;
      width: 12px;
      height: 12px;
      box-shadow: none;
      transition: all 0.3s ease 0s;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.3); }
    .lookbook .owl-dots > div.active span {
      background-color: white; }

.lookbook .owl-carousel:not(.owl-loaded) {
  display: block !important; }

.lookbook .owl-carousel:not(.owl-loaded) > .slide-item:not(:first-child) {
  display: none; }

/* Recently Bought */
.themevale_recently-bought {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #fff;
  border-radius: 3px;
  padding: 15px 35px 15px 15px;
  width: 90%;
  max-width: 390px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: all 1s ease; }
  @media (max-width: 767px) {
    .themevale_recently-bought {
      width: calc(100% - 30px);
      right: 15px;
      bottom: 15px;
      padding: 15px 35px 15px 5px; } }
  .themevale_recently-bought .recently-bought-inneer {
    display: table;
    width: 100%; }
  .themevale_recently-bought .modal-close {
    font-size: 28px; }
  .themevale_recently-bought .product-image {
    width: 72px;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .themevale_recently-bought .product-image {
        width: 60px; } }
    .themevale_recently-bought .product-image img {
      position: relative; }
  .themevale_recently-bought .product-info {
    width: calc(100% - 72px);
    padding-left: 20px;
    padding-right: 15px;
    color: #969696;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .themevale_recently-bought .product-info {
        padding-right: 10px;
        padding-left: 10px;
        width: calc(100% - 60px); } }
    .themevale_recently-bought .product-info .text {
      margin-bottom: 7px; }
    .themevale_recently-bought .product-info .product-name {
      color: #323232; }
    .themevale_recently-bought .product-info #location-info {
      font-size: 11px;
      font-style: italic; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e8e8e8;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: left; }
  .blog .socialLinks {
    text-align: left; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 20px;
  margin: 0 0 5px 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
  line-height: 32px;
  font-weight: 600; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #a0a0a0;
  text-align: left; }

.blog-date {
  margin-bottom: 25px; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 20px; }
  .blog-post p {
    margin-bottom: 30px; }
  .blog-post h4, .blog-post h5, .blog-post h6 {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin-bottom: 18px; }
  .blog-post ul {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  .blog-post ol {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  .blog-post ul li {
    line-height: 25px;
    padding-left: 10px; }
  .blog-post ol li {
    line-height: 25px;
    padding-left: 10px; }

.blog-thumbnail {
  margin: 0 0 2rem;
  text-align: center; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: left; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }

.btn.blog-readmore {
  border-width: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  background: transparent !important;
  letter-spacing: 0.08em;
  color: black !important;
  font-size: 12px;
  box-shadow: none; }
  .btn.blog-readmore .fa {
    font-size: 12px;
    padding-left: 5px; }
  .btn.blog-readmore:hover {
    color: #548f31 !important; }
  .btn.blog-readmore ~ ul.tags {
    margin-top: 10px;
    margin-bottom: 10px; }

.page-type-blog_post .blog .tags {
  margin-top: 4rem; }

.page-type-category .page,
.page-type-brand .page,
.page-type-search .page {
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .page-type-category .page,
    .page-type-brand .page,
    .page-type-search .page {
      flex-wrap: wrap; } }

aside.page-sidebar.col-sm-3 {
  width: 225px;
  padding-right: 0px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    aside.page-sidebar.col-sm-3 {
      width: 25%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.page-sidebar.col-sm-3 {
      width: 30%; } }
  @media (max-width: 767px) {
    aside.page-sidebar.col-sm-3 {
      width: 100%;
      padding-right: 15px; } }

@media (min-width: 768px) {
  aside.page-sidebar > nav {
    display: block !important; } }

@media (max-width: 767px) {
  aside.page-sidebar > nav {
    display: none; } }

@media (max-width: 767px) {
  #sidebar-toggle {
    display: block !important;
    margin-bottom: 25px; }
    #sidebar-toggle a {
      font-weight: 700;
      display: flex;
      flex-wrap: nowrap;
      text-transform: uppercase;
      justify-content: center; }
      #sidebar-toggle a i {
        font-size: 14px;
        margin-left: 10px; } }

aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
  width: calc(100% - 225px);
  padding-left: 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 75%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 70%; } }
  @media (max-width: 767px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 100%;
      padding-left: 15px; } }

.sidebarBlock {
  margin-bottom: 17px;
  clear: both; }
  .sidebarBlock .side-module-heading {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 10px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5; }
  .sidebarBlock ul.navList > li.navList-item {
    padding: 5px 0; }
    .sidebarBlock ul.navList > li.navList-item > a.navList-action {
      padding: 0;
      display: inline; }
      .sidebarBlock ul.navList > li.navList-item > a.navList-action:hover {
        border-bottom: 1px solid #548f31; }

#sideBannerImage.sidebarBlock {
  padding-top: 0;
  margin-bottom: 30px;
  text-align: center; }

h5.shop-by-heading {
  font-size: 16px;
  text-transform: none;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 15px; }

#sideAllCategories {
  padding-top: 3px;
  margin-bottom: 25px; }
  #sideAllCategories .side-module-heading {
    margin-bottom: 9px; }

ul.all-categories-list {
  margin: 0;
  list-style: none; }
  ul.all-categories-list li {
    position: relative;
    padding: 7px 0;
    border-bottom: 1px dotted #e5e5e5; }
    ul.all-categories-list li:last-child {
      border-bottom: 0; }
    ul.all-categories-list li a {
      display: inline;
      position: relative;
      color: #464646; }
      ul.all-categories-list li a:hover {
        text-decoration: none;
        color: #000;
        border-bottom: 1px solid #000; }
  ul.all-categories-list i.fa.fa-angle-down {
    position: absolute;
    right: -10px;
    padding: 11px 8px;
    width: 30px;
    text-align: center;
    top: -2px;
    cursor: pointer;
    font-size: 13px; }
    ul.all-categories-list i.fa.fa-angle-down.is-clicked::before {
      content: "\f106";
      position: relative;
      top: -1px; }
  ul.all-categories-list ul.dropdown-category-list {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.3s ease 0s;
    list-style: none; }
    ul.all-categories-list ul.dropdown-category-list > li {
      padding-left: 15px !important; }
      ul.all-categories-list ul.dropdown-category-list > li > ul {
        margin-left: -15px; }
    ul.all-categories-list ul.dropdown-category-list.cat-expanded {
      opacity: 1;
      visibility: visible;
      height: auto;
      margin-top: 7px;
      margin-bottom: -7px;
      transition: all 0.3s ease 0s;
      border-top: 1px dotted #e5e5e5; }
  ul.all-categories-list > li > a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #000; }
    ul.all-categories-list > li > a::before {
      display: none; }
  ul.all-categories-list > li > i.fa.fa-angle-down {
    top: 0; }
  ul.all-categories-list > li > ul.dropdown-category-list.cat-expanded {
    padding-top: 1px; }
  ul.all-categories-list ul#navPages-level-2 > li > a {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.02em; }
    ul.all-categories-list ul#navPages-level-2 > li > a::before {
      content: "";
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      border: 1px solid #a6a6a6;
      position: absolute;
      left: -15px;
      top: 5px; }
  ul.all-categories-list li.current-cat > a {
    color: #548f31 !important; }
    ul.all-categories-list li.current-cat > a:hover {
      color: #548f31 !important;
      border-bottom-color: #548f31; }
  ul.all-categories-list ul#navPages-level-3 > li > a::before {
    content: "\f105";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0px;
    top: -4px;
    opacity: 0;
    visibility: hidden; }
  ul.all-categories-list ul#navPages-level-3 > li:hover > a {
    margin-left: 20px; }
    ul.all-categories-list ul#navPages-level-3 > li:hover > a::before {
      left: -20px;
      opacity: 1;
      visibility: visible; }

#sideShopByBrands {
  margin-bottom: 26px; }

#sideShopByBrands ul {
  list-style: none;
  margin: 0; }
  #sideShopByBrands ul li {
    padding: 5px 0; }
    #sideShopByBrands ul li a {
      padding: 0;
      display: inline;
      color: black; }
      #sideShopByBrands ul li a:hover {
        color: #548f31;
        border-bottom: 1px solid #548f31; }
    #sideShopByBrands ul li:last-of-type {
      padding-top: 10px; }
    #sideShopByBrands ul li:last-of-type a {
      font-weight: 700;
      margin-top: 5px;
      color: black;
      text-transform: uppercase;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      letter-spacing: 0.08em;
      font-size: 11px; }
      #sideShopByBrands ul li:last-of-type a i.fa {
        font-size: 14px;
        margin-right: 10px; }
      #sideShopByBrands ul li:last-of-type a:hover {
        color: #548f31;
        border-bottom: 0; }
        #sideShopByBrands ul li:last-of-type a:hover span {
          border-bottom: 1px solid #548f31; }

#sideRecentPosts ul {
  list-style: none; }
  #sideRecentPosts ul li {
    padding: 3px 0 13px; }
    #sideRecentPosts ul li + li {
      padding-top: 13px;
      border-top: 1px dotted #e5e5e5; }
    #sideRecentPosts ul li a {
      display: inline;
      position: relative; }
      #sideRecentPosts ul li a:hover {
        text-decoration: none; }

#sideTopSellers {
  margin-bottom: 50px; }
  #sideTopSellers .productCarousel .owl-stage-outer {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 13px; }
  #sideTopSellers .owl-item {
    align-items: flex-start;
    height: auto; }
  #sideTopSellers .prod-item {
    margin-bottom: 0; }
    #sideTopSellers .prod-item .card {
      padding-bottom: 0; }
  #sideTopSellers .prod-image {
    border: 0;
    min-height: auto;
    padding: 0;
    margin-bottom: 15px; }
    #sideTopSellers .prod-image a {
      width: 100%;
      align-items: flex-start; }
      #sideTopSellers .prod-image a span {
        width: 26px;
        height: 26px;
        background: #ae895d;
        color: #fff;
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        align-items: center;
        justify-content: center; }
      #sideTopSellers .prod-image a img {
        max-width: calc(100% - 50px) !important;
        border: 1px solid #e5e5e5; }
  #sideTopSellers .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 5px;
    border: 1px solid #d4d4d4;
    box-shadow: 0px 2px 0px 0px #f2f2f2; }
  #sideTopSellers .owl-nav > div {
    position: static;
    width: 50%;
    transform: none;
    border-radius: 0;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    #sideTopSellers .owl-nav > div.owl-prev::before {
      content: "\f0d9";
      font-family: 'FontAwesome';
      font-size: 14px;
      margin-right: 10px;
      font-weight: normal;
      left: 0; }
    #sideTopSellers .owl-nav > div.owl-next {
      border-left: 1px solid #e5e5e5; }
      #sideTopSellers .owl-nav > div.owl-next::before {
        display: none; }
      #sideTopSellers .owl-nav > div.owl-next::after {
        content: "\f0da";
        font-family: 'FontAwesome';
        font-size: 14px;
        margin-left: 10px;
        font-weight: normal; }
    #sideTopSellers .owl-nav > div:hover {
      background: #f5f5f5; }
    #sideTopSellers .owl-nav > div.disabled {
      opacity: 1;
      color: #ccc; }
  #sideTopSellers .prod-desc {
    text-align: left;
    padding-bottom: 0; }
  #sideTopSellers .rating-compare {
    justify-content: flex-start;
    margin-bottom: 0; }

#sideCustomCMS a:not(.btn) {
  color: #548f31; }
  #sideCustomCMS a:not(.btn):hover {
    color: black;
    border-bottom: 1px solid black; }

#sideShopByPrice ul {
  list-style: none;
  margin: 0; }
  #sideShopByPrice ul li {
    padding: 5px 0; }
    #sideShopByPrice ul li a {
      padding: 0;
      display: inline;
      color: black; }
      #sideShopByPrice ul li a:hover {
        color: #548f31;
        border-bottom: 1px solid #548f31; }
      #sideShopByPrice ul li a.is-active {
        color: #548f31; }

.module-heading {
  position: relative;
  top: 1px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 700; }
  @media (max-width: 480px) {
    .module-heading {
      font-size: 16px; } }

section.module-wrapper {
  padding-top: 15px;
  padding-bottom: 15px; }

img.brand-logo-heading {
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 10px; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 480px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand figure {
      border: 1px solid #d0d0d0;
      border-radius: 3px;
      padding: 10px;
      min-height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
    .brandGrid .brand .card-title {
      text-align: center;
      font-size: 14px;
      letter-spacing: 0;
      font-weight: 700;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }

/*---------- Brand List A to Z view --------*/
#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  #azBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e2e4e8;
    border-left: none; }
    #azBrandsTable li a {
      color: #548f31;
      display: block;
      height: 40px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 700;
      min-width: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      #azBrandsTable li a.disable {
        color: #B3B3B3;
        pointer-events: none; }
    #azBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #e2e4e8;
      /*border-radius: 3px 0 0 3px;*/ }
    #azBrandsTable li:last-child {
      /*border-radius: 0 3px 3px 0;*/ }
    #azBrandsTable li.is-active {
      color: #548f31;
      background-color: #f7f7f7; }
      #azBrandsTable li.is-active a {
        color: inherit; }
  @media (min-width: 1025px) {
    #azBrandsTable {
      margin: 0 0 40px 0;
      overflow: visible; }
      #azBrandsTable li {
        width: 10%; } }

#azBrands.active-all {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  #azBrands.active-all .azBrands-group {
    -moz-page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid; }
  @media (min-width: 480px) {
    #azBrands.active-all {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; } }
  @media (min-width: 768px) {
    #azBrands.active-all {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

#azBrands:not(.active-all) .azBrands-group {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  @media (min-width: 480px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; } }
  @media (min-width: 768px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

#azBrands .brand-name .title {
  color: #2d2d2d; }

#azBrands + .brandList.hide {
  opacity: 0;
  visibility: hidden; }

.azBrands-group-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #548f31;
  font-weight: 700; }

.brandList {
  margin: 0;
  list-style: none; }
  .brandList .brand {
    margin-bottom: 5px; }

.brand-name .title {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #548f31;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: capitalize; }
  .brand-name .title a {
    color: inherit; }

.azBrands-group {
  margin-bottom: 30px;
  display: none; }
  .azBrands-group.is-active {
    display: block; }

.productGrid {
  font-size: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: none; }
    @media (min-width: 480px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 480px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  overflow: hidden;
  margin: 0 0 1.5rem;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-fill: auto;
       column-fill: auto;
  -moz-column-gap: 1.42857rem;
       column-gap: 1.42857rem; }
  @media (min-width: 480px) {
    .productMasonry {
      -moz-column-count: 3;
           column-count: 3; } }
  @media (min-width: 768px) {
    .productMasonry {
      -moz-column-count: 4;
           column-count: 4; } }
  .productMasonry .product {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
    padding: 0;
    -moz-column-break-inside: avoid;
         break-inside: avoid; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    font-size: 0;
    list-style: none;
    margin-left: 0;
    margin: 0 -15px;
    max-width: none;
    width: auto; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      font-size: 1rem;
      display: inline-block;
      vertical-align: top;
      padding-left: 15px;
      padding-right: 15px;
      width: 25%;
      float: none; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol6 {
    -moz-column-count: 6;
         column-count: 6; } }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 15px;
      padding-right: 15px;
      width: 33.33333%;
      float: left; } }

.module-wrapper .productBlockContainer {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .module-wrapper .productBlockContainer {
      margin-right: -10px;
      margin-left: -10px; } }
  .module-wrapper .productBlockContainer.columns-5 .prod-item {
    width: 20%; }
  .module-wrapper .productBlockContainer.columns-4 .prod-item {
    width: 25%; }
  .module-wrapper .productBlockContainer.columns-3 .prod-item {
    width: 33.33%; }
  .module-wrapper .productBlockContainer.columns-2 .prod-item {
    width: 50%; }
  .module-wrapper .productBlockContainer.columns-1 .prod-item {
    width: 100%; }
  @media (max-width: 1199px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 25%; } }
  @media (max-width: 767px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 33.33%; }
    .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 33.33%; } }
  @media (max-width: 640px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 50%; }
    .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 50%; }
    .module-wrapper .productBlockContainer.columns-3 .prod-item {
      width: 50%; } }

#product-listing-container {
  margin-bottom: 20px; }

#product-listing-container .module-wrapper {
  margin-bottom: 20px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #product-listing-container .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 33.33%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #product-listing-container .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 50%; } }

.prod-item {
  margin-bottom: 0; }
  .prod-item article.card {
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
    display: flex;
    align-content: stretch;
    align-items: stretch; }
  .prod-item .btn-compare {
    opacity: 0;
    visibility: hidden;
    cursor: pointer; }
    .prod-item .btn-compare label {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #a0a0a0; }
      .prod-item .btn-compare label span {
        vertical-align: -1px; }
    .prod-item .btn-compare input {
      display: none; }
    @media (max-width: 991px) {
      .prod-item .btn-compare {
        display: none; } }
  .prod-item a.btnWL {
    font-size: 16px;
    text-align: center; }
    .prod-item a.btnWL > span {
      display: none; }
  .prod-item .prod-image {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 480px) {
      .prod-item .prod-image {
        min-height: auto; }
        .prod-item .prod-image .actions {
          width: 100%; } }
    .prod-item .prod-image > a {
      display: flex;
      align-content: center; }
    .prod-item .prod-image .actions > a.btnWL {
      position: absolute;
      top: -20px;
      right: 0px;
      display: inline-block;
      width: 30px;
      padding: 5px; }
      @media (max-width: 480px) {
        .prod-item .prod-image .actions > a.btnWL {
          display: none; } }
    .prod-item .prod-image .actions > .btnQV {
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 700;
      line-height: 1.6em;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 100px;
      height: 27px;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: white;
      border: 1px solid black;
      background-color: black;
      display: flex;
      justify-content: center;
      align-items: center; }
      .prod-item .prod-image .actions > .btnQV:hover {
        text-decoration: none;
        color: black;
        border: 1px solid black;
        background-color: white; }
      @media (max-width: 480px) {
        .prod-item .prod-image .actions > .btnQV {
          display: none; } }
    .prod-item .prod-image .actions > a.btnWL,
    .prod-item .prod-image .actions > .btnQV {
      visibility: hidden;
      transition: all .3s ease 0s;
      opacity: 0;
      filter: alpha(opacity=0); }
  .prod-item:hover .actions > a.btnWL,
  .prod-item:hover .actions > .btnQV {
    visibility: visible;
    transition: all .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100); }
    @media (max-width: 1024px) {
      .prod-item:hover .actions > a.btnWL,
      .prod-item:hover .actions > .btnQV {
        display: none; } }
  .prod-item:hover .actions > a.btnWL {
    top: 0px; }
  .prod-item:hover .btn-compare {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1024px) {
      .prod-item:hover .btn-compare {
        display: none; } }
  .prod-item .prod-desc {
    margin: 0;
    text-align: left; }
    .prod-item .prod-desc[login-for-pricing] {
      padding-bottom: 0; }
    .prod-item .prod-desc .prod-brand {
      line-height: 1em;
      margin-bottom: 12px;
      min-height: 12px;
      color: #778fbb;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-weight: 700; }
    .prod-item .prod-desc h4.prod-name {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 0;
      margin-bottom: 4px;
      letter-spacing: .02em;
      color: black; }
      .prod-item .prod-desc h4.prod-name:hover a {
        text-decoration: none;
        color: #548f31; }
    .prod-item .prod-desc .prod-summary {
      display: none; }
    .prod-item .prod-desc .prod-price {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 5px;
      color: #bf0000; }
      .prod-item .prod-desc .prod-price .price--rrp {
        font-size: 12px;
        margin-right: 10px;
        color: #778fbb; }
        .prod-item .prod-desc .prod-price .price--rrp ~ .price--withoutTax {
          font-weight: 700;
          color: #bf0000; }
      .prod-item .prod-desc .prod-price p[translate] {
        font-size: 14px;
        margin-bottom: 10px;
        color: #548f31; }
    .prod-item .prod-desc .rating-compare {
      margin-bottom: 20px;
      padding-top: 2px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      align-content: stretch; }
      @media (max-width: 480px) {
        .prod-item .prod-desc .rating-compare {
          flex-wrap: wrap; }
          .prod-item .prod-desc .rating-compare > div {
            width: 100%;
            /*padding-top: 5px;
                    padding-bottom: 5px;*/ } }
    @media (max-width: 991px) {
      .prod-item .prod-desc {
        padding-bottom: 0; } }

.new-badge {
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -1px;
  left: -1px;
  min-width: 44px;
  min-height: 18px;
  padding: 0 4px;
  text-align: center;
  letter-spacing: 0.08em;
  color: white;
  border: 1px solid #5bcbcc;
  background: #5bcbcc;
  display: flex;
  justify-content: center;
  align-items: center; }

.sale-badge {
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -1px;
  left: -1px;
  min-width: 44px;
  min-height: 18px;
  padding: 0 4px;
  text-align: center;
  letter-spacing: 0.08em;
  color: white;
  border: 1px solid #f1432b;
  background: #f1432b;
  display: flex;
  justify-content: center;
  align-items: center; }

.soldout-badge {
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -1px;
  left: -1px;
  min-width: 44px;
  min-height: 18px;
  padding: 0 4px;
  text-align: center;
  letter-spacing: 0.08em;
  color: white;
  border: 1px solid #d1d1d1;
  background: #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center; }

.new-badge ~ .sale-badge {
  top: 23px; }

.productView-images .new-badge {
  top: 0;
  left: 0;
  z-index: 1; }

.productView-images .sale-badge {
  left: 0;
  z-index: 1; }

.module-wrapper:not(.productList) .prod-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  align-content: stretch;
  align-items: stretch; }
  @media (min-width: 1025px) {
    .module-wrapper:not(.productList) .prod-item {
      margin-bottom: -55px; } }
  @media (max-width: 991px) {
    .module-wrapper:not(.productList) .prod-item {
      padding: 15px 15px 15px; } }
  @media (max-width: 480px) {
    .module-wrapper:not(.productList) .prod-item {
      padding: 15px 10px 15px; } }
  .module-wrapper:not(.productList) .prod-item::before {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: -5px;
    bottom: 15px;
    left: -5px;
    display: none;
    content: '';
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      .module-wrapper:not(.productList) .prod-item::before {
        display: none !important; } }
  @media (min-width: 1025px) {
    .module-wrapper:not(.productList) .prod-item:hover::before {
      display: block;
      border-color: #e5e5e5; } }
  .module-wrapper:not(.productList) .prod-item:hover article.card {
    position: relative;
    z-index: 2; }
  @media (min-width: 1025px) {
    .module-wrapper:not(.productList) .prod-item:hover .prod-image {
      border-color: transparent; } }
  .module-wrapper:not(.productList) .prod-item .card-figure {
    height: auto;
    background: transparent; }
  .module-wrapper:not(.productList) .prod-item a.btnATC {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 480px) {
      .module-wrapper:not(.productList) .prod-item a.btnATC {
        font-size: 11px;
        font-weight: 500; } }
  .module-wrapper:not(.productList) .prod-item:hover a.btnATC {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 480px) {
    .module-wrapper:not(.productList) .prod-item .btn-compare {
      margin-top: 10px;
      margin-bottom: 5px; } }

.productCarousel .owl-stage-outer {
  margin: -10px -20px 0;
  padding: 20px 20px 0; }

.productCarousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch; }
  .productCarousel .owl-stage .owl-item {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    align-items: start;
    padding: 10px 0;
    height: 100%; }
    .productCarousel .owl-stage .owl-item .prod-item {
      margin-bottom: 0;
      padding: 0;
      display: flex;
      align-content: stretch;
      align-items: stretch;
      width: 100%; }
      .productCarousel .owl-stage .owl-item .prod-item::before {
        top: -20px;
        right: -20px;
        bottom: 0;
        left: -20px; }
      @media (max-width: 991px) {
        .productCarousel .owl-stage .owl-item .prod-item {
          padding: 0; } }

@media (max-width: 1024px) {
  .productCarousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 5px;
    border: 1px solid #d4d4d4;
    box-shadow: 0px 2px 0px 0px #f2f2f2; }
    .productCarousel .owl-nav > div {
      position: static;
      width: 50%;
      transform: none;
      border-radius: 0;
      background: #fff; }
      .productCarousel .owl-nav > div.owl-next {
        border-left: 1px solid #e5e5e5; }
      .productCarousel .owl-nav > div:hover {
        background: #f5f5f5; }
      .productCarousel .owl-nav > div.disabled {
        opacity: 1;
        color: #ccc; } }

.prod-item [data-product-option-change] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px; }
  .prod-item [data-product-option-change] > div[data-product-attribute="swatch"] {
    text-align: center; }
    .prod-item [data-product-option-change] > div[data-product-attribute="swatch"] .form-option {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 2px 0 2px; }
      @media (max-width: 320px) {
        .prod-item [data-product-option-change] > div[data-product-attribute="swatch"] .form-option {
          margin: 0 1px 0 1px; } }
    .prod-item [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:checked + .form-option > span {
      box-shadow: none; }

.prod-item .buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  margin-top: -5px;
  margin-bottom: 0px;
  min-height: 20px; }
  @media (max-width: 1024px) {
    .prod-item .buttons-wrapper {
      opacity: 1;
      visibility: visible; } }
  .prod-item .buttons-wrapper > div {
    margin-right: 2px; }

.prod-item:hover .buttons-wrapper {
  opacity: 1;
  visibility: visible; }

.prod-item:hover [data-product-option-change] {
  opacity: 1;
  visibility: visible; }

@media (max-width: 1024px) {
  .module-wrapper:not(.productList) .prod-image {
    border: transparent; } }

.productList {
  list-style: none;
  margin-left: 0; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 480px) {
  .listItem {
    margin: 0 -15px;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 480px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1200px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 480px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 480px) and (min-width: 480px) {
    .listItem-figure {
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }

.listItem-image {
  width: 100%; }

@media (min-width: 480px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1200px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1200px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1200px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 768px) {
    .listItem-brand {
      font-size: 13px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 13px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 768px) {
    .listItem-title {
      font-size: 18px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .listItem-price {
      font-size: 18px; } }

@media (min-width: 1200px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 11px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1200px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1200px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.module-wrapper.productList .productBlockContainer {
  margin-left: 0;
  margin-right: 0; }

.module-wrapper.productList .productBlockContainer .prod-item {
  width: 100% !important;
  padding-top: 15px;
  padding-bottom: 15px; }
  .module-wrapper.productList .productBlockContainer .prod-item article.card {
    padding-bottom: 0; }
  .module-wrapper.productList .productBlockContainer .prod-item .card-figure {
    display: flex;
    flex-wrap: nowrap;
    width: 100%; }
    .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image {
      min-width: 210px;
      margin-bottom: 0;
      align-self: start; }
      @media (max-width: 480px) {
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image {
          width: 30%;
          min-width: 30%; } }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image [data-product-option-change] {
        bottom: -25px; }
    .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
      width: calc(100% - 210px);
      padding-left: 30px;
      padding-bottom: 0px;
      text-align: left;
      display: flex;
      flex-direction: column; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-brand {
        min-height: auto; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-summary {
        display: block; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-summary p {
          color: #2d2d2d;
          margin-bottom: 12px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .rating-compare {
        padding-top: 0; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .star-rating {
        display: block !important; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare {
        opacity: 1;
        visibility: visible; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
        margin-right: 37px;
        width: auto;
        min-width: 170px;
        color: black;
        background-color: white;
        border-color: black; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC:hover {
          color: #548f31;
          background-color: black;
          border-color: black; }
        @media (max-width: 991px) {
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
            width: 100%;
            min-width: 100%;
            margin-bottom: 15px; } }
        @media (max-width: 480px) {
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
            letter-spacing: 0;
            font-weight: 500;
            font-size: 11px;
            padding: 0;
            line-height: 35px; } }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper {
        display: block;
        opacity: 1;
        visibility: visible; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper a.btnATC {
          min-width: auto; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper svg {
          width: 18px;
          height: 18px; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper a.btnWL {
          display: inline-block;
          vertical-align: middle; }
          @media (max-width: 1024px) {
            .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper a.btnWL {
              display: none; } }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper a.btnWL > i {
            vertical-align: middle;
            position: relative;
            top: -1px; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper a.btnWL > span {
            display: inline;
            font-weight: 700;
            font-size: 12px;
            letter-spacing: 0.02em;
            vertical-align: middle;
            margin-left: 8px;
            border-bottom: 1px dotted #000; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper .btn-compare {
          float: right;
          position: relative;
          top: 9px; }
          @media (max-width: 1024px) {
            .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper .btn-compare {
              display: none; } }
          @media (max-width: 991px) {
            .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper .btn-compare {
              top: 1px; } }
          @media (max-width: 400px) {
            .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper .btn-compare {
              float: none;
              clear: both;
              margin-top: 10px; } }
      @media (max-width: 480px) {
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
          width: 70%;
          padding-left: 20px; } }
  .module-wrapper.productList .productBlockContainer .prod-item + .prod-item > .card {
    padding-top: 30px;
    border-top: 1px solid #e6e6e6; }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView:not(.productView--quickView) {
  padding-top: 17px; }

.productView .productViewTop {
  display: flex; }
  @media (max-width: 991px) {
    .productView .productViewTop {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .productView .productViewTop {
      padding-top: 0; } }
  .productView .productViewTop .productView-images {
    width: 470px;
    position: relative;
    padding-bottom: 30px; }
    @media (max-width: 1199px) {
      .productView .productViewTop .productView-images {
        width: 45%; } }
    @media (max-width: 991px) {
      .productView .productViewTop .productView-images {
        width: 100%; } }
    .productView .productViewTop .productView-images.current-videos-tab .sale-badge {
      display: none; }
    .productView .productViewTop .productView-images.current-videos-tab .new-badge {
      display: none; }
  .productView .productViewTop .productView-details {
    width: calc(100% - 470px);
    padding-bottom: 30px; }
    @media (max-width: 1199px) {
      .productView .productViewTop .productView-details {
        width: 55%; } }
    @media (min-width: 992px) {
      .productView .productViewTop .productView-details {
        padding-left: 30px; } }
    @media (max-width: 991px) {
      .productView .productViewTop .productView-details {
        width: 100%; } }
    @media (max-width: 767px) {
      .productView .productViewTop .productView-details {
        margin-bottom: 10px; } }

.productView .zoom-help {
  display: flex;
  clear: both;
  justify-content: center;
  align-items: center;
  color: #a0a0a0; }
  .productView .zoom-help i.fa {
    margin-left: 12px;
    font-size: 14px; }

.productView.productView--quickView .productViewTop {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.productView-image-wrap {
  border: 1px solid #e5e5e5; }
  .productView-image-wrap.is-hidden {
    display: none; }
  .productView-image-wrap .productView-image {
    opacity: 0;
    visibility: hidden;
    height: 0; }
    .productView-image-wrap .productView-image:first-child {
      opacity: 1;
      visibility: visible;
      height: auto; }
    .productView-image-wrap .productView-image.slick-slide {
      opacity: 1;
      visibility: visible;
      height: auto; }
  .productView-image-wrap .photos-videos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 36px;
    background: #fff; }
    .productView-image-wrap .photos-videos a {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      letter-spacing: 0.02em;
      color: #a0a0a0;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      border-top: 1px solid #e5e5e5;
      background: #f9f9f9;
      box-shadow: inset 0px 1px 0px 0px #f3f3f3; }
      .productView-image-wrap .photos-videos a:first-child {
        border-right: 1px solid #e5e5e5; }
      .productView-image-wrap .photos-videos a:hover {
        color: #464646; }
      .productView-image-wrap .photos-videos a.current-tab {
        color: #464646;
        border-top-color: transparent;
        background: transparent;
        box-shadow: none; }

.productView-videos-wrap {
  position: relative;
  z-index: 10; }
  .productView-videos-wrap.is-hidden {
    display: none; }

.productView-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto; }
  .productView-image img {
    width: 100%; }
    .productView-image img:hover {
      cursor: zoom-in; }
  .productView-image .productView-image--default {
    width: 100%;
    margin: 0 auto;
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain; }

.productView-videos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.productView-thumbnails {
  width: calc(100% - 116px);
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto; }
  .productView-thumbnails.hide {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0; }
  .productView-thumbnails .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto; }
  .productView-thumbnails .slick-track {
    margin-left: auto;
    margin-right: auto; }
  .productView-thumbnails .slick-slide {
    padding: 0 5px;
    text-align: center; }
  .productView-thumbnails .slick-arrow {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    color: #000;
    font-family: FontAwesome;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    margin-top: -2px; }
    @media (max-width: 320px) {
      .productView-thumbnails .slick-arrow {
        margin-top: -3px; } }
    .productView-thumbnails .slick-arrow:hover {
      color: #ae895d; }
    .productView-thumbnails .slick-arrow:before {
      font-size: 30px;
      margin-top: -3px; }
    .productView-thumbnails .slick-arrow.slick-prev {
      left: -50px; }
      .productView-thumbnails .slick-arrow.slick-prev:before {
        content: '\f104';
        left: -1px; }
    .productView-thumbnails .slick-arrow.slick-next {
      right: -50px; }
      .productView-thumbnails .slick-arrow.slick-next:before {
        content: '\f105';
        right: -1px; }
  .productView-thumbnails .productView-for, .productView-thumbnails .productView-for1 {
    opacity: 0;
    visibility: hidden; }
    .productView-thumbnails .productView-for.slick-slider, .productView-thumbnails .productView-for1.slick-slider {
      opacity: 1;
      visibility: visible; }

#product-videos.productView-thumbnails .owl-stage {
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto; }

.productView-thumbnails .productView-thumbnail {
  display: flex;
  justify-content: center; }
  .productView-thumbnails .productView-thumbnail a {
    display: inline-block; }
    .productView-thumbnails .productView-thumbnail a img {
      transform-style: unset; }

.productView-thumbnails .owl-nav {
  text-align: center;
  margin-top: 0; }

.productView-thumbnails .owl-nav > div {
  border: 0; }
  .productView-thumbnails .owl-nav > div.owl-prev {
    left: -50px; }
  .productView-thumbnails .owl-nav > div.owl-next {
    right: -50px; }
  .productView-thumbnails .owl-nav > div::before {
    font-size: 30px; }

.productView-thumbnails .owl-item {
  padding: 2px; }

.productView-thumbnails .productView-thumbnail-link {
  position: relative;
  border: 1px solid #e5e5e5; }

.productView-thumbnails .productView-thumbnail-link:hover {
  opacity: 0.3; }

.productView-thumbnails .productView-thumbnail-link.is-active {
  border-color: #bfbfbf;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

.productView--quickView .productView-details {
  margin-bottom: 0; }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-brand {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 11px;
  color: #a0a0a0;
  font-weight: 700; }
  .productView-brand a {
    color: #a0a0a0; }
    .productView-brand a:hover {
      color: #000; }

.productView-title {
  font-size: 20px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0px 10px 10px 0;
  letter-spacing: 0.02em;
  line-height: 32px; }
  @media (max-width: 767px) {
    .productView-title {
      margin-top: 0;
      padding-top: 5px; } }

.productView-rating {
  padding-top: 6px;
  padding-bottom: 24px; }
  .productView-rating i.fa {
    font-size: 13px;
    vertical-align: middle; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink > a {
    color: #000; }
    .productView-reviewLink > a:hover {
      color: #548f31;
      border-bottom: 1px solid #548f31; }
  .productView-reviewLink + .productView-reviewLink {
    font-weight: 700;
    margin-left: 27px; }
    .productView-reviewLink + .productView-reviewLink > a {
      border-bottom: 1px dotted #000; }
      .productView-reviewLink + .productView-reviewLink > a:hover {
        color: #548f31;
        border-bottom-color: #548f31; }
    @media (max-width: 360px) {
      .productView-reviewLink + .productView-reviewLink {
        margin-left: 0;
        margin-top: 10px;
        display: block; } }

.productView:not(.productView--quickView).reviewLinkCount {
  cursor: pointer; }

.productView-price {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 24px;
  font-weight: 700;
  color: #bf0000;
  letter-spacing: 0.02em; }
  .productView-price .price-section--saving {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #969696;
    font-weight: normal;
    font-style: italic; }
  .productView-price .price.price--rrp {
    color: #778fbb;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 400; }
    .productView-price .price.price--rrp ~ .price--withoutTax {
      color: #bf0000; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .price-section--withoutTax ~ .price-section--saving {
    margin-top: 7px; }
  .productView-price p[translate] {
    color: #548f31; }

.productView-info {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 15px; }

.productView-info-name,
.productView-info-value {
  float: left; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  width: 110px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em; }

.productView-info-value {
  margin-bottom: 1rem;
  padding-top: 1px; }

[data-custom-field-name="has-size-chart"] {
  display: none; }

.productView-options {
  clear: both;
  margin-bottom: 10px; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 480px) {
    .productView-options {
      text-align: left; } }
  .productView-options .productView-options-desc {
    color: red; }
  @media (min-width: 480px) {
    .productView-options .form-input[type="number"] {
      width: 100px; } }
  .productView-options .form {
    display: inline; }
    @media (max-width: 1199px) {
      .productView-options .form {
        display: block;
        margin-bottom: 10px; } }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 15px; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 480px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field input[type="file"] {
      font-size: 1rem; }
  .productView-options .qty-add-wrap {
    display: inline; }
    .productView-options .qty-add-wrap .form-field--increments {
      width: 155px; }
    .productView-options .qty-add-wrap input#form-action-addToCart {
      width: 100%;
      margin-bottom: 10px;
      max-width: 270px;
      height: 48px; }
      @media (max-width: 480px) {
        .productView-options .qty-add-wrap input#form-action-addToCart {
          max-width: 100%; } }
  .productView-options .form-field--increments {
    margin-bottom: 25px; }
    .productView-options .form-field--increments button {
      width: 36px;
      height: 36px; }
      .productView-options .form-field--increments button[data-action="dec"] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .productView-options .form-field--increments button[data-action="dec"] i.fa {
          font-size: 20px; }
      .productView-options .form-field--increments button[data-action="inc"] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .productView-options .form-field--increments button[data-action="inc"] i.fa {
          font-size: 20px; }
    .productView-options .form-field--increments .form-input {
      border-radius: 0;
      font-weight: 700; }
  @media (min-width: 480px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 768px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1200px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1200px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #dedede;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #dedede; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

[data-cart-item-add] > input#form-action-addToCart {
  min-width: 270px;
  height: 48px;
  margin-right: 30px;
  margin-bottom: 15px;
  color: white;
  backgroud-color: #e82b1a;
  border-color: #e82b1a; }
  [data-cart-item-add] > input#form-action-addToCart:hover {
    color: white;
    backgroud-color: black;
    border-color: black; }
  @media (max-width: 480px) {
    [data-cart-item-add] > input#form-action-addToCart {
      min-width: 100%; } }

[data-wishlist-add] > button {
  float: right;
  position: relative;
  top: 15px;
  padding: 0; }
  [data-wishlist-add] > button i {
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px; }
  [data-wishlist-add] > button span {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.02em;
    vertical-align: middle;
    margin-left: 8px;
    border-bottom: 1px dotted #000; }
  [data-wishlist-add] > button:hover {
    color: #548f31; }
    [data-wishlist-add] > button:hover span {
      border-bottom-color: #548f31; }
  @media (max-width: 1199px) {
    [data-wishlist-add] > button {
      float: none;
      position: static; } }

.shareProduct {
  text-align: center; }

.addthis_toolbox ul.socialLinks {
  list-style: none;
  margin-left: 0; }
  .addthis_toolbox ul.socialLinks li {
    display: inline-block; }

.addthis_native_toolbox a.addthis_button_tweet .tweet_iframe_widget {
  width: auto !important; }

@media (max-width: 991px) {
  .responsive-tabs {
    padding-bottom: 30px; } }

.responsive-tabs .state {
  position: absolute;
  left: -10000px; }

.responsive-tabs .flex-tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 0; }
  .responsive-tabs .flex-tabs .panel {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 1.5rem;
    min-height: 300px;
    display: none;
    width: 100%;
    flex-basis: auto;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 991px) {
      .responsive-tabs .flex-tabs .panel {
        min-height: auto; } }

.responsive-tabs .tab {
  position: relative;
  bottom: -1px;
  display: flex;
  align-items: center;
  float: left;
  height: 42px;
  margin-left: -1px;
  border: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 0 25px;
  transition: background .3s ease 0s;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  outline: none;
  z-index: 1; }
  .responsive-tabs .tab:hover {
    background-color: #fff;
    cursor: pointer; }

#tab-description:checked ~ .tabs #tab-description-label,
#tab-reviews:checked ~ .tabs #tab-reviews-label,
#tab-warranty:checked ~ .tabs #tab-warranty-label,
#tab-custom:checked ~ .tabs #tab-custom-label {
  background-color: #fff; }
  @media (min-width: 992px) {
    #tab-description:checked ~ .tabs #tab-description-label,
    #tab-reviews:checked ~ .tabs #tab-reviews-label,
    #tab-warranty:checked ~ .tabs #tab-warranty-label,
    #tab-custom:checked ~ .tabs #tab-custom-label {
      border-bottom-color: #fff; } }

#tab-description:checked ~ .tabs #tab-description-panel,
#tab-reviews:checked ~ .tabs #tab-reviews-panel,
#tab-warranty:checked ~ .tabs #tab-warranty-panel,
#tab-custom:checked ~ .tabs #tab-custom-panel {
  display: block; }

@media (max-width: 991px) {
  .flex-tabs {
    flex-direction: column; }
    .flex-tabs > label {
      bottom: 0 !important;
      margin-bottom: 10px; }
    .flex-tabs #tab-description-label {
      order: 1; }
    .flex-tabs #tab-reviews-label {
      order: 3; }
    .flex-tabs #tab-warranty-label {
      order: 5; }
    .flex-tabs #tab-custom-label {
      order: 7; }
    .flex-tabs #tab-description-panel {
      order: 2; }
    .flex-tabs #tab-reviews-panel {
      order: 4; }
    .flex-tabs #tab-warranty-panel {
      order: 6; }
    .flex-tabs #tab-custom-panel {
      order: 8; }
    .flex-tabs .panel {
      border: 0 !important;
      padding-top: 20px !important; } }

#tab-description-panel {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 20px; }
  #tab-description-panel > h4:first-child,
  #tab-description-panel > h5:first-child,
  #tab-description-panel > h6:first-child {
    margin-top: 0; }
  #tab-description-panel p {
    margin-bottom: 30px; }
  #tab-description-panel h4,
  #tab-description-panel h5,
  #tab-description-panel h6 {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin-bottom: 18px; }
  #tab-description-panel ul {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  #tab-description-panel ol {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  #tab-description-panel ul li {
    line-height: 25px;
    padding-left: 10px; }
  #tab-description-panel ol li {
    line-height: 25px;
    padding-left: 10px; }

#tab-custom-panel {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 20px; }
  #tab-custom-panel > h4:first-child,
  #tab-custom-panel > h5:first-child,
  #tab-custom-panel > h6:first-child {
    margin-top: 0; }
  #tab-custom-panel p {
    margin-bottom: 30px; }
  #tab-custom-panel h4,
  #tab-custom-panel h5,
  #tab-custom-panel h6 {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin-bottom: 18px; }
  #tab-custom-panel ul {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  #tab-custom-panel ol {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  #tab-custom-panel ul li {
    line-height: 25px;
    padding-left: 10px; }
  #tab-custom-panel ol li {
    line-height: 25px;
    padding-left: 10px; }

ul.product-tags {
  margin: 0;
  padding-top: 20px; }
  ul.product-tags li {
    display: inline-block;
    font-size: 1rem;
    margin-right: 10px;
    margin-bottom: 10px;
    font-style: italic;
    color: #484848;
    display: inline-block;
    padding: 0.35714rem 1rem;
    text-decoration: none;
    background: #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px; }
    ul.product-tags li:hover {
      color: #000000;
      border-bottom-color: #ccc; }

.tabs-contents .tab-content {
  padding-top: 2.25em; }

#relatedProducts,
#similarByViews {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px; }
  #relatedProducts .productCarousel,
  #similarByViews .productCarousel {
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      #relatedProducts .productCarousel,
      #similarByViews .productCarousel {
        margin-bottom: 25px; } }
  @media (min-width: 1025px) {
    #relatedProducts .owl-nav,
    #similarByViews .owl-nav {
      position: absolute;
      top: -34px;
      right: 0px;
      display: flex;
      border: 1px solid #d4d4d4;
      box-shadow: 0px 2px 0px 0px #f2f2f2; }
      #relatedProducts .owl-nav > div,
      #similarByViews .owl-nav > div {
        position: static;
        transform: none;
        border: 0;
        width: 32px;
        height: 32px;
        border-radius: 0; }
        #relatedProducts .owl-nav > div.owl-next,
        #similarByViews .owl-nav > div.owl-next {
          border-left: 1px solid #e5e5e5; }
        #relatedProducts .owl-nav > div:hover,
        #similarByViews .owl-nav > div:hover {
          background: #f5f5f5; }
        #relatedProducts .owl-nav > div.disabled,
        #similarByViews .owl-nav > div.disabled {
          opacity: 1;
          color: #ccc; }
        #relatedProducts .owl-nav > div::before,
        #similarByViews .owl-nav > div::before {
          font-size: 20px;
          top: -1px; } }

#similarByViews {
  margin-bottom: -45px; }

.productReviews h5.productReview-title {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 7px; }

.productReviews .productReview-rating {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px; }
  @media (max-width: 480px) {
    .productReviews .productReview-rating {
      display: block;
      margin-top: 7px; } }

.productReviews .productReview-author {
  margin-bottom: 10px; }

.productReviews a.btn[data-reveal-id="modal-review-form"] {
  margin-bottom: 30px; }

#modal-size-chart-form {
  max-width: 810px;
  right: auto; }
  #modal-size-chart-form .modal-body {
    padding: 30px 0 30px !important; }

a[data-reveal-id="modal-size-chart-form"] {
  float: right;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.productAttributes-message {
  margin-bottom: 20px; }

.product_detail_custom_text {
  padding: 12px 0;
  border-top: 1px dotted #e5e5e5;
  margin-top: 20px; }
  .product_detail_custom_text i.fa {
    font-size: 18px;
    margin-right: 6px;
    display: inline;
    vertical-align: middle;
    position: relative;
    top: -1px; }
  .product_detail_custom_text span {
    display: inline;
    vertical-align: middle;
    font-size: 11px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700; }
  .product_detail_custom_text a {
    display: inline;
    vertical-align: middle;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 12px;
    margin-left: 9px;
    border-bottom: 1px dotted #000;
    text-transform: none; }
    .product_detail_custom_text a:hover {
      border-bottom-color: #548f31; }

@media (max-width: 1024px) {
  .productViewBottom {
    padding-bottom: 30px; } }

.lozenge {
  background-color: #8e919c;
  border-radius: .26667rem;
  color: #fff;
  font-family: "Source Sans Pro","Helvetica Neue",Arial,sans-serif;
  font-size: .8rem;
  font-weight: 600;
  padding: .2rem .26667rem;
  text-transform: uppercase; }

.lozenge--error {
  background-color: #f0603c; }

.lozenge--info {
  background-color: #4b71fc; }

.lozenge--success {
  background-color: #5baa64; }

.lozenge--warning {
  background-color: #f1b900; }

.panel-title {
  font-family: "Source Sans Pro","Helvetica Neue",Arial,sans-serif;
  font-size: 1.33333rem;
  font-weight: 600;
  line-height: 1.21; }

.panel-title-description {
  color: #86848c;
  margin-bottom: 0;
  /* max-width: 48rem */ }

.panel-body {
  padding: 1.6rem 1.4rem; }

@media (min-width: 1025px) {
  .panel-body {
    padding: 2.13333rem 2.66667rem; } }

.panel-body-title {
  font-family: "Source Sans Pro","Helvetica Neue",Arial,sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1113;
  margin-bottom: .8rem; }

.alertBox {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.14);
  /* max-width: 920px; */
  padding: .4rem 1.2rem; }

@media (min-width: 769px) {
  .alertBox {
    display: table; } }

.alertBox:before {
  background-color: #aeadb3;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: .26667rem; }

.alertBox--success {
  background-color: #e1f5e2; }

.alertBox--success:before {
  background-color: #65c96d; }

.alertBox--warning {
  background-color: #fdf6d9; }

.alertBox--warning:before {
  background-color: #f2ce3d; }

.alertBox--error {
  background-color: #fce0d8; }

.alertBox--error:before {
  background-color: #f0603c; }

.alertBox--info {
  background-color: #dbe3fe; }

.alertBox--info:before {
  background-color: #4b71fc; }

.alertBox-actions {
  list-style: none;
  padding: 0;
  margin: .4rem 0 0;
  vertical-align: middle;
  white-space: nowrap; }

.alertBox-actions li {
  display: inline-block; }

.alertBox-actions ul, .alertBox-actions ol {
  list-style: none;
  margin-bottom: 0; }

.alertBox-actions li {
  margin: 0;
  padding: 0; }

@media (min-width: 769px) {
  .alertBox-actions {
    display: table-cell;
    margin-top: 0;
    min-width: 12.66667rem;
    padding-left: 4rem;
    text-align: right; } }

.alertBox-actions li {
  line-height: 1.1113;
  padding-right: .8rem; }

@media (min-width: 481px) {
  .alertBox-actions li {
    padding-left: .8rem;
    padding-right: 0; } }

.alertBox-actions li:first-child {
  padding-left: 0; }

.alertBox-actions li:last-child {
  padding-right: 0; }

.alertBox-actionLink {
  font-weight: 600; }

.alertBox-close {
  color: #4b71fc;
  font-weight: 600;
  padding: 0; }

.alertBox-heading {
  font-family: "Source Sans Pro","Helvetica Neue",Arial,sans-serif;
  font-size: 1.06667rem;
  font-weight: 600;
  line-height: 1.5; }

.alertBox-message {
  line-height: 1.5;
  width: auto; }

.alertBox-icon {
  display: none; }

.account {
  margin-bottom: 1.5rem; }
  .account .form-actions .btn-lg {
    min-width: 210px; }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-content {
  /* @include grid-column(12);*/ }

@media (min-width: 768px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 768px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.page-type-createaccount form[data-create-account-form] {
  padding-top: 10px; }
  .page-type-createaccount form[data-create-account-form] .form-row {
    margin-left: -10px;
    margin-right: -10px; }
    .page-type-createaccount form[data-create-account-form] .form-row .form-field {
      padding-left: 10px;
      padding-right: 10px; }
  .page-type-createaccount form[data-create-account-form] .form-actions .btn.btn-checkout {
    min-width: 205px; }
  @media (max-width: 480px) {
    .page-type-createaccount form[data-create-account-form] .form-actions {
      margin-top: 20px; }
      .page-type-createaccount form[data-create-account-form] .form-actions .btn.btn-checkout {
        width: 100%;
        max-width: 100%; } }

.page-type-createaccount .g-recaptcha ~ br {
  display: none; }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* Custom Styles */
.header-img.custom {
  display: none; }

.page-style-color .header-logo-image {
  display: none !important; }
  .page-style-color .header-logo-image.header-logo-image2 {
    display: block !important; }

.page-style-color .header .navLabeltop {
  left: -15px; }
  .page-style-color .header .navLabeltop img {
    display: none; }
    .page-style-color .header .navLabeltop img:nth-child(2) {
      display: block; }

.page-style-color .header-img {
  display: none; }
  .page-style-color .header-img.custom {
    display: inline-block; }

@media (min-width: 1025px) {
  .page-style-color #quickSearch > form .form-field {
    background: #48a0c4; } }

.page-style-color #quickSearch > form .form-field button:hover {
  background: transparent; }

.page-style-color #quickSearch > form .form-field button svg {
  fill: #48a0c4; }

.page-style-color .navPages-container {
  background: #48a0c4;
  border: none; }

.page-style-color a:hover, .page-style-color a:focus {
  color: #48a0c4; }

.page-style-color #quickSearch > .search-toggle:hover svg {
  fill: #48a0c4; }

.page-style-color .breadcrumbs .breadcrumb a:hover {
  border-color: #48a0c4; }

.page-style-color h1,
.page-style-color h2,
.page-style-color h3,
.page-style-color h4,
.page-style-color h5,
.page-style-color h6 {
  color: #48a0c4; }

.page-style-color ul.all-categories-list li.current-cat > a {
  color: #48a0c4 !important; }
  .page-style-color ul.all-categories-list li.current-cat > a:hover {
    border-color: #48a0c4; }

.page-style-color .pagination-list .pagination-item a:hover,
.page-style-color .pagination-list .pagination-item.pagination-item--previous a:hover,
.page-style-color .pagination-list .pagination-item.pagination-item--next a:hover {
  color: #48a0c4; }

@media (min-width: 992px) {
  .page-style-color.is-sticky #menu.navPages-container {
    background: #48a0c4; } }

.page-style-color .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC:hover {
  color: #48a0c4; }

.page-style-color .compare-link a {
  background: #48a0c4 !important;
  border-color: #48a0c4 !important; }

.page-style-color .footer-columns .column-item ul li a:hover {
  color: #48a0c4; }

.page-style-color #bottom-footer a:hover {
  color: #48a0c4; }

.page-swimming-pools .header-logo-image {
  display: none !important; }
  .page-swimming-pools .header-logo-image.header-logo-image2 {
    display: block !important; }

.page-swimming-pools .header-img {
  display: none; }
  .page-swimming-pools .header-img.custom {
    display: inline-block; }

.page-swimming-pools .header .navLabeltop {
  left: -15px; }
  .page-swimming-pools .header .navLabeltop img {
    display: none; }
    .page-swimming-pools .header .navLabeltop img:nth-child(2) {
      display: block; }

@media (min-width: 1025px) {
  .page-swimming-pools #quickSearch > form .form-field {
    background: #48a0c4; } }

.page-swimming-pools #quickSearch > form .form-field button:hover {
  background: transparent; }

.page-swimming-pools #quickSearch > form .form-field button svg {
  fill: #48a0c4; }

.page-swimming-pools .navPages-container {
  background: #48a0c4; }

.page-swimming-pools a:hover, .page-swimming-pools a:focus {
  color: #48a0c4; }

.page-swimming-pools #quickSearch > .search-toggle:hover svg {
  fill: #48a0c4; }

.page-swimming-pools .breadcrumbs .breadcrumb a:hover {
  border-color: #48a0c4; }

.page-swimming-pools h1,
.page-swimming-pools h2,
.page-swimming-pools h3,
.page-swimming-pools h4,
.page-swimming-pools h5,
.page-swimming-pools h6 {
  color: #48a0c4; }

.page-swimming-pools ul.all-categories-list li.current-cat > a {
  color: #48a0c4 !important; }
  .page-swimming-pools ul.all-categories-list li.current-cat > a:hover {
    border-color: #48a0c4; }

.page-swimming-pools .pagination-list .pagination-item a:hover,
.page-swimming-pools .pagination-list .pagination-item.pagination-item--previous a:hover,
.page-swimming-pools .pagination-list .pagination-item.pagination-item--next a:hover {
  color: #48a0c4; }

@media (min-width: 992px) {
  .page-swimming-pools.is-sticky #menu.navPages-container {
    background: #48a0c4; } }

.page-swimming-pools .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC:hover {
  color: #48a0c4; }

.page-swimming-pools .compare-link a {
  background: #48a0c4 !important;
  border-color: #48a0c4 !important; }

.page-swimming-pools .footer-columns .column-item ul li a:hover {
  color: #48a0c4; }

.page-swimming-pools #bottom-footer a:hover {
  color: #48a0c4; }

.page-swimming-pools #homeBrands h2 {
  background: #48a0c4; }

.page-swimming-pools .btn.btn-alt:hover {
  color: #48a0c4; }

@media (min-width: 1025px) {
  .page-caravan-motorhome #quickSearch > form .form-field {
    background: #548f31; } }

.page-caravan-motorhome #quickSearch > form .form-field button:hover {
  background: transparent; }

.page-caravan-motorhome #quickSearch > form .form-field button svg {
  fill: #548f31; }

.page-caravan-motorhome .navPages-container {
  background: #548f31; }

.page-caravan-motorhome a:hover, .page-caravan-motorhome a:focus {
  color: #548f31; }

.page-caravan-motorhome #quickSearch > .search-toggle:hover svg {
  fill: #548f31; }

.page-caravan-motorhome .breadcrumbs .breadcrumb a:hover {
  border-color: #548f31; }

.page-caravan-motorhome h1,
.page-caravan-motorhome h2,
.page-caravan-motorhome h3,
.page-caravan-motorhome h4,
.page-caravan-motorhome h5,
.page-caravan-motorhome h6 {
  color: #548f31; }

.page-caravan-motorhome ul.all-categories-list li.current-cat > a {
  color: #548f31 !important; }
  .page-caravan-motorhome ul.all-categories-list li.current-cat > a:hover {
    border-color: #548f31; }

.page-caravan-motorhome .pagination-list .pagination-item a:hover,
.page-caravan-motorhome .pagination-list .pagination-item.pagination-item--previous a:hover,
.page-caravan-motorhome .pagination-list .pagination-item.pagination-item--next a:hover {
  color: #548f31; }

@media (min-width: 992px) {
  .page-caravan-motorhome.is-sticky #menu.navPages-container {
    background: #548f31; } }

.page-caravan-motorhome .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC:hover {
  color: #548f31; }

.page-caravan-motorhome .compare-link a {
  background: #548f31 !important;
  border-color: #548f31 !important; }

.page-caravan-motorhome .footer-columns .column-item ul li a:hover {
  color: #548f31; }

.page-caravan-motorhome #bottom-footer a:hover {
  color: #548f31; }

.page-caravan-motorhome #homeBrands h2 {
  background: #548f31; }

.page-caravan-motorhome .btn.btn-alt:hover {
  color: #548f31; }

#categoryDesc .category-description {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.navBanner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 0 0; }
  .navBanner .header-top-img + .header-top-img {
    margin-left: 100px;
    margin-right: 65px; }
  .navBanner .header-top-img:nth-child(2) {
    float: right; }
  @media (max-width: 1024px) {
    .navBanner {
      display: none; } }

.page-content.page-content-full {
  width: 100%;
  padding: 0 15px; }

@media (max-width: 767px) {
  .previewCartItem {
    overflow-y: auto; }
  .previewCartList {
    overflow-y: auto !important;
    max-height: 330px; }
  .previewCartList.gm-scrollbar-container .gm-scroll-view {
    max-height: 330px; } }

/*Frequently Bought Together*/
#halo-fbt > h2 {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  border-top: 1px solid #cbcbcb;
  padding: 23px 0 0 0;
  margin-top: 7px;
  margin-bottom: 10px; }

#halo-fbt .themvale-fbt-image {
  max-width: 100%;
  display: inline-block; }
  @media (min-width: 1025px) {
    #halo-fbt .themvale-fbt-image {
      max-width: 84px; } }

@media (max-width: 1024px) {
  #halo-fbt {
    padding-bottom: 70px; } }

#halo-fbt,
#fbt,
.themvale-fbt-image-item,
.pgo,
.pog {
  position: relative; }

#fbt,
.freqBought .form-field__sizeChart,
.freqBought-item .price-section.price-section--saving {
  display: none; }

.productView-info-name.fbt, .productView-info-name.fbt-product {
  display: none; }

.productView-info-value.fbt, .productView-info-value.fbt-product {
  display: none; }

#fbt {
  padding: 1.5rem 0;
  clear: both; }

.themvale-fbt-image-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list {
      max-width: 71%;
      margin-left: 20px; } }
  .themvale-fbt-image-list .slick-slide:last-child .themvale-fbt-image-item:after {
    content: none; }
  .themvale-fbt-image-list .slick-list {
    margin: 0 -15px; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list .slick-prev {
      left: -20px;
      background: #fff;
      width: 16px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list .slick-prev {
      left: -20px;
      background: #fff;
      width: 16px; } }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list .slick-next {
      right: -20px;
      background: #fff;
      width: 16px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list .slick-next {
      right: -20px;
      background: #fff;
      width: 16px; } }

.themvale-fbt-image-item {
  padding: 0 .55rem;
  text-align: center; }

@media (min-width: 551px) {
  .themvale-fbt-image-item {
    width: auto;
    padding: 0 1rem;
    display: inline-block; } }

.themvale-fbt-image-link {
  opacity: .45;
  transition: opacity .15s ease; }

.themvale-fbt-image-item.fbt__total .themvale-fbt-image-link,
.themvale-fbt-image-item.isChecked .themvale-fbt-image-link {
  opacity: 1;
  transition: opacity .15s ease; }

.themvale-fbt-image-item::after {
  content: ' ';
  position: absolute;
  display: inline-block;
  margin: auto;
  width: 12px;
  height: 12px;
  right: -9px;
  top: 0;
  bottom: 0;
  background: url(../img/add-plus-button.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 10; }

.themvale-fbt-image-item:nth-last-child(1):after {
  display: none; }

.themvale-fbt-total-price {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px; }

.themvale-fbt-image-item.fbt__total {
  text-align: left;
  float: right;
  padding-right: 0; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-item.fbt__total {
      float: left;
      padding-left: 0;
      margin-top: 15px;
      margin-bottom: 25px;
      width: 100%; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-item.fbt__total {
      position: absolute;
      top: 53px;
      right: 0; } }
  .themvale-fbt-image-item.fbt__total:after {
    display: none; }
  .themvale-fbt-image-item.fbt__total > p {
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px; }
    @media (max-width: 1024px) {
      .themvale-fbt-image-item.fbt__total > p {
        text-align: left; } }
  .themvale-fbt-image-item.fbt__total > a {
    padding: 7px 34px;
    font-size: 13px;
    margin: 0;
    letter-spacing: .05em; }

.themvale-fbt-detail-name {
  transition: all .15s ease;
  font-size: 12px;
  font-weight: 400; }

.themvale-fbt-product-item .price--discounted,
.themvale-fbt-product-item .price--rrp,
.themvale-fbt-product-item .price--withoutTax {
  display: inline-block;
  font-weight: bold;
  color: #000000; }

.themvale-fbt-product-item .price-section {
  display: inline-block;
  color: #000000;
  font-weight: bold; }

.themvale-fbt-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 60px; }

.themvale-fbt-product-item {
  margin-bottom: .5rem; }

.themvale-fbt-text {
  margin: 25px 0 20px;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  letter-spacing: .02em; }

.themvale-fbt-toggle-options {
  position: relative;
  display: inline-block;
  margin: 6px 0 3px 1.85714rem;
  padding: 1px 15px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid;
  transition: all .15s ease; }

@media (min-width: 551px) {
  .themvale-fbt-toggle-options {
    margin: 0 0 0 5px; } }

.themvale-fbt-detail-field,
.themvale-fbt-image-link {
  display: inline-block; }

.themvale-fbt-toggle-options {
  background-color: #949494;
  border-color: #949494;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 25px;
  padding: 0px 19px; }

.themvale-fbt-detail-options {
  display: none;
  padding: 25px 0px 0 0;
  margin-top: 30px;
  overflow: hidden;
  background-color: transparent;
  border-top: 1px dotted #cbcbcb; }
  .themvale-fbt-detail-options .form-field {
    margin-bottom: 1rem; }
    .themvale-fbt-detail-options .form-field .form-label {
      color: #000000;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 12px;
      position: relative; }
      .themvale-fbt-detail-options .form-field .form-label > small {
        color: #db5839;
        font-size: 12px;
        font-weight: 400;
        float: none;
        text-transform: capitalize;
        margin-top: 1px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-style: unset;
        margin-left: 0; }

.themvale-fbt-product-item .form-label {
  color: #000000; }
  .themvale-fbt-product-item .form-label:before {
    border-radius: 0;
    border: 1px solid #000000; }
  .themvale-fbt-product-item .form-label .price-section span {
    color: #000000; }

.themvale-fbt-product-item.isChecked .form-label {
  color: #000000; }
  .themvale-fbt-product-item.isChecked .form-label .price-section span {
    color: #000000; }

#halo-fbt .price-section--withoutTax.price-section--minor {
  display: none; }

.hasOptions--selected .themvale-fbt-detail-options {
  background-color: transparent; }

.hasOptions--selected .themvale-fbt-toggle-options {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }
  .hasOptions--selected .themvale-fbt-toggle-options:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }

.themvale-fbt-product-item .form-label .price-section > .none-label {
  display: none; }

.fluid-grid {
  align-items: center;
  justify-content: center; }

.container-faqs {
  padding: 0 80px; }

.page-faqs {
  padding: 0 100px; }
  .page-faqs .page-heading-title {
    font-size: 3.15733rem;
    font-weight: normal;
    line-height: 1.3;
    border-bottom: 2px dotted #548f31;
    margin-bottom: 20px; }
  .page-faqs h3 {
    font-size: 1.77689rem;
    font-weight: 400;
    line-height: 1.3;
    color: #28312e;
    margin-bottom: 20px; }
  .page-faqs .content_item.link {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px; }
    .page-faqs .content_item.link .faqs-list {
      margin: -5px 0;
      padding: 0;
      list-style: none; }
      .page-faqs .content_item.link .faqs-list li {
        background: #548f31;
        border: 1px solid #548f31;
        margin-bottom: 10px;
        border-radius: 35px;
        transition: 250ms; }
        .page-faqs .content_item.link .faqs-list li:hover {
          background: #5fb12e;
          border: 1px solid #5fb12e; }
        .page-faqs .content_item.link .faqs-list li .faq-item-text,
        .page-faqs .content_item.link .faqs-list li .text-toggle {
          display: block;
          position: relative;
          margin: 0;
          padding: 16px 50px 16px 30px;
          font-size: 1.5rem;
          font-weight: normal;
          line-height: 1.3;
          text-transform: none;
          color: #fff;
          transition: 250ms;
          cursor: pointer; }
          .page-faqs .content_item.link .faqs-list li .faq-item-text span svg,
          .page-faqs .content_item.link .faqs-list li .text-toggle span svg {
            width: 20px;
            height: 20px;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            position: absolute;
            top: 0;
            margin-top: 30px;
            right: 20px;
            stroke: #fff;
            transform: translateY(-50%) rotate(-90deg);
            fill: #fff; }
        .page-faqs .content_item.link .faqs-list li .text-toggle span svg {
          transform: translateY(-50%) rotate(0deg);
          transition: all .4s linear; }

.faq-tabs-content {
  display: none;
  margin: 20px 0 0; }
  .faq-tabs-content p {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000; }
    .faq-tabs-content p a {
      color: #5fb12e; }

.page-faqs .content_item.link .faqs-list li.is-active-id {
  background: 0 0 !important; }

.page-faqs .content_item.link .faqs-list li.is-active-id .text-toggle {
  color: #5fb12e; }

.page-faqs .content_item.link .faqs-list li.is-active-id .text-toggle > span > svg {
  fill: #000;
  stroke: #000;
  transform: translateY(-50%) rotate(180deg);
  transition: all .4s linear; }

.ct-faq-bullet li {
  background: 0 0 !important;
  border: none !important; }

@media screen and (max-width: 800px) {
  .page-faqs {
    padding: 0 10px; }
  .container-faqs {
    padding: 0 10px; } }

/* Newsletter Popup */
#halo-newsletter-popup-product {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9995;
  max-width: 460px;
  max-height: 82vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 0 0 7px 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  display: none; }
  .has-newsletter-product #halo-newsletter-popup-product {
    display: block; }
  @media (min-width: 480px) {
    #halo-newsletter-popup-product {
      right: 15px;
      bottom: 15px; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup-product {
      right: 30px;
      bottom: 30px;
      z-index: 9998; } }
  #halo-newsletter-popup-product .newsletter-popup-inner-product [data-close-newsletter-popup-product] {
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 5;
    padding: 0;
    font-size: 26px;
    font-weight: 600;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #000; }
    @media (min-width: 480px) {
      #halo-newsletter-popup-product .newsletter-popup-inner-product [data-close-newsletter-popup-product] {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff; } }
  #halo-newsletter-popup-product .newsletter-popup-inner-product .newsletter-image {
    display: block; }
  #halo-newsletter-popup-product .newsletter-popup-inner-product .newsletter-content-product {
    padding: 25px 20px 40px 20px;
    text-align: center; }
    @media (min-width: 768px) {
      #halo-newsletter-popup-product .newsletter-popup-inner-product .newsletter-content-product {
        padding: 30px 30px 60px; } }
    #halo-newsletter-popup-product .newsletter-popup-inner-product .newsletter-content-product .newsletter-heading {
      margin-top: 0;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      font-style: italic;
      text-align: center;
      line-height: 26px;
      margin-bottom: 13px; }
    #halo-newsletter-popup-product .newsletter-popup-inner-product .newsletter-content-product .newsletter-message {
      margin: 0 auto 22px auto;
      display: inline-block;
      text-align: center;
      font-size: 16px; }
      @media (min-width: 480px) {
        #halo-newsletter-popup-product .newsletter-popup-inner-product .newsletter-content-product .newsletter-message {
          max-width: 325px;
          margin: 0 auto 28px auto; } }

@media (min-width: 1024px) {
  .navPages-container nav ul.navPages-list {
    display: flex;
    justify-content: center;
    align-items: center; } }

@media only screen and (min-width: 1025px) {
  .col-sm-7 {
    padding-left: 60px !important; } }

#facetedSearch-navList--fbt-product .navList-item span {
  word-break: break-word; }

.prod-item .btn-compare label {
  color: black; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  background-color: #fff;
  border: solid #000000;
  border-width: 1px; }

/* Custom Menu */
.page-type-search .prod-item .btn-compare {
  opacity: 1;
  visibility: visible; }

@media screen and (min-width: 1024px) {
  .navPages-list .navPages-item .navPage-subMenu {
    width: 100% !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-next:before {
  content: "\f105";
  font-size: 30px;
  font-family: 'FontAwesome';
  color: #004011;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  /* IE 9 */
  /* Safari */
  transform: translateY(-50%) translateX(65%); }

.slick-prev:before {
  content: "\f104";
  font-size: 30px;
  font-family: 'FontAwesome';
  color: #004011;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  /* IE 9 */
  /* Safari */
  transform: translateY(-50%) translateX(-65%); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
